-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Conan version: 3.2.1
Artifactory version: Enterprise Plus 7.77.11
Scenario:
Jenkins pipeline is building and uploading around 20 builds with 7 variety packages under each of these in parallel from different executor hosts, each package size is under 40MB.
Example build/package structure:
Command used by the pipeline to upload:
conan upload val_val_cortex-m23/0.0+10145 -r fm-conan-prod -c -v trace
This was all working fine two weeks ago. Since couple of weeks one or two uploads are failing intermittently but frequently.
In successful upload cases, the upload takes just under a minute.
In failure cases, the upload command hangs for many minutes with no outcome.
In the pipeline logic the upload command is guarded by 10 mins timer which terminates the upload command after 10mins wait.
Tried various verbose option with conan upload command, but did not get any meaningful logs/traces.
Upload/download configs:
tools.files.download:retry_wait=10
tools.files.download:retry=10
core.net.http:timeout=630
core.net.http:max_retries=10
core.upload:retry=10
core.upload:retry_wait=10
Any advice how to move further to investigate this?
Any command option to get further logging to see what the command is doing and getting stuck at?