Skip to content

Build Wheels

Build Wheels #19

Triggered via push September 8, 2025 00:36
Status Failure
Total duration 5m 57s
Artifacts

build-wheels.yml

on: push
Matrix: build_wheels
Matrix: test_wheels
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
Build wheels on macos-14
Process completed with exit code 1.
Build wheels on macos-14
Command ['/bin/sh', '-c', 'python -c "\nimport pyhelios\nprint(f\'PyHelios {pyhelios.__version__} imported successfully\')\n\n# Validate asset path management\nfrom pyhelios.assets import get_asset_manager\nmanager = get_asset_manager()\n\n# Check HELIOS_BUILD path resolution\nhelios_build = manager._get_helios_build_path()\nif helios_build:\n print(f\'HELIOS_BUILD assets found at: {helios_build}\')\nelse:\n print(\'WARNING: HELIOS_BUILD assets not found\')\n\n# Validate packaged assets\nfrom pathlib import Path\npackage_root = Path(pyhelios.__file__).parent\nexpected_assets = package_root / \'assets\' / \'build\' / \'lib\' / \'images\'\nif expected_assets.exists():\n asset_count = len(list(expected_assets.glob(\'*\')))\n print(f\'Found {asset_count} core assets in packaged location\')\n if asset_count == 0:\n raise RuntimeError(\'Core assets directory exists but is empty\')\nelse:\n print(\'WARNING: Expected packaged assets not found\')\n\n# Test asset validation function\nresults = manager.validate_assets()\nfor plugin, result in results.items():\n if result[\'exists\']:\n print(f\'{plugin}: {result[\\"files_found\\"]} asset files\')\n\nprint(\'Asset validation completed\')\n"\n'] failed with code 1.
Build wheels on macos-14
[notice] A new release of pip is available: 21.1.1 -> 25.0.1 [notice] To update, run: python3.8 -m pip install --upgrade pip
Build wheels on windows-2022
The operation was canceled.
Build wheels on windows-2022
The strategy configuration was canceled because "build_wheels.macos-14_arm64" failed
Build wheels on ubuntu-24.04
The operation was canceled.
Build wheels on ubuntu-24.04
The strategy configuration was canceled because "build_wheels.macos-14_arm64" failed
Build wheels on macos-13
The operation was canceled.
Build wheels on macos-13
The strategy configuration was canceled because "build_wheels.macos-14_arm64" failed
Build wheels on macos-14
cibuildwheel 3 will require Python 3.11+, please upgrade the Python version used to run cibuildwheel. This does not affect the versions you can target when building wheels. See: https://cibuildwheel.pypa.io/en/stable/#what-does-it-do
Build wheels on macos-14
No available formula with the name "caskroom".
Build wheels on macos-13
No available formula with the name "caskroom".