You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "David Laxer (JIRA)" <ji...@apache.org> on 2018/03/05 19:52:00 UTC

[jira] [Updated] (TOREE-468) Build Error

     [ https://issues.apache.org/jira/browse/TOREE-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Laxer updated TOREE-468:
------------------------------
    Description: 
I'm getting the following eror(s) running $ make release on Ubuntu 14.04LTS

 

ubuntu@ip-10-0-1-112:~/incubator-toree$ make release
APACHE_SPARK_VERSION=2.2.0 VERSION=0.3.0-dev1-incubating IS_SNAPSHOT=true sbt root/assembly
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0
Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /home/ubuntu/incubator-toree/project
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Loading settings from build.sbt ...
[info] Resolving key references (12568 settings) ...
[info] Using Apache Spark version 2.2.0, provided from APACHE_SPARK_VERSION
[info] Set current project to toree (in build file:/home/ubuntu/incubator-toree/)
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Updating \{file:/home/ubuntu/incubator-toree/}macros...
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Done updating.
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Updating \{file:/home/ubuntu/incubator-toree/}protocol...
[info] Updating \{file:/home/ubuntu/incubator-toree/}plugins...
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Done updating.
[info] Updating \{file:/home/ubuntu/incubator-toree/}kernelApi...
[info] Done updating.
[info] Updating \{file:/home/ubuntu/incubator-toree/}communication...
[info] Done updating.
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Updating \{file:/home/ubuntu/incubator-toree/}pysparkInterpreter...
[info] Updating \{file:/home/ubuntu/incubator-toree/}sparkrInterpreter...
[info] Done updating.
[info] Updating \{file:/home/ubuntu/incubator-toree/}scalaInterpreter...
[info] Done updating.
[info] Updating \{file:/home/ubuntu/incubator-toree/}sqlInterpreter...
[info] Done updating.
[info] Updating \{file:/home/ubuntu/incubator-toree/}client...
[info] Done updating.
[info] Done updating.
[info] Done updating.
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Updating \{file:/home/ubuntu/incubator-toree/}kernel...
[info] Done updating.
[warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
[info] Updating \{file:/home/ubuntu/incubator-toree/}root...
[info] Done updating.
[info] :: delivering :: org.apache.toree.kernel#toree_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-communication_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/communication/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-kernel-api_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] Copying /home/ubuntu/incubator-toree/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/target/scala-2.11/resource_managed/main/toree-ivy.xml
[info] :: delivering :: org.apache.toree.kernel#toree-client_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/client/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-sql-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-sparkr-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-pyspark-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-scala-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-kernel_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-plugins_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] :: delivering :: org.apache.toree.kernel#toree-protocol_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info]     delivering ivy file to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] Copying /home/ubuntu/incubator-toree/communication/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/communication/target/scala-2.11/resource_managed/main/toree-communication-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/resource_managed/main/toree-kernel-api-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/client/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/client/target/scala-2.11/resource_managed/main/toree-client-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/resource_managed/main/toree-sql-interpreter-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/resource_managed/main/toree-sparkr-interpreter-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/resource_managed/main/toree-pyspark-interpreter-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/resource_managed/main/toree-scala-interpreter-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/kernel/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/resource_managed/main/toree-kernel-ivy.xml
[info] Copying /home/ubuntu/incubator-toree/plugins/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/resource_managed/main/toree-plugins-ivy.xml
[info] :: delivering :: org.apache.toree.kernel#toree-macros_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
[info] Copying /home/ubuntu/incubator-toree/protocol/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/resource_managed/main/toree-protocol-ivy.xml
[info]     delivering ivy file to /home/ubuntu/incubator-toree/macros/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
[info] Copying /home/ubuntu/incubator-toree/macros/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/macros/target/scala-2.11/resource_managed/main/toree-macros-ivy.xml
[info] Compiling 2 Scala sources to /home/ubuntu/incubator-toree/macros/target/scala-2.11/classes ...
[info] Done compiling.
[info] Compiling 12 Scala sources and 6 Java sources to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/classes ...
[info] Compiling 48 Scala sources to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/classes ...
[info] Done compiling.
[info] Done compiling.
[info] Compiling 55 Scala sources to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/classes ...
[info] Compiling 22 Scala sources to /home/ubuntu/incubator-toree/communication/target/scala-2.11/classes ...
[info] Done compiling.
[info] Compiling 21 Scala sources to /home/ubuntu/incubator-toree/client/target/scala-2.11/classes ...
[info] Done compiling.
[info] Done compiling.
[info] Compiling 7 Scala sources to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/classes ...
[info] Compiling 11 Scala sources to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/classes ...
[info] Compiling 6 Scala sources to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/classes ...
[info] Compiling 12 Scala sources to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/classes ...
[info] Done compiling.
[info] Done compiling.
[info] Done compiling.
[info] Done compiling.
[info] Compiling 63 Scala sources to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/classes ...
[info] Done compiling.
[info] Including: asm-commons-5.1.jar
[info] Including: play-json_2.11-2.3.10.jar
[info] Including: grizzled-scala_2.11-2.4.1.jar
[info] Including: asm-tree-5.1.jar
[info] Including: scalaz-core_2.11-7.2.13.jar
[info] Including: asm-util-5.1.jar
[info] Including: jopt-simple-4.9.jar
[info] Including: coursier_2.11-1.0.0-RC10.jar
[info] Including: commons-exec-1.3.jar
[info] Including: play-iteratees_2.11-2.3.10.jar
[info] Including: scala-stm_2.11-0.7.jar
[info] Including: play-functional_2.11-2.3.10.jar
[info] Including: play-datacommons_2.11-2.3.10.jar
[info] Including: joda-time-2.3.jar
[info] Including: joda-convert-1.6.jar
[info] Including: slf4j-api-1.7.21.jar
[info] Including: jeromq-0.3.6.jar
[info] Including: scalaz-concurrent_2.11-7.2.13.jar
[info] Including: spring-core-4.1.1.RELEASE.jar
[info] Including: akka-actor_2.11-2.4.20.jar
[info] Including: scalaz-effect_2.11-7.2.13.jar
[info] Including: coursier-cache_2.11-1.0.0-RC10.jar
[info] Including: commons-logging-1.1.3.jar
[info] Including: jvm-repr-0.1.0.jar
[info] Including: guava-14.0.1.jar
[info] Including: config-1.3.0.jar
[info] Including: scala-java8-compat_2.11-0.7.0.jar
[info] Including: akka-slf4j_2.11-2.4.20.jar
[info] Including: classutil_2.11-1.0.12.jar
[info] Including: asm-5.1.jar
[info] Checking every *.class/*.jar file's SHA-1.
[info] Merging files...
[warn] Merging 'NOTICE' with strategy 'rename'
[warn] Merging 'META-INF/NOTICE.txt' with strategy 'rename'
[warn] Merging 'README.md' with strategy 'rename'
[warn] Merging 'META-INF/license.txt' with strategy 'rename'
[warn] Merging 'META-INF/notice.txt' with strategy 'rename'
[warn] Merging 'META-INF/README' with strategy 'rename'
[warn] Merging 'META-INF/LICENSE.txt' with strategy 'rename'
[warn] Merging 'META-INF/LICENSE' with strategy 'rename'
[warn] Merging 'LICENSE' with strategy 'rename'
[warn] Merging 'META-INF/maven/com.google.guava/guava/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/com.google.guava/guava/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/commons-logging/commons-logging/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/commons-logging/commons-logging/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/joda-time/joda-time/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/joda-time/joda-time/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/net.sf.jopt-simple/jopt-simple/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/net.sf.jopt-simple/jopt-simple/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.apache.commons/commons-exec/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.apache.commons/commons-exec/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.joda/joda-convert/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.joda/joda-convert/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.jsoup/jsoup/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.jsoup/jsoup/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.slf4j/slf4j-api/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.slf4j/slf4j-api/pom.xml' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.zeromq/jeromq/pom.properties' with strategy 'discard'
[warn] Merging 'META-INF/maven/org.zeromq/jeromq/pom.xml' with strategy 'discard'
[warn] Merging 'reference.conf' with strategy 'concat'
[warn] Strategy 'concat' was applied to a file
[info] Strategy 'deduplicate' was applied to 2 files (Run the task at debug level to see details)
[warn] Strategy 'discard' was applied to 18 files
[warn] Strategy 'rename' was applied to 9 files
[info] SHA-1: 867e7de5abfd623524b3dcb09558857cc00c261a
[info] Packaging /home/ubuntu/incubator-toree/target/scala-2.11/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar ...
[info] Done packaging.
[success] Total time: 108 s, completed Mar 5, 2018 6:56:24 PM
/opt/conda/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/setuptools/dist.py:331: UserWarning: Normalizing '0.3.0-dev1' to '0.3.0.dev1'
running sdist
running egg_info
writing top-level names to toree.egg-info/top_level.txt
writing dependency_links to toree.egg-info/dependency_links.txt
writing toree.egg-info/PKG-INFO
writing requirements to toree.egg-info/requires.txt
writing entry points to toree.egg-info/entry_points.txt
reading manifest file 'toree.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'toree.egg-info/SOURCES.txt'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt

running check
creating toree-0.3.0.dev1
creating toree-0.3.0.dev1/licenses
creating toree-0.3.0.dev1/toree
creating toree-0.3.0.dev1/toree.egg-info
creating toree-0.3.0.dev1/toree/bin
creating toree-0.3.0.dev1/toree/lib
copying files to toree-0.3.0.dev1...
copying DISCLAIMER -> toree-0.3.0.dev1
copying LICENSE -> toree-0.3.0.dev1
copying MANIFEST.in -> toree-0.3.0.dev1
copying NOTICE -> toree-0.3.0.dev1
copying RELEASE_NOTES.md -> toree-0.3.0.dev1
copying setup.py -> toree-0.3.0.dev1
copying licenses/LICENSE-ammonite.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-asm.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-clapper.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-jeromq.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-jline.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-jopt-simple.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-scala-stm.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-scala.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-scalaz.txt -> toree-0.3.0.dev1/licenses
copying licenses/LICENSE-slf4j.txt -> toree-0.3.0.dev1/licenses
copying toree/DISCLAIMER -> toree-0.3.0.dev1/toree
copying toree/RELEASE_NOTES.md -> toree-0.3.0.dev1/toree
copying toree/VERSION -> toree-0.3.0.dev1/toree
copying toree/__init__.py -> toree-0.3.0.dev1/toree
copying toree/__main__.py -> toree-0.3.0.dev1/toree
copying toree/_version.py -> toree-0.3.0.dev1/toree
copying toree/toreeapp.py -> toree-0.3.0.dev1/toree
copying toree.egg-info/PKG-INFO -> toree-0.3.0.dev1/toree.egg-info
copying toree.egg-info/SOURCES.txt -> toree-0.3.0.dev1/toree.egg-info
copying toree.egg-info/dependency_links.txt -> toree-0.3.0.dev1/toree.egg-info
copying toree.egg-info/entry_points.txt -> toree-0.3.0.dev1/toree.egg-info
copying toree.egg-info/requires.txt -> toree-0.3.0.dev1/toree.egg-info
copying toree.egg-info/top_level.txt -> toree-0.3.0.dev1/toree.egg-info
copying toree/bin/run.sh -> toree-0.3.0.dev1/toree/bin
copying toree/lib/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar -> toree-0.3.0.dev1/toree/lib
Writing toree-0.3.0.dev1/setup.cfg
Creating tar archive
removing 'toree-0.3.0.dev1' (and everything under it)
The directory '/home/jovyan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/jovyan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement 'toree-0.3.0-dev1.tar.gz' looks like a filename, but the file does not exist
Processing ./toree-0.3.0-dev1.tar.gz
Exception:
Traceback (most recent call last):
  File "/opt/conda/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/opt/conda/lib/python3.5/site-packages/pip/commands/install.py", line 299, in run
    requirement_set.prepare_files(finder)
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 370, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 587, in _prepare_file
    session=self.session, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 798, in unpack_url
    unpack_file_url(link, location, download_dir, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 705, in unpack_file_url
    unpack_file(from_path, location, content_type, link)
  File "/opt/conda/lib/python3.5/site-packages/pip/utils/__init__.py", line 602, in unpack_file
    tarfile.is_tarfile(filename) or
  File "/opt/conda/lib/python3.5/tarfile.py", line 2448, in is_tarfile
    t = open(name)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1557, in open
    return func(name, "r", fileobj, **kwargs)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1655, in bz2open
    compresslevel=compresslevel)
  File "/opt/conda/lib/python3.5/bz2.py", line 95, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/srv/toree/dist/toree-pip/toree-0.3.0-dev1.tar.gz'
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
make: *** [dist/toree-pip/toree-0.3.0-dev1.tar.gz] Error 2
ubuntu@ip-10-0-1-112:~/incubator-toree$

 

  was:
I'm getting the following eror(s) running $ make release on Ubuntu 14.04LTS

 

copying toree/lib/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar -> toree-0.3.0.dev1/toree/lib
Writing toree-0.3.0.dev1/setup.cfg
Creating tar archive
removing 'toree-0.3.0.dev1' (and everything under it)
The directory '/home/jovyan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/jovyan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement 'toree-0.3.0-dev1.tar.gz' looks like a filename, but the file does not exist
Processing ./toree-0.3.0-dev1.tar.gz
Exception:
Traceback (most recent call last):
  File "/opt/conda/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/opt/conda/lib/python3.5/site-packages/pip/commands/install.py", line 299, in run
    requirement_set.prepare_files(finder)
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 370, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 587, in _prepare_file
    session=self.session, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 798, in unpack_url
    unpack_file_url(link, location, download_dir, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 705, in unpack_file_url
    unpack_file(from_path, location, content_type, link)
  File "/opt/conda/lib/python3.5/site-packages/pip/utils/__init__.py", line 602, in unpack_file
    tarfile.is_tarfile(filename) or
  File "/opt/conda/lib/python3.5/tarfile.py", line 2448, in is_tarfile
    t = open(name)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1557, in open
    return func(name, "r", fileobj, **kwargs)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1655, in bz2open
    compresslevel=compresslevel)
  File "/opt/conda/lib/python3.5/bz2.py", line 95, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/srv/toree/dist/toree-pip/toree-0.3.0-dev1.tar.gz'
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
make: *** [dist/toree-pip/toree-0.3.0-dev1.tar.gz] Error 2



 


> Build Error
> -----------
>
>                 Key: TOREE-468
>                 URL: https://issues.apache.org/jira/browse/TOREE-468
>             Project: TOREE
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: Not Applicable
>         Environment: Ubuntu 14.04 LTS
>            Reporter: David Laxer
>            Priority: Major
>             Fix For: Not Applicable
>
>
> I'm getting the following eror(s) running $ make release on Ubuntu 14.04LTS
>  
> ubuntu@ip-10-0-1-112:~/incubator-toree$ make release
> APACHE_SPARK_VERSION=2.2.0 VERSION=0.3.0-dev1-incubating IS_SNAPSHOT=true sbt root/assembly
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0
> Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future
> [info] Loading settings from plugins.sbt ...
> [info] Loading project definition from /home/ubuntu/incubator-toree/project
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Loading settings from build.sbt ...
> [info] Resolving key references (12568 settings) ...
> [info] Using Apache Spark version 2.2.0, provided from APACHE_SPARK_VERSION
> [info] Set current project to toree (in build file:/home/ubuntu/incubator-toree/)
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Updating \{file:/home/ubuntu/incubator-toree/}macros...
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Done updating.
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Updating \{file:/home/ubuntu/incubator-toree/}protocol...
> [info] Updating \{file:/home/ubuntu/incubator-toree/}plugins...
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Done updating.
> [info] Updating \{file:/home/ubuntu/incubator-toree/}kernelApi...
> [info] Done updating.
> [info] Updating \{file:/home/ubuntu/incubator-toree/}communication...
> [info] Done updating.
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Updating \{file:/home/ubuntu/incubator-toree/}pysparkInterpreter...
> [info] Updating \{file:/home/ubuntu/incubator-toree/}sparkrInterpreter...
> [info] Done updating.
> [info] Updating \{file:/home/ubuntu/incubator-toree/}scalaInterpreter...
> [info] Done updating.
> [info] Updating \{file:/home/ubuntu/incubator-toree/}sqlInterpreter...
> [info] Done updating.
> [info] Updating \{file:/home/ubuntu/incubator-toree/}client...
> [info] Done updating.
> [info] Done updating.
> [info] Done updating.
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Updating \{file:/home/ubuntu/incubator-toree/}kernel...
> [info] Done updating.
> [warn] Credentials file /home/ubuntu/.ivy2/.credentials does not exist
> [info] Updating \{file:/home/ubuntu/incubator-toree/}root...
> [info] Done updating.
> [info] :: delivering :: org.apache.toree.kernel#toree_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-communication_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/communication/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-kernel-api_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] Copying /home/ubuntu/incubator-toree/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/target/scala-2.11/resource_managed/main/toree-ivy.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-client_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/client/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-sql-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-sparkr-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-pyspark-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-scala-interpreter_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-kernel_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-plugins_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-protocol_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] Copying /home/ubuntu/incubator-toree/communication/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/communication/target/scala-2.11/resource_managed/main/toree-communication-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/resource_managed/main/toree-kernel-api-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/client/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/client/target/scala-2.11/resource_managed/main/toree-client-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/resource_managed/main/toree-sql-interpreter-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/resource_managed/main/toree-sparkr-interpreter-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/resource_managed/main/toree-pyspark-interpreter-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/resource_managed/main/toree-scala-interpreter-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/kernel/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/resource_managed/main/toree-kernel-ivy.xml
> [info] Copying /home/ubuntu/incubator-toree/plugins/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/resource_managed/main/toree-plugins-ivy.xml
> [info] :: delivering :: org.apache.toree.kernel#toree-macros_2.11;0.3.0-dev1-incubating-SNAPSHOT :: 0.3.0-dev1-incubating-SNAPSHOT :: integration :: Mon Mar 05 18:55:23 UTC 2018
> [info] Copying /home/ubuntu/incubator-toree/protocol/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/resource_managed/main/toree-protocol-ivy.xml
> [info]     delivering ivy file to /home/ubuntu/incubator-toree/macros/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml
> [info] Copying /home/ubuntu/incubator-toree/macros/target/scala-2.11/ivy-0.3.0-dev1-incubating-SNAPSHOT.xml to /home/ubuntu/incubator-toree/macros/target/scala-2.11/resource_managed/main/toree-macros-ivy.xml
> [info] Compiling 2 Scala sources to /home/ubuntu/incubator-toree/macros/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Compiling 12 Scala sources and 6 Java sources to /home/ubuntu/incubator-toree/plugins/target/scala-2.11/classes ...
> [info] Compiling 48 Scala sources to /home/ubuntu/incubator-toree/protocol/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Done compiling.
> [info] Compiling 55 Scala sources to /home/ubuntu/incubator-toree/kernel-api/target/scala-2.11/classes ...
> [info] Compiling 22 Scala sources to /home/ubuntu/incubator-toree/communication/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Compiling 21 Scala sources to /home/ubuntu/incubator-toree/client/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Done compiling.
> [info] Compiling 7 Scala sources to /home/ubuntu/incubator-toree/scala-interpreter/target/scala-2.11/classes ...
> [info] Compiling 11 Scala sources to /home/ubuntu/incubator-toree/pyspark-interpreter/target/scala-2.11/classes ...
> [info] Compiling 6 Scala sources to /home/ubuntu/incubator-toree/sql-interpreter/target/scala-2.11/classes ...
> [info] Compiling 12 Scala sources to /home/ubuntu/incubator-toree/sparkr-interpreter/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Done compiling.
> [info] Done compiling.
> [info] Done compiling.
> [info] Compiling 63 Scala sources to /home/ubuntu/incubator-toree/kernel/target/scala-2.11/classes ...
> [info] Done compiling.
> [info] Including: asm-commons-5.1.jar
> [info] Including: play-json_2.11-2.3.10.jar
> [info] Including: grizzled-scala_2.11-2.4.1.jar
> [info] Including: asm-tree-5.1.jar
> [info] Including: scalaz-core_2.11-7.2.13.jar
> [info] Including: asm-util-5.1.jar
> [info] Including: jopt-simple-4.9.jar
> [info] Including: coursier_2.11-1.0.0-RC10.jar
> [info] Including: commons-exec-1.3.jar
> [info] Including: play-iteratees_2.11-2.3.10.jar
> [info] Including: scala-stm_2.11-0.7.jar
> [info] Including: play-functional_2.11-2.3.10.jar
> [info] Including: play-datacommons_2.11-2.3.10.jar
> [info] Including: joda-time-2.3.jar
> [info] Including: joda-convert-1.6.jar
> [info] Including: slf4j-api-1.7.21.jar
> [info] Including: jeromq-0.3.6.jar
> [info] Including: scalaz-concurrent_2.11-7.2.13.jar
> [info] Including: spring-core-4.1.1.RELEASE.jar
> [info] Including: akka-actor_2.11-2.4.20.jar
> [info] Including: scalaz-effect_2.11-7.2.13.jar
> [info] Including: coursier-cache_2.11-1.0.0-RC10.jar
> [info] Including: commons-logging-1.1.3.jar
> [info] Including: jvm-repr-0.1.0.jar
> [info] Including: guava-14.0.1.jar
> [info] Including: config-1.3.0.jar
> [info] Including: scala-java8-compat_2.11-0.7.0.jar
> [info] Including: akka-slf4j_2.11-2.4.20.jar
> [info] Including: classutil_2.11-1.0.12.jar
> [info] Including: asm-5.1.jar
> [info] Checking every *.class/*.jar file's SHA-1.
> [info] Merging files...
> [warn] Merging 'NOTICE' with strategy 'rename'
> [warn] Merging 'META-INF/NOTICE.txt' with strategy 'rename'
> [warn] Merging 'README.md' with strategy 'rename'
> [warn] Merging 'META-INF/license.txt' with strategy 'rename'
> [warn] Merging 'META-INF/notice.txt' with strategy 'rename'
> [warn] Merging 'META-INF/README' with strategy 'rename'
> [warn] Merging 'META-INF/LICENSE.txt' with strategy 'rename'
> [warn] Merging 'META-INF/LICENSE' with strategy 'rename'
> [warn] Merging 'LICENSE' with strategy 'rename'
> [warn] Merging 'META-INF/maven/com.google.guava/guava/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/com.google.guava/guava/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/commons-logging/commons-logging/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/commons-logging/commons-logging/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/joda-time/joda-time/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/joda-time/joda-time/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/net.sf.jopt-simple/jopt-simple/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/net.sf.jopt-simple/jopt-simple/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.apache.commons/commons-exec/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.apache.commons/commons-exec/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.joda/joda-convert/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.joda/joda-convert/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.jsoup/jsoup/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.jsoup/jsoup/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.slf4j/slf4j-api/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.slf4j/slf4j-api/pom.xml' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.zeromq/jeromq/pom.properties' with strategy 'discard'
> [warn] Merging 'META-INF/maven/org.zeromq/jeromq/pom.xml' with strategy 'discard'
> [warn] Merging 'reference.conf' with strategy 'concat'
> [warn] Strategy 'concat' was applied to a file
> [info] Strategy 'deduplicate' was applied to 2 files (Run the task at debug level to see details)
> [warn] Strategy 'discard' was applied to 18 files
> [warn] Strategy 'rename' was applied to 9 files
> [info] SHA-1: 867e7de5abfd623524b3dcb09558857cc00c261a
> [info] Packaging /home/ubuntu/incubator-toree/target/scala-2.11/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar ...
> [info] Done packaging.
> [success] Total time: 108 s, completed Mar 5, 2018 6:56:24 PM
> /opt/conda/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/setuptools/dist.py:331: UserWarning: Normalizing '0.3.0-dev1' to '0.3.0.dev1'
> running sdist
> running egg_info
> writing top-level names to toree.egg-info/top_level.txt
> writing dependency_links to toree.egg-info/dependency_links.txt
> writing toree.egg-info/PKG-INFO
> writing requirements to toree.egg-info/requires.txt
> writing entry points to toree.egg-info/entry_points.txt
> reading manifest file 'toree.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'toree.egg-info/SOURCES.txt'
> warning: sdist: standard file not found: should have one of README, README.rst, README.txt
> running check
> creating toree-0.3.0.dev1
> creating toree-0.3.0.dev1/licenses
> creating toree-0.3.0.dev1/toree
> creating toree-0.3.0.dev1/toree.egg-info
> creating toree-0.3.0.dev1/toree/bin
> creating toree-0.3.0.dev1/toree/lib
> copying files to toree-0.3.0.dev1...
> copying DISCLAIMER -> toree-0.3.0.dev1
> copying LICENSE -> toree-0.3.0.dev1
> copying MANIFEST.in -> toree-0.3.0.dev1
> copying NOTICE -> toree-0.3.0.dev1
> copying RELEASE_NOTES.md -> toree-0.3.0.dev1
> copying setup.py -> toree-0.3.0.dev1
> copying licenses/LICENSE-ammonite.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-asm.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-clapper.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-jeromq.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-jline.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-jopt-simple.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-scala-stm.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-scala.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-scalaz.txt -> toree-0.3.0.dev1/licenses
> copying licenses/LICENSE-slf4j.txt -> toree-0.3.0.dev1/licenses
> copying toree/DISCLAIMER -> toree-0.3.0.dev1/toree
> copying toree/RELEASE_NOTES.md -> toree-0.3.0.dev1/toree
> copying toree/VERSION -> toree-0.3.0.dev1/toree
> copying toree/__init__.py -> toree-0.3.0.dev1/toree
> copying toree/__main__.py -> toree-0.3.0.dev1/toree
> copying toree/_version.py -> toree-0.3.0.dev1/toree
> copying toree/toreeapp.py -> toree-0.3.0.dev1/toree
> copying toree.egg-info/PKG-INFO -> toree-0.3.0.dev1/toree.egg-info
> copying toree.egg-info/SOURCES.txt -> toree-0.3.0.dev1/toree.egg-info
> copying toree.egg-info/dependency_links.txt -> toree-0.3.0.dev1/toree.egg-info
> copying toree.egg-info/entry_points.txt -> toree-0.3.0.dev1/toree.egg-info
> copying toree.egg-info/requires.txt -> toree-0.3.0.dev1/toree.egg-info
> copying toree.egg-info/top_level.txt -> toree-0.3.0.dev1/toree.egg-info
> copying toree/bin/run.sh -> toree-0.3.0.dev1/toree/bin
> copying toree/lib/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar -> toree-0.3.0.dev1/toree/lib
> Writing toree-0.3.0.dev1/setup.cfg
> Creating tar archive
> removing 'toree-0.3.0.dev1' (and everything under it)
> The directory '/home/jovyan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
> The directory '/home/jovyan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
> Requirement 'toree-0.3.0-dev1.tar.gz' looks like a filename, but the file does not exist
> Processing ./toree-0.3.0-dev1.tar.gz
> Exception:
> Traceback (most recent call last):
>   File "/opt/conda/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
>     status = self.run(options, args)
>   File "/opt/conda/lib/python3.5/site-packages/pip/commands/install.py", line 299, in run
>     requirement_set.prepare_files(finder)
>   File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 370, in prepare_files
>     ignore_dependencies=self.ignore_dependencies))
>   File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 587, in _prepare_file
>     session=self.session, hashes=hashes)
>   File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 798, in unpack_url
>     unpack_file_url(link, location, download_dir, hashes=hashes)
>   File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 705, in unpack_file_url
>     unpack_file(from_path, location, content_type, link)
>   File "/opt/conda/lib/python3.5/site-packages/pip/utils/__init__.py", line 602, in unpack_file
>     tarfile.is_tarfile(filename) or
>   File "/opt/conda/lib/python3.5/tarfile.py", line 2448, in is_tarfile
>     t = open(name)
>   File "/opt/conda/lib/python3.5/tarfile.py", line 1557, in open
>     return func(name, "r", fileobj, **kwargs)
>   File "/opt/conda/lib/python3.5/tarfile.py", line 1655, in bz2open
>     compresslevel=compresslevel)
>   File "/opt/conda/lib/python3.5/bz2.py", line 95, in __init__
>     self._fp = _builtin_open(filename, mode)
> FileNotFoundError: [Errno 2] No such file or directory: '/srv/toree/dist/toree-pip/toree-0.3.0-dev1.tar.gz'
> You are using pip version 8.1.2, however version 9.0.1 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> make: *** [dist/toree-pip/toree-0.3.0-dev1.tar.gz] Error 2
> ubuntu@ip-10-0-1-112:~/incubator-toree$
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)