I’m trying to upload different mender artifacts via the mender-cli and browser, both are failing. With the mender-cli I get this error message:
machine:~$ mender-cli artifacts --server https://hosted.mender.io upload core-image-base-xxx-20200603064344.mender
460.88 MiB / 460.88 MiB [======================================================================================================================================================================================================] 100.00% 19s
Processing uploaded file. This may take around one minute.
I’m pretty sure this is a server side problem, as on May 29, 2020 the same artifact was uploaded successfully. Tried it on June 2, 2020 again and it gave me the above error again and again, for different artifacts.
Hi, I work on the same project with deffo. Unfortunately I see the same bug in a different build environment. But I could “hot-fix” the bug by reducing MENDER_STORAGE_TOTAL_SIZE_MB from about 30GB to 4GB. I’m very confused, that can/should have nothing to do with it?
Any news here? The problem is kind of critical for us as we cannot use our desired partition layout. How can we help fix the problem? The strange thing in our case is that the actual artifact size does not seem to be the problem.
We found an issue with the proxy causing requests with chunked transfer-encoding (which mender-cli uses) to become stale for too long and time out. This issue should now be resolved in Hosted Mender.
Unfortunately, we see a new variant of the error. The upload works, but our pipeline (jenkins) stucks at the upload step forever. We have been seeing this behavior since December 22. (Hosted Mender (Enterprise), CLI-1.3 / CLI-1.5)
Hi @lukas_e I just did a quick test on my desktop with an Artifact of 325MiBs, and it uploaded just fine to my hosted mender account. Is this present only on your CI service, or can you reproduce locally as well?
Hi @oleorhagen, sorry for the late response. Unfortunately, I haven’t had much time for further investigations. In a first local test, the behavior actually did not occur . I will let you know when I have new information.
Thanks for you help