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

Test //src/test/shell/bazel:external_integration_test fails reprodicibly on my mac #305

Closed
damienmg opened this issue Jul 14, 2015 · 2 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) type: bug

Comments

@damienmg
Copy link
Contributor

Under OS X 10.10 with commit ecd4ec4

The interesting part of the log:

** test_http_archive_tgz *******************************************************
INFO: Reading 'startup' options from /private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/bazelrc: --output_user_root=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/root --host_javabase=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/bazel-out/local_darwin-dbg/bin/src/test/shell/bazel/external_integration_test.runfiles/external/local-jdk
INFO: $TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1'.
____Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes.
10240+0 records in
10240+0 records out
10485760 bytes transferred in 0.030759 secs (340902126 bytes/sec)
Expected build/run to succeed
GET /fox.tar.gz HTTP/1.1
User-Agent: Java/1.8.0_20
Host: localhost:59511
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive

src/test/shell/bazel/external_integration_test: line 107: 47492 Terminated: 15          nc_l $nc_port < $http_response >&$nc_log  (wd: /private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/repo2)
-- Actual output: ------------------------------------------------------
INFO: Reading 'startup' options from /private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/bazelrc: --output_user_root=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/root --host_javabase=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/bazel-out/local_darwin-dbg/bin/src/test/shell/bazel/external_integration_test.runfiles/external/local-jdk
INFO: $TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1'.
........
____Loading package: zoo
ERROR: /private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/workspace/zoo/BUILD:1:1: no such package '@endangered//fox': Error reading tar file (unknown file type x for file PaxHeader/WORKSPACE) and referenced by '//zoo:breeding-program'.
ERROR: Loading failed; build aborted.
____Elapsed time: 0.348s
ERROR: Build failed. Not running target.
------------------------------------------------------------------------
test_http_archive_tgz FAILED: Expected regexp Fraka-kaka-kaka-kaka-kow not found.
src/test/shell/bazel/external_integration_test:195: in call to expect_log
src/test/shell/bazel/external_integration_test:203: in call to http_archive_helper
Cleaning up workspace
INFO: Reading 'startup' options from /private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/bazelrc: --output_user_root=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1/root --host_javabase=/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/bazel-out/local_darwin-dbg/bin/src/test/shell/bazel/external_integration_test.runfiles/external/local-jdk
INFO: $TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_dmarting/a39677c474b0553e9a2a1767924a8dd2/bazel-review/_tmp/external_integration_test_1'.
____Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes.
FAILED: test_http_archive_tgz
@damienmg damienmg added type: bug P1 I'll work on this now. (Assignee required) labels Jul 14, 2015
@kchodorow
Copy link
Contributor

I'm not able to reproduce (I'm using 10.10.4, you must be a different version of tar or something), could you send me the .tar.gz file from your system?

bazel-io pushed a commit that referenced this issue Sep 21, 2017
…orm. This is on the way to making select() work with constraint_values re: #305.

PiperOrigin-RevId: 169454982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) type: bug
Projects
None yet
Development

No branches or pull requests

2 participants