Skip to content
New issue

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

[Bazel CI] Error Unrecognized Bazel flag "incompatible_remote_results_ignore_disk" with Bazel@HEAD #409

Closed
Tracked by #476
sgowroji opened this issue Jun 12, 2024 · 4 comments · Fixed by #476
Closed
Tracked by #476
Labels
bug Something isn't working

Comments

@sgowroji
Copy link

sgowroji commented Jun 12, 2024

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3917#01900aa0-2cd4-425b-95c9-5086b533bee2

Platform: MacOs, Windows, Ubuntu

Logs:

ERROR: --incompatible_remote_results_ignore_disk :: Unrecognized option: --incompatible_remote_results_ignore_disk
Traceback (most recent call last):
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 4468, in <module>
    sys.exit(main())
             ^^^^^^
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 4436, in main
    execute_commands(
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 1335, in execute_commands
    PrepareRepoInCwd(True, initial_setup=True)
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 1323, in PrepareRepoInCwd
    os.environ["OUTPUT_BASE"] = get_output_base(bazel_binary)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 2086, in get_output_base
    return execute_command_and_get_output(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/buildkite/builds/bk-imacpro-17/bazel/bazel-at-head-plus-downstream/bazelci.py", line 2690, in execute_command_and_get_output
    process = subprocess.run(
              ^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['bazel', 'info', 'output_base']' returned non-zero exit status 2.

Culprit : bazelbuild/bazel@17ee62e

CC Greenteam @SalmaSamy

@sgowroji
Copy link
Author

CC @sgammon

@sgammon
Copy link
Owner

sgammon commented Jun 18, 2024

Thx for CC @sgowroji; will fix in next release

@sgowroji
Copy link
Author

sgowroji commented Jul 5, 2024

@sgammon As the CI is still failing we are moving this to Disable pipeline. Once the issue is fixed then we will move back to Downstream.

sgowroji added a commit to sgowroji/continuous-integration that referenced this issue Jul 5, 2024
meteorcloudy pushed a commit to bazelbuild/continuous-integration that referenced this issue Jul 5, 2024
@sgammon
Copy link
Owner

sgammon commented Jul 5, 2024

No problem, I'll tag you once it is fixed @sgowroji

@sgammon sgammon added the bug Something isn't working label Sep 19, 2024
@sgammon sgammon linked a pull request Sep 29, 2024 that will close this issue
6 tasks
sgammon added a commit that referenced this issue Sep 29, 2024
sgammon added a commit that referenced this issue Sep 29, 2024
sgammon added a commit that referenced this issue Sep 29, 2024
sgammon added a commit that referenced this issue Sep 29, 2024
sgammon added a commit that referenced this issue Sep 29, 2024
* chore: add support for graalvm at jdk23

- chore: add bindist entries for gvm23
- chore: update `pom.xml`
- chore: update maven deps to `24.1.0`
- chore: update codebase dependencies and pins
- chore: relock
- chore: prepare version bump → `0.12.0`
- test: add test for `graalvm-oracle-23`
- test: add test for `graalvm-ce-23`

Signed-off-by: Sam Gammon <[email protected]>

* fix: remove `incompatible_remote_results_ignore_disk`

Fixes and closes #409

Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.polyglot:polyglot from 24.0.1 to 24.1.0

Bumps [org.graalvm.polyglot:polyglot](https://github.com/oracle/graal) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.1...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.polyglot:polyglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.sdk:graal-sdk from 24.0.1 to 24.1.0

Bumps [org.graalvm.sdk:graal-sdk](https://github.com/oracle/graal) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.1...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.nativeimage:native-image-base

Bumps [org.graalvm.nativeimage:native-image-base](https://github.com/oracle/graal) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.1...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.nativeimage:native-image-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.compiler:compiler from 24.0.1 to 24.1.0

Bumps [org.graalvm.compiler:compiler](https://github.com/oracle/graal) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.1...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.nativeimage:svm from 24.0.1 to 24.1.0

Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.1...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.nativeimage:svm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

---------

Signed-off-by: Sam Gammon <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants