[00:00:00] Build started [00:00:00] git clone -q --branch=simplify_std_msvc_fixes https://github.com/cshorler/stepcode.git C:\projects\stepcode [00:00:03] git checkout -qf 5ab50bb68fd499560f9c5446a2ed23e3f7db6185 [00:00:04] New-Item -Path $env:APPVEYOR_BUILD_FOLDER -Name "build" -ItemType "directory" -ErrorAction "stop" | Set-Location [00:00:04] [00:00:04] $mkargs = @("..", [00:00:04] "-G", "Visual Studio 15 2017", "-A", "x64", [00:00:04] "-DSC_ENABLE_TESTING=ON", [00:00:04] "-DSC_BUILD_SCHEMAS=ifc2x3;ap214e3;ap209") [00:00:04] [00:00:04] %{cmake $mkargs} 2>&1 | %{ "$_" } [00:00:04] if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } [00:00:04] [00:00:04] Write-Host "before_build: (done)" [00:00:14] -- The C compiler identification is MSVC 19.16.27032.1 [00:00:19] -- The CXX compiler identification is MSVC 19.16.27032.1 [00:00:19] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe [00:00:24] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works [00:00:24] -- Detecting C compiler ABI info [00:00:29] -- Detecting C compiler ABI info - done [00:00:29] -- Detecting C compile features [00:00:29] -- Detecting C compile features - done [00:00:29] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe [00:00:34] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works [00:00:34] -- Detecting CXX compiler ABI info [00:00:39] -- Detecting CXX compiler ABI info - done [00:00:39] -- Detecting CXX compile features [00:00:39] -- Detecting CXX compile features - done [00:00:39] -- Looking for ndir.h [00:00:42] -- Looking for ndir.h - not found [00:00:42] -- Looking for stdarg.h [00:00:47] -- Looking for stdarg.h - found [00:00:47] -- Looking for sys/stat.h [00:00:52] -- Looking for sys/stat.h - found [00:00:52] -- Looking for sys/param.h [00:00:54] -- Looking for sys/param.h - not found [00:00:54] -- Looking for sysent.h [00:00:57] -- Looking for sysent.h - not found [00:00:57] -- Looking for unistd.h [00:00:59] -- Looking for unistd.h - not found [00:00:59] -- Looking for dirent.h [00:01:02] -- Looking for dirent.h - not found [00:01:02] -- Looking for stdbool.h [00:01:07] -- Looking for stdbool.h - found [00:01:07] -- Looking for process.h [00:01:12] -- Looking for process.h - found [00:01:12] -- Looking for io.h [00:01:17] -- Looking for io.h - found [00:01:17] -- Looking for abs [00:01:22] -- Looking for abs - found [00:01:22] -- Looking for memcpy [00:01:27] -- Looking for memcpy - found [00:01:27] -- Looking for memmove [00:01:31] -- Looking for memmove - found [00:01:31] -- Looking for getopt [00:01:34] -- Looking for getopt - not found [00:01:34] -- Looking for snprintf [00:01:39] -- Looking for snprintf - found [00:01:39] -- Looking for vsnprintf [00:01:44] -- Looking for vsnprintf - found [00:01:44] -- Looking for sys/types.h [00:01:49] -- Looking for sys/types.h - found [00:01:49] -- Looking for stdint.h [00:01:54] -- Looking for stdint.h - found [00:01:54] -- Looking for stddef.h [00:01:59] -- Looking for stddef.h - found [00:01:59] -- Check size of ssize_t [00:02:02] -- Check size of ssize_t - failed [00:02:02] -- Performing Test HAVE_STD_THREAD [00:02:07] -- Performing Test HAVE_STD_THREAD - Success [00:02:07] -- Performing Test HAVE_STD_CHRONO [00:02:13] -- Performing Test HAVE_STD_CHRONO - Success [00:02:13] -- Performing Test HAVE_NULLPTR [00:02:18] -- Performing Test HAVE_NULLPTR - Success [00:02:18] -- Assuming compiler is capable of unity build. (SC_UNITY_BUILD=TRUE) [00:02:18] -- Override by setting SC_UNITY_BUILD; TRUE will result in faster build times but *huge* translation units and higher memory use in compilation. [00:02:18] -- Compiling schema scanner... [00:03:03] -- Schema scanner built. Running it... [00:03:03] -- Will generate 1736 C++ files for sdai_ifc2x3. [00:03:04] -- Will generate 2124 C++ files for sdai_ap214e3. [00:03:04] -- Will generate 5312 C++ files for sdai_ap209. [00:03:05] -- Will generate 112 C++ files for sdai_select_segfault_210e3. [00:03:05] -- Will generate 34 C++ files for sdai_multiple_inheritance_derived. [00:03:05] -- Will generate 20 C++ files for sdai_select_segfault_2. [00:03:05] -- Will generate 14 C++ files for sdai_array_bounds_expr. [00:03:05] -- Will generate 16 C++ files for sdai_inverse_attr. [00:03:05] -- include dir for array_bounds_expr: C:/projects/stepcode/build/schemas/sdai_array_bounds_expr [00:03:05] -- include dir for inverse_attr: C:/projects/stepcode/build/schemas/sdai_inverse_attr [00:03:05] -- include dir for inverse_attr: C:/projects/stepcode/build/schemas/sdai_inverse_attr [00:03:05] -- include dir for inverse_attr: C:/projects/stepcode/build/schemas/sdai_inverse_attr [00:03:05] -- include dir for inverse_attr: C:/projects/stepcode/build/schemas/sdai_inverse_attr [00:03:05] -- include dir for ap214e3: C:/projects/stepcode/build/schemas/sdai_ap214e3 [00:03:05] -- .. Don't worry about any messages above about missing headers or failed tests, as long as [00:03:05] -- you see 'Configuring done' below. Headers and features vary by compiler. [00:03:05] -- .. Generating step can take a while if you are building several schemas. [00:03:05] -- Configuring done [00:03:06] -- Generating done [00:03:06] -- Build files have been written to: C:/projects/stepcode/build [00:03:06] before_build: (done) [00:03:06] msbuild "C:\projects\stepcode\build\SC.sln" /m /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" [00:03:06] Unable to create a new user process.