fractal-server 2.14.0a30__py3-none-any.whl → 2.14.0a31__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fractal_server/__init__.py +1 -1
- fractal_server/app/runner/executors/slurm_common/remote.py +1 -1
- fractal_server/app/runner/executors/slurm_sudo/runner.py +4 -1
- fractal_server/app/runner/v2/runner.py +0 -4
- {fractal_server-2.14.0a30.dist-info → fractal_server-2.14.0a31.dist-info}/METADATA +1 -1
- {fractal_server-2.14.0a30.dist-info → fractal_server-2.14.0a31.dist-info}/RECORD +9 -9
- {fractal_server-2.14.0a30.dist-info → fractal_server-2.14.0a31.dist-info}/LICENSE +0 -0
- {fractal_server-2.14.0a30.dist-info → fractal_server-2.14.0a31.dist-info}/WHEEL +0 -0
- {fractal_server-2.14.0a30.dist-info → fractal_server-2.14.0a31.dist-info}/entry_points.txt +0 -0
fractal_server/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__VERSION__ = "2.14.
|
1
|
+
__VERSION__ = "2.14.0a31"
|
@@ -59,7 +59,7 @@ def _check_versions_mismatch(
|
|
59
59
|
if worker_python_version != server_python_version:
|
60
60
|
# FIXME: turn this into an error, after fixing a broader CI issue, see
|
61
61
|
# https://github.com/fractal-analytics-platform/fractal-server/issues/375
|
62
|
-
logging.
|
62
|
+
logging.warning(
|
63
63
|
f"{server_python_version=} but {worker_python_version=}. "
|
64
64
|
"cloudpickle is not guaranteed to correctly load "
|
65
65
|
"pickle files created with different python versions. "
|
@@ -133,7 +133,10 @@ class SudoSlurmRunner(BaseSlurmRunner):
|
|
133
133
|
# Write local file
|
134
134
|
with open(target, "wb") as f:
|
135
135
|
f.write(res.stdout)
|
136
|
-
logger.
|
136
|
+
logger.debug(
|
137
|
+
f"[_fetch_artifacts_single_job] Copied {source} into "
|
138
|
+
f"{target}"
|
139
|
+
)
|
137
140
|
except RuntimeError as e:
|
138
141
|
logger.warning(
|
139
142
|
f"SKIP copy {source} into {target}. "
|
@@ -130,10 +130,6 @@ def execute_tasks_v2(
|
|
130
130
|
db.commit()
|
131
131
|
db.refresh(history_run)
|
132
132
|
history_run_id = history_run.id
|
133
|
-
logger.debug(
|
134
|
-
"[execute_tasks_v2] Created `HistoryRun` with "
|
135
|
-
f"{history_run_id=}."
|
136
|
-
)
|
137
133
|
|
138
134
|
# TASK EXECUTION (V2)
|
139
135
|
if task.type in ["non_parallel", "converter_non_parallel"]:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
fractal_server/__init__.py,sha256=
|
1
|
+
fractal_server/__init__.py,sha256=AP6Ge4A5_FJX881ADkuAqQ-e7MqAvMKtIIALfLociC4,26
|
2
2
|
fractal_server/__main__.py,sha256=rkM8xjY1KeS3l63irB8yCrlVobR-73uDapC4wvrIlxI,6957
|
3
3
|
fractal_server/alembic.ini,sha256=MWwi7GzjzawI9cCAK1LW7NxIBQDUqD12-ptJoq5JpP0,3153
|
4
4
|
fractal_server/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -80,14 +80,14 @@ fractal_server/app/runner/executors/slurm_common/_job_states.py,sha256=nuV-Zba38
|
|
80
80
|
fractal_server/app/runner/executors/slurm_common/_slurm_config.py,sha256=_feRRnVVnvQa3AsOQqfULfOgaoj2o6Ze0-fwXwic8p4,15795
|
81
81
|
fractal_server/app/runner/executors/slurm_common/base_slurm_runner.py,sha256=3LHrNmJ8VuBSeFI07q4tq41DWtcYTzYJfHvsaezDyoI,30355
|
82
82
|
fractal_server/app/runner/executors/slurm_common/get_slurm_config.py,sha256=BW6fDpPyB0VH5leVxvwzkVH3r3hC7DuSyoWmRzHITWg,7305
|
83
|
-
fractal_server/app/runner/executors/slurm_common/remote.py,sha256=
|
83
|
+
fractal_server/app/runner/executors/slurm_common/remote.py,sha256=EB2uASKjrBIr25oc13XvSwf8x-TpTBr9WuaLMwNr2y4,5850
|
84
84
|
fractal_server/app/runner/executors/slurm_common/slurm_job_task_models.py,sha256=RoxHLKOn0_wGjnY0Sv0a9nDSiqxYZHKRoMkT3p9_G1E,3607
|
85
85
|
fractal_server/app/runner/executors/slurm_common/utils_executors.py,sha256=naPyJI0I3lD-sYHbSXbMFGUBK4h_SggA5V91Z1Ch1Xg,1416
|
86
86
|
fractal_server/app/runner/executors/slurm_ssh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
87
87
|
fractal_server/app/runner/executors/slurm_ssh/runner.py,sha256=LeEt8a4knm9OCULxhhLkMPBanMW_65ZvL1O-HEA9QMw,7151
|
88
88
|
fractal_server/app/runner/executors/slurm_sudo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
89
89
|
fractal_server/app/runner/executors/slurm_sudo/_subprocess_run_as_user.py,sha256=O1bNg1DiSDJmQE0RmOk2Ii47DagiXp5ryd0R6KxO2OM,3177
|
90
|
-
fractal_server/app/runner/executors/slurm_sudo/runner.py,sha256=
|
90
|
+
fractal_server/app/runner/executors/slurm_sudo/runner.py,sha256=iFaE3EMepbXzmKwqydwYMGJu7D1ak4RhbA43rkVUWZo,5962
|
91
91
|
fractal_server/app/runner/extract_archive.py,sha256=I7UGIHXXuFvlgVPsP7GMWPu2-DiS1EiyBs7a1bvgkxI,2458
|
92
92
|
fractal_server/app/runner/filenames.py,sha256=lPnxKHtdRizr6FqG3zOdjDPyWA7GoaJGTtiuJV0gA8E,70
|
93
93
|
fractal_server/app/runner/run_subprocess.py,sha256=c3JbYXq3hX2aaflQU19qJ5Xs6J6oXGNvnTEoAfv2bxc,959
|
@@ -101,7 +101,7 @@ fractal_server/app/runner/v2/_slurm_sudo.py,sha256=TVihkQKMX6YWEWxXJjQo0WEQOjVy7
|
|
101
101
|
fractal_server/app/runner/v2/db_tools.py,sha256=du5dKhMMFMErQXbGIgu9JvO_vtMensodyPsyDeqz1yQ,3324
|
102
102
|
fractal_server/app/runner/v2/deduplicate_list.py,sha256=IVTE4abBU1bUprFTkxrTfYKnvkNTanWQ-KWh_etiT08,645
|
103
103
|
fractal_server/app/runner/v2/merge_outputs.py,sha256=D1L4Taieq9i71SPQyNc1kMokgHh-sV_MqF3bv7QMDBc,907
|
104
|
-
fractal_server/app/runner/v2/runner.py,sha256=
|
104
|
+
fractal_server/app/runner/v2/runner.py,sha256=B4kAF1S-zHf2PbyHedfuiaNpu4oslVDp33KgXYcoXIk,15706
|
105
105
|
fractal_server/app/runner/v2/runner_functions.py,sha256=a7pmlFrtQ9f42NVwHUwiS_3rVwtaLeR0l3zastvn2jk,18518
|
106
106
|
fractal_server/app/runner/v2/runner_functions_low_level.py,sha256=_h_OOffq3d7V0uHa8Uvs0mj31y1GSZBUXjDDF3WjVjY,3620
|
107
107
|
fractal_server/app/runner/v2/submit_workflow.py,sha256=QywUGIoHAHnrWgfnyX8W9kVqKY-RvVyNLpzrbsXZOZ4,13075
|
@@ -209,8 +209,8 @@ fractal_server/tasks/v2/utils_templates.py,sha256=Kc_nSzdlV6KIsO0CQSPs1w70zLyENP
|
|
209
209
|
fractal_server/urls.py,sha256=QjIKAC1a46bCdiPMu3AlpgFbcv6a4l3ABcd5xz190Og,471
|
210
210
|
fractal_server/utils.py,sha256=PMwrxWFxRTQRl1b9h-NRIbFGPKqpH_hXnkAT3NfZdpY,3571
|
211
211
|
fractal_server/zip_tools.py,sha256=GjDgo_sf6V_DDg6wWeBlZu5zypIxycn_l257p_YVKGc,4876
|
212
|
-
fractal_server-2.14.
|
213
|
-
fractal_server-2.14.
|
214
|
-
fractal_server-2.14.
|
215
|
-
fractal_server-2.14.
|
216
|
-
fractal_server-2.14.
|
212
|
+
fractal_server-2.14.0a31.dist-info/LICENSE,sha256=QKAharUuhxL58kSoLizKJeZE3mTCBnX6ucmz8W0lxlk,1576
|
213
|
+
fractal_server-2.14.0a31.dist-info/METADATA,sha256=gWthjo3HdoO6koOD4uwA7A7LyDXuNPDHFvGYHhHwh20,4563
|
214
|
+
fractal_server-2.14.0a31.dist-info/WHEEL,sha256=7dDg4QLnNKTvwIDR9Ac8jJaAmBC_owJrckbC0jjThyA,88
|
215
|
+
fractal_server-2.14.0a31.dist-info/entry_points.txt,sha256=8tV2kynvFkjnhbtDnxAqImL6HMVKsopgGfew0DOp5UY,58
|
216
|
+
fractal_server-2.14.0a31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|