[release] Boost 1.62.0 Release Candidate 1

The release candidates for the 1.62.0 release are now available at: https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... The SHA256 checksums are as follows: b91c2cda8bee73ea613130e19e72c9589e9ef0357c4c5cc5f7523de82cce11f7 boost_1_62_0_rc1.7z 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 boost_1_62_0_rc1.tar.bz2 440a59f8bc4023dbe6285c9998b0f7fa288468b889746b1ef00e8b36c559dce1 boost_1_62_0_rc1.tar.gz 084b2e0638bbe0975a9e43e21bc9ceae33ef11377aecab3268a57cf41e405d4e boost_1_62_0_rc1.zip As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. Thanks, the release managers. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail

I was successfully able to run bootstrap and b2 on Windows 10 using the Visual Studio 2015 with SP3 and this command line: b2 --build-type=complete -j10 I got warnings and compilation errors when building rippled (our open source project). These were the errors: 1>CL : warning : Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING. 1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C2065: 'ERR_LIB_SSL': undeclared identifier (compiling source file ..\..\src\ripple\unity\app_main.cpp) 1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C2065: 'SSL_R_SHORT_READ': undeclared identifier (compiling source file ..\..\src\ripple\unity\app_main.cpp) 1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C3861: 'ERR_PACK': identifier not found (compiling source file ..\..\src\ripple\unity\app_main.cpp) It looks like the SSL errors are the result of this Boost.Asio change: https://github.com/boostorg/asio/commit/8ea3165df95a826e5ba3cc8395c3ad1c1bd7... The 1.62.0 changes for Boost.Asio are described here: https://github.com/boostorg/asio/blob/350f94e7229823db8dfb8b1c2104d545b101ee... On Mon, Sep 26, 2016 at 10:36 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
The release candidates for the 1.62.0 release are now available at:
https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_...
The SHA256 checksums are as follows:
b91c2cda8bee73ea613130e19e72c9589e9ef0357c4c5cc5f7523de82cce11f7 boost_1_62_0_rc1.7z 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 boost_1_62_0_rc1.tar.bz2 440a59f8bc4023dbe6285c9998b0f7fa288468b889746b1ef00e8b36c559dce1 boost_1_62_0_rc1.tar.gz 084b2e0638bbe0975a9e43e21bc9ceae33ef11377aecab3268a57cf41e405d4e boost_1_62_0_rc1.zip
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks, the release managers.
-- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Follow me on Github: https://github.com/vinniefalco

This warning when building applications using Boost 1.62.0: 1>CL : warning : Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING. Comes from <boost/coroutine/detail/config.hpp> https://github.com/boostorg/coroutine/blob/master/include/boost/coroutine/de... The 1.62.0 version of Boost.Asio is using the deprecated Coroutine library in its implementation: https://github.com/boostorg/asio/blob/develop/include/boost/asio/spawn.hpp#L... This is causing the warning. On Mon, Sep 26, 2016 at 10:36 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
The release candidates for the 1.62.0 release are now available at:
https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_...
The SHA256 checksums are as follows:
b91c2cda8bee73ea613130e19e72c9589e9ef0357c4c5cc5f7523de82cce11f7 boost_1_62_0_rc1.7z 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 boost_1_62_0_rc1.tar.bz2 440a59f8bc4023dbe6285c9998b0f7fa288468b889746b1ef00e8b36c559dce1 boost_1_62_0_rc1.tar.gz 084b2e0638bbe0975a9e43e21bc9ceae33ef11377aecab3268a57cf41e405d4e boost_1_62_0_rc1.zip
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks, the release managers.
-- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Follow me on Github: https://github.com/vinniefalco

On Mon, Sep 26, 2016 at 11:15 AM, Vinnie Falco <vinnie.falco@gmail.com> wrote:
This warning when building applications using Boost 1.62.0: 1>CL : warning : Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.
A coworker tracked this down. There's a spelling error/typo, two versions of the macro exist: BOOST_COROUTINE_NO_DEPRECATION_WARNING <boost/coroutine/detail/config.hpp> BOOST_COROUTINES_NO_DEPRECATION_WARNING <boost/coroutine/asymmetric_coroutine.hpp> It looks like this is fixed at the tip of Boost.Coroutine master branch: https://github.com/boostorg/coroutine/blob/master/include/boost/coroutine/de... In this commit: https://github.com/boostorg/coroutine/commit/c33f5fcc42cb28882ea6b98a9dc0572... I believe this particular issue can be resolved by bringing that one commit into the release. Thanks

On 26.9.2016 17:36, Rene Rivera wrote:
... Please report both success and failure, and anything else that is noteworthy. ... Success with "gcc-5.1.0-tdm64-1-c++" on Windows 10. Final output of the compilation is below. I couldn't find compilation log.
...failed updating 1 target... ...skipped 1 target... ...updated 1214 targets...

On Mon, Sep 26, 2016 at 7:36 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
The release candidates for the 1.62.0 release are now available at:
I built the libraries (on Mac OS 10.11; 64 bit) in the following configurations: * Apple LLVM version 8.0.0 (clang-800.0.38) * -std=c++03 - compiled w/o error * -std=c++11 - compiled w/o error * -std=c++14 - compiled w/o error * -std=c++1z - compiled w/o error * clang ToT built this morning [ clang version 4.0.0 (trunk 282329) ] * -std=c++03 - compiled w/o error * -std=c++11 - compiled w/o error * -std=c++14 - compiled w/o error * -std=c++1z - Boost.Fiber failed to compile ...failed clang-darwin.compile.c++ bin.v2/libs/fiber/build/clang-darwin-tot1z/release/link-static/threading-multi/context.o... ...failed clang-darwin.compile.c++ bin.v2/libs/fiber/build/clang-darwin-tot1z/release/threading-multi/context.o... Now to run some tests.... -- Marshall

On Mon, Sep 26, 2016 at 5:52 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
On Mon, Sep 26, 2016 at 7:36 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
The release candidates for the 1.62.0 release are now available at:
[snip]
Now to run some tests....
-- Marshall
The test "vmd/test/test_doc_modifiers_return_type.cpp" hangs clang. Reported as https://llvm.org/bugs/show_bug.cgi?id=30546 -- Marshall

On 26 Sep 2016, at 16:36, Rene Rivera <grafikrobot@gmail.com> wrote:
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A323 Apple LLVM version 8.0.0 (clang-800.0.38) Target: x86_64-apple-darwin16.0.0 Thread model: posix === $ ./b2 cxxflags="-std=c++14" ./boost/archive/iterators/mb_from_wchar.hpp:87:35: warning: unused variable 'r' [-Wunused-variable] ./boost/archive/iterators/wchar_from_mb.hpp:166:31: warning: unused variable 'r' [-Wunused-variable] ./boost/asio/detail/macos_fenced_block.hpp:45:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_thread_fence() from <atomic> instead [-Wdeprecated-declarations] ./boost/asio/detail/macos_fenced_block.hpp:51:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_thread_fence() from <atomic> instead [-Wdeprecated-declarations] ./boost/coroutine/detail/config.hpp:17:4: warning: "Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINE_NO_DEPRECATION_WARNING." [-W#warnings] libs/container/src/dlmalloc_2_8_6.c:4085:27: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4095:27: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4106:25: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4118:32: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4122:22: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4153:20: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4154:21: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4323:36: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4325:38: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_2_8_6.c:4326:38: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] libs/container/src/dlmalloc_ext_2_8_6.c:1097:8: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] libs/locale/src/shared/mo_lambda.cpp:220:16: warning: unused function 'un_factory' [-Wunused-function] ...updated 941 targets... The Boost C++ Libraries were successfully built! === status $../b2 cxxflags="-std=c++14" ...failed testing.capture-output ../bin.v2/libs/io/test/ios_state_unit_test.test/darwin-4.2.1/debug/ios_state_unit_test.run... Running 14 test cases... ../libs/io/test/ios_state_unit_test.cpp:231: error: in "I/O state saver test/ios_exception_saver_unit_test": exception std::ios_base::failure expected but not raised ../libs/io/test/ios_state_unit_test.cpp:580: error: in "I/O state saver test/ios_all_saver_unit_test": exception std::ios_base::failure expected but not raised *** 2 failures are detected in the test module "Master Test Suite" ...failed testing.capture-output ../bin.v2/libs/locale/test/test_codepage.test/darwin-4.2.1/debug/test_codepage.run... Error in line:67 read_file<Char>(f1) == cmp Error in line:76 read_file<char>(testo) == file Passed 362 tests Failed 2 tests 99.5% of tests completed sucsessefully ...failed testing.capture-output ../bin.v2/libs/lockfree/test/queue_interprocess_test.test/darwin-4.2.1/debug/threading-multi/queue_interprocess_test.run... dyld: Library not loaded: libboost_unit_test_framework.dylib Referenced from: /Users/tom/Downloads/boost_1_62_0/status/../bin.v2/libs/lockfree/test/queue_interprocess_test.test/darwin-4.2.1/debug/threading-multi/queue_interprocess_test Reason: image not found ...failed testing.capture-output ../bin.v2/libs/lockfree/test/stack_interprocess_test.test/darwin-4.2.1/debug/threading-multi/stack_interprocess_test.run... dyld: Library not loaded: libboost_unit_test_framework.dylib Referenced from: /Users/tom/Downloads/boost_1_62_0/status/../bin.v2/libs/lockfree/test/stack_interprocess_test.test/darwin-4.2.1/debug/threading-multi/stack_interprocess_test Reason: image not found ...failed testing.capture-output ../bin.v2/libs/log/test/util_ipc_reliable_mq.test/darwin-4.2.1/debug/threading-multi/util_ipc_reliable_mq.run... Running 4 test cases... unknown location:0: fatal error: in "multithreaded_message_passing": memory access violation at address: 0x7fff51bbfa28: invalid permissions ../libs/log/test/run/util_ipc_reliable_mq.cpp:322: last checkpoint *** 1 failure is detected in the test module "util_ipc_reliable_mq" ...failed testing.capture-output ../bin.v2/libs/multiprecision/example/safe_prime.test/darwin-4.2.1/debug/safe_prime.run... We have a probable prime with value: 0x87E64218E677760A7830EBD3432496DA21DC2AD657BDA1BDCCE885F49E9D1B51 We have a probable prime with value: 0xD1ADE973B1EB20C051B532A346FE9CB0AF27D74920AE014363B3161649EF0967 Ooops, no safe primes were found ...failed testing.capture-output ../bin.v2/libs/random/test/test_hyperexponential_distribution.test/darwin-4.2.1/debug/test_hyperexponential_distribution.run... ../libs/optional/test/optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_fail.cpp(19): failed as requested in function 'int main()' 1 error detected. ../libs/optional/test/optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp(20): failed as requested in function 'int main()' 1 error detected. ********************************************************************** File "/Users/tom/Downloads/boost_1_62_0/libs/parameter/test/python_test.py", line 6, in python_test Failed example: from python_test_ext import X Exception raised: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py", line 1315, in __run compileflags, 1) in test.globs File "<doctest python_test[0]>", line 1, in <module> from python_test_ext import X ImportError: dlopen(/Users/tom/Downloads/boost_1_62_0/bin.v2/libs/parameter/test/python_test.test/darwin-4.2.1/debug/python_test_ext.so, 2): Library not loaded: libboost_python.dylib Referenced from: /Users/tom/Downloads/boost_1_62_0/bin.v2/libs/parameter/test/python_test.test/darwin-4.2.1/debug/python_test_ext.so Reason: unsafe use of relative rpath libboost_python.dylib in /Users/tom/Downloads/boost_1_62_0/bin.v2/libs/parameter/test/python_test.test/darwin-4.2.1/debug/python_test_ext.so with restricted binary ********************************************************************** 1 items had failures: 121 of 123 in __main__ ***Test Failed*** 121 failures. Running 7 test cases... ../libs/random/test/test_hyperexponential_distribution.cpp:275: error: in "test_streaming": check param == check_param has failed [[0.25 0.25 0.25 0.25] [1 2 3 4] != [1] [1]] ../libs/random/test/test_hyperexponential_distribution.cpp:294: error: in "test_streaming": check param == check_param has failed [[0.1 0.2 0.3 0.4] [1 1 1 1] != [1] [1]] *** 2 failures are detected in the test module "Master Test Suite" ...failed testing.capture-output ../bin.v2/libs/spirit/test/karma_alternative1-p3.test/darwin-4.2.1/debug/karma_alternative1-p3.run... in test: result is false in test: result is false in test: result is false ../libs/spirit/test/karma/alternative1.cpp(67): test 'test("10", char_ | int_, v)' failed in function 'int main()' in test: result is false ../libs/spirit/test/karma/alternative1.cpp(68): test 'test("10", int_ | char_, v)' failed in function 'int main()' in test: generated "a" ../libs/spirit/test/karma/alternative1.cpp(71): test 'test("10", int_ | lit('a') | char_, v)' failed in function 'int main()' in test: result is false ../libs/spirit/test/karma/alternative1.cpp(74): test 'test("c", char_ | int_, v)' failed in function 'int main()' in test: generated "a" ../libs/spirit/test/karma/alternative1.cpp(76): test 'test("c", char_ | lit('a') | int_, v)' failed in function 'int main()' in test: generated "a" ../libs/spirit/test/karma/alternative1.cpp(78): test 'test("c", int_ | char_ | lit('a'), v)' failed in function 'int main()' in test: result is false 6 errors detected. ...failed testing.capture-output ../bin.v2/libs/spirit/test/karma_alternative2-p3.test/darwin-4.2.1/debug/karma_alternative2-p3.run... in test: result is false in test: result is false in test: result is false in test: result is false in test_delimited: result is false in test_delimited: result is false in test_delimited: generated "11 " ../libs/spirit/test/karma/alternative2.cpp(119): test 'test_delimited("10.0 ", double_ | lit(11), v, char_(' '))' failed in function 'int main()' in test_delimited: result is false in test_delimited: result is false 1 error detected. ...failed testing.capture-output ../bin.v2/libs/statechart/test/UnconsumedResultTestNormal.test/darwin-4.2.1/debug/UnconsumedResultTestNormal.run... libc++abi.dylib: terminating with uncaught exception of type std::logic_error: Assertion failed: "reactionResult_ == consumed" File: "../boost/statechart/result.hpp" Function: "boost::statechart::detail::safe_reaction_result::~safe_reaction_result()" Running 1 test case... unknown location:0: fatal error: in "test_main_caller(_argc,_argv_)": signal: SIGABRT (application abort requested) ../libs/statechart/test/UnconsumedResultTest.cpp:39: last checkpoint *** 1 failure is detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/statechart/test/UnconsumedResultTestNative.test/darwin-4.2.1/debug/UnconsumedResultTestNative.run... libc++abi.dylib: terminating with uncaught exception of type std::logic_error: Assertion failed: "reactionResult_ == consumed" File: "../boost/statechart/result.hpp" Function: "boost::statechart::detail::safe_reaction_result::~safe_reaction_result()" Running 1 test case... unknown location:0: fatal error: in "test_main_caller(_argc,_argv_)": signal: SIGABRT (application abort requested) ../libs/statechart/test/UnconsumedResultTest.cpp:39: last checkpoint *** 1 failure is detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/statechart/test/UnconsumedResultTestRelaxed.test/darwin-4.2.1/debug/UnconsumedResultTestRelaxed.run... libc++abi.dylib: terminating with uncaught exception of type std::logic_error: Assertion failed: "reactionResult_ == consumed" File: "../boost/statechart/result.hpp" Function: "boost::statechart::detail::safe_reaction_result::~safe_reaction_result()" Running 1 test case... unknown location:0: fatal error: in "test_main_caller(_argc,_argv_)": signal: SIGABRT (application abort requested) ../libs/statechart/test/UnconsumedResultTest.cpp:39: last checkpoint *** 1 failure is detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/statechart/test/UnconsumedResultTestBoth.test/darwin-4.2.1/debug/UnconsumedResultTestBoth.run... libc++abi.dylib: terminating with uncaught exception of type std::logic_error: Assertion failed: "reactionResult_ == consumed" File: "../boost/statechart/result.hpp" Function: "boost::statechart::detail::safe_reaction_result::~safe_reaction_result()" Running 1 test case... unknown location:0: fatal error: in "test_main_caller(_argc,_argv_)": signal: SIGABRT (application abort requested) ../libs/statechart/test/UnconsumedResultTest.cpp:39: last checkpoint *** 1 failure is detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/tr1/test/run_random.test/darwin-4.2.1/debug/run_random.run... **** error return code: -1 ******** errors detected; see standard output for details ******** **** exception(210): signal: integer divide by zero; address of failing instruction: 0x1040bbc78 ******** errors detected; see standard output for details ******** Assertion failed: (div != 0), function cpp_main, file ../libs/test/test/prg_exec_monitor-ts/user-fatal-exception-test.cpp, line 27. **** exception(210): signal: SIGABRT (application abort requested) ******** errors detected; see standard output for details ******** **** exception(205): C string: Test error by throwing C-style string exception ******** errors detected; see standard output for details ******** Running 3 test cases... *** Errors were detected in the test module "list_content"; see standard output for details Running 1 test case... validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed *** 7 failures are detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/tr1/test/std_run_random.test/darwin-4.2.1/debug/std_run_random.run... Running 1 test case... validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed validating ranlux64_base_01: 0.08151485394304103 (Expected: 0.1332451100961265) ../libs/tr1/test/run_random.cpp:48: error: in "test_main_caller(_argc,_argv_)": check result has failed *** 7 failures are detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/type_index/test/testing_crossmodule_anonymous.test/darwin-4.2.1/debug/testing_crossmodule_anonymous.run... ../libs/type_index/test/testing_crossmodule_anonymous.cpp(24): test 't_userdef != test_lib::get_anonymous_user_defined_class()' failed in function 'void comparing_anonymous_types_between_modules()': '(anonymous namespace)::user_defined' == '(anonymous namespace)::user_defined' ../libs/type_index/test/testing_crossmodule_anonymous.cpp(25): test 't_const_userdef != test_lib::get_const_anonymous_user_defined_class()' failed in function 'void comparing_anonymous_types_between_modules()': '(anonymous namespace)::user_defined const' == '(anonymous namespace)::user_defined const' 2 errors detected. ...failed testing.capture-output ../bin.v2/libs/wave/test/build/testwave.test/darwin-4.2.1/debug/link-static/threading-multi/testwave.run... ../libs/vmd/test/test_is_array_fail.cxx(18): test 'BOOST_VMD_IS_ARRAY((y,(x,3,e,2)))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_array_fail2.cxx(18): test 'BOOST_VMD_IS_ARRAY((3,(x,3,e,2)))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_array_fail3.cxx(18): test 'BOOST_VMD_IS_ARRAY(tree)' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_array_fail4.cxx(18): test 'BOOST_VMD_IS_ARRAY((3,(3,5,6) xc))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_list_fail.cxx(15): test 'BOOST_VMD_IS_LIST((4,(x)))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_list_fail2.cxx(15): test 'BOOST_VMD_IS_LIST((4,(5,BOOST_PP_NIL),6))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_list_fail3.cxx(15): test 'BOOST_VMD_IS_LIST((4,5,BOOST_PP_NIL,6))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_list_fail4.cxx(15): test 'BOOST_VMD_IS_LIST((tt,(5,(uu,BOOST_PP_NIL yy))))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_seq_fail.cxx(16): test 'BOOST_VMD_IS_SEQ((y,(x,3,e,2)))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_seq_fail2.cxx(15): test 'BOOST_VMD_IS_SEQ((y)2(x))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_seq_fail3.cxx(15): test 'BOOST_VMD_IS_SEQ(y(z)(x))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_seq_fail4.cxx(15): test 'BOOST_VMD_IS_SEQ((z)(x)(72)64)' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_tuple_fail.cxx(15): test 'BOOST_VMD_IS_TUPLE((x,3,e,2)ty)' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_tuple_fail2.cxx(15): test 'BOOST_VMD_IS_TUPLE(op(x,3,e,2))' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_tuple_fail3.cxx(15): test 'BOOST_VMD_IS_TUPLE((x,3,e,2)%)' failed in function 'int main()' 1 error detected. ../libs/vmd/test/test_is_tuple_fail4.cxx(15): test 'BOOST_VMD_IS_TUPLE((x,3,e,2)(y,rr))' failed in function 'int main()' 1 error detected. /Users/tom/Downloads/boost_1_62_0/libs/wave/test/testwave/testfiles/t_9_024.cpp: failed result: expected: #line 19 "t_9_024.cpp" 0xFFFFFui64 testwave: 194 of 195 test(s) succeeded (1 test(s) failed). Running 1 test case... ../libs/accumulators/test/p_square_cumul_dist.cpp:66: error: in "p_square_cumulative_distribution test/test_stat": difference{0.03166} between 0.5 * (1.0 + my_erf( histogram[i].first / std::sqrt(2.0) )){0.010316599565214746} and histogram[i].second{0.01} exceeds 3% ../libs/accumulators/test/p_square_cumul_dist.cpp:66: error: in "p_square_cumulative_distribution test/test_stat": difference{0.0366597} between 0.5 * (1.0 + my_erf( histogram[i].first / std::sqrt(2.0) )){0.020733193566368657} and histogram[i].second{0.02} exceeds 3% ../libs/accumulators/test/p_square_cumul_dist.cpp:66: error: in "p_square_cumulative_distribution test/test_stat": difference{0.0331687} between 0.5 * (1.0 + my_erf( histogram[i].first / std::sqrt(2.0) )){0.030995060470952907} and histogram[i].second{0.029999999999999999} exceeds 3% ../libs/accumulators/test/p_square_cumul_dist.cpp:66: error: in "p_square_cumulative_distribution test/test_stat": difference{0.0304411} between 0.5 * (1.0 + my_erf( histogram[i].first / std::sqrt(2.0) )){0.041217642957001199} and histogram[i].second{0.040000000000000001} exceeds 3% *** 4 failures are detected in the test module "Master Test Suite" ...failed testing.capture-output ../bin.v2/libs/accumulators/test/weighted_p_square_cumul_dist.test/darwin-4.2.1/debug/link-static/weighted_p_square_cumul_dist.run... Running 1 test case... ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:85: error: in "weighted_p_square_cumulative_distribution test/test_stat": difference{0.0406823} between 0.5 * (1.0 + my_erf( histogram_upper[i].first / std::sqrt(2.0) )){0.11495910705634749} and histogram_upper[i].second{0.1104651366859378} exceeds 4% ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:85: error: in "weighted_p_square_cumulative_distribution test/test_stat": difference{0.0401979} between 0.5 * (1.0 + my_erf( histogram_upper[i].first / std::sqrt(2.0) )){0.17728093524901145} and histogram_upper[i].second{0.17043001140023575} exceeds 4% *** 2 failures are detected in the test module "Master Test Suite" ...failed testing.capture-output ../bin.v2/libs/compute/test/test_function.test/darwin-4.2.1/debug/test_function.run... Running 7 test cases... ../libs/compute/test/test_function.cpp:92: error: in "compute_test/sort_pairs": check data[0] == std::make_pair(0, 4.2f) has failed ../libs/compute/test/test_function.cpp:93: error: in "compute_test/sort_pairs": check data[1] == std::make_pair(1, 2.3f) has failed ../libs/compute/test/test_function.cpp:94: error: in "compute_test/sort_pairs": check data[2] == std::make_pair(2, 1.0f) has failed ../libs/compute/test/test_function.cpp:104: error: in "compute_test/sort_pairs": check data[0] == std::make_pair(2, 1.0f) has failed ../libs/compute/test/test_function.cpp:105: error: in "compute_test/sort_pairs": check data[1] == std::make_pair(1, 2.3f) has failed *** 5 failures are detected in the test module "TestFunction" ...failed testing.capture-output ../bin.v2/libs/compute/test/test_image1d.test/darwin-4.2.1/debug/test_image1d.run... Running 3 test cases... ../libs/compute/test/test_image1d.cpp:56: error: in "compute_test/fill_image1d": check first_pixel == compute::uchar_(128) has failed [0 != 0x80] *** 1 failure is detected in the test module "TestImage1D" ...failed testing.capture-output ../bin.v2/libs/compute/test/test_image2d.test/darwin-4.2.1/debug/test_image2d.run... Running 7 test cases... ../libs/compute/test/test_image2d.cpp:144: error: in "compute_test/fill_image": check first_pixel == compute::uchar4_(0, 0, 0, 255) has failed [uchar4( ...failed testing.capture-output ../bin.v2/libs/compute/test/test_sort.test/darwin-4.2.1/debug/test_sort.run... Running 18 test cases... skipping test: device does not support double ../libs/compute/test/test_sort.cpp:320: error: in "compute_test/sort_custom_struct": check boost::compute::is_sorted(vector.begin(), vector.end(), sort_by_x, queue) == true has failed ../libs/compute/test/test_sort.cpp:323: error: in "compute_test/sort_custom_struct": difference{99} between particles[1].x{0.100000001} and 0.001f{0.00100000005} exceeds 0.1% ../libs/compute/test/test_sort.cpp:324: error: in "compute_test/sort_custom_struct": difference{99} between particles[2].x{10} and 0.1f{0.100000001} exceeds 0.1% ../libs/compute/test/test_sort.cpp:325: error: in "compute_test/sort_custom_struct": difference{9999} between particles[3].x{0.00100000005} and 10.0f{10} exceeds 0.1% *** 4 failures are detected in the test module "TestSort" ...failed testing.capture-output ../bin.v2/libs/compute/test/test_struct.test/darwin-4.2.1/debug/test_struct.run... Running 4 test cases... ../libs/compute/test/test_struct.cpp:162: error: in "compute_test/struct_with_array": check { _actual, _actual + 3 } == { _expected, _expected + 3 } has failed. Mismatch at position 0: 0 != 6 Mismatch at position 1: 0 != 15 Mismatch at position 2: 0 != 24 *** 1 failure is detected in the test module "TestStruct" ...failed testing.capture-output ../bin.v2/libs/compute/test/test_user_defined_types.test/darwin-4.2.1/debug/test_user_defined_types.run... Running 1 test case... ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(7, 49, 56.1538) != (3, 27, 22.3077)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(3, 27, 22.3077) != (7, 49, 56.1538)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(92, 42, 66.9231) != (9, 40, 50)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(9, 40, 50) != (40, 12, 2.30769)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(69, 9, 43.8462) != (60, 33, 76.1538)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(40, 12, 2.30769) != (69, 9, 43.8462)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(60, 33, 76.1538) != (78, 16, 26.9231)] ../libs/compute/test/test_user_defined_types.cpp:118: error: in "compute_test/issue_11": check tmp[i] == host_vector[i] has failed [(78, 16, 26.9231) != (92, 42, 66.9231)] *** 8 failures are detected in the test module "TestUserDefinedTypes" ...failed testing.capture-output ../bin.v2/libs/dll/test/shared_library_load_test.test/darwin-4.2.1/debug/threading-multi/shared_library_load_test.run... ../libs/core/test/lightweight_test_fail.cpp(17): test 'x == 1' failed in function 'int main()' 1 error detected. ../libs/core/test/lightweight_test_fail2.cpp(15): expected failure in function 'int main()' 1 error detected. ../libs/core/test/lightweight_test_fail3.cpp(17): test 'x == 1' failed in function 'int main()': '0' != '1' 1 error detected. ../libs/core/test/lightweight_test_fail4.cpp(17): test 'x != 0' failed in function 'int main()': '0' == '0' 1 error detected. ../libs/core/test/lightweight_test_fail5.cpp(23): Exception 'X' not thrown in function 'int main()' 1 error detected. ../libs/core/test/lightweight_test_fail6.cpp(24): Exception 'X' not thrown in function 'int main()' 1 error detected. ../libs/core/test/lightweight_test_fail7.cpp(35): predicate '( Y2<X1::type, X2::type> )' [Y2<int, int>] test failed in function 'int main()' (should have been true) 1 error detected. ../libs/core/test/lightweight_test_fail7.cpp(35): predicate '( Y2<X1::type, X2::type> )' [static const char *boost::detail::core_typeid_<Y2<int, int> >::name() [T = Y2<int, int>]] test failed in function 'int main()' (should have been true) 1 error detected. ../libs/core/test/lightweight_test_fail8.cpp(35): predicate '( Y1<X1::type, X2::type> )' [Y1<int, int>] test failed in function 'int main()' (should have been false) 1 error detected. ../libs/core/test/lightweight_test_fail8.cpp(35): predicate '( Y1<X1::type, X2::type> )' [static const char *boost::detail::core_typeid_<Y1<int, int> >::name() [T = Y1<int, int>]] test failed in function 'int main()' (should have been false) 1 error detected. Library: "../bin.v2/libs/dll/test/darwin-4.2.1/debug/threading-multi/libtest_library.dylib"../libs/dll/test/shared_library_load_test.cpp(225): test 'false' failed in function 'int main(int, char **)' platform_independent_path: "../bin.v2/libs/dll/test/darwin-4.2.1/debug/threading-multi/test_library" Program location: "/Users/tom/Downloads/boost_1_62_0/status/../bin.v2/libs/dll/test/shared_library_load_test.test/darwin-4.2.1/debug/threading-multi/shared_library_load_test" Library location: "/Users/tom/Downloads/boost_1_62_0/status/../bin.v2/libs/dll/test/shared_library_load_test.test/darwin-4.2.1/debug/threading-multi/shared_library_load_test"1 error detected. ...failed testing.capture-output ../bin.v2/libs/dll/test/load_self.test/darwin-4.2.1/release/threading-multi/load_self.run... Call function libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >: boost::dll::shared_library::get() failed (dlerror system message: dlsym(0x1155d0cb8, create_plugin): symbol not found): Illegal seek ...failed testing.capture-output ../bin.v2/libs/dll/test/tutorial8_static.test/darwin-4.2.1/release/link-static/threading-multi/tutorial8_static.run... libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >: boost::dll::shared_library::get() failed (dlerror system message: dlsym(0x1061fabe8, create_refc_plugin): symbol not found): Illegal seek ...failed testing.capture-output ../bin.v2/libs/dll/test/cpp_load_test.test/darwin-4.2.1/debug/threading-multi/cpp_load_test.run... Library: "../bin.v2/libs/dll/test/darwin-4.2.1/debug/threading-multi/libcpp_plugin.dylib" ...failed testing.capture-output ../bin.v2/libs/dll/test/cpp_import_class_test.test/darwin-4.2.1/debug/threading-multi/cpp_import_class_test.run... Library: "../bin.v2/libs/dll/test/darwin-4.2.1/debug/threading-multi/libcpp_plugin.dylib" ...failed testing.capture-output ../bin.v2/libs/geometry/test/algorithms/buffer/algorithms_buffer_multi_linestring.test/darwin-4.2.1/debug/algorithms_buffer_multi_linestring.run... Running 1 test case... ../libs/geometry/test/algorithms/buffer/test_buffer.hpp:310: error: in "test_main_caller(_argc,_argv_)": multiline_mikado4_large_d_round_round not as expected. Expected: 11212832169 Detected: 11212832205.238245 Diff: 36.2382450103759766 , 3.23e-07% ../libs/geometry/test/algorithms/buffer/test_buffer.hpp:310: error: in "test_main_caller(_argc,_argv_)": multiline_mikado4_large_d_round_round_ccw not as expected. Expected: 11212832169 Detected: 11212832205.238245 Diff: 36.2382450103759766 , 3.23e-07% *** 2 failures are detected in the test module "Test Program" ...failed testing.capture-output ../bin.v2/libs/geometry/test/algorithms/envelope_expand/algorithms_envelope_on_spheroid.test/darwin-4.2.1/debug/algorithms_envelope_on_spheroid.run... Running 12 test cases... ../libs/geometry/test/algorithms/envelope_expand/envelope_on_spheroid.cpp:114: error: in "envelope_linestring_with_height": case ID: lh01, MBR units: radians; geometry: LINESTRING(10 15 30,20 25 434,30 35 186); expected: ((0.17453292519943295, 0.26179938779914941, 30), (0.52359877559829882, 0.6108652381980153, 434)), detected: ((0.17453292519943295, 0.26179938779914941, 186), (0.52359877559829882, 0.6108652381980153, 434)) *** 1 failure is detected in the test module "test_envelope_on_spheroid" ...failed testing.capture-output ../bin.v2/libs/geometry/test/algorithms/envelope_expand/algorithms_expand_on_spheroid.test/darwin-4.2.1/debug/algorithms_expand_on_spheroid.run... Running 6 test cases... ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_segment_with_height": case ID: sh01, MBR units: radians; input box: BOX((0.349066, 0.349066, 100), (0.872665, 0.872665, 1000)), geometry: SEGMENT((10, 10, 150), (40, 40, 500)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.87266462599716477, 0.87266462599716477, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 150), (0.87266462599716477, 0.87266462599716477, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_segment_with_height": case ID: sh03, MBR units: radians; input box: BOX((0.349066, 0.349066, 100), (0.872665, 0.872665, 1000)), geometry: SEGMENT((10, 10, 150), (40, 40, 1500)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.87266462599716477, 0.87266462599716477, 1500)), detected: ((0.17453292519943295, 0.17453292519943295, 150), (0.87266462599716477, 0.87266462599716477, 1500)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh01, MBR units: radians; input box: BOX((0.191986, 0.191986, 100), (0.331613, 0.331613, 1000)), geometry: BOX((10, 10, 200), (20, 20, 800)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh02[R], MBR units: radians; input box: BOX((0.174533, 0.174533, 100), (0.349066, 0.349066, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh03, MBR units: radians; input box: BOX((0.191986, 0.191986, 100), (0.331613, 0.331613, 800)), geometry: BOX((10, 10, 200), (20, 20, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh04[R], MBR units: radians; input box: BOX((0.174533, 0.174533, 100), (0.349066, 0.349066, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh01, MBR units: degrees; input box: BOX((11, 11, 100), (19, 19, 1000)), geometry: BOX((10, 10, 200), (20, 20, 800)); expected: ((10, 10, 100), (20, 20, 1000)), detected: ((10, 10, 200), (20, 20, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh01, MBR units: radians; input box: BOX((0.191986, 0.191986, 100), (0.331613, 0.331613, 1000)), geometry: BOX((10, 10, 200), (20, 20, 800)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh02[R], MBR units: degrees; input box: BOX((10, 10, 100), (20, 20, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((10, 10, 100), (20, 20, 1000)), detected: ((10, 10, 200), (20, 20, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh02[R], MBR units: radians; input box: BOX((0.174533, 0.174533, 100), (0.349066, 0.349066, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh03, MBR units: degrees; input box: BOX((11, 11, 100), (19, 19, 800)), geometry: BOX((10, 10, 200), (20, 20, 1000)); expected: ((10, 10, 100), (20, 20, 1000)), detected: ((10, 10, 200), (20, 20, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh03, MBR units: radians; input box: BOX((0.191986, 0.191986, 100), (0.331613, 0.331613, 800)), geometry: BOX((10, 10, 200), (20, 20, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh04[R], MBR units: degrees; input box: BOX((10, 10, 100), (20, 20, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((10, 10, 100), (20, 20, 1000)), detected: ((10, 10, 200), (20, 20, 1000)) ../libs/geometry/test/algorithms/envelope_expand/expand_on_spheroid.cpp:120: error: in "expand_box_with_height": case ID: bh04[R], MBR units: radians; input box: BOX((0.174533, 0.174533, 100), (0.349066, 0.349066, 800)), geometry: BOX((11, 11, 200), (19, 19, 1000)); expected: ((0.17453292519943295, 0.17453292519943295, 100), (0.3490658503988659, 0.3490658503988659, 1000)), detected: ((0.17453292519943295, 0.17453292519943295, 200), (0.3490658503988659, 0.3490658503988659, 1000)) *** 14 failures are detected in the test module "test_expand_on_spheroid"
participants (6)
-
Marshall Clow
-
Oliver Kowalke
-
Rahman Salim Zengin
-
Rene Rivera
-
Thomas Trummer
-
Vinnie Falco