-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugbuggy, it does not work as expectedbuggy, it does not work as expected
Milestone
Description
investigate why the following is failing. Pleas note the last two lines contain the reason why
INFO: [2024-09-24 07:11:22,147/ForkProcess-2] [simcore_service_dynamic_sidecar.modules.attribute_monitor._logging_event_handler:event_handler(35)] - Attribute change to: '/dy-volumes/home/smu/work/workspace/.hidden_do_not_remove': permissions=-rw-r--r-- uid=8004 gid=8004 size=228.0B
File stat: os.stat_result(st_mode=33188, st_ino=44313770, st_dev=66306, st_nlink=1, st_uid=8004, st_gid=8004, st_size=228, st_atime=1727161804, st_mtime=1727161804, st_ctime=1727161882)
ERROR: [2024-09-24 07:11:22,147/MainProcess] [simcore_sdk.node_ports_common.r_clone_utils:log_catch(316)] - Unhandled exception:
Traceback (most recent call last):
File "/home/scu/.venv/lib/python3.11/site-packages/servicelib/logging_utils.py", line 311, in log_catch
d
File "/home/scu/.venv/lib/python3.11/site-packages/simcore_sdk/node_ports_common/r_clone_utils.py", line 80, in __call__
rclone_message: _RCloneSyncMessages = parse_raw_as(
^^^^^^^^^^^^^
File "pydantic/tools.py", line 82, in pydantic.tools.parse_raw_as
File "pydantic/tools.py", line 38, in pydantic.tools.parse_obj_as
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 4 validation errors for ParsingModel[Union[_RCloneSyncTransferCompletedMessage, _RCloneSyncUpdatedMessage, _RCloneSyncTransferringMessage]]
__root__ -> object
field required (type=value_error.missing)
__root__ -> size
field required (type=value_error.missing)
__root__ -> object
field required (type=value_error.missing)
__root__ -> stats
field required (type=value_error.missing)
DEBUG: [2024-09-24 07:11:22,147/MainProcess] [simcore_sdk.node_ports_common.r_clone_utils:__call__(78)] - received logs: {"level":"info","msg":"\nTransferred: \t 0 B / 0 B, -, 0 B/s, ETA -\nChecks: 1 / 1, 100%\nElapsed time: 0.0s\n\n","source":"accounting/stats.go:492","stats":{"bytes":0,"checks":1,"deletedDirs":0,"deletes":0,"elapsedTime":0.036729309,"errors":0,"eta":null,"fatalError":false,"renames":0,"retryError":false,"speed":0,"totalBytes":0,"totalChecks":1,"totalTransfers":0,"transferTime":0,"transfers":0},"time":"2024-09-24T07:11:22.146265+00:00"}
DEBUG: [2024-09-24 07:11:22,148/MainProcess] [simcore_sdk.node_ports_common.r_clone_utils:__call__(78)] - received logs: {"level":"info","msg":"Updated modification time in destination","object":".hidden_do_not_remove","objectType":"*s3.Object","source":"operations/operations.go:277","time":"2024-09-24T07:11:22.147117+00:00"}Metadata
Metadata
Labels
bugbuggy, it does not work as expectedbuggy, it does not work as expected