Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Broken tests running on OSX #2105

Closed
AustinBratcher opened this issue Sep 16, 2020 · 2 comments · Fixed by #2107
Closed

Broken tests running on OSX #2105

AustinBratcher opened this issue Sep 16, 2020 · 2 comments · Fixed by #2107
Labels

Comments

@AustinBratcher
Copy link

Which package?
Whole repo

Describe the bug
When running on OSX, the following tests fail when running yarn test

//packages/eslint-plugin-formatjs:unit                                   FAILED in 4.5s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/eslint-plugin-formatjs/unit/test.log
//packages/intl-datetimeformat:all-tz                                    FAILED in 0.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-datetimeformat/all-tz/test.log
//packages/intl-numberformat:unit-currency-code.test                     FAILED in 1.6s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-code.test/test.log
//packages/intl-numberformat:unit-currency-compact.test                  FAILED in 1.7s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-compact.test/test.log
//packages/intl-numberformat:unit-currency.test                          FAILED in 2.0s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency.test/test.log
//packages/intl-numberformat:unit-decimal.test                           FAILED in 1.3s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-decimal.test/test.log
//packages/intl-numberformat:unit-format_to_parts.test                   FAILED in 1.5s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-format_to_parts.test/test.log
//packages/intl-numberformat:unit-notation-compact-ko-KR.test            FAILED in 1.6s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-ko-KR.test/test.log
//packages/intl-numberformat:unit-notation-compact-zh-TW.test            FAILED in 1.9s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-zh-TW.test/test.log
//packages/intl-numberformat:unit-percent.test                           FAILED in 2.1s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-percent.test/test.log
//packages/intl-numberformat:unit-signDisplay-currency-zh-TW.test        FAILED in 1.2s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-currency-zh-TW.test/test.log
//packages/intl-numberformat:unit-signDisplay-zh-TW.test                 FAILED in 1.6s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-zh-TW.test/test.log
//packages/intl-numberformat:unit-unit-zh-TW.test                        FAILED in 1.7s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-unit-zh-TW.test/test.log
//packages/intl-numberformat:unit-value-tonumber.test                    FAILED in 1.7s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-value-tonumber.test/test.log

For a bit more context, this is the log output from the failed eslint-plugin-formatjs test log:

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //packages/eslint-plugin-formatjs:unit
-----------------------------------------------------------------------------
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1740/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/eslint-plugin-formatjs/unit.sh.runfiles/formatjs/packages/eslint-plugin-formatjs/unit.sh: line 338: 60500 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0

To Reproduce
I'm not 100% sure. It just happens running yarn test. My branch is up to date with main and have made no other changes locally.

Expected behavior
All tests should pass.

Desktop (please complete the following information):

  • OS: macOS Cataline 10.15.5
  • Browser: Chrome (though this all happens in the IDE)
  • Version: 85.0.4183.102
  • IDE WebStorm 2020.2.1

Additional context
N/A

@AustinBratcher
Copy link
Author

For a bit more context, this is the full output when running yarn test

/Users/austinbratcher/.nvm/versions/node/v12.5.0/bin/node /Users/austinbratcher/.nvm/versions/node/v12.5.0/lib/node_modules/yarn/bin/yarn.js test
yarn run v1.22.4
$ yarn format:check && bazel test //...
$ yarn bazel:lint-only
$ yarn bazel:lint --lint=warn
$ find . -type f \( -name "*.BUILD" -or -name "*.bzl" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \) ! -path "*/node_modules/*" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-actions,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,out-of-order-load,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unsorted-dict-items,unused-variable --lint=warn
INFO: Invocation ID: 89f25617-c796-48d5-8a61-cdf0802f3c7b
DEBUG: Rule 'com_github_atlassian_bazel_tools' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1599699755 +1000"
DEBUG: Repository com_github_atlassian_bazel_tools instantiated at:
  no stack (--record_rule_instantiation_callstack not enabled)
Repository rule git_repository defined at:
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/external/bazel_tools/tools/build_defs/repo/git.bzl:195:33: in <toplevel>
INFO: Analyzed 591 targets (0 packages loaded, 0 targets configured).
INFO: Found 453 targets and 138 test targets...
FAIL: //packages/intl-datetimeformat:all-tz (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-datetimeformat/all-tz/test.log)
INFO: From Testing //packages/intl-datetimeformat:all-tz:
==================== Test output for //packages/intl-datetimeformat:all-tz:
Generated output doesn't match:

--- [workspace]/packages/intl-datetimeformat/src/data/all-tz.ts
+++ [bazel-out]/packages/intl-datetimeformat/all-tz-gen.tmp
@@ -4,429 +4,3 @@
-  "zones": [
-    "Africa/Abidjan|,0,0,0|-u9rgl4,1,1,0",
-    "Africa/Accra|,0,2,0|-r507yk,1,1,0|-pqwio0,2,3,1|-pkogxc,1,1,0|-p84lc0,2,3,1|-p1wjlc,1,1,0|-opco00,2,3,1|-oj4m9c,1,1,0|-o6kqo0,2,3,1|-o0coxc,1,1,0|-nnqyo0,2,3,1|-nhiwxc,1,1,0|-n4z1c0,2,3,1|-myqzlc,1,1,0|-mm7400,2,3,1|-mfz29c,1,1,0|-m3f6o0,2,3,1|-lx74xc,1,1,0|-lkleo0,2,3,1|-ledcxc,1,1,0|-l1thc0,2,3,1|-kvlflc,1,1,0|-kj1k00,2,3,1|-kcti9c,1,1,0|-k09mo0,2,3,1|-ju1kxc,1,1,0|-jhfuo0,2,3,1|-jb7sxc,1,1,0|-iynxc0,2,3,1|-isfvlc,1,1,0|-ifw000,2,3,1|-i9ny9c,1,1,0|-hx42o0,2,3,1|-hqw0xc,1,1,0|-heaao0,2,3,1|-h828xc,1,1,0|-gvidc0,2,3,1|-gpablc,1,1,0|-gcqg00,2,3,1|-g6ie9c,1,1,0|-ftyio0,2,3,1|-fnqgxc,1,1,0|-fb4qo0,2,3,1|-f4woxc,1,1,0|-esctc0,2,3,1|-em4rlc,1,1,0|-e9kw00,2,3,1|-e3cu9c,1,1,0",
-    "Africa/Addis_Ababa|,0,4,0|-lnsetg,3,5,0|-kvjsc0,4,6,0|-fnosa0,5,7,0|-57x0z0,3,5,0",
-    "Africa/Algiers|,0,8,0|-154i5uo,6,9,0|-uozn3l,7,1,0|-ry2lg0,8,10,1|-rsgqs0,7,1,0|-rjiis0,8,10,1|-r9dpg0,7,1,0|-r1idg0,8,10,1|-qqnms0,7,1,0|-qj59g0,8,10,1|-q7xk40,7,1,0|-q15440,8,10,1|-po6g40,7,1,0|-pgvhg0,8,10,1|-pbs5g0,7,1,0|-fte840,8,10,1|-fpw800,7,1,0|-fkul40,9,10,0|-dfqqk0,10,11,1|-d62o00,9,10,0|-cx0nw0,10,11,1|-cofk40,9,10,0|-c4kqs0,7,1,0|-79mio0,9,10,0|-3i8is0,7,1,0|oot80,8,10,1|wlzw0,7,1,0|3tyo00,8,10,1|42lp80,9,10,0|4aiyo0,10,11,1|4jw2s0,9,10,0|54et80,7,1,0|5drxc0,8,10,1|5ni040,7,1,0|5wuyo0,9,10,0",
-    "Africa/Asmara|,0,4,0|-lnsetg,3,5,0|-kvjsc0,4,6,0|-fnosa0,5,7,0|-57x0z0,3,5,0",
-    "Africa/Bamako|,0,0,0|-u9rgl4,1,1,0",
-    "Africa/Bangui|,0,12,0|-q9qbao,11,10,0",
-    "Africa/Banjul|,0,0,0|-u9rgl4,1,1,0",
-    "Africa/Bissau|,0,13,0|-u9rek0,12,14,0|2lxk40,1,1,0",
-    "Africa/Blantyre|,0,15,0|-yvtfd8,13,11,0",
-    "Africa/Brazzaville|,0,12,0|-q9qbao,11,10,0",
-    "Africa/Bujumbura|,0,15,0|-yvtfd8,13,11,0",
-    "Africa/Cairo|,0,16,0|-1054wgl,14,11,0|-fdls80,15,5,1|-f9lf00,14,11,0|-ezidk0,15,5,1|-erl9o0,14,11,0|-ehgdk0,15,5,1|-e6pf00,14,11,0|-dyog80,15,5,1|-dno8c0,14,11,0|-dfuo80,15,5,1|-d4ugc0,14,11,0|-cwayw0,15,5,1|-cm2j00,14,11,0|-6lluw0,15,5,1|-6e79o0,14,11,0|-63alk0,15,5,1|-5vfcc0,14,11,0|-5kilg0,15,5,1|-5cp1c0,14,11,0|-51otg0,15,5,1|-4tv9c0,14,11,0|-4iww40,15,5,1|-4b3c00,14,11,0|-404ys0,15,5,1|-3sbeo0,14,11,0|-3hd1g0,15,5,1|-39jhc0,14,11,0|-2yj9g0,15,5,1|-2qppc0,14,11,0|-2frc40,15,5,1|-27xs00,14,11,0|-1wzes0,15,5,1|-1p4000,14,11,0|-1e7hg0,15,5,1|-16c2o0,14,11,0|-vdpg0,15,5,1|-niao0,14,11,0|-cls40,15,5,1|-4qdc0,14,11,0|66580,15,5,1|e1k00,14,11,0|oy2k0,15,5,1|wthc0,14,11,0|17ruk0,15,5,1|1fn9c0,14,11,0|1qjrw0,15,5,1|1yf6o0,14,11,0|29bp80,15,5,1|2h7400,14,11,0|2s3mk0,15,5,1|2zz1c0,14,11,0|3axek0,15,5,1|3istc0,14,11,0|3tpbw0,15,5,1|41kqo0,14,11,0|4ch980,15,5,1|4kco00,14,11,0|4v96k0,15,5,1|534lc0,14,11,0|5e2yk0,15,5,1|5lydc0,14,11,0|5wuvw0,15,5,1|64qao0,14,11,0|6k07w0,15,5,1|6ni800,14,11,0|7242k0,15,5,1|76a5c0,14,11,0|7h8ik0,15,5,1|7p3xc0,14,11,0|800fw0,15,5,1|87vuo0,14,11,0|8isd80,15,5,1|8qns00,14,11,0|91kak0,15,5,1|99fpc0,14,11,0|9ke2k0,15,5,1|9s9hc0,14,11,0|a3f980,15,5,1|ab1eo0,14,11,0|alxx80,15,5,1|attc00,14,11,0|b4puk0,15,5,1|bcl9c0,14,11,0|bnjmk0,15,5,1|bvf1c0,14,11,0|c6bjw0,15,5,1|ce6yo0,14,11,0|cp3h80,15,5,1|cwyw00,14,11,0|d7prs0,15,5,1|dfmvo0,14,11,0|dqfug0,15,5,1|dycyc0,14,11,0|e95x40,15,5,1|eh3100,14,11,0|ervzs0,15,5,1|ezt3o0,14,11,0|faz140,15,5,1|fiw500,14,11,0|ftp3s0,15,5,1|g1m7o0,14,11,0|gcf6g0,15,5,1|gkcac0,14,11,0|gv5940,15,5,1|h32d00,14,11,0|hdvbs0,15,5,1|hlsfo0,14,11,0|hwyd40,15,5,1|i4vh00,14,11,0|ifofs0,15,5,1|inljo0,14,11,0|iyeig0,15,5,1|j5yno0,14,11,0|jh4l40,15,5,1|jnyt00,14,11,0|jzuns0,15,5,1|k6bx00,14,11,0|kikqg0,15,5,1|kop100,14,11,0|l1nrs0,15,5,1|l6yfo0,14,11,0|l8i2g0,15,5,1|l9kvo0,14,11,0|n5myg0,15,5,1|n7sno0,14,11,0|n9ljs0,15,5,1|nch6c0,14,11,0",
-    "Africa/Casablanca|,0,17,0|-tblt9g,16,1,0|-fte5c0,17,10,1|-fpwas0,16,1,0|-fkuqo0,17,10,1|-cl6w40,16,1,0|-a7hmo0,17,10,1|-a0ag40,16,1,0|-1chdc0,17,10,1|-16c5g0,16,1,0|2c3s00,17,10,1|2fnh80,16,1,0|3axhc0,17,10,1|3fnrw0,16,1,0|3tpeo0,17,10,1|41f3w0,16,1,0|4e2qo0,17,10,1|4hd6k0,16,1,0|7eveo0,17,10,0|8cm580,16,1,0|k1rc00,17,10,1|k6hmk0,16,1,0|kkj9c0,17,10,1|kop6k0,16,1,0|l1rmo0,17,10,1|l6t180,16,1,0|lj1uo0,17,10,1|lp6580,16,1,0|m37xk0,17,10,1|m7fs80,16,1,0|m916w0,17,10,1|mb5480,16,1,0|mly080,17,10,1|mpjmw0,16,1,0|mralk0,17,10,1|mvb1k0,16,1,0|n38880,17,10,1|n7uw80,16,1,0|n9npk0,17,10,1|ne1480,16,1,0|nlyaw0,17,10,1|npww80,16,1,0|nrppk0,17,10,1|nwr6w0,16,1,0|o4odk0,17,10,1|o8a080,16,1,0|oa2tk0,17,10,1|ofu880,16,1,0|oneg80,17,10,1|oqa5k0,16,1,0|osfxk0,17,10,1|oykaw0,16,1,0|p64iw0,17,10,1|p8n9k0,16,1,0|pag2w0,17,10,1|pr0dk0,16,1,1|pst6w0,17,10,0|q90iw0,16,1,1|qb6aw0,17,10,0|qrdmw0,16,1,1|qt6g80,17,10,0|r9ds80,16,1,1|rbjk80,17,10,0|rrqw80,16,1,1|rtjpk0,17,10,0|sa4080,16,1,1|sbwtk0,17,10,0|ss45k0,16,1,1|su9xk0,17,10,0|tah9k0,16,1,1|tca2w0,17,10,0|tsudk0,16,1,1|tun6w0,17,10,0|uauiw0,16,1,1|ud0aw0,17,10,0|ut7mw0,16,1,1|uv0g80,17,10,0|vb7s80,16,1,1|vddk80,17,10,0|vtkw80,/n...elided...

If the bazel-out content is correct, you can update the workspace file by running:

          bazel run //packages/intl-datetimeformat:all-tz.update

================================================================================
FAIL: //packages/intl-numberformat:unit-signDisplay-currency-zh-TW.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-currency-zh-TW.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-signDisplay-currency-zh-TW.test:
==================== Test output for //packages/intl-numberformat:unit-signDisplay-currency-zh-TW.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1769/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-signDisplay-currency-zh-TW.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-signDisplay-currency-zh-TW.test.sh: line 338: 68136 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-decimal.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-decimal.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-decimal.test:
==================== Test output for //packages/intl-numberformat:unit-decimal.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1775/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-decimal.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-decimal.test.sh: line 338: 68271 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-unit-zh-TW.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-unit-zh-TW.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-unit-zh-TW.test:
==================== Test output for //packages/intl-numberformat:unit-unit-zh-TW.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1770/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-unit-zh-TW.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-unit-zh-TW.test.sh: line 338: 68288 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-value-tonumber.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-value-tonumber.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-value-tonumber.test:
==================== Test output for //packages/intl-numberformat:unit-value-tonumber.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1777/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-value-tonumber.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-value-tonumber.test.sh: line 338: 68282 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-currency-compact.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-compact.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-currency-compact.test:
==================== Test output for //packages/intl-numberformat:unit-currency-compact.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1772/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-currency-compact.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-currency-compact.test.sh: line 338: 68468 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-currency-code.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-code.test/test.log)
FAIL: //packages/intl-numberformat:unit-percent.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-percent.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-currency-code.test:
==================== Test output for //packages/intl-numberformat:unit-currency-code.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1778/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-currency-code.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-currency-code.test.sh: line 338: 68461 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
INFO: From Testing //packages/intl-numberformat:unit-percent.test:
==================== Test output for //packages/intl-numberformat:unit-percent.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1773/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-percent.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-percent.test.sh: line 338: 68269 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-notation-compact-ko-KR.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-ko-KR.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-notation-compact-ko-KR.test:
==================== Test output for //packages/intl-numberformat:unit-notation-compact-ko-KR.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1776/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-notation-compact-ko-KR.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-notation-compact-ko-KR.test.sh: line 338: 68272 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-notation-compact-zh-TW.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-zh-TW.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-notation-compact-zh-TW.test:
==================== Test output for //packages/intl-numberformat:unit-notation-compact-zh-TW.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1771/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-notation-compact-zh-TW.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-notation-compact-zh-TW.test.sh: line 338: 68474 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-currency.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-currency.test:
==================== Test output for //packages/intl-numberformat:unit-currency.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1779/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-currency.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-currency.test.sh: line 338: 68449 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-signDisplay-zh-TW.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-zh-TW.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-signDisplay-zh-TW.test:
==================== Test output for //packages/intl-numberformat:unit-signDisplay-zh-TW.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1782/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-signDisplay-zh-TW.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-signDisplay-zh-TW.test.sh: line 338: 68581 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/intl-numberformat:unit-format_to_parts.test (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-format_to_parts.test/test.log)
INFO: From Testing //packages/intl-numberformat:unit-format_to_parts.test:
==================== Test output for //packages/intl-numberformat:unit-format_to_parts.test:
/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1784/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/unit-format_to_parts.test.sh.runfiles/formatjs/packages/intl-numberformat/unit-format_to_parts.test.sh: line 338: 68864 Abort trap: 6           "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
FAIL: //packages/eslint-plugin-formatjs:unit (see /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/eslint-plugin-formatjs/unit/test.log)
INFO: From Testing //packages/eslint-plugin-formatjs:unit:
==================== Test output for //packages/eslint-plugin-formatjs:unit:
 PASS  packages/eslint-plugin-formatjs/tests/no-offset.test.ts (5.062 s)
  no-offset
    valid
      ✓ import {defineMessage} from 'react-intl'
  defineMessage({
      defaultMessage: '{count, plural, one {#} other {# more}}'
  }) (647 ms)
      ✓ 
import {defineMessage} from 'react-intl'
defineMessage({id, defaultMessage, description}) (5 ms)
      ✓ _() (2 ms)
      ✓ 
import {FormattedMessage} from 'react-intl'
function foo (props) {
    return (
        <FormattedMessage {...props} />
    )
}
 (7 ms)
      ✓ 
import {defineMessage} from 'react-intl'
_() (3 ms)
    invalid
      ✓ 
              import {defineMessage} from 'react-intl'
              defineMessage({
                  defaultMessage: '{count, plural, offset:1 one {#} other {# more}}'
              }) (6 ms)
      ✓ 
              import {defineMessage} from 'react-intl'
              defineMessage({
                  defaultMessage: '{count, plural, offset:1 one {#} other {# more}'
              }) (4 ms)

/private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/sandbox/darwin-sandbox/1774/execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/eslint-plugin-formatjs/unit.sh.runfiles/formatjs/packages/eslint-plugin-formatjs/unit.sh: line 338: 68527 Segmentation fault: 11  "${node}" ${LAUNCHER_NODE_OPTIONS[@]+"${LAUNCHER_NODE_OPTIONS[@]}"} ${USER_NODE_OPTIONS[@]+"${USER_NODE_OPTIONS[@]}"} "${MAIN}" ${ARGS[@]+"${ARGS[@]}"} 0<&0
================================================================================
INFO: Elapsed time: 13.514s, Critical Path: 12.53s
INFO: 28 processes: 1 remote cache hit, 27 darwin-sandbox.
INFO: Build completed, 14 tests FAILED, 15 total actions
//packages/babel-plugin-react-intl:options                      (cached) PASSED in 0.3s
//packages/babel-plugin-react-intl:prettier_test                (cached) PASSED in 2.8s
//packages/babel-plugin-react-intl:tsconfig_json                (cached) PASSED in 0.3s
//packages/babel-plugin-react-intl:unit                         (cached) PASSED in 18.0s
//packages/cli:integration                                      (cached) PASSED in 33.2s
//packages/cli:prettier_test                                    (cached) PASSED in 3.4s
//packages/cli:tsconfig_json                                    (cached) PASSED in 0.3s
//packages/cli:unit                                             (cached) PASSED in 10.5s
//packages/ecma402-abstract:digit-mapping                       (cached) PASSED in 0.3s
//packages/ecma402-abstract:prettier_test                       (cached) PASSED in 4.8s
//packages/ecma402-abstract:tsconfig_json                       (cached) PASSED in 0.3s
//packages/ecma402-abstract:unit                                (cached) PASSED in 6.8s
//packages/eslint-plugin-formatjs:prettier_test                 (cached) PASSED in 2.9s
//packages/eslint-plugin-formatjs:tsconfig_json                 (cached) PASSED in 0.3s
//packages/intl:prettier_test                                   (cached) PASSED in 3.3s
//packages/intl:tsconfig_json                                   (cached) PASSED in 0.3s
//packages/intl:unit                                            (cached) PASSED in 16.8s
//packages/intl-datetimeformat:links                            (cached) PASSED in 0.3s
//packages/intl-datetimeformat:prettier_test                    (cached) PASSED in 3.0s
//packages/intl-datetimeformat:test262-main                     (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-ar             (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-de             (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-en             (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-en-GB          (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-ko             (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-pl             (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tests-locale-data-zh-Hans        (cached) PASSED in 0.3s
//packages/intl-datetimeformat:tsconfig_json                    (cached) PASSED in 0.3s
//packages/intl-datetimeformat:unit                             (cached) PASSED in 7.1s
//packages/intl-displaynames:prettier_test                      (cached) PASSED in 2.0s
//packages/intl-displaynames:test262                            (cached) PASSED in 11.1s
//packages/intl-displaynames:test262-main                       (cached) PASSED in 0.3s
//packages/intl-displaynames:tests-locale-data-en               (cached) PASSED in 0.3s
//packages/intl-displaynames:tests-locale-data-zh               (cached) PASSED in 0.3s
//packages/intl-displaynames:tsconfig_json                      (cached) PASSED in 0.3s
//packages/intl-displaynames:unit                               (cached) PASSED in 8.9s
//packages/intl-getcanonicallocales:aliases                     (cached) PASSED in 0.3s
//packages/intl-getcanonicallocales:prettier_test               (cached) PASSED in 1.7s
//packages/intl-getcanonicallocales:tsconfig_json               (cached) PASSED in 0.3s
//packages/intl-getcanonicallocales:unit                        (cached) PASSED in 8.6s
//packages/intl-listformat:prettier_test                        (cached) PASSED in 2.0s
//packages/intl-listformat:test262                              (cached) PASSED in 26.9s
//packages/intl-listformat:test262-main                         (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-en                 (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-en-AI              (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-en-US              (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-zh                 (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-zh-Hans            (cached) PASSED in 0.3s
//packages/intl-listformat:tests-locale-data-zh-Hant            (cached) PASSED in 0.3s
//packages/intl-listformat:tsconfig_json                        (cached) PASSED in 0.3s
//packages/intl-listformat:unit                                 (cached) PASSED in 9.8s
//packages/intl-locale:prettier_test                            (cached) PASSED in 2.3s
//packages/intl-locale:test262                                  (cached) PASSED in 10.9s
//packages/intl-locale:tsconfig_json                            (cached) PASSED in 0.3s
//packages/intl-locale:unit                                     (cached) PASSED in 10.3s
//packages/intl-messageformat:prettier_test                     (cached) PASSED in 2.5s
//packages/intl-messageformat:tsconfig_json                     (cached) PASSED in 0.3s
//packages/intl-messageformat:unit                              (cached) PASSED in 10.2s
//packages/intl-messageformat-parser:parser                     (cached) PASSED in 0.3s
//packages/intl-messageformat-parser:prettier_test              (cached) PASSED in 2.4s
//packages/intl-messageformat-parser:tsconfig_json              (cached) PASSED in 0.3s
//packages/intl-messageformat-parser:unit                       (cached) PASSED in 16.5s
//packages/intl-numberformat:currency-digits                    (cached) PASSED in 0.3s
//packages/intl-numberformat:numbering-systems                  (cached) PASSED in 0.3s
//packages/intl-numberformat:prettier_test                      (cached) PASSED in 3.1s
//packages/intl-numberformat:test262                            (cached) PASSED in 46.3s
//packages/intl-numberformat:test262-main                       (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-ar-SS            (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-bn               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-da               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-de               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-en               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-en-BS            (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-en-GB            (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-es               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-fr               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-hi               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-id               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-it               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-ja               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-ko               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-ms               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-nb               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-nl               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-pl               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-pt               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-ru               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-sv               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-sw               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-th               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-tr               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-uk               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-zh               (cached) PASSED in 0.3s
//packages/intl-numberformat:tests-locale-data-zh-Hant          (cached) PASSED in 0.3s
//packages/intl-numberformat:tsconfig_json                      (cached) PASSED in 0.3s
//packages/intl-numberformat:unit-misc.test                     (cached) PASSED in 9.0s
//packages/intl-numberformat:unit-unit.test                     (cached) PASSED in 16.8s
//packages/intl-numberformat:units-constants                    (cached) PASSED in 0.3s
//packages/intl-pluralrules:prettier_test                       (cached) PASSED in 1.7s
//packages/intl-pluralrules:test262                             (cached) PASSED in 6.6s
//packages/intl-pluralrules:test262-main                        (cached) PASSED in 0.3s
//packages/intl-pluralrules:tests-locale-data-en                (cached) PASSED in 0.3s
//packages/intl-pluralrules:tests-locale-data-zh                (cached) PASSED in 0.4s
//packages/intl-pluralrules:tsconfig_json                       (cached) PASSED in 0.3s
//packages/intl-pluralrules:unit                                (cached) PASSED in 8.7s
//packages/intl-relativetimeformat:prettier_test                (cached) PASSED in 2.1s
//packages/intl-relativetimeformat:test262                      (cached) PASSED in 87.7s
//packages/intl-relativetimeformat:test262-main                 (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tests-locale-data-en         (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tests-locale-data-en-AI      (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tests-locale-data-zh         (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tests-locale-data-zh-Hans    (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tests-locale-data-zh-Hant    (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:tsconfig_json                (cached) PASSED in 0.3s
//packages/intl-relativetimeformat:unit                         (cached) PASSED in 8.7s
//packages/react-intl:functional                                (cached) PASSED in 6.7s
//packages/react-intl:prettier_test                             (cached) PASSED in 4.2s
//packages/react-intl:tsconfig_json                             (cached) PASSED in 0.3s
//packages/react-intl:unit                                      (cached) PASSED in 54.1s
//packages/ts-transformer:prettier_test                         (cached) PASSED in 2.6s
//packages/ts-transformer:tsconfig_json                         (cached) PASSED in 0.3s
//packages/ts-transformer:unit                                  (cached) PASSED in 11.8s
//tools:prettier_test                                           (cached) PASSED in 0.5s
//website:prettier_test                                         (cached) PASSED in 10.2s
//packages/eslint-plugin-formatjs:unit                                   FAILED in 7.8s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/eslint-plugin-formatjs/unit/test.log
//packages/intl-datetimeformat:all-tz                                    FAILED in 0.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-datetimeformat/all-tz/test.log
//packages/intl-numberformat:unit-currency-code.test                     FAILED in 2.2s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-code.test/test.log
//packages/intl-numberformat:unit-currency-compact.test                  FAILED in 2.2s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency-compact.test/test.log
//packages/intl-numberformat:unit-currency.test                          FAILED in 2.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-currency.test/test.log
//packages/intl-numberformat:unit-decimal.test                           FAILED in 2.7s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-decimal.test/test.log
//packages/intl-numberformat:unit-format_to_parts.test                   FAILED in 0.8s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-format_to_parts.test/test.log
//packages/intl-numberformat:unit-notation-compact-ko-KR.test            FAILED in 2.6s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-ko-KR.test/test.log
//packages/intl-numberformat:unit-notation-compact-zh-TW.test            FAILED in 2.2s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-notation-compact-zh-TW.test/test.log
//packages/intl-numberformat:unit-percent.test                           FAILED in 2.5s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-percent.test/test.log
//packages/intl-numberformat:unit-signDisplay-currency-zh-TW.test        FAILED in 2.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-currency-zh-TW.test/test.log
//packages/intl-numberformat:unit-signDisplay-zh-TW.test                 FAILED in 2.2s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-signDisplay-zh-TW.test/test.log
//packages/intl-numberformat:unit-unit-zh-TW.test                        FAILED in 2.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-unit-zh-TW.test/test.log
//packages/intl-numberformat:unit-value-tonumber.test                    FAILED in 2.4s
  /private/var/tmp/_bazel_austinbratcher/733615ed1737d1692fe5a5d38f7cf1f5/execroot/formatjs/bazel-out/darwin-fastbuild/testlogs/packages/intl-numberformat/unit-value-tonumber.test/test.log

Executed 14 out of 138 tests: 124 tests pass and 14 fail locally.
INFO: Build completed, 14 tests FAILED, 15 total actions
error Command failed with exit code 3.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Process finished with exit code 3

@longlho
Copy link
Member

longlho commented Sep 16, 2020

@pyrocat101 do you see this issue as well?

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

Successfully merging a pull request may close this issue.

2 participants