You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/06/10 17:41:33 UTC

[GitHub] [qpid-proton] jiridanek opened a new pull request, #373: NO-JIRA - Upgrade from Catch v2.13.7 to v2.13.9

jiridanek opened a new pull request, #373:
URL: https://github.com/apache/qpid-proton/pull/373

   This is last release before the jump to Catch v3, https://github.com/catchorg/Catch2/releases/tag/v3.0.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek commented on pull request #373: NO-JIRA - Upgrade from Catch v2.13.7 to v2.13.9

Posted by GitBox <gi...@apache.org>.
jiridanek commented on PR #373:
URL: https://github.com/apache/qpid-proton/pull/373#issuecomment-1157751029

   The Travis CI fail looks completely unrelated, merging
   
   https://app.travis-ci.com/github/apache/qpid-proton/jobs/573198229#L5771
   
   ```
   43: A data object#test_0025_raises an error on a null character = DEPRECATED: global use of must_raise from /home/travis/build/apache/qpid-proton/ruby/spec/data_spec.rb:170. Use _(obj).must_raise instead. This will fail in Minitest 6.
   43: =================================================================
   43: ==12621==AddressSanitizer CHECK failed: /build/llvm-toolchain-11-9xfOLw/llvm-toolchain-11-11.0.0/compiler-rt/lib/asan/asan_thread.cpp:356 "((ptr[0] == kCurrentStackFrameMagic)) != (0)" (0x0, 0x0)
   43:     #0 0x7f998c34e2ce  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0xc42ce)
   43:     #1 0x7f998c2b8f7f  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0x2ef7f)
   43:     #2 0x7f998c351a33  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0xc7a33)
   43:     #3 0x7f998c2d58f7  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0x4b8f7)
   43:     #4 0x7f998c2d7332  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0x4d332)
   43:     #5 0x7f998c34ba9f  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0xc1a9f)
   43:     #6 0x7f998c326920 in sigaltstack (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0x9c920)
   43:     #7 0x7f998c34961f  (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0xbf61f)
   43:     #8 0x7f998c34dfd0 in __asan_handle_no_return (/usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.so+0xc3fd0)
   43:     #9 0x7f998cd9e043 in _wrap_pn_data_put_char /home/travis/build/apache/qpid-proton/build/ruby/cprotonRUBY_wrap.c:16753:5
   43:     #10 0x7f9991b76b7f in vm_call_cfunc_with_frame /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2514:12
   43:     #11 0x7f9991b76b7f in vm_call_cfunc /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2539:12
   43:     #12 0x7f9991b84582 in vm_sendish /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:4023:11
   43:     #13 0x7f9991b84582 in vm_exec_core /usr/share/rvm/src/ruby-2.7.1/insns.def:801:11
   43:     #14 0x7f9991b8a733 in rb_vm_exec /usr/share/rvm/src/ruby-2.7.1/vm.c:1920:22
   43:     #15 0x7f9991b8b357 in invoke_bmethod /usr/share/rvm/src/ruby-2.7.1/vm.c:1074:11
   43:     #16 0x7f9991b8b357 in invoke_iseq_block_from_c /usr/share/rvm/src/ruby-2.7.1/vm.c:1119:9
   43:     #17 0x7f9991b8b357 in invoke_block_from_c_proc /usr/share/rvm/src/ruby-2.7.1/vm.c:1216:16
   43:     #18 0x7f9991b8b357 in rb_vm_invoke_bmethod /usr/share/rvm/src/ruby-2.7.1/vm.c:1245:12
   43:     #19 0x7f9991b8b8ea in vm_call_bmethod_body /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2570:11
   43:     #20 0x7f9991b8b8ea in vm_call_bmethod /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2590:12
   43:     #21 0x7f9991b8c3ba in vm_call_method /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:3053:32
   43:     #22 0x7f9991b8ceed in vm_call_opt_send /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2661:12
   43:     #23 0x7f9991b84582 in vm_sendish /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:4023:11
   43:     #24 0x7f9991b84582 in vm_exec_core /usr/share/rvm/src/ruby-2.7.1/insns.def:801:11
   43:     #25 0x7f9991b8a733 in rb_vm_exec /usr/share/rvm/src/ruby-2.7.1/vm.c:1920:22
   43:     #26 0x7f9991b8ed9a in invoke_block /usr/share/rvm/src/ruby-2.7.1/vm.c:1044:12
   43:     #27 0x7f9991b8ed9a in invoke_iseq_block_from_c /usr/share/rvm/src/ruby-2.7.1/vm.c:1116:9
   43:     #28 0x7f9991b8ed9a in invoke_block_from_c_bh /usr/share/rvm/src/ruby-2.7.1/vm.c:1134:13
   43:     #29 0x7f9991b8ed9a in vm_yield /usr/share/rvm/src/ruby-2.7.1/vm.c:1179:12
   43:     #30 0x7f9991b8ed9a in rb_yield_0 /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1227:12
   43:     #31 0x7f9991b8ed9a in rb_yield_1 /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1233:12
   43:     #32 0x7f9991b8ed9a in rb_yield /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1243:9
   43:     #33 0x7f999192b15b in rb_ary_each /usr/share/rvm/src/ruby-2.7.1/array.c:2135:2
   43:     #34 0x7f9991b76b7f in vm_call_cfunc_with_frame /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2514:12
   43:     #35 0x7f9991b76b7f in vm_call_cfunc /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2539:12
   43:     #36 0x7f9991b8c3ba in vm_call_method /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:3053:32
   43:     #37 0x7f9991b84695 in vm_sendish /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:4023:11
   43:     #38 0x7f9991b84695 in vm_exec_core /usr/share/rvm/src/ruby-2.7.1/insns.def:782:11
   43:     #39 0x7f9991b8a733 in rb_vm_exec /usr/share/rvm/src/ruby-2.7.1/vm.c:1920:22
   43:     #40 0x7f9991b8ed9a in invoke_block /usr/share/rvm/src/ruby-2.7.1/vm.c:1044:12
   43:     #41 0x7f9991b8ed9a in invoke_iseq_block_from_c /usr/share/rvm/src/ruby-2.7.1/vm.c:1116:9
   43:     #42 0x7f9991b8ed9a in invoke_block_from_c_bh /usr/share/rvm/src/ruby-2.7.1/vm.c:1134:13
   43:     #43 0x7f9991b8ed9a in vm_yield /usr/share/rvm/src/ruby-2.7.1/vm.c:1179:12
   43:     #44 0x7f9991b8ed9a in rb_yield_0 /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1227:12
   43:     #45 0x7f9991b8ed9a in rb_yield_1 /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1233:12
   43:     #46 0x7f9991b8ed9a in rb_yield /usr/share/rvm/src/ruby-2.7.1/vm_eval.c:1243:9
   43:     #47 0x7f999193123b in rb_ary_collect /usr/share/rvm/src/ruby-2.7.1/array.c:3065:9
   43:     #48 0x7f9991b76b7f in vm_call_cfunc_with_frame /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2514:12
   43:     #49 0x7f9991b76b7f in vm_call_cfunc /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:2539:12
   43:     #50 0x7f9991b8c3ba in vm_call_method /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:3053:32
   43:     #51 0x7f9991b84695 in vm_sendish /usr/share/rvm/src/ruby-2.7.1/vm_insnhelper.c:4023:11
   43:     #52 0x7f9991b84695 in vm_exec_core /usr/share/rvm/src/ruby-2.7.1/insns.def:782:11
   43:     #53 0x7f9991b8a733 in rb_vm_exec /usr/share/rvm/src/ruby-2.7.1/vm.c:1920:22
   43:     #54 0x7f9991b8fb11 in invoke_block /usr/share/rvm/src/ruby-2.7.1/vm.c:1044:12
   43:     #55 0x7f9991b8fb11 in invoke_iseq_block_from_c /usr/share/rvm/src/ruby-2.7.1/vm.c:1116:9
   43:     #56 0x7f9991b8fb11 in invoke_block_from_c_proc /usr/share/rvm/src/ruby-2.7.1/vm.c:1216:16
   43:     #57 0x7f9991b8fb11 in vm_invoke_proc /usr/share/rvm/src/ruby-2.7.1/vm.c:1238:12
   43:     #58 0x7f9991b8fb11 in rb_vm_invoke_proc /usr/share/rvm/src/ruby-2.7.1/vm.c:1259:9
   43:     #59 0x7f9991aa4c9c in rb_proc_call /usr/share/rvm/src/ruby-2.7.1/proc.c:971:12
   43:     #60 0x7f99919cb3fe in exec_end_procs_chain /usr/share/rvm/src/ruby-2.7.1/eval_jump.c:105:3
   43:     #61 0x7f99919cb3fe in rb_ec_exec_end_proc /usr/share/rvm/src/ruby-2.7.1/eval_jump.c:120:2
   43:     #62 0x7f99919cb739 in rb_ec_teardown /usr/share/rvm/src/ruby-2.7.1/eval.c:143:5
   43:     #63 0x7f99919cb973 in rb_ec_cleanup /usr/share/rvm/src/ruby-2.7.1/eval.c:210:9
   43:     #64 0x7f99919cbd37 in ruby_run_node /usr/share/rvm/src/ruby-2.7.1/eval.c:336:12
   43:     #65 0x55ad07a0b17e in main /usr/share/rvm/src/ruby-2.7.1/./main.c:50:9
   43:     #66 0x7f9991716082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082)
   43:     #67 0x55ad07a0b1cd in _start (/home/travis/.rvm/rubies/ruby-2.7.1/bin/ruby+0x11cd)
   43: 
   43/49 Test #43: ruby-data-spec ...................***Failed    0.37 sec
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek merged pull request #373: NO-JIRA - Upgrade from Catch v2.13.7 to v2.13.9

Posted by GitBox <gi...@apache.org>.
jiridanek merged PR #373:
URL: https://github.com/apache/qpid-proton/pull/373


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org