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

Scala Akka example tests are failing on Windows #103

Open
jin opened this issue Apr 8, 2019 · 3 comments
Open

Scala Akka example tests are failing on Windows #103

jin opened this issue Apr 8, 2019 · 3 comments
Labels
os:windows Issues when running on Windows

Comments

@jin
Copy link
Collaborator

jin commented Apr 8, 2019

PS C:\Users\jingwen\Code\rules_jvm_external\examples\scala_akka> bazel test //... --test_output=errors
INFO: Analysed 4 targets (0 packages loaded, 0 targets configured).
INFO: Found 2 targets and 2 test targets...
FAIL: //:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala (see C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/testlogs/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala/test.log)
INFO: From Testing //:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala:
==================== Test output for //:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala:
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala: line 334: C:\users\jingwen\_bazel_jingwen\viloy4hd\execroot\__main__\bazel-out\x64_windows-fastbuild\bin\test_test_suite_src_test_scala_hello_ConfigurationSpec.scala.runfiles/local_jdk/bin/jar.exe: No such file or directory
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala: line 83: printf: missing unicode digit for \u
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala: ERROR: /c/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala failed because C:\users\jingwen\_bazel_jingwen�iloy4hdecroot\__main_azel-outd_windows-fastbuilin        est_test_suite_src_test_scala_hello_ConfigurationSpec.scala.runfiles/local_jdk/bin/jar.exe failed
================================================================================
FAIL: //:test_test_suite_src_test_scala_hello_EndpointSpec.scala (see C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/testlogs/test_test_suite_src_test_scala_hello_EndpointSpec.scala/test.log)
INFO: From Testing //:test_test_suite_src_test_scala_hello_EndpointSpec.scala:
==================== Test output for //:test_test_suite_src_test_scala_hello_EndpointSpec.scala:
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_EndpointSpec.scala: line 334: C:\users\jingwen\_bazel_jingwen\viloy4hd\execroot\__main__\bazel-out\x64_windows-fastbuild\bin\test_test_suite_src_test_scala_hello_EndpointSpec.scala.runfiles/local_jdk/bin/jar.exe: No such file or directory
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_EndpointSpec.scala: line 83: printf: missing unicode digit for \u
C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_EndpointSpec.scala: ERROR: /c/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/bin/test_test_suite_src_test_scala_hello_EndpointSpec.scala failed because C:\users\jingwen\_bazel_jingwen�iloy4hdecroot\__main_azel-outd_windows-fastbuilin  est_test_suite_src_test_scala_hello_EndpointSpec.scala.runfiles/local_jdk/bin/jar.exe failed
================================================================================
INFO: Elapsed time: 3.911s, Critical Path: 2.98s
INFO: 4 processes: 4 local.
INFO: Build completed, 2 tests FAILED, 3 total actions
//:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala          FAILED in 1.9s
  C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/testlogs/test_test_suite_src_test_scala_hello_ConfigurationSpec.scala/test.log
//:test_test_suite_src_test_scala_hello_EndpointSpec.scala               FAILED in 2.2s
  C:/users/jingwen/_bazel_jingwen/viloy4hd/execroot/__main__/bazel-out/x64_windows-fastbuild/testlogs/test_test_suite_src_test_scala_hello_EndpointSpec.scala/test.log
@jin
Copy link
Collaborator Author

jin commented Apr 8, 2019

cc @dgarzon

@jin
Copy link
Collaborator Author

jin commented Apr 8, 2019

I'll disable them for now

@jin jin added the os:windows Issues when running on Windows label Apr 8, 2019
@dgarzon
Copy link
Contributor

dgarzon commented Apr 8, 2019

Seems like windows support is broken in rules_scala. Will monitor, and update the rules here once they fix the windows issues 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:windows Issues when running on Windows
Projects
None yet
Development

No branches or pull requests

2 participants