We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rust-unit-test
test workflowのrust-unit-testが以下のメッセージと共に落ちています。
[voicevox-ort-sys 2.0.0-rc.4] `VERSION_NUMBER`を読めませんでした: The system cannot find the file specified. (os error 2)
https://github.com/VOICEVOX/ort/blob/8627833456a69e7841ae2a29fd184752df8de8d9/ort-sys/build.rs#L445
つまり以下に示すonnxruntime-win-x64-1.17.3.tgzの内容物の中からVERSION_NUMBERを見つけられないか、あるいはこのディレクトリ(=lib_dir)ごと見失っているか、tgzの解凍とかが変ということになります。
lib_dir
onnxruntime-win-x64-1.17.3 ├── GIT_COMMIT_ID ├── lib │ ├── onnxruntime.dll │ └── onnxruntime.lib ├── LICENSE ├── Privacy.md ├── README.md ├── ThirdPartyNotices.txt └── VERSION_NUMBER
最近までのmainブランチや #854 ではrust-cacheがまだ効いていた/いるためrust-unit-testの失敗はまだ発生してません。以下が今わかっていることです。
rust-lint
build_and_deploy
ちょっと調査が必要そうであるため、取り急ぎmainブランチのCIが落ちていることの連絡としてissue化だけしておく次第です。 (CC: @Hiroshiba)
The text was updated successfully, but these errors were encountered:
なんか今動かしたら問題が起きないようなので、この怪奇現象については調査すら不可能になったということでcloseします… 一体なんだったんだ。
Sorry, something went wrong.
なんか再発した!!mainブランチじゃないし私のフォークリポジトリだけど!! https://github.com/qryxip/voicevox_core/actions/runs/11484213284/job/31961443767
No branches or pull requests
不具合の内容
test workflowの
rust-unit-test
が以下のメッセージと共に落ちています。[voicevox-ort-sys 2.0.0-rc.4] `VERSION_NUMBER`を読めませんでした: The system cannot find the file specified. (os error 2)
https://github.com/VOICEVOX/ort/blob/8627833456a69e7841ae2a29fd184752df8de8d9/ort-sys/build.rs#L445
つまり以下に示すonnxruntime-win-x64-1.17.3.tgzの内容物の中からVERSION_NUMBERを見つけられないか、あるいはこのディレクトリ(=
lib_dir
)ごと見失っているか、tgzの解凍とかが変ということになります。最近までのmainブランチや #854 ではrust-cacheがまだ効いていた/いるため
rust-unit-test
の失敗はまだ発生してません。以下が今わかっていることです。rust-lint
やbuild_and_deploy
系ではこの問題が発生しておらず、普通に成功しているちょっと調査が必要そうであるため、取り急ぎmainブランチのCIが落ちていることの連絡としてissue化だけしておく次第です。
(CC: @Hiroshiba)
現象・ログ
再現手順
期待動作
VOICEVOXのバージョン
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: