This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running command: | |
| :C:/Python27-64/python.exe run.py --runner=teeks99-09-v17d-64onAMD64 --toolsets=msvc-14.3 --bjam-options=-j8 address-model=64 debug-symbols=off --remove-test-targets --abbreviate-paths --comment=info.html --tag=develop | |
| at: 2023-09-27 19:24:31.150103 UTC | |
| # Running regressions in C:\teeks99-09\run... | |
| # Getting Boost.Build v2... | |
| # Creating regression scripts at C:\teeks99-09\run\boost_regression_src... | |
| # Executing GIT command: C:\teeks99-09\run> git init "C:\teeks99-09\run\boost_bb" | |
| # Downloading regression scripts from https://raw.githubusercontent.com/boostorg/regression/develop/testing/src... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import socket | |
| import struct | |
| import time | |
| test_groups = ['224.1.1.1', '239.255.255.255'] | |
| test_interfaces = ['127.0.0.1', '192.168.42.42'] | |
| port = 15007 | |
| receivers = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import socket | |
| import struct | |
| import time | |
| group = '224.1.1.4' | |
| test_interfaces = [ | |
| '127.0.0.1', | |
| # Fill in an interface of your own computer here | |
| '192.168.42.42'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has -Wl,--no-undefined : no (cached) [2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage | |
| Performing configuration checks | |
| - default address-model : 64-bit (cached) [1] | |
| - default architecture : x86 (cached) [1] | |
| - compiler supports SSE2 : yes (cached) [2] | |
| - compiler supports SSE4.1 : yes (cached) [2] | |
| - has synchronization.lib : no (cached) [2] | |
| - has std::atomic_ref : no (cached) [2] | |
| - has statx : no (cached) [2] |