Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424720 Details for
Bug 573988
=dev-python/bokeh-0.11.1: EXAMPLES are banned in EAPI 6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
bokeh-0.11.1.build (text/plain), 597.75 KB, created by
Helmut Jarausch
on 2016-02-06 09:56:31 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2016-02-06 09:56:31 UTC
Size:
597.75 KB
patch
obsolete
> * Package: dev-python/bokeh-0.11.1 > * Repository: gentoo > * Maintainer: sci@gentoo.org > * Upstream: info@continuum.io > * USE: abi_x86_64 amd64 elibc_glibc examples kernel_linux python_targets_python3_4 python_targets_python3_5 userland_GNU > * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox >>>> cfg-update-1.8.2-r1: Creating checksum index... >>>> Unpacking source... >>>> Unpacking bokeh-0.11.1.tar.gz to /var/tmp/portage/dev-python/bokeh-0.11.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/bokeh-0.11.1/work >>>> Preparing source in /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1 ... > * python3_4: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.4 setup.py build > > >running build >got version from file bokeh/_version.py {'version': '0.11.1', 'full': '64b6b1f2ee4e273138682bac6dee56df2e73d9d6'} >running build_py >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/_version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/tile_providers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/settings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/plotting_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/palettes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/browserlib.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/__main__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >copying bokeh/__conda_version__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application >copying bokeh/application/application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application >copying bokeh/application/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application >/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'install_requires' > warnings.warn(msg) >/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'zip_safe' > warnings.warn(msg) >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/tests >copying bokeh/application/tests/test_application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/code_runner.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >copying bokeh/application/handlers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/tiles.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/tickers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/markers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/mappers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/map_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/images.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/grids.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/formatters.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/component.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/axes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >copying bokeh/models/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >copying bokeh/models/tests/test_annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/widget.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/tables.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/panels.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/markups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/inputs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/groups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/dialogs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/buttons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >copying bokeh/models/widgets/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/operations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/models.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/conftest.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >copying bokeh/charts/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/timeseries_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/step_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/horizon_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/heatmap_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/dot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/donut_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/area_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >copying bokeh/charts/builders/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_comp_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_chart_utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client >copying bokeh/client/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client >copying bokeh/client/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client >copying bokeh/client/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command >copying bokeh/command/util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command >copying bokeh/command/subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command >copying bokeh/command/bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command >copying bokeh/command/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests >copying bokeh/command/tests/test_util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests >copying bokeh/command/tests/test_subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests >copying bokeh/command/tests/test_command_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests >copying bokeh/command/tests/test_bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/file_output.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_subcommands_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/property_mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/property_containers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/enums.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >copying bokeh/core/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >copying bokeh/core/compat/mpl_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >copying bokeh/core/compat/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >copying bokeh/core/compat/bokeh_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >copying bokeh/core/compat/bokeh_exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >copying bokeh/core/compat/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/_py3k_compat.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/vincent_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/vega_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/fake_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/base.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >copying bokeh/core/tests/test_state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >copying bokeh/core/tests/test_query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >copying bokeh/core/tests/test_properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >copying bokeh/core/tests/test_json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >copying bokeh/core/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/warnings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/errors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/decorators.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/check.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >copying bokeh/core/validation/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting >copying bokeh/plotting/helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting >copying bokeh/plotting/figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting >copying bokeh/plotting/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/tests >copying bokeh/plotting/tests/test_figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/tests >copying bokeh/plotting/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/world_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/us_states.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/us_marriages_divorces.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/us_holidays.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/us_counties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/us_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment1948.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/stocks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/sprint.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/sample_geojson.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/project_funding.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/population.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/periodic_table.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/olympics2014.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/mtb.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/movies_data.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/les_mis.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/iris.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/glucose.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/gapminder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/degrees.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/daylight.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/browsers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/autompg2.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/autompg.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/airports.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/urls.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/task.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/application_context.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >copying bokeh/server/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >copying bokeh/server/protocol/versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >copying bokeh/server/protocol/server_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >copying bokeh/server/protocol/receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >copying bokeh/server/protocol/message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >copying bokeh/server/protocol/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/pull_doc_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/pull_doc_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_working.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_pull_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests >copying bokeh/server/tests/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests >copying bokeh/server/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests >copying bokeh/server/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests >copying bokeh/server/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/ws.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/static_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/session_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/doc_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/autoload_js_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >copying bokeh/server/views/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/sample.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/collapsible_code_block.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_sitemap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_prop.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_plot.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_palette.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_jinja.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_github.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_gallery.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_autodoc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >copying bokeh/sphinxext/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/themes >copying bokeh/themes/theme.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/themes >copying bokeh/themes/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/themes >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_widgets.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_themes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_objects.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_main_module.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_client_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >copying bokeh/tests/test_bokeh_init.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/platform.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/paths.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/logconfig.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/future.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/functions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/deprecate.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/browser.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >copying bokeh/util/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/util/tests/test_callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests >copying bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree >copying bokeh/server/static/js/tree/model.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree >copying bokeh/server/static/js/tree/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/dom_util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/palettes >copying bokeh/server/static/js/tree/palettes/palettes.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/palettes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models >copying bokeh/server/static/js/tree/models/component.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/toggle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/text_input_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/text_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/tabs_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/tabs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/table_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/table_column.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/slidertemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/selecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/selectbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/radio_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/radio_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/pretext.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/paragraph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/panel.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/multiselecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/multiselect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/markup.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/input_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dropdown.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dialog_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dialog.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/date_range_slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/date_picker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/data_table.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/checkbox_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/checkbox_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/cell_formatters.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/cell_editors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/autocomplete_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/abstract_icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/abstract_button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/button_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/button_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool_list_item_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/hover_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/crosshair_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/wheel_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/tap_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/resize_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/poly_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/pan_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/lasso_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/gesture_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/box_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/box_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/undo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/reset_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/redo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/preview_save_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/preview_save_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/help_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/action_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/wmts_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tms_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/quadkey_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/mercator_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/image_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/image_pool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/dynamic_image_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/bbox_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/years_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/single_interval_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/months_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/log_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/fixed_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/days_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/datetime_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/continuous_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/composite_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/categorical_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/basic_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/adaptive_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/remote_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/geojson_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/column_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/blaze_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/ajax_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/guide_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/glyph_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/factor_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/data_range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/data_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/plots >copying bokeh/server/static/js/tree/models/plots/plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/plots >copying bokeh/server/static/js/tree/models/plots/gmap_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/plots >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/marker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/inverted_triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/diamond_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/diamond.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/circle_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/circle_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/asterisk.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/log_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/linear_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/linear_color_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/grid_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/categorical_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/vboxform.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/vbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/layout.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/hbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/grid_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/basebox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/grids >copying bokeh/server/static/js/tree/models/grids/grid.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/grids >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/text.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/segment.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/rect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/ray.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/quadratic.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/quad.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/patches.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/patch.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/oval.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/multi_line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image_rgba.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/glyph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/gear.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/circle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/bokehgl.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/arc.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/annulus.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/annular_wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/printf_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/numeral_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/log_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/datetime_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/categorical_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/basic_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/callbacks >copying bokeh/server/static/js/tree/models/callbacks/open_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/callbacks >copying bokeh/server/static/js/tree/models/callbacks/customjs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/callbacks >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/log_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/linear_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/datetime_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/continuous_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/categorical_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/tooltip.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/span.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/poly_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/legend.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/box_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/compiler >copying bokeh/server/static/js/tree/compiler/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/compiler >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/ui_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/toolbar_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/tool_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/tool_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/textutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/svg_colors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/solver.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/selector.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/selection_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/random.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/properties.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/models.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/mathutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/logging.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/layout_box.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/hittest.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/has_props.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/embed.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/document.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/custom.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/continuum_view.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/color.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/collection.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/client.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/cartesian_frame.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/canvas_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/canvas.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/build_views.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/bbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/base.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/script_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/plot_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/notebook_load.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/notebook_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/js_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/file.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/doc_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/css_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/autoload_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/core/_templates/autoload_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates >copying bokeh/sampledata/us_marriages_divorces.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment1948.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/sprint.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/sample_geojson.geojson -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/percent-bachelors-degrees-women-usa.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/olympics2014.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/obiszow_mtb_xcm.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/les_mis.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/iris.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/elements.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/daylight_warsaw_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/browsers_nov_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/auto-mpg2.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/auto-mpg.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/US_Regions_State_Boundaries.csv.gz -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >copying bokeh/sampledata/USHolidays.ics -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/safari_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/opera_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/ie_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/firefox_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/chrome_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >warning: build_py: byte-compiling is disabled, skipping. > >running build_scripts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts >copying and adjusting bin/bokeh -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts >copying and adjusting bin/bokeh-server -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts/bokeh from 644 to 755 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts/bokeh-server from 644 to 755 >UPDATING /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/_version.py > * python3_5: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.5 setup.py build > > >running build >got version from file bokeh/_version.py {'version': '0.11.1', 'full': '64b6b1f2ee4e273138682bac6dee56df2e73d9d6'} >running build_py >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/_version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/tile_providers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/settings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/plotting_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/palettes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/browserlib.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/__main__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >copying bokeh/__conda_version__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application >copying bokeh/application/application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application >copying bokeh/application/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application >/usr/lib64/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires' > warnings.warn(msg) >/usr/lib64/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'zip_safe' > warnings.warn(msg) >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/tests >copying bokeh/application/tests/test_application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/code_runner.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >copying bokeh/application/handlers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >copying bokeh/application/handlers/tests/test_code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/tiles.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/tickers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/markers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/mappers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/map_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/images.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/grids.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/formatters.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/component.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/axes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >copying bokeh/models/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >copying bokeh/models/tests/test_annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/widget.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/tables.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/panels.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/markups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/inputs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/groups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/dialogs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/buttons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >copying bokeh/models/widgets/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/operations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/models.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/conftest.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >copying bokeh/charts/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/timeseries_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/step_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/horizon_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/heatmap_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/dot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/donut_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/area_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >copying bokeh/charts/builders/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >copying bokeh/charts/builders/tests/test_bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_comp_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_chart_utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >copying bokeh/charts/tests/test_attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client >copying bokeh/client/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client >copying bokeh/client/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client >copying bokeh/client/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command >copying bokeh/command/util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command >copying bokeh/command/subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command >copying bokeh/command/bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command >copying bokeh/command/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests >copying bokeh/command/tests/test_util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests >copying bokeh/command/tests/test_subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests >copying bokeh/command/tests/test_command_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests >copying bokeh/command/tests/test_bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/file_output.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >copying bokeh/command/subcommands/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_subcommands_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/test_html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >copying bokeh/command/subcommands/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/property_mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/property_containers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/enums.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >copying bokeh/core/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >copying bokeh/core/compat/mpl_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >copying bokeh/core/compat/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >copying bokeh/core/compat/bokeh_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >copying bokeh/core/compat/bokeh_exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >copying bokeh/core/compat/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/_py3k_compat.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >copying bokeh/core/compat/mplexporter/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/vincent_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/vega_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/fake_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/base.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >copying bokeh/core/compat/mplexporter/renderers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >copying bokeh/core/tests/test_state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >copying bokeh/core/tests/test_query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >copying bokeh/core/tests/test_properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >copying bokeh/core/tests/test_json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >copying bokeh/core/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/warnings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/errors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/decorators.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/check.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >copying bokeh/core/validation/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting >copying bokeh/plotting/helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting >copying bokeh/plotting/figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting >copying bokeh/plotting/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/tests >copying bokeh/plotting/tests/test_figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/tests >copying bokeh/plotting/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/world_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/us_states.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/us_marriages_divorces.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/us_holidays.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/us_counties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/us_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment1948.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/stocks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/sprint.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/sample_geojson.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/project_funding.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/population.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/periodic_table.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/olympics2014.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/mtb.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/movies_data.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/les_mis.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/iris.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/glucose.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/gapminder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/degrees.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/daylight.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/browsers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/autompg2.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/autompg.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/airports.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/urls.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/task.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/application_context.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >copying bokeh/server/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >copying bokeh/server/protocol/versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >copying bokeh/server/protocol/server_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >copying bokeh/server/protocol/receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >copying bokeh/server/protocol/message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >copying bokeh/server/protocol/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/pull_doc_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/pull_doc_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >copying bokeh/server/protocol/messages/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_working.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_pull_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/test_ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >copying bokeh/server/protocol/messages/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/test_message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests >copying bokeh/server/protocol/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests >copying bokeh/server/tests/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests >copying bokeh/server/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests >copying bokeh/server/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests >copying bokeh/server/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/ws.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/static_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/session_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/doc_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/autoload_js_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >copying bokeh/server/views/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/sample.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/collapsible_code_block.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_sitemap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_prop.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_plot.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_palette.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_jinja.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_github.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_gallery.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/bokeh_autodoc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >copying bokeh/sphinxext/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/themes >copying bokeh/themes/theme.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/themes >copying bokeh/themes/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/themes >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_widgets.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_themes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_objects.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_main_module.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_client_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >copying bokeh/tests/test_bokeh_init.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/platform.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/paths.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/logconfig.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/future.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/functions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/deprecate.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/browser.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >copying bokeh/util/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/util/tests/test_callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests >copying bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-widgets.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >copying bokeh/server/static/js/bokeh-compiler.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree >copying bokeh/server/static/js/tree/model.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree >copying bokeh/server/static/js/tree/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/dom_util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util >copying bokeh/server/static/js/tree/util/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/palettes >copying bokeh/server/static/js/tree/palettes/palettes.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/palettes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models >copying bokeh/server/static/js/tree/models/component.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/toggle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/text_input_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/text_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/tabs_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/tabs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/table_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/table_column.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/slidertemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/selecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/selectbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/radio_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/radio_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/pretext.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/paragraph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/panel.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/multiselecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/multiselect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/markup.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/input_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dropdown.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dialog_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/dialog.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/date_range_slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/date_picker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/data_table.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/checkbox_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/checkbox_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/cell_formatters.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/cell_editors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/autocomplete_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/abstract_icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >copying bokeh/server/static/js/tree/models/widgets/abstract_button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/button_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools >copying bokeh/server/static/js/tree/models/tools/button_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool_list_item_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/hover_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors >copying bokeh/server/static/js/tree/models/tools/inspectors/crosshair_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/wheel_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/tap_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/resize_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/poly_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/pan_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/lasso_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/gesture_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/box_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >copying bokeh/server/static/js/tree/models/tools/gestures/box_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/undo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/reset_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/redo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/preview_save_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/preview_save_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/help_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >copying bokeh/server/static/js/tree/models/tools/actions/action_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/wmts_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tms_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/tile_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/quadkey_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/mercator_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/image_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/image_pool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/dynamic_image_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >copying bokeh/server/static/js/tree/models/tiles/bbox_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/years_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/single_interval_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/months_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/log_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/fixed_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/days_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/datetime_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/continuous_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/composite_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/categorical_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/basic_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >copying bokeh/server/static/js/tree/models/tickers/adaptive_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/remote_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/geojson_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/column_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/blaze_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >copying bokeh/server/static/js/tree/models/sources/ajax_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/guide_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers >copying bokeh/server/static/js/tree/models/renderers/glyph_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/factor_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/data_range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >copying bokeh/server/static/js/tree/models/ranges/data_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/plots >copying bokeh/server/static/js/tree/models/plots/plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/plots >copying bokeh/server/static/js/tree/models/plots/gmap_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/plots >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/square.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/marker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/inverted_triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/diamond_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/diamond.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/circle_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/circle_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >copying bokeh/server/static/js/tree/models/markers/asterisk.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/log_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/linear_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/linear_color_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/grid_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >copying bokeh/server/static/js/tree/models/mappers/categorical_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/vboxform.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/vbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/layout.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/hbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/grid_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >copying bokeh/server/static/js/tree/models/layouts/basebox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/grids >copying bokeh/server/static/js/tree/models/grids/grid.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/grids >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/text.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/segment.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/rect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/ray.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/quadratic.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/quad.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/patches.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/patch.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/oval.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/multi_line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image_rgba.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/image.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/glyph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/gear.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/circle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/bokehgl.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/arc.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/annulus.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >copying bokeh/server/static/js/tree/models/glyphs/annular_wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/printf_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/numeral_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/log_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/datetime_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/categorical_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >copying bokeh/server/static/js/tree/models/formatters/basic_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/callbacks >copying bokeh/server/static/js/tree/models/callbacks/open_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/callbacks >copying bokeh/server/static/js/tree/models/callbacks/customjs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/callbacks >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/log_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/linear_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/datetime_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/continuous_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/categorical_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >copying bokeh/server/static/js/tree/models/axes/axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/tooltip.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/span.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/poly_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/legend.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/box_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >copying bokeh/server/static/js/tree/models/annotations/annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/compiler >copying bokeh/server/static/js/tree/compiler/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/compiler >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/ui_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/toolbar_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/tool_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/tool_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/textutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/svg_colors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/solver.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/selector.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/selection_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/random.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/properties.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/plot_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/models.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/mathutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/logging.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/layout_box.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/hittest.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/has_props.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/embed.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/document.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/custom.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/continuum_view.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/color.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/collection.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/client.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/cartesian_frame.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/canvas_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/canvas.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/build_views.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/bbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >copying bokeh/server/static/js/tree/common/base.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >copying bokeh/server/static/css/bokeh-widgets.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/script_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/plot_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/notebook_load.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/notebook_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/js_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/file.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/doc_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/css_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/autoload_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/core/_templates/autoload_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates >copying bokeh/sampledata/us_marriages_divorces.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/unemployment1948.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/sprint.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/sample_geojson.geojson -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/percent-bachelors-degrees-women-usa.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/olympics2014.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/obiszow_mtb_xcm.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/les_mis.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/iris.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/elements.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/daylight_warsaw_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/browsers_nov_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/auto-mpg2.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/auto-mpg.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/US_Regions_State_Boundaries.csv.gz -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >copying bokeh/sampledata/USHolidays.ics -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/safari_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/opera_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/ie_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/firefox_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >copying bokeh/sampledata/icons/chrome_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >warning: build_py: byte-compiling is disabled, skipping. > >running build_scripts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts >copying and adjusting bin/bokeh -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts >copying and adjusting bin/bokeh-server -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts/bokeh from 644 to 755 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts/bokeh-server from 644 to 755 >UPDATING /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/_version.py >>>> Source compiled. >>>> Test phase [not enabled]: dev-python/bokeh-0.11.1 > >>>> Install bokeh-0.11.1 into /var/tmp/portage/dev-python/bokeh-0.11.1/image/ category dev-python > * python3_4: running distutils-r1_run_phase distutils-r1_python_install >/usr/bin/python3.4 setup.py install --root=/var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4 > >Installing Bokeh: > - using PACKAGED BokehJS, located in 'bokeh.server.static' > > >running install >running build >got version from file bokeh/_version.py {'full': '64b6b1f2ee4e273138682bac6dee56df2e73d9d6', 'version': '0.11.1'} >running build_py >/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'install_requires' > warnings.warn(msg) >/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'zip_safe' > warnings.warn(msg) >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >copying bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >running build_scripts >UPDATING /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/_version.py >running install_lib >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/_version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/browser.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/deprecate.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/functions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/future.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/logconfig.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/paths.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/platform.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/util/version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_bokeh_init.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_client_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_main_module.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_objects.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_themes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tests/test_widgets.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/themes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/themes/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/themes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/themes/theme.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/themes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_autodoc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_gallery.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_github.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_jinja.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_palette.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_plot.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_prop.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/bokeh_sitemap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/collapsible_code_block.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/sample.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sphinxext/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh-widgets.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh-widgets.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh-widgets.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh-widgets.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/css/bokeh.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/css >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/base.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/bbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/build_views.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/canvas.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/canvas_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/cartesian_frame.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/client.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/collection.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/color.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/continuum_view.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/custom.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/document.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/embed.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/has_props.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/hittest.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/layout_box.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/logging.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/mathutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/models.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/plot_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/plot_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/plot_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/properties.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/random.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/selection_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/selector.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/solver.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/svg_colors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/textutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/tool_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/tool_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/toolbar_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/common/ui_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/common >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/compiler >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/compiler/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/compiler >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/box_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/legend.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/poly_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/span.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/annotations/tooltip.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/annotations >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/categorical_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/continuous_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/datetime_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/linear_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/axes/log_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/axes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/callbacks >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/callbacks/customjs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/callbacks >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/callbacks/open_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/callbacks >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/basic_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/categorical_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/datetime_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/log_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/numeral_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/printf_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/formatters/tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/formatters >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/annular_wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/annulus.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/arc.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/bokehgl.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/circle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/gear.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/glyph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/image.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/image_rgba.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/image_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/multi_line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/oval.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/patch.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/patches.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/quad.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/quadratic.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/ray.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/rect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/segment.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/text.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/glyphs/wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/glyphs >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/grids >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/grids/grid.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/grids >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/basebox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/grid_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/hbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/layout.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/vbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/layouts/vboxform.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/layouts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers/categorical_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers/grid_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers/linear_color_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers/linear_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/mappers/log_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/mappers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/asterisk.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/circle_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/circle_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/diamond.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/diamond_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/inverted_triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/marker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/square.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/square_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/square_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/markers/x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/markers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/plots >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/plots/gmap_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/plots >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/plots/plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/plots >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges/data_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges/data_range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges/factor_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges/range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/ranges/range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/ranges >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers/glyph_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers/guide_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/renderers/renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/ajax_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/blaze_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/column_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/geojson_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/sources/remote_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/sources >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/adaptive_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/basic_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/categorical_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/composite_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/continuous_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/datetime_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/days_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/fixed_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/log_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/months_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/single_interval_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tickers/years_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tickers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/bbox_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/dynamic_image_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/image_pool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/image_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/mercator_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/quadkey_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/tile_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/tile_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/tms_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tiles/wmts_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tiles >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/action_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/help_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/preview_save_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/preview_save_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/redo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/reset_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/actions/undo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/actions >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/box_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/box_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/gesture_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/lasso_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/pan_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/poly_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/resize_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/tap_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/gestures/wheel_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/gestures >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors/crosshair_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors/hover_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool_list_item_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/button_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/button_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/tools/tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/abstract_button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/abstract_icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/autocomplete_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/cell_editors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/cell_formatters.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/checkbox_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/checkbox_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/data_table.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/date_picker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/date_range_slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/dialog.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/dialog_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/dropdown.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/input_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/markup.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/multiselect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/multiselecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/panel.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/paragraph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/pretext.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/radio_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/radio_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/selectbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/selecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/slidertemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/table_column.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/table_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/tabs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/tabs_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/text_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/text_input_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/toggle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/widgets/widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/models/component.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/palettes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/palettes/palettes.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/palettes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util/dom_util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/util/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/tree/model.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js/tree >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-compiler.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-compiler.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-compiler.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-widgets.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-widgets.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh-widgets.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/static/js/bokeh.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/autoload_js_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/doc_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/session_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/static_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/views/ws.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tests/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests/test_message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests/test_receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/tests/test_versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_pull_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/tests/test_working.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/pull_doc_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/pull_doc_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/messages/server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/server_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/protocol/versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/application_context.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/task.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/server/urls.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons/chrome_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons/firefox_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons/ie_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons/opera_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/icons/safari_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/USHolidays.ics -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/US_Regions_State_Boundaries.csv.gz -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/auto-mpg.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/auto-mpg2.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/browsers_nov_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/daylight_warsaw_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/elements.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/iris.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/les_mis.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/obiszow_mtb_xcm.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/olympics2014.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/percent-bachelors-degrees-women-usa.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/sample_geojson.geojson -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/sprint.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/unemployment1948.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_marriages_divorces.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/airports.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/autompg.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/autompg2.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/browsers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/daylight.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/degrees.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/gapminder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/glucose.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/iris.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/les_mis.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/movies_data.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/mtb.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/olympics2014.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/periodic_table.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/population.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/project_funding.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/sample_geojson.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/sprint.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/stocks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/unemployment.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/unemployment1948.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_counties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_holidays.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_marriages_divorces.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/us_states.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/sampledata/world_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/tests/test_figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting/helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/autoload_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/autoload_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/css_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/doc_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/file.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/js_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/notebook_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/notebook_load.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/plot_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/_templates/script_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/_templates >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/check.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/decorators.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/errors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/validation/warnings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests/test_json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests/test_properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests/test_query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/tests/test_state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers/base.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers/fake_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers/vega_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/renderers/vincent_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/_py3k_compat.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mplexporter/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/bokeh_exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/bokeh_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/compat/mpl_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/enums.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/property_containers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/property_mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/core/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/command >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/tests/test_subcommands_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/file_output.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommands/serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests/test_bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests/test_command_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests/test_subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/tests/test_util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/command/util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/client/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_chart_utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_comp_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/tests/test_stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests/test_bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests/test_boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests/test_histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests/test_line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/tests/test_scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/area_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/donut_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/dot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/heatmap_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/horizon_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/step_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builders/timeseries_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/conftest.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/models.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/operations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/charts/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/buttons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/dialogs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/groups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/inputs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/markups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/panels.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/tables.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/widgets/widget.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tests/test_sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/axes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/component.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/formatters.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/grids.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/images.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/map_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/mappers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/markers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tickers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tiles.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/models/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/application >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/tests/test_server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/code_runner.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/handlers/server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/tests/test_application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/application/application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/__conda_version__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/__main__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/browserlib.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/palettes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/plotting_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/settings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/lib/bokeh/tile_providers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/_version.py to _version.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_callback_manager.py to test_callback_manager.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_dependencies.py to test_dependencies.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_serialization.py to test_serialization.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_session_id.py to test_session_id.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_string.py to test_string.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_testing.py to test_testing.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tests/test_tornado.py to test_tornado.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/browser.py to browser.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/callback_manager.py to callback_manager.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/dependencies.py to dependencies.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/deprecate.py to deprecate.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/functions.py to functions.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/future.py to future.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/logconfig.py to logconfig.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/notebook.py to notebook.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/paths.py to paths.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/platform.py to platform.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/serialization.py to serialization.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/session_id.py to session_id.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/string.py to string.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/testing.py to testing.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/tornado.py to tornado.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/util/version.py to version.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_bokeh_init.py to test_bokeh_init.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_client_server.py to test_client_server.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_colors.py to test_colors.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_document.py to test_document.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_driving.py to test_driving.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_embed.py to test_embed.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_io.py to test_io.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_layouts.py to test_layouts.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_main_module.py to test_main_module.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_objects.py to test_objects.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_resources.py to test_resources.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_server.py to test_server.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_themes.py to test_themes.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tests/test_widgets.py to test_widgets.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/themes/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/themes/theme.py to theme.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_autodoc.py to bokeh_autodoc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_gallery.py to bokeh_gallery.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_github.py to bokeh_github.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_jinja.py to bokeh_jinja.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_model.py to bokeh_model.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_palette.py to bokeh_palette.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_plot.py to bokeh_plot.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_prop.py to bokeh_prop.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/bokeh_sitemap.py to bokeh_sitemap.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/collapsible_code_block.py to collapsible_code_block.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/sample.py to sample.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sphinxext/utils.py to utils.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/autoload_js_handler.py to autoload_js_handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/doc_handler.py to doc_handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/session_handler.py to session_handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/static_handler.py to static_handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/views/ws.py to ws.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests/test_server.py to test_server.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests/test_tornado.py to test_tornado.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tests/utils.py to utils.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests/test_message.py to test_message.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests/test_receiver.py to test_receiver.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/tests/test_versions.py to test_versions.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_ack.py to test_ack.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_error.py to test_error.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_ok.py to test_ok.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_patch_doc.py to test_patch_doc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_pull_doc.py to test_pull_doc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_push_doc.py to test_push_doc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_server_info_reply.py to test_server_info_reply.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_server_info_req.py to test_server_info_req.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/tests/test_working.py to test_working.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/ack.py to ack.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/error.py to error.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/ok.py to ok.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/patch_doc.py to patch_doc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/pull_doc_reply.py to pull_doc_reply.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/pull_doc_req.py to pull_doc_req.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/push_doc.py to push_doc.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/server_info_reply.py to server_info_reply.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/messages/server_info_req.py to server_info_req.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/message.py to message.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/receiver.py to receiver.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/server_handler.py to server_handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/protocol/versions.py to versions.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/application_context.py to application_context.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/connection.py to connection.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/exceptions.py to exceptions.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/server.py to server.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/session.py to session.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/task.py to task.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/tornado.py to tornado.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/server/urls.py to urls.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/airports.py to airports.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/autompg.py to autompg.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/autompg2.py to autompg2.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/browsers.py to browsers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/daylight.py to daylight.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/degrees.py to degrees.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/gapminder.py to gapminder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/glucose.py to glucose.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/iris.py to iris.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/les_mis.py to les_mis.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/movies_data.py to movies_data.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/mtb.py to mtb.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/olympics2014.py to olympics2014.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/periodic_table.py to periodic_table.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/population.py to population.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/project_funding.py to project_funding.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/sample_geojson.py to sample_geojson.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/sprint.py to sprint.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/stocks.py to stocks.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/unemployment.py to unemployment.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/unemployment1948.py to unemployment1948.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/us_cities.py to us_cities.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/us_counties.py to us_counties.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/us_holidays.py to us_holidays.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/us_marriages_divorces.py to us_marriages_divorces.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/us_states.py to us_states.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/sampledata/world_cities.py to world_cities.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/tests/test_figure.py to test_figure.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/figure.py to figure.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting/helpers.py to helpers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/check.py to check.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/decorators.py to decorators.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/errors.py to errors.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/exceptions.py to exceptions.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/validation/warnings.py to warnings.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests/test_json_encoder.py to test_json_encoder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests/test_properties.py to test_properties.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests/test_query.py to test_query.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/tests/test_state.py to test_state.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers/base.py to base.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers/fake_renderer.py to fake_renderer.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers/vega_renderer.py to vega_renderer.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/renderers/vincent_renderer.py to vincent_renderer.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/_py3k_compat.py to _py3k_compat.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/exporter.py to exporter.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/tools.py to tools.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mplexporter/utils.py to utils.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/bokeh_exporter.py to bokeh_exporter.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/bokeh_renderer.py to bokeh_renderer.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mpl.py to mpl.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/compat/mpl_helpers.py to mpl_helpers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/enums.py to enums.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/json_encoder.py to json_encoder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/properties.py to properties.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/property_containers.py to property_containers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/property_mixins.py to property_mixins.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/query.py to query.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/state.py to state.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/core/templates.py to templates.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_html.py to test_html.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_info.py to test_info.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_json.py to test_json.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_sampledata.py to test_sampledata.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_secret.py to test_secret.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_serve.py to test_serve.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/tests/test_subcommands_package.py to test_subcommands_package.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/file_output.py to file_output.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/html.py to html.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/info.py to info.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/json.py to json.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/sampledata.py to sampledata.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/secret.py to secret.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommands/serve.py to serve.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests/test_bootstrap.py to test_bootstrap.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests/test_command_package.py to test_command_package.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests/test_subcommand.py to test_subcommand.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/tests/test_util.py to test_util.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/bootstrap.py to bootstrap.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/subcommand.py to subcommand.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/command/util.py to util.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client/connection.py to connection.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/client/session.py to session.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_attributes.py to test_attributes.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_builder.py to test_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_chart.py to test_chart.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_chart_utils.py to test_chart_utils.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_comp_glyphs.py to test_comp_glyphs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_data_source.py to test_data_source.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/tests/test_stats.py to test_stats.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests/test_bar_builder.py to test_bar_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests/test_boxplot_builder.py to test_boxplot_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests/test_histogram_builder.py to test_histogram_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests/test_line_builder.py to test_line_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/tests/test_scatter_builder.py to test_scatter_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/area_builder.py to area_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/bar_builder.py to bar_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/boxplot_builder.py to boxplot_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/donut_builder.py to donut_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/dot_builder.py to dot_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/heatmap_builder.py to heatmap_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/histogram_builder.py to histogram_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/horizon_builder.py to horizon_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/line_builder.py to line_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/scatter_builder.py to scatter_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/step_builder.py to step_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builders/timeseries_builder.py to timeseries_builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/attributes.py to attributes.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/builder.py to builder.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/chart.py to chart.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/conftest.py to conftest.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/data_source.py to data_source.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/glyphs.py to glyphs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/models.py to models.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/operations.py to operations.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/properties.py to properties.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/stats.py to stats.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/charts/utils.py to utils.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/buttons.py to buttons.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/dialogs.py to dialogs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/groups.py to groups.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/icons.py to icons.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/inputs.py to inputs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/layouts.py to layouts.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/markups.py to markups.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/panels.py to panels.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/tables.py to tables.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/widgets/widget.py to widget.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_annotations.py to test_annotations.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_callbacks.py to test_callbacks.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_glyphs.py to test_glyphs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_plots.py to test_plots.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_ranges.py to test_ranges.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_renderers.py to test_renderers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tests/test_sources.py to test_sources.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/annotations.py to annotations.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/axes.py to axes.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/callbacks.py to callbacks.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/component.py to component.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/formatters.py to formatters.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/glyphs.py to glyphs.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/grids.py to grids.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/images.py to images.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/layouts.py to layouts.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/map_plots.py to map_plots.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/mappers.py to mappers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/markers.py to markers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/plots.py to plots.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/ranges.py to ranges.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/renderers.py to renderers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/sources.py to sources.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tickers.py to tickers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tiles.py to tiles.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/models/tools.py to tools.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_code.py to test_code.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_directory.py to test_directory.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_function.py to test_function.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_notebook.py to test_notebook.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_script.py to test_script.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/tests/test_server_lifecycle.py to test_server_lifecycle.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/code.py to code.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/code_runner.py to code_runner.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/directory.py to directory.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/function.py to function.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/handler.py to handler.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/notebook.py to notebook.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/script.py to script.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/handlers/server_lifecycle.py to server_lifecycle.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/tests/test_application.py to test_application.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/application/application.py to application.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/__conda_version__.py to __conda_version__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/__init__.py to __init__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/__main__.py to __main__.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/browserlib.py to browserlib.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/colors.py to colors.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/document.py to document.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/driving.py to driving.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/embed.py to embed.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/icons.py to icons.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/io.py to io.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/mixins.py to mixins.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/model.py to model.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/mpl.py to mpl.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/palettes.py to palettes.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/plotting_helpers.py to plotting_helpers.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/properties.py to properties.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/resources.py to resources.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/settings.py to settings.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/templates.py to templates.cpython-34.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh/tile_providers.py to tile_providers.cpython-34.pyc >writing byte-compilation script '/var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpcv1_le7a.py' >/usr/bin/python3.4 -OO /var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpcv1_le7a.py >removing /var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpcv1_le7a.py >running install_scripts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib/python-exec >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.4/usr/lib/python-exec/python3.4 >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts/bokeh-server -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib/python-exec/python3.4 >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_4/scripts/bokeh -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib/python-exec/python3.4 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib/python-exec/python3.4/bokeh-server to 755 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib/python-exec/python3.4/bokeh to 755 >running install_egg_info >Writing /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.4/usr/lib64/python3.4/site-packages/bokeh-0.11.1-py3.4.egg-info > * python3_5: running distutils-r1_run_phase distutils-r1_python_install >/usr/bin/python3.5 setup.py install --root=/var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5 > >Installing Bokeh: > - using PACKAGED BokehJS, located in 'bokeh.server.static' > > >running install >running build >got version from file bokeh/_version.py {'full': '64b6b1f2ee4e273138682bac6dee56df2e73d9d6', 'version': '0.11.1'} >running build_py >/usr/lib64/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'zip_safe' > warnings.warn(msg) >/usr/lib64/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires' > warnings.warn(msg) >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >copying bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh >package init file 'bokeh/application/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/application/handlers/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/models/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/builders/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/charts/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/command/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/tests/__init__.py' not found (or not a regular file) >package init file 'bokeh/util/tests/__init__.py' not found (or not a regular file) >running build_scripts >UPDATING /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/_version.py >running install_lib >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5 >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/_version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/LICENSE.txt -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/browser.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/callback_manager.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/dependencies.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/deprecate.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/functions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/future.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/logconfig.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/paths.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/platform.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/serialization.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/session_id.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/string.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/testing.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/util/version.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_bokeh_init.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_client_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_main_module.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_objects.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_themes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tests/test_widgets.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/themes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/themes/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/themes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/themes/theme.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/themes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_autodoc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_gallery.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_github.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_jinja.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_palette.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_plot.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_prop.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/bokeh_sitemap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/collapsible_code_block.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/sample.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sphinxext/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh-widgets.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh-widgets.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh-widgets.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh-widgets.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh.min.css -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/css/bokeh.min.css.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/css >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/base.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/bbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/build_views.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/canvas.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/canvas_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/cartesian_frame.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/client.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/collection.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/color.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/continuum_view.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/custom.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/document.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/embed.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/has_props.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/hittest.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/layout_box.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/logging.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/mathutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/models.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/plot_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/plot_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/plot_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/properties.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/random.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/selection_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/selector.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/solver.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/svg_colors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/textutils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/tool_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/tool_manager.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/toolbar_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/common/ui_events.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/common >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/compiler >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/compiler/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/compiler >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/box_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/legend.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/poly_annotation.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/span.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/annotations/tooltip.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/annotations >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/categorical_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/continuous_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/datetime_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/linear_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/axes/log_axis.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/axes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/callbacks >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/callbacks/customjs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/callbacks >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/callbacks/open_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/callbacks >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/basic_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/categorical_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/datetime_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/log_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/numeral_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/printf_tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/formatters/tick_formatter.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/formatters >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/annular_wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/annulus.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/arc.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/bokehgl.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/circle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/gear.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/glyph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/image.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/image_rgba.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/image_url.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/multi_line.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/oval.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/patch.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/patches.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/quad.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/quadratic.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/ray.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/rect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/segment.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/text.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/glyphs/wedge.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/glyphs >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/grids >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/grids/grid.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/grids >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/basebox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/grid_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/hbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/layout.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/vbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/layouts/vboxform.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/layouts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers/categorical_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers/grid_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers/linear_color_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers/linear_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/mappers/log_mapper.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/mappers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/asterisk.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/circle_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/circle_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/diamond.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/diamond_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/inverted_triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/marker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/square.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/square_cross.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/square_x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/triangle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/markers/x.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/markers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/plots >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/plots/gmap_plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/plots >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/plots/plot.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/plots >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges/data_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges/data_range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges/factor_range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges/range.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/ranges/range1d.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/ranges >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers/glyph_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers/guide_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/renderers/renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/renderers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/ajax_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/blaze_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/column_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/geojson_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/sources/remote_data_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/sources >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/adaptive_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/basic_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/categorical_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/composite_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/continuous_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/datetime_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/days_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/fixed_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/log_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/months_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/single_interval_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tickers/years_ticker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tickers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/bbox_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/dynamic_image_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/image_pool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/image_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/mercator_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/quadkey_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/tile_renderer.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/tile_utils.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/tms_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tiles/wmts_tile_source.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tiles >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/action_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/help_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/preview_save_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/preview_save_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/redo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/reset_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/actions/undo_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/actions >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/box_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/box_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/gesture_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/lasso_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/pan_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/poly_select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/resize_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/select_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/tap_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/gestures/wheel_zoom_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/gestures >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors/crosshair_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors/hover_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/inspectors/inspect_tool_list_item_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools/inspectors >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/button_tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/button_tool_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/tools/tool.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/tools >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/abstract_button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/abstract_icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/autocomplete_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/button.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/cell_editors.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/cell_formatters.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/checkbox_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/checkbox_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/data_table.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/date_picker.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/date_range_slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/dialog.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/dialog_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/dropdown.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/icon.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/input_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/markup.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/multiselect.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/multiselecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/panel.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/paragraph.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/pretext.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/radio_button_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/radio_group.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/selectbox.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/selecttemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/slider.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/slidertemplate.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/table_column.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/table_widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/tabs.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/tabs_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/text_input.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/text_input_template.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/toggle.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/widgets/widget.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/models/component.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/palettes >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/palettes/palettes.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/palettes >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util/bezier.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util/dom_util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/util/util.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree/util >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/main.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/tree/model.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js/tree >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-compiler.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-compiler.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-compiler.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-widgets.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-widgets.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh-widgets.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh.js.map -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/static/js/bokeh.min.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/static/js >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/autoload_js_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/doc_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/session_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/static_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/views/ws.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests/test_server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests/test_tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tests/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests/test_message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests/test_receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/tests/test_versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_pull_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/tests/test_working.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/ack.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/error.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/ok.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/patch_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/pull_doc_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/pull_doc_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/push_doc.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/server_info_reply.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/messages/server_info_req.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/message.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/receiver.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/server_handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/protocol/versions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/application_context.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/server.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/task.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/tornado.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/server/urls.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons/chrome_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons/firefox_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons/ie_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons/opera_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/icons/safari_32x32.png -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/icons >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/USHolidays.ics -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/US_Regions_State_Boundaries.csv.gz -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/auto-mpg.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/auto-mpg2.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/browsers_nov_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/daylight_warsaw_2013.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/elements.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/iris.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/les_mis.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/obiszow_mtb_xcm.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/olympics2014.json -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/percent-bachelors-degrees-women-usa.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/sample_geojson.geojson -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/sprint.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/unemployment1948.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_marriages_divorces.csv -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/airports.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/autompg.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/autompg2.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/browsers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/daylight.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/degrees.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/gapminder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/glucose.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/iris.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/les_mis.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/movies_data.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/mtb.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/olympics2014.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/periodic_table.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/population.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/project_funding.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/sample_geojson.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/sprint.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/stocks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/unemployment.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/unemployment1948.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_counties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_holidays.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_marriages_divorces.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/us_states.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/sampledata/world_cities.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/tests/test_figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/figure.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting/helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/autoload_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/autoload_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/css_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/doc_js.js -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/file.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/js_resources.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/notebook_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/notebook_load.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/plot_div.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/_templates/script_tag.html -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/_templates >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/check.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/decorators.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/errors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/exceptions.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/validation/warnings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests/test_json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests/test_properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests/test_query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/tests/test_state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers/base.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers/fake_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers/vega_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/renderers/vincent_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/_py3k_compat.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mplexporter/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/bokeh_exporter.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/bokeh_renderer.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/compat/mpl_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/enums.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/json_encoder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/property_containers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/property_mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/query.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/state.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/core/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/command >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/tests/test_subcommands_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/file_output.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/html.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/info.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/json.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/sampledata.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/secret.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommands/serve.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests/test_bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests/test_command_package.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests/test_subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/tests/test_util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/bootstrap.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/subcommand.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/command/util.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client/connection.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/client/session.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_chart_utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_comp_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/tests/test_stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests/test_bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests/test_boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests/test_histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests/test_line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/tests/test_scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/area_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/bar_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/boxplot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/donut_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/dot_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/heatmap_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/histogram_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/horizon_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/line_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/scatter_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/step_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builders/timeseries_builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/attributes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/builder.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/chart.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/conftest.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/data_source.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/models.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/operations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/stats.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/charts/utils.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/buttons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/dialogs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/groups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/inputs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/markups.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/panels.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/tables.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/widgets/widget.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tests/test_sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/annotations.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/axes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/callbacks.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/component.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/formatters.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/glyphs.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/grids.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/images.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/layouts.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/map_plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/mappers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/markers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/plots.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/ranges.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/renderers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/sources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tickers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tiles.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/models/tools.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/application >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/tests/test_server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/code.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/code_runner.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/directory.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/function.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/handler.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/notebook.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/script.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/handlers/server_lifecycle.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/tests/test_application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/tests >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/application/application.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/__conda_version__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/__init__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/__main__.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/browserlib.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/colors.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/document.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/driving.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/embed.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/icons.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/io.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/mixins.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/model.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/mpl.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/palettes.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/plotting_helpers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/properties.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/resources.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/settings.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/templates.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/lib/bokeh/tile_providers.py -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/_version.py to _version.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_callback_manager.py to test_callback_manager.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_dependencies.py to test_dependencies.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_serialization.py to test_serialization.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_session_id.py to test_session_id.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_string.py to test_string.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_testing.py to test_testing.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tests/test_tornado.py to test_tornado.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/browser.py to browser.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/callback_manager.py to callback_manager.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/dependencies.py to dependencies.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/deprecate.py to deprecate.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/functions.py to functions.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/future.py to future.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/logconfig.py to logconfig.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/notebook.py to notebook.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/paths.py to paths.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/platform.py to platform.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/serialization.py to serialization.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/session_id.py to session_id.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/string.py to string.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/testing.py to testing.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/tornado.py to tornado.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/util/version.py to version.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_bokeh_init.py to test_bokeh_init.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_client_server.py to test_client_server.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_colors.py to test_colors.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_document.py to test_document.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_driving.py to test_driving.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_embed.py to test_embed.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_io.py to test_io.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_layouts.py to test_layouts.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_main_module.py to test_main_module.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_objects.py to test_objects.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_resources.py to test_resources.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_server.py to test_server.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_themes.py to test_themes.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tests/test_widgets.py to test_widgets.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/themes/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/themes/theme.py to theme.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_autodoc.py to bokeh_autodoc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_gallery.py to bokeh_gallery.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_github.py to bokeh_github.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_jinja.py to bokeh_jinja.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_model.py to bokeh_model.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_palette.py to bokeh_palette.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_plot.py to bokeh_plot.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_prop.py to bokeh_prop.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/bokeh_sitemap.py to bokeh_sitemap.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/collapsible_code_block.py to collapsible_code_block.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/sample.py to sample.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sphinxext/utils.py to utils.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/autoload_js_handler.py to autoload_js_handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/doc_handler.py to doc_handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/session_handler.py to session_handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/static_handler.py to static_handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/views/ws.py to ws.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests/test_server.py to test_server.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests/test_tornado.py to test_tornado.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tests/utils.py to utils.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests/test_message.py to test_message.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests/test_receiver.py to test_receiver.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/tests/test_versions.py to test_versions.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_ack.py to test_ack.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_error.py to test_error.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_ok.py to test_ok.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_patch_doc.py to test_patch_doc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_pull_doc.py to test_pull_doc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_push_doc.py to test_push_doc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_server_info_reply.py to test_server_info_reply.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_server_info_req.py to test_server_info_req.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/tests/test_working.py to test_working.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/ack.py to ack.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/error.py to error.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/ok.py to ok.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/patch_doc.py to patch_doc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/pull_doc_reply.py to pull_doc_reply.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/pull_doc_req.py to pull_doc_req.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/push_doc.py to push_doc.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/server_info_reply.py to server_info_reply.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/messages/server_info_req.py to server_info_req.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/message.py to message.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/receiver.py to receiver.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/server_handler.py to server_handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/protocol/versions.py to versions.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/application_context.py to application_context.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/connection.py to connection.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/exceptions.py to exceptions.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/server.py to server.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/session.py to session.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/task.py to task.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/tornado.py to tornado.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/server/urls.py to urls.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/airports.py to airports.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/autompg.py to autompg.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/autompg2.py to autompg2.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/browsers.py to browsers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/daylight.py to daylight.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/degrees.py to degrees.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/gapminder.py to gapminder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/glucose.py to glucose.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/iris.py to iris.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/les_mis.py to les_mis.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/movies_data.py to movies_data.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/mtb.py to mtb.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/olympics2014.py to olympics2014.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/periodic_table.py to periodic_table.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/population.py to population.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/project_funding.py to project_funding.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/sample_geojson.py to sample_geojson.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/sprint.py to sprint.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/stocks.py to stocks.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/unemployment.py to unemployment.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/unemployment1948.py to unemployment1948.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/us_cities.py to us_cities.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/us_counties.py to us_counties.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/us_holidays.py to us_holidays.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/us_marriages_divorces.py to us_marriages_divorces.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/us_states.py to us_states.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/sampledata/world_cities.py to world_cities.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/tests/test_figure.py to test_figure.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/figure.py to figure.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting/helpers.py to helpers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/check.py to check.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/decorators.py to decorators.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/errors.py to errors.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/exceptions.py to exceptions.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/validation/warnings.py to warnings.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests/test_json_encoder.py to test_json_encoder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests/test_properties.py to test_properties.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests/test_query.py to test_query.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/tests/test_state.py to test_state.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers/base.py to base.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers/fake_renderer.py to fake_renderer.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers/vega_renderer.py to vega_renderer.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/renderers/vincent_renderer.py to vincent_renderer.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/_py3k_compat.py to _py3k_compat.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/exporter.py to exporter.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/tools.py to tools.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mplexporter/utils.py to utils.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/bokeh_exporter.py to bokeh_exporter.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/bokeh_renderer.py to bokeh_renderer.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mpl.py to mpl.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/compat/mpl_helpers.py to mpl_helpers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/enums.py to enums.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/json_encoder.py to json_encoder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/properties.py to properties.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/property_containers.py to property_containers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/property_mixins.py to property_mixins.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/query.py to query.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/state.py to state.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/core/templates.py to templates.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_html.py to test_html.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_info.py to test_info.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_json.py to test_json.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_sampledata.py to test_sampledata.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_secret.py to test_secret.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_serve.py to test_serve.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/tests/test_subcommands_package.py to test_subcommands_package.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/file_output.py to file_output.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/html.py to html.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/info.py to info.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/json.py to json.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/sampledata.py to sampledata.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/secret.py to secret.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommands/serve.py to serve.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests/test_bootstrap.py to test_bootstrap.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests/test_command_package.py to test_command_package.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests/test_subcommand.py to test_subcommand.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/tests/test_util.py to test_util.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/bootstrap.py to bootstrap.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/subcommand.py to subcommand.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/command/util.py to util.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client/connection.py to connection.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/client/session.py to session.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_attributes.py to test_attributes.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_builder.py to test_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_chart.py to test_chart.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_chart_utils.py to test_chart_utils.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_comp_glyphs.py to test_comp_glyphs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_data_source.py to test_data_source.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/tests/test_stats.py to test_stats.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests/test_bar_builder.py to test_bar_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests/test_boxplot_builder.py to test_boxplot_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests/test_histogram_builder.py to test_histogram_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests/test_line_builder.py to test_line_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/tests/test_scatter_builder.py to test_scatter_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/area_builder.py to area_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/bar_builder.py to bar_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/boxplot_builder.py to boxplot_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/donut_builder.py to donut_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/dot_builder.py to dot_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/heatmap_builder.py to heatmap_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/histogram_builder.py to histogram_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/horizon_builder.py to horizon_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/line_builder.py to line_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/scatter_builder.py to scatter_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/step_builder.py to step_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builders/timeseries_builder.py to timeseries_builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/attributes.py to attributes.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/builder.py to builder.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/chart.py to chart.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/conftest.py to conftest.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/data_source.py to data_source.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/glyphs.py to glyphs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/models.py to models.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/operations.py to operations.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/properties.py to properties.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/stats.py to stats.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/charts/utils.py to utils.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/buttons.py to buttons.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/dialogs.py to dialogs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/groups.py to groups.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/icons.py to icons.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/inputs.py to inputs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/layouts.py to layouts.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/markups.py to markups.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/panels.py to panels.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/tables.py to tables.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/widgets/widget.py to widget.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_annotations.py to test_annotations.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_callbacks.py to test_callbacks.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_glyphs.py to test_glyphs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_plots.py to test_plots.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_ranges.py to test_ranges.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_renderers.py to test_renderers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tests/test_sources.py to test_sources.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/annotations.py to annotations.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/axes.py to axes.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/callbacks.py to callbacks.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/component.py to component.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/formatters.py to formatters.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/glyphs.py to glyphs.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/grids.py to grids.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/images.py to images.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/layouts.py to layouts.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/map_plots.py to map_plots.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/mappers.py to mappers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/markers.py to markers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/plots.py to plots.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/ranges.py to ranges.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/renderers.py to renderers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/sources.py to sources.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tickers.py to tickers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tiles.py to tiles.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/models/tools.py to tools.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_code.py to test_code.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_directory.py to test_directory.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_function.py to test_function.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_notebook.py to test_notebook.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_script.py to test_script.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/tests/test_server_lifecycle.py to test_server_lifecycle.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/code.py to code.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/code_runner.py to code_runner.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/directory.py to directory.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/function.py to function.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/handler.py to handler.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/notebook.py to notebook.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/script.py to script.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/handlers/server_lifecycle.py to server_lifecycle.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/tests/test_application.py to test_application.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/application/application.py to application.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/__conda_version__.py to __conda_version__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/__init__.py to __init__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/__main__.py to __main__.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/browserlib.py to browserlib.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/colors.py to colors.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/document.py to document.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/driving.py to driving.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/embed.py to embed.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/icons.py to icons.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/io.py to io.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/mixins.py to mixins.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/model.py to model.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/mpl.py to mpl.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/palettes.py to palettes.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/plotting_helpers.py to plotting_helpers.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/properties.py to properties.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/resources.py to resources.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/settings.py to settings.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/templates.py to templates.cpython-35.pyc >byte-compiling /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh/tile_providers.py to tile_providers.cpython-35.pyc >writing byte-compilation script '/var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpewyni868.py' >/usr/bin/python3.5 -OO /var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpewyni868.py >removing /var/tmp/portage/dev-python/bokeh-0.11.1/temp/tmpewyni868.py >running install_scripts >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib/python-exec >creating /var/tmp/portage/dev-python/bokeh-0.11.1/image/_python3.5/usr/lib/python-exec/python3.5 >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts/bokeh-server -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib/python-exec/python3.5 >copying /var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1-python3_5/scripts/bokeh -> /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib/python-exec/python3.5 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib/python-exec/python3.5/bokeh-server to 755 >changing mode of /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib/python-exec/python3.5/bokeh to 755 >running install_egg_info >Writing /var/tmp/portage/dev-python/bokeh-0.11.1/image//_python3.5/usr/lib64/python3.5/site-packages/bokeh-0.11.1-py3.5.egg-info > * python3_5: running distutils-r1_run_phase python_install_all > * ERROR: dev-python/bokeh-0.11.1::gentoo failed (install phase): > * EXAMPLES are banned in EAPI 6 > * > * Call stack: > * ebuild.sh, line 133: Called src_install > * environment, line 2624: Called distutils-r1_src_install > * environment, line 830: Called _distutils-r1_run_common_phase 'python_install_all' > * environment, line 356: Called _distutils-r1_run_foreach_impl 'python_install_all' > * environment, line 370: Called python_foreach_impl 'distutils-r1_run_phase' 'python_install_all' > * environment, line 2150: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_install_all' > * environment, line 1458: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_install_all' > * environment, line 1456: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_install_all' > * environment, line 570: Called distutils-r1_run_phase 'python_install_all' > * environment, line 795: Called python_install_all > * environment, line 2314: Called distutils-r1_python_install_all > * environment, line 733: Called die > * The specific snippet of code: > * [[ ${EAPI} != [45] ]] && die "EXAMPLES are banned in EAPI ${EAPI}"; > * > * If you need support, post the output of `emerge --info '=dev-python/bokeh-0.11.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/bokeh-0.11.1::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-python/bokeh-0.11.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/bokeh-0.11.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1' > * S: '/var/tmp/portage/dev-python/bokeh-0.11.1/work/bokeh-0.11.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 573988
: 424720