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

0.23.0のlinux cpuビルドが落ちる #2575

Closed
Hiroshiba opened this issue Feb 27, 2025 · 1 comment · Fixed by #2576
Closed

0.23.0のlinux cpuビルドが落ちる #2575

Hiroshiba opened this issue Feb 27, 2025 · 1 comment · Fixed by #2576
Labels

Comments

@Hiroshiba
Copy link
Member

不具合の内容

タイトルのとおりです。

現象・ログ

https://github.com/VOICEVOX/voicevox/actions/runs/13576056107/job/37952440084

arm64のエンジンを使おうとしてる?

17s
Prepare all required actions
Run ./.github/actions/download-engine
Run TEMPDIR=$(echo '/home/runner/work/_temp' | sed -e 's_\\_/_g')
Run curl -s https://api.github.com/repos/VOICEVOX/voicevox_engine/releases \
Run if [ "linux-cpu" = "" ]; then
7z.txt url: https://github.com/VOICEVOX/voicevox_engine/releases/download/0.23.0/voicevox_engine-linux-cpu-arm64-0.23.0.7z.txt
Files to download:
- voicevox_engine-linux-cpu-arm64-0.23.0.7z.001
Download url: https://github.com/VOICEVOX/voicevox_engine/releases/download/0.23.0/voicevox_engine-linux-cpu-arm64-0.23.0.7z.001, dest: /home/runner/work/_temp/voicevox_engine-linux-cpu-arm64-0.23.0.7z.001

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs AMD EPYC 7763 64-Core Processor                 (A00F11),ASM,AES-NI)

Scanning the drive for archives:
1 file, 1428799658 bytes (1363 MiB)

Extracting archive: /home/runner/work/_temp/voicevox_engine-linux-cpu-arm64-0.23.0.7z.001
--
Path = /home/runner/work/_temp/voicevox_engine-linux-cpu-arm64-0.23.0.7z.001
Type = Split
Physical Size = 1428799658
Volumes = 1
Total Physical Size = 1428799658
----
Path = voicevox_engine-linux-cpu-arm64-0.23.0.7z
Size = 1428799658
--
Path = voicevox_engine-linux-cpu-arm64-0.23.0.7z
Type = 7z
Physical Size = 1428799658
Headers Size = 10856
Method = Delta LZMA2:24
Solid = +
Blocks = 3

mv: cannot stat '/home/runner/work/_temp/tmp-extract/linux-cpu/*': No such file or directory
Everything is Ok

Folders: 135
Files: 1091
Size:       1804675860
Compressed: 1428799658
Error: Process completed with exit code 1.

その他

amd64用のビルドなのにarm64のエンジンを使おうとして何らかのエラーが出てる・・・・・・?

@Hiroshiba
Copy link
Member Author

そうっぽかったのでPR作ります!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant