Skip to content

Instantly share code, notes, and snippets.

@Rochet2
Created June 28, 2019 15:38
Show Gist options
  • Save Rochet2/6e78c47c753a747d02b655a0499f2edd to your computer and use it in GitHub Desktop.
Save Rochet2/6e78c47c753a747d02b655a0499f2edd to your computer and use it in GitHub Desktop.
rimi@lx8-500-089:~$ cd vscode
rimi@lx8-500-089:~/vscode$ ls
azure-pipelines.yml extensions README.md test
build gulpfile.js remote ThirdPartyNotices.txt
cglicenses.json LICENSE.txt resources tsfmt.json
cgmanifest.json package.json scripts tslint.json
CONTRIBUTING.md product.json src yarn.lock
rimi@lx8-500-089:~/vscode$ yarn
yarn install v1.16.0
$ node build/npm/preinstall.js
[1/4] Resolving packages...
[2/4] Fetching packages...
info vscode-fsevents@0.3.10: The platform "linux" is incompatible with this module.
info "vscode-fsevents@0.3.10" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.7: The platform "linux" is incompatible with this module.
info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-ca-certs@0.1.0: The platform "linux" is incompatible with this module.
info "vscode-windows-ca-certs@0.1.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-registry@1.0.1: The platform "linux" is incompatible with this module.
info "vscode-windows-registry@1.0.1" is an optional dependency and failed compatibility check. Excluding it from installation.
info windows-foreground-love@0.1.0: The platform "linux" is incompatible with this module.
info "windows-foreground-love@0.1.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info windows-mutex@0.2.1: The platform "linux" is incompatible with this module.
info "windows-mutex@0.2.1" is an optional dependency and failed compatibility check. Excluding it from installation.
info windows-process-tree@0.2.3: The platform "linux" is incompatible with this module.
info "windows-process-tree@0.2.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ node build/npm/postinstall.js
Installing dependencies in extensions...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning vscode-extensions@0.0.1: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ node ./postinstall
[##] 2/2removed '/home/local/rimi/vscode/extensions/node_modules/typescript/lib/tsc.js'
removed '/home/local/rimi/vscode/extensions/node_modules/typescript/lib/tsserverlibrary.d.ts'
removed '/home/local/rimi/vscode/extensions/node_modules/typescript/lib/tsserverlibrary.js'
removed '/home/local/rimi/vscode/extensions/node_modules/typescript/lib/typescriptServices.d.ts'
removed '/home/local/rimi/vscode/extensions/node_modules/typescript/lib/typescriptServices.js'
Done in 0.26s.
Installing dependencies in remote...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning vscode-reh@0.0.0: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info vscode-fsevents@0.3.10: The platform "linux" is incompatible with this module.
info "vscode-fsevents@0.3.10" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-ca-certs@0.1.0: The platform "linux" is incompatible with this module.
info "vscode-windows-ca-certs@0.1.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-registry@1.0.1: The platform "linux" is incompatible with this module.
info "vscode-windows-registry@1.0.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/7] ⢀ keytar
[2/7] ⢀ native-watchdog
[3/7] ⠠ node-pty
[4/7] ⠠ spdlog
error /home/local/rimi/vscode/remote/node_modules/node-pty: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:
Directory: /home/local/rimi/vscode/remote/node_modules/node-pty
Output:
gyp info it worked if it ends with ok
gyp info using node-gyp@3.8.0
gyp info using node@10.16.0 | linux | x64
gyp http GET http://nodejs.org/dist/v10.11.0/node-v10.11.0-headers.tar.gz
gyp http 200 http://nodejs.org/dist/v10.11.0/node-v10.11.0-headers.tar.gz
gyp http GET http://nodejs.org/dist/v10.11.0/SHASUMS256.txt
gyp http 200 http://nodejs.org/dist/v10.11.0/SHASUMS256.txt
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/home/local/rimi/vscode/remote/node_modules/node-pty/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/rimi/.node-gyp/10.11.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/rimi/.node-gyp/10.11.0',
gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/rimi/.node-gyp/10.11.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/home/local/rimi/vscode/remote/node_modules/node-pty',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/home/local/rimi/vscode/remote/node_modules/node-pty/build'
CXX(target) Release/obj.target/pty/src/unix/pty.o
In file included from /home/rimi/.node-gyp/10.11.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:15:0: error: unterminated #ifndef
#ifndef INCLUDE_V8_H_
In file included from ../src/unix/pty.cc:20:0:
../../nan/nan.h:141:0: warning: "TYPE_CHECK" redefined
#define TYPE_CHECK(T, S) \
In file included from /home/rimi/.node-gyp/10.11.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:167:0: note: this is the location of the previous definition
#define TYPE_CHECK(T, S) \
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:7131:15: error: ‘SuppressMicrotaskExecutionSc’ does not name a type; did you mean ‘SuppressMicrotaskExecutionScope’?
const SuppressMicrotaskExecutionScope&) = delete;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
SuppressMicrotaskExecutionScope
In file included from /home/rimi/.node-gyp/10.11.0/include/node/v8-platform.h:10:0,
from /home/rimi/.node-gyp/10.11.0/include/node/node.h:64,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/stdlib.h:38:1: error: expected ‘,’ or ‘...’ before ‘using’
using std::abort;
^~~~~
/usr/include/c++/7/stdlib.h:38:17: error: expected ‘)’ before ‘;’ token
using std::abort;
^
/usr/include/c++/7/stdlib.h:39:12: error: using-declaration for non-member at class scope
using std::atexit;
^~~~~~
/usr/include/c++/7/stdlib.h:40:12: error: using-declaration for non-member at class scope
using std::exit;
^~~~
/usr/include/c++/7/stdlib.h:43:14: error: using-declaration for non-member at class scope
using std::at_quick_exit;
^~~~~~~~~~~~~
/usr/include/c++/7/stdlib.h:46:14: error: using-declaration for non-member at class scope
using std::quick_exit;
^~~~~~~~~~
/usr/include/c++/7/stdlib.h:51:12: error: using-declaration for non-member at class scope
using std::div_t;
^~~~~
/usr/include/c++/7/stdlib.h:52:12: error: using-declaration for non-member at class scope
using std::ldiv_t;
^~~~~~
/usr/include/c++/7/stdlib.h:54:12: error: using-declaration for non-member at class scope
using std::abs;
^~~
/usr/include/c++/7/stdlib.h:55:12: error: using-declaration for non-member at class scope
using std::atof;
^~~~
/usr/include/c++/7/stdlib.h:56:12: error: using-declaration for non-member at class scope
using std::atoi;
^~~~
/usr/include/c++/7/stdlib.h:57:12: error: using-declaration for non-member at class scope
using std::atol;
^~~~
/usr/include/c++/7/stdlib.h:58:12: error: using-declaration for non-member at class scope
using std::bsearch;
^~~~~~~
/usr/include/c++/7/stdlib.h:59:12: error: using-declaration for non-member at class scope
using std::calloc;
^~~~~~
/usr/include/c++/7/stdlib.h:60:12: error: using-declaration for non-member at class scope
using std::div;
^~~
/usr/include/c++/7/stdlib.h:61:12: error: using-declaration for non-member at class scope
using std::free;
^~~~
/usr/include/c++/7/stdlib.h:62:12: error: using-declaration for non-member at class scope
using std::getenv;
^~~~~~
/usr/include/c++/7/stdlib.h:63:12: error: using-declaration for non-member at class scope
using std::labs;
^~~~
/usr/include/c++/7/stdlib.h:64:12: error: using-declaration for non-member at class scope
using std::ldiv;
^~~~
/usr/include/c++/7/stdlib.h:65:12: error: using-declaration for non-member at class scope
using std::malloc;
^~~~~~
/usr/include/c++/7/stdlib.h:67:12: error: using-declaration for non-member at class scope
using std::mblen;
^~~~~
/usr/include/c++/7/stdlib.h:68:12: error: using-declaration for non-member at class scope
using std::mbstowcs;
^~~~~~~~
/usr/include/c++/7/stdlib.h:69:12: error: using-declaration for non-member at class scope
using std::mbtowc;
^~~~~~
/usr/include/c++/7/stdlib.h:71:12: error: using-declaration for non-member at class scope
using std::qsort;
^~~~~
/usr/include/c++/7/stdlib.h:72:12: error: using-declaration for non-member at class scope
using std::rand;
^~~~
/usr/include/c++/7/stdlib.h:73:12: error: using-declaration for non-member at class scope
using std::realloc;
^~~~~~~
/usr/include/c++/7/stdlib.h:74:12: error: using-declaration for non-member at class scope
using std::srand;
^~~~~
/usr/include/c++/7/stdlib.h:75:12: error: using-declaration for non-member at class scope
using std::strtod;
^~~~~~
/usr/include/c++/7/stdlib.h:76:12: error: using-declaration for non-member at class scope
using std::strtol;
^~~~~~
/usr/include/c++/7/stdlib.h:77:12: error: using-declaration for non-member at class scope
using std::strtoul;
^~~~~~~
/usr/include/c++/7/stdlib.h:78:12: error: using-declaration for non-member at class scope
using std::system;
^~~~~~
/usr/include/c++/7/stdlib.h:80:12: error: using-declaration for non-member at class scope
using std::wcstombs;
^~~~~~~~
/usr/include/c++/7/stdlib.h:81:12: error: using-declaration for non-member at class scope
using std::wctomb;
^~~~~~
In file included from /home/rimi/.node-gyp/10.11.0/include/node/node.h:64:0,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/v8-platform.h:16:1: error: expected unqualified-id before ‘namespace’
namespace v8 {
^~~~~~~~~
In file included from ../../nan/nan.h:54:0,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/node.h:104:1: error: expected unqualified-id before ‘namespace’
namespace v8 {
^~~~~~~~~
/home/rimi/.node-gyp/10.11.0/include/node/node.h:110:1: error: expected unqualified-id before ‘namespace’
namespace node {
^~~~~~~~~
In file included from /usr/include/features.h:424:0,
from /usr/include/errno.h:25,
from /home/rimi/.node-gyp/10.11.0/include/node/uv/errno.h:25,
from /home/rimi/.node-gyp/10.11.0/include/node/uv.h:48,
from ../../nan/nan.h:53,
from ../src/unix/pty.cc:20:
/usr/include/assert.h:66:1: error: expected unqualified-id before string constant
__BEGIN_DECLS
^
In file included from ../../nan/nan.h:54:0,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/node.h:203:1: error: expected unqualified-id before ‘namespace’
namespace node {
^~~~~~~~~
In file included from ../../nan/nan.h:55:0,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/node_buffer.h:28:1: error: expected unqualified-id before ‘namespace’
namespace node {
^~~~~~~~~
In file included from ../../nan/nan.h:56:0,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/node_object_wrap.h:29:1: error: expected unqualified-id before ‘namespace’
namespace node {
^~~~~~~~~
In file included from /usr/include/c++/7/bits/stl_algo.h:60:0,
from /usr/include/c++/7/algorithm:62,
from ../../nan/nan.h:57,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/algorithmfwd.h:42:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/bits/stl_algo.h:61:0,
from /usr/include/c++/7/algorithm:62,
from ../../nan/nan.h:57,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/stl_heap.h:62:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/bits/uniform_int_dist.h:35:0,
from /usr/include/c++/7/bits/stl_algo.h:66,
from /usr/include/c++/7/algorithm:62,
from ../../nan/nan.h:57,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/limits:158:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/bits/stl_algo.h:66:0,
from /usr/include/c++/7/algorithm:62,
from ../../nan/nan.h:57,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/uniform_int_dist.h:37:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/algorithm:62:0,
from ../../nan/nan.h:57,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/stl_algo.h:71:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/features.h:424:0,
from /usr/include/errno.h:25,
from /home/rimi/.node-gyp/10.11.0/include/node/uv/errno.h:25,
from /home/rimi/.node-gyp/10.11.0/include/node/uv.h:48,
from ../../nan/nan.h:53,
from ../src/unix/pty.cc:20:
/usr/include/string.h:28:1: error: expected unqualified-id before string constant
__BEGIN_DECLS
^
In file included from ../../nan/nan.h:58:0,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/cstring:71:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/deque:64:0,
from /usr/include/c++/7/queue:60,
from ../../nan/nan.h:70,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/stl_deque.h:68:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/deque:66:0,
from /usr/include/c++/7/queue:60,
from ../../nan/nan.h:70,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/deque.tcc:59:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from /usr/include/c++/7/queue:64:0,
from ../../nan/nan.h:70,
from ../src/unix/pty.cc:20:
/usr/include/c++/7/bits/stl_queue.h:65:1: error: expected unqualified-id before ‘namespace’
namespace std _GLIBCXX_VISIBILITY(default)
^~~~~~~~~
In file included from ../src/unix/pty.cc:20:0:
../../nan/nan.h:95:1: error: expected unqualified-id before ‘namespace’
namespace Nan {
^~~~~~~~~
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:288,
from ../src/unix/pty.cc:20:
../../nan/nan_implementation_12_inl.h:358:28: error: expected ‘}’ before end of line
#pragma GCC diagnostic push
^
../../nan/nan_implementation_12_inl.h:358:28: error: expected unqualified-id before end of line
../../nan/nan_implementation_12_inl.h:358:28: error: expected ‘}’ before end of line
In file included from /home/rimi/.node-gyp/10.11.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h: In constructor ‘v8::Isolate::Scope::Scope(v8::Isolate*)’:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:7063:16: error: ‘class v8::Isolate’ has no member named ‘Enter’
isolate->Enter();
^~~~~
/home/rimi/.node-gyp/10.11.0/include/node/v8.h: In destructor ‘v8::Isolate::Scope::~Scope()’:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:7066:26: error: ‘class v8::Isolate’ has no member named ‘Exit’
~Scope() { isolate_->Exit(); }
^~~~
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:288,
from ../src/unix/pty.cc:20:
../../nan/nan_implementation_12_inl.h: At global scope:
../../nan/nan_implementation_12_inl.h:358:28: error: expected unqualified-id before end of line
#pragma GCC diagnostic push
^
../../nan/nan_implementation_12_inl.h:358:28: error: expected ‘}’ before end of line
../../nan/nan_implementation_12_inl.h:358:28: error: expected declaration before end of line
In file included from /home/rimi/.node-gyp/10.11.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix/pty.cc:20:
/home/rimi/.node-gyp/10.11.0/include/node/v8.h:3485:19: warning: inline function ‘void* v8::Object::GetAlignedPointerFromInternalField(int)’ used but never defined
V8_INLINE void* GetAlignedPointerFromInternalField(int index);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pty.target.mk:101: recipe for target 'Release/obj.target/pty/src/unix/pty.o' failed
make: Leaving directory '/home/local/rimi/vscode/remote/node_modules/node-pty/build'
make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:198:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 4.15.0-52-generic
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/local/rimi/vscode/remote/node_modules/node-pty
gyp ERR! node -v v10.16.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
rimi@lx8-500-089:~/vscode$ yarn watch
yarn run v1.16.0
$ gulp watch --max_old_space_size=4095
[18:22:47] Node flags detected: --max_old_space_size=4095
[18:22:47] Respawned to PID: 28867
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'gulp-bom'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/home/local/rimi/vscode/build/lib/compilation.js:10:13)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
rimi@lx8-500-089:~/vscode$ yarn
yarn install v1.16.0
$ node build/npm/preinstall.js
[1/4] Resolving packages...
success Already up-to-date.
$ node build/npm/postinstall.js
Installing dependencies in extensions...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning vscode-extensions@0.0.1: No license field
[1/4] Resolving packages...
success Already up-to-date.
$ node ./postinstall
Done in 0.18s.
Installing dependencies in remote...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning vscode-reh@0.0.0: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info vscode-fsevents@0.3.10: The platform "linux" is incompatible with this module.
info "vscode-fsevents@0.3.10" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-ca-certs@0.1.0: The platform "linux" is incompatible with this module.
info "vscode-windows-ca-certs@0.1.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info vscode-windows-registry@1.0.1: The platform "linux" is incompatible with this module.
info "vscode-windows-registry@1.0.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 14.57s.
Installing dependencies in extensions/configuration-editing...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning configuration-editing@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.49s.
Installing dependencies in extensions/css-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning css-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-languageclient@5.3.0-next.6: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ cd server && yarn install
yarn install v1.16.0
warning ../../package.json: No license field
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.36s.
Done in 3.27s.
Installing dependencies in extensions/debug-auto-launch...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning debug-auto-launch@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.14s.
Installing dependencies in extensions/debug-server-ready...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning ../package.json: No license field
warning debug-server-ready@1.0.0: No license field
[1/5] Validating package.json...
warning debug-server-ready@1.0.0: No license field
warning debug-server-ready@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.14s.
Installing dependencies in extensions/emmet...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning emmet@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > mocha-junit-reporter@1.17.0" has unmet peer dependency "mocha@>=2.2.5".
[5/5] Building fresh packages...
Done in 3.00s.
Installing dependencies in extensions/extension-editing...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning extension-editing@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.42s.
Installing dependencies in extensions/git...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning git@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-extension-telemetry@0.1.1: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.31s.
Installing dependencies in extensions/git-ui...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning ../package.json: No license field
warning git-ui@1.0.0: No license field
[1/5] Validating package.json...
warning git-ui@1.0.0: No license field
warning git-ui@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.13s.
Installing dependencies in extensions/grunt...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning grunt@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.17s.
Installing dependencies in extensions/gulp...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning gulp@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.12s.
Installing dependencies in extensions/html-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning html-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-extension-telemetry@0.1.1: The engine "vscode" appears to be invalid.
warning vscode-languageclient@5.3.0-next.6: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ cd server && yarn install
yarn install v1.16.0
warning ../../package.json: No license field
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 2.19s.
Done in 2.65s.
Installing dependencies in extensions/jake...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning jake@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.14s.
Installing dependencies in extensions/json-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning json-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-extension-telemetry@0.1.1: The engine "vscode" appears to be invalid.
warning vscode-languageclient@5.3.0-next.6: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ cd server && yarn install
yarn install v1.16.0
warning ../../package.json: No license field
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.43s.
Done in 0.99s.
Installing dependencies in extensions/markdown-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning markdown-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-extension-telemetry@0.1.1: The engine "vscode" appears to be invalid.
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning " > mocha-junit-reporter@1.17.0" has unmet peer dependency "mocha@>=2.2.5".
[5/5] Building fresh packages...
Done in 7.16s.
Installing dependencies in extensions/merge-conflict...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning merge-conflict@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.14s.
Installing dependencies in extensions/npm...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning npm@1.0.1: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.34s.
Installing dependencies in extensions/php-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning php-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 0.16s.
Installing dependencies in extensions/typescript-language-features...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning typescript-language-features@1.0.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
warning vscode-extension-telemetry@0.1.1: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.81s.
Installing dependencies in extensions/vscode-api-tests...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning vscode-api-tests@0.0.1: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > mocha-junit-reporter@1.17.0" has unmet peer dependency "mocha@>=2.2.5".
[5/5] Building fresh packages...
Done in 1.89s.
Installing dependencies in extensions/vscode-colorize-tests...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning vscode-colorize-tests@0.0.1: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > mocha-junit-reporter@1.17.0" has unmet peer dependency "mocha@>=2.2.5".
[5/5] Building fresh packages...
Done in 0.99s.
Installing dependencies in extensions/vscode-test-resolver...
$ yarn
yarn install v1.16.0
warning ../package.json: No license field
[1/5] Validating package.json...
warning vscode-test-resolver@0.0.1: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.11s.
Installing dependencies in build...
$ yarn
yarn install v1.16.0
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ npm run compile
[#################################################################################################################################################################################################] 606/606npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1561735466769-0.34496674063462773/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> code-oss-dev-build@1.0.0 compile /home/local/rimi/vscode/build
> tsc -p tsconfig.build.json
Done in 8.30s.
Installing dependencies in test/smoke...
$ yarn
yarn install v1.16.0
warning package.json: No license field
warning code-oss-dev-smoke-test@0.1.0: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ npm run compile
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1561735474135-0.26486675942164406/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> code-oss-dev-smoke-test@0.1.0 compile /home/local/rimi/vscode/test/smoke
> npm run copy-driver && npm run copy-driver-definition && tsc
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1561735474135-0.26486675942164406/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> code-oss-dev-smoke-test@0.1.0 copy-driver /home/local/rimi/vscode/test/smoke
> cpx src/vscode/driver.js out/vscode
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1561735474135-0.26486675942164406/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> code-oss-dev-smoke-test@0.1.0 copy-driver-definition /home/local/rimi/vscode/test/smoke
> node tools/copy-driver-definition.js
Done in 40.14s.
Installing dependencies in /home/local/rimi/vscode/build/lib/watch...
$ yarn
yarn install v1.16.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.64s.
Done in 96.75s.
rimi@lx8-500-089:~/vscode$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment