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

Hash verification problems on CI #1

Open
alexrp opened this issue Jun 14, 2021 · 1 comment
Open

Hash verification problems on CI #1

alexrp opened this issue Jun 14, 2021 · 1 comment
Assignees
Labels
area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: confirmed Bugs that have been confirmed and are reproducible.

Comments

@alexrp
Copy link
Member

alexrp commented Jun 14, 2021

CI failure: https:/alexrp/zig-msbuild-toolsets/runs/2822284695?check_suite_focus=true

  Determining projects to restore...
  Downloading from "https://ziglang.org/download/0.8.0/zig-linux-aarch64-0.8.0.tar.xz" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/linux-arm64/obj/zig-linux-aarch64-0.8.0.tar.xz" (37575428 bytes).
  Downloading from "https://ziglang.org/download/0.8.0/zig-linux-armv7a-0.8.0.tar.xz" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/linux-arm/obj/zig-linux-armv7a-0.8.0.tar.xz" (38,884,212 bytes).
  Downloading from "https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/linux-x64/obj/zig-linux-x86_64-0.8.0.tar.xz" (41211184 bytes).
  Downloading from "https://ziglang.org/download/0.8.0/zig-macos-aarch64-0.8.0.tar.xz" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/osx-arm64/obj/zig-macos-aarch64-0.8.0.tar.xz" (35,292,180 bytes).
  Downloading from "https://ziglang.org/download/0.8.0/zig-macos-x86_64-0.8.0.tar.xz" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/osx-x64/obj/zig-macos-x86_64-0.8.0.tar.xz" (39969312 bytes).
  Downloading from "https://ziglang.org/download/0.8.0/zig-windows-x86_64-0.8.0.zip" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/win-x64/obj/zig-windows-x86_64-0.8.0.zip" (61,766,193 bytes).
/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/Directory.Build.targets(35,9): error MSB3932: Failed to unzip file "obj/zig-windows-x86_64-0.8.0.zip" because the file does not exist or is inaccessible. [/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/win-x64/win-x64.csproj]
  Downloading from "https://ziglang.org/download/0.8.0/zig-windows-i386-0.8.0.zip" to "/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/win-x86/obj/zig-windows-i386-0.8.0.zip" (61,507,213 bytes).
/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/Directory.Build.targets(35,9): error MSB3932: Failed to unzip file "obj/zig-windows-i386-0.8.0.zip" because the file does not exist or is inaccessible. [/home/runner/work/zig-msbuild-toolsets/zig-msbuild-toolsets/win-x86/win-x86.csproj]
Error: Process completed with exit code 1.

Hash verification was removed in d739cfc (hopefully temporarily).

@alexrp alexrp added area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: confirmed Bugs that have been confirmed and are reproducible. type: bug labels Jun 14, 2021
@alexrp alexrp self-assigned this Jun 14, 2021
@alexrp
Copy link
Member Author

alexrp commented Jan 27, 2024

Need to re-enable this soon and see if the issue persists.

@alexrp alexrp removed the type: bug label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Issues related to the build system. area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: confirmed Bugs that have been confirmed and are reproducible.
Development

No branches or pull requests

1 participant