Skip to content

Logspew when building #1364

@ptarjan

Description

@ptarjan

bazel commands shouldn't print anything on success. Can you suppress or fix these warnings please?

    # HEAD from 2021-11-29
    RULES_SCALA_VERSION = "1d98a8013853b73c825c727be9467e5ea15cc262"
    RULES_SCALA_SHA = "50963bf5d38dab524bffe941bf5fd68c06de6e6ee75e6b12a8610de7ca409880"
    http_archive(
        name = "io_bazel_rules_scala",
        sha256 = RULES_SCALA_SHA,
        strip_prefix = "rules_scala-%s" % RULES_SCALA_VERSION,
        type = "zip",
        url = "https://github.com/bazelbuild/rules_scala/archive/%s.zip" % RULES_SCALA_VERSION,
    )
$ bazel build @io_bazel_rules_scala//src/scala/scripts:scalapb_worker_lib
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 8cd07936-f07d-4a08-a1a4-82d7dbe93bc1
INFO: Analyzed target @io_bazel_rules_scala//src/scala/scripts:scalapb_worker_lib (249 packages loaded, 6590 targets configured).
INFO: Found 1 target...
INFO: From scala @io_bazel_rules_scala//src/scala/scripts:scalapb_worker_lib:
warning: one deprecation
warning: one deprecation (since 0.9.0)
warning: two deprecations in total; re-run with -deprecation for details
three warnings found
Target @io_bazel_rules_scala//src/scala/scripts:scalapb_worker_lib up-to-date:
  bazel-bin/external/io_bazel_rules_scala/src/scala/scripts/scalapb_worker_lib.jar
INFO: Elapsed time: 36.317s, Critical Path: 8.48s
INFO: 26 processes: 2 internal, 21 darwin-sandbox, 3 worker.
INFO: Build completed successfully, 26 total actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions