Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harsha509/3189f2026d3fb0463c6f0a8907746e8f to your computer and use it in GitHub Desktop.
Save harsha509/3189f2026d3fb0463c6f0a8907746e8f to your computer and use it in GitHub Desktop.
INFO: Analyzed 787 targets (580 packages loaded, 13033 targets configured).
INFO: Found 787 targets...
INFO: Deleting stale sandbox base /private/var/tmp/_bazel_sriharsha/498a1781a814544b42825c15ee99922c/sandbox
INFO: From Executing genrule //java/client/src/org/openqa/selenium/devtools:create-cdp-srcs:
/private/var/tmp/_bazel_sriharsha/498a1781a814544b42825c15ee99922c/sandbox/darwin-sandbox/420/execroot/selenium/bazel-out/darwin-fastbuild/bin/java/client/src/org/openqa/selenium/devtools/cdp.srcjar
INFO: From Building external/com_google_protobuf/libprotobuf_java.jar (122 source files, 1 source jar) [for host]:
warning: -parameters is not supported for target value 1.7. Use 1.8 or later.
INFO: From Building java/client/src/org/openqa/selenium/opera/libgenerated-opera-lib.jar (4 source files) and running annotation processors (AutoServiceProcessor):
java/client/src/org/openqa/selenium/opera/OperaDriverService.java:120: warning: [removal] OPERA_BLINK in BrowserType has been deprecated and marked for removal
if (BrowserType.OPERA_BLINK.equals(capabilities.getBrowserName())) {
^
java/client/src/org/openqa/selenium/opera/OperaOptions.java:74: warning: [removal] OPERA_BLINK in BrowserType has been deprecated and marked for removal
setCapability(BROWSER_NAME, OPERA_BLINK);
^
java/client/src/org/openqa/selenium/opera/OperaDriverInfo.java:44: warning: [removal] OPERA_BLINK in BrowserType has been deprecated and marked for removal
return new ImmutableCapabilities(BROWSER_NAME, BrowserType.OPERA_BLINK);
^
java/client/src/org/openqa/selenium/opera/OperaDriverInfo.java:49: warning: [removal] OPERA_BLINK in BrowserType has been deprecated and marked for removal
return BrowserType.OPERA_BLINK.equals(capabilities.getBrowserName()) ||
^
INFO: Elapsed time: 96.461s, Critical Path: 63.64s
INFO: 521 processes: 421 darwin-sandbox, 100 worker.
INFO: Build completed successfully, 591 total actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment