WU sent successfully, but no WU found in API after
Posted: Mon Mar 30, 2020 7:54 pm
Given the following finished WU:
Later on in the log, it looks like it tried to upload again and it worked:
But if I build an API call and check to see if WU was accepted I get a blank JSON back as if that WU doesn't even exist:
The user API also doesn't show the updated WU count after this happens. I have much older WUs that did the same thing, so it's not API not updating (I don't think). This happened to 9 out of 41 WUs I've submitted so far
So does this mean my WU didn't count at all? Why is this happening, given there are no errors? I like to help, but it's discouraging knowing that almost 22% of my WUs go to Narnia!
Code: Select all
08:56:43:WU00:FS00:Connecting to 128.252.203.10:8080
08:57:18:WU01:FS00:0x22:Completed 1000000 out of 1000000 steps (100%)
08:57:20:WU01:FS00:0x22:Saving result file ../logfile_01.txt
08:57:20:WU01:FS00:0x22:Saving result file checkpointState.xml
08:57:20:WU01:FS00:0x22:Saving result file checkpt.crc
08:57:20:WU01:FS00:0x22:Saving result file positions.xtc
08:57:20:WU01:FS00:0x22:Saving result file science.log
08:57:20:WU01:FS00:0x22:Folding@home Core Shutdown: FINISHED_UNIT
08:57:21:WU01:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
08:57:21:WU01:FS00:Sending unit results: id:01 state:SEND error:NO_ERROR project:11762 run:0 clone:10394 gen:17 core:0x22 unit:0x0000001b80fccb0a5e7113b4624904c8
08:57:21:WU01:FS00:Uploading 33.02MiB to 128.252.203.10
08:57:21:WU01:FS00:Connecting to 128.252.203.10:8080
08:57:46:WU00:FS00:Downloading 29.59MiB
08:57:50:WU00:FS00:Download complete
08:57:50:WU00:FS00:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:11761 run:0 clone:3139 gen:10 core:0x22 unit:0x0000001880fccb0a5e6d7d4db69433d6
08:57:50:WU00:FS00:Starting
Code: Select all
[93m09:01:43:WARNING:WU01:FS00:Exception: Failed to send results to work server: Failed to connect to 128.252.203.10:80: Connection timed out[0m
09:01:43:WU01:FS00:Trying to send results to collection server
09:01:43:WU01:FS00:Uploading 33.02MiB to 146.94.192.82
09:01:43:WU01:FS00:Connecting to 146.94.192.82:8080
09:01:46:WU01:FS00:Upload complete
09:01:46:WU01:FS00:Server responded WORK_ACK (400)
09:01:46:WU01:FS00:Final credit estimate, 7608.00 points
09:01:46:WU01:FS00:Cleaning up
Code: Select all
https://api.foldingathome.org/project/11762/run/0/clone/10394/gen/17
So does this mean my WU didn't count at all? Why is this happening, given there are no errors? I like to help, but it's discouraging knowing that almost 22% of my WUs go to Narnia!