<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Josh<div>The rsync command that is failing is something like this</div><div><div><br></div><div>buildbot@build buildbot]$ grep rsync deploy_archives.sh</div><div>&nbsp; &nbsp; &nbsp; &nbsp; rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLPATH}</div><div>[buildbot@build buildbot]$</div></div><div><br></div><div>I need some help in running a strace on it and providing support the out put. The command will look like.</div><div><br></div><div><span style="color: rgb(0, 61, 91); font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; background-color: rgb(250, 250, 250);"># strace -f -t -T -o /tmp/rsync-rlDzv.trc rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}</span></div><div><span style="color: rgb(0, 61, 91); font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; background-color: rgb(250, 250, 250);"><br></span></div><div><span style="color: rgb(0, 61, 91); font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; background-color: rgb(250, 250, 250);">I have done this by using test directory and test files between build.macports and packages.macports but it did not encounter any errors.</span></div><div><br></div><div><span style="background-color: rgb(250, 250, 250); color: rgb(0, 61, 91); font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px;">Shree</span></div><div><span style="background-color: rgb(250, 250, 250); color: rgb(0, 61, 91); font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px;">&nbsp;</span></div><div><br><div><div>On Mar 17, 2014, at 11:12 PM, Joshua Root &lt;<a href="mailto:jmr@macports.org">jmr@macports.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 2014-3-18 06:43 , Shreeraj Karulkar wrote:<br><blockquote type="cite"><br>3) Buildbot/Slaves: While all the build-slaves seem to be compiling fine you are probably referring to the deploy_archives.sh is failing for Mavericks right? I have tried send a file via rsync with similar options (-rlDzv) from build.macports to rsync.macports and it went through successfully. I also did a su to user buildbot and sent a test file through successfully. It did prompt me to accept the RSA key though. Can you check if it has worked?<br>There is also a reference to use -e in the rsync options to pass ssh options like the "--ignore-existing” optionthat is being used in the script. However the script has not changed 2013 so I am not sure it thats an issue.<br><br>I am still working on this and would appreciate any clues from anyone, sorry for the delay in the resolution of these issues.<br></blockquote><br>There are three buildbot-related issues remaining:<br><br>1. buildslaves can't selfupdate (possibly they can't connect to<br><a href="http://rsync.macports.org">rsync.macports.org</a>).<br><br>&lt;<a href="https://build.macports.org/builders/buildports-mavericks-x86_64/builds/2211/steps/sync/logs/stdio">https://build.macports.org/builders/buildports-mavericks-x86_64/builds/2211/steps/sync/logs/stdio</a>&gt;<br><br>2. buildmaster can't connect to <a href="http://packages.macports.org">packages.macports.org</a> with rsync.<br><br>&lt;<a href="https://build.macports.org/builders/buildports-mavericks-x86_64/builds/2210/steps/deploy%20archives/logs/stdio">https://build.macports.org/builders/buildports-mavericks-x86_64/builds/2210/steps/deploy%20archives/logs/stdio</a>&gt;<br><br>3. buildmaster is not receiving any changesets. These should come from<br>the post-commit hook which presumably runs on <a href="http://svn.macports.org">svn.macports.org</a>.<br><br>- Josh<br></blockquote></div><br></div></body></html>