Skip to content

Instantly share code, notes, and snippets.

@hayd

hayd/deno.out Secret

Created November 1, 2019 23:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hayd/bf1abf2553dc328049313ec22cf91cf4 to your computer and use it in GitHub Desktop.
bash-4.2# CPATH=/tmp/libcxx/includes RUST_BACKTRACE=1 DENO_NO_BINARY_DOWNLOAD=1 DENO_BUILD_ARGS='clang_use_chrome_plugins=false treat_warnings_as_errors=false use_sysroot=false clang_base_path="/tmp/clang+llvm-9.0.0-x86_64-linux-sles11.3" use_glib=false use_custom_libcxx=false use_custom_libcxx_for_host=false use_gold=true' DENO_GN_PATH=gn cargo install --locked --root .. --path .
Installing deno_cli v0.22.0 (/deno/cli)
Updating crates.io index
warning: package `rand v0.7.1` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked
Compiling deno v0.22.0 (/deno/core)
Compiling libc v0.2.62
error: failed to run custom build command for `deno v0.22.0 (/deno/core)`
Caused by:
process didn't exit successfully: `/deno/target/release/build/deno-81dad6e47f5ece5d/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=DENO_BUILD_PATH
cargo:rustc-env=GN_OUT_DIR=/deno/target/release
cargo:rustc-link-search=native=/deno/target/release/obj
ninja: Entering directory `/deno/target/release'
[1/149] CXX obj/v8/bytecode_builtins_list_generator/bytecodes.o
FAILED: obj/v8/bytecode_builtins_list_generator/bytecodes.o
../../../tmp/clang+llvm-9.0.0-x86_64-linux-sles11.3/bin/clang++ -MMD -MF obj/v8/bytecode_builtins_list_generator/bytecodes.o.d -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DV8_CONCURRENT_MARKING -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_EMBEDDED_BUILTINS -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_DEPRECATION_WARNINGS -DV8_TARGET_ARCH_X64 -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_LINUX -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DV8_DEPRECATION_WARNINGS -I../../core/libdeno/v8 -I../../core/libdeno -Igen -I../../core/libdeno/v8 -Igen/v8 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -B../../core/libdeno/third_party/binutils/Linux_x64/Release/bin -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../core/libdeno/tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-xor-used-as-pow -Wno-c99-designator -Wno-reorder-init-list -Wno-final-dtor-non-final-class -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wmissing-field-initializers -Wunreachable-code -Wshorten-64-to-32 -O3 -fno-ident -fdata-sections -ffunction-sections -Wexit-time-destructors -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../core/libdeno/v8/src/interpreter/bytecodes.cc -o obj/v8/bytecode_builtins_list_generator/bytecodes.o
warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-xor-used-as-pow'; did you mean '-Wno-unused-macros'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-c99-designator'; did you mean '-Wno-gnu-designator'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-reorder-init-list'; did you mean '-Wno-empty-init-stmt'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:13:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
In file included from ../../core/libdeno/v8/src/base/macros.h:11:
In file included from ../../core/libdeno/v8/src/base/logging.h:15:
../../core/libdeno/v8/src/base/template-utils.h:19:46: error: no template named 'index_sequence' in namespace 'std'
std::index_sequence<Indexes...>)
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:44: error: no member named 'make_index_sequence' in namespace 'std'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:68: error: initializer list cannot be used on the right hand side of operator '>'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
^~~
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:13:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
../../core/libdeno/v8/src/base/macros.h:236:33: error: no template named 'is_trivially_copyable' in namespace 'std'; did you mean '::v8::base::is_trivially_copyable'?
static constexpr bool value = std::is_trivially_copyable<T>::value;
^~~~~~~~~~~~~~~~~~~~~~~~~~
::v8::base::is_trivially_copyable
../../core/libdeno/v8/src/base/macros.h:209:8: note: '::v8::base::is_trivially_copyable' declared here
struct is_trivially_copyable {
^
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:14:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:16:
../../core/libdeno/v8/src/base/bits.h:148:34: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
return RoundUpToPowerOfTwo32(value);
~~~~~~~~~~~~~~~~~~~~~ ^~~~~
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:14:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:23:
In file included from ../../core/libdeno/v8/src/utils/allocation.h:9:
../../core/libdeno/v8/src/base/address-region.h:67:1: error: static_assert failed due to requirement '::v8::base::is_trivially_copyable<v8::base::AddressRegion>::value' "AddressRegion should be trivially copyable"
ASSERT_TRIVIALLY_COPYABLE(AddressRegion);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../core/libdeno/v8/src/base/macros.h:240:3: note: expanded from macro 'ASSERT_TRIVIALLY_COPYABLE'
static_assert(::v8::base::is_trivially_copyable<T>::value, \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings and 5 errors generated.
[2/149] CXX obj/v8/bytecode_builtins_list_generator/bytecode-operands.o
FAILED: obj/v8/bytecode_builtins_list_generator/bytecode-operands.o
../../../tmp/clang+llvm-9.0.0-x86_64-linux-sles11.3/bin/clang++ -MMD -MF obj/v8/bytecode_builtins_list_generator/bytecode-operands.o.d -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DV8_CONCURRENT_MARKING -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_EMBEDDED_BUILTINS -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_DEPRECATION_WARNINGS -DV8_TARGET_ARCH_X64 -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_LINUX -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DV8_DEPRECATION_WARNINGS -I../../core/libdeno/v8 -I../../core/libdeno -Igen -I../../core/libdeno/v8 -Igen/v8 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -B../../core/libdeno/third_party/binutils/Linux_x64/Release/bin -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../core/libdeno/tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-xor-used-as-pow -Wno-c99-designator -Wno-reorder-init-list -Wno-final-dtor-non-final-class -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wmissing-field-initializers -Wunreachable-code -Wshorten-64-to-32 -O3 -fno-ident -fdata-sections -ffunction-sections -Wexit-time-destructors -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../core/libdeno/v8/src/interpreter/bytecode-operands.cc -o obj/v8/bytecode_builtins_list_generator/bytecode-operands.o
warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-xor-used-as-pow'; did you mean '-Wno-unused-macros'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-c99-designator'; did you mean '-Wno-gnu-designator'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-reorder-init-list'; did you mean '-Wno-empty-init-stmt'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:8:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
In file included from ../../core/libdeno/v8/src/base/macros.h:11:
In file included from ../../core/libdeno/v8/src/base/logging.h:15:
../../core/libdeno/v8/src/base/template-utils.h:19:46: error: no template named 'index_sequence' in namespace 'std'
std::index_sequence<Indexes...>)
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:44: error: no member named 'make_index_sequence' in namespace 'std'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:68: error: initializer list cannot be used on the right hand side of operator '>'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
^~~
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:8:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
../../core/libdeno/v8/src/base/macros.h:236:33: error: no template named 'is_trivially_copyable' in namespace 'std'; did you mean '::v8::base::is_trivially_copyable'?
static constexpr bool value = std::is_trivially_copyable<T>::value;
^~~~~~~~~~~~~~~~~~~~~~~~~~
::v8::base::is_trivially_copyable
../../core/libdeno/v8/src/base/macros.h:209:8: note: '::v8::base::is_trivially_copyable' declared here
struct is_trivially_copyable {
^
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:16:
../../core/libdeno/v8/src/base/bits.h:148:34: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
return RoundUpToPowerOfTwo32(value);
~~~~~~~~~~~~~~~~~~~~~ ^~~~~
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.cc:5:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:23:
In file included from ../../core/libdeno/v8/src/utils/allocation.h:9:
../../core/libdeno/v8/src/base/address-region.h:67:1: error: static_assert failed due to requirement '::v8::base::is_trivially_copyable<v8::base::AddressRegion>::value' "AddressRegion should be trivially copyable"
ASSERT_TRIVIALLY_COPYABLE(AddressRegion);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../core/libdeno/v8/src/base/macros.h:240:3: note: expanded from macro 'ASSERT_TRIVIALLY_COPYABLE'
static_assert(::v8::base::is_trivially_copyable<T>::value, \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings and 5 errors generated.
[3/149] CXX obj/v8/bytecode_builtins_list_generator/generate-bytecodes-builtins-list.o
FAILED: obj/v8/bytecode_builtins_list_generator/generate-bytecodes-builtins-list.o
../../../tmp/clang+llvm-9.0.0-x86_64-linux-sles11.3/bin/clang++ -MMD -MF obj/v8/bytecode_builtins_list_generator/generate-bytecodes-builtins-list.o.d -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DV8_CONCURRENT_MARKING -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_EMBEDDED_BUILTINS -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_DEPRECATION_WARNINGS -DV8_TARGET_ARCH_X64 -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_LINUX -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DV8_DEPRECATION_WARNINGS -I../../core/libdeno/v8 -I../../core/libdeno -Igen -I../../core/libdeno/v8 -Igen/v8 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -B../../core/libdeno/third_party/binutils/Linux_x64/Release/bin -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../core/libdeno/tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -m64 -march=x86-64 -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-xor-used-as-pow -Wno-c99-designator -Wno-reorder-init-list -Wno-final-dtor-non-final-class -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wmissing-field-initializers -Wunreachable-code -Wshorten-64-to-32 -O3 -fno-ident -fdata-sections -ffunction-sections -Wexit-time-destructors -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../core/libdeno/v8/src/builtins/generate-bytecodes-builtins-list.cc -o obj/v8/bytecode_builtins_list_generator/generate-bytecodes-builtins-list.o
warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-xor-used-as-pow'; did you mean '-Wno-unused-macros'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-c99-designator'; did you mean '-Wno-gnu-designator'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-reorder-init-list'; did you mean '-Wno-empty-init-stmt'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
In file included from ../../core/libdeno/v8/src/builtins/generate-bytecodes-builtins-list.cc:8:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:13:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
In file included from ../../core/libdeno/v8/src/base/macros.h:11:
In file included from ../../core/libdeno/v8/src/base/logging.h:15:
../../core/libdeno/v8/src/base/template-utils.h:19:46: error: no template named 'index_sequence' in namespace 'std'
std::index_sequence<Indexes...>)
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:44: error: no member named 'make_index_sequence' in namespace 'std'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
~~~~~^
../../core/libdeno/v8/src/base/template-utils.h:34:68: error: initializer list cannot be used on the right hand side of operator '>'
return detail::make_array_helper(f, std::make_index_sequence<Size>{});
^~~
In file included from ../../core/libdeno/v8/src/builtins/generate-bytecodes-builtins-list.cc:8:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:13:
In file included from ../../core/libdeno/v8/src/common/globals.h:15:
In file included from ../../core/libdeno/v8/src/base/atomic-utils.h:11:
In file included from ../../core/libdeno/v8/src/base/atomicops.h:140:
In file included from ../../core/libdeno/v8/src/base/atomicops_internals_portable.h:35:
../../core/libdeno/v8/src/base/macros.h:236:33: error: no template named 'is_trivially_copyable' in namespace 'std'; did you mean '::v8::base::is_trivially_copyable'?
static constexpr bool value = std::is_trivially_copyable<T>::value;
^~~~~~~~~~~~~~~~~~~~~~~~~~
::v8::base::is_trivially_copyable
../../core/libdeno/v8/src/base/macros.h:209:8: note: '::v8::base::is_trivially_copyable' declared here
struct is_trivially_copyable {
^
In file included from ../../core/libdeno/v8/src/builtins/generate-bytecodes-builtins-list.cc:8:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:14:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:16:
../../core/libdeno/v8/src/base/bits.h:148:34: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
return RoundUpToPowerOfTwo32(value);
~~~~~~~~~~~~~~~~~~~~~ ^~~~~
In file included from ../../core/libdeno/v8/src/builtins/generate-bytecodes-builtins-list.cc:8:
In file included from ../../core/libdeno/v8/src/interpreter/bytecodes.h:14:
In file included from ../../core/libdeno/v8/src/interpreter/bytecode-operands.h:9:
In file included from ../../core/libdeno/v8/src/utils/utils.h:23:
In file included from ../../core/libdeno/v8/src/utils/allocation.h:9:
../../core/libdeno/v8/src/base/address-region.h:67:1: error: static_assert failed due to requirement '::v8::base::is_trivially_copyable<v8::base::AddressRegion>::value' "AddressRegion should be trivially copyable"
ASSERT_TRIVIALLY_COPYABLE(AddressRegion);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../core/libdeno/v8/src/base/macros.h:240:3: note: expanded from macro 'ASSERT_TRIVIALLY_COPYABLE'
static_assert(::v8::base::is_trivially_copyable<T>::value, \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings and 5 errors generated.
ninja: build stopped: subcommand failed.
--- stderr
thread 'main' panicked at 'assertion failed: status.success()', core/build.rs:132:7
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print
at src/libstd/sys_common/backtrace.rs:47
3: std::sys_common::backtrace::print
at src/libstd/sys_common/backtrace.rs:36
4: std::panicking::default_hook::{{closure}}
at src/libstd/panicking.rs:200
5: std::panicking::default_hook
at src/libstd/panicking.rs:214
6: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:477
7: std::panicking::begin_panic
8: build_script_build::gn::Build::run
9: build_script_build::main
10: std::rt::lang_start::{{closure}}
11: std::rt::lang_start_internal::{{closure}}
at src/libstd/rt.rs:49
12: std::panicking::try::do_call
at src/libstd/panicking.rs:296
13: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:80
14: std::panicking::try
at src/libstd/panicking.rs:275
15: std::panic::catch_unwind
at src/libstd/panic.rs:394
16: std::rt::lang_start_internal
at src/libstd/rt.rs:48
17: main
18: __libc_start_main
19: <unknown>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `deno_cli v0.22.0 (/deno/cli)`, intermediate artifacts can be found at `/deno/target`
Caused by:
build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment