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

Print host info CI step raises RuntimeError: 'pmgr' entry was not found in AppleARMIODevice service for Mac OS #8636

Closed
hendrikmakait opened this issue May 6, 2024 · 3 comments · Fixed by #8638
Labels
bug Something is broken tests Unit tests and/or continuous integration

Comments

@hendrikmakait
Copy link
Member

Traceback:

Traceback (most recent call last):
Number of CPUs: 3
  File "/Users/runner/work/distributed/distributed/continuous_integration/scripts/host_info.py", line [5](https://github.com/dask/distributed/actions/runs/8945035724/job/24573207121#step:19:5)3, in <module>
Crude CPU benchmark (higher is better): 69.5
    main()
  File "/Users/runner/work/distributed/distributed/continuous_integration/scripts/host_info.py", line 33, in main
    freqs = psutil.cpu_freq(percpu=True)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/runner/miniconda3/envs/dask-distributed/lib/python3.12/site-packages/psutil/__init__.py", line 1913, in cpu_freq
    ret = _psplatform.cpu_freq()
          ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/runner/miniconda3/envs/dask-distributed/lib/python3.12/site-packages/psutil/_psosx.py", line 1[8](https://github.com/dask/distributed/actions/runs/8945035724/job/24573207121#step:19:8)2, in cpu_freq
    curr, min_, max_ = cext.cpu_freq()
                       ^^^^^^^^^^^^^^^
RuntimeError: 'pmgr' entry was not found in AppleARMIODevice service
Error: Process completed with exit code 1.

See CI logs: https://github.com/dask/distributed/actions/runs/8945035724/job/24573207121#step:19:27

@hendrikmakait hendrikmakait added bug Something is broken tests Unit tests and/or continuous integration labels May 6, 2024
@hendrikmakait
Copy link
Member Author

hendrikmakait commented May 6, 2024

#8628 appears to be the first occurrence of this.

@hendrikmakait
Copy link
Member Author

Upstream issue: giampaolo/psutil#2382

@hendrikmakait
Copy link
Member Author

#8628 appears to be the first occurrence of this.

Correlation, not causation: https://github.com/dask/distributed/actions/runs/8972110042/job/24639361479?pr=8637

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken tests Unit tests and/or continuous integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant