Skip to content

Bump executorlib from 1.8.0 to 1.8.2#802

Closed
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/executorlib-1.8.2
Closed

Bump executorlib from 1.8.0 to 1.8.2#802
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/executorlib-1.8.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps executorlib from 1.8.0 to 1.8.2.

Release notes

Sourced from executorlib's releases.

executorlib-1.8.2

What's Changed

Full Changelog: pyiron/executorlib@executorlib-1.8.1...executorlib-1.8.2

executorlib-1.8.1

What's Changed

Full Changelog: pyiron/executorlib@executorlib-1.8.0...executorlib-1.8.1

Commits
  • 7e9bf9b [Fix] Clean up shutdown routine for ClusterExecutors (#920)
  • d450829 [Feature] Add refresh rate for ClusterExecutors (#919)
  • 6f3cc53 [Feature] ClusterExecutor: Store file errors in output files (#918)
  • 3fd4fb3 [Bug]: Accept benchmarks when block_allocation is faster than the processpool...
  • 0dfb64c [Feature] Implement terminate_task_in_cache() (#914)
  • 7e4a14c [Feature] Implement get_future_from_file() (#915)
  • f3af366 [Fix] Only add processes which exist in process_dict (#913)
  • eb420fd [Fix] SingleNodeExecutor wait for dependencies on shutdown (#911)
  • 5f31a73 Fix TestClusterExecutor get_item_from_future (#910)
  • 4a96b1c Feature: Cancel processes of cancelled futures (#903)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch backward compatible bug fixes python Pull requests that update Python code labels Feb 16, 2026
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/dependabot/pip/executorlib-1.8.2

Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/pyiron/executorlib/releases)
- [Commits](pyiron/executorlib@executorlib-1.8.0...executorlib-1.8.2)

---
updated-dependencies:
- dependency-name: executorlib
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/executorlib-1.8.2 branch from 7ff2024 to 006e22b Compare February 17, 2026 14:42
@liamhuber
Copy link
Member

Both the discovery and interuption tests, which ran fine in executorlib-1.8.0 now fail on 1.8.2 with

exception calling callback for <Future at 0x7fc6b9d44350 state=finished returned int>
Traceback (most recent call last):
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/concurrent/futures/_base.py", line 340, in _invoke_callbacks
    callback(self)
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/site-packages/pyiron_workflow/mixin/run.py", line 353, in _finish_run
    raise e
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/site-packages/pyiron_workflow/mixin/run.py", line 347, in _finish_run
    unique_executor.shutdown(wait=False)
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/site-packages/executorlib/executor/base.py", line 162, in shutdown
    self._task_scheduler.shutdown(wait=wait, cancel_futures=cancel_futures)
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/site-packages/executorlib/task_scheduler/base.py", line 205, in shutdown
    self._process.join()
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/cached-miniforge/my-env/lib/python3.12/threading.py", line 1146, in join
    raise RuntimeError("cannot join current thread")

In both cases we start a job with a NodeSlurmExecutor, which is just a SlurmClusterExecutor that gets a special "cache_key" and "cache_directory" in its resources dict. Then we kill the job hard with os._exit(0).

In both cases, after a brief pause we load the workflow. It's in its running state and we've recovered our executor construction instrucitons. For the "interrupt" case we then immediately rerun to try to connect to the still running slurm jobs, then sleep for long enough to let it finish; for the "discover" case we sleep for a long time first to let the slurm jobs finish, then re-run to discover the finished serialized files. In both cases we finally check the result by running the callback on the future. That's the part that triggers the error.

Nothing has changed on the pyiron_workflow side. @jan-janssen, I've tried reading through the recent issues and PRs on executorlib, but I don't see what is causing this changed behaviour. Is the error clear to you? Do I maybe need to provide an explicit value for "wait" or "cancel_futures" in my resource dict now?

If it's not obvious to you, I'm happy to dig in further myself. I just don't want to burn a bunch of time if it's something clear to you in five minutes.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Superseded by #809.

@dependabot dependabot bot closed this Mar 2, 2026
@dependabot dependabot bot deleted the dependabot/pip/executorlib-1.8.2 branch March 2, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file patch backward compatible bug fixes python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants