[ https://issues.apache.org/jira/browse/PROTON-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151537#comment-17151537 ]
ASF GitHub Bot commented on PROTON-2125: ---------------------------------------- jiridanek commented on pull request #254: URL: https://github.com/apache/qpid-proton/pull/254#issuecomment-653870072 Ok, Dropped 2.7, used 3.6, 3.7 and 3.8. I got compilation errors from vcpkg on vs2015 with python 3.6, https://ci.appveyor.com/project/ke4qqq/qpid-proton/builds/33887709 ```C:\Tools\vcpkg\toolsrc\include\vcpkg/base/stringview.h(46): error C3259: 'constexpr' functions can only have one return statement (compiling source file ..\src\vcpkg\visualstudio.cpp) [C:\Tools\vcpkg\toolsrc\vcpkglib\vcpkglib.vcxproj] C:\Tools\vcpkg\scripts\bootstrap.ps1 : Building vcpkg.exe failed. Please ensure you have installed Visual Studio with the Desktop C++ workload and the Windows SDK for Desktop C++. At line:1 char:4 + & {& 'C:\Tools\vcpkg\scripts\bootstrap.ps1' } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep tion + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio n,bootstrap.ps1 ScriptHalted At C:\Tools\vcpkg\scripts\bootstrap.ps1:411 char:5 + throw + ~~~~~ + CategoryInfo : OperationStopped: (:) [], RuntimeException + FullyQualifiedErrorId : ScriptHalted Command exited with code 1 ``` and python issues on vs2019 with python 3.8 in python-test and python-integration-test. Tox tests passed fine. Probably some misconfiguration? https://ci.appveyor.com/project/ke4qqq/qpid-proton/builds/33886498/job/qiqg570b0n2cgwwk ``` 27: Test timeout computed to be: 1500 27: Traceback (most recent call last): 27: File "C:/projects/qpid-proton/python/tests/proton-test", line 24, in <module> 27: from proton_tests.main import main 27: File "C:\projects\qpid-proton\python\tests\proton_tests\__init__.py", line 22, in <module> 27: from . import codec 27: File "C:\projects\qpid-proton\python\tests\proton_tests\codec.py", line 25, in <module> 27: from proton import * 27: File "C:\projects\qpid-proton\python\proton\__init__.py", line 35, in <module> 27: from cproton import PN_VERSION_MAJOR, PN_VERSION_MINOR, PN_VERSION_POINT 27: File "C:\projects\qpid-proton\BLD\python\cproton.py", line 15, in <module> 27: import _cproton 27: ImportError: DLL load failed while importing _cproton: The specified module could not be found. 27/29 Test #27: python-test ......................***Failed Required regular expression not found. Regex=[Totals: .* 0 failed ] 0.18 sec test 28 Start 28: python-in ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Annoying deprecation warning from Minitest in Ruby tests > -------------------------------------------------------- > > Key: PROTON-2125 > URL: https://issues.apache.org/jira/browse/PROTON-2125 > Project: Qpid Proton > Issue Type: Test > Affects Versions: proton-c-0.29.0 > Reporter: Jiri Daněk > Priority: Trivial > > {noformat} > 41: 0.00 s = . > 41: A data object#test_0002_can hold a null = DEPRECATED: global use of > must_equal from > /home/travis/build/jdanekrh/qpid-proton/ruby/spec/data_spec.rb:38. Use > _(obj).must_equal instead. This will fail in Minitest 6. > 41: 0.00 s = . > 41: A data object#test_0019_raises an error on a negative uint = DEPRECATED: > global use of must_raise from > /home/travis/build/jdanekrh/qpid-proton/ruby/spec/data_spec.rb:136. Use > _(obj).must_raise instead. This will fail in Minitest 6. > 41: 0.00 s = . > 41: > 41: Finished in 0.067732s, 1033.4849 runs/s, 4414.4571 assertions/s. > 41: > 41: 70 runs, 299 assertions, 0 failures, 0 errors, 0 skips > 41/44 Test #41: ruby-data-spec ................... Passed 0.28 sec > test 42 > Start 42: ruby-exception-handling-spec > {noformat} > In e.g. https://travis-ci.org/apache/qpid-proton/jobs/601930436 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org