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

Everest tests fails with ValueError: cannot concat empty list #10019

Closed
berland opened this issue Feb 10, 2025 · 0 comments · Fixed by #10051
Closed

Everest tests fails with ValueError: cannot concat empty list #10019

berland opened this issue Feb 10, 2025 · 0 comments · Fixed by #10051
Assignees

Comments

@berland
Copy link
Contributor

berland commented Feb 10, 2025

Seen in https://github.com/equinor/komodo-releases/actions/runs/13231502466/job/36929845501

Traceback (most recent call last):
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/bin/everest", line 8, in <module>
    sys.exit(start_everest())
             ^^^^^^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/main.py", line 140, in start_everest
    EverestMain(args)
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/main.py", line 86, in __init__
    getattr(self, parsed_args.command)(args[2:])
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/main.py", line 102, in run
    everest_entry(args)
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/everest_script.py", line 56, in everest_entry
    asyncio.run(run_everest(options))
  File "/usr/lib64/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/everest_script.py", line 147, in run_everest
    run_detached_monitor(
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/bin/utils.py", line 274, in run_detached_monitor
    opt_status = get_opt_status(optimization_output_dir)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/everest/detached/__init__.py", line 152, in get_opt_status
    expected_objectives = pl.concat(
                          ^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20250210-0207-py311-rhel8/root/lib64/python3.11/site-packages/polars/functions/eager.py", line 136, in concat
    raise ValueError(msg)
ValueError: cannot concat empty list
@berland berland moved this to Todo in SCOUT Feb 10, 2025
@DanSava DanSava moved this from Todo to In Progress in SCOUT Feb 10, 2025
@DanSava DanSava self-assigned this Feb 10, 2025
@DanSava DanSava moved this from In Progress to Ready for Review in SCOUT Feb 13, 2025
@frode-aarstad frode-aarstad moved this from Ready for Review to Reviewed in SCOUT Feb 13, 2025
@github-project-automation github-project-automation bot moved this from Reviewed to Done in SCOUT Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants