Skip to content

Instantly share code, notes, and snippets.

@Tschebbischeff
Created August 1, 2019 15:04
Show Gist options
  • Save Tschebbischeff/da0219a3e58d997bbc4cbd59fa962cfb to your computer and use it in GitHub Desktop.
Save Tschebbischeff/da0219a3e58d997bbc4cbd59fa962cfb to your computer and use it in GitHub Desktop.
(cv) tarek@sonah-dell-ubnt:~$ nvm list
v8.12.0
-> v8.16.0
v12.5.0
default -> 12 (-> v12.5.0)
node -> stable (-> v12.5.0) (default)
stable -> 12.5 (-> v12.5.0) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0
lts/dubnium -> v10.16.0 (-> N/A)
(cv) tarek@sonah-dell-ubnt:~$ nvm alias default 8
default -> 8 (-> v8.16.0)
(cv) tarek@sonah-dell-ubnt:~$ nvm uninstall 12.5.0
Uninstalled node v12.5.0
(cv) tarek@sonah-dell-ubnt:~$ nvm list
v8.12.0
-> v8.16.0
default -> 8 (-> v8.16.0)
node -> stable (-> v8.16.0) (default)
stable -> 8.16 (-> v8.16.0) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0
lts/dubnium -> v10.16.0 (-> N/A)
(cv) tarek@sonah-dell-ubnt:~$ nvm install 12
Downloading and installing node v12.7.0...
Downloading https://nodejs.org/dist/v12.7.0/node-v12.7.0-linux-x64.tar.xz...
################################ 32,8%^C
(cv) tarek@sonah-dell-ubnt:~$ nvm list
v8.12.0
-> v8.16.0
default -> 8 (-> v8.16.0)
node -> stable (-> v8.16.0) (default)
stable -> 8.16 (-> v8.16.0) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0
lts/dubnium -> v10.16.1 (-> N/A)
(cv) tarek@sonah-dell-ubnt:~$ nvm install 12.5.0
Downloading and installing node v12.5.0...
Local cache found: $NVM_DIR/.cache/bin/node-v12.5.0-linux-x64/node-v12.5.0-linux-x64.tar.xz
Checksums match! Using existing downloaded archive $NVM_DIR/.cache/bin/node-v12.5.0-linux-x64/node-v12.5.0-linux-x64.tar.xz
Now using node v12.5.0 (npm v6.9.0)
(cv) tarek@sonah-dell-ubnt:~$ nvm uninstall 12
nvm: Cannot uninstall currently-active node version, v12.5.0 (inferred from 12).
(cv) tarek@sonah-dell-ubnt:~$ nvm use 8
Now using node v8.16.0 (npm v6.4.1)
(cv) tarek@sonah-dell-ubnt:~$ nvm uninstall 12
Uninstalled node v12.5.0
(cv) tarek@sonah-dell-ubnt:~$ rm -rf /home/tarek/.nvm/.cache/bin/node-v12.5.0-linux-x64/
(cv) tarek@sonah-dell-ubnt:~$ rm -rf /home/tarek/.nvm/.cache/bin/node-v12.7.0-linux-x64/
(cv) tarek@sonah-dell-ubnt:~$ nvm list
v8.12.0
-> v8.16.0
default -> 8 (-> v8.16.0)
node -> stable (-> v8.16.0) (default)
stable -> 8.16 (-> v8.16.0) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0
lts/dubnium -> v10.16.1 (-> N/A)
(cv) tarek@sonah-dell-ubnt:~$ nvm install 12.5.0
Downloading and installing node v12.5.0...
Downloading https://nodejs.org/dist/v12.5.0/node-v12.5.0-linux-x64.tar.xz...
################################################################################################### 100,0%
Computing checksum with sha256sum
Checksums matched!
Now using node v12.5.0 (npm v6.9.0)
(cv) tarek@sonah-dell-ubnt:~$ nvm list
v8.12.0
v8.16.0
-> v12.5.0
default -> 8 (-> v8.16.0)
node -> stable (-> v12.5.0) (default)
stable -> 12.5 (-> v12.5.0) (default)
iojs -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0
lts/dubnium -> v10.16.1 (-> N/A)
(cv) tarek@sonah-dell-ubnt:~$ npm install balena-cli -g --production --unsafe-perm
(cv) tarek@sonah-dell-ubnt:~$ npm install balena-cli -g --production --unsafe-perm
(cv) tarek@sonah-dell-ubnt:~$ npm install balena-cli -g --production --unsafe-perm
(cv) tarek@sonah-dell-ubnt:~$ rm -rf /home/tarek/.nvm/.cache/
(cv) tarek@sonah-dell-ubnt:~$ npm install balena-cli -g --production --unsafe-perm
(cv) tarek@sonah-dell-ubnt:~$ npm use 8
Usage: npm <command>
where <command> is one of:
access, adduser, audit, bin, bugs, c, cache, ci, cit,
clean-install, clean-install-test, completion, config,
create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
edit, explore, get, help, help-search, hook, i, init,
install, install-ci-test, install-test, it, link, list, ln,
login, logout, ls, org, outdated, owner, pack, ping, prefix,
profile, prune, publish, rb, rebuild, repo, restart, root,
run, run-script, s, se, search, set, shrinkwrap, star,
stars, start, stop, t, team, test, token, tst, un,
uninstall, unpublish, unstar, up, update, v, version, view,
whoami
npm <command> -h quick help on <command>
npm -l display full usage info
npm help <term> search for help on <term>
npm help npm involved overview
Specify configs in the ini-formatted file:
/home/tarek/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config
npm@6.9.0 /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/npm
Did you mean this?
se
(cv) tarek@sonah-dell-ubnt:~$ nvm use 8
Now using node v8.16.0 (npm v6.4.1)
(cv) tarek@sonah-dell-ubnt:~$ nvm uninstall 12
Uninstalled node v12.5.0
(cv) tarek@sonah-dell-ubnt:~$ nvm install 12.5.0
Downloading and installing node v12.5.0...
Downloading https://nodejs.org/dist/v12.5.0/node-v12.5.0-linux-x64.tar.xz...
############################################################################################################################################################################################################## 100,0%
Computing checksum with sha256sum
Checksums matched!
Now using node v12.5.0 (npm v6.9.0)
(cv) tarek@sonah-dell-ubnt:~$ npm install balena-cli -g --production --unsafe-perm
/home/tarek/.nvm/versions/node/v12.5.0/bin/balena -> /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/bin/balena
> ref-napi@1.4.0 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ref-napi
> node-gyp rebuild
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ref-napi/build'
SOLINK_MODULE(target) Release/obj.target/node_modules/node-addon-api/src/nothing.node
COPY Release/nothing.node
CXX(target) Release/obj.target/binding/src/binding.o
SOLINK_MODULE(target) Release/obj.target/binding.node
COPY Release/binding.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ref-napi/build'
> ffi-napi@2.4.3 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ffi-napi
> node-gyp rebuild
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ffi-napi/build'
SOLINK_MODULE(target) Release/obj.target/../node-addon-api/src/nothing.node
COPY Release/nothing.node
CC(target) Release/obj.target/ffi/deps/libffi/src/prep_cif.o
CC(target) Release/obj.target/ffi/deps/libffi/src/types.o
CC(target) Release/obj.target/ffi/deps/libffi/src/raw_api.o
CC(target) Release/obj.target/ffi/deps/libffi/src/java_raw_api.o
CC(target) Release/obj.target/ffi/deps/libffi/src/closures.o
../deps/libffi/src/closures.c: In function ‘dlmmap_locked’:
../deps/libffi/src/closures.c:421:7: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
ftruncate (execfd, offset);
^~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/closures.c:433:7: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
ftruncate (execfd, offset);
^~~~~~~~~~~~~~~~~~~~~~~~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffi.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffi64.o
../deps/libffi/src/x86/ffi64.c: In function ‘classify_argument’:
../deps/libffi/src/x86/ffi64.c:181:18: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
FFI_ASSERT (0);
^
../deps/libffi/src/x86/ffi64.c:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
{
^
../deps/libffi/src/x86/ffi64.c:183:5: note: here
case FFI_TYPE_FLOAT:
^~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/unix64.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/sysv.o
AR(target) Release/obj.target/deps/libffi/libffi.a
COPY Release/libffi.a
CXX(target) Release/obj.target/ffi_bindings/src/ffi.o
In file included from /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi.h:1542:0,
from ../src/ffi.h:22,
from ../src/ffi.cc:1:
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:108:8: warning: mangled name for ‘static void Napi::details::FinalizeData<T, Finalizer, Hint>::Wrapper(napi_env, void*, void*) [with T = char; Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]::<lambda(Napi::Env, char*)>; Hint = void]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
void Wrapper(napi_env env, void* data, void* finalizeHint) {
^~~~~~~
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:108:8: warning: mangled name for ‘static void Napi::details::FinalizeData<T, Finalizer, Hint>::Wrapper(napi_env, void*, void*) [with T = char; Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]::<lambda(Napi::Env, char*)>; Hint = void]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:108:8: warning: mangled name for ‘static void Napi::details::FinalizeData<T, Finalizer, Hint>::Wrapper(napi_env, void*, void*) [with T = char; Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]::<lambda(Napi::Env, char*)>; Hint = void]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:108:8: warning: mangled name for ‘static void Napi::details::FinalizeData<T, Finalizer, Hint>::Wrapper(napi_env, void*, void*) [with T = char; Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]::<lambda(Napi::Env, char*)>; Hint = void]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:1662:18: warning: mangled name for ‘static Napi::Buffer<T> Napi::Buffer<T>::New(napi_env, T*, size_t, Finalizer) [with Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]::<lambda(Napi::Env, char*)>; T = char]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline Buffer<T> Buffer<T>::New(napi_env env,
^~~~~~~~~
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:1662:18: warning: mangled name for ‘static Napi::Buffer<T> Napi::Buffer<T>::New(napi_env, T*, size_t, Finalizer) [with Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]::<lambda(Napi::Env, char*)>; T = char]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:1662:18: warning: mangled name for ‘static Napi::Buffer<T> Napi::Buffer<T>::New(napi_env, T*, size_t, Finalizer) [with Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]::<lambda(Napi::Env, char*)>; T = char]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/node-addon-api/napi-inl.h:1662:18: warning: mangled name for ‘static Napi::Buffer<T> Napi::Buffer<T>::New(napi_env, T*, size_t, Finalizer) [with Finalizer = FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]::<lambda(Napi::Env, char*)>; T = char]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from ../src/ffi.cc:1:0:
../src/ffi.h:34:14: warning: mangled name for ‘Napi::Value FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline Value WrapPointer(Env env, T* ptr, size_t length = 0) {
^~~~~~~~~~~
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]::<lambda(Napi::Env, char*)>::operator void (*)(Napi::Env, char*)() const’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[](Env,char*){});
^
../src/ffi.h:40:40: warning: mangled name for ‘static void FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]::<lambda(Napi::Env, char*)>::_FUN(Napi::Env, char*)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t)::<lambda(Napi::Env, char*)> [with T = char*() throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:34:14: warning: mangled name for ‘Napi::Value FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline Value WrapPointer(Env env, T* ptr, size_t length = 0) {
^~~~~~~~~~~
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]::<lambda(Napi::Env, char*)>::operator void (*)(Napi::Env, char*)() const’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[](Env,char*){});
^
../src/ffi.h:40:40: warning: mangled name for ‘static void FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]::<lambda(Napi::Env, char*)>::_FUN(Napi::Env, char*)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t)::<lambda(Napi::Env, char*)> [with T = void*(void*, const char*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:34:14: warning: mangled name for ‘Napi::Value FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline Value WrapPointer(Env env, T* ptr, size_t length = 0) {
^~~~~~~~~~~
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]::<lambda(Napi::Env, char*)>::operator void (*)(Napi::Env, char*)() const’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[](Env,char*){});
^
../src/ffi.h:40:40: warning: mangled name for ‘static void FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]::<lambda(Napi::Env, char*)>::_FUN(Napi::Env, char*)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t)::<lambda(Napi::Env, char*)> [with T = int(void*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:34:14: warning: mangled name for ‘Napi::Value FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline Value WrapPointer(Env env, T* ptr, size_t length = 0) {
^~~~~~~~~~~
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]::<lambda(Napi::Env, char*)>::operator void (*)(Napi::Env, char*)() const’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[](Env,char*){});
^
../src/ffi.h:40:40: warning: mangled name for ‘static void FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]::<lambda(Napi::Env, char*)>::_FUN(Napi::Env, char*)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:40:40: warning: mangled name for ‘FFI::WrapPointer(Napi::Env, T*, size_t)::<lambda(Napi::Env, char*)> [with T = void*(const char*, int) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
CXX(target) Release/obj.target/ffi_bindings/src/callback_info.o
CXX(target) Release/obj.target/ffi_bindings/src/threaded_callback_invokation.o
SOLINK_MODULE(target) Release/obj.target/ffi_bindings.node
COPY Release/ffi_bindings.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/net-keepalive/node_modules/ffi-napi/build'
> husky@1.3.1 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/husky
> node husky install
husky > setting up git hooks
husky > done
> drivelist@6.4.6 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/drivelist
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.5.0 runtime=node arch=x64 platform=linux)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/drivelist/build'
CXX(target) Release/obj.target/drivelist/src/drivelist.o
CXX(target) Release/obj.target/drivelist/src/device-descriptor.o
CXX(target) Release/obj.target/drivelist/src/linux/list.o
SOLINK_MODULE(target) Release/obj.target/drivelist.node
COPY Release/drivelist.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/drivelist/build'
> mountutils@1.3.19 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/mountutils
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.5.0 runtime=node arch=x64 platform=linux)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/mountutils/build'
CXX(target) Release/obj.target/MountUtils/src/mountutils.o
CXX(target) Release/obj.target/MountUtils/src/worker-unmount.o
CXX(target) Release/obj.target/MountUtils/src/worker-eject.o
CXX(target) Release/obj.target/MountUtils/src/linux/functions.o
../src/linux/functions.cpp: In function ‘MOUNTUTILS_RESULT unmount_disk(const char*)’:
../src/linux/functions.cpp:98:21: warning: unused variable ‘result_code’ [-Wunused-variable]
MOUNTUTILS_RESULT result_code = MOUNTUTILS_SUCCESS;
^~~~~~~~~~~
SOLINK_MODULE(target) Release/obj.target/MountUtils.node
COPY Release/MountUtils.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/mountutils/build'
> drivelist@8.0.6 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-image-write/node_modules/drivelist
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.5.0 runtime=node arch=x64 libc= platform=linux)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-image-write/node_modules/drivelist/build'
CXX(target) Release/obj.target/drivelist/src/drivelist.o
CXX(target) Release/obj.target/drivelist/src/device-descriptor.o
CXX(target) Release/obj.target/drivelist/src/linux/list.o
SOLINK_MODULE(target) Release/obj.target/drivelist.node
COPY Release/drivelist.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-image-write/node_modules/drivelist/build'
> drivelist@8.0.6 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-sdk/node_modules/drivelist
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.5.0 runtime=node arch=x64 libc= platform=linux)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-sdk/node_modules/drivelist/build'
CXX(target) Release/obj.target/drivelist/src/drivelist.o
CXX(target) Release/obj.target/drivelist/src/device-descriptor.o
CXX(target) Release/obj.target/drivelist/src/linux/list.o
SOLINK_MODULE(target) Release/obj.target/drivelist.node
COPY Release/drivelist.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/etcher-sdk/node_modules/drivelist/build'
> ext2fs@1.0.29 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/ext2fs
> prebuild-install || node-gyp rebuild
> drivelist@8.0.6 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/resin-cli-visuals/node_modules/drivelist
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.5.0 runtime=node arch=x64 libc= platform=linux)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/resin-cli-visuals/node_modules/drivelist/build'
CXX(target) Release/obj.target/drivelist/src/drivelist.o
CXX(target) Release/obj.target/drivelist/src/device-descriptor.o
CXX(target) Release/obj.target/drivelist/src/linux/list.o
SOLINK_MODULE(target) Release/obj.target/drivelist.node
COPY Release/drivelist.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/resin-cli-visuals/node_modules/drivelist/build'
> xxhash@github:balena-io-modules/node-xxhash#cc9d14d8409cd81e77ca1cfd6bcf58cccb68435e install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/xxhash
> node-gyp rebuild
(node:21300) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process]. Use emitter.setMaxListeners() to increase limit
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/xxhash/build'
CXX(target) Release/obj.target/hash/src/hash.o
SOLINK_MODULE(target) Release/obj.target/hash.node
COPY Release/hash.node
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/xxhash/build'
> lzma-native@4.0.5 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/lzma-native
> node-pre-gyp install --fallback-to-build && rimraf build
node-pre-gyp WARN Using request for node-pre-gyp https download
[lzma-native] Success: "/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/lzma-native/binding-v4.0.5-node-v72-linux-x64/lzma_native.node" is installed via remote
> usb@github:resin-io/node-usb#8cad6c9ecd1597af16af435bf629fc462b08c1a5 install /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/usb
> node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://github.com/thundron/node-usb/releases/download/1.3.10/usb_bindings-v1.3.10-node-v72-linux-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for usb@1.3.10 and node@12.5.0 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
make: Entering directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/usb/build'
CC(target) Release/obj.target/libusb/libusb/libusb/core.o
CC(target) Release/obj.target/libusb/libusb/libusb/descriptor.o
CC(target) Release/obj.target/libusb/libusb/libusb/hotplug.o
CC(target) Release/obj.target/libusb/libusb/libusb/io.o
CC(target) Release/obj.target/libusb/libusb/libusb/strerror.o
CC(target) Release/obj.target/libusb/libusb/libusb/sync.o
CC(target) Release/obj.target/libusb/libusb/libusb/os/poll_posix.o
CC(target) Release/obj.target/libusb/libusb/libusb/os/threads_posix.o
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_usbfs.o
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_netlink.o
AR(target) Release/obj.target/usb.a
COPY Release/usb.a
CXX(target) Release/obj.target/usb_bindings/src/node_usb.o
../src/node_usb.cc: In function ‘void Initialize(v8::Local<v8::Object>)’:
../src/node_usb.cc:66:84: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
target->Set(Nan::New<String>("INIT_ERROR").ToLocalChecked(), Nan::New<Number>(res));
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/node_usb.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3359:26: note: declared here
bool Set(Local<Value> key, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/node_usb.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDeviceList(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node_usb.cc:116:35: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
arr->Set(i, Device::get(devs[i]));
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/node_usb.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/node_usb.cc: In function ‘void handleHotplug(std::pair<libusb_device*, libusb_hotplug_event>)’:
../src/node_usb.cc:151:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv);
^
In file included from ../src/helpers.h:3:0,
from ../src/node_usb.h:21,
from ../src/node_usb.cc:1:
../../nan/nan.h:1001:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/node_usb.cc: In function ‘v8::Local<v8::Value> libusbException(int)’:
../src/node_usb.cc:299:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
e.As<v8::Object>()->Set(Nan::New<String>("errno").ToLocalChecked(), Nan::New<Integer>(errorno));
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/node_usb.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3359:26: note: declared here
bool Set(Local<Value> key, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
CXX(target) Release/obj.target/usb_bindings/src/device.o
../src/device.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE deviceConstructor(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/device.cc:78:43: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
array->Set(i, Nan::New(port_numbers[i]));
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/device.cc: In static member function ‘static v8::Local<v8::Object> Device::cdesc2V8(libusb_config_descriptor*)’:
../src/device.cc:109:48: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8interfaces->Set(idxInterface, v8altsettings);
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/device.cc:116:45: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8altsettings->Set(idxAltSetting, v8idesc);
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/device.cc:138:42: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8endpoints->Set(idxEndpoint, v8edesc);
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/device.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Device_GetAllConfigDescriptors(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/device.cc:175:49: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8cdescriptors->Set(i, Device::cdesc2V8(cdesc));
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3368:26: note: declared here
bool Set(uint32_t index, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/device.cc: In static member function ‘static void Req::default_after(uv_work_t*)’:
../src/device.cc:237:64: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
Nan::MakeCallback(device, Nan::New(baton->callback), 1, argv);
^
In file included from ../src/helpers.h:3:0,
from ../src/node_usb.h:21,
from ../src/device.cc:1:
../../nan/nan.h:959:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/device.cc: In static member function ‘static void Device::Init(v8::Local<v8::Object>)’:
../src/device.cc:391:89: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
target->Set(Nan::New("Device").ToLocalChecked(), Nan::GetFunction(tpl).ToLocalChecked());
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/device.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3359:26: note: declared here
bool Set(Local<Value> key, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
CXX(target) Release/obj.target/usb_bindings/src/transfer.o
../src/transfer.cc: In function ‘void handleCompletion(Transfer*)’:
../src/transfer.cc:126:72: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
Nan::MakeCallback(self->handle(), Nan::New(self->v8callback), 3, argv);
^
In file included from ../src/helpers.h:3:0,
from ../src/node_usb.h:21,
from ../src/transfer.cc:1:
../../nan/nan.h:959:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/transfer.cc: In static member function ‘static void Transfer::Init(v8::Local<v8::Object>)’:
../src/transfer.cc:156:91: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
target->Set(Nan::New("Transfer").ToLocalChecked(), Nan::GetFunction(tpl).ToLocalChecked());
^
In file included from /home/tarek/.node-gyp/12.5.0/include/node/v8-internal.h:14:0,
from /home/tarek/.node-gyp/12.5.0/include/node/v8.h:25,
from ../src/node_usb.h:12,
from ../src/transfer.cc:1:
/home/tarek/.node-gyp/12.5.0/include/node/v8.h:3359:26: note: declared here
bool Set(Local<Value> key, Local<Value> value));
^
/home/tarek/.node-gyp/12.5.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
SOLINK_MODULE(target) Release/obj.target/usb_bindings.node
COPY Release/usb_bindings.node
COPY /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/usb/src/binding/usb_bindings.node
TOUCH Release/obj.target/action_after_build.stamp
make: Leaving directory '/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/usb/build'
> core-js@2.6.9 postinstall /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/core-js
> node scripts/postinstall || echo "ignore"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> spawn-sync@1.0.15 postinstall /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/spawn-sync
> node postinstall
> balena-cli@11.7.3 postinstall /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli
> patch-package
patch-package 6.1.2
Applying patches...
@oclif/dev-cli@1.22.0 ✔
pkg@4.4.0 ✔
qqjs/execa@0.10.0 ✔
qqjs@0.3.10 ✔
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: winusb-driver-generator@1.2.4 (node_modules/balena-cli/node_modules/winusb-driver-generator):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for winusb-driver-generator@1.2.4: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/balena-cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: macmount@1.0.0 (node_modules/balena-cli/node_modules/macmount):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for macmount@1.0.0: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ balena-cli@11.7.3
added 2094 packages from 1670 contributors in 41.987s
(cv) tarek@sonah-dell-ubnt:~$ balena --version
11.7.3
(cv) tarek@sonah-dell-ubnt:~$ npm --version
6.9.0
(cv) tarek@sonah-dell-ubnt:~$ node --version
v12.5.0
(cv) tarek@sonah-dell-ubnt:~$ balena os download raspberrypi3 -o ./balena.img --version latest
primordials is not defined
Additional information may be available by setting a DEBUG=1 environment
variable: "set DEBUG=1" on a Windows command prompt, or "export DEBUG=1"
on Linux or macOS.
If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io
For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/
(node:23018) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(cv) tarek@sonah-dell-ubnt:~$ export DEBUG=1
(cv) tarek@sonah-dell-ubnt:~$ balena os download raspberrypi3 -o ./balena.img --version latest
Debug: original argv0="node" argv=[/home/tarek/.nvm/versions/node/v12.5.0/bin/node,/home/tarek/.nvm/versions/node/v12.5.0/bin/balena,os,download,raspberrypi3,-o,./balena.img,--version,latest] length=9
ReferenceError: primordials is not defined
at fs.js:27:26
at req_ (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/natives/index.js:143:24)
at Object.req [as require] (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/natives/index.js:55:10)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/node_modules/graceful-fs/fs.js:1:37)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/node_modules/graceful-fs/graceful-fs.js:3:27)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/node_modules/fstream/lib/reader.js:4:10)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/node_modules/fstream/fstream.js:2:18)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/lib/extract.js:6:14)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/unzip2/unzip.js:4:19)
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:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Function._load (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/raven/lib/instrumentation/instrumentor.js:34:35)
at Module.require (internal/modules/cjs/loader.js:683:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Command.action (/home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/build/actions/os.js:97:13)
at /home/tarek/.nvm/versions/node/v12.5.0/lib/node_modules/balena-cli/node_modules/capitano/build/command.js:98:37
at runNextTicks (internal/process/task_queues.js:55:5)
at processImmediate (internal/timers.js:412:9)
at process.topLevelDomainCallback (domain.js:126:23)
If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io
For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/
(node:23101) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment