id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
2,299
DM-11245
07/10/2017 12:35:10
Improve Lander's logic for displaying 'draft' notice and docushare links
Make the following changes to Lander: - Always include the "View on DocuShare" button for controlled document types (LDM, LSE, LPM, and so on). Implement as a whitelist, and use the ls.st short link form. This makes the {{--docushare-url}} command line optional have a good automatic default. - Do not show the DRAFT notice for builds on {{master}} and {{docushare-vN}} branch/tag names.
1
2,300
DM-11247
07/10/2017 17:16:29
Add additional alert packet contents to DPDD
Per https://jira.lsstcorp.org/browse/RFC-348, add (approximate) history of nondetections to the alert packet. Also clarify (per https://jira.lsstcorp.org/browse/RFC-350) that DIASource records will include filterName.
2
2,301
DM-11251
07/11/2017 14:58:48
add support for the standardize function for composite datasets
composite objects should get passed to the std_<datasetType> function of the mapper, if there is one.
2
2,302
DM-11256
07/12/2017 12:17:19
Update beamer to LSST2017 templates
A new set of templates are provided, which we should use starting with the July NSF/DOE review. Please change lsst-texmf to use them.
1
2,303
DM-11269
07/13/2017 09:10:38
Please move "Empty WCS extension, using FITS header" from INFO to DEBUG
When reading raw or rawish files you often have a WCS in the header but not one of the custom LSST WCS extensions; this is not interesting to the user, but it's currently logged as INFO (and it's pretty common -- e.g. when assembling biases you get it for every bbox read by {{constructCalib}} scripts): {code} afw.image.ExposureInfo INFO: Empty WCS extension, using FITS header {code} Please move this to DEBUG.
1
2,304
DM-11271
07/13/2017 09:39:27
DocTree is incorrect about LDM-151
Our DocTree currently describes LDM-151 as the "L2 Pipeline Design". It does not provide a design for L1 (or calibration products) pipelines. In fact, LDM-151 covers all of these pipelines, and we should make this clear in the diagram. (I don't think it's critical to fix this before the review, though.)
1
2,305
DM-11280
07/14/2017 10:38:13
Update configs missed in DM-10469
There were a few {{obs_subaru}} config updates missed in DM-10469 in support of running the {{pipe_analysis}} QA scripts. These will be addressed here.
0.5
2,306
DM-11289
07/17/2017 07:23:06
RepositoryArgs needs to check that mapperArgs is dict-like
{{RepositoryArgs.mapperArgs}} is assumed to be dict-like (e.g. {{if 'root' not in mapperArgs}}), but it can be initialised to {{None}}. The init function needs to guarantee that {{mapperArgs}} is dict-like. I think that we should also fix the default value ({{RepositoryArgs.\_\_init\_\_()}} has a default {{mapperArgs=None}}), although we could just add the test; but I think it's clearer to set the default to a valid value too. N.b. mapperArgs is omitted from the class docstring, which otherwise duplicates most of the {{\_\_init\_\_}} docstring.
1
2,307
DM-11299
07/17/2017 17:53:32
WISE coadded images displayed ignored cutout size
For WISE images PDAC in PDAC v2, the input cutout size was ignored for the coadded images. steps to repeat: # select WISE images in LSST search panel # user target m51, input cutout size 600 arcsec # then use the same target, do NOT specify size # Compare the images returned, they are the same The 600arcsec images should be much smaller, and show a pretty spiral galaxy
8
2,308
DM-11322
07/19/2017 15:33:05
Add calibUsed-only qa plots for astrometry and photometry
For qa analysis it is useful to have plots and statistics based solely on the objects that were used for any particular calibration. We have so far been making *calib_psfUsed*-only plots as the PSF modeling was the only provided such a flag in the output catalogs. As of DM-9050, we now also have *calib_astrometryUsed* & *calib_photometryUsed* flags for the astrometry and photometry fitting. This issue is to add the relevant/useful plots to the analysis scripts based on these objects.
1
2,309
DM-11324
07/19/2017 17:51:39
rename decam_hits repository ap_pipe
As we generalize the prototype AP pipeline to non-DECam, non-HITS datasets we should have a more general name than `decam_hits`. I suggest `ap_pipe`.
2
2,310
DM-11328
07/20/2017 07:43:26
afwImage doesn't roundtrip through numpy
{code} im = afwImage.ImageF(10, 20) ima = im.array afwImage.ImageF(ima) afwImage.Image(ima, dtype=ima.dtype) {code} fails with {code} ----> 5 afwImage.Image(ima, dtype=ima.dtype) /Users/lsst/products/DarwinX86/miniconda/latest/envs/lsst-13_0/var/opt/eups/DarwinX86/utils/13.0-7-gd7d2357/python/lsst/utils/wrappers.pyc in __call__(self, *args, **kwds) 272 if cls is None: 273 d = {k: v for k, v in zip(self.TEMPLATE_PARAMS, key)} --> 274 raise TypeError("No registered subclass for {}.".format(d)) 275 return cls(*args, **kwds) 276 TypeError: No registered subclass for {'dtype': dtype('float32')}. {code}
2
2,311
DM-11334
07/20/2017 13:44:18
Update documenteer dependency for lsst-texmf, developer.lsst.io sites, and technotes
Pin documenteer >0.1,<0.2 in these projects to preserve existing assumptions about dependencies. For technotes, the right approach might be to update to documenteer 0.2 and make the necessary changes to their conf.py files.
3
2,312
DM-11335
07/20/2017 14:37:11
obs_cfht tests fall over due to -9999.9 for TELEAZ for calibs
After DM-11163 (and its related tickets), visitInfos are created for calibs (we need darkTimes and expTimes etc). However, some of the metadata in the {{testdata_cfht}} contains values which make {{makeRawVisitInfo}} unhappy. Luckily, the {{megacamMapper}} had a {{_standardizeDetrend}} method for stripping out this which upset things downstream. This ticket just adds the {{TELEAZ}} and {{TELEALT}} keywords to those removed. This should only be called for biases, and therefore not upset anything else.
1
2,313
DM-11336
07/20/2017 16:12:16
Switch default reference catalog for DECam to PS1 in LSST format
Following {{obs_subaru}}, it would be nice to change the configuration files of {{obs_decam}} so to also use the PS1 catalog in LSST format and remove dependence on astrometry.net.
1
2,314
DM-11348
07/21/2017 16:46:26
Generate PDF report from stack-driven eotest outputs
We now have eotest callable from within the DM Stack. Fix its driver script for producing PDF reports to work with the data products as stored by stack execution, and use this to demonstrate that it's doing the same thing as the stand-alone eotest.
2
2,315
DM-11368
07/25/2017 11:10:43
Update EUPS_PKGROOT in shared stack
Following DM-11355, the {{EUPS_PKGROOT}} used to distribute the stack has changed to {{https://eups.lsst.codes/stack/src/}}. Update the shared stack on {{lsst-dev01}} (and Tiger/Perseus, for Princeton users) to pull from that.
1
2,316
DM-11376
07/25/2017 13:53:08
backgrounding job bug
In Firefly catalog searches, do a position search on catalog "Gaia G-band Time Series of Variable Sources". it runs until put in background monitor, then the "Unexpected error" appears. Since this search is illegal, the error message should appear right away, not until in background.
2
2,317
DM-11377
07/25/2017 13:54:02
Prepare for AP Verification Metrics session at LSST 2017 Meeting
There is a 90 minute session at LSST 2017 about AP Verification Metrics. This ticket is to plan and prepare for the session, which includes * determining how to structure the session; meeting organizers sent suggestions * inviting relevant non-AP staff to attend (esp. SQUARE) * preparing relevant talks and/or demos * aggregating and summarizing feedback after the session
5
2,318
DM-11378
07/25/2017 14:32:59
Remove config option to make PSF-matched warps with old and wrong order of operations
In DM-8289 we switched the order of operations when PSF-matching warps to warp first and PSF-match second (so that we don't undo the matching by warping). I add a config parameter matchThenWarp to invoke the old behavior while while the epic was in progress. Now, that that it has been tested, it is time to remove the matchThenWarp branch.
1
2,319
DM-11385
07/26/2017 10:51:47
shebangtron breaks scons
The current behavior of {{shebangtron}} is mangle all {{#!}} statements. This breaks {{scons}} in an otherwise py3 based installation. Steps to reproduce: {code:java} git clone https://github.com/lsst/base.git cd base/ setup -k -r . $ scons scons: *** SCons version 2.5.0 does not run under Python version 3.5.2. Python 3 is not yet supported. {code}
1
2,320
DM-11395
07/26/2017 16:29:15
Update testdata_jointcal refcats to new Indexed format
Many of the reference catalogs provided with {{testdata_jointcal}} are in the old astrometry.net format, which is now deprecated. We should update those provided refcats to the new style format, which will also simplify the test configuration.
2
2,321
DM-11397
07/26/2017 16:30:39
Remove twinkles1 jointcal testdata and tests
The reference catalogs supplied with the twinkles data I have are in the a.net format, and do not contain flux errors. When we update them to the new style format, we should also add flux errors of some sort, so that they can be used with jointcal's new photometry system.   Update: after much thought and discussion, we decided that the twinkles1 jointcal testdata no longer serves a useful purpose, and is holding us up from removing a.net refcats and {{obs_lsstSim}}. Instead of trying to update the included refcat (the HTM indexed version that [~krughoff] found was not a drop in replacement), I'm going to delete the twinkles data and tests all together. We'll be getting some DC2 data built on obs_lsst soon enough, and we will have to write entirely new tests for that anyway.
0.5
2,322
DM-11398
07/26/2017 16:51:19
Time Series image display location issue
1. Search WISE source from PDAC, m81 2. Highlight one source, click on the "View Time Series ..." button for that source 3. change to the time series tab change the number of images displayed to 1, use arrow key to go down the table, the displayed image jumps around, sometimes is in the middle of the image display area, sometimes is at the left side, sometimes at the right side.
2
2,323
DM-11404
07/27/2017 11:27:53
Identify cause of new API inconsistencies
The new deblender API appears to have large residuals in most blends and completely fails in certain cases, even when using identical constraints. This ticket will attempt to identify and fix these issues.
5
2,324
DM-11410
07/27/2017 13:40:42
validate_drp incorrectly outputs filenames as '_<filter>.json'
After the merge of DM-11300, validate_drp has dropped the repo from the output filename. Thus, {{<repo>_<filter>.json}} has become {{_<filter>.json}}.
1
2,325
DM-11415
07/28/2017 07:56:25
Add additional DocuShare link roles to Documenteer
Add additional DocuShare roles to Documenteer. Make it so that any {{ls.st}} functionality is available from reStructuredText (support LTS, LEP, LCA, DMTN, SQR, Document, etc.)
0.5
2,326
DM-11421
07/28/2017 13:44:08
Fix unicode support in obs_lsstSim
obs_lsstSim tests that "raft", "sensor", and "channel" are of type `str`, but this fails in python 2.7 since these may be unicode.
0.5
2,327
DM-11422
07/28/2017 14:06:06
Adapt prototype pipeline to use coadds as templates
Once we have useable coadds from the HiTS 2014 fields matching our HiTS 2015 dataset, these should be used as templates for the AP prototype pipeline (soon to be {{ap_pipe}}). The pipeline will still accept another visit as a template, but the default will be to use the coadds from a specific location in the dataset repo.
3
2,328
DM-11424
07/28/2017 16:22:26
After filtering a plot or on a sorted table, i can't filter selected rows anymore
In dev, after filtering chart points, i tried to filter out couple row selected but nothing happen. Error in the console log is thrown: {code:java} :8080/irsaviewer/timeseries;a=layout.showDropDown?visible=false:1 Uncaught (in promise) SyntaxError: Unexpected token in JSON at position 159 {code} It happen in tri-view and timeSeries tool. If i sort a table, it also fail to filter the selected row.
2
2,329
DM-11429
07/31/2017 08:20:48
tests/testPhotoCal.py fails on 2017-07-31 "master"
Starting this morning, (2017-07-31 ~ 03:00am EDT), {{pipe_tasks}} on master fails {{tests/testPhotoCal.py}}. See first attached file ({{consoleText.txt}} for full log from Jenkins job. second attached file {{pipe_tasks_failure_build.log}} for the same error with a local build on my desktop.
2
2,330
DM-11432
07/31/2017 11:02:43
Implement Robust Coaddition using PSF-matched Warps for Artifact Removal
Follow up to DM-10005 (Prototype). Implement Robust Coaddition task and merge into stack.
8
2,331
DM-11444
07/31/2017 14:15:15
newinstall.sh fails to install Miniconda
{code} $ bash newinstall.sh LSST Software Stack Builder ======================================================================= ######################################################################## 100.0% Detected git version 2.13.3. OK. In addition to Python 2 (>=2.7) or 3 (>=3.5), some LSST packages depend on recent versions of numpy, matplotlib, and scipy. If you do not have all of these, the installation may fail. Using the Miniconda Python distribution will ensure all these are set up. Miniconda Python installed by this installer will be managed by LSST\'s EUPS package manager, and will not replace or modify your system python. Would you like us to install the Miniconda Python distribution (if unsure, say yes)? yes Configured EUPS_PKGROOT: https://eups.lsst.codes/stack/src ::: Deploying Miniconda2-4.2.12-MacOSX-x86_64.sh mktemp: too few X's in template ‘XXXXXXXX.Miniconda2-4.2.12-MacOSX-x86_64.sh’ {code}
1
2,332
DM-11454
08/01/2017 08:47:15
Modify UnitNormMap to round trip zero-length vectors
In AST {{UnitNormMap}} transforms a zero-length vector into {{(NaN, Nan, ..., NaN, 0)}} in the forward direction, as one would expect (since the components of the unit vector are not well defined and the norm is 0), but the inverse transform of that is {{(NaN, NaN, .., NaN)}}. Enhance {{UnitNormMap}} so the inverse transform of {{(NaN, NaN, ..., NaN, 0)}} is {{(0, 0, ..., 0)}}, instead, so zero-length vectors round-trip correctly. Also document the behavior at zero and update the unit test. Be sure to do this on a branch of master, rather than LSST's branch. Finally, update astshim documentation and unit test accordingly.
1
2,333
DM-11458
08/01/2017 15:31:29
Periodogram table rows are no longer selectable and highlighted
In time series tools, on a periodogram table, the first row can be selected but not the others. The highlight is also gone. But i think is still updating the period value so somehow the table panel is not updated. If you click on the peak table and back, you will see the row selected. in Dev branch
2
2,334
DM-11459
08/01/2017 15:54:49
Fix Butler compatibility issues
Recent changes to the Butler have broken the DCR template generation code. This ticket is to update the DCR code to work with the latest version of the Butler.
2
2,335
DM-11461
08/01/2017 18:33:11
Add defect and refcat support to Dataset
The {{ap.verify.dataset.Dataset}} class currently recognizes three types of input data: raw science images, calibration images, and templates. Depending on future policy decisions, up to two more data types -- reference catalogs and defects -- may have their own locations. For forward compatibility (i.e., to avoid having to change hardwired assumptions about where these files are located) the {{Dataset}} class should have properties giving the location of these two data types. At present, they may be defined to be equal to or subdirectories of {{Dataset.calib_location}}.
1
2,336
DM-11467
08/02/2017 14:13:40
Fix docker image name generated with travis-ci
+underlined text+Travis will then automatically generate docker images on each gitbuh commit. This will avoid developer to build docker image on their own. Image will be named qserv/qser:$SHORT_COMMIT_ID (example qserv/qserv:b78189f) and their alias for branch tip will be qserv/qserv:travis_$BRANCH_NAME (example qserv/qserv:travis_DM-11467)
2
2,337
DM-11473
08/03/2017 13:51:19
Add SpherePoint(long, lat, unit) constructor
Implement RFC-367 by adding a {{SpherePoint(double longitude, double latitude, AngleUnit unit)}} constructor. This will simplify DM-11162: Replace all use of {{Coord}} and subclasses with {{SpherePoint}}.
1
2,338
DM-11475
08/03/2017 15:34:15
Grid Layout: access plotly support and make another demo
continue working on the grid layout for firefly, access the plot.ly support, and make more demo/test code
8
2,339
DM-11487
08/04/2017 17:53:29
Fix OSX flakiness in qhttp unit test
Qhttp unit test fails frequently under OSX. Investigate and fix.
1
2,340
DM-11488
08/05/2017 08:30:25
weekly release w_2017_31 failed
The {{w_2017_31}} weekly release failed building master due to what appears to be a repeatable git-lfs error, possibly triggered by DM-11095. {code:java} testdata_jointcal: Traceback (most recent call last): File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/bin/lsst-build", line 51, in <module> args.func(args) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 762, in run manifest = p.construct(args.products) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 725, in construct self._add_product_tree(products, name) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 713, in _add_product_tree dependencies.append(self._add_product_tree(products, dprod.name)) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 713, in _add_product_tree dependencies.append(self._add_product_tree(products, dprod.name)) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 696, in _add_product_tree ref, sha1 = self.product_fetcher.fetch(product_name) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/prepare.py", line 333, in fetch git.checkout("--force", ref) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/git.py", line 49, in checkout return self('checkout', *args, **kwargs) File "/home/lsstsw/jenkins/release/lsstsw/lsst_build/python/lsst/ci/git.py", line 44, in __call__ raise GitError(retcode, cmd, stdout, stderr) lsst.ci.git.GitError: Command '['git', 'checkout', '--force', 'master']' returned non-zero exit status 128. stdout: stderr: Downloading cfht_minimal/src/06AL01/D3/2006-05-20/r/SRC-849375-12.fits (75.94 KB) Error downloading object: cfht_minimal/src/06AL01/D3/2006-05-20/r/SRC-849375-12.fits (5071e4548d33b407c0438b3b7fcbf4fab390674f30ccfd5f7492e21b689e6653) Errors logged to /home/lsstsw/jenkins/release/lsstsw/build/testdata_jointcal/.git/lfs/objects/logs/20170805T020850.70624876.log Use `git lfs logs last` to view the log. error: external filter git-lfs smudge %f failed 2 error: external filter git-lfs smudge %f failed fatal: cfht_minimal/src/06AL01/D3/2006-05-20/r/SRC-849375-12.fits: smudge filter lfs failed {code}
0.5
2,341
DM-11507
08/07/2017 12:32:05
Lua build fails if GNU sed is the default on Darwin
See: https://community.lsst.org/t/sed-e-expression-1-char-1-unknown-command/2147/4 for the description of the problem. Proposed resolution is to update lua's eupspkg scripts to test for gnu vs. BSD sed.
1
2,342
DM-11512
08/07/2017 15:07:17
Create pytest eups package
Create an EUPS package for pytest PyPI distribution.
0.5
2,343
DM-11514
08/07/2017 15:31:08
Modify sconsUtils to use pytest for test execution
This ticket is for modifying sconsUtils such that it uses pytest for test execution rather than python. This is part of improving the test execution environment such that we can capture output from tests in a JUnit format compatible with Jenkins, and so that we can report on skipped tests as well as test execution times.
8
2,344
DM-11516
08/07/2017 17:35:20
Let Doxygen report inherited methods inline
[~mrawls] showed me that the new Sphinx-based documentation system reports inherited methods as full documentation rather than as links to the base class documentation. If the plan for C++ code is still for Doxygen to produce XML output which is then fed to Sphinx ([~jsick], is this still the case?), it would be helpful to set {{INLINE_INHERITED_MEMB}} to {{YES}} so that it has the same behavior.
1
2,345
DM-11517
08/07/2017 17:47:24
Define Science Pipelines milestones in LDM-564 (draft)
The current LDM-564 draft (on {{tickets/DM-11468}}) uses short names ("DRP-MS-IMCHAR-6", etc) for SciPi milestones. Turn them into something readable.
2
2,346
DM-11518
08/07/2017 18:40:14
Modify db tests to support pytest
This ticket is for the work of migrating the DB tests such that they run with the py.test test runner.
1
2,347
DM-11528
08/08/2017 17:23:08
Publish Firefly to npm in support of JupyterLab Widgets development
JupyterLab Widget requires JavaScript libraries to be npm installable. We need to package Firefly as an npm package and publish it.
8
2,348
DM-11529
08/08/2017 17:38:02
Stack tutorial - notebook content
Adapt Jim's notebook and dataset for the stack tutorial.
1
2,349
DM-11538
08/08/2017 19:42:24
fix a few C++ compiler warns
These small fixes address some warns that I have encountered in more recent gcc and clang releases, and some things flagged by the eclipse c++ code analyzer
0.5
2,350
DM-11540
08/09/2017 09:30:21
Experiment with pytest-flake8 eups package
The {{lsst.verify}} package uses flake8 pytest configurations meaning that by default {{verify}} fails when DM-11514 is active because the flake8 plugin is not installed. Add this package as a dependency of sconsUtils. We may have to install flake8 as well, although that might be in the conda installations already.
1
2,351
DM-11542
08/09/2017 11:05:07
Adapt qa analysis script to matplotlib versions on shared stacks
These scripts were being developed on an old version of matplotlib (which was being provided by the shared stack on {{tiger}} at Princeton -- this has recently been updated). The shared stacks on {{lsst-dev}} and {{tiger}} (at Princeton) provide a newer version which results in deprecation warnings and badly formatted plots (to the point where axis labels fall off the side of the figures). This makes several tweaks to adapt to the currently supplied shared stack versions: {code} Current on lsst-dev is matplotlib.__version__ '2.0.0' Current on tiger at Princeton is: matplotlib.__version__ '2.0.2' {code}
3
2,352
DM-11545
08/09/2017 11:19:33
Copyedit LDM-542 in preparation for DM Review
In preparation for the DM Review, make an editing pass over the entire document.
2
2,353
DM-11547
08/09/2017 15:08:07
work with NCSA in deploying a Firefly app in lsst-dev or Nebula
Work out all the issues in deploying a Firefly server in lss-dev or Nebula environment.
3
2,354
DM-11548
08/09/2017 15:10:55
Update text for CCB/SE group in LDM-294
The text for membership of the DM SysEng and DM CCB groups is inconsistent. Make them identical.
1
2,355
DM-11556
08/10/2017 11:09:18
Update chart content of grid-view sample, ffapi-slate-test2.html
Update the chart content of ffapi-slate-test2.html to be in sync with the change of the relevant sample in firefly_client. The content for each chart on WISE search is updated as follows, 2D scatter: w1-w2 and w2-w3 for x and y heatmap: 3 sets, w1 vs. w2, w1 vs. w3, and w1 vs. w34. histogram: 2 sets, w1, w2. 3D scatter: w1, w2, w3 for x, y, z.
1
2,356
DM-11563
08/10/2017 15:27:08
firefly grid display bugs found during testing
Fix the following: - http code that starts with "file://" now goes through LocalFileRetriever, better security this way. - fix layout issues with charts - fix issues with initial plot returning the wrong RangeValues - reinit now hides all dialogs
2
2,357
DM-11566
08/10/2017 15:40:29
automatic purging of daily eups distrib tags
Short lived tags (daily, etc.) should be automatically cleaned up once they have "expired". This should include eupspkg and tarball repos.
8
2,358
DM-11569
08/10/2017 17:53:22
Plotly 3d bug fixes
scatter3d bugs: - 2d axes should not show - options should be basic (not scatter) and should not include options for 2d XY - drag mode buttons should be those that are supported for 3d - selection button should not show unless chart supports selection - zoom to original should work
5
2,359
DM-11574
08/11/2017 09:37:14
Make testDistortion test the distortion
The unit test testDistortion.py tests a few things but those do not include the actual distortion computation (instead it prints a series of values that includes an error. The test contains outdated data (the camera geometry has changed) so some error values are unreasonably large. I propose to do the following: - Update the test to optionally write the expected results to a file (e.g. by setting a constant). - Have the test read the data from a file instead of as text in the file. - Instead of printing output it will test on the difference. Unfortunately this assumes that the current distortion function operates correctly, so it's not quite as thorough a test as we might like, but it will be an improvement and will greatly help DM-5922 which changes to a new distortion function.
1
2,360
DM-11577
08/11/2017 13:20:14
newinstall.sh fails if a pre-exisitng python is not in the path
{code:java} [vagrant@jhoblitt-skc-f25 ~]$ which python /usr/bin/which: no python in (/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin:/home/vagrant/.local/bin:/home/vagrant/bin) [vagrant@jhoblitt-skc-f25 ~]$ /opt/lsst/software/stack/newinstall.sh -b LSST Software Stack Builder ======================================================================= ######################################################################## 100.0% Detected git version 2.9.4. OK. /opt/lsst/software/stack/newinstall.sh: line 569: python: command not found {code}
2
2,361
DM-11578
08/11/2017 16:09:55
Cleanup public:private: ordering in jointcal headers
Many of jointcal's classes have a {{public:protected:private:}} ordering that doesn't match our standard. It'd be good to clean this up, as a separate single commit.
0.5
2,362
DM-11580
08/11/2017 18:15:31
Add a default .pythonrc to the JupyterLab environment
It would be nice if the images spawned by the JupyterLab environment had a set of Python configs that would make using the interpreter nice. This is likely just a `.pythonrc` file in the home directory with at least tab completion (it's possible this comes for free when using ipython instead of python, but I haven't checked).
2
2,363
DM-11584
08/14/2017 09:27:04
jupyterlabdemo w_2017_32 build failed
The jenkins {{build-jupyterlabdemo}} job failed with package dependency errors.
2
2,364
DM-11590
08/15/2017 10:09:42
community.lsst.org TLS cert expires on 2017-10-14
Per nagios: {code:java} community/TLS cert expiration is CRITICAL: CheckHttpCert CRITICAL: TLS/SSL certificate expires on 2017-10-14 15:42:17 UTC - 59 days left. {code}
0.5
2,365
DM-11594
08/15/2017 14:37:08
test_distortion fails when run from pytest
test_distortion.py fails when run from pytest while unpickling: {code} > savedData = pickle.load(dataFile) E AttributeError: Can't get attribute 'CcdData' on <module '__main__' from '/Users/rowen/UW/LSST/lsstsw3/miniconda/bin/pytest'> {code}
1
2,366
DM-11595
08/15/2017 15:33:12
daf_persistence tests fail with pytest-xdist
With DM-11514, we get tests run in parallel using pytest-xdist. This seems to cause individual tests to be parallelized in multiple processes, leading to the daf_persistence tests failing because they assume that a single temp directory can be used for all tests in a single class. We need to change this so that {{setUp}} allocates a proper temp directory with a unique name.
3
2,367
DM-11599
08/16/2017 15:19:04
Migrate qserv LUA wrapper from SWIG to native C API
Last step in getting rid of SWIG dependency is to replace our SWIG-generated LUA wrapper for proxy with hand-crafted one. The interface is not too complicated, there are just four methods in C++ API that need wrapping.
2
2,368
DM-11602
08/16/2017 17:08:08
change syntax for table column data identification
Details: * tbl_id in data * syntax- "table::column" or "table::expression"
3
2,369
DM-11604
08/16/2017 17:29:02
Support showing the active chart traces
When the active trace is changed then move it to the top. This changes the order of the trace and replots, This might needs to be discuss with [~tatianag] and [~loi] before the work begins.
8
2,370
DM-11608
08/18/2017 10:54:45
Update scisql version to 0.3.8 in lsst repo
New scisql version 0.3.8 is out, it fixes issues in running deployment scripts with Python3 (and hence it's needed for Qserv Python3 migration).
1
2,371
DM-11609
08/18/2017 14:31:24
File upload URL input field is not editable
While testing the new upload feature search, i realize that the URL input field is not editable. If a user try to write or edit the URL, it looses focus and can no longer write. Please, allow a user to enter manually a URL.
2
2,372
DM-11610
08/18/2017 14:36:22
Panel size is not fixed in catalog search when adding a new tab
The VO panel in catalog search changes its size when accessed the first time. If you go to Catalog search and switch to "VO", the panel shrink automatically to fit the space. The size should be fixed in advance.
0
2,373
DM-11613
08/18/2017 22:49:50
ctrl_execute fails with pytest-xdist
Testing ctrl_execute with pytest-xdist (eg using ticket branches {{tickets/DM-11514}} and {{tickets/DM-11514-base}}, results in the following error: {code} ### ctrl_execute - pytest-ctrl_execute.xml.failed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ============================= test session starts ============================== platform linux -- Python 3.5.2, pytest-3.2.0, py-1.4.34, pluggy-0.4.0 rootdir: /home/jenkins-slave/workspace/stack-os-matrix/label/centos-7/python/py3/lsstsw/build/ctrl_execute, inifile: plugins: session2file-0.1.9, xdist-1.19.2.dev0+g459d52e.d20170817, forked-0.3.dev0+g1dd93f6.d20170817, flake8-0.8.1 gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I gw0 [37] / gw1 [37] / gw2 [37] / gw3 [37] / gw4 [37] / gw5 [37] / gw6 [37] / gw7 [37] scheduling tests via LoadScheduling .......................F............. generated xml file: /home/jenkins-slave/workspace/stack-os-matrix/label/centos-7/python/py3/lsstsw/build/ctrl_execute/tests/.tests/pytest-ctrl_execute.xml =================================== FAILURES =================================== _____________________________ TestAllocator.test3 ______________________________ [gw7] linux -- Python 3.5.2 /home/jenkins-slave/workspace/stack-os-matrix/label/centos-7/python/py3/lsstsw/miniconda/bin/python self = <test_allocator.TestAllocator testMethod=test3> def test3(self): sys.argv = self.regularArgs() al = self.subSetup("config_condor.py") fileName = os.path.join("tests", "testfiles", "config_allocation.py") > al.loadPbs(fileName) tests/test_allocator.py:116: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ python/lsst/ctrl/execute/pbsPlugin.py:109: in loadPbs configuration = self.loadAllocationConfig(name, "pbs") python/lsst/ctrl/execute/allocator.py:202: in loadAllocationConfig os.makedirs(self.configDir) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = './tests/condor_scratch/configs', mode = 511, exist_ok = False def makedirs(name, mode=0o777, exist_ok=False): """makedirs(name [, mode=0o777][, exist_ok=False]) Super-mkdir; create a leaf directory and all intermediate ones. Works like mkdir, except that any intermediate path segment (not just the rightmost) will be created if it does not exist. If the target directory already exists, raise an OSError if exist_ok is False. Otherwise no exception is raised. This is recursive. """ head, tail = path.split(name) if not tail: head, tail = path.split(head) if head and tail and not path.exists(head): try: makedirs(head, mode, exist_ok) except FileExistsError: # Defeats race condition when another thread created the path pass cdir = curdir if isinstance(tail, bytes): cdir = bytes(curdir, 'ASCII') if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists return try: > mkdir(name, mode) E FileExistsError: [Errno 17] File exists: './tests/condor_scratch/configs' ../../miniconda/lib/python3.5/os.py:241: FileExistsError =============================== warnings summary =============================== tests/test_configurator.py::TestConfigurator::test4 /home/jenkins-slave/workspace/stack-os-matrix/label/centos-7/python/py3/lsstsw/eups/2.1.3/python/eups/hooks.py:253: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/jenkins-slave/workspace/stack-os-matrix/label/centos-7/python/py3/lsstsw/stack/site/startup.py' mode='r' encoding='ANSI_X3.4-1968'> exec(compile(open(startupFile).read(), startupFile, 'exec'), _globals, locals()) -- Docs: http://doc.pytest.org/en/latest/warnings.html =============== 1 failed, 36 passed, 1 warnings in 3.60 seconds ================ {code} The problem seems to be that tests are assuming they are running sequentially but with {{pytest -n 8}} individual tests can run in different processes and since the tests use the same config directory they all race with each other. [~spietrowicz] before I look deeply at the code, is there an obvious way for the tests to use different temp directories or config files?
0.5
2,374
DM-11615
08/19/2017 13:38:53
Fix flaky qhttp ajax unit test
The qhttp ajax unit test still fails intermittently when run under Jenkins CI. Logs indicate a timing sensitivity. Rework this unit test to make it more robust.
1
2,375
DM-11618
08/21/2017 14:34:39
Bug where a test directory is being used twice caused a race condition and failure
In fixing DM-11613, I missed an test where a non-unique directory was being created through code that was being exercised. When this test was run in parallel, a race-condition occurred and a test failed.
0.5
2,376
DM-11625
08/22/2017 13:51:17
Bug in calculation of number-of-detected-in-bands in peak culling
HSC internal release processing uncovered a bug in our peak culling in MergeCoaddDetectionsTask, due to a schema string with periods instead of underscores. The result is that when testing how many bands a source appears to have been detected in, the result is always zero. This has apparently been present on the LSST for a long time (possibly since the code was ported there), and has gone unnoticed because this test is only operative in the very largest blends, which are moderately rare in the Wide survey. We certainly should have spotted it in the UltraDeep RC tests, however; we need to make sure our RC tests include checking for changes in the number or density of detected sources.
1
2,377
DM-11628
08/23/2017 08:57:50
Fix minor bugs in peak culling
Sogo Mineo reports another bug in peak culling that makes it hard to disable via configuration: {quote} The docstring of class CullPeaksConfig says: To disable peak culling, simply set nBandsSafe=1. If I assume `nBandsSafe` is a typo for `nBandsSufficient` and set nBandsSufficient = 1, then the condition for a peak to be kept: if ((rank < self.config.cullPeaks.rankSufficient) or (self.config.cullPeaks.nBandsSufficient > 1 and sum([peak.get(k) for k in keys]) >= self.config.cullPeaks.nBandsSufficient) or (rank < self.config.cullPeaks.rankConsidered and rank < self.config.cullPeaks.rankNormalizedConsidered * familySize)): will be equivalent to: if ((rank < self.config.cullPeaks.rankSufficient) or (rank < self.config.cullPeaks.rankConsidered and rank < self.config.cullPeaks.rankNormalizedConsidered * familySize)): and peak culling will be still active in spite of the instruction of the docstring. {quote}
1
2,378
DM-11630
08/23/2017 15:15:40
ltd-mason bug uploading Science Pipelines docs with lsst.verify API info
The ltd-mason-travis build is showing: {code} Traceback (most recent call last): File "/Users/jsick/.virtualenvs/ltd-mason/bin/ltd-mason-travis", line 11, in <module> load_entry_point('ltd-mason', 'console_scripts', 'ltd-mason-travis')() File "/Users/jsick/lsst/_pipelines_lsst_io_build/ltd-mason/ltdmason/traviscli.py", line 58, in run upload(manifest, product) File "/Users/jsick/lsst/_pipelines_lsst_io_build/ltd-mason/ltdmason/uploader.py", line 31, in upload aws_credentials=aws_credentials) File "/Users/jsick/lsst/_pipelines_lsst_io_build/ltd-mason/ltdmason/uploader.py", line 136, in upload_via_keeper **aws_credentials) File "/Users/jsick/lsst/_pipelines_lsst_io_build/ltd-mason/ltdmason/s3upload.py", line 110, in upload manager.delete_directory(bucket_dirname) File "/Users/jsick/lsst/_pipelines_lsst_io_build/ltd-mason/ltdmason/s3upload.py", line 353, in delete_directory assert len(key_objects) > 0 AssertionError {code} Turns out the problem is that the {{ObjectManger.list_dirnames_in_directory}} method is suddenly including {{'..'}} as one of the returned directory names, which is an empty directory that can't exist on S3. I'm already filtering {{'.'}}, so I just need to filter {{'..'}} too.
0.5
2,379
DM-11650
08/25/2017 11:59:53
Clean up file-based unit tests in ap_verify
The current unit tests for {{Dataset}} and argument parsing use fixed filenames. They should be rewritten to use randomly generated names as recommended on [Community|https://community.lsst.org/t/pytest-is-now-being-used-for-test-execution/2201].
1
2,380
DM-11677
08/28/2017 15:19:25
Fix broken tar file in eups scisql 0.3.8
Tar file in eups scisql 0.3.8 was created with an incorrect prefix. Builds and "installs" without error, but fails subsequently becuase installed files are in the wrong places.
0.5
2,381
DM-11691
08/29/2017 12:47:22
Test failure with butler in obs_sdss
In a Jenkins run last night the Mac failed with an error in obs_sdss: {code} RuntimeError: The RepositoryArgs and RepositoryCfg must match for writable repositories, RepositoryCfg:RepositoryCfg(root='/Users/square/jenkins/workspace/stack-os-matrix/osx.py3/lsstsw/build/obs_sdss', mapper=<lsst.obs.sdss.sdssMapper.SdssMapper object at 0x141d71320>, mapperArgs={}, parents=[], policy=None), RepositoryArgs:RepositoryArgs(root='/Users/square/jenkins/workspace/stack-os-matrix/osx.py3/lsstsw/build/obs_sdss', cfgRoot=None, mapper=<lsst.obs.sdss.sdssMapper.SdssMapper object at 0x141d4d320>, mapperArgs=None, tags=set(), mode='rw', policy=None) Stacktrace self = <testGetId.GetIdTestCase testMethod=testId> def setUp(self): self.bf = dafPersist.ButlerFactory(mapper=SdssMapper(root=".")) > self.butler = self.bf.create() tests/testGetId.py:37: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../stack/DarwinX86/daf_persistence/13.0-32-g7b14ddd/python/lsst/daf/persistence/butlerFactory.py:79: in create return Butler(root=root, mapper=self.mapper) ../../stack/DarwinX86/daf_persistence/13.0-32-g7b14ddd/python/lsst/daf/persistence/butler.py:521: in __init__ self._getCfgs(repoDataList) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <[AttributeError("'Butler' object has no attribute '_repos'") raised in repr()] Butler object at 0x141d4d6d8> repoDataList = [RepoData(id=5399557680,repoArgs=RepositoryArgs(root='/Users/square/jenkins/workspace/stack-os-matrix/osx.py3/lsstsw/b...fg=None,cfgOrigin=None,cfgRoot=None,repo=None,parentRepoDatas=[],isV1Repository=False,role=output,parentRegistry=None)] def _getCfgs(self, repoDataList): """Get or make a RepositoryCfg for each RepoData, and add the cfg to the RepoData. If the cfg exists, compare values. If values match then use the cfg as an "existing" cfg. If the values do not match, use the cfg as a "nested" cfg. If the cfg does not exist, the RepositoryArgs must be for a writable repository. Parameters ---------- repoDataList : list of RepoData The RepoData that are output and inputs of this Butler Raises ------ RuntimeError If the passed-in RepositoryArgs indicate an existing repository but other cfg parameters in those RepositoryArgs don't match the existing repository's cfg a RuntimeError will be raised. """ def cfgMatchesArgs(args, cfg): """Test if there are any values in an RepositoryArgs that conflict with the values in a cfg""" if args.mapper is not None and cfg.mapper != args.mapper: return False if args.mapperArgs is not None and cfg.mapperArgs != args.mapperArgs: return False if args.policy is not None and cfg.policy != args.policy: return False return True for repoData in repoDataList: cfg, isOldButlerRepository = self._getRepositoryCfg(repoData.repoArgs) if cfg is None: if 'w' not in repoData.repoArgs.mode: raise RuntimeError( "No cfg found for read-only input repository at {}".format(repoData.repoArgs.cfgRoot)) repoData.setCfg(cfg=RepositoryCfg.makeFromArgs(repoData.repoArgs), origin='new', root=repoData.repoArgs.cfgRoot, isV1Repository=isOldButlerRepository) else: if 'w' in repoData.repoArgs.mode: # if it's an output repository, the RepositoryArgs must match the existing cfg. if not cfgMatchesArgs(repoData.repoArgs, cfg): raise RuntimeError(("The RepositoryArgs and RepositoryCfg must match for writable " + "repositories, RepositoryCfg:{}, RepositoryArgs:{}").format( > cfg, repoData.repoArgs)) E RuntimeError: The RepositoryArgs and RepositoryCfg must match for writable repositories, RepositoryCfg:RepositoryCfg(root='/Users/square/jenkins/workspace/stack-os-matrix/osx.py3/lsstsw/build/obs_sdss', mapper=<lsst.obs.sdss.sdssMapper.SdssMapper object at 0x141d71320>, mapperArgs={}, parents=[], policy=None), RepositoryArgs:RepositoryArgs(root='/Users/square/jenkins/workspace/stack-os-matrix/osx.py3/lsstsw/build/obs_sdss', cfgRoot=None, mapper=<lsst.obs.sdss.sdssMapper.SdssMapper object at 0x141d4d320>, mapperArgs=None, tags=set(), mode='rw', policy=None) ../../stack/DarwinX86/daf_persistence/13.0-32-g7b14ddd/python/lsst/daf/persistence/butler.py:799: RuntimeError {code}
1
2,382
DM-11692
08/29/2017 14:00:20
artifact stack-os-matrix build .log files
Post merger of DM-11612, junit xml files have been recorded with a non-zero failure count even though the build completed successfully. There is concern that there is a failure mode in which {{pytest}} observes a test failure but exists {{0}} (confirmed in DM-11693). As the build is successful, {{lsstswBuild.sh}}'s log printing is not triggered. It would be useful for debugging purposes to unconditionally artifact all of the build's {{*.log}} files. Tangentially, saving all of the log files would mean that {{lsstswBuild.sh}}'s could be invoked without the {{--print-fail}}, possibly removing the need to address DM-5887.
2
2,383
DM-11698
08/29/2017 15:39:57
Let ap_verify support multiple --dataIdString arguments
Tasks take multiple {{\-\-id}} arguments to allow data satisfying one or more complex conditions. {{ap_verify}} does not currently have this capability; if the user passes multiple {{\-\-dataIdString}} values, only the last will be used. This behavior should be changed to let users have more of the flexibility they expect from running {{CmdLineTasks}} directly. Note that this ticket cannot be satisfied by using {{pipe.base.ArgumentParser}}, because that class assumes its program only needs repository (i.e., previously ingested) input. This ticket may require changes to {{ap_pipe}} to forward multiple IDs to relevant tasks.
2
2,384
DM-11718
08/30/2017 08:37:15
Select bounding box for each source
For the deblender to be useful in the long term, which includes possibly deblending entire images as a single blend, we need to be able to define a bounding box for each source that is a small fraction of the total image size (see the issue created by [~pmelchior] at https://github.com/fred3m/deblender/issues/14). This ticket will attempt to identify the best algorithm to create an initial bounding box large enough to fit all of the flux for _most_ individual objects, with the possibility of growing the box during optimization if the source appears to need a larger area.
1
2,385
DM-11720
08/30/2017 08:43:56
Investigate feasibility to use colors to estimate source boundary boxes
For the deblender to be optimal in the long term survey, which includes possibly deblending entire images as a single blend, we need to be able to define a bounding box for each source that is a small fraction of the total image size (see the issue created by [~pmelchior] at https://github.com/fred3m/deblender/issues/14). Issue DM-11718 has been created to develop an effective algorithm to do this, but will not likely be added to the stack until after testing has been run on a large patch of real HSC images. This ticket is created to track work that has already been done to test whether or not such an algorithm might be possible, and resulted in [this|https://github.com/lsst-dm/deblender_examples/blob/master/test_bbox.ipynb] ipython notebook, which shows that such a procedure is likely to exist. It also shows the possibility of performing multi-band object detection in the future, although discussion with [~pmelchior] indicate that this might be difficult (and/or time consuming) in practice.
2
2,386
DM-11725
08/30/2017 09:26:08
Add coverage testing of unittest
The {{pytest-cov}} plugin should be enabled to write coverage reports from unit testing. This ticket covers the work to enable per-product coverage testing solely from the unittests associated with that product. This can be enabled as part of normal test execution. It is possible to write coverage results to html, the terminal and XML. XML is needed for Jenkins support -- it may be desirable to default to HTML and terminal reporting but allow Jenkins to enable XML output via an environment variable.
3
2,387
DM-11728
08/30/2017 11:35:37
lsst-build output not visible in jenkins console
This may only (always?) happen with the osx / py3 combination. The symptoms are that the console shows: {code:java} ### build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rebuild is commencing....stand by; using -r tickets/DM-11663 {code} with no further output for a considerable portion of the build but inspecting the node directly shows that the build is progressing normally. Speculation on possible causes is: * python stdout buffering * jenkins agent buffering * jdk issues -- of note is that the version of java on the osx nodes is at a different patch level
0.5
2,388
DM-11731
08/30/2017 13:39:59
default min/max values for histogram need more significant digits
# Upload the attached file # add a histogram for glon, all look good # add a histogram for glat, an empty histogram shows up (see attached PNG file) # open the option panel, the min/max vales are the same We need to add more significant digits to those values so the min and the max values are different. There is no point to get histogram if there is no spread in values.
0
2,389
DM-11735
08/30/2017 14:35:48
fix tearDown race conditions in obs_test
Because the test does not use a temp dir for each test method, rmdir in tearDown can collide: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/26515/tests/
0.5
2,390
DM-11744
08/30/2017 17:48:29
Move ci_ctio0m9 to use LSST backed LFS
Currently the {{ci_ctio0m9}} package is using the github backed LFS server. The typical policy is to use the LSST git-lfs server. This package should be converted to use that backend.
1
2,391
DM-11745
08/30/2017 17:55:47
Investigate wrapping external function calls in ap_verify
As discussed in https://jira.lsstcorp.org/browse/DM-10779, it may be possible to minimize code duplication in {{ap_verify}} by using a wrapper function to perform appropriate metrics handling on the library calls to {{ap_pipe}}. This ticket is to investigate the utility of such an approach.
2
2,392
DM-11758
08/31/2017 12:56:51
Make WarpType configurable in GetCoaddAsTemplateTask
Now that there are multiple types of coadds for the different warp types, we should allow specifically requesting PSF-matched templates for image subtraction.
1
2,393
DM-11771
08/31/2017 18:32:29
obs_base fails to build on NFS-mounted systems
When I tried to build {{obs_base}} on an NFS-mounted machine, I got the attached failure. This is after the upgrade to {{pytest-xdist}}.
0.5
2,394
DM-11772
08/31/2017 18:42:23
Study how to integrate metrics into Tasks
At the moment, we do not have a clear plan or framework for how we will make measurements of {{verify}} metrics, particularly those that are specific to a single Task's implementation details. Future development of {{ap_verify}} and feature requests for {{verify}} depend on how we intend to handle these metrics. This ticket is for researching one or more designs for supporting metrics within the Task framework. The result shall be a tech note describing my understanding of the requirements for metrics usage, a summary of what {{verify}} currently supports, and specific proposals for how to incorporate metric measurements into Tasks and/or {{ap_verify}}. The note shall be sent for review to the stakeholders for {{verify}}, {{ap_verify}}, and {{pipe_base}}.
8
2,395
DM-11784
09/01/2017 14:26:11
Find all the necessary data for jointcal/meas_mosaic comparison
The data that was selected for the jointca/meas_mosaic acceptance test is listed on this website: https://confluence.lsstcorp.org/display/DM/JointCal+Acceptance+Tests We need to confirm that it is all available and processed with a recent enough version of the stack, including necessary reference catalogs.
1
2,396
DM-11785
09/01/2017 14:27:32
Run jointcal on acceptance data
Run jointcal on the acceptance data, and produce catalogs that are ready to be validated via validate_drp.
8
2,397
DM-11790
09/01/2017 17:03:58
Move jointcal doc to DMTN-36
In order to make the jointcal document more readily accessible, I will port the current LaTeX into DMTN-36, using the lsst-tex system.
2
2,398
DM-11791
09/02/2017 10:53:10
weekly release w_2017_35 failed
{{_35}} failed in the canonical build on lsst-dev failed due to a full disk or quota limit. {code:java} afw: 13.0-94-ga1c4440+6 ....................................................................................::::: [2017-09-02T07:30:59.486911Z] /home/lsstsw/jenkins/release/lsstsw/miniconda/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_tempnam': ::::: [2017-09-02T07:30:59.486972Z] /home/ilan/minonda/conda-bld/work/Python-2.7.12/./Modules/posixmodule.c:7578: warning: the use of `tempnam' is dangerous, better use `mkstemp' ::::: [2017-09-02T07:30:59.874220Z] /home/lsstsw/jenkins/release/lsstsw/miniconda/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_tmpnam': ::::: [2017-09-02T07:30:59.874323Z] /home/ilan/minonda/conda-bld/work/Python-2.7.12/./Modules/posixmodule.c:7631: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' ::::: [2017-09-02T07:30:59.874362Z] /home/lsstsw/jenkins/release/lsstsw/miniconda/lib/python2.7/config/libpython2.7.a(posixmodule.o): In function `posix_tempnam': ::::: [2017-09-02T07:30:59.874401Z] /home/ilan/minonda/conda-bld/work/Python-2.7.12/./Modules/posixmodule.c:7578: warning: the use of `tempnam' is dangerous, better use `mkstemp' ::::: [2017-09-02T07:31:10.858727Z] /tmp/cck8pdsX.s: Assembler messages: ::::: [2017-09-02T07:31:10.858909Z] /tmp/cck8pdsX.s: Fatal error: can't close tests/ellipse.o: No space left on device ::::: [2017-09-02T07:31:10.935937Z] scons: *** [tests/ellipse.o] Error 1 ::::: [2017-09-02T07:31:10.941966Z] scons: building terminated because of errors. ERROR (206 sec). *** error building product afw. *** exit code = 2 *** log is in /home/lsstsw/jenkins/release/lsstsw/build/afw/_build.log *** last few lines: {code}
0.5