-
Notifications
You must be signed in to change notification settings - Fork 16
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
micromamba list
runs indefinitely on Micromamba v2.0.0
#225
Comments
i think this is an issue for the mamba repository, right @jjerphan @JohanMabille? |
Related to mamba-org/micromamba-releases#58 probably, see if explicitly pulling in 2.0 fixes it
|
pinning 2.0.0-0 did not fix for me. It seems like it's always using the same micromamba version no matter what I pin. I see this in the logs How do I get it to not use the pre-installed version? |
Looks like there is a pre-installed version on the runner, and setup-micromamba will completely ignore your pinned version if that exists. Also had to got through and delete all of the github actions caches for micromamba because otherwise even with the correct binary, it would still fail to list when pulling the previous cache. |
This is what fixed it for me
And then delete every previous micromamba cache from github actions cache |
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix #1424
I have not been able to reproduce the error yet, can you open an issue upstream with a specification of your environment? Thank you a lot. |
@jjerphan, please find a minimal example in https://github.com/maresb/setup-micromamba-gh225 |
I still cannot reproduce the error with |
@jjerphan are you trying to reproduce it locally or on GHA? If GHA then is my example deficient in any way to reproduce? |
We observe errors with GHA, as if it picks release candidates builds instead of the actual release builds. |
are you sure it uses rcs? it should just use the |
The |
are you sure?
this looks fine to me 🤔 or is the 2.0.0-1 release already faulty? |
We have had observed problem with the "latest" builds when the version of |
### What kind of change does this PR introduce? * Pins the micromamba binary version. ### Does this PR introduce a breaking change? No. ### Other information: mamba-org/setup-micromamba#225
- fix #298 (temporarily) - see mamba-org/setup-micromamba#225 for details
|
I can reproduce the issue with 2.0.1 and the following environment: name: repro
channels:
- conda-forge
dependencies:
- python=3.10
- httpx>=0.25.0
- pandas[version=">=0.25.2,<3"]
- pytz
- cartopy>=0.21
- cartopy_offlinedata
- check-manifest
- geopandas
- interrogate
- joblib
- jupyter
- nbclassic
- nbconvert
- nbsphinx
- netcdf4
- pendulum>=2.0.1
- pooch
- pre-commit
- pyarrow
- pytest
- pytest-cov
- pytest-sugar
- pytest-vcr
- regionmask>=0.9
- scitools-iris>=3.3.0
- setuptools_scm
- sphinx
- twine
- types-pytz
- types-requests
- wheel
- xarray from https://github.com/ioos/erddapy/actions/runs/11124942088/job/30911568849?pr=353. |
Does not seem to be specific to v2, also failed with v1 here for us: https://github.com/pymc-devs/pytensor/actions/runs/11141222416/job/30961688938?pr=1008 |
might be because of caching? #225 (comment) |
False alarm, I just chatted with @ricardoV94, and he was referring to |
Thanks for clarifying. And to answer the other comment if still relevant I tried deleting the caches related to micromamba and that still hanged |
Try 1.5.10-0 from a clean cache |
Yes that works |
## Overview Changes: * Pinned micromamba binary version ## Related Issue / Discussion ## Additional Information mamba-org/setup-micromamba#225
### What kind of change does this PR introduce? * Pins the micromamba binary version ### Does this PR introduce a breaking change? No. ### Other information: mamba-org/setup-micromamba#225
@SylvainCorlay I dont understand why this issue is closed as completed. Is there a resolution? My understanding is that we have to effectively pin "1.5.10-0" and that dosent seem to be a solution going forward. But hopefully I missed something. Or is it because this is an issue external to setup-micromamba? |
Hi @jmccreight this should be resolved with micromamba 2.0.2. Are you still seeing this issue with the latest micromamba? |
* Improve Cypress logging to help debug CI * Ensure mount command has been sent before reloading to fix flaky Cypress test * Disable WebSockets when running E2E tests locally to match CI (where WS don't work) * Wait for canvas click to be fully processed in 3-click centring test (and simplify test) * Rethrow error in `mountSample` * [skip ci] Bumped minor version * Clean-up `ServerIO` * [skip ci] Bumped minor version * Test log out * [skip ci] Bumped minor version * Make the test correspond to the new beam size handling. * Add aperture in the expected list * Upgrade mxcubecore version. * Upgrade lock file * Also update requirements * [skip ci] Bumped minor version * Removed section about redis * Update docs/source/dev/environment.md Co-authored-by: fabcor <[email protected]> * Removed fix for specifying python version * [skip ci] Bumped minor version * fix url for posting mesh result data * fix when sending rgb values as three separate elements * handle when result is empty string * only calculate heatmap value if cell has result data * a method has been deleted some time ago... * Update ui/src/components/SampleView/DrawGridPlugin.jsx Co-authored-by: Axel Bocciarelli <[email protected]> * [skip ci] Bumped minor version * move mocked beamline configs to 'demo' Move out and rename the mocked beamline configuration files folder out from the test folder. This to make it more clear that it's not only used by the tests, but also as a 'demo' beamline. Solves: mxcube#1350 * [skip ci] Bumped minor version * fix typos in a comments * fix typo in a doc string * remove unused imports * queue component: remove unused variable There is no code that reads the local 'children' list, remove it. * reword slightly a comment Fix grammar and simply wording a bit. * mock beamline config: drop unused config The session config 'file_suffix' is no longer used, remove it. * remove outdated comments from demo beamline config file * remove dead code These assigned values are never used. They are getting overwritten on the next two lines. * [skip ci] Bumped minor version * set content-type to json for beamline get routes For beamline 'get attributes' routes, make sure Content-Type header is 'application/json'. The front-end is now checking the content-type header for replies, and assumes an error unless it is set to 'application/json'. * [skip ci] Bumped minor version * data_publisher uses correct state nomenclature * [skip ci] Bumped minor version * Returning false if result is null * [skip ci] Bumped minor version * UI trace back prints state * [skip ci] Bumped minor version * anabling/disabling canvas selection * [skip ci] Bumped minor version * Pydantic version 1 and 2 comparability * Updated mxcubecore * [skip ci] Bumped minor version * Clean up `ServerIO` * [skip ci] Bumped minor version * make test_set_aperture deterministic Don't pick a random aperture size. Wait until aperture object have changed the value, before quering the new value via API. * [skip ci] Bumped minor version * Bump vite from 5.4.0 to 5.4.6 in /ui Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.0 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] Bumped minor version * Don't disconnect sockets twice on logout * [skip ci] Bumped minor version * setting exceptions logged in user_level_log * [skip ci] Bumped minor version * button adjustments * Change Class component to functional component * Right click on GridForm stops propagation to videoWrapper * GridForm remembers last position * removed unused hideGridForm function * remove unused advanced_settings functionality in GridForm * Removal of gridresulttype functionality * added comment to thread * [skip ci] Bumped minor version * Refactor misc components * [skip ci] Bumped minor version * lims: drop support for fake commissioning proposals The dummy fake commissioning proposals are not longer used. Remove the code that is no longer in use. * [skip ci] Bumped minor version * [type hint] fix for Python 3.8 incompatible typehints * [skip ci] Bumped minor version * Refactor equipment maintenance components * [skip ci] Bumped minor version * Extract and refactor clear queue dialog * [skip ci] Bumped minor version * Fix docs for dev env with specific Python This fixes the instructions for switching to a specific Python version in the development conda environment. GitHub: fix mxcube#1384 * [skip ci] Bumped minor version * UI: add missing ( to default mesh cell color * UI: fix typos in a comment * UI: make mesh grid drawing more performant Replace per-cell result ellipse fabric objects with one single custom fabric object. When the cells are handful pixels large, switch to drawing the results as a rectangle. It does not make a visual difference, but is faster. These changes reduces UI latency to usable levels, when drawing meshes with 100k+ cells in 'RGB' mode. Don't draw the dashed inner lines, when cells are small, to reduce visual clutter. * [skip ci] Bumped minor version * Abstract away tooltip overlay trigger * [skip ci] Bumped minor version * Passing python version from "interpreter matrix" to mamba * Bumped mxcubecore * Update .github/workflows/build_and_test.yml Co-authored-by: fabcor <[email protected]> * [skip ci] Bumped minor version * Pin micromamba version in GitHub Actions workflows Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424 * [skip ci] Bumped minor version * Use `&&` operator to render JSX conditionally where possible * [skip ci] Bumped minor version * Simplify UI for changing step of motor input * [skip ci] Bumped minor version * Bumped pydantic * [skip ci] Bumped minor version * Improve beamline attribute controls * [skip ci] Bumped minor version * [react-contexify] update to 6.0.0 * [react-contexify] fix v6.0.0 css breaking change * [skip ci] Bumped minor version * Fix sizing of number inputs in Chrome * [skip ci] Bumped minor version * Refactor styling of hardware states * [skip ci] Bumped minor version * Bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the /ui directory: [@adobe/css-tools](https://github.com/adobe/css-tools), [follow-redirects](https://github.com/follow-redirects/follow-redirects), [rollup](https://github.com/rollup/rollup) and [word-wrap](https://github.com/jonschlinkert/word-wrap). Updates `@adobe/css-tools` from 4.2.0 to 4.4.0 - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) Updates `follow-redirects` from 1.15.2 to 1.15.9 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.9) Updates `rollup` from 2.79.1 to 2.79.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) Updates `word-wrap` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] Bumped minor version * remove get samples from SC button * reorder buttons * [skip ci] Bumped minor version * Refactor `MotorControls` and `TwoAxisTranslationControl` * [skip ci] Bumped minor version * ensure shape key is the upper-cased id * [skip ci] Bumped minor version * Refactor `MotorInputContainer` and `MotorInput` * [skip ci] Bumped minor version * Refactor `OneAxisTranslationControl` * [skip ci] Bumped minor version * fix minor issues in get_shapes method * [skip ci] Bumped minor version * Fix beamstop and capillary not shown * [skip ci] Bumped minor version * Fix changing motor step of some motors * [skip ci] Bumped minor version * Merge `MotorInputContainer` and `MotorInput` * [skip ci] Bumped minor version * Bump markdown-to-jsx from 7.3.2 to 7.5.0 in /ui Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.3.2 to 7.5.0. - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](quantizor/markdown-to-jsx@v7.3.2...v7.5.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] Bumped minor version * Modularize `MotorInput` styles * [skip ci] Bumped minor version * Fix CORS config * [skip ci] Bumped minor version * Increase viewport when testing * Add navigation smoke test * Merge and improve 3-click centring tests * Fix motor input not updating when re-applying same value * Label motor inputs for accessibility and testing * Test motor inputs * [skip ci] Bumped minor version * Extract `SnapshotControl` out of `SampleControls` * [skip ci] Bumped minor version * Extract `GridControl` and `CentringControl` from `SampleControls` * [skip ci] Bumped minor version * Extract `FocusControl` and `ZoomControl` from `SampleControls` * [skip ci] Bumped minor version * Extract `LightControl` from `SampleControls` * [skip ci] Bumped minor version * Fix number inputs on Chrome * [skip ci] Bumped minor version * Extract `VideoSizeControl` from `SampleControls` * Refactor `MotorControls` and clean up props * Improve accessibility and design consistency of sample controls * Fix mislabeling of backlight/frontlight controls * [skip ci] Bumped minor version * Restores h/v-space controls (mxcube#1443) Restores controls used for setting horizontal and vertical cell spacing for grid mesh * Changes to yml config * [skip ci] Bumped minor version * Enforce import order with `isort` * [skip ci] Bumped minor version * New Snapshot Routine Co-authored-by: marcus-oscarsson <[email protected]> * [skip ci] Bumped minor version * removing system log * [skip ci] Bumped minor version * fix type mismatch ms instead of s * [skip ci] Bumped minor version * Bump werkzeug from 3.0.4 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.4...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] Bumped minor version * fix CI failing on poetry-export * [skip ci] Bumped minor version * Remove unused variable assignments and parameters * [skip ci] Bumped minor version * [SampleGrid] - Fixes issue with tasks getting duplicated, Use mountSample instead of addSampleAndMount * [skip ci] Bumped minor version * fix warnings on datacollection task * [skip ci] Bumped minor version * makes app read collect HWO config when started * Removed NUM_SNAPSHOTS variable * [skip ci] Bumped minor version * Refactor visibility and positioning logic of context menu in sample view * [skip ci] Bumped minor version * removed unused save_settings function * [skip ci] Bumped minor version * poetry lock * update poetry * Disabling test for until mxcubecore issues mxcube#1071 is fixed * [skip ci] Bumped minor version * [Queue] - Removed queue_mount_sample * Bumped mxcubecore to 1.183.0 * [skip ci] Bumped minor version * Fix connection lost dialog appearing when manually disconnecting sockets * [skip ci] Bumped minor version * Upgrade mxcubecore and remove obsolete conversion of sampleview size * [skip ci] Bumped minor version * Changed gphl_beamline_config location to existing directory * Added configuration option for GPhL WF (suppress log output) * [skip ci] Bumped minor version * Added a way to ensure that user state persists * added a way to indicate that the grid's been hidden by user * adding a way to preserve Shape.state when it is recreated * Changes to GridForm styling using data attributes to override bootstrap css added tooltip for Show/Hide button changed color for hidden grids make hidden grid's text italic * [skip ci] Bumped minor version * Store sampleview coords in context menu state * Allow undefined shape in context menu state * Inline some methods and logic * [skip ci] Bumped minor version * fix mesh grid drawn in wrong positions sometimes * fix: wrong grid pos. on multiple right clicks Changing right click on grid to scale deep copy of the grid instead of shallow copy before displaying context menu * [skip ci] Bumped minor version * remove Python 2 support of unicode * Remove Deprecated Slits from beam configurations Co-authored-by: beteva <[email protected]> * move declarative_base import to sqlalchemy.orm * bump mxcubecore version * [skip ci] Bumped minor version * poetry lock * poetry lock * update mxcubecore * poetry lock * Add favicon * [skip ci] Bumped minor version * [ICAT-SSO] - Initial work an adapting AbstractLims and integration with SSO * [MXCUBECORE] - MXCUBECORE dep. to be updated * Added section about testing * Removed selectProposalAction and replaced it with getLoginInfo * Changed log level from warning to info * [skip ci] Bumped minor version * Bump cross-spawn from 7.0.3 to 7.0.6 in /ui Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] Bumped minor version * Bump versions of GitHub Actions * Use `yaml` extension for GH workflows * Disable auto-save for GH workflows * Remove GH action version comments * [skip ci] Bumped minor version * poetry lock * poetry lock * poetry lock * poetry lock * fixes an issue that prevented grid-scan heatmaps to be displayed correctly in the UI * fixes grid scan heatmap bug * [skip ci] Bumped minor version * poetry lock * poetry locj * bump version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Axel Bocciarelli <[email protected]> Co-authored-by: Marcus Oskarsson <[email protected]> Co-authored-by: Antonia Beteva <[email protected]> Co-authored-by: Marcus Oscarsson <[email protected]> Co-authored-by: fabcor <[email protected]> Co-authored-by: Mikel Eguiraun <[email protected]> Co-authored-by: Elmir Jagudin <[email protected]> Co-authored-by: walesch-yan <[email protected]> Co-authored-by: Dominika Trojanowska <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: FLorial Jean Baptiste <[email protected]> Co-authored-by: pmockoocy <[email protected]> Co-authored-by: rhfogh <[email protected]> Co-authored-by: beteva <[email protected]>
Our Github runners timed out last night running
micromamba list
. Fix for us right now is pinning the last Micromamba release before v2.0.0 but something is definitely up. Runner logsThe text was updated successfully, but these errors were encountered: