# Pastebin Nu79uqw4 03:09:22 g++ '-DU_COMMON_IMPLEMENTATION=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_IO_IMPLEMENTATION=1' '-DU_TOOLUTIL_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/common -I../deps/icu-small/source/i18n -I../deps/icu-small/source/tools/toolutil -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-deprecated-declarations -O3 -fno-omit-frame-pointer -fno-exceptions -std=gnu++1y -frtti -MMD -MF /home/iojs/build/workspace/node-test-commit-linux/nodes/fedora-latest-x64/out/Release/.deps//home/iojs/build/workspace/node-test-commit-linux/nodes/fedora-latest-x64/out/Release/obj.host/icutools/deps/icu-small/source/i18n/number_decimalquantity.o.d.raw -c -o /home/iojs/build/workspace/node-test-commit-linux/nodes/fedora-latest-x64/out/Release/obj.host/icutools/deps/icu-small/source/i18n/number_decimalquantity.o ../deps/icu-small/source/i18n/number_decimalquantity.cpp 03:09:22 In file included from ../deps/icu-small/source/i18n/number_decimalquantity.cpp:10:0: 03:09:22 In function ‘void icu_61::number::impl::DecimalQuantity::ensureCapacity(int32_t)’, 03:09:22 inlined from ‘void icu_61::number::impl::DecimalQuantity::setDigitPos(int32_t, int8_t)’, 03:09:22 inlined from ‘void icu_61::number::impl::DecimalQuantity::appendDigit(int8_t, int32_t, bool)’ at ../deps/icu-small/source/i18n/number_decimalquantity.cpp:683:16: 03:09:22 ../deps/icu-small/source/common/cmemory.h:40:68: warning: ‘void* memcpy(void*, const void*, size_t)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 03:09:22 #define uprv_memcpy(dst, src, size) U_STANDARD_CPP_NAMESPACE memcpy(dst, src, size) 03:09:22 ../deps/icu-small/source/i18n/number_decimalquantity.cpp:920:9: note: in expansion of macro ‘uprv_memcpy’ 03:09:22 uprv_memcpy(bcd1, fBCD.bcdBytes.ptr, oldCapacity * sizeof(int8_t)); 03:09:22 ^~~~~~~~~~~ 03:09:22 In function ‘void icu_61::number::impl::DecimalQuantity::ensureCapacity(int32_t)’, 03:09:22 inlined from ‘void icu_61::number::impl::DecimalQuantity::setDigitPos(int32_t, int8_t)’, 03:09:22 inlined from ‘void icu_61::number::impl::DecimalQuantity::roundToMagnitude(int32_t, icu_61::number::impl::RoundingMode, UErrorCode&)’ at ../deps/icu-small/source/i18n/number_decimalquantity.cpp:647:24: 03:09:22 ../deps/icu-small/source/common/cmemory.h:40:68: warning: ‘void* memcpy(void*, const void*, size_t)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 03:09:22 #define uprv_memcpy(dst, src, size) U_STANDARD_CPP_NAMESPACE memcpy(dst, src, size) 03:09:22 ../deps/icu-small/source/i18n/number_decimalquantity.cpp:920:9: note: in expansion of macro ‘uprv_memcpy’ 03:09:22 uprv_memcpy(bcd1, fBCD.bcdBytes.ptr, oldCapacity * sizeof(int8_t)); 03:09:22 ^~~~~~~~~~~ 03:09:22 ../deps/icu-small/source/i18n/number_decimalquantity.cpp: In member function ‘const char16_t* icu_61::number::impl::DecimalQuantity::checkHealth() const’: 03:09:22 ../deps/icu-small/source/i18n/number_decimalquantity.cpp:710:26: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] 03:09:22 if (position < 0 || position > precision) { return 0; } 03:09:22 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 05:09:22 Build timed out (after 120 minutes). Marking the build as failed.