conda / conda-build

Commands and tools for building conda packages
https://docs.conda.io/projects/conda-build/
Other
383 stars 424 forks source link

Packages fail to be created, seemingly due to JSON decoding error #3064

Closed krinsman closed 1 year ago

krinsman commented 6 years ago

Actual Behavior

The build seems to succeed, but then there is a failure to create the package, with the error being something cryptic about JSON decoding.

It doesn't seem like any of these solved issues I found on Google (1)(2)(3) explain the error, but honestly I don't really understand how conda build works, so maybe they do.

For context I am trying to create conda packages for JupyterLab extensions for my organization to use. It works some of the time, but other times it doesn't, and the difference is unclear to me. If I should post examples of similar build scripts which do work, please let me know.

I will put the full output below at the end because it is extremely verbose.

Expected Behavior

The package creation should probably fail, but maybe give an error that is more informative to the technologically illiterate like myself.

Steps to Reproduce

In a directory (on Mac OS X) called plotly, have the following two files:

  1. meta.yaml:
package:
  name: jupyterlab_plotly-extension
  version: "0.16.0"

source:
  git_url: https://github.com/jupyterlab/jupyter-renderers.git

requirements:
  build:
    - nodejs
    - jupyterlab>=0.33.4
  run:
    - nodejs
    - jupyterlab>=0.33.4

about:
  home: https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/plotly-extension
  license: "BSD 3-Clause"
  license_file: LICENSE
  creator: "JupyterLab team"
  1. build.sh
export PKG_NAME=jupyter-renderers
/bin/mkdir -p $CONDA_PREFIX/etc $CONDA_PREFIX/etc/$PKG_NAME
/bin/cp -a ./. $CONDA_PREFIX/etc/$PKG_NAME
cd $CONDA_PREFIX/etc
/bin/mkdir -p ./jupyter/nbdata ./conda/activate.d ./conda/deactivate.d
touch ./conda/activate.d/env_vars.sh ./conda/deactivate.d/env_vars.sh

##### Create activation script
echo "#\!/bin/bash" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_DATA_DIR" ]
then
    /bin/cp -a $JUPYTER_DATA_DIR/. $CONDA_PREFIX/etc/jupyter/nbdata
fi
echo "export JUPYTER_DATA_DIR=\$CONDA_PREFIX/etc/jupyter/nbdata" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_CONFIG_DIR" ]
then
    /bin/cp -a $JUPYTER_CONFIG_DIR/. $CONDA_PREFIX/etc/jupyter/nbconfig
fi
echo "export JUPYTER_CONFIG_DIR=\$CONDA_PREFIX/etc/jupyter/nbconfig" >> ./conda/activate.d/env_vars.sh

##### Create deactivation script
echo "#\!/bin/bash" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_DATA_DIR" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_CONFIG_DIR" >> ./conda/deactivate.d/env_vars.sh

##### Deactivate then reactivate conda environment so that changes take effect
export ENVIRONMENT_DIRECTORY=$CONDA_PREFIX
conda deactivate
source activate $ENVIRONMENT_DIRECTORY

# Actually install extension
cd $PKG_NAME/packages/plotly-extension
export NODE_OPTIONS=--max-old-space-size=4096
npm install
npm run build
jupyter labextension install .
cd ../../..
/bin/rm -rf ./$PKG_NAME
jupyter lab build

Then run cd ..; conda build plotly.

Output of conda info
    active environment : base
    active env location : /opt/miniconda
            shell level : 1
       user config file : /Users/krinsman/.condarc
 populated config files : /Users/krinsman/.condarc
          conda version : 4.5.9
    conda-build version : 3.12.0
         python version : 3.6.5.final.0
       base environment : /opt/miniconda  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/osx-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/osx-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /opt/miniconda/pkgs
                          /Users/krinsman/.conda/pkgs
       envs directories : /opt/miniconda/envs
                          /Users/krinsman/.conda/envs
               platform : osx-64
             user-agent : conda/4.5.9 requests/2.18.4 CPython/3.6.5 Darwin/17.7.0 OSX/10.13.6
                UID:GID : 77075:77075
             netrc file : None
           offline mode : False

Full output of attempted build

Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Attempting to finalize metadata for jupyterlab_plotly-extension
INFO:conda_build.metadata:Attempting to finalize metadata for jupyterlab_plotly-extension
Solving environment: ...working... done
Solving environment: ...working... done
BUILD START: ['jupyterlab_plotly-extension-0.16.0-0.tar.bz2']
Solving environment: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p

The following NEW packages will be INSTALLED:

    appdirs:             1.4.3-py37h28b3542_0   
    appnope:             0.1.0-py37_0           
    asn1crypto:          0.24.0-py37_0          
    attrs:               18.1.0-py37_0          
    automat:             0.7.0-py37_0           
    backcall:            0.1.0-py37_0           
    bleach:              2.1.3-py37_0           
    ca-certificates:     2018.03.07-0           
    certifi:             2018.4.16-py37_0       
    cffi:                1.11.5-py37h342bebf_0  
    constantly:          15.1.0-py37h28b3542_0  
    cryptography:        2.2.2-py37h1de35cc_0   
    decorator:           4.3.0-py37_0           
    entrypoints:         0.2.3-py37_2           
    html5lib:            1.0.1-py37_0           
    hyperlink:           18.0.0-py37_0          
    idna:                2.7-py37_0             
    incremental:         17.5.0-py37_0          
    ipykernel:           4.8.2-py37_0           
    ipython:             6.5.0-py37_0           
    ipython_genutils:    0.2.0-py37_0           
    jedi:                0.12.1-py37_0          
    jinja2:              2.10-py37_0            
    jsonschema:          2.6.0-py37_0           
    jupyter_client:      5.2.3-py37_0           
    jupyter_core:        4.4.0-py37_0           
    jupyterlab:          0.33.4-py37_0          
    jupyterlab_launcher: 0.11.2-py37_0          
    libcxx:              4.0.1-h579ed51_0       
    libcxxabi:           4.0.1-hebd6815_0       
    libedit:             3.1.20170329-hb402a30_2
    libffi:              3.2.1-h475c297_4       
    libsodium:           1.0.16-h3efe00b_0      
    markupsafe:          1.0-py37h1de35cc_1     
    mistune:             0.8.3-py37h1de35cc_1   
    nbconvert:           5.3.1-py37_0           
    nbformat:            4.4.0-py37_0           
    ncurses:             6.1-h0a44026_0         
    nodejs:              8.11.3-h0a44026_0      
    notebook:            5.6.0-py37_0           
    openssl:             1.0.2o-h1de35cc_1      
    pandoc:              2.2.1-h1a437c5_0       
    pandocfilters:       1.4.2-py37_1           
    parso:               0.3.1-py37_0           
    pexpect:             4.6.0-py37_0           
    pickleshare:         0.7.4-py37_0           
    pip:                 10.0.1-py37_0          
    prometheus_client:   0.3.1-py37_0           
    prompt_toolkit:      1.0.15-py37_0          
    ptyprocess:          0.6.0-py37_0           
    pyasn1:              0.4.4-py37_0           
    pyasn1-modules:      0.2.2-py37_0           
    pycparser:           2.18-py37_1            
    pygments:            2.2.0-py37_0           
    pyopenssl:           18.0.0-py37_0          
    python:              3.7.0-hc167b69_0       
    python-dateutil:     2.7.3-py37_0           
    pyzmq:               17.0.0-py37h1de35cc_3  
    readline:            7.0-hc1231fa_4         
    send2trash:          1.5.0-py37_0           
    service_identity:    17.0.0-py37h28b3542_0  
    setuptools:          39.2.0-py37_0          
    simplegeneric:       0.8.1-py37_2           
    six:                 1.11.0-py37_1          
    sqlite:              3.24.0-ha441bb4_0      
    terminado:           0.8.1-py37_1           
    testpath:            0.3.1-py37_0           
    tk:                  8.6.7-h35a86e2_3       
    tornado:             5.0.2-py37h1de35cc_0   
    traitlets:           4.3.2-py37_0           
    twisted:             18.7.0-py37h1de35cc_1  
    wcwidth:             0.1.7-py37_0           
    webencodings:        0.5.1-py37_1           
    wheel:               0.31.1-py37_0          
    xz:                  5.2.4-h1de35cc_4       
    zeromq:              4.2.5-h0a44026_0       
    zlib:                1.2.11-hf3cbc9b_2      
    zope:                1.0-py37_0             
    zope.interface:      4.5.0-py37h1de35cc_0   

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Cloning into '/opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/work'...
done.
checkout: 'HEAD'
Your branch is up to date with 'origin/_conda_cache_origin_head'.
==> git log -n1 <==

commit 9b1a199e53b675938192465bdefad1780215a8f4
Merge: 902833c 73fd5c4
Author: Ian Rose <ian.r.rose@gmail.com>
Date:   Thu Aug 2 13:27:03 2018 -0700

    Merge pull request #69 from jasongrout/mathjax3

    Initial version of a MathJax 3 (prerelease) extension.

==> git describe --tags --dirty <==

@jupyterlab/fasta-extension@0.16.0-60-g9b1a199

==> git status <==

On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

nothing to commit, working tree clean

source tree in: /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/work
npm WARN deprecated @mapbox/gl-matrix@0.0.1: This
WARN notice [SECURITY] static-eval has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=static-eval&version=0.2.4 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 546 packages in 21.595s

> @jupyterlab/plotly-extension@0.17.0 build /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> tsc

   ╭─────────────────────────────────────╮
   │                                     │
   │   Update available 5.6.0 → 6.3.0    │
   │     Run npm i -g npm to update      │
   │                                     │
   ╰─────────────────────────────────────╯

> /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/npm pack /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension

> @jupyterlab/plotly-extension@0.17.0 prepack /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> npm run clean && npm run build

> @jupyterlab/plotly-extension@0.17.0 clean /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> rimraf lib

> @jupyterlab/plotly-extension@0.17.0 build /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> tsc

jupyterlab-plotly-extension-0.17.0.tgz
> /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/npm pack /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension

> @jupyterlab/plotly-extension@0.17.0 prepack /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> npm run clean && npm run build

> @jupyterlab/plotly-extension@0.17.0 clean /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> rimraf lib

> @jupyterlab/plotly-extension@0.17.0 build /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyter-renderers/packages/plotly-extension
> tsc

jupyterlab-plotly-extension-0.17.0.tgz
> node /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                                                        
info No lockfile found.                                                                                                                                                                                                                                    
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                            
warning @jupyterlab/plotly-extension > plotly.js > mapbox-gl > @mapbox/gl-matrix@0.0.1: This                                                                                                                                                               
warning @jupyterlab/plotly-extension > plotly.js > ndarray-fill > cwise > static-module > through2 > xtend > object-keys@0.4.0:                                                                                                                            
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                       
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                  
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                          
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                                                        
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                       
success Saved lockfile.                                                                                                                                                                                                                                    
warning Your current version of Yarn is out of date. The latest version is "1.9.4", while you're on "1.6.0".                                                                                                                                               
✨  Done in 273.85s.                                                                                                                                                                                                                                       
> node /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod#######################################################---------------------------------------------------------------------------------------------------------] 1272/2266
yarn run v1.6.0                                                                                                                                                                                                                                            
$ webpack --config webpack.prod.config.js                                                                                                                                                                                                                  
Hash: b09bdea4664ffdf66123
Version: webpack 4.12.2
Time: 100940ms
Built at: 2018-08-06 10:20:56
                                   Asset       Size  Chunks                    Chunk Names
    vendors~main.5c771d150f666ce971c4.js   5.58 MiB       4  [emitted]  [big]  vendors~main
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.8655c60128912e3ea900.js    441 KiB       0  [emitted]  [big]  
    vendors~vega.0b44f1a8a011558b52f6.js    697 KiB       1  [emitted]  [big]  vendors~vega
            vega.9cff6aa9bc603daa8752.js  156 bytes       2  [emitted]         vega
               3.41f272f8c07719e6ad4f.js   3.59 KiB       3  [emitted]         
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
            main.ecf56e8a4b7ee74093e4.js   21.2 KiB       5  [emitted]         main
           0.8655c60128912e3ea900.js.map   1.27 MiB       0  [emitted]         
vendors~vega.0b44f1a8a011558b52f6.js.map   2.76 MiB       1  [emitted]         vendors~vega
        vega.9cff6aa9bc603daa8752.js.map  105 bytes       2  [emitted]         vega
           3.41f272f8c07719e6ad4f.js.map   9.25 KiB       3  [emitted]         
vendors~main.5c771d150f666ce971c4.js.map   19.4 MiB       4  [emitted]         vendors~main
        main.ecf56e8a4b7ee74093e4.js.map   77.8 KiB       5  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.5c771d150f666ce971c4.js vendors~main.5c771d150f666ce971c4.js.map main.ecf56e8a4b7ee74093e4.js main.ecf56e8a4b7ee74093e4.js.map
[0] readable-stream (ignored) 15 bytes {5} [built]
[1] crypto (ignored) 15 bytes {5} [optional] [built]
[2] buffer (ignored) 15 bytes {5} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {4} [built]
[4] util (ignored) 15 bytes {5} [built]
[5] vertx (ignored) 15 bytes {5} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {5} [built]
[7] fs (ignored) 15 bytes {2} [built]
[8] node-fetch (ignored) 15 bytes {2} [built]
[ANye] ./build/index.out.js 34.5 KiB {5} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {1} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {5} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {3} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {1} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {4} [built]
    + 1304 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  0.8655c60128912e3ea900.js (441 KiB)
  vendors~vega.0b44f1a8a011558b52f6.js (697 KiB)
  vendors~main.5c771d150f666ce971c4.js (5.58 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (5.6 MiB)
      vendors~main.5c771d150f666ce971c4.js
      main.ecf56e8a4b7ee74093e4.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 107.06s.                                                                                                                                                                                                                                       
**Note: Removing dead /opt/miniconda/conda-bld/jupyterlab plotly-extension 1533575506674/ h env placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold p/etc/jupyter-renderers/packages/plotly-extension "@jupyterlab/plotly-extension"
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                                                        
info No lockfile found.                                                                                                                                                                                                                                    
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                            
warning @jupyterlab/plotly-extension > plotly.js > mapbox-gl > @mapbox/gl-matrix@0.0.1: This                                                                                                                                                               
warning @jupyterlab/plotly-extension > plotly.js > ndarray-fill > cwise > static-module > through2 > xtend > object-keys@0.4.0:                                                                                                                            
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                       
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                  
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                          
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                                                        
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                       
success Saved lockfile.                                                                                                                                                                                                                                    
✨  Done in 16.71s.                                                                                                                                                                                                                                        
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                                                                             
yarn run v1.6.0                                                                                                                                                                                                                                            
$ webpack --config webpack.prod.config.js                                                                                                                                                                                                                  
Hash: b09bdea4664ffdf66123
Version: webpack 4.12.2
Time: 88226ms
Built at: 2018-08-06 10:22:54
                                   Asset       Size  Chunks                    Chunk Names
    vendors~main.5c771d150f666ce971c4.js   5.58 MiB       4  [emitted]  [big]  vendors~main
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.8655c60128912e3ea900.js    441 KiB       0  [emitted]  [big]  
    vendors~vega.0b44f1a8a011558b52f6.js    697 KiB       1  [emitted]  [big]  vendors~vega
            vega.9cff6aa9bc603daa8752.js  156 bytes       2  [emitted]         vega
               3.41f272f8c07719e6ad4f.js   3.59 KiB       3  [emitted]         
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
            main.ecf56e8a4b7ee74093e4.js   21.2 KiB       5  [emitted]         main
           0.8655c60128912e3ea900.js.map   1.27 MiB       0  [emitted]         
vendors~vega.0b44f1a8a011558b52f6.js.map   2.76 MiB       1  [emitted]         vendors~vega
        vega.9cff6aa9bc603daa8752.js.map  105 bytes       2  [emitted]         vega
           3.41f272f8c07719e6ad4f.js.map   9.25 KiB       3  [emitted]         
vendors~main.5c771d150f666ce971c4.js.map   19.4 MiB       4  [emitted]         vendors~main
        main.ecf56e8a4b7ee74093e4.js.map   77.8 KiB       5  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.5c771d150f666ce971c4.js vendors~main.5c771d150f666ce971c4.js.map main.ecf56e8a4b7ee74093e4.js main.ecf56e8a4b7ee74093e4.js.map
[0] readable-stream (ignored) 15 bytes {5} [built]
[1] crypto (ignored) 15 bytes {5} [optional] [built]
[2] buffer (ignored) 15 bytes {5} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {4} [built]
[4] util (ignored) 15 bytes {5} [built]
[5] vertx (ignored) 15 bytes {5} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {5} [built]
[7] fs (ignored) 15 bytes {2} [built]
[8] node-fetch (ignored) 15 bytes {2} [built]
[ANye] ./build/index.out.js 34.5 KiB {5} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {1} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {5} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {3} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {1} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {4} [built]
    + 1304 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  0.8655c60128912e3ea900.js (441 KiB)
  vendors~vega.0b44f1a8a011558b52f6.js (697 KiB)
  vendors~main.5c771d150f666ce971c4.js (5.58 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (5.6 MiB)
      vendors~main.5c771d150f666ce971c4.js
      main.ecf56e8a4b7ee74093e4.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 91.96s.                                                                                                                                                                                                                                        

Resource usage statistics from building jupyterlab_plotly-extension:
   Process count: 8
   CPU time: Sys=0:00:46.6, User=0:05:11.1
   Memory: 3.6G
   Disk usage: 37.1K
   Time elapsed: 0:09:14.7

Packaging jupyterlab_plotly-extension
INFO:conda_build.build:Packaging jupyterlab_plotly-extension
Packaging jupyterlab_plotly-extension-0.16.0-0
INFO:conda_build.build:Packaging jupyterlab_plotly-extension-0.16.0-0
number of files: 27451
Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None

Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_plotly-extension_1533575506674/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None

   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_plotly-extension,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
Fixing permissions
Traceback (most recent call last):
  File "/opt/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 424, in main
    execute(sys.argv[1:])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 415, in execute
    verify=args.verify)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/api.py", line 200, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 2189, in build_tree
    notest=notest,
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1575, in build
    built_package = bundlers[output_d.get('type', 'conda')](output_d, m, env, stats)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1012, in bundle_conda
    timeout=metadata.config.timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 154, in update_index
    channel_name)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 215, in update_subdir_index
    paths = read_json_caching_file(paths_path)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 210, in read_json_caching_file
    return json.load(fi)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 299, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/opt/miniconda/lib/python3.6/json/decoder.py", line 342, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2542676 column 2 (char 110686431)
msarahan commented 6 years ago

That usually means that your index got corrupted somehow. Most often, I need to go into the folder with the index files, and clean out the many .something.json files. I agree that we should handle it better.

krinsman commented 6 years ago

To show that this isn't a one-off occurrence, I will also post here the meta YAML's, build scripts, and outputs for the other instances when this occurred for me.

  1. meta.yaml
package:
  name: jupyterlab-manager
  version: "0.36.0"

source:
  git_url: https://github.com/jupyter-widgets/ipywidgets.git

requirements:
  build:
    - nodejs
    - jupyterlab>=0.33.4
  run:
    - nodejs
    - jupyterlab>=0.33.4

about:
  home: https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
  license: "BSD 3-Clause"
  license_file: LICENSE
  creator: "Jupyter Widgets team"
  1. build.sh
export PKG_NAME=ipywidgets
/bin/mkdir -p $CONDA_PREFIX/etc $CONDA_PREFIX/etc/$PKG_NAME
/bin/cp -a ./. $CONDA_PREFIX/etc/$PKG_NAME
cd $CONDA_PREFIX/etc
/bin/mkdir -p ./jupyter/nbdata ./conda/activate.d ./conda/deactivate.d
touch ./conda/activate.d/env_vars.sh ./conda/deactivate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_DATA_DIR" ]
then
    /bin/cp -a $JUPYTER_DATA_DIR/. $CONDA_PREFIX/etc/jupyter/nbdata
fi
echo "export JUPYTER_DATA_DIR=\$CONDA_PREFIX/etc/jupyter/nbdata" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_CONFIG_DIR" ]
then
    /bin/cp -a $JUPYTER_CONFIG_DIR/. $CONDA_PREFIX/etc/jupyter/nbconfig
fi
echo "export JUPYTER_CONFIG_DIR=\$CONDA_PREFIX/etc/jupyter/nbconfig" >> ./conda/activate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_DATA_DIR" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_CONFIG_DIR" >> ./conda/deactivate.d/env_vars.sh
export ENVIRONMENT_DIRECTORY=$CONDA_PREFIX
conda deactivate
source activate $ENVIRONMENT_DIRECTORY

cd $PKG_NAME
ipython kernel install --name ipywidgets --display-name "ipywidgets" --sys-prefix
npm install -g yarn
./dev-install.sh
cd packages/jupyterlab-manager
npm install
npm run build
jupyter labextension install .
cd ..
/bin/rm -rf ./$PKG_NAME
jupyter lab build

Full output

(warning: extremely verbose, so multiple sections were removed -- GitHub literally won't allow me to post the entire output because it is too long)

Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Attempting to finalize metadata for jupyterlab-manager
INFO:conda_build.metadata:Attempting to finalize metadata for jupyterlab-manager
Solving environment: ...working... done
Solving environment: ...working... done
BUILD START: ['jupyterlab-manager-0.36.0-0.tar.bz2']
Solving environment: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_

The following NEW packages will be INSTALLED:

    appdirs:             1.4.3-py37h28b3542_0   
    appnope:             0.1.0-py37_0           
    asn1crypto:          0.24.0-py37_0          
    attrs:               18.1.0-py37_0          
    automat:             0.7.0-py37_0           
    backcall:            0.1.0-py37_0           
    bleach:              2.1.3-py37_0           
    ca-certificates:     2018.03.07-0           
    certifi:             2018.4.16-py37_0       
    cffi:                1.11.5-py37h342bebf_0  
    constantly:          15.1.0-py37h28b3542_0  
    cryptography:        2.2.2-py37h1de35cc_0   
    decorator:           4.3.0-py37_0           
    entrypoints:         0.2.3-py37_2           
    html5lib:            1.0.1-py37_0           
    hyperlink:           18.0.0-py37_0          
    idna:                2.7-py37_0             
    incremental:         17.5.0-py37_0          
    ipykernel:           4.8.2-py37_0           
    ipython:             6.5.0-py37_0           
    ipython_genutils:    0.2.0-py37_0           
    jedi:                0.12.1-py37_0          
    jinja2:              2.10-py37_0            
    jsonschema:          2.6.0-py37_0           
    jupyter_client:      5.2.3-py37_0           
    jupyter_core:        4.4.0-py37_0           
    jupyterlab:          0.33.4-py37_0          
    jupyterlab_launcher: 0.11.2-py37_0          
    libcxx:              4.0.1-h579ed51_0       
    libcxxabi:           4.0.1-hebd6815_0       
    libedit:             3.1.20170329-hb402a30_2
    libffi:              3.2.1-h475c297_4       
    libsodium:           1.0.16-h3efe00b_0      
    markupsafe:          1.0-py37h1de35cc_1     
    mistune:             0.8.3-py37h1de35cc_1   
    nbconvert:           5.3.1-py37_0           
    nbformat:            4.4.0-py37_0           
    ncurses:             6.1-h0a44026_0         
    nodejs:              8.11.3-h0a44026_0      
    notebook:            5.6.0-py37_0           
    openssl:             1.0.2o-h1de35cc_1      
    pandoc:              2.2.1-h1a437c5_0       
    pandocfilters:       1.4.2-py37_1           
    parso:               0.3.1-py37_0           
    pexpect:             4.6.0-py37_0           
    pickleshare:         0.7.4-py37_0           
    pip:                 10.0.1-py37_0          
    prometheus_client:   0.3.1-py37_0           
    prompt_toolkit:      1.0.15-py37_0          
    ptyprocess:          0.6.0-py37_0           
    pyasn1:              0.4.4-py37_0           
    pyasn1-modules:      0.2.2-py37_0           
    pycparser:           2.18-py37_1            
    pygments:            2.2.0-py37_0           
    pyopenssl:           18.0.0-py37_0          
    python:              3.7.0-hc167b69_0       
    python-dateutil:     2.7.3-py37_0           
    pyzmq:               17.0.0-py37h1de35cc_3  
    readline:            7.0-hc1231fa_4         
    send2trash:          1.5.0-py37_0           
    service_identity:    17.0.0-py37h28b3542_0  
    setuptools:          39.2.0-py37_0          
    simplegeneric:       0.8.1-py37_2           
    six:                 1.11.0-py37_1          
    sqlite:              3.24.0-ha441bb4_0      
    terminado:           0.8.1-py37_1           
    testpath:            0.3.1-py37_0           
    tk:                  8.6.7-h35a86e2_3       
    tornado:             5.0.2-py37h1de35cc_0   
    traitlets:           4.3.2-py37_0           
    twisted:             18.4.0-py37h1de35cc_0  
    wcwidth:             0.1.7-py37_0           
    webencodings:        0.5.1-py37_1           
    wheel:               0.31.1-py37_0          
    xz:                  5.2.4-h1de35cc_4       
    zeromq:              4.2.5-h0a44026_0       
    zlib:                1.2.11-hf3cbc9b_2      
    zope:                1.0-py37_0             
    zope.interface:      4.5.0-py37h1de35cc_0   

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Cloning into '/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/work'...
done.
checkout: 'HEAD'
Your branch is up to date with 'origin/_conda_cache_origin_head'.
==> git log -n1 <==

commit 2ce067aa5dda2281988eb9c2c53ef07151fab906
Merge: 717e2873 cbb67f3b
Author: Sylvain Corlay <sylvain.corlay@gmail.com>
Date:   Fri Aug 3 17:55:53 2018 +0200

    Merge pull request #2162 from martinRenou/implement_video_widget

    Implement Video and Audio widgets

==> git describe --tags --dirty <==

7.3.2-4-g2ce067aa

==> git status <==

On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

nothing to commit, working tree clean

source tree in: /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/work
Installed kernelspec ipywidgets in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/kernels/ipywidgets
/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/yarnpkg -> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/node_modules/yarn/bin/yarn.js
/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/yarn -> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.9.2
added 1 package in 12.635s
Checking yarn... 1.9.2
Checking pip... pip 10.0.1 from /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/pip (python 3.7)
Checking jupyter lab... 0.33.4
yarn install v1.9.2                                                                                                                                                                                                                                                                        
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                                                            
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                                                          
warning "workspace-aggregator-c1e7fbec-9de0-4b95-8138-40b8f7a7bc15 > @jupyter-widgets/controls > postcss-cssnext@3.1.0" has unmet peer dependency "caniuse-lite@^1.0.30000697".                                                                                                            
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                                                       
✨  Done in 570.75s.                                                                                                                                                                                                                                                                       
yarn run v1.9.2                                                                                                                                                                                                                                                                            
$ lerna run build --ignore "@jupyter-widgets/example-*"                                                                                                                                                                                                                                    
lerna info version 2.11.0
lerna info versioning independent
lerna info ignore @jupyter-widgets/example-*
$ npm run build:src

> @jupyter-widgets/base@1.2.1 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/base
> tsc --project src

$ npm run build:src

> @jupyter-widgets/output@1.1.1 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/output
> tsc --project src

$ npm run build:src && npm run build:css

> @jupyter-widgets/controls@1.3.1 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/controls
> tsc --project src

> @jupyter-widgets/controls@1.3.1 build:css /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/controls
> postcss --use postcss-import --use postcss-cssnext -o css/widgets.built.css css/widgets.css

$ npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

$ npm run build:src && webpack && npm run build:embed-amd

> @jupyter-widgets/html-manager@0.14.1 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/html-manager
> tsc --project src

Hash: da69e08f409b739ef0cb42a6c39be0ae54411eddb07b3ac3cca83c9cbc82e5401f69c0760d2093d6f0c66aeef1ab2a1919ce8c811acbc19f30c3e975
Version: webpack 3.12.0
Child
    Hash: da69e08f409b739ef0cb
    Time: 86195ms
                                     Asset     Size  Chunks                    Chunk Names
      674f50d287a8c48dc19ba404d20fe713.eot   166 kB          [emitted]         
    af7ae505a9eed503f8b8e6982036873e.woff2  77.2 kB          [emitted]         
     fee66e712a8a08eef5805a46892932ad.woff    98 kB          [emitted]         
      b06871f281fee6b241d60582ae9369b9.ttf   166 kB          [emitted]         
      912ec66d7572ff821749319396470bde.svg   444 kB          [emitted]  [big]  
                                0.embed.js   902 kB       0  [emitted]  [big]  
                                  embed.js  6.35 MB       1  [emitted]  [big]  main
                            0.embed.js.map  1.17 MB       0  [emitted]         
                              embed.js.map  8.16 MB       1  [emitted]         main
      [17] ../base/lib/index.js 586 bytes {1} [built]
     [355] ../schema/index.js 250 bytes {1} [built]
     [369] ./lib/embed.js 517 bytes {1} [built]
     [370] ./lib/index.js 687 bytes {1} [built]
     [371] ./lib/htmlmanager.js 3.86 kB {1} [built]
     [372] ../controls/lib/index.js 1.01 kB {1} [built]
     [593] ./lib/output.js 3.42 kB {1} [built]
     [758] ./package.json 2.21 kB {1} [built]
     [759] ./lib/libembed.js 3.59 kB {1} [built]
     [771] ../controls/css/widgets.built.css 1.23 kB {1} [built]
     [772] /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/css-loader!/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/postcss-loader/lib??ref--0-2!../controls/css/widgets.built.css 43.3 kB {1} [built] [2 warnings]
     [804] ../schema/v1/state.schema.json 1.08 kB {1} [built]
     [805] ../schema/v1/view.schema.json 484 bytes {1} [built]
     [806] ../schema/v2/state.schema.json 1.83 kB {1} [built]
     [807] ../schema/v2/view.schema.json 455 bytes {1} [built]
        + 903 hidden modules

    WARNING in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/css-loader!/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/postcss-loader/lib??ref--0-2!/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/apputils/style/index.css
    (Emitted value instead of an instance of Error) postcss-custom-properties: /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/apputils/style/commandpalette.css:159:3: variable '--jp-icon-checkmark' is undefined and used without a fallback
     @ /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/apputils/style/index.css 4:14-114
     @ /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/apputils/lib/index.js
     @ /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/rendermime/lib/registry.js
     @ /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/@jupyterlab/rendermime/lib/index.js
     @ ./lib/htmlmanager.js
     @ ./lib/index.js
     @ ./lib/embed.js

# Numerous other instances of similar if not identical warnings omitted...

Child
    Hash: 42a6c39be0ae54411edd
    Time: 683ms
                  Asset     Size  Chunks             Chunk Names
    embed-amd-render.js  2.91 kB       0  [emitted]  main
       [0] ./lib/embed-amd-render.js 375 bytes {0} [built]
Child
    Hash: b07b3ac3cca83c9cbc82
    Time: 78993ms
                                     Asset     Size  Chunks                    Chunk Names
      674f50d287a8c48dc19ba404d20fe713.eot   166 kB          [emitted]         
    af7ae505a9eed503f8b8e6982036873e.woff2  77.2 kB          [emitted]         
     fee66e712a8a08eef5805a46892932ad.woff    98 kB          [emitted]         
      b06871f281fee6b241d60582ae9369b9.ttf   166 kB          [emitted]         
      912ec66d7572ff821749319396470bde.svg   444 kB          [emitted]  [big]  
                           libembed-amd.js   401 kB       0  [emitted]  [big]  main
      [14] ../schema/index.js 250 bytes {0} [built]
      [15] ./lib/libembed-amd.js 3.05 kB {0} [built]
      [16] ./lib/libembed.js 3.59 kB {0} [built]
      [29] ../controls/css/widgets.built.css 1.23 kB {0} [built]
      [30] /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/css-loader!/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/postcss-loader/lib??ref--0-2!../controls/css/widgets.built.css 43.3 kB {0} [built] [2 warnings]
      [35] (webpack)/buildin/module.js 517 bytes {0} [built]
      [36] (webpack)/buildin/global.js 509 bytes {0} [built]
      [71] ../schema/v1/state.schema.json 1.08 kB {0} [built]
      [72] ../schema/v1/view.schema.json 484 bytes {0} [built]
      [73] ../schema/v2/state.schema.json 1.83 kB {0} [built]
      [74] ../schema/v2/view.schema.json 455 bytes {0} [built]
        + 64 hidden modules

    WARNING in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/css-loader!/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/postcss-loader/lib??ref--0-2!../controls/css/widgets.built.css
    (Emitted value instead of an instance of Error) postcss-custom-properties: /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/html-manager/widgets-base.css:740:4: variable '--jp-widgets-font-size' is undefined and used without a fallback
     @ ../controls/css/widgets.built.css 4:14-148
     @ ./lib/libembed.js
     @ ./lib/libembed-amd.js

# Again, same thing, numerous omitted instances of the same if not identical warnings

> @jupyter-widgets/html-manager@0.14.1 build:embed-amd /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/html-manager
> node scripts/concat-amd-build.js && rimraf dist/amd

$ webpack
Hash: bc949440e230e50b44ed
Version: webpack 3.12.0
Time: 47672ms
           Asset     Size  Chunks                    Chunk Names
    extension.js  2.43 MB       0  [emitted]  [big]  main
extension.js.map     3 MB       0  [emitted]         main
   [7] ../packages/base/lib/index.js 586 bytes {0} [built]
  [23] ../packages/controls/lib/widget_description.js 5.03 kB {0} [built]
  [25] ../packages/base/lib/utils.js 11.4 kB {0} [built]
  [84] ../packages/controls/lib/index.js 1.01 kB {0} [built]
  [85] ./src/widget_output.js 5.92 kB {0} [built]
 [139] ../packages/controls/lib/widget_box.js 9.36 kB {0} [built]
 [140] ../packages/controls/lib/widget_int.js 34.3 kB {0} [built]
 [143] ./src/save_state.js 1.22 kB {0} [built]
 [144] ./src/embed_widgets.js 3.61 kB {0} [built]
 [145] ./src/extension.js 6.93 kB {0} [built]
 [146] ./src/manager.js 13.9 kB {0} [built]
 [347] ../packages/controls/lib/widget_bool.js 11.7 kB {0} [built]
 [376] ../packages/base/css/index.css 1.2 kB {0} [built]
 [377] ../node_modules/css-loader!../node_modules/postcss-loader/lib??ref--0-2!../packages/base/css/index.css 688 bytes {0} [built]
 [378] ../packages/controls/css/widgets.css 1.21 kB {0} [built]
    + 365 hidden modules
lerna success run Ran npm script 'build' in packages:
lerna success - @jupyter-widgets/base
lerna success - @jupyter-widgets/controls
lerna success - @jupyter-widgets/html-manager
lerna success - @jupyter-widgets/jupyterlab-manager
lerna success - @jupyter-widgets/output
lerna success - @jupyter-widgets/notebook-manager
✨  Done in 646.70s.                                                                                                                                                                                                                                                                       
widgetsnbextensionCreated temporary directory: /private/tmp/pip-ephem-wheel-cache-mnl9sfyn
Created temporary directory: /private/tmp/pip-install-k6f16wl0
Obtaining file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension
  Running setup.py (path:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension/setup.py) egg_info for package from file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension
    Running command python setup.py egg_info
    INFO:root:setup.py entered
    INFO:root:$PATH=/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin:/opt/miniconda/bin:/opt/miniconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
    running egg_info
    creating widgetsnbextension.egg-info
    writing widgetsnbextension.egg-info/PKG-INFO
    writing dependency_links to widgetsnbextension.egg-info/dependency_links.txt
    writing requirements to widgetsnbextension.egg-info/requires.txt
    writing top-level names to widgetsnbextension.egg-info/top_level.txt
    writing manifest file 'widgetsnbextension.egg-info/SOURCES.txt'
    reading manifest file 'widgetsnbextension.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'widgetsnbextension.egg-info/SOURCES.txt'
  Source in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension has version 3.3.1, which satisfies requirement widgetsnbextension==3.3.1 from file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension
Requirement already satisfied: notebook>=4.4.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from widgetsnbextension==3.3.1) (5.6.0)
Requirement already satisfied: prometheus-client in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (0.3.1)
Requirement already satisfied: jinja2 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (2.10)
Requirement already satisfied: jupyter-client>=5.2.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (5.2.3)
Requirement already satisfied: jupyter-core>=4.4.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (4.4.0)
Requirement already satisfied: nbformat in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (4.4.0)
Requirement already satisfied: tornado>=4 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (5.0.2)
Requirement already satisfied: nbconvert in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (5.3.1)
Requirement already satisfied: pyzmq>=17 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (17.0.0)
Requirement already satisfied: ipython-genutils in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (0.2.0)
Requirement already satisfied: ipykernel in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (4.8.2)
Requirement already satisfied: Send2Trash in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (1.5.0)
Requirement already satisfied: traitlets>=4.2.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (4.3.2)
Requirement already satisfied: terminado>=0.8.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension==3.3.1) (0.8.1)
Requirement already satisfied: MarkupSafe>=0.23 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jinja2->notebook>=4.4.1->widgetsnbextension==3.3.1) (1.0)
Requirement already satisfied: python-dateutil>=2.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jupyter-client>=5.2.0->notebook>=4.4.1->widgetsnbextension==3.3.1) (2.7.3)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbformat->notebook>=4.4.1->widgetsnbextension==3.3.1) (2.6.0)
Requirement already satisfied: bleach in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (2.1.3)
Requirement already satisfied: pandocfilters>=1.4.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (1.4.2)
Requirement already satisfied: testpath in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.3.1)
Requirement already satisfied: pygments in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (2.2.0)
Requirement already satisfied: mistune>=0.7.4 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.8.3)
Requirement already satisfied: entrypoints>=0.2.2 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.2.3)
Requirement already satisfied: ipython>=4.0.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (6.5.0)
Requirement already satisfied: six in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from traitlets>=4.2.1->notebook>=4.4.1->widgetsnbextension==3.3.1) (1.11.0)
Requirement already satisfied: decorator in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from traitlets>=4.2.1->notebook>=4.4.1->widgetsnbextension==3.3.1) (4.3.0)
Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (1.0.1)
Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.15 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (1.0.15)
Requirement already satisfied: simplegeneric>0.8 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.8.1)
Requirement already satisfied: appnope; sys_platform == "darwin" in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.1.0)
Requirement already satisfied: backcall in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.1.0)
Requirement already satisfied: pexpect; sys_platform != "win32" in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (4.6.0)
Requirement already satisfied: jedi>=0.10 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.12.1)
Requirement already satisfied: pickleshare in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.7.4)
Requirement already satisfied: setuptools>=18.5 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (39.2.0)
Requirement already satisfied: webencodings in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.5.1)
Requirement already satisfied: wcwidth in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.1.7)
Requirement already satisfied: ptyprocess>=0.5 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.6.0)
Requirement already satisfied: parso>=0.3.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0->ipykernel->notebook>=4.4.1->widgetsnbextension==3.3.1) (0.3.1)
Installing collected packages: widgetsnbextension
  Running setup.py develop for widgetsnbextension
    Running command /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/python -c "import setuptools, tokenize;__file__='/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps
    INFO:root:setup.py entered
    INFO:root:$PATH=/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin:/opt/miniconda/bin:/opt/miniconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
    running develop
    running egg_info
    writing widgetsnbextension.egg-info/PKG-INFO
    writing dependency_links to widgetsnbextension.egg-info/dependency_links.txt
    writing requirements to widgetsnbextension.egg-info/requires.txt
    writing top-level names to widgetsnbextension.egg-info/top_level.txt
    reading manifest file 'widgetsnbextension.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'widgetsnbextension.egg-info/SOURCES.txt'
    running build_ext
    Creating /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/widgetsnbextension.egg-link (link to .)
    Adding widgetsnbextension 3.3.1 to easy-install.pth file

    Installed /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension
Successfully installed widgetsnbextension
Cleaning up...
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Looking up "https://pypi.org/simple/pip/" in the cache
Current age based on date: 2681
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
Starting new HTTPS connection (1): pypi.org
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 304 0
Analyzing links from page https://pypi.org/simple/pip/
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installing /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension/widgetsnbextension/static -> jupyter-js-widgets
Symlinking: /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/nbextensions/jupyter-js-widgets -> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension/widgetsnbextension/static
- Validating: OK

    To initialize this nbextension in the browser every time the notebook (or other app) loads:

          jupyter nbextension enable widgetsnbextension --py --sys-prefix

Enabling notebook extension jupyter-js-widgets/extension...
      - Validating: OK
ipywidgetsCreated temporary directory: /private/tmp/pip-ephem-wheel-cache-ib93mkvr
Created temporary directory: /private/tmp/pip-install-bu73pa6m
Obtaining file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets
  Running setup.py (path:/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/setup.py) egg_info for package from file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets
    Running command python setup.py egg_info
    running egg_info
    creating ipywidgets.egg-info
    writing ipywidgets.egg-info/PKG-INFO
    writing dependency_links to ipywidgets.egg-info/dependency_links.txt
    writing requirements to ipywidgets.egg-info/requires.txt
    writing top-level names to ipywidgets.egg-info/top_level.txt
    writing manifest file 'ipywidgets.egg-info/SOURCES.txt'
    reading manifest file 'ipywidgets.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching 'bower.json'
    warning: no files found matching '.bowerrc'
    warning: no files found matching 'ipywidgets/build_css.js'
    warning: no previously-included files found matching 'docs/#*'
    warning: no directories found matching 'ipywidgets/static'
    no previously-included directories found matching 'docs/build'
    no previously-included directories found matching 'docs/dist'
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '.git' found anywhere in distribution
    warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution
    warning: no previously-included files found matching 'scripts'
    writing manifest file 'ipywidgets.egg-info/SOURCES.txt'
  Source in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets has version 7.3.2, which satisfies requirement ipywidgets==7.3.2 from file:///opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets
Requirement already satisfied: ipykernel>=4.5.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipywidgets==7.3.2) (4.8.2)
Requirement already satisfied: traitlets>=4.3.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipywidgets==7.3.2) (4.3.2)
Requirement already satisfied: nbformat>=4.2.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipywidgets==7.3.2) (4.4.0)
Requirement already satisfied: widgetsnbextension~=3.3.0 in ./widgetsnbextension (from ipywidgets==7.3.2) (3.3.1)
Requirement already satisfied: ipython>=4.0.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipywidgets==7.3.2) (6.5.0)
Requirement already satisfied: tornado>=4.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipykernel>=4.5.1->ipywidgets==7.3.2) (5.0.2)
Requirement already satisfied: jupyter-client in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipykernel>=4.5.1->ipywidgets==7.3.2) (5.2.3)
Requirement already satisfied: ipython-genutils in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets==7.3.2) (0.2.0)
Requirement already satisfied: decorator in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets==7.3.2) (4.3.0)
Requirement already satisfied: six in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from traitlets>=4.3.1->ipywidgets==7.3.2) (1.11.0)
Requirement already satisfied: jupyter-core in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets==7.3.2) (4.4.0)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets==7.3.2) (2.6.0)
Requirement already satisfied: notebook>=4.4.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (5.6.0)
Requirement already satisfied: backcall in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (0.1.0)
Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.15 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (1.0.15)
Requirement already satisfied: jedi>=0.10 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (0.12.1)
Requirement already satisfied: pygments in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (2.2.0)
Requirement already satisfied: pexpect; sys_platform != "win32" in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (4.6.0)
Requirement already satisfied: appnope; sys_platform == "darwin" in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (0.1.0)
Requirement already satisfied: simplegeneric>0.8 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (0.8.1)
Requirement already satisfied: pickleshare in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (0.7.4)
Requirement already satisfied: setuptools>=18.5 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from ipython>=4.0.0->ipywidgets==7.3.2) (39.2.0)
Requirement already satisfied: pyzmq>=13 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jupyter-client->ipykernel>=4.5.1->ipywidgets==7.3.2) (17.0.0)
Requirement already satisfied: python-dateutil>=2.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jupyter-client->ipykernel>=4.5.1->ipywidgets==7.3.2) (2.7.3)
Requirement already satisfied: Send2Trash in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (1.5.0)
Requirement already satisfied: terminado>=0.8.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.8.1)
Requirement already satisfied: nbconvert in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (5.3.1)
Requirement already satisfied: jinja2 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (2.10)
Requirement already satisfied: prometheus-client in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.3.1)
Requirement already satisfied: wcwidth in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=4.0.0->ipywidgets==7.3.2) (0.1.7)
Requirement already satisfied: parso>=0.3.0 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0->ipywidgets==7.3.2) (0.3.1)
Requirement already satisfied: ptyprocess>=0.5 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython>=4.0.0->ipywidgets==7.3.2) (0.6.0)
Requirement already satisfied: entrypoints>=0.2.2 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.2.3)
Requirement already satisfied: testpath in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.3.1)
Requirement already satisfied: bleach in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (2.1.3)
Requirement already satisfied: pandocfilters>=1.4.1 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (1.4.2)
Requirement already satisfied: mistune>=0.7.4 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.8.3)
Requirement already satisfied: MarkupSafe>=0.23 in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from jinja2->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (1.0)
Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (1.0.1)
Requirement already satisfied: webencodings in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.2) (0.5.1)
Installing collected packages: ipywidgets
  Running setup.py develop for ipywidgets
    Running command /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/python -c "import setuptools, tokenize;__file__='/opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps
    running develop
    running egg_info
    writing ipywidgets.egg-info/PKG-INFO
    writing dependency_links to ipywidgets.egg-info/dependency_links.txt
    writing requirements to ipywidgets.egg-info/requires.txt
    writing top-level names to ipywidgets.egg-info/top_level.txt
    reading manifest file 'ipywidgets.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching 'bower.json'
    warning: no files found matching '.bowerrc'
    warning: no files found matching 'ipywidgets/build_css.js'
    warning: no previously-included files found matching 'docs/#*'
    warning: no directories found matching 'ipywidgets/static'
    no previously-included directories found matching 'docs/build'
    no previously-included directories found matching 'docs/dist'
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '.git' found anywhere in distribution
    warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution
    warning: no previously-included files found matching 'scripts'
    writing manifest file 'ipywidgets.egg-info/SOURCES.txt'
    running build_ext
    Creating /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/ipywidgets.egg-link (link to .)
    Adding ipywidgets 7.3.2 to easy-install.pth file

    Installed /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets
Successfully installed ipywidgets
Cleaning up...
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/npm pack @jupyter-widgets/jupyterlab-manager
jupyter-widgets-jupyterlab-manager-0.36.0.tgz
> node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                                                                                        
info No lockfile found.                                                                                                                                                                                                                                                                    
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                                                            
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                       
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                  
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                                                          
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                                                                                        
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                                                       
success Saved lockfile.                                                                                                                                                                                                                                                                    
✨  Done in 696.77s.                                                                                                                                                                                                                                                                       
> node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                                                                                                                                                           
yarn run v1.6.0                                                                                                                                                                                                                                                                            
$ webpack --config webpack.prod.config.js                                                                                                                                                                                                                                                  
Hash: 0ce5782193494b6da39a
Version: webpack 4.12.2
Time: 303587ms
Built at: 2018-08-03 14:13:50
                                                        Asset       Size  Chunks                    Chunk Names
                         vendors~main.190a32a4024587aa5dc0.js   3.01 MiB       5  [emitted]  [big]  vendors~main
                         674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
                         912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
                        fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
                         b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
    vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js    137 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                    1.b6df5f48c55186c86461.js    441 KiB       1  [emitted]  [big]  
                         vendors~vega.8f5323bae2792dc8669f.js    697 KiB       2  [emitted]  [big]  vendors~vega
                                 vega.24f558a784461079beda.js  156 bytes       3  [emitted]         vega
                                    4.6a7d274e81baaaa661e5.js   3.59 KiB       4  [emitted]         
                       af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
                                 main.b44c3ef990843289f214.js   21.2 KiB       6  [emitted]         main
vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js.map    438 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                1.b6df5f48c55186c86461.js.map   1.27 MiB       1  [emitted]         
                     vendors~vega.8f5323bae2792dc8669f.js.map   2.76 MiB       2  [emitted]         vendors~vega
                             vega.24f558a784461079beda.js.map  105 bytes       3  [emitted]         vega
                                4.6a7d274e81baaaa661e5.js.map   9.25 KiB       4  [emitted]         
                     vendors~main.190a32a4024587aa5dc0.js.map   10.4 MiB       5  [emitted]         vendors~main
                             main.b44c3ef990843289f214.js.map   77.9 KiB       6  [emitted]         main
                                                   index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.190a32a4024587aa5dc0.js vendors~main.190a32a4024587aa5dc0.js.map main.b44c3ef990843289f214.js main.b44c3ef990843289f214.js.map
[0] readable-stream (ignored) 15 bytes {6} [built]
[1] crypto (ignored) 15 bytes {6} [optional] [built]
[2] buffer (ignored) 15 bytes {6} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {5} [built]
[4] util (ignored) 15 bytes {6} [built]
[5] vertx (ignored) 15 bytes {6} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {6} [built]
[7] fs (ignored) 15 bytes {3} [built]
[8] node-fetch (ignored) 15 bytes {3} [built]
[ANye] ./build/index.out.js 34.5 KiB {6} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {2} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {6} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {4} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {2} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {5} [built]
    + 1369 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  1.b6df5f48c55186c86461.js (441 KiB)
  vendors~vega.8f5323bae2792dc8669f.js (697 KiB)
  vendors~main.190a32a4024587aa5dc0.js (3.01 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (3.03 MiB)
      vendors~main.190a32a4024587aa5dc0.js
      main.b44c3ef990843289f214.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 548.45s.                                                                                                                                                                                                                                                                       
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> @jupyter-widgets/jupyterlab-manager@0.36.0 prepublish /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run clean && npm run build

> @jupyter-widgets/jupyterlab-manager@0.36.0 clean /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> rimraf docs && rimraf lib

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

npm notice created a lockfile as package-lock.json. You should commit this file.
added 187 packages in 138.81s

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> @jupyter-widgets/jupyterlab-manager@0.36.0 prepublish /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run clean && npm run build

> @jupyter-widgets/jupyterlab-manager@0.36.0 clean /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> rimraf docs && rimraf lib

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

jupyter-widgets-jupyterlab-manager-0.36.0.tgz
> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> @jupyter-widgets/jupyterlab-manager@0.36.0 prepublish /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run clean && npm run build

> @jupyter-widgets/jupyterlab-manager@0.36.0 clean /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> rimraf docs && rimraf lib

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

jupyter-widgets-jupyterlab-manager-0.36.0.tgz
> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> @jupyter-widgets/jupyterlab-manager@0.36.0 prepublish /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run clean && npm run build

> @jupyter-widgets/jupyterlab-manager@0.36.0 clean /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> rimraf docs && rimraf lib

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

jupyter-widgets-jupyterlab-manager-0.36.0.tgz
> node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                                                                                        
info No lockfile found.                                                                                                                                                                                                                                                                    
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                                                            
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                       
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                  
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                                                          
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                                                                                        
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                                                       
success Saved lockfile.                                                                                                                                                                                                                                                                    
✨  Done in 56.31s.                                                                                                                                                                                                                                                                        
> node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                                                                                                                                                           
yarn run v1.6.0                                                                                                                                                                                                                                                                            
$ webpack --config webpack.prod.config.js                                                                                                                                                                                                                                                  
Hash: 0ce5782193494b6da39a
Version: webpack 4.12.2
Time: 242189ms
Built at: 2018-08-03 14:28:23
                                                        Asset       Size  Chunks                    Chunk Names
                         vendors~main.190a32a4024587aa5dc0.js   3.01 MiB       5  [emitted]  [big]  vendors~main
                         674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
                         912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
                        fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
                         b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
    vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js    137 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                    1.b6df5f48c55186c86461.js    441 KiB       1  [emitted]  [big]  
                         vendors~vega.8f5323bae2792dc8669f.js    697 KiB       2  [emitted]  [big]  vendors~vega
                                 vega.24f558a784461079beda.js  156 bytes       3  [emitted]         vega
                                    4.6a7d274e81baaaa661e5.js   3.59 KiB       4  [emitted]         
                       af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
                                 main.b44c3ef990843289f214.js   21.2 KiB       6  [emitted]         main
vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js.map    438 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                1.b6df5f48c55186c86461.js.map   1.27 MiB       1  [emitted]         
                     vendors~vega.8f5323bae2792dc8669f.js.map   2.76 MiB       2  [emitted]         vendors~vega
                             vega.24f558a784461079beda.js.map  105 bytes       3  [emitted]         vega
                                4.6a7d274e81baaaa661e5.js.map   9.25 KiB       4  [emitted]         
                     vendors~main.190a32a4024587aa5dc0.js.map   10.4 MiB       5  [emitted]         vendors~main
                             main.b44c3ef990843289f214.js.map   77.9 KiB       6  [emitted]         main
                                                   index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.190a32a4024587aa5dc0.js vendors~main.190a32a4024587aa5dc0.js.map main.b44c3ef990843289f214.js main.b44c3ef990843289f214.js.map
[0] readable-stream (ignored) 15 bytes {6} [built]
[1] crypto (ignored) 15 bytes {6} [optional] [built]
[2] buffer (ignored) 15 bytes {6} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {5} [built]
[4] util (ignored) 15 bytes {6} [built]
[5] vertx (ignored) 15 bytes {6} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {6} [built]
[7] fs (ignored) 15 bytes {3} [built]
[8] node-fetch (ignored) 15 bytes {3} [built]
[ANye] ./build/index.out.js 34.5 KiB {6} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {2} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {6} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {4} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {2} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {5} [built]
    + 1369 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  1.b6df5f48c55186c86461.js (441 KiB)
  vendors~vega.8f5323bae2792dc8669f.js (697 KiB)
  vendors~main.190a32a4024587aa5dc0.js (3.01 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (3.03 MiB)
      vendors~main.190a32a4024587aa5dc0.js
      main.b44c3ef990843289f214.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 427.66s.                                                                                                                                                                                                                                                                       
[LabBuildApp] > /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> @jupyter-widgets/jupyterlab-manager@0.36.0 prepublish /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run clean && npm run build

> @jupyter-widgets/jupyterlab-manager@0.36.0 clean /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> rimraf docs && rimraf lib

> @jupyter-widgets/jupyterlab-manager@0.36.0 build /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> npm run build:src

> @jupyter-widgets/jupyterlab-manager@0.36.0 build:src /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/packages/jupyterlab-manager
> tsc --project src

jupyter-widgets-jupyterlab-manager-0.36.0.tgz
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                                                                                        
info No lockfile found.                                                                                                                                                                                                                                                                    
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                                                                            
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                       
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                                
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                                                                  
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                                                                             
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                                                                                          
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                                                                                        
[4/4] 📃  Building fresh packages...                                                                                                                                                                                                                                                       
success Saved lockfile.                                                                                                                                                                                                                                                                    
✨  Done in 44.02s.                                                                                                                                                                                                                                                                        
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                                                                                                                                             
yarn run v1.6.0                                                                                                                                                                                                                                                                            
$ webpack --config webpack.prod.config.js                                                                                                                                                                                                                                                  
Hash: 0ce5782193494b6da39a
Version: webpack 4.12.2
Time: 222125ms
Built at: 2018-08-03 14:37:29
                                                        Asset       Size  Chunks                    Chunk Names
                         vendors~main.190a32a4024587aa5dc0.js   3.01 MiB       5  [emitted]  [big]  vendors~main
                         674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
                         912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
                        fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
                         b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
    vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js    137 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                    1.b6df5f48c55186c86461.js    441 KiB       1  [emitted]  [big]  
                         vendors~vega.8f5323bae2792dc8669f.js    697 KiB       2  [emitted]  [big]  vendors~vega
                                 vega.24f558a784461079beda.js  156 bytes       3  [emitted]         vega
                                    4.6a7d274e81baaaa661e5.js   3.59 KiB       4  [emitted]         
                       af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
                                 main.b44c3ef990843289f214.js   21.2 KiB       6  [emitted]         main
vendors~@jupyter-widgets/controls.2ab76cb405c555436b3f.js.map    438 KiB       0  [emitted]         vendors~@jupyter-widgets/controls
                                1.b6df5f48c55186c86461.js.map   1.27 MiB       1  [emitted]         
                     vendors~vega.8f5323bae2792dc8669f.js.map   2.76 MiB       2  [emitted]         vendors~vega
                             vega.24f558a784461079beda.js.map  105 bytes       3  [emitted]         vega
                                4.6a7d274e81baaaa661e5.js.map   9.25 KiB       4  [emitted]         
                     vendors~main.190a32a4024587aa5dc0.js.map   10.4 MiB       5  [emitted]         vendors~main
                             main.b44c3ef990843289f214.js.map   77.9 KiB       6  [emitted]         main
                                                   index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.190a32a4024587aa5dc0.js vendors~main.190a32a4024587aa5dc0.js.map main.b44c3ef990843289f214.js main.b44c3ef990843289f214.js.map
[0] readable-stream (ignored) 15 bytes {6} [built]
[1] crypto (ignored) 15 bytes {6} [optional] [built]
[2] buffer (ignored) 15 bytes {6} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {5} [built]
[4] util (ignored) 15 bytes {6} [built]
[5] vertx (ignored) 15 bytes {6} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {6} [built]
[7] fs (ignored) 15 bytes {3} [built]
[8] node-fetch (ignored) 15 bytes {3} [built]
[ANye] ./build/index.out.js 34.5 KiB {6} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {2} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {6} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {4} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {2} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {5} [built]
    + 1369 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  1.b6df5f48c55186c86461.js (441 KiB)
  vendors~vega.8f5323bae2792dc8669f.js (697 KiB)
  vendors~main.190a32a4024587aa5dc0.js (3.01 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (3.03 MiB)
      vendors~main.190a32a4024587aa5dc0.js
      main.b44c3ef990843289f214.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 349.04s.                                                                                                                                                                                                                                                                       

Resource usage statistics from building jupyterlab-manager:
   Process count: 11
   CPU time: Sys=0:01:18.8, User=0:09:16.9
   Memory: 2.1G
   Disk usage: 111.8K
   Time elapsed: 1:10:02.9

Packaging jupyterlab-manager
INFO:conda_build.build:Packaging jupyterlab-manager
Packaging jupyterlab-manager-0.36.0-0
INFO:conda_build.build:Packaging jupyterlab-manager-0.36.0-0
compiling .pyc files...
number of files: 54910
Making absolute symlink share/jupyter/nbextensions/jupyter-js-widgets -> /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/widgetsnbextension/widgetsnbextension/static relative
Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/fse.node
New link location is None

Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None

Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/build/Release/.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-manager_1533327467222/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None

   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,etc/ipywidgets/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-manager,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
Fixing permissions
Detected hard-coded path in text file etc/ipywidgets/conda_build.sh
Detected hard-coded path in text file etc/ipywidgets/packages/html-manager/dist/0.embed.js.map
Detected hard-coded path in text file etc/ipywidgets/packages/html-manager/dist/embed.js.map
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyter-widgets/base/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyter-widgets/controls/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyter-widgets/output/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/application/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/apputils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/attachments/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/cells/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/codeeditor/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/codemirror/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/coreutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/docregistry/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/notebook/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/observables/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/outputarea/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/rendermime-interfaces/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/rendermime/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@jupyterlab/services/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/algorithm/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/application/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/collections/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/commands/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/coreutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/disposable/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/domutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/dragdrop/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/keyboard/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/messaging/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/properties/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/signaling/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/virtualdom/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@phosphor/widgets/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/backbone/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/events/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/fs-extra/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/glob/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/handlebars/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/highlight.js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/jquery/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/lodash/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/marked/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/minimatch/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/node/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/react/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/semver/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/shelljs/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/@types/underscore/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ajv/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/align-text/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/amdefine/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ansi-regex/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ansi-styles/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ansi_up/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/argparse/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/asap/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/async/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/babel-code-frame/node_modules/chalk/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/babel-code-frame/node_modules/js-tokens/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/babel-code-frame/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/backbone/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/balanced-match/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/base64-js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/brace-expansion/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/builtin-modules/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/camelcase/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/center-align/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/chalk/node_modules/ansi-styles/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/chalk/node_modules/supports-color/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/chalk/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/cliui/node_modules/wordwrap/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/cliui/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/co/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/codemirror/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/color-convert/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/color-name/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/commander/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/comment-json/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/concat-map/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/core-js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/core-util-is/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/d3-format/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/decamelize/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/diff/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/dom-serializer/node_modules/domelementtype/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/dom-serializer/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/domelementtype/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/domhandler/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/domutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/encoding/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/entities/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/escape-string-regexp/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/esprima/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/esutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/fbjs/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/fs-extra/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/fs.realpath/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/glob/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/graceful-fs/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/handlebars/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/has-ansi/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/has-flag/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/highlight.js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/htmlparser2/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/iconv-lite/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/inflight/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/inherits/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/interpret/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/is-buffer/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/is-stream/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/isarray/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/isomorphic-fetch/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/jquery-ui/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/jquery/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/js-tokens/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/js-yaml/node_modules/esprima/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/js-yaml/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/json-parser/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/json-schema-traverse/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/json-stable-stringify/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/jsonfile/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/jsonify/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/kind-of/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/lazy-cache/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/lodash.escaperegexp/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/lodash/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/longest/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/loose-envify/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/marked/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/minimatch/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/minimist/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/moment/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/node-fetch/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/object-assign/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/once/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/optimist/node_modules/minimist/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/optimist/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/options/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/path-is-absolute/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/path-parse/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/path-posix/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/process-nextick-args/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/progress/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/promise/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/prop-types/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/querystringify/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/react-dom/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/react/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/readable-stream/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/rechoir/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/repeat-string/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/requires-port/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/resolve/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/right-align/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/rimraf/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/safe-buffer/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/safer-buffer/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/sanitize-html/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/semver/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/setimmediate/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/shelljs/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/source-map/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/sprintf-js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/string_decoder/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/strip-ansi/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/supports-color/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/tslib/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/tslint/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/tsutils/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/typedoc-default-themes/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/typedoc/node_modules/marked/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/typedoc/node_modules/typescript/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/typedoc/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/typescript/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ua-parser-js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/uglify-js/node_modules/source-map/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/uglify-js/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/uglify-to-browserify/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ultron/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/underscore/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/url-parse/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/util-deprecate/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/whatwg-fetch/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/window-size/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/wordwrap/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/wrappy/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/ws/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/xtend/package.json
Detected hard-coded path in text file etc/ipywidgets/packages/jupyterlab-manager/node_modules/yargs/package.json
Detected hard-coded path in text file lib/node_modules/yarn/package.json
Detected hard-coded path in text file lib/python3.7/site-packages/ipywidgets.egg-link
Detected hard-coded path in text file lib/python3.7/site-packages/widgetsnbextension.egg-link
Detected hard-coded path in text file share/jupyter/kernels/ipywidgets/kernel.json
Detected hard-coded path in text file share/jupyter/lab/settings/build_config.json
Detected hard-coded path in text file share/jupyter/lab/staging/build/package.json
Detected hard-coded path in text file share/jupyter/lab/staging/package.json
Traceback (most recent call last):
  File "/opt/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 424, in main
    execute(sys.argv[1:])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 415, in execute
    verify=args.verify)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/api.py", line 200, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 2189, in build_tree
    notest=notest,
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1575, in build
    built_package = bundlers[output_d.get('type', 'conda')](output_d, m, env, stats)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1012, in bundle_conda
    timeout=metadata.config.timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 154, in update_index
    channel_name)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 215, in update_subdir_index
    paths = read_json_caching_file(paths_path)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 210, in read_json_caching_file
    return json.load(fi)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 299, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/opt/miniconda/lib/python3.6/json/decoder.py", line 342, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2542676 column 2 (char 110686431)
krinsman commented 6 years ago

@msarahan Sorry, I just saw your comment.

That usually means that your index got corrupted somehow. Most often, I need to go into the folder with the index files, and clean out the many .something.json files. I agree that we should handle it better.

Where is the folder with the index files?

I did conda build purge and conda clean -i but it did not change anything.

Thank you for taking the time to respond to this. I imagine it might be frustrating trying to answer the questions of someone who doesn't understand how conda build works.

msarahan commented 6 years ago

generally <miniconda install root>/conda-bld/your-os

so ~/miniconda3/conda-bld/osx-64 for me

the most common reason this corruption happens is probably ctrl-c. I really need to handle that event better.

krinsman commented 6 years ago

This is probably unnecessary information, my hope is just that there might be some commonalities in the meta YAML's and the build scripts which explain the source of the error.

  1. meta.yaml
package:
  name: jupyterlab_materialdarker
  version: "v0.1.0"

source:
  git_url: https://github.com/oriolmirosa/jupyterlab_materialdarker.git

requirements:
  build:
    - nodejs
    - jupyterlab>=0.33.4
  run:
    - nodejs
    - jupyterlab>=0.33.4

about:
  home: https://github.com/oriolmirosa/jupyterlab_materialdarker
  license: None
  creator: "Oriol Mirosa"
  1. build.sh
export PKG_NAME=jupyterlab_materialdarker
/bin/mkdir -p $CONDA_PREFIX/etc $CONDA_PREFIX/etc/$PKG_NAME
/bin/cp -a ./. $CONDA_PREFIX/etc/$PKG_NAME
cd $CONDA_PREFIX/etc
/bin/mkdir -p ./jupyter/nbdata ./conda/activate.d ./conda/deactivate.d
touch ./conda/activate.d/env_vars.sh ./conda/deactivate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_DATA_DIR" ]
then
    /bin/cp -a $JUPYTER_DATA_DIR/. $CONDA_PREFIX/etc/jupyter/nbdata
fi
echo "export JUPYTER_DATA_DIR=\$CONDA_PREFIX/etc/jupyter/nbdata" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_CONFIG_DIR" ]
then
    /bin/cp -a $JUPYTER_CONFIG_DIR/. $CONDA_PREFIX/etc/jupyter/nbconfig
fi
echo "export JUPYTER_CONFIG_DIR=\$CONDA_PREFIX/etc/jupyter/nbconfig" >> ./conda/activate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_DATA_DIR" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_CONFIG_DIR" >> ./conda/deactivate.d/env_vars.sh
export ENVIRONMENT_DIRECTORY=$CONDA_PREFIX
conda deactivate
source activate $ENVIRONMENT_DIRECTORY

cd $PKG_NAME
npm install
npm run build
jupyter labextension install .
cd ..
/bin/rm -rf ./$PKG_NAME
jupyter lab build

Full output (verbose)

Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Attempting to finalize metadata for jupyterlab_materialdarker
INFO:conda_build.metadata:Attempting to finalize metadata for jupyterlab_materialdarker
Solving environment: ...working... done
Solving environment: ...working... done
BUILD START: ['jupyterlab_materialdarker-v0.1.0-0.tar.bz2']
Solving environment: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla

The following NEW packages will be INSTALLED:

    appdirs:             1.4.3-py37h28b3542_0   
    appnope:             0.1.0-py37_0           
    asn1crypto:          0.24.0-py37_0          
    attrs:               18.1.0-py37_0          
    automat:             0.7.0-py37_0           
    backcall:            0.1.0-py37_0           
    bleach:              2.1.3-py37_0           
    ca-certificates:     2018.03.07-0           
    certifi:             2018.4.16-py37_0       
    cffi:                1.11.5-py37h342bebf_0  
    constantly:          15.1.0-py37h28b3542_0  
    cryptography:        2.2.2-py37h1de35cc_0   
    decorator:           4.3.0-py37_0           
    entrypoints:         0.2.3-py37_2           
    html5lib:            1.0.1-py37_0           
    hyperlink:           18.0.0-py37_0          
    idna:                2.7-py37_0             
    incremental:         17.5.0-py37_0          
    ipykernel:           4.8.2-py37_0           
    ipython:             6.5.0-py37_0           
    ipython_genutils:    0.2.0-py37_0           
    jedi:                0.12.1-py37_0          
    jinja2:              2.10-py37_0            
    jsonschema:          2.6.0-py37_0           
    jupyter_client:      5.2.3-py37_0           
    jupyter_core:        4.4.0-py37_0           
    jupyterlab:          0.33.4-py37_0          
    jupyterlab_launcher: 0.11.2-py37_0          
    libcxx:              4.0.1-h579ed51_0       
    libcxxabi:           4.0.1-hebd6815_0       
    libedit:             3.1.20170329-hb402a30_2
    libffi:              3.2.1-h475c297_4       
    libsodium:           1.0.16-h3efe00b_0      
    markupsafe:          1.0-py37h1de35cc_1     
    mistune:             0.8.3-py37h1de35cc_1   
    nbconvert:           5.3.1-py37_0           
    nbformat:            4.4.0-py37_0           
    ncurses:             6.1-h0a44026_0         
    nodejs:              8.11.3-h0a44026_0      
    notebook:            5.6.0-py37_0           
    openssl:             1.0.2o-h1de35cc_1      
    pandoc:              2.2.1-h1a437c5_0       
    pandocfilters:       1.4.2-py37_1           
    parso:               0.3.1-py37_0           
    pexpect:             4.6.0-py37_0           
    pickleshare:         0.7.4-py37_0           
    pip:                 10.0.1-py37_0          
    prometheus_client:   0.3.1-py37_0           
    prompt_toolkit:      1.0.15-py37_0          
    ptyprocess:          0.6.0-py37_0           
    pyasn1:              0.4.4-py37_0           
    pyasn1-modules:      0.2.2-py37_0           
    pycparser:           2.18-py37_1            
    pygments:            2.2.0-py37_0           
    pyopenssl:           18.0.0-py37_0          
    python:              3.7.0-hc167b69_0       
    python-dateutil:     2.7.3-py37_0           
    pyzmq:               17.0.0-py37h1de35cc_3  
    readline:            7.0-hc1231fa_4         
    send2trash:          1.5.0-py37_0           
    service_identity:    17.0.0-py37h28b3542_0  
    setuptools:          39.2.0-py37_0          
    simplegeneric:       0.8.1-py37_2           
    six:                 1.11.0-py37_1          
    sqlite:              3.24.0-ha441bb4_0      
    terminado:           0.8.1-py37_1           
    testpath:            0.3.1-py37_0           
    tk:                  8.6.7-h35a86e2_3       
    tornado:             5.0.2-py37h1de35cc_0   
    traitlets:           4.3.2-py37_0           
    twisted:             18.4.0-py37h1de35cc_0  
    wcwidth:             0.1.7-py37_0           
    webencodings:        0.5.1-py37_1           
    wheel:               0.31.1-py37_0          
    xz:                  5.2.4-h1de35cc_4       
    zeromq:              4.2.5-h0a44026_0       
    zlib:                1.2.11-hf3cbc9b_2      
    zope:                1.0-py37_0             
    zope.interface:      4.5.0-py37h1de35cc_0   

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Cloning into '/opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/work'...
done.
checkout: 'HEAD'
Your branch is up to date with 'origin/_conda_cache_origin_head'.
==> git log -n1 <==

fatal: No names found, cannot describe anything.
commit 0efc22e5a5a2a0464f8ad2451b040c7e202f16cb
Author: Oriol Mirosa <oriolmirosa@gmail.com>
Date:   Fri Jul 27 14:53:49 2018 -0400

    Update to make it work with jupyterlab@0.33.x

==> git describe --tags --dirty <==

commit 0efc22e5a5a2a0464f8ad2451b040c7e202f16cb
Author: Oriol Mirosa <oriolmirosa@gmail.com>
Date:   Fri Jul 27 14:53:49 2018 -0400

    Update to make it work with jupyterlab@0.33.x

==> git status <==

On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

nothing to commit, working tree clean

source tree in: /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/work

> fsevents@1.1.3 install /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker/node_modules/fsevents
> node install

[fsevents] Success: "/opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
added 1272 packages in 146.71s

> @oriolmirosa/jupyterlab_materialdarker@0.3.2 build /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
> run-p build:**

> @oriolmirosa/jupyterlab_materialdarker@0.3.2 build:typescript /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
> tsc

> @oriolmirosa/jupyterlab_materialdarker@0.3.2 build:webpack /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
> webpack

Hash: c217cab9c599a9fe4681
Version: webpack 2.7.0
Time: 92419ms
                               Asset     Size  Chunks             Chunk Names
5a0856eb52623ae94b09dbbf31a27b95.ttf   121 kB          [emitted]  
43bb4cbf1d0ecfdb1309e4cb67264f35.ttf   121 kB          [emitted]  
                           ignore.js  2.68 kB       0  [emitted]  main
                           index.css  67.3 kB       0  [emitted]  main
   [0] ./style/index.css 41 bytes {0} [built]
   [1] ./~/css-loader!./style/fonts.css 893 bytes [built]
   [2] ./~/css-loader!./style/index.css 1.2 kB [built]
   [3] ./~/css-loader!./style/urls.css 6.96 kB [built]
   [4] ./~/css-loader!./style/variables.css 13.3 kB [built]
   [5] ./~/css-loader/lib/css-base.js 2.26 kB [built]
   [6] ./~/css-loader/lib/url/escape.js 448 bytes [built]
   [7] ./~/style-loader/lib/addStyles.js 9.92 kB [built]
   [8] ./~/style-loader/lib/urls.js 3.01 kB [built]
   [9] ./style/icons/jupyter/book.svg 494 bytes [built]
  [10] ./style/icons/jupyter/book_selected.svg 465 bytes [built]
  [11] ./style/icons/jupyter/console.svg 446 bytes [built]
  [12] ./style/icons/jupyter/csv.svg 416 bytes [built]
  [13] ./style/icons/jupyter/csv_selected.svg 413 bytes [built]
  [14] ./style/icons/jupyter/directory.svg 668 bytes [built]
    + 68 hidden modules
Child extract-text-webpack-plugin:
       [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built]
       [2] ./style/icons/jupyter/jupyter.svg 2.41 kB {0} [built]
       [3] ./style/images/jupyterlab-wordmark.svg 4.42 kB {0} [built]
       [4] ./~/css-loader!./style/fonts.css 893 bytes {0} [built]
       [5] ./~/css-loader!./style/urls.css 6.96 kB {0} [built]
       [6] ./~/css-loader!./style/variables.css 13.3 kB {0} [built]
       [7] ./~/css-loader!./style/index.css 1.2 kB {0} [built]
       [8] ./style/icons/jupyter/book.svg 494 bytes {0} [built]
       [9] ./style/icons/jupyter/book_selected.svg 465 bytes {0} [built]
      [10] ./style/icons/jupyter/console.svg 446 bytes {0} [built]
      [11] ./style/icons/jupyter/csv.svg 416 bytes {0} [built]
      [12] ./style/icons/jupyter/csv_selected.svg 413 bytes {0} [built]
      [13] ./style/icons/jupyter/directory.svg 668 bytes {0} [built]
      [14] ./style/icons/jupyter/directory_selected.svg 665 bytes {0} [built]
      [79] ./style/images/caretup.png 329 bytes {0} [built]
        + 65 hidden modules
> /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/bin/npm pack /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
oriolmirosa-jupyterlab_materialdarker-0.3.2.tgz
> /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/bin/npm pack /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
oriolmirosa-jupyterlab_materialdarker-0.3.2.tgz
> /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/bin/npm pack /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/etc/jupyterlab_materialdarker
oriolmirosa-jupyterlab_materialdarker-0.3.2.tgz
> node /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                            
info No lockfile found.                                                        
[1/4] 🔍  Resolving packages...                                                
warning @oriolmirosa/jupyterlab_materialdarker > npm > libcipm@1.6.3: This version mistakenly dropped node@4 compatibility in a semver-patch release. Please stay on 1.6.2 or update to 2 or latest
warning @oriolmirosa/jupyterlab_materialdarker > npm > npm-registry-fetch@1.1.1: this version has a breaking change. use 1.1.0 or upgrade to latest
warning @oriolmirosa/jupyterlab_materialdarker > npm > npm-registry-fetch > make-fetch-happen > socks-proxy-agent > socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
[2/4] 🚚  Fetching packages...                                                 
[3/4] 🔗  Linking dependencies...                                              
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".
[4/4] 📃  Building fresh packages...                                           
success Saved lockfile.                                                        
✨  Done in 859.28s.                                                           
> node /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod
yarn run v1.6.0                                                                
$ webpack --config webpack.prod.config.js                                      
Hash: 29be963fe594ee751af0
Version: webpack 4.12.2
Time: 240623ms
Built at: 2018-08-03 14:28:48
                                   Asset       Size  Chunks                    Chunk Names
    vendors~main.63d42cbd518b99ea6952.js    2.8 MiB       4  [emitted]  [big]  vendors~main
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.8655c60128912e3ea900.js    441 KiB       0  [emitted]  [big]  
    vendors~vega.0b44f1a8a011558b52f6.js    697 KiB       1  [emitted]  [big]  vendors~vega
            vega.9cff6aa9bc603daa8752.js  156 bytes       2  [emitted]         vega
               3.41f272f8c07719e6ad4f.js   3.59 KiB       3  [emitted]         
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
            main.fdae59f0524cb240ce2d.js   21.2 KiB       5  [emitted]         main
           0.8655c60128912e3ea900.js.map   1.27 MiB       0  [emitted]         
vendors~vega.0b44f1a8a011558b52f6.js.map   2.76 MiB       1  [emitted]         vendors~vega
        vega.9cff6aa9bc603daa8752.js.map  105 bytes       2  [emitted]         vega
           3.41f272f8c07719e6ad4f.js.map   9.25 KiB       3  [emitted]         
vendors~main.63d42cbd518b99ea6952.js.map   9.53 MiB       4  [emitted]         vendors~main
        main.fdae59f0524cb240ce2d.js.map   77.8 KiB       5  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.63d42cbd518b99ea6952.js vendors~main.63d42cbd518b99ea6952.js.map main.fdae59f0524cb240ce2d.js main.fdae59f0524cb240ce2d.js.map
[0] readable-stream (ignored) 15 bytes {5} [built]
[1] crypto (ignored) 15 bytes {5} [optional] [built]
[2] buffer (ignored) 15 bytes {5} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {4} [built]
[4] util (ignored) 15 bytes {5} [built]
[5] vertx (ignored) 15 bytes {5} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {5} [built]
[7] fs (ignored) 15 bytes {2} [built]
[8] node-fetch (ignored) 15 bytes {2} [built]
[ANye] ./build/index.out.js 34.5 KiB {5} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {1} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {5} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {3} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {1} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {4} [built]
    + 1299 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  0.8655c60128912e3ea900.js (441 KiB)
  vendors~vega.0b44f1a8a011558b52f6.js (697 KiB)
  vendors~main.63d42cbd518b99ea6952.js (2.8 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (2.82 MiB)
      vendors~main.63d42cbd518b99ea6952.js
      main.fdae59f0524cb240ce2d.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 465.38s.                                                           
**Note: Removing dead /opt/miniconda/conda-bld/jupyterlab materialdarker 1533327853123/ h env placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold pla/etc/jupyterlab materialdarker "@oriolmirosa/jupyterlab_materialdarker"
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                            
info No lockfile found.                                                        
[1/4] 🔍  Resolving packages...                                                
warning @oriolmirosa/jupyterlab_materialdarker > npm > libcipm@1.6.3: This version mistakenly dropped node@4 compatibility in a semver-patch release. Please stay on 1.6.2 or update to 2 or latest
warning @oriolmirosa/jupyterlab_materialdarker > npm > npm-registry-fetch@1.1.1: this version has a breaking change. use 1.1.0 or upgrade to latest
warning @oriolmirosa/jupyterlab_materialdarker > npm > npm-registry-fetch > make-fetch-happen > socks-proxy-agent > socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
[2/4] 🚚  Fetching packages...                                                 
[3/4] 🔗  Linking dependencies...                                              
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".
[4/4] 📃  Building fresh packages...                                           
success Saved lockfile.                                                        
✨  Done in 82.07s.                                                            
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod
yarn run v1.6.0                                                                
$ webpack --config webpack.prod.config.js                                      
Hash: 29be963fe594ee751af0
Version: webpack 4.12.2
Time: 217342ms
Built at: 2018-08-03 14:36:17
                                   Asset       Size  Chunks                    Chunk Names
    vendors~main.63d42cbd518b99ea6952.js    2.8 MiB       4  [emitted]  [big]  vendors~main
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.8655c60128912e3ea900.js    441 KiB       0  [emitted]  [big]  
    vendors~vega.0b44f1a8a011558b52f6.js    697 KiB       1  [emitted]  [big]  vendors~vega
            vega.9cff6aa9bc603daa8752.js  156 bytes       2  [emitted]         vega
               3.41f272f8c07719e6ad4f.js   3.59 KiB       3  [emitted]         
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
            main.fdae59f0524cb240ce2d.js   21.2 KiB       5  [emitted]         main
           0.8655c60128912e3ea900.js.map   1.27 MiB       0  [emitted]         
vendors~vega.0b44f1a8a011558b52f6.js.map   2.76 MiB       1  [emitted]         vendors~vega
        vega.9cff6aa9bc603daa8752.js.map  105 bytes       2  [emitted]         vega
           3.41f272f8c07719e6ad4f.js.map   9.25 KiB       3  [emitted]         
vendors~main.63d42cbd518b99ea6952.js.map   9.53 MiB       4  [emitted]         vendors~main
        main.fdae59f0524cb240ce2d.js.map   77.8 KiB       5  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.63d42cbd518b99ea6952.js vendors~main.63d42cbd518b99ea6952.js.map main.fdae59f0524cb240ce2d.js main.fdae59f0524cb240ce2d.js.map
[0] readable-stream (ignored) 15 bytes {5} [built]
[1] crypto (ignored) 15 bytes {5} [optional] [built]
[2] buffer (ignored) 15 bytes {5} [optional] [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {4} [built]
[4] util (ignored) 15 bytes {5} [built]
[5] vertx (ignored) 15 bytes {5} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {5} [built]
[7] fs (ignored) 15 bytes {2} [built]
[8] node-fetch (ignored) 15 bytes {2} [built]
[ANye] ./build/index.out.js 34.5 KiB {5} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {1} [built]
    |    37 modules
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {5} [optional] [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {3} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {1} [built]
    |    914 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {4} [built]
    + 1299 hidden modules

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  0.8655c60128912e3ea900.js (441 KiB)
  vendors~vega.0b44f1a8a011558b52f6.js (697 KiB)
  vendors~main.63d42cbd518b99ea6952.js (2.8 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (2.82 MiB)
      vendors~main.63d42cbd518b99ea6952.js
      main.fdae59f0524cb240ce2d.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 346.33s.                                                           

Resource usage statistics from building jupyterlab_materialdarker:
   Process count: 8
   CPU time: Sys=0:00:49.6, User=0:04:33.3
   Memory: 2.0G
   Disk usage: 2.9K
   Time elapsed: 0:38:59.1

Packaging jupyterlab_materialdarker
INFO:conda_build.build:Packaging jupyterlab_materialdarker
Packaging jupyterlab_materialdarker-v0.1.0-0
INFO:conda_build.build:Packaging jupyterlab_materialdarker-v0.1.0-0
compiling .pyc files...
  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/buildbot/buildbot_run.py", line 27
    print '@@@STEP_EXCEPTION@@@'
                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('@@@STEP_EXCEPTION@@@')?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py", line 129
    print line
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py", line 475
    print "Warning: Actions/rules writing object files don't work with " \
                                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Warning: Actions/rules writing object files don't work with " \)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/gyptest.py", line 199
    print test
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(test)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 252
    except SyntaxError, e:
                      ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py", line 64
    print '%s%s' % (' '*indent, node.data.strip())
               ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/tools/pretty_sln.py", line 29
    print project
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(project)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1633
    print "WARNING: no output for", self.type, target
                                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: no output for", self.type, target)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py", line 99
    print 'Wrote json to %s.' % filename
                            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Wrote json to %s.' % filename)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py", line 161
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py", line 366
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py", line 42
    fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
                                                                  ^
SyntaxError: invalid token

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py", line 42
    fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
                                                                  ^
SyntaxError: invalid token

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/tools/pretty_gyp.py", line 122
    print line
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/tools/graphviz.py", line 53
    print 'digraph D {'
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('digraph D {')?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 247
    except SyntaxError, e:
                      ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py", line 1611
    print "WARNING: no output for", self.type, target
                                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: no output for", self.type, target)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py", line 31
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py", line 1952
    print 'Building [%s]: %s' % (config, arguments)
                            ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py", line 129
    print line
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py", line 1183
    print 'Generating [%s]: %s' % (config_name, arguments)
                              ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 76
    print 'Warning: Ignoring unsupported variable "%s".' % variable
                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Warning: Ignoring unsupported variable "%s".' % variable)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/common.py", line 366
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py", line 29
    print project
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(project)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/tools/pretty_vcproj.py", line 64
    print '%s%s' % (' '*indent, node.data.strip())
               ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py", line 122
    print line
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py", line 464
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py", line 31
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py", line 694
    except TypeError, e:
                    ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py", line 959
    print 'Building: %s' % arguments
                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Building: %s' % arguments)?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py", line 959
    print 'Building: %s' % arguments
                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Building: %s' % arguments)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 37
    print '%s:%s:%d:%s %s' % (mode.upper(), os.path.basename(ctx[0]),
                         ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py", line 158
    print 'AddSource', org_source, result[len(result) - 1]
                    ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py", line 131
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 76
    print 'Warning: Ignoring unsupported variable "%s".' % variable
                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Warning: Ignoring unsupported variable "%s".' % variable)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py", line 694
    except TypeError, e:
                    ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py", line 158
    print 'AddSource', org_source, result[len(result) - 1]
                    ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py", line 475
    print "Warning: Actions/rules writing object files don't work with " \
                                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Warning: Actions/rules writing object files don't work with " \)?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py", line 53
    print 'digraph D {'
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('digraph D {')?

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 37
    print '%s:%s:%d:%s %s' % (mode.upper(), os.path.basename(ctx[0]),
                         ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/test/fixtures/test-charmap.py", line 18
    print textmap[encoding]
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(textmap[encoding])?

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py", line 464
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py", line 1952
    print 'Building [%s]: %s' % (config, arguments)
                            ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py", line 1183
    print 'Generating [%s]: %s' % (config_name, arguments)
                              ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py", line 131
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py", line 161
    except OSError, e:
                  ^
SyntaxError: invalid syntax

  File "share/jupyter/lab/staging/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py", line 99
    print 'Wrote json to %s.' % filename
                            ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Wrote json to %s.' % filename)?

number of files: 29262
Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None

Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/term-size/vendor/macos/term-size
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None

Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/vendor/macos/term-size
New link location is None

Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab_materialdarker_1533327853123/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None

   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/term-size/vendor/macos/term-size): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/vendor/macos/term-size): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab_materialdarker,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
Fixing permissions
fatal: No names found, cannot describe anything.
Traceback (most recent call last):
  File "/opt/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 424, in main
    execute(sys.argv[1:])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 415, in execute
    verify=args.verify)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/api.py", line 200, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 2189, in build_tree
    notest=notest,
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1575, in build
    built_package = bundlers[output_d.get('type', 'conda')](output_d, m, env, stats)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1012, in bundle_conda
    timeout=metadata.config.timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 154, in update_index
    channel_name)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 215, in update_subdir_index
    paths = read_json_caching_file(paths_path)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 210, in read_json_caching_file
    return json.load(fi)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 299, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/opt/miniconda/lib/python3.6/json/decoder.py", line 342, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2542676 column 2 (char 110686431)
krinsman commented 6 years ago
  1. meta.yaml
package:
  name: jupyterlab-monaco
  version: "v0.1.0"

source:
  git_url: https://github.com/jupyterlab/jupyterlab-monaco.git

requirements:
  build:
    - nodejs
    - jupyterlab>=0.33.4
  run:
    - nodejs
    - jupyterlab>=0.33.4

about:
  home: https://github.com/jupyterlab/jupyterlab-monaco
  license: "BSD 3-Clause"
  license_file: LICENSE
  creator: "JupyterLab team"
  1. build.sh
export PKG_NAME=jupyterlab-monaco
/bin/mkdir -p $CONDA_PREFIX/etc $CONDA_PREFIX/etc/$PKG_NAME
/bin/cp -a ./. $CONDA_PREFIX/etc/$PKG_NAME
cd $CONDA_PREFIX/etc
/bin/mkdir -p ./jupyter/nbdata ./conda/activate.d ./conda/deactivate.d
touch ./conda/activate.d/env_vars.sh ./conda/deactivate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_DATA_DIR" ]
then
    /bin/cp -a $JUPYTER_DATA_DIR/. $CONDA_PREFIX/etc/jupyter/nbdata
fi
echo "export JUPYTER_DATA_DIR=\$CONDA_PREFIX/etc/jupyter/nbdata" >> ./conda/activate.d/env_vars.sh
if [ ! -z "$JUPYTER_CONFIG_DIR" ]
then
    /bin/cp -a $JUPYTER_CONFIG_DIR/. $CONDA_PREFIX/etc/jupyter/nbconfig
fi
echo "export JUPYTER_CONFIG_DIR=\$CONDA_PREFIX/etc/jupyter/nbconfig" >> ./conda/activate.d/env_vars.sh
echo "#\!/bin/bash" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_DATA_DIR" >> ./conda/deactivate.d/env_vars.sh
echo "unset JUPYTER_CONFIG_DIR" >> ./conda/deactivate.d/env_vars.sh
export ENVIRONMENT_DIRECTORY=$CONDA_PREFIX
conda deactivate
source activate $ENVIRONMENT_DIRECTORY

cd $PKG_NAME
export NODE_OPTIONS=--max-old-space-size=4096
npm install
npm run build
jupyter labextension install .
cd ..
/bin/rm -rf ./$PKG_NAME
jupyter lab build

Full output (verbose)

Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Attempting to finalize metadata for jupyterlab-monaco
INFO:conda_build.metadata:Attempting to finalize metadata for jupyterlab-monaco
Solving environment: ...working... done
Solving environment: ...working... done
BUILD START: ['jupyterlab-monaco-v0.1.0-0.tar.bz2']
Solving environment: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p

The following NEW packages will be INSTALLED:

    appdirs:             1.4.3-py37h28b3542_0   
    appnope:             0.1.0-py37_0           
    asn1crypto:          0.24.0-py37_0          
    attrs:               18.1.0-py37_0          
    automat:             0.7.0-py37_0           
    backcall:            0.1.0-py37_0           
    bleach:              2.1.3-py37_0           
    ca-certificates:     2018.03.07-0           
    certifi:             2018.4.16-py37_0       
    cffi:                1.11.5-py37h342bebf_0  
    constantly:          15.1.0-py37h28b3542_0  
    cryptography:        2.2.2-py37h1de35cc_0   
    decorator:           4.3.0-py37_0           
    entrypoints:         0.2.3-py37_2           
    html5lib:            1.0.1-py37_0           
    hyperlink:           18.0.0-py37_0          
    idna:                2.7-py37_0             
    incremental:         17.5.0-py37_0          
    ipykernel:           4.8.2-py37_0           
    ipython:             6.5.0-py37_0           
    ipython_genutils:    0.2.0-py37_0           
    jedi:                0.12.1-py37_0          
    jinja2:              2.10-py37_0            
    jsonschema:          2.6.0-py37_0           
    jupyter_client:      5.2.3-py37_0           
    jupyter_core:        4.4.0-py37_0           
    jupyterlab:          0.33.4-py37_0          
    jupyterlab_launcher: 0.11.2-py37_0          
    libcxx:              4.0.1-h579ed51_0       
    libcxxabi:           4.0.1-hebd6815_0       
    libedit:             3.1.20170329-hb402a30_2
    libffi:              3.2.1-h475c297_4       
    libsodium:           1.0.16-h3efe00b_0      
    markupsafe:          1.0-py37h1de35cc_1     
    mistune:             0.8.3-py37h1de35cc_1   
    nbconvert:           5.3.1-py37_0           
    nbformat:            4.4.0-py37_0           
    ncurses:             6.1-h0a44026_0         
    nodejs:              8.11.3-h0a44026_0      
    notebook:            5.6.0-py37_0           
    openssl:             1.0.2o-h1de35cc_1      
    pandoc:              2.2.1-h1a437c5_0       
    pandocfilters:       1.4.2-py37_1           
    parso:               0.3.1-py37_0           
    pexpect:             4.6.0-py37_0           
    pickleshare:         0.7.4-py37_0           
    pip:                 10.0.1-py37_0          
    prometheus_client:   0.3.1-py37_0           
    prompt_toolkit:      1.0.15-py37_0          
    ptyprocess:          0.6.0-py37_0           
    pyasn1:              0.4.4-py37_0           
    pyasn1-modules:      0.2.2-py37_0           
    pycparser:           2.18-py37_1            
    pygments:            2.2.0-py37_0           
    pyopenssl:           18.0.0-py37_0          
    python:              3.7.0-hc167b69_0       
    python-dateutil:     2.7.3-py37_0           
    pyzmq:               17.0.0-py37h1de35cc_3  
    readline:            7.0-hc1231fa_4         
    send2trash:          1.5.0-py37_0           
    service_identity:    17.0.0-py37h28b3542_0  
    setuptools:          39.2.0-py37_0          
    simplegeneric:       0.8.1-py37_2           
    six:                 1.11.0-py37_1          
    sqlite:              3.24.0-ha441bb4_0      
    terminado:           0.8.1-py37_1           
    testpath:            0.3.1-py37_0           
    tk:                  8.6.7-h35a86e2_3       
    tornado:             5.0.2-py37h1de35cc_0   
    traitlets:           4.3.2-py37_0           
    twisted:             18.4.0-py37h1de35cc_0  
    wcwidth:             0.1.7-py37_0           
    webencodings:        0.5.1-py37_1           
    wheel:               0.31.1-py37_0          
    xz:                  5.2.4-h1de35cc_4       
    zeromq:              4.2.5-h0a44026_0       
    zlib:                1.2.11-hf3cbc9b_2      
    zope:                1.0-py37_0             
    zope.interface:      4.5.0-py37h1de35cc_0   

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Cloning into '/opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/work'...
done.
checkout: 'HEAD'
Your branch is up to date with 'origin/_conda_cache_origin_head'.
==> git log -n1 <==

fatal: No names found, cannot describe anything.
commit 5cdbcceedbd0cc3d779683583cf2a5e24fa0ec11
Merge: 3779714 b946a3f
Author: Ian Rose <ian.r.rose@gmail.com>
Date:   Tue Jul 31 08:58:22 2018 -0700

    Merge pull request #16 from gnestor/jupyterlab-0.33

    Upgrade jupyterlab depedencies to work with jupyterlab 0.33.0

==> git describe --tags --dirty <==

commit 5cdbcceedbd0cc3d779683583cf2a5e24fa0ec11
Merge: 3779714 b946a3f
Author: Ian Rose <ian.r.rose@gmail.com>
Date:   Tue Jul 31 08:58:22 2018 -0700

    Merge pull request #16 from gnestor/jupyterlab-0.33

    Upgrade jupyterlab depedencies to work with jupyterlab 0.33.0

==> git status <==

On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

nothing to commit, working tree clean

source tree in: /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/work
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! 
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.

> fsevents@1.2.4 install /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco/node_modules/fsevents
> node install

[fsevents] Success: "/opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.

added 913 packages in 128.497s

> jupyterlab-monaco@0.1.0 build /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco
> webpack && tsc

Hash: f85daa8b8d4865c348b9
Version: webpack 4.16.4
Time: 42130ms
Built at: 2018-08-03 13:08:17
                      Asset       Size         Chunks             Chunk Names
   css.worker.bundle.js.map   1.52 MiB     css.worker  [emitted]  css.worker
       css.worker.bundle.js   1.44 MiB     css.worker  [emitted]  css.worker
      html.worker.bundle.js    834 KiB    html.worker  [emitted]  html.worker
      json.worker.bundle.js    753 KiB    json.worker  [emitted]  json.worker
        ts.worker.bundle.js   7.85 MiB      ts.worker  [emitted]  ts.worker
                0.bundle.js  876 bytes              0  [emitted]  
    editor.worker.bundle.js    455 KiB  editor.worker  [emitted]  editor.worker
editor.worker.bundle.js.map    470 KiB  editor.worker  [emitted]  editor.worker
  html.worker.bundle.js.map    889 KiB    html.worker  [emitted]  html.worker
  json.worker.bundle.js.map    772 KiB    json.worker  [emitted]  json.worker
    ts.worker.bundle.js.map   8.78 MiB      ts.worker  [emitted]  ts.worker
            0.bundle.js.map  650 bytes              0  [emitted]  
[./node_modules/monaco-editor/esm/vs/editor/common/services sync recursive] ./node_modules/monaco-editor/esm/vs/editor/common/services sync 160 bytes {0} [built]
[./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 509 bytes {editor.worker} {json.worker} {css.worker} {html.worker} {ts.worker} [built]
[./node_modules/webpack/buildin/harmony-module.js] (webpack)/buildin/harmony-module.js 573 bytes {ts.worker} [built]
    + 111 hidden modules

WARNING in ./node_modules/monaco-editor/esm/vs/editor/common/services/editorSimpleWorker.js 388:12-397:17
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.worker.js
> /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco
jupyterlab-monaco-0.1.0.tgz
> /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco
jupyterlab-monaco-0.1.0.tgz
> /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/npm pack /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/etc/jupyterlab-monaco
jupyterlab-monaco-0.1.0.tgz
> node /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                            
info No lockfile found.                                                                                                                                                                                                        
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                           
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                    
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                      
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                 
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                              
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                            
[4/4] 📃  Building fresh packages...                                                                                                                                                                                           
success Saved lockfile.                                                                                                                                                                                                        
✨  Done in 127.87s.                                                                                                                                                                                                           
> node /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                                   
yarn run v1.6.0                                                                                                                                                                                                                
$ webpack --config webpack.prod.config.js                                                                                                                                                                                      
Hash: 4c4c217f7de7ecd5b473
Version: webpack 4.12.2
Time: 484678ms
Built at: 2018-08-03 13:21:16
                                   Asset       Size  Chunks                    Chunk Names
              46.8c2f656f69543f54d00d.js   1.76 KiB      46  [emitted]         
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
     dd4b576132c18e6bb2d0929bd4236daa.js    753 KiB          [emitted]  [big]  
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
     7927494b0887d854be984e25bcd27f8a.js    834 KiB          [emitted]  [big]  
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
     888da741c56d94080de93ae1196200a4.js    455 KiB          [emitted]  [big]  
     6f0127f8f8cb499fd9f12d212c20738f.js   1.44 MiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.c79c309ef7f247453b25.js   5.06 KiB       0  [emitted]         
               1.032739fd4a817ae153e9.js   17.9 KiB       1  [emitted]         
               2.ae861be92d008410046f.js   19.4 KiB       2  [emitted]         
               3.0444bfc3ebf7c7ff68b0.js   19.8 KiB       3  [emitted]         
               4.9df25e9125e8fea1654f.js   1.72 MiB       4  [emitted]  [big]  
               5.15463c1e1e42199a2f1b.js   36.1 KiB       5  [emitted]         
               6.abed36ea9b84d4467352.js    441 KiB       6  [emitted]  [big]  
    vendors~vega.acb61106ce16570cf48f.js    697 KiB       7  [emitted]  [big]  vendors~vega
            vega.015448a2073ee30a3b25.js  156 bytes       8  [emitted]         vega
               9.7e19a36e6a48a2645e33.js   3.59 KiB       9  [emitted]         
              10.18a76a6a7759ed92237a.js   1.87 KiB      10  [emitted]         
              11.e20020f891dd58bb7dd4.js   3.57 KiB      11  [emitted]         
              12.9128d34d55d422975411.js    4.5 KiB      12  [emitted]         
              13.8282c800540ccf6b4221.js   1.45 KiB      13  [emitted]         
              14.9e9c8ac980c36fdc89cb.js   4.45 KiB      14  [emitted]         
              15.e78e4bfb560edfa51b9c.js   2.01 KiB      15  [emitted]         
              16.b46157715b69c471942a.js   2.94 KiB      16  [emitted]         
              17.9b74516e9354ec585f8e.js   2.66 KiB      17  [emitted]         
              18.7976eccf31f6a0c0c172.js   6.06 KiB      18  [emitted]         
              19.7792bc57b22a2d54c8a5.js   4.51 KiB      19  [emitted]         
              20.6bd0e640c90b34c6b8ee.js   1.14 KiB      20  [emitted]         
              21.d67424cae0ef173bf2e8.js   2.97 KiB      21  [emitted]         
              22.8b9ed46349c5482b358b.js   3.87 KiB      22  [emitted]         
              23.23e3d7e47243ac6b6268.js   2.14 KiB      23  [emitted]         
              24.c179b46740cc912bdbf5.js   3.26 KiB      24  [emitted]         
              25.2ab3abea3ad7c60b000e.js   4.87 KiB      25  [emitted]         
              26.61c1796341fcdc495c56.js   14.2 KiB      26  [emitted]         
              27.71fb44ff4fd890a523ef.js   2.41 KiB      27  [emitted]         
              28.3e2b6bb830000eefa8e7.js   17.3 KiB      28  [emitted]         
              29.8c4a1b580c6cd510d8f2.js   7.91 KiB      29  [emitted]         
              30.989a84677420d464f7b2.js   7.74 KiB      30  [emitted]         
              31.f0a76b037107b965cd8f.js   3.26 KiB      31  [emitted]         
              32.8c4449f1f08be321a63e.js   4.79 KiB      32  [emitted]         
              33.49f5fb4d58f76e670e5e.js   3.02 KiB      33  [emitted]         
              34.8bb20e5101a9f3f92d1b.js   2.83 KiB      34  [emitted]         
              35.17542abcb0d28bea0e40.js   8.33 KiB      35  [emitted]         
              36.3c66029af85b39a25c0e.js   3.54 KiB      36  [emitted]         
              37.bcac8901b60044ba9490.js   11.6 KiB      37  [emitted]         
              38.5e4d5a5d37213bc656bb.js      8 KiB      38  [emitted]         
              39.4c7ecea3ba204bae1da6.js    3.9 KiB      39  [emitted]         
              40.3ff5838d7120d43cfd42.js   1.85 KiB      40  [emitted]         
              41.aa95cbf53d3caee07938.js   6.32 KiB      41  [emitted]         
              42.10e4a791709ec0ee7bd9.js   18.2 KiB      42  [emitted]         
              43.0c192f30c58ef118d49e.js    6.8 KiB      43  [emitted]         
              44.931fbfaf7076d3673f59.js   4.09 KiB      44  [emitted]         
              45.96921fbb6fecff11f1b9.js   5.63 KiB      45  [emitted]         
     c1a2937b191f0a2329c32d842ac1c7d8.js   7.85 MiB          [emitted]  [big]  
              47.aa674bca6a9b87534976.js   3.49 KiB      47  [emitted]         
              48.a8ffc6259fc98716faf4.js  297 bytes      48  [emitted]         
    vendors~main.9af5247d29a800a0bff1.js   4.99 MiB      49  [emitted]  [big]  vendors~main
            main.862ee5368884cc977a23.js   22.3 KiB      50  [emitted]         main
           0.c79c309ef7f247453b25.js.map     12 KiB       0  [emitted]         
           1.032739fd4a817ae153e9.js.map   37.5 KiB       1  [emitted]         
           2.ae861be92d008410046f.js.map   82.6 KiB       2  [emitted]         
           3.0444bfc3ebf7c7ff68b0.js.map   84.4 KiB       3  [emitted]         
           4.9df25e9125e8fea1654f.js.map   7.95 MiB       4  [emitted]         
           5.15463c1e1e42199a2f1b.js.map    169 KiB       5  [emitted]         
           6.abed36ea9b84d4467352.js.map   1.27 MiB       6  [emitted]         
vendors~vega.acb61106ce16570cf48f.js.map   2.76 MiB       7  [emitted]         vendors~vega
        vega.015448a2073ee30a3b25.js.map  105 bytes       8  [emitted]         vega
           9.7e19a36e6a48a2645e33.js.map   9.25 KiB       9  [emitted]         
          10.18a76a6a7759ed92237a.js.map   4.78 KiB      10  [emitted]         
          11.e20020f891dd58bb7dd4.js.map   8.65 KiB      11  [emitted]         
          12.9128d34d55d422975411.js.map   10.1 KiB      12  [emitted]         
          13.8282c800540ccf6b4221.js.map   2.99 KiB      13  [emitted]         
          14.9e9c8ac980c36fdc89cb.js.map   9.81 KiB      14  [emitted]         
          15.e78e4bfb560edfa51b9c.js.map   5.49 KiB      15  [emitted]         
          16.b46157715b69c471942a.js.map   6.76 KiB      16  [emitted]         
          17.9b74516e9354ec585f8e.js.map   7.14 KiB      17  [emitted]         
          18.7976eccf31f6a0c0c172.js.map   12.8 KiB      18  [emitted]         
          19.7792bc57b22a2d54c8a5.js.map   10.2 KiB      19  [emitted]         
          20.6bd0e640c90b34c6b8ee.js.map   3.27 KiB      20  [emitted]         
          21.d67424cae0ef173bf2e8.js.map   7.05 KiB      21  [emitted]         
          22.8b9ed46349c5482b358b.js.map   8.19 KiB      22  [emitted]         
          23.23e3d7e47243ac6b6268.js.map   5.59 KiB      23  [emitted]         
          24.c179b46740cc912bdbf5.js.map   9.82 KiB      24  [emitted]         
          25.2ab3abea3ad7c60b000e.js.map   9.16 KiB      25  [emitted]         
          26.61c1796341fcdc495c56.js.map   22.3 KiB      26  [emitted]         
          27.71fb44ff4fd890a523ef.js.map    6.4 KiB      27  [emitted]         
          28.3e2b6bb830000eefa8e7.js.map   26.4 KiB      28  [emitted]         
          29.8c4a1b580c6cd510d8f2.js.map   16.2 KiB      29  [emitted]         
          30.989a84677420d464f7b2.js.map   24.1 KiB      30  [emitted]         
          31.f0a76b037107b965cd8f.js.map   8.55 KiB      31  [emitted]         
          32.8c4449f1f08be321a63e.js.map   11.9 KiB      32  [emitted]         
          33.49f5fb4d58f76e670e5e.js.map   8.08 KiB      33  [emitted]         
          34.8bb20e5101a9f3f92d1b.js.map    7.8 KiB      34  [emitted]         
          35.17542abcb0d28bea0e40.js.map   16.9 KiB      35  [emitted]         
          36.3c66029af85b39a25c0e.js.map   7.23 KiB      36  [emitted]         
          37.bcac8901b60044ba9490.js.map   18.5 KiB      37  [emitted]         
          38.5e4d5a5d37213bc656bb.js.map   21.7 KiB      38  [emitted]         
          39.4c7ecea3ba204bae1da6.js.map   8.28 KiB      39  [emitted]         
          40.3ff5838d7120d43cfd42.js.map   4.81 KiB      40  [emitted]         
          41.aa95cbf53d3caee07938.js.map     14 KiB      41  [emitted]         
          42.10e4a791709ec0ee7bd9.js.map   23.6 KiB      42  [emitted]         
          43.0c192f30c58ef118d49e.js.map   13.6 KiB      43  [emitted]         
          44.931fbfaf7076d3673f59.js.map   8.25 KiB      44  [emitted]         
          45.96921fbb6fecff11f1b9.js.map   10.9 KiB      45  [emitted]         
          46.8c2f656f69543f54d00d.js.map   4.54 KiB      46  [emitted]         
          47.aa674bca6a9b87534976.js.map    8.8 KiB      47  [emitted]         
          48.a8ffc6259fc98716faf4.js.map  776 bytes      48  [emitted]         
vendors~main.9af5247d29a800a0bff1.js.map   17.1 MiB      49  [emitted]         vendors~main
        main.862ee5368884cc977a23.js.map   79.9 KiB      50  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.9af5247d29a800a0bff1.js vendors~main.9af5247d29a800a0bff1.js.map main.862ee5368884cc977a23.js main.862ee5368884cc977a23.js.map
[5] vertx (ignored) 15 bytes {50} [optional] [built]
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {50} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {50} [built]
[R7lK] ./node_modules/monaco-editor/esm/vs/language/json/jsonMode.js + 9 modules 115 KiB {5} [built]
    |    10 modules
[7] fs (ignored) 15 bytes {8} [built]
[+lu7] ./node_modules/monaco-editor/esm/vs/language/html/htmlMode.js + 3 modules 54.2 KiB {2} [built]
    |    4 modules
[20/g] ./node_modules/monaco-editor/esm/vs/language/css/cssMode.js + 3 modules 55.3 KiB {3} [built]
    |    4 modules
[4yiN] ./node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js + 3 modules 38.6 KiB {4} [built]
    |    4 modules
[ANye] ./build/index.out.js 34.5 KiB {50} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {7} [built]
    |    37 modules
[YuTi] (webpack)/buildin/module.js 497 bytes {49} [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {9} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {7} [built]
    |    914 modules
[jqkw] ./node_modules/monaco-editor/esm/vs/editor/editor.main.js + 471 modules 4.57 MiB {49} [built]
    |    472 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {49} [built]
    + 1492 hidden modules

WARNING in ./node_modules/monaco-editor/esm/vs/editor/common/services/editorSimpleWorker.js 388:12-397:17
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerServiceImpl.js
 @ ./node_modules/monaco-editor/esm/vs/editor/common/services/webWorker.js
 @ ./node_modules/monaco-editor/esm/vs/editor/standalone/browser/standaloneEditor.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.api.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/monaco.contribution.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js
 @ ./node_modules/jupyterlab-monaco/lib/index.js
 @ ./build/index.out.js
 @ multi whatwg-fetch ./build/index.out.js

WARNING in ./node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
Module not found: Error: Can't resolve 'source-map-support' in '/opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/monaco-editor/esm/vs/language/typescript/lib'
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/tokenization.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/monaco.contribution.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js
 @ ./node_modules/jupyterlab-monaco/lib/index.js
 @ ./build/index.out.js
 @ multi whatwg-fetch ./build/index.out.js

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  c1a2937b191f0a2329c32d842ac1c7d8.js (7.85 MiB)
  dd4b576132c18e6bb2d0929bd4236daa.js (753 KiB)
  7927494b0887d854be984e25bcd27f8a.js (834 KiB)
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  888da741c56d94080de93ae1196200a4.js (455 KiB)
  6f0127f8f8cb499fd9f12d212c20738f.js (1.44 MiB)
  4.9df25e9125e8fea1654f.js (1.72 MiB)
  6.abed36ea9b84d4467352.js (441 KiB)
  vendors~vega.acb61106ce16570cf48f.js (697 KiB)
  vendors~main.9af5247d29a800a0bff1.js (4.99 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (5.01 MiB)
      vendors~main.9af5247d29a800a0bff1.js
      main.862ee5368884cc977a23.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 543.22s.                                                                                                                                                                                                           
**Note: Removing dead /opt/miniconda/conda-bld/jupyterlab-monaco 1533325111349/ h env placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold p/etc/jupyterlab-monaco "jupyterlab-monaco"
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install
yarn install v1.6.0                                                                                                                                                                                                            
info No lockfile found.                                                                                                                                                                                                        
[1/4] 🔍  Resolving packages...                                                                                                                                                                                                
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                           
warning css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                                    
warning css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.                                                      
[2/4] 🚚  Fetching packages...                                                                                                                                                                                                 
[3/4] 🔗  Linking dependencies...                                                                                                                                                                                              
warning "@jupyterlab/vdom-extension > @nteract/transform-vdom@1.1.1" has incorrect peer dependency "react@^15.6.1".                                                                                                            
[4/4] 📃  Building fresh packages...                                                                                                                                                                                           
success Saved lockfile.                                                                                                                                                                                                        
✨  Done in 43.12s.                                                                                                                                                                                                            
[LabBuildApp] > node /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod                                                                                                     
yarn run v1.6.0                                                                                                                                                                                                                
$ webpack --config webpack.prod.config.js                                                                                                                                                                                      
Hash: 4c4c217f7de7ecd5b473
Version: webpack 4.12.2
Time: 582792ms
Built at: 2018-08-03 13:32:52
                                   Asset       Size  Chunks                    Chunk Names
              46.8c2f656f69543f54d00d.js   1.76 KiB      46  [emitted]         
    674f50d287a8c48dc19ba404d20fe713.eot    162 KiB          [emitted]         
     dd4b576132c18e6bb2d0929bd4236daa.js    753 KiB          [emitted]  [big]  
  af7ae505a9eed503f8b8e6982036873e.woff2   75.4 KiB          [emitted]         
     7927494b0887d854be984e25bcd27f8a.js    834 KiB          [emitted]  [big]  
    912ec66d7572ff821749319396470bde.svg    434 KiB          [emitted]  [big]  
     888da741c56d94080de93ae1196200a4.js    455 KiB          [emitted]  [big]  
     6f0127f8f8cb499fd9f12d212c20738f.js   1.44 MiB          [emitted]  [big]  
   fee66e712a8a08eef5805a46892932ad.woff   95.7 KiB          [emitted]         
    b06871f281fee6b241d60582ae9369b9.ttf    162 KiB          [emitted]         
               0.c79c309ef7f247453b25.js   5.06 KiB       0  [emitted]         
               1.032739fd4a817ae153e9.js   17.9 KiB       1  [emitted]         
               2.ae861be92d008410046f.js   19.4 KiB       2  [emitted]         
               3.0444bfc3ebf7c7ff68b0.js   19.8 KiB       3  [emitted]         
               4.9df25e9125e8fea1654f.js   1.72 MiB       4  [emitted]  [big]  
               5.15463c1e1e42199a2f1b.js   36.1 KiB       5  [emitted]         
               6.abed36ea9b84d4467352.js    441 KiB       6  [emitted]  [big]  
    vendors~vega.acb61106ce16570cf48f.js    697 KiB       7  [emitted]  [big]  vendors~vega
            vega.015448a2073ee30a3b25.js  156 bytes       8  [emitted]         vega
               9.7e19a36e6a48a2645e33.js   3.59 KiB       9  [emitted]         
              10.18a76a6a7759ed92237a.js   1.87 KiB      10  [emitted]         
              11.e20020f891dd58bb7dd4.js   3.57 KiB      11  [emitted]         
              12.9128d34d55d422975411.js    4.5 KiB      12  [emitted]         
              13.8282c800540ccf6b4221.js   1.45 KiB      13  [emitted]         
              14.9e9c8ac980c36fdc89cb.js   4.45 KiB      14  [emitted]         
              15.e78e4bfb560edfa51b9c.js   2.01 KiB      15  [emitted]         
              16.b46157715b69c471942a.js   2.94 KiB      16  [emitted]         
              17.9b74516e9354ec585f8e.js   2.66 KiB      17  [emitted]         
              18.7976eccf31f6a0c0c172.js   6.06 KiB      18  [emitted]         
              19.7792bc57b22a2d54c8a5.js   4.51 KiB      19  [emitted]         
              20.6bd0e640c90b34c6b8ee.js   1.14 KiB      20  [emitted]         
              21.d67424cae0ef173bf2e8.js   2.97 KiB      21  [emitted]         
              22.8b9ed46349c5482b358b.js   3.87 KiB      22  [emitted]         
              23.23e3d7e47243ac6b6268.js   2.14 KiB      23  [emitted]         
              24.c179b46740cc912bdbf5.js   3.26 KiB      24  [emitted]         
              25.2ab3abea3ad7c60b000e.js   4.87 KiB      25  [emitted]         
              26.61c1796341fcdc495c56.js   14.2 KiB      26  [emitted]         
              27.71fb44ff4fd890a523ef.js   2.41 KiB      27  [emitted]         
              28.3e2b6bb830000eefa8e7.js   17.3 KiB      28  [emitted]         
              29.8c4a1b580c6cd510d8f2.js   7.91 KiB      29  [emitted]         
              30.989a84677420d464f7b2.js   7.74 KiB      30  [emitted]         
              31.f0a76b037107b965cd8f.js   3.26 KiB      31  [emitted]         
              32.8c4449f1f08be321a63e.js   4.79 KiB      32  [emitted]         
              33.49f5fb4d58f76e670e5e.js   3.02 KiB      33  [emitted]         
              34.8bb20e5101a9f3f92d1b.js   2.83 KiB      34  [emitted]         
              35.17542abcb0d28bea0e40.js   8.33 KiB      35  [emitted]         
              36.3c66029af85b39a25c0e.js   3.54 KiB      36  [emitted]         
              37.bcac8901b60044ba9490.js   11.6 KiB      37  [emitted]         
              38.5e4d5a5d37213bc656bb.js      8 KiB      38  [emitted]         
              39.4c7ecea3ba204bae1da6.js    3.9 KiB      39  [emitted]         
              40.3ff5838d7120d43cfd42.js   1.85 KiB      40  [emitted]         
              41.aa95cbf53d3caee07938.js   6.32 KiB      41  [emitted]         
              42.10e4a791709ec0ee7bd9.js   18.2 KiB      42  [emitted]         
              43.0c192f30c58ef118d49e.js    6.8 KiB      43  [emitted]         
              44.931fbfaf7076d3673f59.js   4.09 KiB      44  [emitted]         
              45.96921fbb6fecff11f1b9.js   5.63 KiB      45  [emitted]         
     c1a2937b191f0a2329c32d842ac1c7d8.js   7.85 MiB          [emitted]  [big]  
              47.aa674bca6a9b87534976.js   3.49 KiB      47  [emitted]         
              48.a8ffc6259fc98716faf4.js  297 bytes      48  [emitted]         
    vendors~main.9af5247d29a800a0bff1.js   4.99 MiB      49  [emitted]  [big]  vendors~main
            main.862ee5368884cc977a23.js   22.3 KiB      50  [emitted]         main
           0.c79c309ef7f247453b25.js.map     12 KiB       0  [emitted]         
           1.032739fd4a817ae153e9.js.map   37.5 KiB       1  [emitted]         
           2.ae861be92d008410046f.js.map   82.6 KiB       2  [emitted]         
           3.0444bfc3ebf7c7ff68b0.js.map   84.4 KiB       3  [emitted]         
           4.9df25e9125e8fea1654f.js.map   7.95 MiB       4  [emitted]         
           5.15463c1e1e42199a2f1b.js.map    169 KiB       5  [emitted]         
           6.abed36ea9b84d4467352.js.map   1.27 MiB       6  [emitted]         
vendors~vega.acb61106ce16570cf48f.js.map   2.76 MiB       7  [emitted]         vendors~vega
        vega.015448a2073ee30a3b25.js.map  105 bytes       8  [emitted]         vega
           9.7e19a36e6a48a2645e33.js.map   9.25 KiB       9  [emitted]         
          10.18a76a6a7759ed92237a.js.map   4.78 KiB      10  [emitted]         
          11.e20020f891dd58bb7dd4.js.map   8.65 KiB      11  [emitted]         
          12.9128d34d55d422975411.js.map   10.1 KiB      12  [emitted]         
          13.8282c800540ccf6b4221.js.map   2.99 KiB      13  [emitted]         
          14.9e9c8ac980c36fdc89cb.js.map   9.81 KiB      14  [emitted]         
          15.e78e4bfb560edfa51b9c.js.map   5.49 KiB      15  [emitted]         
          16.b46157715b69c471942a.js.map   6.76 KiB      16  [emitted]         
          17.9b74516e9354ec585f8e.js.map   7.14 KiB      17  [emitted]         
          18.7976eccf31f6a0c0c172.js.map   12.8 KiB      18  [emitted]         
          19.7792bc57b22a2d54c8a5.js.map   10.2 KiB      19  [emitted]         
          20.6bd0e640c90b34c6b8ee.js.map   3.27 KiB      20  [emitted]         
          21.d67424cae0ef173bf2e8.js.map   7.05 KiB      21  [emitted]         
          22.8b9ed46349c5482b358b.js.map   8.19 KiB      22  [emitted]         
          23.23e3d7e47243ac6b6268.js.map   5.59 KiB      23  [emitted]         
          24.c179b46740cc912bdbf5.js.map   9.82 KiB      24  [emitted]         
          25.2ab3abea3ad7c60b000e.js.map   9.16 KiB      25  [emitted]         
          26.61c1796341fcdc495c56.js.map   22.3 KiB      26  [emitted]         
          27.71fb44ff4fd890a523ef.js.map    6.4 KiB      27  [emitted]         
          28.3e2b6bb830000eefa8e7.js.map   26.4 KiB      28  [emitted]         
          29.8c4a1b580c6cd510d8f2.js.map   16.2 KiB      29  [emitted]         
          30.989a84677420d464f7b2.js.map   24.1 KiB      30  [emitted]         
          31.f0a76b037107b965cd8f.js.map   8.55 KiB      31  [emitted]         
          32.8c4449f1f08be321a63e.js.map   11.9 KiB      32  [emitted]         
          33.49f5fb4d58f76e670e5e.js.map   8.08 KiB      33  [emitted]         
          34.8bb20e5101a9f3f92d1b.js.map    7.8 KiB      34  [emitted]         
          35.17542abcb0d28bea0e40.js.map   16.9 KiB      35  [emitted]         
          36.3c66029af85b39a25c0e.js.map   7.23 KiB      36  [emitted]         
          37.bcac8901b60044ba9490.js.map   18.5 KiB      37  [emitted]         
          38.5e4d5a5d37213bc656bb.js.map   21.7 KiB      38  [emitted]         
          39.4c7ecea3ba204bae1da6.js.map   8.28 KiB      39  [emitted]         
          40.3ff5838d7120d43cfd42.js.map   4.81 KiB      40  [emitted]         
          41.aa95cbf53d3caee07938.js.map     14 KiB      41  [emitted]         
          42.10e4a791709ec0ee7bd9.js.map   23.6 KiB      42  [emitted]         
          43.0c192f30c58ef118d49e.js.map   13.6 KiB      43  [emitted]         
          44.931fbfaf7076d3673f59.js.map   8.25 KiB      44  [emitted]         
          45.96921fbb6fecff11f1b9.js.map   10.9 KiB      45  [emitted]         
          46.8c2f656f69543f54d00d.js.map   4.54 KiB      46  [emitted]         
          47.aa674bca6a9b87534976.js.map    8.8 KiB      47  [emitted]         
          48.a8ffc6259fc98716faf4.js.map  776 bytes      48  [emitted]         
vendors~main.9af5247d29a800a0bff1.js.map   17.1 MiB      49  [emitted]         vendors~main
        main.862ee5368884cc977a23.js.map   79.9 KiB      50  [emitted]         main
                              index.html   1.53 KiB          [emitted]         
Entrypoint main [big] = vendors~main.9af5247d29a800a0bff1.js vendors~main.9af5247d29a800a0bff1.js.map main.862ee5368884cc977a23.js main.862ee5368884cc977a23.js.map
[5] vertx (ignored) 15 bytes {50} [optional] [built]
[RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {50} [optional] [built]
[6] multi whatwg-fetch ./build/index.out.js 40 bytes {50} [built]
[R7lK] ./node_modules/monaco-editor/esm/vs/language/json/jsonMode.js + 9 modules 115 KiB {5} [built]
    |    10 modules
[7] fs (ignored) 15 bytes {8} [built]
[+lu7] ./node_modules/monaco-editor/esm/vs/language/html/htmlMode.js + 3 modules 54.2 KiB {2} [built]
    |    4 modules
[20/g] ./node_modules/monaco-editor/esm/vs/language/css/cssMode.js + 3 modules 55.3 KiB {3} [built]
    |    4 modules
[4yiN] ./node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js + 3 modules 38.6 KiB {4} [built]
    |    4 modules
[ANye] ./build/index.out.js 34.5 KiB {50} [built]
[J29t] ./node_modules/vega-util/index.js + 36 modules 15.1 KiB {7} [built]
    |    37 modules
[YuTi] (webpack)/buildin/module.js 497 bytes {49} [built]
[eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {9} [built]
[etOl] ./node_modules/vega-embed/build/src/embed.js + 913 modules 1.64 MiB {7} [built]
    |    914 modules
[jqkw] ./node_modules/monaco-editor/esm/vs/editor/editor.main.js + 471 modules 4.57 MiB {49} [built]
    |    472 modules
[yLpj] (webpack)/buildin/global.js 489 bytes {49} [built]
    + 1492 hidden modules

WARNING in ./node_modules/monaco-editor/esm/vs/editor/common/services/editorSimpleWorker.js 388:12-397:17
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerServiceImpl.js
 @ ./node_modules/monaco-editor/esm/vs/editor/common/services/webWorker.js
 @ ./node_modules/monaco-editor/esm/vs/editor/standalone/browser/standaloneEditor.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.api.js
 @ ./node_modules/monaco-editor/esm/vs/editor/edcore.main.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js
 @ ./node_modules/jupyterlab-monaco/lib/index.js
 @ ./build/index.out.js
 @ multi whatwg-fetch ./build/index.out.js

WARNING in ./node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
Module not found: Error: Can't resolve 'source-map-support' in '/opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/monaco-editor/esm/vs/language/typescript/lib'
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/tokenization.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js
 @ ./node_modules/monaco-editor/esm/vs/language/typescript/monaco.contribution.js
 @ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js
 @ ./node_modules/jupyterlab-monaco/lib/index.js
 @ ./build/index.out.js
 @ multi whatwg-fetch ./build/index.out.js

WARNING in vega-lite
  Multiple versions of vega-lite found:
    2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/index.js
    2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js

Check how you can resolve duplicate packages: 
https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  c1a2937b191f0a2329c32d842ac1c7d8.js (7.85 MiB)
  dd4b576132c18e6bb2d0929bd4236daa.js (753 KiB)
  7927494b0887d854be984e25bcd27f8a.js (834 KiB)
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  888da741c56d94080de93ae1196200a4.js (455 KiB)
  6f0127f8f8cb499fd9f12d212c20738f.js (1.44 MiB)
  4.9df25e9125e8fea1654f.js (1.72 MiB)
  6.abed36ea9b84d4467352.js (441 KiB)
  vendors~vega.acb61106ce16570cf48f.js (697 KiB)
  vendors~main.9af5247d29a800a0bff1.js (4.99 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (5.01 MiB)
      vendors~main.9af5247d29a800a0bff1.js
      main.862ee5368884cc977a23.js

Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
    [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
    [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
    [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
        + 1 hidden module
✨  Done in 626.38s.                                                                                                                                                                                                           

Resource usage statistics from building jupyterlab-monaco:
   Process count: 8
   CPU time: Sys=0:00:59.1, User=0:07:10.0
   Memory: 2.9G
   Disk usage: 1.9K
   Time elapsed: 0:28:22.4

Packaging jupyterlab-monaco
INFO:conda_build.build:Packaging jupyterlab-monaco
Packaging jupyterlab-monaco-v0.1.0-0
INFO:conda_build.build:Packaging jupyterlab-monaco-v0.1.0-0
number of files: 21800
Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node
New link location is None

Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libc++.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
New link location is None

Fixing linking of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libstdc++.6.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libSystem.B.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None
Fixing linking of /usr/lib/libgcc_s.1.dylib in /opt/miniconda/conda-bld/jupyterlab-monaco_1533325111349/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node
New link location is None

   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/build/Release/.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libc++.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libSystem.B.dylib found in the whitelist
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libstdc++.6.dylib not found in any CDT/compiler package, nor the whitelist?!
WARNING (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /usr/lib/libgcc_s.1.dylib not found in any CDT/compiler package, nor the whitelist?!
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation found in the whitelist
   INFO (jupyterlab-monaco,share/jupyter/lab/staging/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node): Needed DSO /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices found in the whitelist
Fixing permissions
fatal: No names found, cannot describe anything.
updating: jupyterlab-monaco-v0.1.0-0.tar.bz2
TEST START: /opt/miniconda/conda-bld/osx-64/jupyterlab-monaco-v0.1.0-0.tar.bz2
Updating index at /opt/miniconda/conda-bld/linux-32 to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-32 to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/linux-64 to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-64 to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/linux-aarch64 to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-aarch64 to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/linux-armv6l to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-armv6l to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/linux-armv7l to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-armv7l to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/linux-ppc64le to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/linux-ppc64le to make package installable with dependencies
Updating index at /opt/miniconda/conda-bld/osx-64 to make package installable with dependencies
INFO:conda_build.build:Updating index at /opt/miniconda/conda-bld/osx-64 to make package installable with dependencies
Traceback (most recent call last):
  File "/opt/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 424, in main
    execute(sys.argv[1:])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 415, in execute
    verify=args.verify)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/api.py", line 200, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 2195, in build_tree
    test(pkg, config=metadata.config.copy(), stats=stats)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1821, in test
    config)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1793, in construct_metadata_for_test
    m, hash_input = _construct_metadata_for_test_from_package(recipedir_or_package, config)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1730, in _construct_metadata_for_test_from_package
    update_index(folder)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 154, in update_index
    channel_name)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 215, in update_subdir_index
    paths = read_json_caching_file(paths_path)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 210, in read_json_caching_file
    return json.load(fi)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 299, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/opt/miniconda/lib/python3.6/json/decoder.py", line 342, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2542676 column 2 (char 110686431)
krinsman commented 6 years ago

@msarahan I am guessing that this wasn't the right thing to do, but anyway I went to $CONDA_PREFIX/conda-bld/osx-64 and deleted repodata.json and repodata.json.bz2.

Now the build fails, basically immediately, but the error is very similar, which does seem to confirm your suspicions (as far as I can tell, which is admittedly not much).

conda build plotly

Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Attempting to finalize metadata for jupyterlab_plotly-extension
INFO:conda_build.metadata:Attempting to finalize metadata for jupyterlab_plotly-extension
Traceback (most recent call last):
  File "/opt/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 424, in main
    execute(sys.argv[1:])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/cli/main_build.py", line 415, in execute
    verify=args.verify)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/api.py", line 200, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 2189, in build_tree
    notest=notest,
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/build.py", line 1202, in build
    output_metas = expand_outputs([(m, need_source_download, need_reparse_in_env)])
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/render.py", line 670, in expand_outputs
    for (output_dict, m) in _m.get_output_metadata_set(permit_unsatisfiable_variants=False):
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/metadata.py", line 1974, in get_output_metadata_set
    bypass_env_check=bypass_env_check)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/metadata.py", line 701, in finalize_outputs_pass
    permit_unsatisfiable_variants=permit_unsatisfiable_variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/render.py", line 460, in finalize_metadata
    exclude_pattern)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/render.py", line 333, in add_upstream_pins
    permit_unsatisfiable_variants, exclude_pattern)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/render.py", line 321, in _read_upstream_pin_files
    permit_unsatisfiable_variants=permit_unsatisfiable_variants)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/render.py", line 124, in get_env_dependencies
    channel_urls=tuple(m.config.channel_urls))
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/environ.py", line 732, in get_install_actions
    locking=locking, timeout=timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 87, in get_build_index
    timeout=timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 124, in _ensure_valid_channel
    update_index(path, verbose=verbose, locking=locking, timeout=timeout)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 154, in update_index
    channel_name)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 215, in update_subdir_index
    paths = read_json_caching_file(paths_path)
  File "/opt/miniconda/lib/python3.6/site-packages/conda_build/index.py", line 210, in read_json_caching_file
    return json.load(fi)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 299, in load
    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  File "/opt/miniconda/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/opt/miniconda/lib/python3.6/json/decoder.py", line 342, in decode
    raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2542676 column 2 (char 110686431)

The problem persisted after doing conda build purge && conda clean -i again.

msarahan commented 6 years ago

Yes, the files you need to delete are dotfiles. That's why I had .something.json earlier.

rm .*.json will do the trick.

krinsman commented 6 years ago

@msarahan Oh, I didn't think to look for hidden JSON files. Removing the non-hidden JSON's (repodata.json) broke everything, so I uninstalled and reinstalled Conda. I will try to get around to re-testing these recipes later to see if the errors persist upon having updated the installation (and thereby most likely having removed the hidden JSON's).

Sorry for not reading your original post very carefully -- I could have saved myself a lot of time and trouble had I read it more carefully.

msarahan commented 6 years ago

next time, you could just nuke the os folder, like conda-bld/osx-64. Conda-build will recreate it as necessary. Save any packages you want to keep before that, though.

github-actions[bot] commented 1 year ago

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    • What OS and version you reproduced the issue on
    • What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!