Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created November 3, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/040c91af087b8afe4ce551e83279acc9 to your computer and use it in GitHub Desktop.
Save jpluimers/040c91af087b8afe4ce551e83279acc9 to your computer and use it in GitHub Desktop.
libssh2 windows build output
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Developer>cd %temp%
C:\Users\DEVELO~1\AppData\Local\Temp>git-clone-and-build-libssh2.bat
C:\Users\DEVELO~1\AppData\Local\Temp>setlocal
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin32Directory=C:/OpenSSL-Win32
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin64Directory=C:/OpenSSL-Win64
C:\Users\DEVELO~1\AppData\Local\Temp>if not exist libssh2\nul goto :libssh2NotYetExists
C:\Users\DEVELO~1\AppData\Local\Temp>echo Directory libssh2 already exists; bailing out.
Directory libssh2 already exists; bailing out.
C:\Users\DEVELO~1\AppData\Local\Temp>goto :end
C:\Users\DEVELO~1\AppData\Local\Temp>endlocal
C:\Users\DEVELO~1\AppData\Local\Temp>dir libssh2
Volume in drive C has no label.
Volume Serial Number is B8C8-1B6A
Directory of C:\Users\DEVELO~1\AppData\Local\Temp\libssh2
11/03/2016 11:41 PM <DIR> .
11/03/2016 11:41 PM <DIR> ..
11/03/2016 11:41 PM <DIR> buildWin64
0 File(s) 0 bytes
3 Dir(s) 6,485,753,856 bytes free
C:\Users\DEVELO~1\AppData\Local\Temp>rd /s /q libssh2
C:\Users\DEVELO~1\AppData\Local\Temp>git-clone-and-build-libssh2.bat
C:\Users\DEVELO~1\AppData\Local\Temp>setlocal
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin32Directory=C:/OpenSSL-Win32
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin64Directory=C:/OpenSSL-Win64
C:\Users\DEVELO~1\AppData\Local\Temp>if not exist libssh2\nul goto :libssh2NotYetExists
C:\Users\DEVELO~1\AppData\Local\Temp>if exist C:/OpenSSL-Win32\nul goto :haveOpenSSLWin32
C:\Users\DEVELO~1\AppData\Local\Temp>if exist C:/OpenSSL-Win64\nul goto :haveOpenSSLWin64
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_ROOT_DIR=C:/OpenSSL-Win32
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_INCLUDE_DIR=C:/OpenSSL-Win32/include
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_LIBRARIES=C:/OpenSSL-Win32/lib/VC/static
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_ROOT_DIR=C:/OpenSSL-Win64
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_INCLUDE_DIR=C:/OpenSSL-Win64/include
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_LIBRARIES=C:/OpenSSL-Win64/lib/VC/static
C:\Users\DEVELO~1\AppData\Local\Temp>git clone https://github.com/libssh2/libssh2.git
Cloning into 'libssh2'...
fatal: unable to access 'https://github.com/libssh2/libssh2.git/': Couldn't resolve host 'github.com'
C:\Users\DEVELO~1\AppData\Local\Temp>if exist libssh2\nul goto :haveLibssh2
C:\Users\DEVELO~1\AppData\Local\Temp>echo libssh2 does not exist; bailing out.
libssh2 does not exist; bailing out.
C:\Users\DEVELO~1\AppData\Local\Temp>goto :end
C:\Users\DEVELO~1\AppData\Local\Temp>endlocal
C:\Users\DEVELO~1\AppData\Local\Temp>git-clone-and-build-libssh2.bat
C:\Users\DEVELO~1\AppData\Local\Temp>setlocal
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin32Directory=C:/OpenSSL-Win32
C:\Users\DEVELO~1\AppData\Local\Temp>set OpenSSLWin64Directory=C:/OpenSSL-Win64
C:\Users\DEVELO~1\AppData\Local\Temp>if not exist libssh2\nul goto :libssh2NotYetExists
C:\Users\DEVELO~1\AppData\Local\Temp>if exist C:/OpenSSL-Win32\nul goto :haveOpenSSLWin32
C:\Users\DEVELO~1\AppData\Local\Temp>if exist C:/OpenSSL-Win64\nul goto :haveOpenSSLWin64
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_ROOT_DIR=C:/OpenSSL-Win32
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_INCLUDE_DIR=C:/OpenSSL-Win32/include
C:\Users\DEVELO~1\AppData\Local\Temp>set Win32OPENSSL_LIBRARIES=C:/OpenSSL-Win32/lib/VC/static
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_ROOT_DIR=C:/OpenSSL-Win64
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_INCLUDE_DIR=C:/OpenSSL-Win64/include
C:\Users\DEVELO~1\AppData\Local\Temp>set Win64OPENSSL_LIBRARIES=C:/OpenSSL-Win64/lib/VC/static
C:\Users\DEVELO~1\AppData\Local\Temp>git clone https://github.com/libssh2/libssh2.git
Cloning into 'libssh2'...
remote: Counting objects: 10004, done.
Receiving objects: 100% (10004/10004), 2.20 MiB | 1.68 MiB/s, done.4 eceiving objects: 100% (10004/10004), 1.77 MiB | 1.68 MiB/s
Resolving deltas: 100% (7368/7368), done.
Checking connectivity... done.
C:\Users\DEVELO~1\AppData\Local\Temp>if exist libssh2\nul goto :haveLibssh2
C:\Users\DEVELO~1\AppData\Local\Temp>pushd libssh2
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>pushd cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>type NUL 1>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo if(MSVC) 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1") 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_C_FLAGS_MINSIZEREL_INIT "/MT /O1 /Ob1 /D NDEBUG") 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_C_FLAGS_RELEASE_INIT "/MT /O2 /Ob2 /D NDEBUG") 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "/MT /Zi /O2 /Ob1 /D NDEBUG") 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo endif() 1>>c_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>type NUL 1>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo if(MSVC) 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_CXX_FLAGS_DEBUG_INIT "/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1") 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "/MT /O1 /Ob1 /D NDEBUG") 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_CXX_FLAGS_RELEASE_INIT "/MT /O2 /Ob2 /D NDEBUG") 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "/MT /Zi /O2 /Ob1 /D NDEBUG") 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo endif() 1>>cxx_flag_overrides.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>type NUL 1>MSVCC_static_linking.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_USER_MAKE_RULES_OVERRIDE 1>>MSVCC_static_linking.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo ${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flag_overrides.cmake) 1>>MSVCC_static_linking.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX 1>>MSVCC_static_linking.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_flag_overrides.cmake) 1>>MSVCC_static_linking.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>echo include(MSVCC_static_linking) 1>>max_warnings.cmake
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\cmake>popd
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>type NUL 1>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo $projectFiles = Get-ChildItem . *.vcxproj -Recurse 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo foreach ($projectFile in $projectFiles) { 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo (Get-Content $projectFile.PSPath). 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo Replace('<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>'). 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo Replace('<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>') | 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo Set-Content $projectFile.PSPath 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>echo } 1>>fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>mkdir buildWin64
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>pushd buildWin64
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>cmake .. -G"Visual Studio 14 Win64" -D"BUILD_SHARED_LIBS=1" -D"CMAKE_BUILD_TYPE=Release" -D"CRYPTO_BACKEND=OpenSSL" -D"OPENSSL_USE_STATIC_LIBS=TRUE" -D"OPENSSL_MSVC_STATIC_RT=TRUE"
-- The C compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found OpenSSL: optimized;C:/OpenSSL-Win64/lib/ssleay32.lib;debug;C:/OpenSSL-Win64/lib/VC/static/ssleay32MTd.lib;optimized;C:/OpenSSL-Win64/lib/libeay32.lib;debug;C:/OpenSSL-Win64/lib/VC/static/libeay32MTd.lib (found version "1.0.2j")
-- Looking for EVP_aes_128_ctr
-- Looking for EVP_aes_128_ctr - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - not found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - not found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - not found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - not found
-- Looking for include file windows.h
-- Looking for include file windows.h - found
-- Looking for include file ws2tcpip.h
-- Looking for include file ws2tcpip.h - found
-- Looking for include file winsock2.h
-- Looking for include file winsock2.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Looking for gettimeofday
-- Looking for gettimeofday - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for poll
-- Looking for poll - not found
-- Looking for socket
-- Looking for socket - not found
-- Looking for socket in socket
-- Looking for socket in socket - not found
-- Looking for socket in ws2_32
-- Looking for socket in ws2_32 - found
-- Looking for select
-- Looking for select - not found
-- Looking for select in ws2_32
-- Looking for select in ws2_32 - found
-- Looking for inet_addr
-- Looking for inet_addr - not found
-- Looking for inet_addr in nsl
-- Looking for inet_addr in nsl - not found
-- Looking for inet_addr in ws2_32
-- Looking for inet_addr in ws2_32 - found
-- Performing Test HAVE_O_NONBLOCK
-- Performing Test HAVE_O_NONBLOCK - Failed
-- Performing Test HAVE_FIONBIO
-- Performing Test HAVE_FIONBIO - Failed
-- Performing Test HAVE_IOCTLSOCKET
-- Performing Test HAVE_IOCTLSOCKET - Success
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for _stricmp
-- Looking for _stricmp - found
-- Looking for _snprintf
-- Looking for _snprintf - found
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
-- Looking for __FUNCTION__ - found
--
-- The following features have been enabled:
* Shared library , creating libssh2 as a shared library (.so/.dll)
* diffie-hellman-group-exchange-sha1 , "new" diffie-hellman-group-exchange-sha1 method
-- The following REQUIRED packages have been found:
* OpenSSL
-- The following features have been disabled:
* Compression , using zlib for compression
* "none" cipher
* "none" MAC
* Logging , Logging of execution with debug trace
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>powershell -file ..\fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>set Platform=
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>call msbuild libssh2.sln /p:Configuration=Release /p:Platform=x64
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 11/4/2016 12:28:50 AM.
Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Release|x64".
ValidateProjects:
The project "INSTALL" is not selected for building in solution configuration "Release|x64".
The project "PACKAGE" is not selected for building in solution configuration "Release|x64".
The project "RUN_TESTS" is not selected for building in solution configuration "Release|x64".
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (1) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ZERO_CHECK.vcxproj" (3) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/docs/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ZERO_CHECK.vcxproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (4) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (4) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj.metaproj" (5) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj.metaproj" (5) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj.metaproj" (6) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj.metaproj" (6) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj" (7) on node 1 (default targets).
PrepareForBuild:
Creating directory "libssh2.dir\Release\".
Creating directory "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\Release\".
Creating directory "libssh2.dir\Release\libssh2.tlog\".
InitializeBuildStatus:
Creating "libssh2.dir\Release\libssh2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/src/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\OpenSSL-Win64\include" /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D LIBSSH2_OPENSS
L /D LIBSSH2_DH_GEX_NEW=1 /D LIBSSH2_WIN32 /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D LIBSSH2_CLEAR_MEMORY /D "CMAKE_INTDIR=\"Release\"" /D libssh2_EXPORTS /D _WINDLL /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"libssh2.dir\Release\\" /Fd"libssh2.dir\R
elease\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\comp.c C:\Users\Develope
r\AppData\Local\Temp\libssh2\src\crypt.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\global.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\keepalive.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c C:\Users\Developer\
AppData\Local\Temp\libssh2\src\knownhost.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\mac.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c C:\Users\Developer\AppData
\Local\Temp\libssh2\src\publickey.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c C:\Users\Developer\AppData
\Local\Temp\libssh2\src\userauth.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\version.c
openssl.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(260): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(417): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(486): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(512): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(627): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(1137): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
agent.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(319): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(322): warning C4244: '=': conversion from 'LRESULT' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(778): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(778): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
channel.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(454): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1144): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1288): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1438): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1439): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1445): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1453): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1413): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1847): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1853): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1785): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1934): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1938): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2089): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2114): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2593): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
comp.c
crypt.c
global.c
hostkey.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c(186): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c(413): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
keepalive.c
kex.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(158): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(321): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(343): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(356): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(373): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(381): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(389): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(433): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(778): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(941): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(963): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(976): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(993): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1001): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1009): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1053): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1561): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1661): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1754): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1762): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1853): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1855): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1857): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1859): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1861): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1863): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1865): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1867): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1869): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1871): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2020): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2056): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2097): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2132): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2176): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2200): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2231): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2253): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2284): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2307): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2393): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2397): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2398): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2402): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2403): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2407): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2408): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2531): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2582): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2652): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
knownhost.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(173): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(180): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(430): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
mac.c
misc.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c(128): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c(164): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
packet.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(435): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(496): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(516): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(551): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(662): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(676): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(729): warning C4267: '+=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(906): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(919): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(1075): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
pem.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c(134): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c(200): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
publickey.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(143): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(165): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(383): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(649): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(732): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(800): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
scp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(261): warning C4244: 'return': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(301): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(304): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(367): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(392): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(549): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(586): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(705): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(843): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(846): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(910): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(946): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(963): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1012): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1029): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1058): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
session.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(107): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(119): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(207): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(522): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(523): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(527): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(528): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(532): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(533): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(537): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(538): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(542): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(543): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(547): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(548): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(552): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(553): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(657): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(689): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1107): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1110): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1280): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1711): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
sftp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(331): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(333): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(376): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(394): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(399): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(413): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(671): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(827): warning C4244: '+=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(842): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1045): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1089): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1123): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1357): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1378): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1563): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1376): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1761): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1773): warning C4244: '=': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1649): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1813): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1904): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1899): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2129): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2132): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2079): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2212): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2232): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2235): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2178): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2415): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2390): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2532): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2509): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2645): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2663): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2666): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2789): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2792): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2736): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2915): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2918): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2973): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3011): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3026): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3109): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3120): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3207): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3233): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3336): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3365): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3393): warning C4456: declaration of 'retcode' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3315): note: see declaration of 'retcode'
transport.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(183): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(346): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(395): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(488): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(507): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(561): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(826): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(830): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(846): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
userauth.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(496): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(598): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(712): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(749): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(866): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(927): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1288): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1411): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1412): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1463): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1464): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1546): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1546): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
Generating Code...
c:\users\developer\appdata\local\temp\libssh2\src\session.c(849): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(860): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(1037): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\knownhost.c(152): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(1971): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(2097): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\channel.c(2305): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
Compiling...
version.c
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\8.1\bin\x64\rc.exe /D WIN32 /D _WINDOWS /D NDEBUG /D LIBSSH2_OPENSSL /D LIBSSH2_DH_GEX_NEW=1 /D LIBSSH2_WIN32 /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D LIBSSH2_CLEAR_MEMORY /D "CMAKE_INTDIR=\\\"Release\\\"" /D libssh2_EXPORTS /l"0x0409" /I"C:\O
penSSL-Win64\include" /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src /nologo /fo"libssh2.dir\Release\libssh2.res" C:\Users\Developer\AppData\Local\Temp\libssh2\win32\libssh2.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\Release\libssh2.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib c
omdlg32.lib advapi32.lib "C:\OpenSSL-Win64\lib\ssleay32.lib" "C:\OpenSSL-Win64\lib\libeay32.lib" crypt32.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.pdb" /SUBSYSTEM:CO
NSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.lib" /MACHINE:X64 /machine:x64 /DLL libssh2.dir\Release\libssh2.res
libssh2.dir\Release\openssl.obj
libssh2.dir\Release\agent.obj
libssh2.dir\Release\channel.obj
libssh2.dir\Release\comp.obj
libssh2.dir\Release\crypt.obj
libssh2.dir\Release\global.obj
libssh2.dir\Release\hostkey.obj
libssh2.dir\Release\keepalive.obj
libssh2.dir\Release\kex.obj
libssh2.dir\Release\knownhost.obj
libssh2.dir\Release\mac.obj
libssh2.dir\Release\misc.obj
libssh2.dir\Release\packet.obj
libssh2.dir\Release\pem.obj
libssh2.dir\Release\publickey.obj
libssh2.dir\Release\scp.obj
libssh2.dir\Release\session.obj
libssh2.dir\Release\sftp.obj
libssh2.dir\Release\transport.obj
libssh2.dir\Release\userauth.obj
libssh2.dir\Release\version.obj
Creating library C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.lib and object C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.exp
libssh2.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\Release\libssh2.dll
FinalizeBuildStatus:
Deleting file "libssh2.dir\Release\libssh2.tlog\unsuccessfulbuild".
Touching "libssh2.dir\Release\libssh2.tlog\libssh2.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj.metaproj" (5) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj" (8) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\copy_example_dependencies\".
Creating directory "x64\Release\copy_example_dependencies\copy_exa.40E50206.tlog\".
InitializeBuildStatus:
Creating "x64\Release\copy_example_dependencies\copy_exa.40E50206.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win64/bin/libeay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win64/bin/ssleay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
FinalizeBuildStatus:
Deleting file "x64\Release\copy_example_dependencies\copy_exa.40E50206.tlog\unsuccessfulbuild".
Touching "x64\Release\copy_example_dependencies\copy_exa.40E50206.tlog\copy_example_dependencies.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (4) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj" (9) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-direct_tcpip.dir\Release\".
Creating directory "example-direct_tcpip.dir\Release\example-.F49ADD33.tlog\".
InitializeBuildStatus:
Creating "example-direct_tcpip.dir\Release\example-.F49ADD33.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-direct_tcpip.dir\Release\\" /Fd"example-direct_tcpip.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c
direct_tcpip.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(160): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(206): warning C4244: 'function': conversion from 'unsigned int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(262): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(279): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(300): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(121): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(207): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(224): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(239): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-direct_tcpip.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut
32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-direct_tcpip.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMIC
BASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-direct_tcpip.lib" /MACHINE:X64 /machine:x64 "example-direct_tcpip.dir\Release\direct_tcpip.obj"
example-direct_tcpip.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-direct_tcpip.exe
FinalizeBuildStatus:
Deleting file "example-direct_tcpip.dir\Release\example-.F49ADD33.tlog\unsuccessfulbuild".
Touching "example-direct_tcpip.dir\Release\example-.F49ADD33.tlog\example-direct_tcpip.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj.metaproj" (10) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj.metaproj" (10) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj" (11) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp.dir\Release\".
Creating directory "example-scp.dir\Release\example-scp.tlog\".
InitializeBuildStatus:
Creating "example-scp.dir\Release\example-scp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp.dir\Release\\" /Fd"example-scp.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c
scp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(84): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(157): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(60): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uu
id.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IM
PLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp.lib" /MACHINE:X64 /machine:x64 "example-scp.dir\Release\scp.obj"
example-scp.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp.exe
FinalizeBuildStatus:
Deleting file "example-scp.dir\Release\example-scp.tlog\unsuccessfulbuild".
Touching "example-scp.dir\Release\example-scp.tlog\example-scp.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj.metaproj" (12) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj.metaproj" (12) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj" (13) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_nonblock.dir\Release\".
Creating directory "example-scp_nonblock.dir\Release\example-.7B9E1315.tlog\".
InitializeBuildStatus:
Creating "example-scp_nonblock.dir\Release\example-.7B9E1315.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_nonblock.dir\Release\\" /Fd"example-scp_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c
scp_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(138): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(232): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(97): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(242): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_non
block.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut
32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMIC
BASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_nonblock.lib" /MACHINE:X64 /machine:x64 "example-scp_nonblock.dir\Release\scp_nonblock.obj"
example-scp_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-scp_nonblock.dir\Release\example-.7B9E1315.tlog\unsuccessfulbuild".
Touching "example-scp_nonblock.dir\Release\example-.7B9E1315.tlog\example-scp_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj.metaproj" (14) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj.metaproj" (14) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj" (15) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_write.dir\Release\".
Creating directory "example-scp_write.dir\Release\example-.3955E5F9.tlog\".
InitializeBuildStatus:
Creating "example-scp_write.dir\Release\example-.3955E5F9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_write.dir\Release\\" /Fd"example-scp_write.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c
scp_write.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(99): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(165): warning C4456: declaration of 'err' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(54): note: see declaration of 'err'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(181): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(64): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.v
cxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_write.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.
lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_write.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /
NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_write.lib" /MACHINE:X64 /machine:x64 "example-scp_write.dir\Release\scp_write.obj"
example-scp_write.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_write.exe
FinalizeBuildStatus:
Deleting file "example-scp_write.dir\Release\example-.3955E5F9.tlog\unsuccessfulbuild".
Touching "example-scp_write.dir\Release\example-.3955E5F9.tlog\example-scp_write.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj.metaproj" (16) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj.metaproj" (16) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj" (17) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_write_nonblock.dir\Release\".
Creating directory "example-scp_write_nonblock.dir\Release\example-.FDDEB364.tlog\".
InitializeBuildStatus:
Creating "example-scp_write_nonblock.dir\Release\example-.FDDEB364.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_write_nonblock.dir\Release\\" /Fd"example-scp_write_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sc
p_write_nonblock.c
scp_write_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(138): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(225): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(229): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-s
cp_write_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_write_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_write_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBI
D:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-scp_write_nonblock.lib" /MACHINE:X64 /machine:x64 "example-scp_write_nonblock.dir\Release\scp_write_nonblock.obj"
example-scp_write_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-scp_write_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-scp_write_nonblock.dir\Release\example-.FDDEB364.tlog\unsuccessfulbuild".
Touching "example-scp_write_nonblock.dir\Release\example-.FDDEB364.tlog\example-scp_write_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj.metaproj" (18) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj.metaproj" (18) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj" (19) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp.dir\Release\".
Creating directory "example-sftp.dir\Release\example-sftp.tlog\".
InitializeBuildStatus:
Creating "example-sftp.dir\Release\example-sftp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp.dir\Release\\" /Fd"example-sftp.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c
sftp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(83): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(144): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(186): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(251): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(264): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(119): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib u
uid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /
IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp.lib" /MACHINE:X64 /machine:x64 "example-sftp.dir\Release\sftp.obj"
example-sftp.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp.exe
FinalizeBuildStatus:
Deleting file "example-sftp.dir\Release\example-sftp.tlog\unsuccessfulbuild".
Touching "example-sftp.dir\Release\example-sftp.tlog\example-sftp.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj.metaproj" (20) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj.metaproj" (20) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj" (21) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_RW_nonblock.dir\Release\".
Creating directory "example-sftp_RW_nonblock.dir\Release\example-.815D1A68.tlog\".
InitializeBuildStatus:
Creating "example-sftp_RW_nonblock.dir\Release\example-.815D1A68.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_RW_nonblock.dir\Release\\" /Fd"example-sftp_RW_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_R
W_nonblock.c
sftp_RW_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(115): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(217): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(235): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(286): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(301): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_RW_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib ol
eaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_RW_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1
/DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_RW_nonblock.lib" /MACHINE:X64 /machine:x64 "example-sftp_RW_nonblock.dir\Release\sftp_RW_nonblock.obj"
example-sftp_RW_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_RW_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_RW_nonblock.dir\Release\example-.815D1A68.tlog\unsuccessfulbuild".
Touching "example-sftp_RW_nonblock.dir\Release\example-.815D1A68.tlog\example-sftp_RW_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj.metaproj" (22) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj.metaproj" (22) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj" (23) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_append.dir\Release\".
Creating directory "example-sftp_append.dir\Release\example-.D9698805.tlog\".
InitializeBuildStatus:
Creating "example-sftp_append.dir\Release\example-.D9698805.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_append.dir\Release\\" /Fd"example-sftp_append.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c
sftp_append.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(102): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(175): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(206): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(68): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_appe
nd.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_append.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut3
2.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_append.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBA
SE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_append.lib" /MACHINE:X64 /machine:x64 "example-sftp_append.dir\Release\sftp_append.obj"
example-sftp_append.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_append.exe
FinalizeBuildStatus:
Deleting file "example-sftp_append.dir\Release\example-.D9698805.tlog\unsuccessfulbuild".
Touching "example-sftp_append.dir\Release\example-.D9698805.tlog\example-sftp_append.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj.metaproj" (24) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj.metaproj" (24) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj" (25) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_mkdir.dir\Release\".
Creating directory "example-sftp_mkdir.dir\Release\example-.0C387F94.tlog\".
InitializeBuildStatus:
Creating "example-sftp_mkdir.dir\Release\example-.0C387F94.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_mkdir.dir\Release\\" /Fd"example-sftp_mkdir.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c
sftp_mkdir.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(86): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(155): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_mkdir.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32
.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_mkdir.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE
/NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_mkdir.lib" /MACHINE:X64 /machine:x64 "example-sftp_mkdir.dir\Release\sftp_mkdir.obj"
example-sftp_mkdir.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_mkdir.exe
FinalizeBuildStatus:
Deleting file "example-sftp_mkdir.dir\Release\example-.0C387F94.tlog\unsuccessfulbuild".
Touching "example-sftp_mkdir.dir\Release\example-.0C387F94.tlog\example-sftp_mkdir.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (26) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (26) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj" (27) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_mkdir_nonblock.dir\Release\".
Creating directory "example-sftp_mkdir_nonblock.dir\Release\example-.A5D7B046.tlog\".
InitializeBuildStatus:
Creating "example-sftp_mkdir_nonblock.dir\Release\example-.A5D7B046.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_mkdir_nonblock.dir\Release\\" /Fd"example-sftp_mkdir_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\
sftp_mkdir_nonblock.c
sftp_mkdir_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(86): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(157): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-s
ftp_mkdir_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_mkdir_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_mkdir_nonblock.pdb" /SUBSYSTEM:CONSOLE /TL
BID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_mkdir_nonblock.lib" /MACHINE:X64 /machine:x64 "example-sftp_mkdir_nonblock.dir\Release\sftp_mkdir_nonblock.obj"
example-sftp_mkdir_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_mkdir_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_mkdir_nonblock.dir\Release\example-.A5D7B046.tlog\unsuccessfulbuild".
Touching "example-sftp_mkdir_nonblock.dir\Release\example-.A5D7B046.tlog\example-sftp_mkdir_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj.metaproj" (28) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj.metaproj" (28) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj" (29) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_nonblock.dir\Release\".
Creating directory "example-sftp_nonblock.dir\Release\example-.F0098D58.tlog\".
InitializeBuildStatus:
Creating "example-sftp_nonblock.dir\Release\example-.F0098D58.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_nonblock.dir\Release\\" /Fd"example-sftp_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonbloc
k.c
sftp_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(139): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(231): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(251): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_n
onblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau
t32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAM
ICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_nonblock.lib" /MACHINE:X64 /machine:x64 "example-sftp_nonblock.dir\Release\sftp_nonblock.obj"
example-sftp_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_nonblock.dir\Release\example-.F0098D58.tlog\unsuccessfulbuild".
Touching "example-sftp_nonblock.dir\Release\example-.F0098D58.tlog\example-sftp_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj.metaproj" (30) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj.metaproj" (30) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj" (31) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write.dir\Release\".
Creating directory "example-sftp_write.dir\Release\example-.B3A167E2.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write.dir\Release\example-.B3A167E2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write.dir\Release\\" /Fd"example-sftp_write.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c
sftp_write.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(101): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(173): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(190): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(67): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32
.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE
/NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write.lib" /MACHINE:X64 /machine:x64 "example-sftp_write.dir\Release\sftp_write.obj"
example-sftp_write.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write.dir\Release\example-.B3A167E2.tlog\unsuccessfulbuild".
Touching "example-sftp_write.dir\Release\example-.B3A167E2.tlog\example-sftp_write.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj.metaproj" (32) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj.metaproj" (32) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj" (33) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write_nonblock.dir\Release\".
Creating directory "example-sftp_write_nonblock.dir\Release\example-.0F6F17CF.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write_nonblock.dir\Release\example-.0F6F17CF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write_nonblock.dir\Release\\" /Fd"example-sftp_write_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\
sftp_write_nonblock.c
sftp_write_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(141): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(222): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(243): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(247): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-
sftp_write_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write_nonblock.pdb" /SUBSYSTEM:CONSOLE /TL
BID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write_nonblock.lib" /MACHINE:X64 /machine:x64 "example-sftp_write_nonblock.dir\Release\sftp_write_nonblock.obj"
example-sftp_write_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write_nonblock.dir\Release\example-.0F6F17CF.tlog\unsuccessfulbuild".
Touching "example-sftp_write_nonblock.dir\Release\example-.0F6F17CF.tlog\example-sftp_write_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj.metaproj" (34) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj.metaproj" (34) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj" (35) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write_sliding.dir\Release\".
Creating directory "example-sftp_write_sliding.dir\Release\example-.86C6E9BC.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write_sliding.dir\Release\example-.86C6E9BC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write_sliding.dir\Release\\" /Fd"example-sftp_write_sliding.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sf
tp_write_sliding.c
sftp_write_sliding.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(141): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(222): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(247): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(250): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-s
ftp_write_sliding.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write_sliding.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write_sliding.pdb" /SUBSYSTEM:CONSOLE /TLBI
D:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftp_write_sliding.lib" /MACHINE:X64 /machine:x64 "example-sftp_write_sliding.dir\Release\sftp_write_sliding.obj"
example-sftp_write_sliding.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftp_write_sliding.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write_sliding.dir\Release\example-.86C6E9BC.tlog\unsuccessfulbuild".
Touching "example-sftp_write_sliding.dir\Release\example-.86C6E9BC.tlog\example-sftp_write_sliding.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj.metaproj" (36) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj.metaproj" (36) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj" (37) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftpdir.dir\Release\".
Creating directory "example-sftpdir.dir\Release\example-sftpdir.tlog\".
InitializeBuildStatus:
Creating "example-sftpdir.dir\Release\example-sftpdir.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftpdir.dir\Release\\" /Fd"example-sftpdir.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c
sftpdir.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(73): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(128): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(167): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(238): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxp
roj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftpdir.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.li
b uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftpdir.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCO
MPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftpdir.lib" /MACHINE:X64 /machine:x64 "example-sftpdir.dir\Release\sftpdir.obj"
example-sftpdir.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftpdir.exe
FinalizeBuildStatus:
Deleting file "example-sftpdir.dir\Release\example-sftpdir.tlog\unsuccessfulbuild".
Touching "example-sftpdir.dir\Release\example-sftpdir.tlog\example-sftpdir.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj.metaproj" (38) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj.metaproj" (38) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj" (39) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftpdir_nonblock.dir\Release\".
Creating directory "example-sftpdir_nonblock.dir\Release\example-.1EAB4EFF.tlog\".
InitializeBuildStatus:
Creating "example-sftpdir_nonblock.dir\Release\example-.1EAB4EFF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftpdir_nonblock.dir\Release\\" /Fd"example-sftpdir_nonblock.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdi
r_nonblock.c
sftpdir_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(106): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(182): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(81): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp
dir_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftpdir_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib ol
eaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftpdir_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1
/DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-sftpdir_nonblock.lib" /MACHINE:X64 /machine:x64 "example-sftpdir_nonblock.dir\Release\sftpdir_nonblock.obj"
example-sftpdir_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-sftpdir_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftpdir_nonblock.dir\Release\example-.1EAB4EFF.tlog\unsuccessfulbuild".
Touching "example-sftpdir_nonblock.dir\Release\example-.1EAB4EFF.tlog\example-sftpdir_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj.metaproj" (40) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj.metaproj" (40) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj" (41) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2.dir\Release\".
Creating directory "example-ssh2.dir\Release\example-ssh2.tlog\".
InitializeBuildStatus:
Creating "example-ssh2.dir\Release\example-ssh2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2.dir\Release\\" /Fd"example-ssh2.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c
ssh2.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(59): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(109): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(142): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(88): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
c:\users\developer\appdata\local\temp\libssh2\example\ssh2.c(201): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib u
uid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /
IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2.lib" /MACHINE:X64 /machine:x64 "example-ssh2.dir\Release\ssh2.obj"
example-ssh2.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2.exe
FinalizeBuildStatus:
Deleting file "example-ssh2.dir\Release\example-ssh2.tlog\unsuccessfulbuild".
Touching "example-ssh2.dir\Release\example-ssh2.tlog\example-ssh2.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj.metaproj" (42) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj.metaproj" (42) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj" (43) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_agent.dir\Release\".
Creating directory "example-ssh2_agent.dir\Release\example-.C711594D.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_agent.dir\Release\example-.C711594D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_agent.dir\Release\\" /Fd"example-ssh2_agent.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c
ssh2_agent.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(83): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(121): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(65): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
c:\users\developer\appdata\local\temp\libssh2\example\ssh2_agent.c(175): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_agent.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32
.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_agent.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE
/NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_agent.lib" /MACHINE:X64 /machine:x64 "example-ssh2_agent.dir\Release\ssh2_agent.obj"
example-ssh2_agent.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_agent.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_agent.dir\Release\example-.C711594D.tlog\unsuccessfulbuild".
Touching "example-ssh2_agent.dir\Release\example-.C711594D.tlog\example-ssh2_agent.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj.metaproj" (44) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj.metaproj" (44) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj" (45) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_echo.dir\Release\".
Creating directory "example-ssh2_echo.dir\Release\example-.F27FE6B1.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_echo.dir\Release\example-.F27FE6B1.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_echo.dir\Release\\" /Fd"example-ssh2_echo.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c
ssh2_echo.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(129): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(252): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(88): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(123): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(259): warning C4244: 'initializing': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(284): warning C4244: 'initializing': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_echo.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.
lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_echo.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /
NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_echo.lib" /MACHINE:X64 /machine:x64 "example-ssh2_echo.dir\Release\ssh2_echo.obj"
example-ssh2_echo.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_echo.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_echo.dir\Release\example-.F27FE6B1.tlog\unsuccessfulbuild".
Touching "example-ssh2_echo.dir\Release\example-.F27FE6B1.tlog\example-ssh2_echo.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj.metaproj" (46) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj.metaproj" (46) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj" (47) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_exec.dir\Release\".
Creating directory "example-ssh2_exec.dir\Release\example-.919EE46D.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_exec.dir\Release\example-.919EE46D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_exec.dir\Release\\" /Fd"example-ssh2_exec.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c
ssh2_exec.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(133): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(262): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(88): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(266): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(127): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_exec.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.
lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_exec.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /
NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-ssh2_exec.lib" /MACHINE:X64 /machine:x64 "example-ssh2_exec.dir\Release\ssh2_exec.obj"
example-ssh2_exec.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-ssh2_exec.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_exec.dir\Release\example-.919EE46D.tlog\unsuccessfulbuild".
Touching "example-ssh2_exec.dir\Release\example-.919EE46D.tlog\example-ssh2_exec.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj.metaproj" (48) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj.metaproj" (48) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj" (49) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-subsystem_netconf.dir\Release\".
Creating directory "example-subsystem_netconf.dir\Release\example-.9DAD8555.tlog\".
InitializeBuildStatus:
Creating "example-subsystem_netconf.dir\Release\example-.9DAD8555.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-subsystem_netconf.dir\Release\\" /Fd"example-subsystem_netconf.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\subs
ystem_netconf.c
subsystem_netconf.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(59): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(109): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(204): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(165): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-su
bsystem_netconf.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(172): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-su
bsystem_netconf.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-subsystem_netconf.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib o
leaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-subsystem_netconf.pdb" /SUBSYSTEM:CONSOLE /TLBID:
1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-subsystem_netconf.lib" /MACHINE:X64 /machine:x64 "example-subsystem_netconf.dir\Release\subsystem_netconf.obj"
example-subsystem_netconf.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-subsystem_netconf.exe
FinalizeBuildStatus:
Deleting file "example-subsystem_netconf.dir\Release\example-.9DAD8555.tlog\unsuccessfulbuild".
Touching "example-subsystem_netconf.dir\Release\example-.9DAD8555.tlog\example-subsystem_netconf.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj.metaproj" (50) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj.metaproj" (50) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj" (51) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-tcpip-forward.dir\Release\".
Creating directory "example-tcpip-forward.dir\Release\example-.4E26A233.tlog\".
InitializeBuildStatus:
Creating "example-tcpip-forward.dir\Release\example-.4E26A233.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC
_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-tcpip-forward.dir\Release\\" /Fd"example-tcpip-forward.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue "C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forwa
rd.c"
tcpip-forward.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(157): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(230): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(251): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(268): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(286): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(118): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-
forward.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(231): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-
forward.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-tcpip-forward.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau
t32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-tcpip-forward.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAM
ICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/example/Release/example-tcpip-forward.lib" /MACHINE:X64 /machine:x64 "example-tcpip-forward.dir\Release\tcpip-forward.obj"
example-tcpip-forward.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\Release\example-tcpip-forward.exe
FinalizeBuildStatus:
Deleting file "example-tcpip-forward.dir\Release\example-.4E26A233.tlog\unsuccessfulbuild".
Touching "example-tcpip-forward.dir\Release\example-.4E26A233.tlog\example-tcpip-forward.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj.metaproj" (52) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj.metaproj" (52) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj" (53) on node 1 (default targets).
PrepareForBuild:
Creating directory "openssh_fixture.dir\Release\".
Creating directory "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\".
Creating directory "openssh_fixture.dir\Release\openssh_fixture.tlog\".
InitializeBuildStatus:
Creating "openssh_fixture.dir\Release\openssh_fixture.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm-
/MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"openssh_fixture.dir\Release\\" /Fd"openssh_fixture.dir\Release\openssh_fixture.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c
openssh_fixture.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(86): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(228): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(230): warning C4244: 'initializing': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj]
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\openssh_fixture.lib" /NOLOGO /MACHINE:X64 /machine:x64 openssh_fixture.dir\Release\openssh_fixture.obj
openssh_fixture.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\openssh_fixture.lib
FinalizeBuildStatus:
Deleting file "openssh_fixture.dir\Release\openssh_fixture.tlog\unsuccessfulbuild".
Touching "openssh_fixture.dir\Release\openssh_fixture.tlog\openssh_fixture.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj.metaproj" (54) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj.metaproj" (54) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\session_fixture.vcxproj.metaproj" (55) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\session_fixture.vcxproj.metaproj" (55) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\session_fixture.vcxproj" (56) on node 1 (default targets).
PrepareForBuild:
Creating directory "session_fixture.dir\Release\".
Creating directory "session_fixture.dir\Release\session_fixture.tlog\".
InitializeBuildStatus:
Creating "session_fixture.dir\Release\session_fixture.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"session_fixture.dir\Release\\" /Fd"session_fixture.dir\Release\session_fixture.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\session_fixture.c
session_fixture.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\session_fixture.lib" /NOLOGO /MACHINE:X64 /machine:x64 session_fixture.dir\Release\session_fixture.obj
session_fixture.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\session_fixture.lib
FinalizeBuildStatus:
Deleting file "session_fixture.dir\Release\session_fixture.tlog\unsuccessfulbuild".
Touching "session_fixture.dir\Release\session_fixture.tlog\session_fixture.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\session_fixture.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\session_fixture.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj.metaproj" (54) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj" (57) on node 1 (default targets).
PrepareForBuild:
Creating directory "runner.dir\Release\".
Creating directory "runner.dir\Release\runner.tlog\".
InitializeBuildStatus:
Creating "runner.dir\Release\runner.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"runner.dir\Release\\" /Fd"runner.dir\Release\runner.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\runner.c
runner.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\runner.lib" /NOLOGO /MACHINE:X64 /machine:x64 runner.dir\Release\runner.obj
runner.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\runner.lib
FinalizeBuildStatus:
Deleting file "runner.dir\Release\runner.tlog\unsuccessfulbuild".
Touching "runner.dir\Release\runner.tlog\runner.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\runner.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj.metaproj" (58) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj.metaproj" (58) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\copy_test_dependencies.vcxproj.metaproj" (59) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\copy_test_dependencies.vcxproj.metaproj" (59) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\copy_test_dependencies.vcxproj" (60) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\copy_test_dependencies\".
Creating directory "x64\Release\copy_test_dependencies\copy_tes.9AC8D7C0.tlog\".
InitializeBuildStatus:
Creating "x64\Release\copy_test_dependencies\copy_tes.9AC8D7C0.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win64/bin/libeay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win64/bin/ssleay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/src/Release/libssh2.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
FinalizeBuildStatus:
Deleting file "x64\Release\copy_test_dependencies\copy_tes.9AC8D7C0.tlog\unsuccessfulbuild".
Touching "x64\Release\copy_test_dependencies\copy_tes.9AC8D7C0.tlog\copy_test_dependencies.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\copy_test_dependencies.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\copy_test_dependencies.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj.metaproj" (58) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj" (61) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_hostkey.dir\Release\".
Creating directory "test_hostkey.dir\Release\test_hostkey.tlog\".
InitializeBuildStatus:
Creating "test_hostkey.dir\Release\test_hostkey.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_hostkey.dir\Release\\" /Fd"test_hostkey.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c
test_hostkey.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c(36): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c(43): warning C4477: 'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'std::size_t' [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c(43): note: consider using '%zd' in the format string
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_hostkey.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uui
d.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/te
sts/Release/test_hostkey.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_hostkey.lib" /MACHINE:X64 /machine:x64 test_hostkey.dir\Release\test_hostkey.obj
test_hostkey.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_hostkey.exe
FinalizeBuildStatus:
Deleting file "test_hostkey.dir\Release\test_hostkey.tlog\unsuccessfulbuild".
Touching "test_hostkey.dir\Release\test_hostkey.tlog\test_hostkey.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey_hash.vcxproj.metaproj" (62) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey_hash.vcxproj.metaproj" (62) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey_hash.vcxproj" (63) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_hostkey_hash.dir\Release\".
Creating directory "test_hostkey_hash.dir\Release\test_hos.ECAC1144.tlog\".
InitializeBuildStatus:
Creating "test_hostkey_hash.dir\Release\test_hos.ECAC1144.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_hostkey_hash.dir\Release\\" /Fd"test_hostkey_hash.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey_hash.c
test_hostkey_hash.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_hostkey_hash.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.li
b uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin
64/tests/Release/test_hostkey_hash.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_hostkey_hash.lib" /MACHINE:X64 /machine:x64 test_hostkey_hash.dir\Release\test_hostkey_hash.obj
test_hostkey_hash.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_hostkey_hash.exe
FinalizeBuildStatus:
Deleting file "test_hostkey_hash.dir\Release\test_hos.ECAC1144.tlog\unsuccessfulbuild".
Touching "test_hostkey_hash.dir\Release\test_hos.ECAC1144.tlog\test_hostkey_hash.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey_hash.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey_hash.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (64) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (64) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj" (65)
on node 1 (default targets).
PrepareForBuild:
Creating directory "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\".
Creating directory "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.3448E3C5.tlog\".
InitializeBuildStatus:
Creating "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.3448E3C5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\\" /Fd"test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\vc140.pdb" /Gd /TC /errorReport:queu
e C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c
test_keyboard_interactive_auth_fails_with_wrong_response.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(28): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fa
ils_with_wrong_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(37): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_
auth_fails_with_wrong_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(51): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_
auth_fails_with_wrong_response.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_keyboard_interactive_auth_fails_with_wrong_response.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspoo
l.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Develo
per/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_keyboard_interactive_auth_fails_with_wrong_response.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_keyboard_interactive_auth_fails_with_wrong_
response.lib" /MACHINE:X64 /machine:x64 test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_keyboard_interactive_auth_fails_with_wrong_response.obj
test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_keyboard_interactive_auth_fails_with_wrong_response.exe
FinalizeBuildStatus:
Deleting file "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.3448E3C5.tlog\unsuccessfulbuild".
Touching "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.3448E3C5.tlog\test_keyboard_interactive_auth_fails_with_wrong_response.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (66) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (66) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxp
roj" (67) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\".
Creating directory "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.E70895A5.tlog\".
InitializeBuildStatus:
Creating "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.E70895A5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\\" /Fd"test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\vc140.pdb" /Gd /TC /errorR
eport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c
test_keyboard_interactive_auth_succeeds_with_correct_response.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(29): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_au
th_succeeds_with_correct_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(38): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interac
tive_auth_succeeds_with_correct_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(52): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interac
tive_auth_succeeds_with_correct_response.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib wi
nspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/D
eveloper/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_keyboard_interactive_auth_succeeds_with_correct_response.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_keyboard_interactive_auth_succeed
s_with_correct_response.lib" /MACHINE:X64 /machine:x64 test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.obj
test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.exe
FinalizeBuildStatus:
Deleting file "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.E70895A5.tlog\unsuccessfulbuild".
Touching "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.E70895A5.tlog\test_keyboard_interactive_auth_succeeds_with_correct_response.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (68) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (68) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj" (69) on node 1 (default targe
ts).
PrepareForBuild:
Creating directory "test_password_auth_fails_with_wrong_password.dir\Release\".
Creating directory "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.A9948128.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.A9948128.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_fails_with_wrong_password.dir\Release\\" /Fd"test_password_auth_fails_with_wrong_password.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\App
Data\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c
test_password_auth_fails_with_wrong_password.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_pa
ssword.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(27): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_pa
ssword.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_pa
ssword.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_fails_with_wrong_password.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell3
2.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/
Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_fails_with_wrong_password.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_fails_with_wrong_password.lib" /MACHINE:X64 /machine
:x64 test_password_auth_fails_with_wrong_password.dir\Release\test_password_auth_fails_with_wrong_password.obj
test_password_auth_fails_with_wrong_password.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_fails_with_wrong_password.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.A9948128.tlog\unsuccessfulbuild".
Touching "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.A9948128.tlog\test_password_auth_fails_with_wrong_password.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (70) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (70) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj" (71) on node 1 (default targe
ts).
PrepareForBuild:
Creating directory "test_password_auth_fails_with_wrong_username.dir\Release\".
Creating directory "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.71B60D64.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.71B60D64.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_fails_with_wrong_username.dir\Release\\" /Fd"test_password_auth_fails_with_wrong_username.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\App
Data\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c
test_password_auth_fails_with_wrong_username.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_us
ername.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_us
ername.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_us
ername.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_fails_with_wrong_username.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell3
2.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/
Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_fails_with_wrong_username.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_fails_with_wrong_username.lib" /MACHINE:X64 /machine
:x64 test_password_auth_fails_with_wrong_username.dir\Release\test_password_auth_fails_with_wrong_username.obj
test_password_auth_fails_with_wrong_username.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_fails_with_wrong_username.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.71B60D64.tlog\unsuccessfulbuild".
Touching "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.71B60D64.tlog\test_password_auth_fails_with_wrong_username.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (72) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (72) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj" (73) on node
1 (default targets).
PrepareForBuild:
Creating directory "test_password_auth_succeeds_with_correct_credentials.dir\Release\".
Creating directory "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.0BBA8E05.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.0BBA8E05.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_succeeds_with_correct_credentials.dir\Release\\" /Fd"test_password_auth_succeeds_with_correct_credentials.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Use
rs\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c
test_password_auth_succeeds_with_correct_credentials.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_wi
th_correct_credentials.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(27): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_wi
th_correct_credentials.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_wi
th_correct_credentials.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_succeeds_with_correct_credentials.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.li
b shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/
AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_succeeds_with_correct_credentials.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_password_auth_succeeds_with_correct_credentials.lib
" /MACHINE:X64 /machine:x64 test_password_auth_succeeds_with_correct_credentials.dir\Release\test_password_auth_succeeds_with_correct_credentials.obj
test_password_auth_succeeds_with_correct_credentials.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_password_auth_succeeds_with_correct_credentials.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.0BBA8E05.tlog\unsuccessfulbuild".
Touching "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.0BBA8E05.tlog\test_password_auth_succeeds_with_correct_credentials.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (74) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (74) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj" (75) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_public_key_auth_fails_with_wrong_key.dir\Release\".
Creating directory "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.93655E09.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.93655E09.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_fails_with_wrong_key.dir\Release\\" /Fd"test_public_key_auth_fails_with_wrong_key.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\Developer\AppData\L
ocal\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c
test_public_key_auth_fails_with_wrong_key.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key
.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key
.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_fails_with_wrong_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.l
ib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Loc
al/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_fails_with_wrong_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_fails_with_wrong_key.lib" /MACHINE:X64 /machine:x64 test
_public_key_auth_fails_with_wrong_key.dir\Release\test_public_key_auth_fails_with_wrong_key.obj
test_public_key_auth_fails_with_wrong_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_fails_with_wrong_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.93655E09.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.93655E09.tlog\test_public_key_auth_fails_with_wrong_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (76) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (76) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj" (77) on node 1 (d
efault targets).
PrepareForBuild:
Creating directory "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\".
Creating directory "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.7B69C3D6.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.7B69C3D6.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\\" /Fd"test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\D
eveloper\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c
test_public_key_auth_succeeds_with_correct_dsa_key.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_wi
th_correct_dsa_key.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_wi
th_correct_dsa_key.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_succeeds_with_correct_dsa_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/Ap
pData/Local/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_succeeds_with_correct_dsa_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_succeeds_with_correct_dsa_key.lib" /MAC
HINE:X64 /machine:x64 test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_public_key_auth_succeeds_with_correct_dsa_key.obj
test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_succeeds_with_correct_dsa_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.7B69C3D6.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.7B69C3D6.tlog\test_public_key_auth_succeeds_with_correct_dsa_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (78) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (78) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj" (79) on node 1 (d
efault targets).
PrepareForBuild:
Creating directory "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\".
Creating directory "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.4CDA0AB8.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.4CDA0AB8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_N
O_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\\" /Fd"test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue C:\Users\D
eveloper\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c
test_public_key_auth_succeeds_with_correct_rsa_key.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_wi
th_correct_rsa_key.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_wi
th_correct_rsa_key.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_succeeds_with_correct_rsa_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/Ap
pData/Local/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_succeeds_with_correct_rsa_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin64/tests/Release/test_public_key_auth_succeeds_with_correct_rsa_key.lib" /MAC
HINE:X64 /machine:x64 test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_public_key_auth_succeeds_with_correct_rsa_key.obj
test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\Release\test_public_key_auth_succeeds_with_correct_rsa_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.4CDA0AB8.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.4CDA0AB8.tlog\test_public_key_auth_succeeds_with_correct_rsa_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj" (80) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ALL_BUILD\".
Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\CMakeFiles\generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default targets).
Done Building Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default targets).
Build succeeded.
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (default target) (4) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\copy_example_dependencies.vcxproj.metaproj" (default target) (5) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj.metaproj" (default target) (6) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj" (default target) (7) ->
(ClCompile target) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(260): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(417): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(486): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(512): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(627): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c(1137): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(319): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(322): warning C4244: '=': conversion from 'LRESULT' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(778): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c(778): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(454): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1144): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1288): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1438): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1439): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1445): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1453): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1413): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1847): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1853): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1785): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1934): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(1938): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2089): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2114): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c(2593): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c(186): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c(413): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(158): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(321): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(343): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(356): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(373): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(381): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(389): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(433): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(778): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(941): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(963): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(976): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(993): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1001): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1009): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1053): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1561): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1661): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1754): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1762): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1853): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1855): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1857): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1859): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1861): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1863): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1865): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1867): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1869): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(1871): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2020): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2056): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2097): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2132): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2176): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2200): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2231): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2253): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2284): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2307): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2393): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2397): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2398): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2402): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2403): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2407): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2408): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2531): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2582): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c(2652): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(173): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(180): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\knownhost.c(430): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c(128): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c(164): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(435): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(496): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(516): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(551): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(662): warning C4267: '-=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(676): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(729): warning C4267: '+=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(906): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(919): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c(1075): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c(134): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c(200): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(143): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(165): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(383): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(649): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(732): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\publickey.c(800): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(261): warning C4244: 'return': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(301): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(304): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(367): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(392): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(549): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(586): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(705): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(843): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(846): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(910): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(946): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(963): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1012): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1029): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c(1058): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(107): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(119): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(207): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(522): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(523): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(527): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(528): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(532): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(533): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(537): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(538): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(542): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(543): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(547): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(548): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(552): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(553): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(657): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(689): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1107): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1110): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1280): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(1711): warning C4244: 'function': conversion from 'libssh2_socket_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(331): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(333): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(376): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(394): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(399): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(413): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(671): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(827): warning C4244: '+=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(842): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1045): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1089): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1123): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1357): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1378): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1563): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1376): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1761): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1773): warning C4244: '=': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1649): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1813): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1904): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(1899): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2129): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2132): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2079): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2212): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2232): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2235): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2178): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2415): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2390): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2532): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2509): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2645): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2663): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2666): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2789): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2792): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2736): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2915): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2918): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(2973): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3011): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3026): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3109): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3120): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3207): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3233): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3336): warning C4244: 'function': conversion from 'ssize_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3365): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3393): warning C4456: declaration of 'retcode' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(183): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(346): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(395): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(488): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(507): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(561): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(826): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(830): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c(846): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(496): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(598): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(712): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(749): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(866): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(927): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1288): warning C4267: 'function': conversion from 'size_t' to 'uint32_t', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1411): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1412): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1463): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1464): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1546): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\userauth.c(1546): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(849): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(860): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(1037): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\knownhost.c(152): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(1971): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(2097): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\channel.c(2305): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\src\libssh2.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj.metaproj" (default target) (4) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj" (default target) (9) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(160): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(206): warning C4244: 'function': conversion from 'unsigned int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(262): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(279): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(300): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(121): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(207): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(224): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(239): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-direc
t_tcpip.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj.metaproj" (default target) (10) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj" (default target) (11) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(84): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(157): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(60): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj.metaproj" (default target) (12) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj" (default target) (13) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(138): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(232): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(242): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_n
onblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj.metaproj" (default target) (14) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj" (default target) (15) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(99): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(165): warning C4456: declaration of 'err' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(181): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(64): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write
.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj.metaproj" (default target) (16) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj" (default target) (17) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(138): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(225): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(229): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example
-scp_write_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj.metaproj" (default target) (18) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj" (default target) (19) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(83): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(144): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(186): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(251): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(264): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(119): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj.metaproj" (default target) (20) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj" (default target) (21) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(115): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(217): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(235): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(286): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(301): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_RW_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj.metaproj" (default target) (22) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj" (default target) (23) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(102): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(175): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(206): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_append.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(68): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_ap
pend.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj.metaproj" (default target) (24) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj" (default target) (25) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(86): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(155): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkd
ir.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (default target) (26) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj" (default target) (27) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(86): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(157): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_mkdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example
-sftp_mkdir_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj.metaproj" (default target) (28) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj" (default target) (29) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(139): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(231): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(251): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp
_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj.metaproj" (default target) (30) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj" (default target) (31) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(101): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(173): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(190): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(67): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_wri
te.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj.metaproj" (default target) (32) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj" (default target) (33) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(141): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(222): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(243): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(247): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\exampl
e-sftp_write_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj.metaproj" (default target) (34) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj" (default target) (35) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(141): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(222): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(247): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(250): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example
-sftp_write_sliding.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj.metaproj" (default target) (36) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj" (default target) (37) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(73): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(128): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(167): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(238): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir.vc
xproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj.metaproj" (default target) (38) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj" (default target) (39) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(106): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(182): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sftpdir_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(81): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-sf
tpdir_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj.metaproj" (default target) (40) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj" (default target) (41) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(59): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(109): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(142): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(88): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\example\ssh2.c(201): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj.metaproj" (default target) (42) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj" (default target) (43) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(83): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(121): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(65): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_age
nt.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\example\ssh2_agent.c(175): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_agent.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj.metaproj" (default target) (44) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj" (default target) (45) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(129): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(252): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(123): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_ech
o.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(259): warning C4244: 'initializing': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(284): warning C4244: 'initializing': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_echo.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj.metaproj" (default target) (46) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj" (default target) (47) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(133): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(262): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(266): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(127): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-ssh2_exe
c.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj.metaproj" (default target) (48) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj" (default target) (49) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(59): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(109): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(204): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(165): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-
subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(172): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-
subsystem_netconf.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj.metaproj" (default target) (50) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj" (default target) (51) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(157): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(230): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(251): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(268): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(286): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(118): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpi
p-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(231): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\example\example-tcpi
p-forward.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj.metaproj" (default target) (52) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj" (default target) (53) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(86): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(228): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixtur
e.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(230): warning C4244: 'initializing': conversion from 'SOCKET' to 'int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\openssh_fixture.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj.metaproj" (default target) (58) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj" (default target) (61) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c(36): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c(43): warning C4477: 'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'std::size_t' [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_hostkey.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (default target) (64) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj" (default target) (65) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(28): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_
fails_with_wrong_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(37): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactiv
e_auth_fails_with_wrong_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c(51): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactiv
e_auth_fails_with_wrong_response.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (default target) (66) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj" (default target) (67) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(29): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_interactive_
auth_succeeds_with_correct_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(38): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_inter
active_auth_succeeds_with_correct_response.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c(52): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_keyboard_inter
active_auth_succeeds_with_correct_response.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (default target) (68) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_password.vcxproj" (default target) (69) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
password.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(27): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
password.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
password.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (default target) (70) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_username.vcxproj" (default target) (71) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
username.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
username.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_fails_with_wrong_
username.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (default target) (72) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj" (default target) (73) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(15): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_
with_correct_credentials.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(27): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_
with_correct_credentials.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c(28): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_password_auth_succeeds_
with_correct_credentials.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (default target) (74) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_key.vcxproj" (default target) (75) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_k
ey.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_fails_with_wrong_k
ey.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (default target) (76) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj" (default target) (77) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_
with_correct_dsa_key.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_
with_correct_dsa_key.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (default target) (78) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj" (default target) (79) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c(16): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_
with_correct_rsa_key.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c(29): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin64\tests\test_public_key_auth_succeeds_
with_correct_rsa_key.vcxproj]
347 Warning(s)
0 Error(s)
Time Elapsed 00:00:43.77
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>dumpbin /headers example\Release\libssh2.dll | find "machine"
8664 machine (x64)
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>dumpbin /all example\Release\libssh2.dll 1>example\Release\libssh2.dll.dumpbin.txt
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>tdump64 example\Release\libssh2.dll 1>example\Release\libssh2.dll.tdump.txt
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin64>popd
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>mkdir buildWin32
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>pushd buildWin32
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>cmake .. -G"Visual Studio 14" -D"BUILD_SHARED_LIBS=1" -D"CMAKE_BUILD_TYPE=Release" -D"CRYPTO_BACKEND=OpenSSL" -D"OPENSSL_USE_STATIC_LIBS=TRUE" -D"OPENSSL_MSVC_STATIC_RT=TRUE"
-- The C compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found OpenSSL: optimized;C:/OpenSSL-Win32/lib/ssleay32.lib;debug;C:/OpenSSL-Win32/lib/VC/static/ssleay32MTd.lib;optimized;C:/OpenSSL-Win32/lib/libeay32.lib;debug;C:/OpenSSL-Win32/lib/VC/static/libeay32MTd.lib (found version "1.0.2j")
-- Looking for EVP_aes_128_ctr
-- Looking for EVP_aes_128_ctr - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - not found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - not found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - not found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - not found
-- Looking for include file windows.h
-- Looking for include file windows.h - found
-- Looking for include file ws2tcpip.h
-- Looking for include file ws2tcpip.h - found
-- Looking for include file winsock2.h
-- Looking for include file winsock2.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Looking for gettimeofday
-- Looking for gettimeofday - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for poll
-- Looking for poll - not found
-- Performing Test HAVE_O_NONBLOCK
-- Performing Test HAVE_O_NONBLOCK - Failed
-- Performing Test HAVE_FIONBIO
-- Performing Test HAVE_FIONBIO - Failed
-- Performing Test HAVE_IOCTLSOCKET
-- Performing Test HAVE_IOCTLSOCKET - Success
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for _stricmp
-- Looking for _stricmp - found
-- Looking for _snprintf
-- Looking for _snprintf - found
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
-- Looking for __FUNCTION__ - found
--
-- The following features have been enabled:
* Shared library , creating libssh2 as a shared library (.so/.dll)
* diffie-hellman-group-exchange-sha1 , "new" diffie-hellman-group-exchange-sha1 method
-- The following REQUIRED packages have been found:
* OpenSSL
-- The following features have been disabled:
* Compression , using zlib for compression
* "none" cipher
* "none" MAC
* Logging , Logging of execution with debug trace
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>powershell -file ..\fix-vcxproj-files.ps1
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>set Platform=
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>call msbuild libssh2.sln /p:Configuration=Release /p:Platform=Win32
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 11/4/2016 12:30:24 AM.
Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Release|Win32".
ValidateProjects:
The project "INSTALL" is not selected for building in solution configuration "Release|Win32".
The project "PACKAGE" is not selected for building in solution configuration "Release|Win32".
The project "RUN_TESTS" is not selected for building in solution configuration "Release|Win32".
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (1) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ZERO_CHECK.vcxproj" (3) on node 1 (default targets).
PrepareForBuild:
Creating directory "Win32\Release\ZERO_CHECK\".
Creating directory "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\Release\".
Creating directory "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/docs/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ZERO_CHECK.vcxproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (4) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (4) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj.metaproj" (5) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj.metaproj" (5) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj.metaproj" (6) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj.metaproj" (6) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj" (7) on node 1 (default targets).
PrepareForBuild:
Creating directory "libssh2.dir\Release\".
Creating directory "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\Release\".
Creating directory "libssh2.dir\Release\libssh2.tlog\".
InitializeBuildStatus:
Creating "libssh2.dir\Release\libssh2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/src/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"C:\OpenSSL-Win32\include" /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D LIBSSH2_OPENSSL
/D LIBSSH2_DH_GEX_NEW=1 /D LIBSSH2_WIN32 /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D LIBSSH2_CLEAR_MEMORY /D "CMAKE_INTDIR=\"Release\"" /D libssh2_EXPORTS /D _WINDLL /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"libssh2.dir\Release\\" /Fd"libssh2.dir\Re
lease\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\src\openssl.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\agent.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\channel.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\comp.c C:\Users
\Developer\AppData\Local\Temp\libssh2\src\crypt.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\global.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\hostkey.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\keepalive.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\kex.c C:\Users\D
eveloper\AppData\Local\Temp\libssh2\src\knownhost.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\mac.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\misc.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\packet.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\pem.c C:\Users\Develope
r\AppData\Local\Temp\libssh2\src\publickey.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\scp.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\transport.c C:\Users\Develope
r\AppData\Local\Temp\libssh2\src\userauth.c C:\Users\Developer\AppData\Local\Temp\libssh2\src\version.c
openssl.c
agent.c
channel.c
comp.c
crypt.c
global.c
hostkey.c
keepalive.c
kex.c
knownhost.c
mac.c
misc.c
packet.c
pem.c
publickey.c
scp.c
session.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(522): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(523): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(527): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(528): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(532): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(533): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(537): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(538): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(542): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(543): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(547): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(548): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(552): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(553): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
sftp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3393): warning C4456: declaration of 'retcode' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3315): note: see declaration of 'retcode'
transport.c
userauth.c
Generating Code...
c:\users\developer\appdata\local\temp\libssh2\src\session.c(849): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(860): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(1037): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\knownhost.c(152): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(1971): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(2097): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\channel.c(2305): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
Compiling...
version.c
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /D WIN32 /D _WINDOWS /D NDEBUG /D LIBSSH2_OPENSSL /D LIBSSH2_DH_GEX_NEW=1 /D LIBSSH2_WIN32 /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D LIBSSH2_CLEAR_MEMORY /D "CMAKE_INTDIR=\\\"Release\\\"" /D libssh2_EXPORTS /l"0x0409" /I"C:\O
penSSL-Win32\include" /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src /nologo /fo"libssh2.dir\Release\libssh2.res" C:\Users\Developer\AppData\Local\Temp\libssh2\win32\libssh2.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\Release\libssh2.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg3
2.lib advapi32.lib "C:\OpenSSL-Win32\lib\ssleay32.lib" "C:\OpenSSL-Win32\lib\libeay32.lib" crypt32.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.pdb" /SUBSYSTEM:CONSOLE
/TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /DLL libssh2.dir\Release\libssh2.res
libssh2.dir\Release\openssl.obj
libssh2.dir\Release\agent.obj
libssh2.dir\Release\channel.obj
libssh2.dir\Release\comp.obj
libssh2.dir\Release\crypt.obj
libssh2.dir\Release\global.obj
libssh2.dir\Release\hostkey.obj
libssh2.dir\Release\keepalive.obj
libssh2.dir\Release\kex.obj
libssh2.dir\Release\knownhost.obj
libssh2.dir\Release\mac.obj
libssh2.dir\Release\misc.obj
libssh2.dir\Release\packet.obj
libssh2.dir\Release\pem.obj
libssh2.dir\Release\publickey.obj
libssh2.dir\Release\scp.obj
libssh2.dir\Release\session.obj
libssh2.dir\Release\sftp.obj
libssh2.dir\Release\transport.obj
libssh2.dir\Release\userauth.obj
libssh2.dir\Release\version.obj
Creating library C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.lib and object C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.exp
libssh2.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\Release\libssh2.dll
FinalizeBuildStatus:
Deleting file "libssh2.dir\Release\libssh2.tlog\unsuccessfulbuild".
Touching "libssh2.dir\Release\libssh2.tlog\libssh2.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj.metaproj" (5) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj" (8) on node 1 (default targets).
PrepareForBuild:
Creating directory "Win32\Release\copy_example_dependencies\".
Creating directory "Win32\Release\copy_example_dependencies\copy_exa.0C271465.tlog\".
InitializeBuildStatus:
Creating "Win32\Release\copy_example_dependencies\copy_exa.0C271465.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win32/bin/libeay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win32/bin/ssleay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
FinalizeBuildStatus:
Deleting file "Win32\Release\copy_example_dependencies\copy_exa.0C271465.tlog\unsuccessfulbuild".
Touching "Win32\Release\copy_example_dependencies\copy_exa.0C271465.tlog\copy_example_dependencies.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (4) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj" (9) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-direct_tcpip.dir\Release\".
Creating directory "example-direct_tcpip.dir\Release\example-.F618375D.tlog\".
InitializeBuildStatus:
Creating "example-direct_tcpip.dir\Release\example-.F618375D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-direct_tcpip.dir\Release\\" /Fd"example-direct_tcpip.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\direc
t_tcpip.c
direct_tcpip.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(206): warning C4244: 'function': conversion from 'unsigned int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(121): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(207): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(224): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(239): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_
tcpip.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-direct_tcpip.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-direct_tcpip.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /
NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-direct_tcpip.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-direct_tcpip.dir\Release\direct_tcpip.obj"
example-direct_tcpip.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-direct_tcpip.exe
FinalizeBuildStatus:
Deleting file "example-direct_tcpip.dir\Release\example-.F618375D.tlog\unsuccessfulbuild".
Touching "example-direct_tcpip.dir\Release\example-.F618375D.tlog\example-direct_tcpip.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj.metaproj" (10) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj.metaproj" (10) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj" (11) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp.dir\Release\".
Creating directory "example-scp.dir\Release\example-scp.tlog\".
InitializeBuildStatus:
Creating "example-scp.dir\Release\example-scp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp.dir\Release\\" /Fd"example-scp.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c
scp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(60): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"
C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-scp.dir\Release\scp.obj"
example-scp.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp.exe
FinalizeBuildStatus:
Deleting file "example-scp.dir\Release\example-scp.tlog\unsuccessfulbuild".
Touching "example-scp.dir\Release\example-scp.tlog\example-scp.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj.metaproj" (12) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj.metaproj" (12) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj" (13) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_nonblock.dir\Release\".
Creating directory "example-scp_nonblock.dir\Release\example-.B34C1C09.tlog\".
InitializeBuildStatus:
Creating "example-scp_nonblock.dir\Release\example-.B34C1C09.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_nonblock.dir\Release\\" /Fd"example-scp_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_n
onblock.c
scp_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(64): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(232): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(97): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_non
block.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /
NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-scp_nonblock.dir\Release\scp_nonblock.obj"
example-scp_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-scp_nonblock.dir\Release\example-.B34C1C09.tlog\unsuccessfulbuild".
Touching "example-scp_nonblock.dir\Release\example-.B34C1C09.tlog\example-scp_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj.metaproj" (14) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj.metaproj" (14) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj" (15) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_write.dir\Release\".
Creating directory "example-scp_write.dir\Release\example-.29135472.tlog\".
InitializeBuildStatus:
Creating "example-scp_write.dir\Release\example-.29135472.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_write.dir\Release\\" /Fd"example-scp_write.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c
scp_write.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(165): warning C4456: declaration of 'err' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(54): note: see declaration of 'err'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(64): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.v
cxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_write.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uu
id.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_write.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMP
AT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_write.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-scp_write.dir\Release\scp_write.obj"
example-scp_write.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_write.exe
FinalizeBuildStatus:
Deleting file "example-scp_write.dir\Release\example-.29135472.tlog\unsuccessfulbuild".
Touching "example-scp_write.dir\Release\example-.29135472.tlog\example-scp_write.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj.metaproj" (16) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj.metaproj" (16) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj" (17) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-scp_write_nonblock.dir\Release\".
Creating directory "example-scp_write_nonblock.dir\Release\example-.1E7AE82A.tlog\".
InitializeBuildStatus:
Creating "example-scp_write_nonblock.dir\Release\example-.1E7AE82A.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-scp_write_nonblock.dir\Release\\" /Fd"example-scp_write_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\e
xample\scp_write_nonblock.c
scp_write_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(52): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-s
cp_write_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_write_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut
32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_write_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /D
YNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-scp_write_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-scp_write_nonblock.dir\Release\scp_write_nonblock.obj"
example-scp_write_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-scp_write_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-scp_write_nonblock.dir\Release\example-.1E7AE82A.tlog\unsuccessfulbuild".
Touching "example-scp_write_nonblock.dir\Release\example-.1E7AE82A.tlog\example-scp_write_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj.metaproj" (18) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj.metaproj" (18) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj" (19) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp.dir\Release\".
Creating directory "example-sftp.dir\Release\example-sftp.tlog\".
InitializeBuildStatus:
Creating "example-sftp.dir\Release\example-sftp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp.dir\Release\\" /Fd"example-sftp.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c
sftp.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(119): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.li
b comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB
:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp.dir\Release\sftp.obj"
example-sftp.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp.exe
FinalizeBuildStatus:
Deleting file "example-sftp.dir\Release\example-sftp.tlog\unsuccessfulbuild".
Touching "example-sftp.dir\Release\example-sftp.tlog\example-sftp.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj.metaproj" (20) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj.metaproj" (20) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj" (21) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_RW_nonblock.dir\Release\".
Creating directory "example-sftp_RW_nonblock.dir\Release\example-.4BD11733.tlog\".
InitializeBuildStatus:
Creating "example-sftp_RW_nonblock.dir\Release\example-.4BD11733.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_RW_nonblock.dir\Release\\" /Fd"example-sftp_RW_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\examp
le\sftp_RW_nonblock.c
sftp_RW_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(60): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(257): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(316): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_RW_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32
.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_RW_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAM
ICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_RW_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_RW_nonblock.dir\Release\sftp_RW_nonblock.obj"
example-sftp_RW_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_RW_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_RW_nonblock.dir\Release\example-.4BD11733.tlog\unsuccessfulbuild".
Touching "example-sftp_RW_nonblock.dir\Release\example-.4BD11733.tlog\example-sftp_RW_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj.metaproj" (22) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj.metaproj" (22) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj" (23) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_append.dir\Release\".
Creating directory "example-sftp_append.dir\Release\example-.340EFF0E.tlog\".
InitializeBuildStatus:
Creating "example-sftp_append.dir\Release\example-.340EFF0E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_append.dir\Release\\" /Fd"example-sftp_append.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_ap
pend.c
sftp_append.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(68): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_appe
nd.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_append.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_append.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NX
COMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_append.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_append.dir\Release\sftp_append.obj"
example-sftp_append.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_append.exe
FinalizeBuildStatus:
Deleting file "example-sftp_append.dir\Release\example-.340EFF0E.tlog\unsuccessfulbuild".
Touching "example-sftp_append.dir\Release\example-.340EFF0E.tlog\example-sftp_append.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj.metaproj" (24) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj.metaproj" (24) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj" (25) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_mkdir.dir\Release\".
Creating directory "example-sftp_mkdir.dir\Release\example-.01DBC458.tlog\".
InitializeBuildStatus:
Creating "example-sftp_mkdir.dir\Release\example-.01DBC458.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_mkdir.dir\Release\\" /Fd"example-sftp_mkdir.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdi
r.c
sftp_mkdir.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_mkdir.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib u
uid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_mkdir.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCO
MPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_mkdir.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_mkdir.dir\Release\sftp_mkdir.obj"
example-sftp_mkdir.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_mkdir.exe
FinalizeBuildStatus:
Deleting file "example-sftp_mkdir.dir\Release\example-.01DBC458.tlog\unsuccessfulbuild".
Touching "example-sftp_mkdir.dir\Release\example-.01DBC458.tlog\example-sftp_mkdir.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (26) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (26) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj" (27) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_mkdir_nonblock.dir\Release\".
Creating directory "example-sftp_mkdir_nonblock.dir\Release\example-.A65AD2DB.tlog\".
InitializeBuildStatus:
Creating "example-sftp_mkdir_nonblock.dir\Release\example-.A65AD2DB.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_mkdir_nonblock.dir\Release\\" /Fd"example-sftp_mkdir_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2
\example\sftp_mkdir_nonblock.c
sftp_mkdir_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-s
ftp_mkdir_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_mkdir_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau
t32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_mkdir_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1
/DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_mkdir_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_mkdir_nonblock.dir\Release\sftp_mkdir_nonblock.obj"
example-sftp_mkdir_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_mkdir_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_mkdir_nonblock.dir\Release\example-.A65AD2DB.tlog\unsuccessfulbuild".
Touching "example-sftp_mkdir_nonblock.dir\Release\example-.A65AD2DB.tlog\example-sftp_mkdir_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj.metaproj" (28) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj.metaproj" (28) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj" (29) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_nonblock.dir\Release\".
Creating directory "example-sftp_nonblock.dir\Release\example-.5A92436F.tlog\".
InitializeBuildStatus:
Creating "example-sftp_nonblock.dir\Release\example-.5A92436F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_nonblock.dir\Release\\" /Fd"example-sftp_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sft
p_nonblock.c
sftp_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(65): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_n
onblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.li
b uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE
/NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_nonblock.dir\Release\sftp_nonblock.obj"
example-sftp_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_nonblock.dir\Release\example-.5A92436F.tlog\unsuccessfulbuild".
Touching "example-sftp_nonblock.dir\Release\example-.5A92436F.tlog\example-sftp_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj.metaproj" (30) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj.metaproj" (30) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj" (31) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write.dir\Release\".
Creating directory "example-sftp_write.dir\Release\example-.6B5EB77E.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write.dir\Release\example-.6B5EB77E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write.dir\Release\\" /Fd"example-sftp_write.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_writ
e.c
sftp_write.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(67): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib u
uid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCO
MPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_write.dir\Release\sftp_write.obj"
example-sftp_write.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write.dir\Release\example-.6B5EB77E.tlog\unsuccessfulbuild".
Touching "example-sftp_write.dir\Release\example-.6B5EB77E.tlog\example-sftp_write.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj.metaproj" (32) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj.metaproj" (32) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj" (33) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write_nonblock.dir\Release\".
Creating directory "example-sftp_write_nonblock.dir\Release\example-.EC7DE5D1.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write_nonblock.dir\Release\example-.EC7DE5D1.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write_nonblock.dir\Release\\" /Fd"example-sftp_write_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2
\example\sftp_write_nonblock.c
sftp_write_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(57): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-
sftp_write_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau
t32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1
/DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_write_nonblock.dir\Release\sftp_write_nonblock.obj"
example-sftp_write_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write_nonblock.dir\Release\example-.EC7DE5D1.tlog\unsuccessfulbuild".
Touching "example-sftp_write_nonblock.dir\Release\example-.EC7DE5D1.tlog\example-sftp_write_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj.metaproj" (34) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj.metaproj" (34) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj" (35) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftp_write_sliding.dir\Release\".
Creating directory "example-sftp_write_sliding.dir\Release\example-.8D0661EF.tlog\".
InitializeBuildStatus:
Creating "example-sftp_write_sliding.dir\Release\example-.8D0661EF.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftp_write_sliding.dir\Release\\" /Fd"example-sftp_write_sliding.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\e
xample\sftp_write_sliding.c
sftp_write_sliding.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(57): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-s
ftp_write_sliding.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write_sliding.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut
32.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write_sliding.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /D
YNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftp_write_sliding.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftp_write_sliding.dir\Release\sftp_write_sliding.obj"
example-sftp_write_sliding.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftp_write_sliding.exe
FinalizeBuildStatus:
Deleting file "example-sftp_write_sliding.dir\Release\example-.8D0661EF.tlog\unsuccessfulbuild".
Touching "example-sftp_write_sliding.dir\Release\example-.8D0661EF.tlog\example-sftp_write_sliding.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj.metaproj" (36) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj.metaproj" (36) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj" (37) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftpdir.dir\Release\".
Creating directory "example-sftpdir.dir\Release\example-sftpdir.tlog\".
InitializeBuildStatus:
Creating "example-sftpdir.dir\Release\example-sftpdir.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftpdir.dir\Release\\" /Fd"example-sftpdir.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c
sftpdir.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxp
roj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftpdir.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid
.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftpdir.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /
IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftpdir.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftpdir.dir\Release\sftpdir.obj"
example-sftpdir.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftpdir.exe
FinalizeBuildStatus:
Deleting file "example-sftpdir.dir\Release\example-sftpdir.tlog\unsuccessfulbuild".
Touching "example-sftpdir.dir\Release\example-sftpdir.tlog\example-sftpdir.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj.metaproj" (38) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj.metaproj" (38) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj" (39) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-sftpdir_nonblock.dir\Release\".
Creating directory "example-sftpdir_nonblock.dir\Release\example-.5E48F7C9.tlog\".
InitializeBuildStatus:
Creating "example-sftpdir_nonblock.dir\Release\example-.5E48F7C9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-sftpdir_nonblock.dir\Release\\" /Fd"example-sftpdir_nonblock.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\examp
le\sftpdir_nonblock.c
sftpdir_nonblock.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(81): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp
dir_nonblock.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftpdir_nonblock.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32
.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftpdir_nonblock.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAM
ICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-sftpdir_nonblock.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-sftpdir_nonblock.dir\Release\sftpdir_nonblock.obj"
example-sftpdir_nonblock.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-sftpdir_nonblock.exe
FinalizeBuildStatus:
Deleting file "example-sftpdir_nonblock.dir\Release\example-.5E48F7C9.tlog\unsuccessfulbuild".
Touching "example-sftpdir_nonblock.dir\Release\example-.5E48F7C9.tlog\example-sftpdir_nonblock.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj.metaproj" (40) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj.metaproj" (40) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj" (41) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2.dir\Release\".
Creating directory "example-ssh2.dir\Release\example-ssh2.tlog\".
InitializeBuildStatus:
Creating "example-ssh2.dir\Release\example-ssh2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2.dir\Release\\" /Fd"example-ssh2.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c
ssh2.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(88): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
c:\users\developer\appdata\local\temp\libssh2\example\ssh2.c(201): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.li
b comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB
:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-ssh2.dir\Release\ssh2.obj"
example-ssh2.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2.exe
FinalizeBuildStatus:
Deleting file "example-ssh2.dir\Release\example-ssh2.tlog\unsuccessfulbuild".
Touching "example-ssh2.dir\Release\example-ssh2.tlog\example-ssh2.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj.metaproj" (42) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj.metaproj" (42) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj" (43) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_agent.dir\Release\".
Creating directory "example-ssh2_agent.dir\Release\example-.23EC8F75.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_agent.dir\Release\example-.23EC8F75.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_agent.dir\Release\\" /Fd"example-ssh2_agent.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agen
t.c
ssh2_agent.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(65): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent
.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
c:\users\developer\appdata\local\temp\libssh2\example\ssh2_agent.c(175): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_agent.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib u
uid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_agent.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCO
MPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_agent.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-ssh2_agent.dir\Release\ssh2_agent.obj"
example-ssh2_agent.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_agent.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_agent.dir\Release\example-.23EC8F75.tlog\unsuccessfulbuild".
Touching "example-ssh2_agent.dir\Release\example-.23EC8F75.tlog\example-ssh2_agent.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj.metaproj" (44) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj.metaproj" (44) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj" (45) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_echo.dir\Release\".
Creating directory "example-ssh2_echo.dir\Release\example-.E2566E92.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_echo.dir\Release\example-.E2566E92.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_echo.dir\Release\\" /Fd"example-ssh2_echo.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c
ssh2_echo.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(58): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(252): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(88): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(123): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_echo.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uu
id.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_echo.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMP
AT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_echo.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-ssh2_echo.dir\Release\ssh2_echo.obj"
example-ssh2_echo.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_echo.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_echo.dir\Release\example-.E2566E92.tlog\unsuccessfulbuild".
Touching "example-ssh2_echo.dir\Release\example-.E2566E92.tlog\example-ssh2_echo.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj.metaproj" (46) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj.metaproj" (46) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj" (47) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-ssh2_exec.dir\Release\".
Creating directory "example-ssh2_exec.dir\Release\example-.CD8532F5.tlog\".
InitializeBuildStatus:
Creating "example-ssh2_exec.dir\Release\example-.CD8532F5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-ssh2_exec.dir\Release\\" /Fd"example-ssh2_exec.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c
ssh2_exec.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(60): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(262): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(88): note: see declaration of 'rc'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(127): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_exec.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uu
id.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_exec.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMP
AT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-ssh2_exec.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-ssh2_exec.dir\Release\ssh2_exec.obj"
example-ssh2_exec.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-ssh2_exec.exe
FinalizeBuildStatus:
Deleting file "example-ssh2_exec.dir\Release\example-.CD8532F5.tlog\unsuccessfulbuild".
Touching "example-ssh2_exec.dir\Release\example-.CD8532F5.tlog\example-ssh2_exec.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj.metaproj" (48) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj.metaproj" (48) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj" (49) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-subsystem_netconf.dir\Release\".
Creating directory "example-subsystem_netconf.dir\Release\example-.C68EAB11.tlog\".
InitializeBuildStatus:
Creating "example-subsystem_netconf.dir\Release\example-.C68EAB11.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-subsystem_netconf.dir\Release\\" /Fd"example-subsystem_netconf.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\exa
mple\subsystem_netconf.c
subsystem_netconf.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(165): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-su
bsystem_netconf.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(172): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-su
bsystem_netconf.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-subsystem_netconf.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut3
2.lib uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-subsystem_netconf.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYN
AMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-subsystem_netconf.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-subsystem_netconf.dir\Release\subsystem_netconf.obj"
example-subsystem_netconf.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-subsystem_netconf.exe
FinalizeBuildStatus:
Deleting file "example-subsystem_netconf.dir\Release\example-.C68EAB11.tlog\unsuccessfulbuild".
Touching "example-subsystem_netconf.dir\Release\example-.C68EAB11.tlog\example-subsystem_netconf.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj.metaproj" (50) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj.metaproj" (50) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj" (51) on node 1 (default targets).
PrepareForBuild:
Creating directory "example-tcpip-forward.dir\Release\".
Creating directory "example-tcpip-forward.dir\Release\example-.05CB840C.tlog\".
InitializeBuildStatus:
Creating "example-tcpip-forward.dir\Release\example-.05CB840C.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/example/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_
NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"example-tcpip-forward.dir\Release\\" /Fd"example-tcpip-forward.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Developer\AppData\Local\Temp\libssh2\example\tc
pip-forward.c"
tcpip-forward.c
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(230): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(118): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-
forward.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(231): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-
forward.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-tcpip-forward.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.li
b uuid.lib comdlg32.lib advapi32.lib ..\src\Release\libssh2.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-tcpip-forward.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE
/NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/example/Release/example-tcpip-forward.lib" /MACHINE:X86 /SAFESEH /machine:X86 "example-tcpip-forward.dir\Release\tcpip-forward.obj"
example-tcpip-forward.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\Release\example-tcpip-forward.exe
FinalizeBuildStatus:
Deleting file "example-tcpip-forward.dir\Release\example-.05CB840C.tlog\unsuccessfulbuild".
Touching "example-tcpip-forward.dir\Release\example-.05CB840C.tlog\example-tcpip-forward.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj.metaproj" (52) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj.metaproj" (52) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj" (53) on node 1 (default targets).
PrepareForBuild:
Creating directory "openssh_fixture.dir\Release\".
Creating directory "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\".
Creating directory "openssh_fixture.dir\Release\openssh_fixture.tlog\".
InitializeBuildStatus:
Creating "openssh_fixture.dir\Release\openssh_fixture.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /
MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"openssh_fixture.dir\Release\\" /Fd"openssh_fixture.dir\Release\openssh_fixture.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c
openssh_fixture.c
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(228): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.
vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): note: see declaration of 'inet_addr'
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\openssh_fixture.lib" /NOLOGO /machine:X86 openssh_fixture.dir\Release\openssh_fixture.obj
openssh_fixture.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\openssh_fixture.lib
FinalizeBuildStatus:
Deleting file "openssh_fixture.dir\Release\openssh_fixture.tlog\unsuccessfulbuild".
Touching "openssh_fixture.dir\Release\openssh_fixture.tlog\openssh_fixture.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj.metaproj" (54) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj.metaproj" (54) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\session_fixture.vcxproj.metaproj" (55) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\session_fixture.vcxproj.metaproj" (55) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\session_fixture.vcxproj" (56) on node 1 (default targets).
PrepareForBuild:
Creating directory "session_fixture.dir\Release\".
Creating directory "session_fixture.dir\Release\session_fixture.tlog\".
InitializeBuildStatus:
Creating "session_fixture.dir\Release\session_fixture.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"session_fixture.dir\Release\\" /Fd"session_fixture.dir\Release\session_fixture.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\session_f
ixture.c
session_fixture.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\session_fixture.lib" /NOLOGO /machine:X86 session_fixture.dir\Release\session_fixture.obj
session_fixture.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\session_fixture.lib
FinalizeBuildStatus:
Deleting file "session_fixture.dir\Release\session_fixture.tlog\unsuccessfulbuild".
Touching "session_fixture.dir\Release\session_fixture.tlog\session_fixture.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\session_fixture.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\session_fixture.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj.metaproj" (54) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj" (57) on node 1 (default targets).
PrepareForBuild:
Creating directory "runner.dir\Release\".
Creating directory "runner.dir\Release\runner.tlog\".
InitializeBuildStatus:
Creating "runner.dir\Release\runner.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"runner.dir\Release\\" /Fd"runner.dir\Release\runner.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\runner.c
runner.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\runner.lib" /NOLOGO /machine:X86 runner.dir\Release\runner.obj
runner.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\runner.lib
FinalizeBuildStatus:
Deleting file "runner.dir\Release\runner.tlog\unsuccessfulbuild".
Touching "runner.dir\Release\runner.tlog\runner.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\runner.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj.metaproj" (58) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj.metaproj" (58) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\copy_test_dependencies.vcxproj.metaproj" (59) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\copy_test_dependencies.vcxproj.metaproj" (59) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\copy_test_dependencies.vcxproj" (60) on node 1 (default targets).
PrepareForBuild:
Creating directory "Win32\Release\copy_test_dependencies\".
Creating directory "Win32\Release\copy_test_dependencies\copy_tes.15C9E647.tlog\".
InitializeBuildStatus:
Creating "Win32\Release\copy_test_dependencies\copy_tes.15C9E647.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win32/bin/libeay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/OpenSSL-Win32/bin/ssleay32.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/src/Release/libssh2.dll C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
FinalizeBuildStatus:
Deleting file "Win32\Release\copy_test_dependencies\copy_tes.15C9E647.tlog\unsuccessfulbuild".
Touching "Win32\Release\copy_test_dependencies\copy_tes.15C9E647.tlog\copy_test_dependencies.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\copy_test_dependencies.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\copy_test_dependencies.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj.metaproj" (58) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj" (61) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_hostkey.dir\Release\".
Creating directory "test_hostkey.dir\Release\test_hostkey.tlog\".
InitializeBuildStatus:
Creating "test_hostkey.dir\Release\test_hostkey.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_hostkey.dir\Release\\" /Fd"test_hostkey.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey.c
test_hostkey.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_hostkey.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Re
lease/test_hostkey.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_hostkey.lib" /MACHINE:X86 /SAFESEH /machine:X86 test_hostkey.dir\Release\test_hostkey.obj
test_hostkey.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_hostkey.exe
FinalizeBuildStatus:
Deleting file "test_hostkey.dir\Release\test_hostkey.tlog\unsuccessfulbuild".
Touching "test_hostkey.dir\Release\test_hostkey.tlog\test_hostkey.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey_hash.vcxproj.metaproj" (62) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey_hash.vcxproj.metaproj" (62) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey_hash.vcxproj" (63) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_hostkey_hash.dir\Release\".
Creating directory "test_hostkey_hash.dir\Release\test_hos.FF42E56F.tlog\".
InitializeBuildStatus:
Creating "test_hostkey_hash.dir\Release\test_hos.FF42E56F.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_hostkey_hash.dir\Release\\" /Fd"test_hostkey_hash.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_hostkey_ha
sh.c
test_hostkey_hash.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_hostkey_hash.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid
.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tes
ts/Release/test_hostkey_hash.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_hostkey_hash.lib" /MACHINE:X86 /SAFESEH /machine:X86 test_hostkey_hash.dir\Release\test_hostkey_hash.obj
test_hostkey_hash.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_hostkey_hash.exe
FinalizeBuildStatus:
Deleting file "test_hostkey_hash.dir\Release\test_hos.FF42E56F.tlog\unsuccessfulbuild".
Touching "test_hostkey_hash.dir\Release\test_hos.FF42E56F.tlog\test_hostkey_hash.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey_hash.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_hostkey_hash.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (64) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (64) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj" (65)
on node 1 (default targets).
PrepareForBuild:
Creating directory "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\".
Creating directory "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.EE328FD4.tlog\".
InitializeBuildStatus:
Creating "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.EE328FD4.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\\" /Fd"test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorRe
port:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_fails_with_wrong_response.c
test_keyboard_interactive_auth_fails_with_wrong_response.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_keyboard_interactive_auth_fails_with_wrong_response.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/Ap
pData/Local/Temp/libssh2/buildWin32/tests/Release/test_keyboard_interactive_auth_fails_with_wrong_response.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_keyboard_interactive_auth_fails_with_wrong_respon
se.lib" /MACHINE:X86 /SAFESEH /machine:X86 test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_keyboard_interactive_auth_fails_with_wrong_response.obj
test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_keyboard_interactive_auth_fails_with_wrong_response.exe
FinalizeBuildStatus:
Deleting file "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.EE328FD4.tlog\unsuccessfulbuild".
Touching "test_keyboard_interactive_auth_fails_with_wrong_response.dir\Release\test_key.EE328FD4.tlog\test_keyboard_interactive_auth_fails_with_wrong_response.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_fails_with_wrong_response.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (66) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (66) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxp
roj" (67) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\".
Creating directory "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.71BA8871.tlog\".
InitializeBuildStatus:
Creating "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.71BA8871.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\\" /Fd"test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\vc140.pdb" /Gd /TC /analyze
- /errorReport:queue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.c
test_keyboard_interactive_auth_succeeds_with_correct_response.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool
.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Develop
er/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_keyboard_interactive_auth_succeeds_with_correct_response.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_keyboard_interactive_auth_succeeds_with
_correct_response.lib" /MACHINE:X86 /SAFESEH /machine:X86 test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.obj
test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_keyboard_interactive_auth_succeeds_with_correct_response.exe
FinalizeBuildStatus:
Deleting file "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.71BA8871.tlog\unsuccessfulbuild".
Touching "test_keyboard_interactive_auth_succeeds_with_correct_response.dir\Release\test_key.71BA8871.tlog\test_keyboard_interactive_auth_succeeds_with_correct_response.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_keyboard_interactive_auth_succeeds_with_correct_response.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (68) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (68) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_password.vcxproj" (69) on node 1 (default targe
ts).
PrepareForBuild:
Creating directory "test_password_auth_fails_with_wrong_password.dir\Release\".
Creating directory "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.9C5FD13A.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.9C5FD13A.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_fails_with_wrong_password.dir\Release\\" /Fd"test_password_auth_fails_with_wrong_password.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Deve
loper\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_password.c
test_password_auth_fails_with_wrong_password.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_fails_with_wrong_password.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/
Temp/libssh2/buildWin32/tests/Release/test_password_auth_fails_with_wrong_password.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_password_auth_fails_with_wrong_password.lib" /MACHINE:X86 /SAFESEH /mach
ine:X86 test_password_auth_fails_with_wrong_password.dir\Release\test_password_auth_fails_with_wrong_password.obj
test_password_auth_fails_with_wrong_password.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_fails_with_wrong_password.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.9C5FD13A.tlog\unsuccessfulbuild".
Touching "test_password_auth_fails_with_wrong_password.dir\Release\test_pas.9C5FD13A.tlog\test_password_auth_fails_with_wrong_password.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_password.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_password.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (70) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (70) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_username.vcxproj" (71) on node 1 (default targe
ts).
PrepareForBuild:
Creating directory "test_password_auth_fails_with_wrong_username.dir\Release\".
Creating directory "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.4C4E3464.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.4C4E3464.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_fails_with_wrong_username.dir\Release\\" /Fd"test_password_auth_fails_with_wrong_username.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Deve
loper\AppData\Local\Temp\libssh2\tests\test_password_auth_fails_with_wrong_username.c
test_password_auth_fails_with_wrong_username.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_fails_with_wrong_username.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/
Temp/libssh2/buildWin32/tests/Release/test_password_auth_fails_with_wrong_username.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_password_auth_fails_with_wrong_username.lib" /MACHINE:X86 /SAFESEH /mach
ine:X86 test_password_auth_fails_with_wrong_username.dir\Release\test_password_auth_fails_with_wrong_username.obj
test_password_auth_fails_with_wrong_username.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_fails_with_wrong_username.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.4C4E3464.tlog\unsuccessfulbuild".
Touching "test_password_auth_fails_with_wrong_username.dir\Release\test_pas.4C4E3464.tlog\test_password_auth_fails_with_wrong_username.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_username.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_fails_with_wrong_username.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (72) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (72) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj" (73) on node
1 (default targets).
PrepareForBuild:
Creating directory "test_password_auth_succeeds_with_correct_credentials.dir\Release\".
Creating directory "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.A0E9144B.tlog\".
InitializeBuildStatus:
Creating "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.A0E9144B.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_password_auth_succeeds_with_correct_credentials.dir\Release\\" /Fd"test_password_auth_succeeds_with_correct_credentials.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:que
ue C:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_password_auth_succeeds_with_correct_credentials.c
test_password_auth_succeeds_with_correct_credentials.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_succeeds_with_correct_credentials.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shel
l32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppDat
a/Local/Temp/libssh2/buildWin32/tests/Release/test_password_auth_succeeds_with_correct_credentials.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_password_auth_succeeds_with_correct_credentials.lib" /MAC
HINE:X86 /SAFESEH /machine:X86 test_password_auth_succeeds_with_correct_credentials.dir\Release\test_password_auth_succeeds_with_correct_credentials.obj
test_password_auth_succeeds_with_correct_credentials.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_password_auth_succeeds_with_correct_credentials.exe
FinalizeBuildStatus:
Deleting file "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.A0E9144B.tlog\unsuccessfulbuild".
Touching "test_password_auth_succeeds_with_correct_credentials.dir\Release\test_pas.A0E9144B.tlog\test_password_auth_succeeds_with_correct_credentials.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_password_auth_succeeds_with_correct_credentials.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (74) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (74) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_fails_with_wrong_key.vcxproj" (75) on node 1 (default targets).
PrepareForBuild:
Creating directory "test_public_key_auth_fails_with_wrong_key.dir\Release\".
Creating directory "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.2A261418.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.2A261418.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_fails_with_wrong_key.dir\Release\\" /Fd"test_public_key_auth_fails_with_wrong_key.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C:\Users\Developer\
AppData\Local\Temp\libssh2\tests\test_public_key_auth_fails_with_wrong_key.c
test_public_key_auth_fails_with_wrong_key.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_fails_with_wrong_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole
32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/Local/Tem
p/libssh2/buildWin32/tests/Release/test_public_key_auth_fails_with_wrong_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_public_key_auth_fails_with_wrong_key.lib" /MACHINE:X86 /SAFESEH /machine:X86 t
est_public_key_auth_fails_with_wrong_key.dir\Release\test_public_key_auth_fails_with_wrong_key.obj
test_public_key_auth_fails_with_wrong_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_fails_with_wrong_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.2A261418.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_fails_with_wrong_key.dir\Release\test_pub.2A261418.tlog\test_public_key_auth_fails_with_wrong_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_fails_with_wrong_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_fails_with_wrong_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (76) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (76) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj" (77) on node 1 (d
efault targets).
PrepareForBuild:
Creating directory "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\".
Creating directory "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.98F68C55.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.98F68C55.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\\" /Fd"test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C
:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_dsa_key.c
test_public_key_auth_succeeds_with_correct_dsa_key.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_succeeds_with_correct_dsa_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell3
2.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/
Local/Temp/libssh2/buildWin32/tests/Release/test_public_key_auth_succeeds_with_correct_dsa_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_public_key_auth_succeeds_with_correct_dsa_key.lib" /MACHINE:X
86 /SAFESEH /machine:X86 test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_public_key_auth_succeeds_with_correct_dsa_key.obj
test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_succeeds_with_correct_dsa_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.98F68C55.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_succeeds_with_correct_dsa_key.dir\Release\test_pub.98F68C55.tlog\test_public_key_auth_succeeds_with_correct_dsa_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_dsa_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (78) on node 1 (default targets).
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (78) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj" (79) on node 1 (d
efault targets).
PrepareForBuild:
Creating directory "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\".
Creating directory "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.DA0C484E.tlog\".
InitializeBuildStatus:
Creating "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.DA0C484E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/tests/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\CMakeFiles\generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests /IC:\Users\Developer\AppData\Local\Temp\libssh2\include /nologo /W4 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO
_DEPRECATE /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\\" /Fd"test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\vc140.pdb" /Gd /TC /analyze- /errorReport:queue C
:\Users\Developer\AppData\Local\Temp\libssh2\tests\test_public_key_auth_succeeds_with_correct_rsa_key.c
test_public_key_auth_succeeds_with_correct_rsa_key.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_succeeds_with_correct_rsa_key.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell3
2.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\runner.lib ws2_32.lib Release\session_fixture.lib ..\src\Release\libssh2.lib Release\openssh_fixture.lib ws2_32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/Developer/AppData/
Local/Temp/libssh2/buildWin32/tests/Release/test_public_key_auth_succeeds_with_correct_rsa_key.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Developer/AppData/Local/Temp/libssh2/buildWin32/tests/Release/test_public_key_auth_succeeds_with_correct_rsa_key.lib" /MACHINE:X
86 /SAFESEH /machine:X86 test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_public_key_auth_succeeds_with_correct_rsa_key.obj
test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj -> C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\Release\test_public_key_auth_succeeds_with_correct_rsa_key.exe
FinalizeBuildStatus:
Deleting file "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.DA0C484E.tlog\unsuccessfulbuild".
Touching "test_public_key_auth_succeeds_with_correct_rsa_key.dir\Release\test_pub.DA0C484E.tlog\test_public_key_auth_succeeds_with_correct_rsa_key.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\test_public_key_auth_succeeds_with_correct_rsa_key.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (2) is building "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj" (80) on node 1 (default targets).
PrepareForBuild:
Creating directory "Win32\Release\ALL_BUILD\".
Creating directory "Win32\Release\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "Win32\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Users/Developer/AppData/Local/Temp/libssh2/CMakeLists.txt
CMake does not need to re-run because C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\CMakeFiles\generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "Win32\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "Win32\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj" (default targets).
Done Building Project "C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default targets).
Done Building Project "C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default targets).
Build succeeded.
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (default target) (4) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\copy_example_dependencies.vcxproj.metaproj" (default target) (5) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj.metaproj" (default target) (6) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj" (default target) (7) ->
(ClCompile target) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(522): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(523): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(527): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(528): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(532): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(533): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(537): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(538): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(542): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(543): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(547): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(548): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(552): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\session.c(553): warning C4152: nonstandard extension, function/data pointer conversion in expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\src\sftp.c(3393): warning C4456: declaration of 'retcode' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(849): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(860): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\session.c(1037): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\knownhost.c(152): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(1971): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\kex.c(2097): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\src\channel.c(2305): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\src\libssh2.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj.metaproj" (default target) (4) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj" (default target) (9) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(206): warning C4244: 'function': conversion from 'unsigned int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direct_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(121): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(207): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(224): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direc
t_tcpip.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\direct_tcpip.c(239): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-direc
t_tcpip.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj.metaproj" (default target) (10) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj" (default target) (11) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp.c(60): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj.metaproj" (default target) (12) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj" (default target) (13) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(64): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(232): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_n
onblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj.metaproj" (default target) (14) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj" (default target) (15) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(165): warning C4456: declaration of 'err' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write.c(64): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write
.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj.metaproj" (default target) (16) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj" (default target) (17) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(52): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-scp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\scp_write_nonblock.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example
-scp_write_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj.metaproj" (default target) (18) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj" (default target) (19) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp.c(119): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj.metaproj" (default target) (20) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj" (default target) (21) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(60): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(257): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_RW_nonblock.c(316): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_RW_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj.metaproj" (default target) (22) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_append.vcxproj" (default target) (23) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_append.c(68): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_ap
pend.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj.metaproj" (default target) (24) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir.vcxproj" (default target) (25) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkd
ir.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj.metaproj" (default target) (26) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_mkdir_nonblock.vcxproj" (default target) (27) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_mkdir_nonblock.c(61): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example
-sftp_mkdir_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj.metaproj" (default target) (28) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj" (default target) (29) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(65): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_nonblock.c(114): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp
_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj.metaproj" (default target) (30) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write.vcxproj" (default target) (31) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write.c(67): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_wri
te.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj.metaproj" (default target) (32) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj" (default target) (33) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(57): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_nonblock.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_nonblock.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\exampl
e-sftp_write_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj.metaproj" (default target) (34) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj" (default target) (35) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(57): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftp_write_sliding.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftp_write_sliding.c(107): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example
-sftp_write_sliding.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj.metaproj" (default target) (36) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vcxproj" (default target) (37) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir.c(103): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir.vc
xproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj.metaproj" (default target) (38) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sftpdir_nonblock.vcxproj" (default target) (39) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\sftpdir_nonblock.c(81): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-sf
tpdir_nonblock.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj.metaproj" (default target) (40) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj" (default target) (41) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2.c(88): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\example\ssh2.c(201): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj.metaproj" (default target) (42) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj" (default target) (43) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_agent.c(65): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_age
nt.vcxproj]
c:\users\developer\appdata\local\temp\libssh2\example\ssh2_agent.c(175): warning C4706: assignment within conditional expression [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_agent.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj.metaproj" (default target) (44) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj" (default target) (45) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(58): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(252): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_echo.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_echo.c(123): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_ech
o.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj.metaproj" (default target) (46) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj" (default target) (47) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(60): warning C4389: '==': signed/unsigned mismatch [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(262): warning C4456: declaration of 'rc' hides previous local declaration [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exec.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\ssh2_exec.c(127): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-ssh2_exe
c.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj.metaproj" (default target) (48) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-subsystem_netconf.vcxproj" (default target) (49) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(165): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-
subsystem_netconf.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\subsystem_netconf.c(172): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-
subsystem_netconf.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj.metaproj" (default target) (50) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj" (default target) (51) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(230): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpip-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(118): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpi
p-forward.vcxproj]
C:\Users\Developer\AppData\Local\Temp\libssh2\example\tcpip-forward.c(231): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\example\example-tcpi
p-forward.vcxproj]
"C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32\libssh2.sln" (default target) (1) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\ALL_BUILD.vcxproj.metaproj" (default target) (2) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj.metaproj" (default target) (52) ->
"C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixture.vcxproj" (default target) (53) ->
C:\Users\Developer\AppData\Local\Temp\libssh2\tests\openssh_fixture.c(228): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [C:\Users\Developer\AppData\Local\Temp\libssh2\buildWin32\tests\openssh_fixtur
e.vcxproj]
67 Warning(s)
0 Error(s)
Time Elapsed 00:00:38.09
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>dumpbin /headers example\Release\libssh2.dll | find "machine"
14C machine (x86)
32 bit word machine
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>dumpbin /all example\Release\libssh2.dll 1>example\Release\libssh2.dll.dumpbin.txt
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>tdump example\Release\libssh2.dll 1>example\Release\libssh2.dll.tdump.txt
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2\buildWin32>popd
C:\Users\DEVELO~1\AppData\Local\Temp\libssh2>popd
C:\Users\DEVELO~1\AppData\Local\Temp>endlocal
C:\Users\DEVELO~1\AppData\Local\Temp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment