Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking errors when compiling on Azure pipelines Windows image #191

Open
liangzan opened this issue Apr 3, 2019 · 1 comment
Open

Linking errors when compiling on Azure pipelines Windows image #191

liangzan opened this issue Apr 3, 2019 · 1 comment

Comments

@liangzan
Copy link

liangzan commented Apr 3, 2019

Hi, I'm experiencing persistent linking errors when trying to install scrypt on a fresh Azure pipelines Windows image. The image has the following installed

https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/win/WindowsContainer1803-Readme.md

It runs the following commands as an Administrator. It has node v8.15.1 installed.

npm --vs2015 install --global windows-build-tools
npm install -g node-gyp
npm install scrypt

The error log(from verbose) is below. It shows a LINK : fatal error LNK1149: output filename matches input filename. My suspicion is changing the target_name in binding.gyp would do the trick.

2019-04-03T11:04:16.0555596Z npm info lifecycle [email protected]~install: [email protected]
2019-04-03T11:04:16.0593027Z 
2019-04-03T11:04:16.0593857Z > [email protected] install D:\_work\1\s\node_modules\scrypt
2019-04-03T11:04:16.0594571Z > node-gyp rebuild
2019-04-03T11:04:16.0595146Z 
2019-04-03T11:04:16.0704981Z 
2019-04-03T11:04:16.0706316Z D:\_work\1\s\node_modules\scrypt>if not defined npm_config_node_gyp (node "C:\npm\prefix\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\npm\prefix\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) 
2019-04-03T11:04:16.2978013Z gyp info it worked if it ends with ok
2019-04-03T11:04:16.2999601Z gyp verb cli [ 'D:\\_work\\_tool\\node\\8.15.1\\x64\\node.exe',
2019-04-03T11:04:16.3000499Z gyp verb cli   'C:\\npm\\prefix\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
2019-04-03T11:04:16.3001449Z gyp verb cli   'rebuild' ]
2019-04-03T11:04:16.3003059Z gyp info using [email protected]
2019-04-03T11:04:16.3005269Z gyp info using [email protected] | win32 | x64
2019-04-03T11:04:16.3010589Z gyp verb command rebuild []
2019-04-03T11:04:16.3028479Z gyp verb command clean []
2019-04-03T11:04:16.3195106Z gyp verb clean removing "build" directory
2019-04-03T11:04:16.3239372Z gyp verb command configure []
2019-04-03T11:04:16.3405640Z gyp verb check python checking for Python executable "C:\Users\VssAdministrator\.windows-build-tools\python27\python.exe" in the PATH
2019-04-03T11:04:16.3432168Z gyp verb `which` succeeded C:\Users\VssAdministrator\.windows-build-tools\python27\python.exe C:\Users\VssAdministrator\.windows-build-tools\python27\python.exe
2019-04-03T11:04:16.3858388Z gyp verb check python version `C:\Users\VssAdministrator\.windows-build-tools\python27\python.exe -c "import sys; print "2.7.15
2019-04-03T11:04:16.3859616Z gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j
2019-04-03T11:04:16.3894496Z gyp verb get node dir no --target version specified, falling back to host node version: 8.15.1
2019-04-03T11:04:16.3899124Z gyp verb command install [ '8.15.1' ]
2019-04-03T11:04:16.6011699Z gyp verb install input version string "8.15.1"
2019-04-03T11:04:16.6013134Z gyp verb install installing version: 8.15.1
2019-04-03T11:04:16.6015888Z gyp verb install --ensure was passed, so won't reinstall if already installed
2019-04-03T11:04:16.6142296Z gyp verb install version is already installed, need to check "installVersion"
2019-04-03T11:04:16.6155357Z gyp verb got "installVersion" 9
2019-04-03T11:04:16.6157938Z gyp verb needs "installVersion" 9
2019-04-03T11:04:16.6159745Z gyp verb install version is good
2019-04-03T11:04:16.6163154Z gyp verb get node dir target node version installed: 8.15.1
2019-04-03T11:04:16.6166503Z gyp verb build dir attempting to create "build" dir: D:\_work\1\s\node_modules\scrypt\build
2019-04-03T11:04:16.6175684Z gyp verb build dir "build" dir needed to be created? D:\_work\1\s\node_modules\scrypt\build
2019-04-03T11:04:16.6180813Z gyp verb build/config.gypi creating config file
2019-04-03T11:04:16.6193295Z gyp verb build/config.gypi writing out config file: D:\_work\1\s\node_modules\scrypt\build\config.gypi
2019-04-03T11:04:16.6211262Z gyp verb config.gypi checking for gypi file: D:\_work\1\s\node_modules\scrypt\config.gypi
2019-04-03T11:04:16.6215644Z gyp verb common.gypi checking for gypi file: D:\_work\1\s\node_modules\scrypt\common.gypi
2019-04-03T11:04:16.6222865Z gyp verb gyp gyp format was not specified; forcing "msvs"
2019-04-03T11:04:16.6303553Z gyp info spawn C:\Users\VssAdministrator\.windows-build-tools\python27\python.exe
2019-04-03T11:04:16.6312127Z gyp info spawn args [ 'C:\\npm\\prefix\\node_modules\\npm\\node_modules\\node-gyp\\gyp\\gyp_main.py',
2019-04-03T11:04:16.6317528Z gyp info spawn args   'binding.gyp',
2019-04-03T11:04:16.6318735Z gyp info spawn args   '-f',
2019-04-03T11:04:16.6319827Z gyp info spawn args   'msvs',
2019-04-03T11:04:16.6320576Z gyp info spawn args   '-G',
2019-04-03T11:04:16.6321308Z gyp info spawn args   'msvs_version=2015',
2019-04-03T11:04:16.6321996Z gyp info spawn args   '-I',
2019-04-03T11:04:16.6322723Z gyp info spawn args   'D:\\_work\\1\\s\\node_modules\\scrypt\\build\\config.gypi',
2019-04-03T11:04:16.6323467Z gyp info spawn args   '-I',
2019-04-03T11:04:16.6324202Z gyp info spawn args   'C:\\npm\\prefix\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi',
2019-04-03T11:04:16.6324949Z gyp info spawn args   '-I',
2019-04-03T11:04:16.6337155Z gyp info spawn args   'C:\\Users\\VssAdministrator\\.node-gyp\\8.15.1\\include\\node\\common.gypi',
2019-04-03T11:04:16.6339287Z gyp info spawn args   '-Dlibrary=shared_library',
2019-04-03T11:04:16.6340251Z gyp info spawn args   '-Dvisibility=default',
2019-04-03T11:04:16.6340953Z gyp info spawn args   '-Dnode_root_dir=C:\\Users\\VssAdministrator\\.node-gyp\\8.15.1',
2019-04-03T11:04:16.6344770Z gyp info spawn args   '-Dnode_gyp_dir=C:\\npm\\prefix\\node_modules\\npm\\node_modules\\node-gyp',
2019-04-03T11:04:16.6349851Z gyp info spawn args   '-Dnode_lib_file=C:\\Users\\VssAdministrator\\.node-gyp\\8.15.1\\<(target_arch)\\node.lib',
2019-04-03T11:04:16.6355045Z gyp info spawn args   '-Dmodule_root_dir=D:\\_work\\1\\s\\node_modules\\scrypt',
2019-04-03T11:04:16.6355869Z gyp info spawn args   '-Dnode_engine=v8',
2019-04-03T11:04:16.6357202Z gyp info spawn args   '--depth=.',
2019-04-03T11:04:16.6357979Z gyp info spawn args   '--no-parallel',
2019-04-03T11:04:16.6358706Z gyp info spawn args   '--generator-output',
2019-04-03T11:04:16.6359738Z gyp info spawn args   'D:\\_work\\1\\s\\node_modules\\scrypt\\build',
2019-04-03T11:04:16.6360351Z gyp info spawn args   '-Goutput_dir=.' ]
2019-04-03T11:04:16.9483709Z Warning: Missing input files:
2019-04-03T11:04:16.9484837Z D:\_work\1\s\node_modules\scrypt\build\..\scrypt\win\include\config.h
2019-04-03T11:04:16.9597383Z gyp verb command build []
2019-04-03T11:04:16.9637838Z gyp verb build type Release
2019-04-03T11:04:16.9640146Z gyp verb architecture x64
2019-04-03T11:04:16.9641448Z gyp verb node dev dir C:\Users\VssAdministrator\.node-gyp\8.15.1
2019-04-03T11:04:16.9672659Z gyp verb found first Solution file build/binding.sln
2019-04-03T11:04:17.0114377Z gyp verb could not find "msbuild.exe" in PATH - finding location in registry 
2019-04-03T11:04:17.0502065Z gyp info spawn C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe
2019-04-03T11:04:17.0503349Z gyp info spawn args [ 'build/binding.sln',
2019-04-03T11:04:17.0504401Z gyp info spawn args   '/nologo',
2019-04-03T11:04:17.0505566Z gyp info spawn args   '/p:Configuration=Release;Platform=x64' ]
2019-04-03T11:04:17.1174255Z Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
2019-04-03T11:04:17.2924696Z Build started 4/3/2019 11:04:17 AM.
2019-04-03T11:04:17.6978066Z Project "D:\_work\1\s\node_modules\scrypt\build\binding.sln" on node 1 (default targets).
2019-04-03T11:04:17.7004944Z ValidateSolutionConfiguration:
2019-04-03T11:04:17.7005778Z   Building solution configuration "Release|x64".
2019-04-03T11:04:17.9793165Z Project "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (1) is building "D:\_work\1\s\node_modules\scrypt\build\copied_files.vcxproj" (2) on node 1 (default targets).
2019-04-03T11:04:17.9794375Z PrepareForBuild:
2019-04-03T11:04:17.9795208Z   Creating directory "Release\obj\desktop_client\".
2019-04-03T11:04:17.9819231Z   Creating directory "Release\obj\desktop_client\desktop_client.tlog\".
2019-04-03T11:04:17.9889047Z InitializeBuildStatus:
2019-04-03T11:04:17.9890081Z   Creating "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
2019-04-03T11:04:18.3472233Z CustomBuild:
2019-04-03T11:04:18.3473884Z   Copying scrypt/win/include/config.h to scrypt/scrypt-1.2.0/config.h
2019-04-03T11:04:18.3496069Z   The system cannot find the file specified.
2019-04-03T11:04:18.4462662Z ClCompile:
2019-04-03T11:04:18.4464295Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=copied_files /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D BUILDING_NODE_EXTENSION /D _WINDLL /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\vc140.pdb" /Gd /TP /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP "C:\npm\prefix\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc"
2019-04-03T11:04:18.5163380Z   win_delay_load_hook.cc
2019-04-03T11:04:18.7876301Z Link:
2019-04-03T11:04:18.7878675Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.node" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib DelayImp.lib "C:\Users\VssAdministrator\.node-gyp\8.15.1\x64\node.lib" Delayimp.lib /DELAYLOAD:iojs.exe /DELAYLOAD:node.exe /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.pdb" /MAP /MAPINFO:EXPORTS /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X64 /ignore:4199 /DLL Release\obj\desktop_client\win_delay_load_hook.obj
2019-04-03T11:04:18.9023527Z   Generating code
2019-04-03T11:04:18.9232373Z   Finished generating code
2019-04-03T11:04:19.4099757Z   copied_files.vcxproj -> D:\_work\1\s\node_modules\scrypt\build\Release\\desktop_client.node
2019-04-03T11:04:19.4102476Z   copied_files.vcxproj -> D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.pdb (Full PDB)
2019-04-03T11:04:19.4130079Z FinalizeBuildStatus:
2019-04-03T11:04:19.4131106Z   Deleting file "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild".
2019-04-03T11:04:19.4134912Z   Touching "Release\obj\desktop_client\desktop_client.tlog\desktop_client.lastbuildstate".
2019-04-03T11:04:19.4179584Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\copied_files.vcxproj" (default targets).
2019-04-03T11:04:19.4459876Z Project "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (1) is building "D:\_work\1\s\node_modules\scrypt\build\scrypt_wrapper.vcxproj" (3) on node 1 (default targets).
2019-04-03T11:04:19.4461114Z InitializeBuildStatus:
2019-04-03T11:04:19.4462156Z   Creating "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
2019-04-03T11:04:19.4513506Z ClCompile:
2019-04-03T11:04:19.4515254Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /I..\src\scryptwrapper\inc /I..\src /I"..\scrypt\scrypt-1.2.0\libcperciva\alg" /I"..\scrypt\scrypt-1.2.0\libcperciva\util" /I"..\scrypt\scrypt-1.2.0\lib\crypto" /I"..\scrypt\scrypt-1.2.0\lib\util" /I"..\scrypt\scrypt-1.2.0\lib\scryptenc" /I..\scrypt\win\include /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=scrypt_wrapper /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D HAVE_CONFIG_H /D inline=__inline /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\desktop_client.pdb" /Gd /TC /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP ..\src\util\memlimit.c ..\src\scryptwrapper\keyderivation.c ..\src\scryptwrapper\pickparams.c ..\src\scryptwrapper\hash.c
2019-04-03T11:04:19.5450844Z   memlimit.c
2019-04-03T11:04:19.5502568Z   keyderivation.c
2019-04-03T11:04:19.6102123Z   pickparams.c
2019-04-03T11:04:19.6347517Z   hash.c
2019-04-03T11:04:19.7694185Z   All outputs are up-to-date.
2019-04-03T11:04:19.7772269Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /I..\src\scryptwrapper\inc /I..\src /I"..\scrypt\scrypt-1.2.0\libcperciva\alg" /I"..\scrypt\scrypt-1.2.0\libcperciva\util" /I"..\scrypt\scrypt-1.2.0\lib\crypto" /I"..\scrypt\scrypt-1.2.0\lib\util" /I"..\scrypt\scrypt-1.2.0\lib\scryptenc" /I..\scrypt\win\include /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=scrypt_wrapper /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D HAVE_CONFIG_H /D inline=__inline /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\desktop_client.pdb" /Gd /TP /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP "C:\npm\prefix\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc"
2019-04-03T11:04:19.8318653Z   win_delay_load_hook.cc
2019-04-03T11:04:20.0594880Z Lib:
2019-04-03T11:04:20.0596444Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\Lib.exe /OUT:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.lib" /NOLOGO /MACHINE:X64 /LTCG Release\obj\desktop_client\memlimit.obj
2019-04-03T11:04:20.0597525Z   Release\obj\desktop_client\keyderivation.obj
2019-04-03T11:04:20.0598801Z   Release\obj\desktop_client\pickparams.obj
2019-04-03T11:04:20.0601182Z   Release\obj\desktop_client\hash.obj
2019-04-03T11:04:20.0602394Z   Release\obj\desktop_client\win_delay_load_hook.obj
2019-04-03T11:04:20.3354098Z   scrypt_wrapper.vcxproj -> D:\_work\1\s\node_modules\scrypt\build\Release\\desktop_client.lib
2019-04-03T11:04:20.3385333Z FinalizeBuildStatus:
2019-04-03T11:04:20.3386253Z   Deleting file "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild".
2019-04-03T11:04:20.3390649Z   Touching "Release\obj\desktop_client\desktop_client.tlog\desktop_client.lastbuildstate".
2019-04-03T11:04:20.3394620Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\scrypt_wrapper.vcxproj" (default targets).
2019-04-03T11:04:20.3799779Z Project "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (1) is building "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (4) on node 1 (default targets).
2019-04-03T11:04:20.3801346Z Project "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (4) is building "D:\_work\1\s\node_modules\scrypt\build\scrypt_lib.vcxproj.metaproj" (5) on node 1 (default targets).
2019-04-03T11:04:20.3802527Z Project "D:\_work\1\s\node_modules\scrypt\build\scrypt_lib.vcxproj.metaproj" (5) is building "D:\_work\1\s\node_modules\scrypt\build\scrypt_lib.vcxproj" (6) on node 1 (default targets).
2019-04-03T11:04:20.3803417Z InitializeBuildStatus:
2019-04-03T11:04:20.3804278Z   Creating "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
2019-04-03T11:04:20.3990956Z ClCompile:
2019-04-03T11:04:20.3992948Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /I"..\scrypt\scrypt-1.2.0" /I"..\scrypt\scrypt-1.2.0\libcperciva\cpusupport" /I"..\scrypt\scrypt-1.2.0\libcperciva\alg" /I"..\scrypt\scrypt-1.2.0\libcperciva\util" /I"..\scrypt\scrypt-1.2.0\lib\crypto" /I..\scrypt\win\include /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=scrypt_lib /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D HAVE_CONFIG_H /D inline=__inline /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\desktop_client.pdb" /Gd /TC /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP "..\scrypt\scrypt-1.2.0\lib\crypto\crypto_scrypt.c" "..\scrypt\scrypt-1.2.0\lib\crypto\crypto_scrypt_smix.c" "..\scrypt\scrypt-1.2.0\libcperciva\util\warnp.c" "..\scrypt\scrypt-1.2.0\libcperciva\alg\sha256.c" "..\scrypt\scrypt-1.2.0\libcperciva\util\insecure_memzero.c" "..\scrypt\scrypt-1.2.0\lib\scryptenc\scryptenc_cpuperf.c" ..\scrypt\win\mman.c ..\scrypt\win\gettimeofday.c
2019-04-03T11:04:20.4911362Z   crypto_scrypt.c
2019-04-03T11:04:20.4916751Z   crypto_scrypt_smix.c
2019-04-03T11:04:20.5783742Z   warnp.c
2019-04-03T11:04:20.5788643Z   sha256.c
2019-04-03T11:04:20.6538143Z   insecure_memzero.c
2019-04-03T11:04:20.6640269Z   scryptenc_cpuperf.c
2019-04-03T11:04:20.9686908Z   mman.c
2019-04-03T11:04:21.1590864Z   gettimeofday.c
2019-04-03T11:04:21.4950463Z   All outputs are up-to-date.
2019-04-03T11:04:21.4987777Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /I"..\scrypt\scrypt-1.2.0" /I"..\scrypt\scrypt-1.2.0\libcperciva\cpusupport" /I"..\scrypt\scrypt-1.2.0\libcperciva\alg" /I"..\scrypt\scrypt-1.2.0\libcperciva\util" /I"..\scrypt\scrypt-1.2.0\lib\crypto" /I..\scrypt\win\include /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=scrypt_lib /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D HAVE_CONFIG_H /D inline=__inline /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\desktop_client.pdb" /Gd /TP /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP "C:\npm\prefix\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc"
2019-04-03T11:04:21.5528717Z   win_delay_load_hook.cc
2019-04-03T11:04:21.7829717Z Lib:
2019-04-03T11:04:21.7831389Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\Lib.exe /OUT:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.lib" /NOLOGO /MACHINE:X64 /LTCG Release\obj\desktop_client\crypto_scrypt.obj
2019-04-03T11:04:21.7832560Z   Release\obj\desktop_client\crypto_scrypt_smix.obj
2019-04-03T11:04:21.7833404Z   Release\obj\desktop_client\warnp.obj
2019-04-03T11:04:21.7834242Z   Release\obj\desktop_client\sha256.obj
2019-04-03T11:04:21.7835015Z   Release\obj\desktop_client\insecure_memzero.obj
2019-04-03T11:04:21.7835711Z   Release\obj\desktop_client\scryptenc_cpuperf.obj
2019-04-03T11:04:21.7836403Z   Release\obj\desktop_client\mman.obj
2019-04-03T11:04:21.7837144Z   Release\obj\desktop_client\gettimeofday.obj
2019-04-03T11:04:21.7837903Z   Release\obj\desktop_client\win_delay_load_hook.obj
2019-04-03T11:04:22.1712315Z   scrypt_lib.vcxproj -> D:\_work\1\s\node_modules\scrypt\build\Release\\desktop_client.lib
2019-04-03T11:04:22.1811753Z FinalizeBuildStatus:
2019-04-03T11:04:22.1812721Z   Deleting file "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild".
2019-04-03T11:04:22.1816244Z   Touching "Release\obj\desktop_client\desktop_client.tlog\desktop_client.lastbuildstate".
2019-04-03T11:04:22.1820869Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\scrypt_lib.vcxproj" (default targets).
2019-04-03T11:04:22.1831062Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\scrypt_lib.vcxproj.metaproj" (default targets).
2019-04-03T11:04:22.2113335Z Project "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (4) is building "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj" (7) on node 1 (default targets).
2019-04-03T11:04:22.2114748Z InitializeBuildStatus:
2019-04-03T11:04:22.2115704Z   Creating "Release\obj\desktop_client\desktop_client.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
2019-04-03T11:04:22.2242257Z ClCompile:
2019-04-03T11:04:22.2244053Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe /c /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\include\node" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\src" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\config" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\openssl\openssl\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\uv\include" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\zlib" /I"C:\Users\VssAdministrator\.node-gyp\8.15.1\deps\v8\include" /I..\..\nan /I..\src\util /I..\src\scryptwrapper\inc /I"..\src\node-boilerplate\inc" /Zi /nologo /W3 /WX- /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=scrypt /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D BUILDING_NODE_EXTENSION /D _WINDLL /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\desktop_client\\" /Fd"Release\obj\desktop_client\vc140.pdb" /Gd /TP /wd4506 /wd4267 /wd4351 /wd4355 /wd4800 /wd4251 /errorReport:queue /EHsc /MP "..\src\node-boilerplate\scrypt_common.cc" "..\src\node-boilerplate\scrypt_params_async.cc" "..\src\node-boilerplate\scrypt_params_sync.cc" "..\src\node-boilerplate\scrypt_kdf_async.cc" "..\src\node-boilerplate\scrypt_kdf_sync.cc" "..\src\node-boilerplate\scrypt_kdf-verify_sync.cc" "..\src\node-boilerplate\scrypt_kdf-verify_async.cc" "..\src\node-boilerplate\scrypt_hash_sync.cc" "..\src\node-boilerplate\scrypt_hash_async.cc" ..\scrypt_node.cc "C:\npm\prefix\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc"
2019-04-03T11:04:22.3090746Z   scrypt_common.cc
2019-04-03T11:04:22.3203648Z   scrypt_params_async.cc
2019-04-03T11:04:24.1279545Z d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_params_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:24.1297605Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call' (compiling source file ..\src\node-boilerplate\scrypt_params_async.cc)
2019-04-03T11:04:24.1385087Z ..\src\node-boilerplate\scrypt_params_async.cc(32): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:24.1388990Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call'
2019-04-03T11:04:24.1954734Z   scrypt_params_sync.cc
2019-04-03T11:04:24.1955834Z   scrypt_kdf_async.cc
2019-04-03T11:04:26.0571169Z d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_kdf_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:26.0579015Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call' (compiling source file ..\src\node-boilerplate\scrypt_kdf_async.cc)
2019-04-03T11:04:26.0582437Z ..\src\node-boilerplate\scrypt_kdf_async.cc(28): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:26.0933324Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call'
2019-04-03T11:04:26.0936577Z   scrypt_kdf_sync.cc
2019-04-03T11:04:26.2918262Z   scrypt_kdf-verify_sync.cc
2019-04-03T11:04:27.9498911Z   scrypt_kdf-verify_async.cc
2019-04-03T11:04:28.1616676Z   scrypt_hash_sync.cc
2019-04-03T11:04:31.9998171Z d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_kdf-verify_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:32.0092430Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call' (compiling source file ..\src\node-boilerplate\scrypt_kdf-verify_async.cc)
2019-04-03T11:04:32.0458203Z ..\src\node-boilerplate\scrypt_kdf-verify_async.cc(30): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:32.1442060Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call'
2019-04-03T11:04:33.0036160Z   scrypt_hash_async.cc
2019-04-03T11:04:33.1145307Z   scrypt_node.cc
2019-04-03T11:04:34.4112727Z d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_hash_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:34.4133353Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call' (compiling source file ..\src\node-boilerplate\scrypt_hash_async.cc)
2019-04-03T11:04:34.4421628Z ..\src\node-boilerplate\scrypt_hash_async.cc(52): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:34.7401561Z   D:\_work\1\s\node_modules\nan\nan.h(1674): note: see declaration of 'Nan::Callback::Call'
2019-04-03T11:04:34.8552634Z   win_delay_load_hook.cc
2019-04-03T11:04:35.1271148Z Link:
2019-04-03T11:04:35.1274295Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.node" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib DelayImp.lib "C:\Users\VssAdministrator\.node-gyp\8.15.1\x64\node.lib" Delayimp.lib /DELAYLOAD:iojs.exe /DELAYLOAD:node.exe /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.pdb" /MAP /MAPINFO:EXPORTS /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X64 /ignore:4199 /DLL Release\obj\desktop_client\scrypt_common.obj
2019-04-03T11:04:35.1276150Z   Release\obj\desktop_client\scrypt_params_async.obj
2019-04-03T11:04:35.1277079Z   Release\obj\desktop_client\scrypt_params_sync.obj
2019-04-03T11:04:35.1277891Z   Release\obj\desktop_client\scrypt_kdf_async.obj
2019-04-03T11:04:35.1279115Z   Release\obj\desktop_client\scrypt_kdf_sync.obj
2019-04-03T11:04:35.1279976Z   "Release\obj\desktop_client\scrypt_kdf-verify_sync.obj"
2019-04-03T11:04:35.1280847Z   "Release\obj\desktop_client\scrypt_kdf-verify_async.obj"
2019-04-03T11:04:35.1281677Z   Release\obj\desktop_client\scrypt_hash_sync.obj
2019-04-03T11:04:35.1282567Z   Release\obj\desktop_client\scrypt_hash_async.obj
2019-04-03T11:04:35.1283318Z   Release\obj\desktop_client\scrypt_node.obj
2019-04-03T11:04:35.1284106Z   Release\obj\desktop_client\win_delay_load_hook.obj
2019-04-03T11:04:35.1284877Z   D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.lib
2019-04-03T11:04:35.3363972Z LINK : fatal error LNK1149: output filename matches input filename 'D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.lib' [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3583928Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj" (default targets) -- FAILED.
2019-04-03T11:04:35.3593279Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (default targets) -- FAILED.
2019-04-03T11:04:35.3601942Z Done Building Project "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (default targets) -- FAILED.
2019-04-03T11:04:35.3811898Z 
2019-04-03T11:04:35.3813356Z Build FAILED.
2019-04-03T11:04:35.3853426Z 
2019-04-03T11:04:35.3864567Z "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (default target) (1) ->
2019-04-03T11:04:35.3865444Z "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (default target) (4) ->
2019-04-03T11:04:35.3866224Z "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj" (default target) (7) ->
2019-04-03T11:04:35.3867019Z (ClCompile target) -> 
2019-04-03T11:04:35.3867998Z   d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_params_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3869881Z   ..\src\node-boilerplate\scrypt_params_async.cc(32): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3870984Z   d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_kdf_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3871978Z   ..\src\node-boilerplate\scrypt_kdf_async.cc(28): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3872946Z   d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_kdf-verify_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3873870Z   ..\src\node-boilerplate\scrypt_kdf-verify_async.cc(30): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3874792Z   d:\_work\1\s\node_modules\scrypt\src\node-boilerplate\inc\scrypt_async.h(53): warning C4996: 'Nan::Callback::Call': was declared deprecated (compiling source file ..\src\node-boilerplate\scrypt_hash_async.cc) [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3875917Z   ..\src\node-boilerplate\scrypt_hash_async.cc(52): warning C4996: 'Nan::Callback::Call': was declared deprecated [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3876597Z 
2019-04-03T11:04:35.3877352Z 
2019-04-03T11:04:35.3878075Z "D:\_work\1\s\node_modules\scrypt\build\binding.sln" (default target) (1) ->
2019-04-03T11:04:35.3879283Z "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj.metaproj" (default target) (4) ->
2019-04-03T11:04:35.3880187Z "D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj" (default target) (7) ->
2019-04-03T11:04:35.3880989Z (Link target) -> 
2019-04-03T11:04:35.3881824Z   LINK : fatal error LNK1149: output filename matches input filename 'D:\_work\1\s\node_modules\scrypt\build\Release\desktop_client.lib' [D:\_work\1\s\node_modules\scrypt\build\scrypt.vcxproj]
2019-04-03T11:04:35.3882641Z 
2019-04-03T11:04:35.3883341Z     8 Warning(s)
2019-04-03T11:04:35.3883989Z     1 Error(s)
2019-04-03T11:04:35.3884621Z 
2019-04-03T11:04:35.3885313Z Time Elapsed 00:00:18.09
2019-04-03T11:04:35.4082973Z gyp ERR! build error 
2019-04-03T11:04:35.4088250Z gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
2019-04-03T11:04:35.4089598Z gyp ERR! stack     at ChildProcess.onExit (C:\npm\prefix\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
2019-04-03T11:04:35.4091092Z gyp ERR! stack     at emitTwo (events.js:126:13)
2019-04-03T11:04:35.4092016Z gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
2019-04-03T11:04:35.4093175Z gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
2019-04-03T11:04:35.4097022Z gyp ERR! System Windows_NT 10.0.17134
2019-04-03T11:04:35.4100935Z gyp ERR! command "D:\\_work\\_tool\\node\\8.15.1\\x64\\node.exe" "C:\\npm\\prefix\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
2019-04-03T11:04:35.4102300Z gyp ERR! cwd D:\_work\1\s\node_modules\scrypt
2019-04-03T11:04:35.4103290Z gyp ERR! node -v v8.15.1
2019-04-03T11:04:35.4104899Z gyp ERR! node-gyp -v v3.8.0
2019-04-03T11:04:35.4106583Z gyp ERR! not ok 
2019-04-03T11:04:35.4217186Z npm verb lifecycle [email protected]~install: unsafe-perm in lifecycle true
2019-04-03T11:04:35.4219382Z npm verb lifecycle [email protected]~install: PATH: C:\npm\prefix\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\_work\1\s\node_modules\scrypt\node_modules\.bin;D:\_work\1\s\node_modules\.bin;D:\_work\_tool\node\8.15.1\x64;C:\agents\2.149.2\externals\git\cmd;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Users\VssAdministrator\.dotnet\tools;C:\Program Files\dotnet;C:\npm\prefix;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\ProgramData\Chocolatey\bin;C:\Users\packer\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Docker;C:\Program Files\nodejs\;C:\Program Files\PowerShell\6\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Subversion\bin;C:\Users\VssAdministrator\AppData\Local\Microsoft\WindowsApps
2019-04-03T11:04:35.4220934Z npm verb lifecycle [email protected]~install: CWD: D:\_work\1\s\node_modules\scrypt
2019-04-03T11:04:35.4221738Z npm info lifecycle [email protected]~install: Failed to exec install script
2019-04-03T11:04:35.5226476Z npm timing action:install Completed in 63654ms
2019-04-03T11:04:35.5797731Z npm verb unlock done using C:\npm\cache\_locks\staging-e39158611b0b224c.lock for D:\_work\1\s\node_modules\.staging
2019-04-03T11:04:36.5167390Z npm timing stage:rollbackFailedOptional Completed in 939ms
2019-04-03T11:04:36.5200474Z npm timing stage:runTopLevelLifecycles Completed in 257924ms
2019-04-03T11:04:42.5326609Z npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
2019-04-03T11:04:42.5328157Z npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
2019-04-03T11:04:42.5330231Z npm verb notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
2019-04-03T11:04:42.5331225Z npm verb notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
2019-04-03T11:04:42.5332163Z npm verb notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   win32
2019-04-03T11:04:42.5333137Z npm verb notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
2019-04-03T11:04:42.5333804Z 
2019-04-03T11:04:42.5366262Z npm verb stack Error: [email protected] install: `node-gyp rebuild`
2019-04-03T11:04:42.5367085Z npm verb stack Exit status 1
2019-04-03T11:04:42.5367753Z npm verb stack     at EventEmitter.<anonymous> (C:\npm\prefix\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
2019-04-03T11:04:42.5368663Z npm verb stack     at emitTwo (events.js:126:13)
2019-04-03T11:04:42.5370136Z npm verb stack     at EventEmitter.emit (events.js:214:7)
2019-04-03T11:04:42.5371037Z npm verb stack     at ChildProcess.<anonymous> (C:\npm\prefix\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
2019-04-03T11:04:42.5371946Z npm verb stack     at emitTwo (events.js:126:13)
2019-04-03T11:04:42.5372860Z npm verb stack     at ChildProcess.emit (events.js:214:7)
2019-04-03T11:04:42.5373790Z npm verb stack     at maybeClose (internal/child_process.js:915:16)
2019-04-03T11:04:42.5374563Z npm verb stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
2019-04-03T11:04:42.5375294Z npm verb pkgid [email protected]
2019-04-03T11:04:42.5375936Z npm verb cwd D:\_work\1\s
2019-04-03T11:04:42.5544690Z npm verb Windows_NT 10.0.17134
2019-04-03T11:04:42.5546077Z npm verb argv "D:\\_work\\_tool\\node\\8.15.1\\x64\\node.exe" "C:\\npm\\prefix\\node_modules\\npm\\bin\\npm-cli.js" "install" "--verbose"
2019-04-03T11:04:42.5547418Z npm verb node v8.15.1
2019-04-03T11:04:42.5549084Z npm verb npm  v6.8.0
2019-04-03T11:04:42.5549947Z npm ERR! code ELIFECYCLE
2019-04-03T11:04:42.5551668Z npm ERR! errno 1
2019-04-03T11:04:42.5730871Z npm ERR! [email protected] install: `node-gyp rebuild`
2019-04-03T11:04:42.5732342Z npm ERR! Exit status 1
2019-04-03T11:04:42.5733148Z npm ERR! 
2019-04-03T11:04:42.5733876Z npm ERR! Failed at the [email protected] install script.
2019-04-03T11:04:42.5734581Z npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2019-04-03T11:04:42.5737312Z npm verb exit [ 1, true ]
2019-04-03T11:04:42.7236013Z npm timing npm Completed in 264704ms
@chrisveness
Copy link

This repo is no longer maintained.

If you are using scrypt.hash, it is now available natively in the Node.js crypto module.

If you are using scrypt.kdf / scrypt.verifyKdf, scrypt-kdf is a close-to-direct replacement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants