Verify the ordering is not buggy:
In [1]: from conda.resolve import normalized_version as nv
In [2]: a = nv('master_gac1855abae.0125')
In [3]: b = nv('master.20150626170402.post157')
In [4]: c = nv('master.20150928224422.post8')
In [5]: d = nv('master.20150928224422.post46')
In [6]: a < b, b < c, c < d
Out[6]: (True, True, True)
In [7]: a < c, b < d
Out[7]: (True, True)
In [8]: a < d
Out[8]: True
In [9]: a > b, b > c, c > d
Out[9]: (False, False, False)
In [10]: a > c, b > d
Out[10]: (False, False)
In [11]: a > d
Out[11]: False
Try installing:
[mjuric@lsst-dev ~/public_html/conda]$ conda --debug install lsst-sims
DEBUG:conda.fetch:channel_urls=('http://research.majuric.org/conda/xxx/linux-64/', 'http://research.majuric.org/conda/xxx/noarch/', 'https://repo.continuum.io/pkgs/free/linux-64/', 'https://repo.continuum.io/pkgs/free/noarch/', 'https://repo.continuum.io/pkgs/pro/linux-64/', 'https://repo.continuum.io/pkgs/pro/noarch/')
Fetching package metadata: INFO:stdoutlog:Fetching package metadata:
DEBUG:requests.packages.urllib3.util.retry:Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): repo.continuum.io
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/pro/noarch/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/pro/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/pro/linux-64/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/pro/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/free/noarch/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/free/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/free/linux-64/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/free/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): research.majuric.org
DEBUG:requests.packages.urllib3.connectionpool:"GET /conda/xxx/noarch/repodata.json.bz2 HTTP/1.1" 302 345
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): lsst-web.ncsa.illinois.edu
DEBUG:requests.packages.urllib3.connectionpool:"GET /~mjuric/conda/xxx/noarch/repodata.json.bz2 HTTP/1.1" 404 332
.DEBUG:dotupdate:fetching repodata: args ('http://research.majuric.org/conda/xxx/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: research.majuric.org
DEBUG:requests.packages.urllib3.connectionpool:"GET /conda/xxx/linux-64/repodata.json.bz2 HTTP/1.1" 302 347
INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: lsst-web.ncsa.illinois.edu
DEBUG:requests.packages.urllib3.connectionpool:"GET /~mjuric/conda/xxx/linux-64/repodata.json.bz2 HTTP/1.1" 200 12699
.DEBUG:dotupdate:fetching repodata: args ('http://research.majuric.org/conda/xxx/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f89bbc63990>, 'use_cache': False}
INFO:stdoutlog:
DEBUG:conda.plan:Pinned specs=[]
DEBUG:conda.plan:H0 specs=['lsst-sims', 'conda']
DEBUG:conda.plan:H2 python True
DEBUG:conda.plan:H3 python
DEBUG:conda.plan:HF specs=['lsst-sims', 'conda', 'python 2.7*']
DEBUG:conda.resolve:specs=['lsst-sims', 'conda', 'python 2.7*'] features=set([])
Solving package specifications: INFO:stdoutlog:Solving package specifications:
DEBUG:conda.resolve:Solving for ['lsst-sims', 'conda', 'python 2.7*']
DEBUG:conda.resolve:Features: set([])
DEBUG:conda.resolve:Installed: ['ncurses-5.9-5.tar.bz2', 'patchelf-0.6-0.tar.bz2', 'python-dateutil-2.4.2-py27_0.tar.bz2', 'pycosat-0.6.1-py27_0.tar.bz2', 'pytz-2015.4-py27_0.tar.bz2', 'sqlite-3.8.4.1-1.tar.bz2', 'sqlalchemy-1.0.6-py27_0.tar.bz2', 'clyent-0.3.4-py27_0.tar.bz2', 'python-2.7.10-1.tar.bz2', 'binstar-0.11.0-py27_0.tar.bz2', 'conda-3.18.1-py27_0.tar.bz2', 'cloog-0.18.0-0.tar.bz2', 'wheel-0.26.0-py27_1.tar.bz2', 'six-1.9.0-py27_0.tar.bz2', 'curl-7.43.0-1.tar.bz2', 'jinja2-2.7.3-py27_1.tar.bz2', 'system-5.8-2.tar.bz2', 'ipython-3.2.0-py27_0.tar.bz2', 'isl-0.12.2-0.tar.bz2', 'conda-env-2.4.2-py27_0.tar.bz2', 'mpfr-3.1.2-0.tar.bz2', 'mpc-1.0.1-0.tar.bz2', 'requests-2.8.0-py27_0.tar.bz2', 'pip-7.1.2-py27_0.tar.bz2', 'conda-build-1.18.0-py27_0.tar.bz2', 'gmp-5.1.2-2.tar.bz2', 'pyyaml-3.11-py27_1.tar.bz2', 'gcc-4.8.5-3.tar.bz2', 'openssl-1.0.1k-1.tar.bz2', 'zlib-1.2.8-0.tar.bz2', 'yaml-0.1.6-0.tar.bz2', 'setuptools-18.3.2-py27_0.tar.bz2', 'readline-6.2-2.tar.bz2', 'markupsafe-0.23-py27_0.tar.bz2', 'krb5-1.13.2-0.tar.bz2', 'tk-8.5.18-0.tar.bz2']
.DEBUG:dotupdate:Checking for unsatisfiability
DEBUG:conda.resolve:Using alg BDD
DEBUG:conda.resolve:Bisecting the version constraint
.DEBUG:dotupdate:Building the constraint with rhs: [0, 10]
.DEBUG:dotupdate:Checking for solutions with rhs: [0, 10]
.DEBUG:dotupdate:Building the constraint with rhs: [11, 21]
.DEBUG:dotupdate:Checking for solutions with rhs: [11, 21]
.DEBUG:dotupdate:Building the constraint with rhs: [22, 32]
.DEBUG:dotupdate:Checking for solutions with rhs: [22, 32]
.DEBUG:dotupdate:Building the constraint with rhs: [33, 43]
.DEBUG:dotupdate:Checking for solutions with rhs: [33, 43]
.DEBUG:dotupdate:Building the constraint with rhs: [44, 54]
.DEBUG:dotupdate:Checking for solutions with rhs: [44, 54]
.DEBUG:dotupdate:Building the constraint with rhs: [55, 65]
.DEBUG:dotupdate:Checking for solutions with rhs: [55, 65]
DEBUG:conda.logic:Evaluated value: 65
.DEBUG:dotupdate:Building the constraint with rhs: [55, 60]
.DEBUG:dotupdate:Checking for solutions with rhs: [55, 60]
.DEBUG:dotupdate:Building the constraint with rhs: [61, 63]
.DEBUG:dotupdate:Checking for solutions with rhs: [61, 63]
DEBUG:conda.logic:Evaluated value: 63
.DEBUG:dotupdate:Building the constraint with rhs: [61, 62]
.DEBUG:dotupdate:Checking for solutions with rhs: [61, 62]
DEBUG:conda.logic:Evaluated value: 62
.DEBUG:dotupdate:Building the constraint with rhs: [61, 61]
.DEBUG:dotupdate:Checking for solutions with rhs: [61, 61]
.DEBUG:dotupdate:Building the constraint with rhs: [62, 62]
.DEBUG:dotupdate:Checking for solutions with rhs: [62, 62]
.DEBUG:dotupdate:Finding the minimal solution
DEBUG:conda.logic:min_sat using alg: iterate
DEBUG:conda.logic:Iterate ran 1000 times
DEBUG:conda.logic:min_sat using alg: sorter
DEBUG:conda.logic:Using max_val 145. N=2670
.DEBUG:dotupdate:Building the constraint with rhs: [0, 72]
.DEBUG:dotupdate:Checking for solutions with rhs: [0, 72]
.DEBUG:dotupdate:Building the constraint with rhs: [73, 109]
.DEBUG:dotupdate:Checking for solutions with rhs: [73, 109]
.DEBUG:dotupdate:Building the constraint with rhs: [110, 127]
.DEBUG:dotupdate:Checking for solutions with rhs: [110, 127]
.DEBUG:dotupdate:Building the constraint with rhs: [128, 136]
.DEBUG:dotupdate:Checking for solutions with rhs: [128, 136]
.DEBUG:dotupdate:Building the constraint with rhs: [137, 141]
.DEBUG:dotupdate:Checking for solutions with rhs: [137, 141]
DEBUG:conda.logic:Evaluated value: 141
.DEBUG:dotupdate:Building the constraint with rhs: [137, 139]
.DEBUG:dotupdate:Checking for solutions with rhs: [137, 139]
DEBUG:conda.logic:Evaluated value: 139
.DEBUG:dotupdate:Building the constraint with rhs: [137, 138]
.DEBUG:dotupdate:Checking for solutions with rhs: [137, 138]
DEBUG:conda.logic:Evaluated value: 138
.DEBUG:dotupdate:Building the constraint with rhs: [137, 137]
.DEBUG:dotupdate:Checking for solutions with rhs: [137, 137]
DEBUG:conda.logic:min_sat using alg: iterate
DEBUG:conda.logic:Iterate ran 1 times
DEBUG:conda.resolve:Older versions in the solution(s):
DEBUG:conda.resolve:[(4, u'astropy-1.0.4-np19py27_0.tar.bz2'), (1, u'lsst-astrometry-net-0.50.1.post11-2.tar.bz2'), (3, u'lsst-astrometry-net-data-0.10.0.post41-0.tar.bz2'), (1, u'lsst-boost-1.59.1-1.tar.bz2'), (2, u'lsst-eigen-3.2.0-2.tar.bz2'), (2, u'lsst-galsim-1.2.2.1.post5-6f8a81a_1.tar.bz2'), (1, u'lsst-healpy-1.8.1.post11-2.tar.bz2'), (1, u'lsst-mysqlpython-1.2.3.1-2.tar.bz2'), (1, u'lsst-pyfits-3.2.4.1.post3-2.tar.bz2'), (1, u'lsst-pykg-config-1.2.0.post5-2.tar.bz2'), (2, u'lsst-sims-master.20150626170402.post157-ac1855abae_0.tar.bz2'), (1, u'lsst-tmv-0.72.1.1.post5-f77e209_2.tar.bz2'), (1, u'lsst-wcslib-4.14.1.post3-2.tar.bz2'), (2, u'matplotlib-1.4.3-np19py27_2.tar.bz2'), (8, u'numpy-1.9.0-py27_0.tar.bz2'), (30, u'python-2.7.11-0.tar.bz2'), (1, u'scipy-0.16.0-np19py27_1.tar.bz2')]
Package plan for installation in environment /ssd/mjuric/projects/lsst_packaging_conda/miniconda:
The following packages will be downloaded:
package | build
---------------------------|-----------------
openssl-1.0.2f | 0 3.2 MB
swig-3.0.8 | 1 2.0 MB
conda-env-2.4.5 | py27_0 24 KB
eups-1.5.9_6 | py27_0 657 KB
pygments-2.1 | py27_0 1.2 MB
requests-2.9.1 | py27_0 605 KB
conda-3.19.0 | py27_0 176 KB
lsst-cfitsio-3360.3 | 2 3.5 MB
lsst-doxygen-1.8.5 | 2 3.0 MB
lsst-eigen-3.2.0 | 2 431 KB
lsst-fftw-3.3.4.1 | 2 1.8 MB
lsst-freetds-0.91.112.1 | 2 3.8 MB
lsst-gsl-1.16.2 | 2 7.0 MB
lsst-minuit2-5.28.00.1 | 2 6.9 MB
lsst-mysqlclient-5.1.73.2 | 2 14.3 MB
lsst-pyephem-3.7.5.1.1 | 2 946 KB
lsst-sims-data-0.10.1 | 2 27.5 MB
lsst-sims-dustmaps-0.10.1.1| 57fdb73_2 151.3 MB
lsst-sims-sed-library-2014.10.06| 2 607.8 MB
lsst-throughputs-master.20150311223609| a98b3deed1_2 5.3 MB
lsst-boost-1.59.1 | 1 14.0 MB
lsst-mysqlpython-1.2.3.1 | 2 104 KB
lsst-palpy-1.7.0 | 2 1.5 MB
lsst-pykg-config-1.2.0.post5| 2 33 KB
lsst-pymssql-2.1.1.post2 | 2 1010 KB
lsst-tmv-0.72.1.1.post5 | f77e209_2 7.6 MB
lsst-wcslib-4.14.1.post3 | 2 2.3 MB
lsst-astrometry-net-0.50.1.post11| 2 25.8 MB
lsst-pyfits-3.2.4.1.post3 | 2 2.0 MB
lsst-galsim-1.2.2.1.post5 | 6f8a81a_1 2.1 MB
lsst-healpy-1.8.1.post11 | 2 9.0 MB
lsst-sims-master.20150626170402.post157| ac1855abae_0 15 KB
------------------------------------------------------------
Total: 906.5 MB
The following NEW packages will be INSTALLED:
astropy: 1.0.4-np19py27_0
backports_abc: 0.4-py27_0
cairo: 1.12.18-6
cython: 0.23.4-py27_0
d2to1: 0.2.12.post1-0
decorator: 4.0.6-py27_0
eups: 1.5.9_6-py27_0
fontconfig: 2.11.1-5
freetype: 2.5.5-0
ipykernel: 4.2.2-py27_0
ipython-notebook: 4.0.4-py27_0
ipython_genutils: 0.1.0-py27_0
jsonschema: 2.4.0-py27_0
jupyter_client: 4.1.1-py27_0
jupyter_core: 4.0.6-py27_0
legacy_configs: 1.0.0-py27_0
libgcc: 4.8.5-1
libgfortran: 1.0-0
libpng: 1.6.17-0
libsodium: 1.0.3-0
libxml2: 2.9.2-0
lsst-afw: 0.11.0.post1-0
lsst-astrometry-net: 0.50.1.post11-2
lsst-astrometry-net-data: 0.10.0.post41-0
lsst-base: 0.11.0-0
lsst-boost: 1.59.1-1
lsst-cfitsio: 3360.3-2
lsst-coadd-chisquared: 0.11.0.post1-0
lsst-coadd-utils: 0.11.0.post2-0
lsst-daf-base: 0.11.0-0
lsst-daf-butlerutils: 0.11.0.post2-0
lsst-daf-persistence: 0.11.0-0
lsst-doxygen: 1.8.5-2
lsst-eigen: 3.2.0-2
lsst-fftw: 3.3.4.1-2
lsst-freetds: 0.91.112.1-2
lsst-galsim: 1.2.2.1.post5-6f8a81a_1
lsst-geom: 0.11.0-0
lsst-gsl: 1.16.2-2
lsst-healpy: 1.8.1.post11-2
lsst-ip-diffim: 0.11.0.post2-0
lsst-ip-isr: 0.11.0.post2-0
lsst-meas-algorithms: 0.11.0.post1-0
lsst-meas-astrom: 0.11.0.post1-0
lsst-meas-base: 0.11.0.post2-0
lsst-meas-deblender: 0.11.0.post2-0
lsst-minuit2: 5.28.00.1-2
lsst-mysqlclient: 5.1.73.2-2
lsst-mysqlpython: 1.2.3.1-2
lsst-ndarray: 0.11.0.post1-0
lsst-obs-lsstsim: 0.11.0.post2-0
lsst-obs-test: 0.11.0.post1-0
lsst-palpy: 1.7.0-2
lsst-pex-config: 0.11.0-0
lsst-pex-exceptions: 0.11.0-0
lsst-pex-logging: 0.11.0-0
lsst-pex-policy: 0.11.0-0
lsst-pipe-base: 0.11.0.post2-0
lsst-pipe-tasks: 0.11.0.post1-0
lsst-pyephem: 3.7.5.1.1-2
lsst-pyfits: 3.2.4.1.post3-2
lsst-pykg-config: 1.2.0.post5-2
lsst-pymssql: 2.1.1.post2-2
lsst-sconsutils: 0.11.0-0
lsst-sims: master.20150626170402.post157-ac1855abae_0
lsst-sims-catalogs-generation: 2.0.1.1.post6-7938958_0
lsst-sims-catalogs-measures: 2.0.1.post21-0
lsst-sims-catutils: 2.0.1.2.post8-f11df9e_0
lsst-sims-coordutils: 2.0.1.1.post8-69f0b27_0
lsst-sims-data: 0.10.1-2
lsst-sims-dustmaps: 0.10.1.1-57fdb73_2
lsst-sims-galsiminterface: 2.0.1.2.post8-05c692b_0
lsst-sims-maf: 2.0.1.5.post6-a2083a4_0
lsst-sims-photutils: 2.0.1.1.post6-9259b29_0
lsst-sims-sed-library: 2014.10.06-2
lsst-sims-utils: 2.0.1.3.post1-535b05f_0
lsst-skymap: 0.11.0.post1-0
lsst-skypix: 0.11.0.post1-0
lsst-throughputs: master.20150311223609-a98b3deed1_2
lsst-tmv: 0.72.1.1.post5-f77e209_2
lsst-utils: 0.11.0-0
lsst-wcslib: 4.14.1.post3-2
matplotlib: 1.4.3-np19py27_2
mistune: 0.7.1-py27_0
nbconvert: 4.1.0-py27_0
nbformat: 4.0.1-py27_0
notebook: 4.1.0-py27_0
numpy: 1.9.0-py27_0
openblas: 0.2.14-3
path.py: 8.1.2-py27_1
pcre: 8.31-0
pexpect: 3.3-py27_0
pickleshare: 0.5-py27_0
pixman: 0.32.6-0
ptyprocess: 0.5-py27_0
py2cairo: 1.10.0-py27_2
pygments: 2.1-py27_0
pyparsing: 2.0.3-py27_0
pyqt: 4.11.4-py27_1
pyzmq: 15.2.0-py27_0
qt: 4.8.7-1
scipy: 0.16.0-np19py27_1
scons: 2.3.0-py27_0
setuptools-git: 1.1-0
simplegeneric: 0.8.1-py27_0
singledispatch: 3.4.0.3-py27_0
sip: 4.16.9-py27_0
ssl_match_hostname: 3.4.0.2-py27_0
stsci.distutils: 0.3.7-0
swig: 3.0.8-1
terminado: 0.5-py27_1
tornado: 4.3-py27_0
traitlets: 4.1.0-py27_0
zeromq: 4.1.3-0
The following packages will be UPDATED:
conda: 3.18.1-py27_0 --> 3.19.0-py27_0
conda-env: 2.4.2-py27_0 --> 2.4.5-py27_0
ipython: 3.2.0-py27_0 --> 4.0.3-py27_0
jinja2: 2.7.3-py27_1 --> 2.8-py27_0
openssl: 1.0.1k-1 --> 1.0.2f-0
pip: 7.1.2-py27_0 --> 8.0.1-py27_0
python: 2.7.10-1 --> 2.7.11-0
pytz: 2015.4-py27_0 --> 2015.7-py27_0
requests: 2.8.0-py27_0 --> 2.9.1-py27_0
setuptools: 18.3.2-py27_0 --> 19.4-py27_0
six: 1.9.0-py27_0 --> 1.10.0-py27_0
sqlalchemy: 1.0.6-py27_0 --> 1.0.11-py27_0
sqlite: 3.8.4.1-1 --> 3.9.2-0
Proceed ([y]/n)? Write failed: Broken pipe
Try installing a specific (latest) version:
[mjuric@lsst-dev ~]$ conda --debug install lsst-sims=master.20150928224422.post46
DEBUG:conda.fetch:channel_urls=('http://research.majuric.org/conda/xxx/linux-64/', 'http://research.majuric.org/conda/xxx/noarch/', 'https://repo.continuum.io/pkgs/free/linux-64/', 'https://repo.continuum.io/pkgs/free/noarch/', 'https://repo.continuum.io/pkgs/pro/linux-64/', 'https://repo.continuum.io/pkgs/pro/noarch/')
Fetching package metadata: INFO:stdoutlog:Fetching package metadata:
DEBUG:requests.packages.urllib3.util.retry:Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): repo.continuum.io
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/pro/noarch/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/pro/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/pro/linux-64/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/pro/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/free/noarch/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/free/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
DEBUG:requests.packages.urllib3.connectionpool:"GET /pkgs/free/linux-64/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('https://repo.continuum.io/pkgs/free/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): research.majuric.org
DEBUG:requests.packages.urllib3.connectionpool:"GET /conda/xxx/noarch/repodata.json.bz2 HTTP/1.1" 302 345
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): lsst-web.ncsa.illinois.edu
DEBUG:requests.packages.urllib3.connectionpool:"GET /~mjuric/conda/xxx/noarch/repodata.json.bz2 HTTP/1.1" 404 332
.DEBUG:dotupdate:fetching repodata: args ('http://research.majuric.org/conda/xxx/noarch/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: research.majuric.org
DEBUG:requests.packages.urllib3.connectionpool:"GET /conda/xxx/linux-64/repodata.json.bz2 HTTP/1.1" 302 347
INFO:requests.packages.urllib3.connectionpool:Resetting dropped connection: lsst-web.ncsa.illinois.edu
DEBUG:requests.packages.urllib3.connectionpool:"GET /~mjuric/conda/xxx/linux-64/repodata.json.bz2 HTTP/1.1" 304 0
.DEBUG:dotupdate:fetching repodata: args ('http://research.majuric.org/conda/xxx/linux-64/',) kwargs {'session': <conda.connection.CondaSession object at 0x7f6415c99990>, 'use_cache': False}
INFO:stdoutlog:
DEBUG:conda.plan:Pinned specs=[]
DEBUG:conda.plan:H0 specs=['lsst-sims master.20150928224422.post46*', 'conda']
DEBUG:conda.plan:H2 python True
DEBUG:conda.plan:H3 python
DEBUG:conda.plan:HF specs=['lsst-sims master.20150928224422.post46*', 'conda', 'python 2.7*']
DEBUG:conda.resolve:specs=['lsst-sims master.20150928224422.post46*', 'conda', 'python 2.7*'] features=set([])
Solving package specifications: INFO:stdoutlog:Solving package specifications:
DEBUG:conda.resolve:Solving for ['lsst-sims master.20150928224422.post46*', 'conda', 'python 2.7*']
DEBUG:conda.resolve:Features: set([])
DEBUG:conda.resolve:Installed: ['ncurses-5.9-5.tar.bz2', 'patchelf-0.6-0.tar.bz2', 'python-dateutil-2.4.2-py27_0.tar.bz2', 'pycosat-0.6.1-py27_0.tar.bz2', 'pytz-2015.4-py27_0.tar.bz2', 'sqlite-3.8.4.1-1.tar.bz2', 'sqlalchemy-1.0.6-py27_0.tar.bz2', 'clyent-0.3.4-py27_0.tar.bz2', 'python-2.7.10-1.tar.bz2', 'binstar-0.11.0-py27_0.tar.bz2', 'conda-3.18.1-py27_0.tar.bz2', 'cloog-0.18.0-0.tar.bz2', 'wheel-0.26.0-py27_1.tar.bz2', 'six-1.9.0-py27_0.tar.bz2', 'curl-7.43.0-1.tar.bz2', 'jinja2-2.7.3-py27_1.tar.bz2', 'system-5.8-2.tar.bz2', 'ipython-3.2.0-py27_0.tar.bz2', 'isl-0.12.2-0.tar.bz2', 'conda-env-2.4.2-py27_0.tar.bz2', 'mpfr-3.1.2-0.tar.bz2', 'mpc-1.0.1-0.tar.bz2', 'requests-2.8.0-py27_0.tar.bz2', 'pip-7.1.2-py27_0.tar.bz2', 'conda-build-1.18.0-py27_0.tar.bz2', 'gmp-5.1.2-2.tar.bz2', 'pyyaml-3.11-py27_1.tar.bz2', 'gcc-4.8.5-3.tar.bz2', 'openssl-1.0.1k-1.tar.bz2', 'zlib-1.2.8-0.tar.bz2', 'yaml-0.1.6-0.tar.bz2', 'setuptools-18.3.2-py27_0.tar.bz2', 'readline-6.2-2.tar.bz2', 'markupsafe-0.23-py27_0.tar.bz2', 'krb5-1.13.2-0.tar.bz2', 'tk-8.5.18-0.tar.bz2']
.DEBUG:dotupdate:Checking for unsatisfiability
DEBUG:conda.resolve:Using alg BDD
DEBUG:conda.resolve:Bisecting the version constraint
.DEBUG:dotupdate:Building the constraint with rhs: [0, 10]
.DEBUG:dotupdate:Checking for solutions with rhs: [0, 10]
.DEBUG:dotupdate:Building the constraint with rhs: [11, 21]
.DEBUG:dotupdate:Checking for solutions with rhs: [11, 21]
.DEBUG:dotupdate:Building the constraint with rhs: [22, 32]
.DEBUG:dotupdate:Checking for solutions with rhs: [22, 32]
.DEBUG:dotupdate:Building the constraint with rhs: [33, 43]
.DEBUG:dotupdate:Checking for solutions with rhs: [33, 43]
.DEBUG:dotupdate:Building the constraint with rhs: [44, 54]
.DEBUG:dotupdate:Checking for solutions with rhs: [44, 54]
DEBUG:conda.logic:Evaluated value: 54
.DEBUG:dotupdate:Building the constraint with rhs: [44, 49]
.DEBUG:dotupdate:Checking for solutions with rhs: [44, 49]
DEBUG:conda.logic:Evaluated value: 48
.DEBUG:dotupdate:Building the constraint with rhs: [44, 46]
.DEBUG:dotupdate:Checking for solutions with rhs: [44, 46]
DEBUG:conda.logic:Evaluated value: 45
.DEBUG:dotupdate:Building the constraint with rhs: [44, 44]
.DEBUG:dotupdate:Checking for solutions with rhs: [44, 44]
.DEBUG:dotupdate:Building the constraint with rhs: [45, 45]
.DEBUG:dotupdate:Checking for solutions with rhs: [45, 45]
.DEBUG:dotupdate:Finding the minimal solution
DEBUG:conda.logic:min_sat using alg: iterate
DEBUG:conda.logic:Iterate ran 1000 times
DEBUG:conda.logic:min_sat using alg: sorter
DEBUG:conda.logic:Using max_val 154. N=2534
.DEBUG:dotupdate:Building the constraint with rhs: [0, 77]
.DEBUG:dotupdate:Checking for solutions with rhs: [0, 77]
.DEBUG:dotupdate:Building the constraint with rhs: [78, 116]
.DEBUG:dotupdate:Checking for solutions with rhs: [78, 116]
.DEBUG:dotupdate:Building the constraint with rhs: [117, 135]
.DEBUG:dotupdate:Checking for solutions with rhs: [117, 135]
.DEBUG:dotupdate:Building the constraint with rhs: [136, 145]
.DEBUG:dotupdate:Checking for solutions with rhs: [136, 145]
.DEBUG:dotupdate:Building the constraint with rhs: [146, 150]
.DEBUG:dotupdate:Checking for solutions with rhs: [146, 150]
DEBUG:conda.logic:Evaluated value: 150
.DEBUG:dotupdate:Building the constraint with rhs: [146, 148]
.DEBUG:dotupdate:Checking for solutions with rhs: [146, 148]
DEBUG:conda.logic:Evaluated value: 148
.DEBUG:dotupdate:Building the constraint with rhs: [146, 147]
.DEBUG:dotupdate:Checking for solutions with rhs: [146, 147]
DEBUG:conda.logic:Evaluated value: 147
.DEBUG:dotupdate:Building the constraint with rhs: [146, 146]
.DEBUG:dotupdate:Checking for solutions with rhs: [146, 146]
DEBUG:conda.logic:min_sat using alg: iterate
DEBUG:conda.logic:Iterate ran 1 times
DEBUG:conda.resolve:Older versions in the solution(s):
DEBUG:conda.resolve:[(4, u'astropy-1.0.4-np19py27_0.tar.bz2'), (2, u'matplotlib-1.4.3-np19py27_2.tar.bz2'), (8, u'numpy-1.9.0-py27_0.tar.bz2'), (30, u'python-2.7.11-0.tar.bz2'), (1, u'scipy-0.16.0-np19py27_1.tar.bz2')]
Package plan for installation in environment /ssd/mjuric/projects/lsst_packaging_conda/miniconda:
The following packages will be downloaded:
package | build
---------------------------|-----------------
openssl-1.0.2f | 0 3.2 MB
swig-3.0.8 | 1 2.0 MB
alabaster-0.7.7 | py27_0 15 KB
conda-env-2.4.5 | py27_0 24 KB
eups-1.5.9_6 | py27_0 657 KB
pygments-2.1 | py27_0 1.2 MB
requests-2.9.1 | py27_0 605 KB
snowballstemmer-1.2.1 | py27_0 73 KB
sphinx_rtd_theme-0.1.9 | py27_0 628 KB
babel-2.2.0 | py27_0 4.3 MB
conda-3.19.0 | py27_0 176 KB
lsst-cfitsio-3360.3 | 2 3.5 MB
lsst-doxygen-1.8.5 | 2 3.0 MB
lsst-eigen-3.2.5 | 1 438 KB
lsst-fftw-3.3.4.1 | 2 1.8 MB
lsst-freetds-0.91.112.1 | 2 3.8 MB
lsst-gsl-1.16.2 | 2 7.0 MB
lsst-minuit2-5.28.00.1 | 2 6.9 MB
lsst-mysqlclient-5.1.73.2 | 2 14.3 MB
lsst-pyephem-3.7.5.1.1 | 2 946 KB
lsst-sims-data-0.10.1 | 2 27.5 MB
lsst-sims-dustmaps-0.10.1.1| 57fdb73_2 151.3 MB
lsst-sims-sed-library-2014.10.06| 2 607.8 MB
lsst-throughputs-master.20150311223609| a98b3deed1_2 5.3 MB
lsst-boost-1.59.4 | 0 14.0 MB
lsst-mysqlpython-1.2.3.1 | 2 104 KB
lsst-palpy-1.7.0 | 2 1.5 MB
lsst-pykg-config-1.2.0.post5| 2 33 KB
lsst-pymssql-2.1.1.post2 | 2 1010 KB
lsst-sconsutils-w.2015.45 | 0 208 KB
lsst-tmv-0.72.1.1.post5 | f77e209_2 7.6 MB
lsst-wcslib-4.14.1.post3 | 2 2.3 MB
sphinx-1.3.5 | py27_0 1.2 MB
astropy-helpers-1.1b1 | 0 161 KB
lsst-astrometry-net-0.50.1.post11| 2 25.8 MB
lsst-astrometry-net-data-0.10.0.post45| 0 1.7 MB
lsst-base-w.2015.45 | 0 4.1 MB
lsst-geom-w.2015.45 | 0 138 KB
lsst-pyfits-3.2.4.1.post3 | 2 2.0 MB
lsst-galsim-1.2.2.1.post11 | 6f8a81a_0 2.1 MB
lsst-healpy-1.8.1.post11 | 2 9.0 MB
lsst-ndarray-w.2015.45 | 0 10.7 MB
lsst-pex-exceptions-w.2015.45| 0 5.3 MB
lsst-sncosmo-master.20151111000057| 9c4da67ece_0 626 KB
lsst-utils-w.2015.45 | 0 5.5 MB
lsst-daf-base-w.2015.45 | 0 8.3 MB
lsst-sims-utils-sims_2.1.1.post1| 0 41 KB
lsst-pex-logging-w.2015.45 | 0 6.2 MB
lsst-pex-policy-w.2015.45 | 0 7.5 MB
lsst-sims-photutils-sims_2.1.1.post1| 0 1.0 MB
lsst-daf-persistence-w.2015.45| 0 34.6 MB
lsst-pex-config-w.2015.45 | 0 2.7 MB
lsst-afw-w.2015.45 | 0 160.5 MB
lsst-sims-catalogs-generation-sims_2.1.1.post1| 0 5.4 MB
lsst-sims-catalogs-measures-sims_2.1.1.post1| 0 51 KB
lsst-sims-coordutils-sims_2.1.1.post1| 0 48 KB
lsst-skymap-w.2015.45 | 0 200 KB
lsst-skypix-w.2015.45 | 0 111 KB
lsst-daf-butlerutils-w.2015.45| 0 27.9 MB
lsst-obs-test-w.2015.45 | 0 38.9 MB
lsst-pipe-base-w.2015.45 | 0 226 KB
lsst-coadd-utils-w.2015.45 | 0 4.2 MB
lsst-coadd-chisquared-w.2015.45| 0 3.5 MB
lsst-meas-base-w.2015.45 | 0 16.6 MB
lsst-meas-algorithms-w.2015.45| 0 25.2 MB
lsst-ip-isr-w.2015.45 | 0 5.0 MB
lsst-meas-astrom-w.2015.45 | 0 27.1 MB
lsst-meas-deblender-w.2015.45| 0 7.7 MB
lsst-ip-diffim-w.2015.45 | 0 17.2 MB
lsst-pipe-tasks-w.2015.45 | 0 9.3 MB
lsst-obs-lsstsim-w.2015.45 | 0 21.0 MB
lsst-sims-catutils-sims_2.1.1b| 0 835 KB
lsst-sims-maf-sims_2.1.1.post1| 0 23.4 MB
lsst-sims-galsiminterface-sims_2.1.1.post2| 0 505 KB
lsst-sims-master.20150928224422.post46| c2d9827e8b_0 17 KB
------------------------------------------------------------
Total: 1.36 GB
The following NEW packages will be INSTALLED:
alabaster: 0.7.7-py27_0
astropy: 1.0.4-np19py27_0
astropy-helpers: 1.1b1-0
babel: 2.2.0-py27_0
backports_abc: 0.4-py27_0
cairo: 1.12.18-6
cython: 0.23.4-py27_0
d2to1: 0.2.12.post1-0
decorator: 4.0.6-py27_0
docutils: 0.12-py27_0
eups: 1.5.9_6-py27_0
fontconfig: 2.11.1-5
freetype: 2.5.5-0
ipykernel: 4.2.2-py27_0
ipython-notebook: 4.0.4-py27_0
ipython_genutils: 0.1.0-py27_0
jsonschema: 2.4.0-py27_0
jupyter_client: 4.1.1-py27_0
jupyter_core: 4.0.6-py27_0
legacy_configs: 1.0.0-py27_0
libgfortran: 1.0-0
libpng: 1.6.17-0
libsodium: 1.0.3-0
libxml2: 2.9.2-0
lsst-afw: w.2015.45-0
lsst-astrometry-net: 0.50.1.post11-2
lsst-astrometry-net-data: 0.10.0.post45-0
lsst-base: w.2015.45-0
lsst-boost: 1.59.4-0
lsst-cfitsio: 3360.3-2
lsst-coadd-chisquared: w.2015.45-0
lsst-coadd-utils: w.2015.45-0
lsst-daf-base: w.2015.45-0
lsst-daf-butlerutils: w.2015.45-0
lsst-daf-persistence: w.2015.45-0
lsst-doxygen: 1.8.5-2
lsst-eigen: 3.2.5-1
lsst-fftw: 3.3.4.1-2
lsst-freetds: 0.91.112.1-2
lsst-galsim: 1.2.2.1.post11-6f8a81a_0
lsst-geom: w.2015.45-0
lsst-gsl: 1.16.2-2
lsst-healpy: 1.8.1.post11-2
lsst-ip-diffim: w.2015.45-0
lsst-ip-isr: w.2015.45-0
lsst-meas-algorithms: w.2015.45-0
lsst-meas-astrom: w.2015.45-0
lsst-meas-base: w.2015.45-0
lsst-meas-deblender: w.2015.45-0
lsst-minuit2: 5.28.00.1-2
lsst-mysqlclient: 5.1.73.2-2
lsst-mysqlpython: 1.2.3.1-2
lsst-ndarray: w.2015.45-0
lsst-obs-lsstsim: w.2015.45-0
lsst-obs-test: w.2015.45-0
lsst-palpy: 1.7.0-2
lsst-pex-config: w.2015.45-0
lsst-pex-exceptions: w.2015.45-0
lsst-pex-logging: w.2015.45-0
lsst-pex-policy: w.2015.45-0
lsst-pipe-base: w.2015.45-0
lsst-pipe-tasks: w.2015.45-0
lsst-pyephem: 3.7.5.1.1-2
lsst-pyfits: 3.2.4.1.post3-2
lsst-pykg-config: 1.2.0.post5-2
lsst-pymssql: 2.1.1.post2-2
lsst-sconsutils: w.2015.45-0
lsst-sims: master.20150928224422.post46-c2d9827e8b_0
lsst-sims-catalogs-generation: sims_2.1.1.post1-0
lsst-sims-catalogs-measures: sims_2.1.1.post1-0
lsst-sims-catutils: sims_2.1.1b-0
lsst-sims-coordutils: sims_2.1.1.post1-0
lsst-sims-data: 0.10.1-2
lsst-sims-dustmaps: 0.10.1.1-57fdb73_2
lsst-sims-galsiminterface: sims_2.1.1.post2-0
lsst-sims-maf: sims_2.1.1.post1-0
lsst-sims-photutils: sims_2.1.1.post1-0
lsst-sims-sed-library: 2014.10.06-2
lsst-sims-utils: sims_2.1.1.post1-0
lsst-skymap: w.2015.45-0
lsst-skypix: w.2015.45-0
lsst-sncosmo: master.20151111000057-9c4da67ece_0
lsst-throughputs: master.20150311223609-a98b3deed1_2
lsst-tmv: 0.72.1.1.post5-f77e209_2
lsst-utils: w.2015.45-0
lsst-wcslib: 4.14.1.post3-2
matplotlib: 1.4.3-np19py27_2
mistune: 0.7.1-py27_0
nbconvert: 4.1.0-py27_0
nbformat: 4.0.1-py27_0
notebook: 4.1.0-py27_0
numpy: 1.9.0-py27_0
openblas: 0.2.14-3
path.py: 8.1.2-py27_1
pcre: 8.31-0
pexpect: 3.3-py27_0
pickleshare: 0.5-py27_0
pixman: 0.32.6-0
ptyprocess: 0.5-py27_0
py: 1.4.31-py27_0
py2cairo: 1.10.0-py27_2
pygments: 2.1-py27_0
pyparsing: 2.0.3-py27_0
pyqt: 4.11.4-py27_1
pytest: 2.8.5-py27_0
pyzmq: 15.2.0-py27_0
qt: 4.8.7-1
scipy: 0.16.0-np19py27_1
scons: 2.3.0-py27_0
setuptools-git: 1.1-0
simplegeneric: 0.8.1-py27_0
singledispatch: 3.4.0.3-py27_0
sip: 4.16.9-py27_0
snowballstemmer: 1.2.1-py27_0
sphinx: 1.3.5-py27_0
sphinx_rtd_theme: 0.1.9-py27_0
ssl_match_hostname: 3.4.0.2-py27_0
stsci.distutils: 0.3.7-0
swig: 3.0.8-1
terminado: 0.5-py27_1
tornado: 4.3-py27_0
traitlets: 4.1.0-py27_0
zeromq: 4.1.3-0
The following packages will be UPDATED:
conda: 3.18.1-py27_0 --> 3.19.0-py27_0
conda-env: 2.4.2-py27_0 --> 2.4.5-py27_0
ipython: 3.2.0-py27_0 --> 4.0.3-py27_0
jinja2: 2.7.3-py27_1 --> 2.8-py27_0
openssl: 1.0.1k-1 --> 1.0.2f-0
pip: 7.1.2-py27_0 --> 8.0.1-py27_0
python: 2.7.10-1 --> 2.7.11-0
pytz: 2015.4-py27_0 --> 2015.7-py27_0
requests: 2.8.0-py27_0 --> 2.9.1-py27_0
setuptools: 18.3.2-py27_0 --> 19.4-py27_0
six: 1.9.0-py27_0 --> 1.10.0-py27_0
sqlalchemy: 1.0.6-py27_0 --> 1.0.11-py27_0
sqlite: 3.8.4.1-1 --> 3.9.2-0
Proceed ([y]/n)? n