Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] What's the scoop on checkForSignedZip?

Hi all,

I'm curious what is happening in check for signed zip. I've been noticing that I'm intermittently (I think) getting times outs during this step, i.e.:

checkForSignedZip:
     [exec] Result: 2
     [echo] /bin/ls: /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/signing/I200912171449-out/AMP-Master-I200912171449.zip: No such file or directory
    [retry] Attempt [3]: error occurred; retrying...
     [echo] Sleep for 180 seconds...

And in the signing dir at the same time I have something like:

ls /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/signing/I200912171449-out/
AMP-Master-I200912171449.zip.temp  temp_AMP-Master-I200912171449.zip

It's gone up as high as 8 attempts that I've seen. Is this just some kind of normal concurrent process?

cheers,

Miles

Back to the top