Add bare bones console application for filtering CSV #638
test.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
3s
Gem test
50s
Document test
22s
Matrix: scanner
Matrix: in-place
Annotations
167 errors
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00005630520b27e0>, @failures=[], @errors=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00005630520bc768 @a_proc=#<Proc:0x00005630520bc790 /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=94765534922640>=>#<Proc:0x00005630520bc790 /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:0x00005630520bc268 @a_proc=#<Proc:0x00005630520bc290 /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=94765534921360>=>#<Proc:0x00005630520bc290 /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:0x00005630520b3938 @a_proc=#<Proc:0x00005630520b3960 /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=94765534886240>=>#<Proc:0x00005630520b3960 /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:0x00005630520b3050 @a_proc=#<Proc:0x00005630520b3078 /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=94765534883960>=>#<Proc:0x00005630520b3078 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolca
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00005630522cd458 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd430 @start_time=2025-02-08 16:20:18.755007323 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 @assertion_count=4021, @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:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=0.015524255, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000056305247e1a8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00005630522cd458 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00005630520b27e0>, @failures=[], @errors=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=0.015524255, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000056305247e1a8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00005630522cd458 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00005630520bc768 @a_proc=#<Proc:0x00005630520bc790 /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=94765534922640>=>#<Proc:0x00005630520bc790 /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:0x00005630520bc268 @a_proc=#<Proc:0x00005630520bc290 /home/runner/work/csv/csv/vendor/bun
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd2c8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd2a0 @start_time=2025-02-08 16:20:18.76516825 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=0.015524255, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000056305247e1a8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00005630522cd458 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd430 @start_time=2025-02-08 16:20:18.755007323 +0000, @elapsed_time=0.010126723, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000056305250da60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd2c8 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00005630520b27e0>, @failures=[], @errors=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=0.015524255, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.r
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd138 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd110 @start_time=2025-02-08 16:20:18.780441375 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00005630523dba70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd8b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd890 @start_time=2025-02-08 16:20:18.739458932 +0000, @elapsed_time=0.015524255, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000056305247e1a8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00005630522cd458 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd430 @start_time=2025-02-08 16:20:18.755007323 +0000, @elapsed_time=0.010126723, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000056305250da60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd2c8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00005630522cd2a0 @start_time=2025-02-08 16:20:18.76516825 +0000, @elapsed_time=0.015244511, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00005630520bcda8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000056305259b4c8 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005630522cd138 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/
|
|
Scanner test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007f4f3037d3f0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f4f3037e480 @a_proc=#<Proc:0x00007f4f3037e4a8 /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=139978088113320>=>#<Proc:0x00007f4f3037e4a8 /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:0x00007f4f3037dff8 @a_proc=#<Proc:0x00007f4f3037e020 /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=139978088112160>=>#<Proc:0x00007f4f3037e020 /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:0x00007f4f3037dbe8 @a_proc=#<Proc:0x00007f4f3037dc10 /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=139978088111120>=>#<Proc:0x00007f4f3037dc10 /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:0x00007f4f3037d7d8 @a_proc=#<Proc:0x00007f4f3037d800 /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=139978088110080>=>#<Proc:0x00007f4f3037d800 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f4f319693f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319693a8 @start_time=2025-02-08 16:20:19.449949545 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 @assertion_count=4021, @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:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=0.01612827, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f4f3035b8e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f4f319693f8 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007f4f3037d3f0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=0.01612827, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f4f3035b8e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f4f319693f8 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f4f3037e480 @a_proc=#<Proc:0x00007f4f3037e4a8 /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=139978088113320>=>#<Proc:0x00007f4f3037e4a8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319691f0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319691c8 @start_time=2025-02-08 16:20:19.462124151 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=0.01612827, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f4f3035b8e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f4f319693f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319693a8 @start_time=2025-02-08 16:20:19.449949545 +0000, @elapsed_time=0.012144199, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f4f30192f90 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319691f0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f4f3037d3f0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=0.01612827, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/t
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f31969010 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f31968fe8 @start_time=2025-02-08 16:20:19.480928455 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f4f33f7cd88 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319698f8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319698d0 @start_time=2025-02-08 16:20:19.433795207 +0000, @elapsed_time=0.01612827, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f4f3035b8e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f4f319693f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319693a8 @start_time=2025-02-08 16:20:19.449949545 +0000, @elapsed_time=0.012144199, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f4f30192f90 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f319691f0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f4f319691c8 @start_time=2025-02-08 16:20:19.462124151 +0000, @elapsed_time=0.018775199, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f4f3037ea20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007f4f303a18e0 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f4f31969010 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache
|
|
Scanner test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000000013525a2e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013525b5f8 @a_proc=#<Proc:0x000000013525b620 /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=5186631200>=>#<Proc:0x000000013525b620 /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:0x000000013525b0a8 @a_proc=#<Proc:0x000000013525b0f8 /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=5186629880>=>#<Proc:0x000000013525b0f8 /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:0x000000013525ac48 @a_proc=#<Proc:0x000000013525ac70 /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=5186628720>=>#<Proc:0x000000013525ac70 /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:0x000000013525a798 @a_proc=#<Proc:0x000000013525a7c0 /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=5186627520>=>#<Proc:0x000000013525a7c0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000000012518a3c8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518a3a0 @start_time=2025-02-08 16:20:22.961707 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 @assertion_count=4021, @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:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=0.015128, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013520b6c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000012518a3c8 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000000013525a2e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=0.015128, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013520b6c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000012518a3c8 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013525b5f8 @a_proc=#<Proc:0x000000013525b620 /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=5186631200>=>#<Proc:0x000000013525b620 /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:0x000000013525b0a8 @a_proc=#<Proc:0x000000013525b0f8 /Users/runner/work/cs
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518a170 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518a080 @start_time=2025-02-08 16:20:22.970505 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=0.015128, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013520b6c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000012518a3c8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518a3a0 @start_time=2025-02-08 16:20:22.961707 +0000, @elapsed_time=0.008778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001379a5d98 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518a170 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000000013525a2e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=0.015128, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000125189e00 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000125189db0 @start_time=2025-02-08 16:20:22.984859 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000135191000 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518ae90 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518ae68 @start_time=2025-02-08 16:20:22.946558 +0000, @elapsed_time=0.015128, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013520b6c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000012518a3c8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518a3a0 @start_time=2025-02-08 16:20:22.961707 +0000, @elapsed_time=0.008778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001379a5d98 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000012518a170 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000012518a080 @start_time=2025-02-08 16:20:22.970505 +0000, @elapsed_time=0.014334, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013525bf58 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00000001251a34e0 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000125189e00 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/cs
|
|
Scanner test: Ruby 3.0: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000000106bed7a8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106bee838 @a_proc=#<Proc:0x0000000106bee860 /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=4408141920>=>#<Proc:0x0000000106bee860 /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:0x0000000106bee3b0 @a_proc=#<Proc:0x0000000106bee3d8 /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=4408140760>=>#<Proc:0x0000000106bee3d8 /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:0x0000000106bedfa0 @a_proc=#<Proc:0x0000000106bedfc8 /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=4408139720>=>#<Proc:0x0000000106bedfc8 /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:0x0000000106bedb90 @a_proc=#<Proc:0x0000000106bedbb8 /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=4408138680>=>#<Proc:0x0000000106bedbb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/U
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000106b0f2f0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f2c8 @start_time=2025-02-08 16:20:25.455591 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 @assertion_count=4021, @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:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=0.016508, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000106d4d940 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000106b0f2f0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000000106bed7a8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=0.016508, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000106d4d940 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000106b0f2f0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106bee838 @a_proc=#<Proc:0x0000000106bee860 /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=4408141920>=>#<Proc:0x0000000106bee860 /Users/runner/work/csv/csv/vendor/bundle/ruby/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f160 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f138 @start_time=2025-02-08 16:20:25.472128 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=0.016508, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000106d4d940 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000106b0f2f0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f2c8 @start_time=2025-02-08 16:20:25.455591 +0000, @elapsed_time=0.016513, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106bcd408 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f160 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000106bed7a8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=0.016508, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/cs
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0efd0 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0efa8 @start_time=2025-02-08 16:20:25.499063 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000106c34d38 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f750 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f728 @start_time=2025-02-08 16:20:25.439066 +0000, @elapsed_time=0.016508, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000106d4d940 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000106b0f2f0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f2c8 @start_time=2025-02-08 16:20:25.455591 +0000, @elapsed_time=0.016513, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106bcd408 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0f160 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b0f138 @start_time=2025-02-08 16:20:25.472128 +0000, @elapsed_time=0.026913, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106beedd8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000000106d9e3e0 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000106b0efd0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/
|
|
Scanner test: Ruby 3.1: macos-latest
Process completed with exit code 1.
|
|
Scanner test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007f5f618816f8>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f5f61882530 @a_proc=#<Proc:0x00007f5f61882558 /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=140047634933080>=>#<Proc:0x00007f5f61882558 /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:0x00007f5f61882148 @a_proc=#<Proc:0x00007f5f61882170 /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=140047634932080>=>#<Proc:0x00007f5f61882170 /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:0x00007f5f61881dd8 @a_proc=#<Proc:0x00007f5f61881e00 /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=140047634931200>=>#<Proc:0x00007f5f61881e00 /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:0x00007f5f61881a68 @a_proc=#<Proc:0x00007f5f61881a90 /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=140047634930320>=>#<Proc:0x00007f5f61881a90 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedto
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f5f618f0ad0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b098 @start_time=2025-02-08 16:20:29.531859799 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 @assertion_count=4021, @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:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=0.001694627, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f5f61862a50 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f5f618f0ad0 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007f5f618816f8>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=0.001694627, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f5f61862a50 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f5f618f0ad0 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f5f61882530 @a_proc=#<Proc:0x00007f5f61882558 /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=140047634933080>=>#<Proc:0x00007f5f61882558 /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:0x00007f5f61882148 @a_proc=#<Proc:0x00007f5f61882170 /home/runner/work/csv/csv/vendor/bu
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0990 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2aeb8 @start_time=2025-02-08 16:20:29.533274083 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=0.001694627, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f5f61862a50 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f5f618f0ad0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b098 @start_time=2025-02-08 16:20:29.531859799 +0000, @elapsed_time=0.001390379, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f5f618ae1f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0990 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f5f618816f8>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=0.001694627, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0850 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2adc8 @start_time=2025-02-08 16:20:29.534678047 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f5f61460600 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0ee0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b318 @start_time=2025-02-08 16:20:29.530123905 +0000, @elapsed_time=0.001694627, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f5f61862a50 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f5f618f0ad0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2b098 @start_time=2025-02-08 16:20:29.531859799 +0000, @elapsed_time=0.001390379, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f5f618ae1f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0990 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f5f62f2aeb8 @start_time=2025-02-08 16:20:29.533274083 +0000, @elapsed_time=0.001382203, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f5f618a0c88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007f5f618a7a38 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f5f618f0850 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
|
In-place test: Ruby 3.2: ubuntu-latest
Process completed with exit code 1.
|
|
Scanner test: Ruby debug: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
|
In-place test: Ruby 3.4: ubuntu-latest
Process completed with exit code 1.
|
|
In-place test: Ruby head: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056025daf2110>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000056025daf1e68>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056025daf1be8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056025daf19e0>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
Scanner test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000000107a0cbb8>, @failures=[], @errors=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000107a0d9f0 @a_proc=#<Proc:0x0000000107a0da18 /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=4422949400>=>#<Proc:0x0000000107a0da18 /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:0x0000000107a0d608 @a_proc=#<Proc:0x0000000107a0d630 /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=4422948400>=>#<Proc:0x0000000107a0d630 /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:0x0000000107a0d298 @a_proc=#<Proc:0x0000000107a0d2c0 /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=4422947520>=>#<Proc:0x0000000107a0d2c0 /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:0x0000000107a0cf28 @a_proc=#<Proc:0x0000000107a0cf50 /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=4422946640>=>#<Proc:0x0000000107a0cf50 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010792bfa0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9d88 @start_time=2025-02-08 16:20:32.173054 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 @assertion_count=4021, @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:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=0.001196, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001079c88a0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010792bfa0 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000000107a0cbb8>, @failures=[], @errors=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=0.001196, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001079c88a0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010792bfa0 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000107a0d9f0 @a_proc=#<Proc:0x0000000107a0da18 /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=4422949400>=>#<Proc:0x0000000107a0da18 /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:0x0000000107a0d608 @a_proc=#<Proc:0x0000000107a0d630 /Users/runner/work/cs
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792be60 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9c98 @start_time=2025-02-08 16:20:32.173689 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=0.001196, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001079c88a0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010792bfa0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9d88 @start_time=2025-02-08 16:20:32.173054 +0000, @elapsed_time=0.000628, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001079c34e0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792be60 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000107a0cbb8>, @failures=[], @errors=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=0.001196, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792bd20 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9b58 @start_time=2025-02-08 16:20:32.174609 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00000001079817c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792c3b0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9e78 @start_time=2025-02-08 16:20:32.171849 +0000, @elapsed_time=0.001196, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001079c88a0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010792bfa0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9d88 @start_time=2025-02-08 16:20:32.173054 +0000, @elapsed_time=0.000628, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001079c34e0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792be60 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001047f9c98 @start_time=2025-02-08 16:20:32.173689 +0000, @elapsed_time=0.000913, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001079c3c10 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000000010796e120 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010792bd20 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/cs
|
|
In-place test: Ruby 3.2: macos-latest
Process completed with exit code 1.
|
|
In-place test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 3.3: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000000010509d868>, @failures=[], @errors=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010509e8f8 @a_proc=#<Proc:0x000000010509e920 /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=4379502880>=>#<Proc:0x000000010509e920 /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:0x000000010509e470 @a_proc=#<Proc:0x000000010509e498 /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=4379501720>=>#<Proc:0x000000010509e498 /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:0x000000010509e060 @a_proc=#<Proc:0x000000010509e088 /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=4379500680>=>#<Proc:0x000000010509e088 /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:0x000000010509dc50 @a_proc=#<Proc:0x000000010509dc78 /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=4379499640>=>#<Proc:0x000000010509dc78 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/U
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104fbf388 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf360 @start_time=2025-02-08 16:20:32.578678 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 @assertion_count=4021, @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:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=0.040181, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000101542520 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104fbf388 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000000010509d868>, @failures=[], @errors=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=0.040181, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000101542520 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104fbf388 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010509e8f8 @a_proc=#<Proc:0x000000010509e920 /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=4379502880>=>#<Proc:0x000000010509e920 /Users/runner/work/csv/csv/vendor/bundle/ruby/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf1f8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf1d0 @start_time=2025-02-08 16:20:32.588924 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=0.040181, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000101542520 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104fbf388 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf360 @start_time=2025-02-08 16:20:32.578678 +0000, @elapsed_time=0.01023, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001050cdf40 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf1f8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000000010509d868>, @failures=[], @errors=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=0.040181, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf068 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf040 @start_time=2025-02-08 16:20:32.605 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000010512dc10 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf7e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf7c0 @start_time=2025-02-08 16:20:32.538481 +0000, @elapsed_time=0.040181, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000000101542520 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104fbf388 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf360 @start_time=2025-02-08 16:20:32.578678 +0000, @elapsed_time=0.01023, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001050cdf40 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf1f8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104fbf1d0 @start_time=2025-02-08 16:20:32.588924 +0000, @elapsed_time=0.016061, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000010509ee98 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000000104efdd00 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104fbf068 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runn
|
|
In-place test: Ruby 3.1: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00000001599c6a08>, @failures=[], @errors=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00000001599c7d18 @a_proc=#<Proc:0x00000001599c7d40 /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=5798395200>=>#<Proc:0x00000001599c7d40 /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:0x00000001599c7840 @a_proc=#<Proc:0x00000001599c7868 /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=5798393960>=>#<Proc:0x00000001599c7868 /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:0x00000001599c7368 @a_proc=#<Proc:0x00000001599c7390 /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=5798392720>=>#<Proc:0x00000001599c7390 /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:0x00000001599c6e90 @a_proc=#<Proc:0x00000001599c6eb8 /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=5798391480>=>#<Proc:0x00000001599c6eb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000159914268 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000159914240 @start_time=2025-02-08 16:20:32.961176 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 @assertion_count=4021, @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:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=0.01231, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000015c19d9c8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000159914268 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00000001599c6a08>, @failures=[], @errors=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=0.01231, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000015c19d9c8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000159914268 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00000001599c7d18 @a_proc=#<Proc:0x00000001599c7d40 /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=5798395200>=>#<Proc:0x00000001599c7d40 /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:0x00000001599c7840 @a_proc=#<Proc:0x00000001599c7868 /Users/runner/work/csv/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599140b0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000159914088 @start_time=2025-02-08 16:20:32.969398 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=0.01231, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000015c19d9c8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000159914268 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000159914240 @start_time=2025-02-08 16:20:32.961176 +0000, @elapsed_time=0.008209, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000000015c234058 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599140b0 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00000001599c6a08>, @failures=[], @errors=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=0.01231, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-f
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000015990fec0 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000015990fe70 @start_time=2025-02-08 16:20:32.982092 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000015c118cc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599146f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001599146a0 @start_time=2025-02-08 16:20:32.948855 +0000, @elapsed_time=0.01231, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000015c19d9c8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000159914268 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000159914240 @start_time=2025-02-08 16:20:32.961176 +0000, @elapsed_time=0.008209, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000000015c234058 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001599140b0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000159914088 @start_time=2025-02-08 16:20:32.969398 +0000, @elapsed_time=0.012682, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001599cc610 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000000015c2b4550 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000015990fec0 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv
|
|
In-place test: Ruby 3.0: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000055a41ea19768>, @failures=[], @errors=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000055a41ea1a9b0 @a_proc=#<Proc:0x000055a41ea1a9d8 /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=94163376908760>=>#<Proc:0x000055a41ea1a9d8 /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:0x000055a41ea1a4b0 @a_proc=#<Proc:0x000055a41ea1a4d8 /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=94163376907480>=>#<Proc:0x000055a41ea1a4d8 /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:0x000055a41ea1a000 @a_proc=#<Proc:0x000055a41ea1a028 /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=94163376906280>=>#<Proc:0x000055a41ea1a028 /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:0x000055a41ea19bc8 @a_proc=#<Proc:0x000055a41ea19bf0 /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=94163376905200>=>#<Proc:0x000055a41ea19bf0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolca
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a41ec3d4b8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d490 @start_time=2025-02-08 16:20:32.795751829 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 @assertion_count=4021, @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:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=0.014912294, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055a41ef64d58 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a41ec3d4b8 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000055a41ea19768>, @failures=[], @errors=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=0.014912294, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055a41ef64d58 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a41ec3d4b8 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000055a41ea1a9b0 @a_proc=#<Proc:0x000055a41ea1a9d8 /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=94163376908760>=>#<Proc:0x000055a41ea1a9d8 /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:0x000055a41ea1a4b0 @a_proc=#<Proc:0x000055a41ea1a4d8 /home/runner/work/csv/csv/vendor/bun
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d328 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d300 @start_time=2025-02-08 16:20:32.812153839 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=0.014912294, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055a41ef64d58 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a41ec3d4b8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d490 @start_time=2025-02-08 16:20:32.795751829 +0000, @elapsed_time=0.016376252, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000055a41e606d88 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d328 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000055a41ea19768>, @failures=[], @errors=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=0.014912294, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d198 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d170 @start_time=2025-02-08 16:20:32.826972407 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055a41eef4eb8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d918 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d8f0 @start_time=2025-02-08 16:20:32.780816502 +0000, @elapsed_time=0.014912294, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055a41ef64d58 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a41ec3d4b8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d490 @start_time=2025-02-08 16:20:32.795751829 +0000, @elapsed_time=0.016376252, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000055a41e606d88 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d328 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055a41ec3d300 @start_time=2025-02-08 16:20:32.812153839 +0000, @elapsed_time=0.014789935, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055a41ea1aff0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000055a41eb3d180 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a41ec3d198 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
|
In-place test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 3.3: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
|
In-place test: Ruby 3.4: macos-latest
Process completed with exit code 1.
|
|
In-place test: Ruby head: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007fc95cb71420>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc95cb724b0 @a_proc=#<Proc:0x00007fc95cb724d8 /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=140502820660440>=>#<Proc:0x00007fc95cb724d8 /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:0x00007fc95cb72028 @a_proc=#<Proc:0x00007fc95cb72050 /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=140502820659280>=>#<Proc:0x00007fc95cb72050 /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:0x00007fc95cb71c18 @a_proc=#<Proc:0x00007fc95cb71c40 /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=140502820658240>=>#<Proc:0x00007fc95cb71c40 /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:0x00007fc95cb71808 @a_proc=#<Proc:0x00007fc95cb71830 /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=140502820657200>=>#<Proc:0x00007fc95cb71830 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc95e15a1b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a188 @start_time=2025-02-08 16:20:33.700067916 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 @assertion_count=4021, @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:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=0.016610897, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc95c9a0010 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc95e15a1b0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007fc95cb71420>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=0.016610897, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc95c9a0010 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc95e15a1b0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc95cb724b0 @a_proc=#<Proc:0x00007fc95cb724d8 /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=140502820660440>=>#<Proc:0x00007fc95cb724d8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/tes
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e159ff8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e159fd0 @start_time=2025-02-08 16:20:33.712558457 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=0.016610897, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc95c9a0010 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc95e15a1b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a188 @start_time=2025-02-08 16:20:33.700067916 +0000, @elapsed_time=0.012464602, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007fc96027d3b0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e159ff8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007fc95cb71420>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=0.016610897, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e159d00 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e159c88 @start_time=2025-02-08 16:20:33.730266037 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc95cb4e9c0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e15a660 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a638 @start_time=2025-02-08 16:20:33.683410682 +0000, @elapsed_time=0.016610897, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc95c9a0010 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc95e15a1b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e15a188 @start_time=2025-02-08 16:20:33.700067916 +0000, @elapsed_time=0.012464602, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007fc96027d3b0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e159ff8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc95e159fd0 @start_time=2025-02-08 16:20:33.712558457 +0000, @elapsed_time=0.017680399, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc95cb72a50 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007fc95c9a2bf8 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc95e159d00 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcach
|
|
In-place test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
|
|
In-place test: Ruby debug: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013f1f0ed8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013f1f0cd0>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013f1f0b18>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013f1f0960>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
Scanner test: Ruby 2.7: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000131baebe0>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000131baea28>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000131bae870>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000131bae6b8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.7: macos-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055eca03fcc70>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055eca03fcab8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055eca03fc900>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055eca03fc748>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.5: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055f3836566a8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055f383656388>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055f383655f78>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055f383655b90>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a4667518a8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055a466751510>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a466751240>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055a466750ed0>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.6: ubuntu-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000157a6d990>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000157a6d648>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000157a6d3c8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000157a6cfb8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.6: macos-latest
Process completed with exit code 1.
|
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000557e4183ab20>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000557e4183a490>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000557e4183a2d8>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000557e4183a120>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
Gem test
Process completed with exit code 1.
|
|
In-place test: Ruby mswin: windows-latest
Process completed with exit code 1.
|
|
In-place test: Ruby head: windows-latest
Process completed with exit code 1.
|
|
Scanner test: Ruby mswin: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 3.3: windows-latest
Process completed with exit code 1.
|
|
In-place test: Ruby mingw: windows-latest
Process completed with exit code 1.
|
|
Scanner test: Ruby mingw: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000018dd98cef98 @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:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000018dd530e468>, @failures=[], @errors=[#<Test::Unit::Error:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000018dd98cef98 @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:0x0000018dd5315f10 @a_proc=#<Proc:0x0000018dd5315f60 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=1708678799200>=>#<Proc:0x0000018dd5315f60 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:0x0000018dd5315600 @a_proc=#<Proc:0x0000018dd5315678 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=1708678796920>=>#<Proc:0x0000018dd5315678 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:0x0000018dd5314b88 @a_proc=#<Proc:0x0000018dd5314c28 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=1708678794280>=>#<Proc:0x0000018dd5314c28 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:0x0000018dd530fed0 @a_proc=#<Proc:0x0000018dd530fef8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=1708678774520>=>#<Proc:0x0000018dd
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000018dd9dcfab0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcfa88 @start_time=2025-02-08 16:22:06.7001708 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 @assertion_count=4020, @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:0x0000018dd98cef98 @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:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=0.0173227, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000018dda0decb0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000018dd9dcfab0 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000018dd530e468>, @failures=[], @errors=[#<Test::Unit::Error:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=0.0173227, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000018dda0decb0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000018dd9dcfab0 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000018dd98cef98 @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:0x0000018dd5315f10 @a_proc=#<Proc:0x0000018dd5315f60 D:/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcf8f8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcf8d0 @start_time=2025-02-08 16:22:06.7181397 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000018dd98cef98 @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:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=0.0173227, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000018dda0decb0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000018dd9dcfab0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcfa88 @start_time=2025-02-08 16:22:06.7001708 +0000, @elapsed_time=0.0179481, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000018dda144a60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcf8f8 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000018dd530e468>, @failures=[], @errors=[#<Test::Unit::Error:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=0.0173227, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hos
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcf718 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcf6f0 @start_time=2025-02-08 16:22:06.7347314 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000018dd98cef98 @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:0x0000018dd9ceafc8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcffd8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcffb0 @start_time=2025-02-08 16:22:06.6828239 +0000, @elapsed_time=0.0173227, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000018dda0decb0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000018dd9dcfab0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcfa88 @start_time=2025-02-08 16:22:06.7001708 +0000, @elapsed_time=0.0179481, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000018dda144a60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcf8f8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000018dd9dcf8d0 @start_time=2025-02-08 16:22:06.7181397 +0000, @elapsed_time=0.0165705, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000018dd5316a00 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000018dda1f2e30 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000018dd9dcf718 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "
|
|
In-place test: Ruby 3.0: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001f3bfe0d3f0 @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:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000001f3bfed6ae8>, @failures=[], @errors=[#<Test::Unit::Error:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000001f3bfe0d3f0 @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:0x000001f3bfed8000 @a_proc=#<Proc:0x000001f3bfed8028 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2146408693800>=>#<Proc:0x000001f3bfed8028 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:0x000001f3bfed7b00 @a_proc=#<Proc:0x000001f3bfed7b28 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2146408692520>=>#<Proc:0x000001f3bfed7b28 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:0x000001f3bfed75b0 @a_proc=#<Proc:0x000001f3bfed75d8 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2146408691160>=>#<Proc:0x000001f3bfed75d8 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:0x000001f3bfed7038 @a_proc=#<Proc:0x000001f3bfed7060 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2146408689760>=>#<Proc:0x000001f3bf
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000001f3bfbec058 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22210 @start_time=2025-02-08 16:23:05.641353 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 @assertion_count=4020, @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:0x000001f3bfe0d3f0 @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:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=0.0026447, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001f3bff50050 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001f3bfbec058 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000001f3bfed6ae8>, @failures=[], @errors=[#<Test::Unit::Error:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=0.0026447, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001f3bff50050 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001f3bfbec058 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000001f3bfe0d3f0 @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:0x000001f3bfed8000 @a_proc=#<Proc:0x000001f3bfed8028 D:/a/c
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbeb608 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22120 @start_time=2025-02-08 16:23:05.6428584 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001f3bfe0d3f0 @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:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=0.0026447, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001f3bff50050 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001f3bfbec058 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22210 @start_time=2025-02-08 16:23:05.641353 +0000, @elapsed_time=0.0014808, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000001f3bfe7beb8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbeb608 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000001f3bfed6ae8>, @failures=[], @errors=[#<Test::Unit::Error:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=0.0026447, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hosted
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbeb360 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd21fe0 @start_time=2025-02-08 16:23:05.6449652 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001f3bfe0d3f0 @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:0x000001f3c0256fb0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbec5a8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22350 @start_time=2025-02-08 16:23:05.638683 +0000, @elapsed_time=0.0026447, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001f3bff50050 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001f3bfbec058 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22210 @start_time=2025-02-08 16:23:05.641353 +0000, @elapsed_time=0.0014808, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000001f3bfe7beb8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbeb608 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001f3bfd22120 @start_time=2025-02-08 16:23:05.6428584 +0000, @elapsed_time=0.0020809, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001f3bff59dd0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000001f3bfe75888 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001f3bfbeb360 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:
|
|
In-place test: Ruby 3.2: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000019584840f10>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000019584840d58>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000019584840b78>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000195848409c0>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.6: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
|
In-place test: Ruby 3.4: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000012cf1685398>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000012cf1684a10>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000012cf1684678>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000012cf16843a8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
Scanner test: Ruby 2.7: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000285b5345f48>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00000285b5345c00>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000285b53455e8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000285b5344e90>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
In-place test: Ruby 2.7: windows-latest
Process completed with exit code 1.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000015c2d57ecb8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000015c2d57e218>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000015c2d51e728>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000015c2d4f95b8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
|
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 222 has exceeded the maximum execution time of 10 minutes.
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000002d4de1fcb50 @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:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000002d4df239b08>, @failures=[], @errors=[#<Test::Unit::Error:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000002d4de1fcb50 @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:0x000002d4df242780 @a_proc=#<Proc:0x000002d4df2427f8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=3113300011000>=>#<Proc:0x000002d4df2427f8 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:0x000002d4df2409a8 @a_proc=#<Proc:0x000002d4df2409d0 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=3113300003280>=>#<Proc:0x000002d4df2409d0 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:0x000002d4df240250 @a_proc=#<Proc:0x000002d4df240278 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=3113300001400>=>#<Proc:0x000002d4df240278 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:0x000002d4df23b9a8 @a_proc=#<Proc:0x000002d4df23ba20 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=3113299982880>=>#<Proc:0x000002d4d
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000002d4def52048 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def52020 @start_time=2025-02-08 16:21:35.9959532 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 @assertion_count=4020, @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:0x000002d4de1fcb50 @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:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=0.0180778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000002d4df5a13e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000002d4def52048 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000002d4df239b08>, @failures=[], @errors=[#<Test::Unit::Error:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=0.0180778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000002d4df5a13e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000002d4def52048 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000002d4de1fcb50 @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:0x000002d4df242780 @a_proc=#<Proc:0x000002d4df2427f8 D:/
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def51e90 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def51e68 @start_time=2025-02-08 16:21:36.0070074 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000002d4de1fcb50 @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:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=0.0180778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000002d4df5a13e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000002d4def52048 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def52020 @start_time=2025-02-08 16:21:35.9959532 +0000, @elapsed_time=0.0110233, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000002d4df5b06d8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def51e90 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000002d4df239b08>, @failures=[], @errors=[#<Test::Unit::Error:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=0.0180778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hos
|
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def51c60 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def51c38 @start_time=2025-02-08 16:21:36.02956 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000002d4de1fcb50 @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:0x000002d4df4ecb70 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def524d0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def524a8 @start_time=2025-02-08 16:21:35.9778481 +0000, @elapsed_time=0.0180778, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000002d4df5a13e0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000002d4def52048 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def52020 @start_time=2025-02-08 16:21:35.9959532 +0000, @elapsed_time=0.0110233, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000002d4df5b06d8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def51e90 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002d4def51e68 @start_time=2025-02-08 16:21:36.0070074 +0000, @elapsed_time=0.0225234, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002d4df242e88 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000002d4df6714f0 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002d4def51c60 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:
|
|
Scanner test: Ruby 3.0: windows-latest
The operation was canceled.
|