Compile [2024-11-19 16:38:14 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
cl /Zm800 -nologo "..\libs\filesystem\test\operations_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_test.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_FILESYSTEM_HAS_MKLINK -DBOOST_FILESYSTEM_NO_LIB=1 -DBOOST_FILESYSTEM_VERSION=4 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS "-I.." "-I..\libs\filesystem\test" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\atomic\include" "-IC:\teeks99-09\run\boost_root\libs\container_hash\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\describe\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\filesystem\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\fusion\include" "-IC:\teeks99-09\run\boost_root\libs\iterator\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\predef\include" "-IC:\teeks99-09\run\boost_root\libs\scope\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\system\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\variant2\include" "-IC:\teeks99-09\run\boost_root\libs\winapi\include"
operations_test.cpp
RmTemps C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\path_operator_ambiguity.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\path_operator_ambiguity.test
del /f /q "C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\path_operator_ambiguity.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\path_operator_ambiguity.obj"
Link [2024-11-19 16:38:14 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_test.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\system\build\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_system-vc140-mt-gd-x64-1_87.lib" "C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\build\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_filesystem-vc140-mt-gd-x64-1_87.lib" "synchronization.lib" /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_test.exe"
RmTemps C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_unit_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_unit_test.test
del /f /q "C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_unit_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_unit_test.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\filesystem\test\operations_unit_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\operations_unit_test.exe"
Run [2024-11-19 16:38:15 UTC]: succeed
BOOST_WINDOWS_API is defined
API is Windows
initial_path() is "C:\teeks99-09\run\boost_root\status"
"C:", "/", "teeks99-09", "run", "boost_root", "status"
sizeof(boost::uintmax_t) = 8
initial_tests...
current_path().string() is
"C:\teeks99-09\run\boost_root\status"
predicate_and_status_tests...
exception_tests...
catch runtime_error by value
x.what() returns "boost::filesystem::create_directory: The system cannot find the path specified [system:3]"
catch system_error by value
x.what() returns "boost::filesystem::create_directory: The system cannot find the path specified [system:3]"
catch filesystem_error by value
x.what() returns "boost::filesystem::create_directory: The system cannot find the path specified [system:3]: "no-such-dir/foo/bar""
catch filesystem_error by const reference
x.what() returns "boost::filesystem::create_directory: The system cannot find the path specified [system:3]: "no-such-dir/foo/bar""
Warning: line 422 exception reports default_error_condition().value() 129, should be 2
value() is 50
exception_tests complete
create_directory_tests...
create_directory_tests complete
current_directory_tests...
space_tests...
capacity = 511437697024
free = 309874941952
available = 309874941952
creating test directories and files in "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a"
status_of_nonexistent_tests...
status_error_reporting_tests...
directory_iterator_tests...
directory_iterator_tests complete
create_directories_tests...
p is "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a\level1/.\level2/./..\level3/"
equivalent_tests...
create_hard_link_tests...
*** For information only ***
create_hard_link() succeeded
create_symlink_tests...
*** For information only ***
create_symlink() attempt failed
filesystem_error.what() reports: boost::filesystem::create_symlink: A required privilege is not held by the client [system:1314]: "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a\f1", "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a\f4"
create_symlink() may not be supported on this operating system or file system
resize_file_tests...
absolute_tests...
canonical_basic_tests...
init: "C:\teeks99-09\run\boost_root\status"
root: "C:\"
first: "teeks99-09"
expected: "C:\teeks99-09"
weakly_canonical_basic_tests...
dir is "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a"
permissions_tests...
copy_file_tests...
copy "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a\f1" to "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a\d1\f2"
copy complete
iterator_status_tests...
recursive_directory_iterator_tests...
with error_code argument
recursive_directory_iterator_tests complete
recursive_iterator_status_tests...
rename_tests...
remove_tests...
remove_all_tests...
creation_time_tests...
start time: 1732022388, file creation time: 1732022389, finish time: 1732022390
write_time_tests...
UTC last_write_time() for a file just created is Tue Nov 19 13:19:50 2024
Year is 124
Change year to 123
last_write_time() for the file is now Sun Nov 19 13:19:50 2023
Reset to current time
original last_write_time() - current last_write_time() is 0 seconds
temp_directory_path_tests...
temp_directory_path() is "C:/temp/boost"
Fallback test, temp_directory_path() returned "C:\Windows\Temp"
temp_directory_path() returned "op-test-0add-fb2a\Temp"
temp_directory_path() returned "op-test-0add-fb2a\Temp"
Windows specific tests...
(may take several seconds)
directory junction tests...
Junction created for junc <<===>> d1
iteration count is 3
testing complete
post-test removal of "C:\teeks99-09\run\boost_root\status\op-test-0add-fb2a"
post-test removal complete
returning from main()
No errors detected.
EXIT STATUS: 0