Skip to content

Instantly share code, notes, and snippets.

@kamalmarhubi
Created October 1, 2015 20:12
Show Gist options
  • Save kamalmarhubi/1128b38948a4077e376c to your computer and use it in GitHub Desktop.
Save kamalmarhubi/1128b38948a4077e376c to your computer and use it in GitHub Desktop.
Output from test_prefix_stripping
** test_prefix_stripping *******************************************************
-- Actual output: ------------------------------------------------------
INFO: Reading 'startup' options from /home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/_tmp/external_integration_test_1/bazelrc: --output_user_root=/home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/_tmp/external_integration_test_1/root --host_javabase=/home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/bazel-out/local_linux-fastbuild/bin/src/test/shell/bazel/external_integration_test.runfiles/external/local-jdk
INFO: $TEST_TMPDIR defined: output root default is '/home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/_tmp/external_integration_test_1'.
.......
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be guaranteed. See http://bazel.io/docs/bazel-user-manual.html#sandboxing for more information. You can turn off this warning via --ignore_unsupported_sandboxing.
____Downloading from http://localhost:59243/x.tar.gz: 0B
____Downloading from http://localhost:59243/x.tar.gz: 171B
____Loading package:
____Loading package: tools/jdk
____Loading package:
____Loading complete. Analyzing...
____Found 1 target...
____Building...
____[0 / 2] BazelWorkspaceStatusAction stable-status.txt
ERROR: missing input file '@x//:w'.
ERROR: /home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/_tmp/external_integration_test_1/root/92164581df407eed25a62617bb0164b5/external/x/BUILD:1:1: @x//:catter: missing input file '@x//:w'.
Target @x//:catter failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /home/kamal/.cache/bazel/_bazel_kamal/e506a03857a30434de2ae69da1f93613/bazel/_tmp/external_integration_test_1/root/92164581df407eed25a62617bb0164b5/external/x/BUILD:1:1 1 input file(s) do not exist.
____Elapsed time: 2.968s, Critical Path: 0.01s
------------------------------------------------------------------------
test_prefix_stripping FAILED: Build failed.
src/test/shell/bazel/external_integration_test:528: in call to fail
FAILED: test_prefix_stripping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment