Closed
Description
Trying to build latest sources on SPARC Solaris and ./x.py
fails with:
downloading https://static.rust-lang.org/dist/2022-01-28/rust-std-beta-sparcv9-sun-solaris.tar.xz
###################################################################################################################################################################### 100.0%extracting /builds/psumbera/rustc-test/build/cache/2022-01-28/rust-std-beta-sparcv9-sun-solaris.tar.xz
Traceback (most recent call last):
File "./x.py", line 27, in <module>
bootstrap.main()
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 1325, in main
bootstrap(help_triggered)
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 1291, in bootstrap
build.download_toolchain()
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 456, in download_toolchain
self._download_component_helper(filename, "rustc", tarball_suffix, stage0)
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 600, in _download_component_helper
do_verify=stage0,
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 73, in get
raise RuntimeError("src/stage0.json doesn't contain a checksum for {}".format(url))
RuntimeError: src/stage0.json doesn't contain a checksum for dist/2022-01-28/rustc-beta-sparcv9-sun-solaris.tar.xz