My test runner started failing on Saturday - but just on Master.
Is anyone else seeing this?

-- Marshall

Here's the log:

notice: found boost-build.jam at /Sources/boost/testing/boost_root/boost-build.jam
notice: loading Boost.Build from /Sources/boost/testing/boost_bb/src
notice: Searching '/etc' '/Users/mclow' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing/boost_bb/src/kernel' '/Sources/boost/testing/boost_bb/src/util' '/Sources/boost/testing/boost_bb/src/build' '/Sources/boost/testing/boost_bb/src/tools' '/Sources/boost/testing/boost_bb/src/contrib' '/Sources/boost/testing/boost_bb/src/.' for site-config configuration file 'site-config.jam'.
notice: Configuration file 'site-config.jam' not found in '/etc' '/Users/mclow' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing/boost_bb/src/kernel' '/Sources/boost/testing/boost_bb/src/util' '/Sources/boost/testing/boost_bb/src/build' '/Sources/boost/testing/boost_bb/src/tools' '/Sources/boost/testing/boost_bb/src/contrib' '/Sources/boost/testing/boost_bb/src/.'.
notice: Searching '/Users/mclow' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing' '/Sources/boost/testing/boost_bb/src' '/Sources/boost/testing/boost_bb/src/kernel' '/Sources/boost/testing/boost_bb/src/util' '/Sources/boost/testing/boost_bb/src/build' '/Sources/boost/testing/boost_bb/src/tools' '/Sources/boost/testing/boost_bb/src/contrib' '/Sources/boost/testing/boost_bb/src/.' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from '/Users/mclow'.
notice: will use 'clang++' for clang-darwin, condition <toolset>clang-darwin-4.2.1
notice: will use '/usr/bin/clang++' for clang-darwin, condition <toolset>clang-darwin-03
notice: will use '/usr/bin/clang++' for clang-darwin, condition <toolset>clang-darwin-11
notice: will use '/usr/bin/clang++' for clang-darwin, condition <toolset>clang-darwin-14
notice: will use '/usr/bin/clang++' for clang-darwin, condition <toolset>clang-darwin-1z
notice: [zlib] Using pre-installed library
notice: [zlib] Condition
notice: [bzip2] Using pre-installed library
notice: [bzip2] Condition
notice: [python-cfg] Configuring python...
notice: [python-cfg] Checking interpreter command "python"...
notice: [python-cfg] running command 'python -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
notice: [python-cfg] ...requested configuration matched!
notice: [python-cfg] Details of this Python configuration:
notice: [python-cfg]   interpreter command: "python"
notice: [python-cfg]   include path: "/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7"
notice: [python-cfg]   library path: "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config" "/System/Library/Frameworks/Python.framework/Versions/2.7/lib"
notice: [python-cfg] Checking for NumPy...
notice: [python-cfg] running command 'python -c "import sys; sys.stderr = sys.stdout; import numpy; print(numpy.get_include())"'
notice: [python-cfg] NumPy enabled
notice: [python-cfg] framework directory is "/System/Library/Frameworks/Python.framework"
notice: using boost library auto_config <layout>system
error: at ../libs/predef/test/build.jam:47
error: Attempt to redeclare already registered project id '/test'.
error: Original project:
error:     Name: Jamfile</Sources/boost/testing/boost_root/libs/beast/test>
error:     Module: Jamfile</Sources/boost/testing/boost_root/libs/beast/test>
error:     Main id: /test
error:     File: ../libs/beast/test/Jamfile
error:     Location: ../libs/beast/test
error: New project:
error:     Module: Jamfile</Sources/boost/testing/boost_root/libs/predef/test>
error:     File: ../libs/predef/test/build.jam
error:     Location: ../libs/predef/test


-- Marshall