Gowroji Sunil

Results 142 issues of Gowroji Sunil

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3306#018a9175-3dad-47ab-84df-a5fd81e6a3e0 Platform : Macos, Windows, Ubuntu Error Logs -1: ( [Upgrade to rules_apple](https://github.com/bazelbuild/rules_apple/issues/2035)) ``` ERROR: Traceback (most recent call last): File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/5eef561ef0a0f4ebcad317f73760016e/external/build_bazel_rules_apple/apple/internal/rule_support.bzl", line 226, column 36, in deps_cfg = apple_common.multi_arch_split,...

flatbuffers is failing with below error in downstream CI with Bazel@HEAD. It should upgrade to latest rules_js only once the bug https://github.com/aspect-build/rules_js/issues/1102 is fixed. As per discussion https://github.com/bazelbuild/bazel/commit/215f6982d3caec22e67d2fe345a61d63351c7937#commitcomment-116145231 CI :...

CI: https://buildkite.com/organizations/bazel/analytics/suites/bazel-bazel/tests/01880a38-1882-707d-9f3b-8daf92b5d54b?branch=master BAZELCI_TASK=centos7_java11_devtoolset10 TEST_TARGET=//src/test/java/com/google/devtools/build/lib/remote:RemoteTests TEST_NAME=ensureInputsPresent_interruptedDuringUploadBlobs_cancelInProgressUploadTasks Logs: ``` expected to be true at com.google.devtools.build.lib.remote.RemoteCacheTest.ensureInputsPresent_interruptedDuringUploadBlobs_cancelInProgressUploadTasks(RemoteCacheTest.java:385) ``` Steps: ``` bazel test //src/test/java/com/google/devtools/build/lib/remote:RemoteTests --test_filter=ensureInputsPresent_interruptedDuringUploadBlobs_cancelInProgressUploadTasks ``` CC Greenteam @fweikert

type: bug
breakage
team-Remote-Exec
flaky test

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3608#018d2ef4-1d2c-446b-a314-c133272f58d9 Platform: Ubuntu, MacOS Logs: ```ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/051ad6a69d7a84f28cf16b88c532f996/external/bazel_tools/tools/cpp/BUILD:58:19: in cc_toolchain_alias rule @@bazel_tools//tools/cpp:current_cc_toolchain: Traceback (most recent call last): File "/virtual_builtins_bzl/common/cc/cc_toolchain_alias.bzl", line 26, column 48, in _impl File "/virtual_builtins_bzl/common/cc/cc_helper.bzl", line 217, column...

type: bug
breakage
team-Rules-CPP
untriaged

CI: https://buildkite.com/bazel/bazel-bazel-examples/builds/2633#018d7c93-5a4d-459e-9caa-14d65b5a90f3 Main Pipeline : https://buildkite.com/bazel/bazel-bazel-examples/builds/2633#_ Platform: Multiple Logs: ``` ERROR: Failed to load Starlark extension '@@maven//:compat.bzl'. Cycle in the workspace file detected. This indicates that a repository is used...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3599#018d1aba-719c-4797-b00a-1d83dfafff2b https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3608#018d2ef4-1d2c-446b-a314-c133272f58d9 Platform: Ubuntu Logs: ```ERROR: /var/lib/buildkite-agent/builds/bk-docker-cf6t/bazel-org-repo-root/examples/android/jetpack-compose/app/src/main/BUILD.bazel:4:19: While resolving toolchains for target //app/src/main:lib_kt (1d1b4b7): No matching toolchains found for types @@bazel_tools//tools/jdk:runtime_toolchain_type. To debug, rerun with --toolchain_resolution_debug='@@bazel_tools//tools/jdk:runtime_toolchain_type' If platforms or...

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3245#018a06d1-f59f-40fc-aa5c-f33931b33b2f Platform : Ubuntu, MacOS, Windows Logs : ``` inputs = depset(jdeps, transitive = [depset([], transitive = [dep.transitive_deps for dep in deps])]) Error: 'JavaInfo' value has no field or method...

Fixes https://github.com/bazelbuild/examples/issues/301

Incompatible flag --incompatible_config_setting_private_default_visibility will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_go. Please migrate to fix this and unblock the flip of this flag....

Can Close?
help wanted

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3672#018dce90-1cda-4657-bd17-c1d293c4677b Platform: MacOS Logs: ``` ERROR: /Users/buildkite/builds/bk-imacpro-6/bazel-org-repo-root/rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/BUILD.bazel:11:13: Rustfmt vendor_remote_manifests/cargo_local.rustfmt.ok failed: (Exit 1): process_wrapper failed: error executing Rustfmt command (from target //vendor_remote_manifests:cargo_local) ``` Culprit: Steps: ``` git clone https://github.com/bazelbuild/rules_rust git...