On Mon, Dec 29, 2014 at 4:49 PM, Tom Kent <lists@teeks99.com> wrote:On Mon, Dec 29, 2014 at 3:22 PM, Rene Rivera <grafikrobot@gmail.com> wrote:And there wasn't a build error some place in the log?The boost-reports.log file is identical, and there isn't anything that strikes me as suspicious earlier on in the file.The full contents are here: http://pastebin.com/pUZXtZaUThere are also boost-reports/master.log and boost-reports/develop.log, they are both short:time: cannot run build_results: No such file or directoryCommand exited with non-zero status 127That make me think that you aren't running the new script. Are you shure you are doing something like this:% cd <some-dir>% mkdir testing% wget https://raw.githubusercontent.com/boostorg/regression/develop/xsl_reports/build_results_all.sh% chmod +x build_results_all.sh% ./build_results_all.sh???I tried exactly the above and it works for me. Obviously the mkdir would only be done the first time.