Skip to content

Comments

openvino 2025.2.0#227251

Merged
BrewTestBot merged 2 commits intoHomebrew:mainfrom
artanokhov:openvino-2025.2.0
Aug 11, 2025
Merged

openvino 2025.2.0#227251
BrewTestBot merged 2 commits intoHomebrew:mainfrom
artanokhov:openvino-2025.2.0

Conversation

@artanokhov
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added the long build Set a long timeout for formula testing label Jun 18, 2025
@artanokhov artanokhov mentioned this pull request Jun 18, 2025
6 tasks
@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch 4 times, most recently from 287dec5 to f2333c7 Compare June 18, 2025 13:54
@chenrui333
Copy link
Member

   ==> python3.13 -m pip --python=/opt/homebrew/Cellar/openvino/2025.2.0/libexec/bin/python install --verbose --no-deps --no-binary=:all: --ignore-installed --no-compile ./src/bindings/python/wheel
  Using pip 25.1.1 from /opt/homebrew/Cellar/python@3.13/3.13.5/lib/python3.13/site-packages/pip (python 3.13)
  ERROR: Directory './src/bindings/python/wheel' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

@chenrui333 chenrui333 added build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Jun 21, 2025
@chenrui333
Copy link
Member

   ==> python3.13 -m pip --python=/opt/homebrew/Cellar/openvino/2025.2.0/libexec/bin/python install --verbose --no-deps --no-binary=:all: --ignore-installed --no-compile ./src/bindings/python/wheel
  Using pip 25.1.1 from /opt/homebrew/Cellar/python@3.13/3.13.5/lib/python3.13/site-packages/pip (python 3.13)
  ERROR: Directory './src/bindings/python/wheel' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

cc @ilya-lavrenov @branchvincent

@artanokhov
Copy link
Contributor Author

Yeah, we will fix it

@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch 3 times, most recently from f1c8575 to fc1ba3b Compare June 23, 2025 12:38
@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch 5 times, most recently from b1f3bf4 to 93615bb Compare June 24, 2025 09:59
@artanokhov
Copy link
Contributor Author

Seems like we need maintainers help here

==> Fetching Homebrew/brew...
From https://github.com/Homebrew/brew
   2c5f404c47..e42084dc6f  master     -> origin/master
 * [new tag]               4.4.32     -> 4.4.32
 * [new tag]               4.5.0      -> 4.5.0
 * [new tag]               4.5.1      -> 4.5.1
 * [new tag]               4.5.2      -> 4.5.2
 * [new tag]               4.5.3      -> 4.5.3
 * [new tag]               4.5.4      -> 4.5.4
 * [new tag]               4.5.5      -> 4.5.5
 * [new tag]               4.5.6      -> 4.5.6
 * [new tag]               4.5.7      -> 4.5.7
 * [new tag]               4.5.8      -> 4.5.8
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
error: Not a valid ref: refs/remotes/origin/main
Error: The process '/bin/bash' failed with exit code 1

@bevanjkay
Copy link
Member

This was a temporary issue in Homebrew that has been resolved. Once the linux job finishes we can restart the mac jobs.

@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch 3 times, most recently from b9f1d39 to b4303da Compare June 25, 2025 09:09
@artanokhov
Copy link
Contributor Author

Again issues with

2025-06-25T11:03:18.5340673Z WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
2025-06-25T11:03:18.5341287Z E0000 00:00:1750849398.384027   60932 descriptor_database.cc:633] File already exists in database: 
2025-06-25T11:03:18.5341932Z F0000 00:00:1750849398.384060   60932 descriptor.cc:2248] Check failed: GeneratedDatabase()->Add(encoded_file_descriptor, size) 

@chenrui333 chenrui333 added the linux Linux is specifically affected label Jun 25, 2025
@artanokhov
Copy link
Contributor Author

Maybe any advices here?

@artanokhov
Copy link
Contributor Author

Maybe any advices here?

@chenrui333 sorry for directly mentioning here, but maybe you can advice here something?

2025-06-25T11:03:18.5340673Z WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
2025-06-25T11:03:18.5341287Z E0000 00:00:1750849398.384027   60932 descriptor_database.cc:633] File already exists in database: 
2025-06-25T11:03:18.5341932Z F0000 00:00:1750849398.384060   60932 descriptor.cc:2248] Check failed: GeneratedDatabase()->Add(encoded_file_descriptor, size)

@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch from b7575a1 to e40c986 Compare July 2, 2025 10:44
@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch 2 times, most recently from c17758a to 7fc1749 Compare July 2, 2025 11:38
@artanokhov
Copy link
Contributor Author

Folks, please review

@artanokhov
Copy link
Contributor Author

Follow up

@artanokhov artanokhov force-pushed the openvino-2025.2.0 branch from 81bd714 to c5ebee7 Compare July 4, 2025 13:50
@SMillerDev
Copy link
Member

Trying this again after: #228841

@github-actions
Copy link
Contributor

Caution

Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave.
@BrewTestBot will handle updating the bottle block before this PR is merged.

@github-actions github-actions bot removed the no Linux bottle Formula has no Linux bottle label Jul 24, 2025
@github-actions github-actions bot added the no Linux bottle Formula has no Linux bottle label Aug 10, 2025
@carlocab carlocab added the CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. label Aug 10, 2025
@carlocab carlocab force-pushed the openvino-2025.2.0 branch 2 times, most recently from 083d79d to e1a3f63 Compare August 11, 2025 09:26
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 11, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 11, 2025 15:15
@github-actions github-actions bot removed the no Linux bottle Formula has no Linux bottle label Aug 11, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 11, 2025
Merged via the queue into Homebrew:main with commit f6e66d2 Aug 11, 2025
19 checks passed
@branchv branchv mentioned this pull request Aug 12, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. linux Linux is specifically affected long build Set a long timeout for formula testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants