We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://ci.bazel.io/job/rules_closure/BAZEL_VERSION=HEAD,PLATFORM_NAME=ubuntu_16.04-x86_64/937/console
ERROR: /home/ci/workspace/rules_closure/BAZEL_VERSION/HEAD/PLATFORM_NAME/linux-x86_64/closure/testing/BUILD:32:1: Doing library-level typechecking of //closure/testing:phantomjs_harness failed (Exit 1): ClosureWorker failed: error executing command bazel-out/host/bin/java/io/bazel/rules/closure/ClosureWorker JsCompiler --checks_only --incremental_check_mode CHECK_IJS --warning_level VERBOSE --jscomp_off reportUnknownTypes --language_in ... (remaining 7 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox. closure/testing/phantomjs_harness.js:26: ERROR - variable require is undeclared var webpage = /** @type {!phantomjs.WebPage} */ (require('webpage')); ^ Codes: JSC_UNDEFINED_VARIABLE, checkVars, missingSourcesWarnings, undefinedVars closure/testing/phantomjs_harness.js:218: ERROR - variable phantom is undeclared phantom.exit(1); ^ Codes: JSC_UNDEFINED_VARIABLE, checkVars, missingSourcesWarnings, undefinedVars 2 error(s), 0 warning(s)
cc: @buchgr
The text was updated successfully, but these errors were encountered:
needs bisecting
Sorry, something went wrong.
Culprit is 8002b62, same as #3388
OK, I can also confirm reverting 8002b62 fixed the problem.
f3d99b9
Automated rollback of commit 8002b6205e004721f771df20d1d8c1402c03964e.
7ad6b93
*** Reason for rollback *** Broke various Bazel CI jobs Fixes bazelbuild/bazel#3388 Fixes bazelbuild/bazel#3386 Fixes bazelbuild/bazel#3385 Fixes bazelbuild/bazel#3384 *** Original change description *** Fix rules that provide both 'executable' and 'files' PiperOrigin-RevId: 161949099
meteorcloudy
No branches or pull requests
http://ci.bazel.io/job/rules_closure/BAZEL_VERSION=HEAD,PLATFORM_NAME=ubuntu_16.04-x86_64/937/console
cc: @buchgr
The text was updated successfully, but these errors were encountered: