<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;" class=""><div class="">John,</div><div class=""><br class=""></div><div class="">Thanks for the pointer to look at the “.failed” file. I have added it to:</div><div class=""><br class=""></div><div class=""><a href="https://gist.github.com/e1f6ebc1a690a4a3d5a4" class="">https://gist.github.com/e1f6ebc1a690a4a3d5a4</a></div><div class=""><br class=""></div><div class="">The relevant summary from it seems to be:</div><div class=""><br class=""></div><div class=""><pre class="line-pre" style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; margin-top: 0px; margin-bottom: 0px; width: 845px; color: rgb(51, 51, 51); line-height: 16px;"><div class="line" id="file-testprocessccd-py-failed-LC34" style="box-sizing: border-box;">======================================================================
</div><div class="line" id="file-testprocessccd-py-failed-LC35" style="box-sizing: border-box;">FAIL: testProcessCcd (__main__.ProcessCcdTestCase)
</div><div class="line" id="file-testprocessccd-py-failed-LC36" style="box-sizing: border-box;">test ProcessCcdTask
</div><div class="line" id="file-testprocessccd-py-failed-LC37" style="box-sizing: border-box;">----------------------------------------------------------------------
</div><div class="line" id="file-testprocessccd-py-failed-LC38" style="box-sizing: border-box;">Traceback (most recent call last):
</div><div class="line" id="file-testprocessccd-py-failed-LC39" style="box-sizing: border-box;"> File "tests/testProcessCcd.py", line 73, in testProcessCcd
</div><div class="line" id="file-testprocessccd-py-failed-LC40" style="box-sizing: border-box;"> self.assertAlmostEqual(bg0Arr.mean(), 325.4484, places=1)
</div><div class="line" id="file-testprocessccd-py-failed-LC41" style="box-sizing: border-box;">AssertionError: 321.26694 != 325.4484 within 1 places
</div><div class="line" id="file-testprocessccd-py-failed-LC42" style="box-sizing: border-box;">
</div><div class="line" id="file-testprocessccd-py-failed-LC43" style="box-sizing: border-box;">----------------------------------------------------------------------</div></pre><div class=""><br class=""></div></div><div class="">Which looks very similar to <a href="https://jira.lsstcorp.org/browse/DM-1984" class="">DM-1984</a> that Paul noted. A rough version my a step-by-step guide to producing this error:</div><div class="">1) build version 9.2 of the stack -> result: success</div><div class="">2) run eups distrib install -t v10_0 lsst_apps -> result: reported error building pipe_tasks-10.0+1</div><div class="">3) delete previous eups code builds form 9.2</div><div class="">4) run unset LSST_HOME EUPS_PATH LSST_DEVEL EUPS_PKGROOT REPOSITORY_PATH</div><div class="">5) run eups distrib install -t v10_0 lsst_apps -> result: reported error building pipe_tasks-10.0+1</div><div class=""><br class=""></div><div class="">Will</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 11, 2015, at 4:12 PM, John Swinbank <<a href="mailto:swinbank@princeton.edu" class="">swinbank@princeton.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">Hello,<br class=""><br class=""><blockquote type="cite" class="">On 11 Feb 2015, at 15:57, Will Dawson <<a href="mailto:will@dawsonresearch.com" class="">will@dawsonresearch.com</a>> wrote:<br class=""><br class="">I ran into an error building pipe_tasks 10.0+1 as part of the v10.0 LSST stack build. Note that I was able to get pipe_tasks 9.2 to build without a problem as part of the LSST Stack v9.2 build. Error is something related to:<br class=""><br class="">warning: unable to resolve link to `lsst.pipe.base.cmdLineTask.CmdLineTask' for \link command<br class=""></blockquote><br class="">This warning is unhelpful — it’s just Doxygen whining, and is not actually helpful in diagnosing the problem with the test.<br class=""><br class=""><blockquote type="cite" class="">I have to admit that I haven’t spent much time looking into what might be the problem; I thought I would do a quick check with the group to see if this is a known issue with a potentially known fix. If not don’t worry about it until I have done my due diligence. <br class=""><br class="">For reference I placed the build log on:<br class=""><a href="https://gist.github.com/e1f6ebc1a690a4a3d5a4" class="">https://gist.github.com/e1f6ebc1a690a4a3d5a4</a><br class=""></blockquote><br class="">If you look in /Users/dawson/lsst/EupsBuildDir/DarwinX86/pipe_tasks-10.0+1/pipe_tasks-10.0+1/tests/.tests/ you should find a file with the suffix “.failed”. Can you post the contents of that, please?<br class=""><br class="">Cheers,<br class=""><br class="">John</div></blockquote></div><br class=""></body></html>