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

[High priority] Building from source + all CI jobs failing, csmith archive checksum invalid #590

Closed
ChrisCummins opened this issue Mar 2, 2022 · 1 comment · Fixed by #593
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@ChrisCummins
Copy link
Contributor

ChrisCummins commented Mar 2, 2022

🐛 Bug

ALL CI tests are currently in the red. The problem is that the csmith checksum has changed from ba871c1e5a05a71ecd1af514fedba30561b16ee80b8dd5ba8f884eaded47009f to 86d08c19a1f123054ed9350b7962edaad7d46612de0e07c10b73e578911156fd. This is blocking all CI tests and building from source!!

WARNING: Download from https:/csmith-project/csmith/archive/refs/tags/csmith-2.3.0.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was 86d08c19a1f[123](https:/facebookresearch/CompilerGym/runs/5354537310?check_suite_focus=true#step:5:123)054ed9350b7962edaad7d46612de0e07c10b73e578911156fd but wanted ba871c1e5a05a71ecd1af514fedba30561b16ee80b8dd5ba8f884eaded47009f
ERROR: An error occurred during the fetch of repository 'csmith':
   Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/db3e34f1e14ee53d927a48b4c425fcaa/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https:/csmith-project/csmith/archive/refs/tags/csmith-2.3.0.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/db3e34f1e14ee53d927a48b4c425fcaa/external/csmith/temp5123569277232776356/csmith-2.3.0.tar.gz: Checksum was 86d08c19a1f123054ed9350b7962edaad7d46612de0e07c10b73e578911156fd but wanted ba871c1e5a05a71ecd1af514fedba30561b16ee80b8dd5ba8f884eaded47009f
ERROR: Error fetching repository: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/db3e34f1e14ee53d927a48b4c425fcaa/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https:/csmith-project/csmith/archive/refs/tags/csmith-2.3.0.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/db3e34f1e14ee53d927a48b4c425fcaa/external/csmith/temp5123569277232776356/csmith-2.3.0.tar.gz: Checksum was 86d08c19a1f123054ed9350b7962edaad7d46612de0e07c10b73e578911156fd but wanted ba871c1e5a05a71ecd1af514fedba30561b16ee80b8dd5ba8f884eaded47009f
ERROR: /home/runner/work/CompilerGym/CompilerGym/compiler_gym/third_party/csmith/BUILD:16:15: //compiler_gym/third_party/csmith:csmith depends on @csmith//:all in repository @csmith which failed to fetch. no such package '@csmith//': java.io.IOException: Error downloading [https:/csmith-project/csmith/archive/refs/tags/csmith-2.3.0.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/db3e34f1e14ee53d927a48b4c425fcaa/external/csmith/temp5123569277232776356/csmith-2.3.0.tar.gz: Checksum was 86d08c19a1f123054ed9350b7962edaad7d46612de0e07c10b73e578911156fd but wanted ba871c1e5a05a71ecd1af514fedba30561b16ee80b8dd5ba8f884eaded47009f

@ChrisCummins ChrisCummins added the Bug Something isn't working label Mar 2, 2022
@ChrisCummins ChrisCummins added this to the v0.2.3 milestone Mar 2, 2022
@ChrisCummins ChrisCummins changed the title [High priority] All CI jobs failing, csmith archive checksum changed [High priority] Building from source + all CI jobs failing, csmith archive checksum invalid Mar 2, 2022
@mostafaelhoushi
Copy link
Contributor

image

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