| "make update-download -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| ad28f3a..ffbfec3 master -> origin/master |
| "make after-update -j16" exit with 0. |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_asan/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:2:3: note: expanded from here |
| 2 | 10RUBY_RELEASE_MONTH |
| | ^ |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_asan/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_asan/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:3:3: note: expanded from here |
| 3 | 10RUBY_RELEASE_DAY |
| | ^ |
| 2 errors generated. |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| #<Thread:0x00007eb47ee2bad8 /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:602 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:43853 (execution expired)>. (Test::Unit::AssertionFailedError) |
| from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk' |
| from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_asan/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert' |
| from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:43853 (execution expired) (Net::OpenTimeout) |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'IO.open' |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1665:in 'block in Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_asan/lib/timeout.rb:183:in 'block in Timeout.timeout' |
| from /tmp/ruby/src/trunk_asan/lib/timeout.rb:190:in 'Timeout.timeout' |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1663:in 'Net::HTTP#connect' |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1642:in 'Net::HTTP#do_start' |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:1631:in 'Net::HTTP#start' |
| from /tmp/ruby/src/trunk_asan/lib/net/http.rb:2375:in 'Net::HTTP#request' |
| from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| from /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise' |
| from /tmp/ruby/src/trunk_asan/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write' |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0. |