tom@nelle:~/src/arvados (master)$ time WORKSPACE=`pwd` ../arvados-dev/jenkins/run-build-packages-all-targets.sh ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d debian7/generated || mkdir debian7/generated cp -rlt debian7/generated common-generated/* debian7 Sending build context to Docker daemon 62.45 MB Step 1 : FROM debian:wheezy ---> 62c828823e40 Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> 0241a90f51c1 Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git procps libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> 3b401428f760 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Running in 9720d2ae2d6a gpg: directory `/root/.gnupg' created gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/root/.gnupg/secring.gpg' created gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key D39DC0E3: public key "Michal Papis (RVM signing) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 184 100 184 0 0 472 0 --:--:-- --:--:-- --:--:-- 623 100 22865 100 22865 0 0 24457 0 --:--:-- --:--:-- --:--:-- 7055k Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17 gpg: Good signature from "Michal Papis (RVM signing) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 GPG verified '/usr/local/rvm/archives/rvm-1.26.11.tgz' Creating group 'rvm' Installing RVM to /usr/local/rvm/ Installation of RVM in /usr/local/rvm/ is almost complete: * First you need to add all users that will be using rvm to 'rvm' group, and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`. * To start using RVM you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows, in rare cases you need to reopen all shell windows. # Administrator, # # Thank you for using RVM! # We sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne, Michal & team. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io Searching for binary rubies, this might take some time. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/debian/7/x86_64/ruby-2.1.5.tar.bz2 Checking requirements for debian. Installing requirements for debian. Updating system.. Installing required packages: gawk, libreadline6-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, libffi-dev........... Requirements installation successful. ruby-2.1.5 - #configure ruby-2.1.5 - #download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 22.8M 100 22.8M 0 0 1757k 0 0:00:13 0:00:13 --:--:-- 2445k ruby-2.1.5 - #validate archive ruby-2.1.5 - #extract ruby-2.1.5 - #validate binary ruby-2.1.5 - #setup ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5@global ruby-2.1.5 - #importing gemset /usr/local/rvm/gemsets/global.gems............................. ruby-2.1.5 - #generating global wrappers........ ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5 ruby-2.1.5 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list ruby-2.1.5 - #generating default wrappers........ Creating alias default for ruby-2.1.5... Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 Done installing documentation for bundler after 5 seconds Successfully installed cabin-0.8.1 Successfully installed arr-pm-0.0.10 Successfully installed backports-3.6.8 Building native extensions. This could take a while... Successfully installed ffi-1.9.10 Successfully installed childprocess-0.5.9 Successfully installed clamp-0.6.5 Successfully installed fpm-1.4.0 Parsing documentation for cabin-0.8.1 Installing ri documentation for cabin-0.8.1 Parsing documentation for arr-pm-0.0.10 Installing ri documentation for arr-pm-0.0.10 Parsing documentation for backports-3.6.8 Installing ri documentation for backports-3.6.8 Parsing documentation for ffi-1.9.10 Installing ri documentation for ffi-1.9.10 Parsing documentation for childprocess-0.5.9 Installing ri documentation for childprocess-0.5.9 Parsing documentation for clamp-0.6.5 Installing ri documentation for clamp-0.6.5 Parsing documentation for fpm-1.4.0 Installing ri documentation for fpm-1.4.0 Done installing documentation for cabin, arr-pm, backports, ffi, childprocess, clamp, fpm after 5 seconds 8 gems installed ---> 0c895472babb Removing intermediate container 9720d2ae2d6a Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> fff4d670a2ae Removing intermediate container 599bd7d309bd Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Running in ae241b00ea54 ---> 5c4b8812ff77 Removing intermediate container ae241b00ea54 Step 7 : ENV WORKSPACE /arvados ---> Running in 5af68890abca ---> 2754121aa74e Removing intermediate container 5af68890abca Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target debian7 ---> Running in 7bbde2cd87aa ---> 78b4528d94fc Removing intermediate container 7bbde2cd87aa Successfully built 78b4528d94fc real 1m59.157s user 0m0.148s sys 0m0.164s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib64/perl5/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' warning: sdist: standard file not found: should have one of README, README.txt creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.KNQ6ZFEl8e'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.KNQ6ZFEl8e/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.4MNXcLFAV8/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' warning: sdist: standard file not found: should have one of README, README.txt fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.r75SjR1sD4 Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/debian7/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 22069 files and directories currently installed.) Unpacking python3-websocket-client (from .../python3-websocket-client_0.35.0-1_all.deb) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 5896 B of archives. After this operation, 50.2 kB of additional disk space will be used. Get:1 http://httpredir.debian.org/debian/ wheezy/main python3-six all 1.1.0-2 [5896 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 5896 B in 0s (9747 B/s) Selecting previously unselected package python3-six. (Reading database ... 22118 files and directories currently installed.) Unpacking python3-six (from .../python3-six_1.1.0-2_all.deb) ... Setting up python3-six (1.1.0-2) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-wSK8080r.scripts/postinst --before-remove /tmp/arvados-api-server-wSK8080r.scripts/prerm --after-remove /tmp/arvados-api-server-wSK8080r.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. rake aborted! LoadError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so) - /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `block in require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:232:in `load_dependency' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/lib/oj.rb:42:in `' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `block (2 levels) in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `block in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler.rb:99:in `require' /arvados/apps/workbench/config/application.rb:5:in `' /arvados/apps/workbench/Rakefile:5:in `require' /arvados/apps/workbench/Rakefile:5:in `' (See full trace by running task with --trace) ERROR: Asset precompilation failed ERROR: build failed with exit status 1. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d ubuntu1404/generated || mkdir ubuntu1404/generated cp -rlt ubuntu1404/generated common-generated/* ubuntu1404 Sending build context to Docker daemon 62.45 MB Step 1 : FROM ubuntu:trusty ---> 14b59d36bae0 Step 2 : MAINTAINER Brett Smith ---> Using cache ---> 4cc2374ec0fc Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> 51bf20ec2df1 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Running in 1852716dbcd2 gpg: directory `/root/.gnupg' created gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/root/.gnupg/secring.gpg' created gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key D39DC0E3: public key "Michal Papis (RVM signing) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 184 100 184 0 0 344 0 --:--:-- --:--:-- --:--:-- 345 100 22865 100 22865 0 0 25217 0 --:--:-- --:--:-- --:--:-- 25217 Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17 gpg: Good signature from "Michal Papis (RVM signing) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 GPG verified '/usr/local/rvm/archives/rvm-1.26.11.tgz' Creating group 'rvm' Installing RVM to /usr/local/rvm/ Installation of RVM in /usr/local/rvm/ is almost complete: * First you need to add all users that will be using rvm to 'rvm' group, and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`. * To start using RVM you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows, in rare cases you need to reopen all shell windows. # Administrator, # # Thank you for using RVM! # We sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne, Michal & team. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io Searching for binary rubies, this might take some time. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/14.04/x86_64/ruby-2.1.5.tar.bz2 Checking requirements for ubuntu. Installing requirements for ubuntu. Updating system.... Installing required packages: gawk, libreadline6-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, libffi-dev............. Requirements installation successful. ruby-2.1.5 - #configure ruby-2.1.5 - #download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 23.1M 100 23.1M 0 0 3125k 0 0:00:07 0:00:07 --:--:-- 3541k ruby-2.1.5 - #validate archive ruby-2.1.5 - #extract ruby-2.1.5 - #validate binary ruby-2.1.5 - #setup ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5@global ruby-2.1.5 - #importing gemset /usr/local/rvm/gemsets/global.gems............................. ruby-2.1.5 - #generating global wrappers........ ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5 ruby-2.1.5 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list ruby-2.1.5 - #generating default wrappers........ Creating alias default for ruby-2.1.5... Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 Done installing documentation for bundler after 4 seconds Successfully installed cabin-0.8.1 Successfully installed arr-pm-0.0.10 Successfully installed backports-3.6.8 Building native extensions. This could take a while... Successfully installed ffi-1.9.10 Successfully installed childprocess-0.5.9 Successfully installed clamp-0.6.5 Successfully installed fpm-1.4.0 Parsing documentation for cabin-0.8.1 Installing ri documentation for cabin-0.8.1 Parsing documentation for arr-pm-0.0.10 Installing ri documentation for arr-pm-0.0.10 Parsing documentation for backports-3.6.8 Installing ri documentation for backports-3.6.8 Parsing documentation for ffi-1.9.10 Installing ri documentation for ffi-1.9.10 Parsing documentation for childprocess-0.5.9 Installing ri documentation for childprocess-0.5.9 Parsing documentation for clamp-0.6.5 Installing ri documentation for clamp-0.6.5 Parsing documentation for fpm-1.4.0 Installing ri documentation for fpm-1.4.0 Done installing documentation for cabin, arr-pm, backports, ffi, childprocess, clamp, fpm after 5 seconds 8 gems installed ---> 33a2549b2da3 Removing intermediate container 1852716dbcd2 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> 03e8544fc24e Removing intermediate container 9934f9b29a77 Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Running in f2d425e380ce ---> 0c35b82a4c59 Removing intermediate container f2d425e380ce Step 7 : ENV WORKSPACE /arvados ---> Running in e4fe6b178f41 ---> 8d19468b6ede Removing intermediate container e4fe6b178f41 Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target ubuntu1404 ---> Running in 61a2c82f5962 ---> fd167efbe524 Removing intermediate container 61a2c82f5962 Successfully built fd167efbe524 real 2m44.068s user 0m0.204s sys 0m0.132s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/perl/5.14/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml and MYMETA.json Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.StDqk6IU6T'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.StDqk6IU6T/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.nJBLZmbkU5/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Switched to a new branch 'apache-libcloud-0.20.2.dev1' Branch apache-libcloud-0.20.2.dev1 set up to track remote branch apache-libcloud-0.20.2.dev1 from origin. no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.JNtNMsLCI9 Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/ubuntu1404/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 23227 files and directories currently installed.) Preparing to unpack .../python3-websocket-client_0.35.0-1_all.deb ... Unpacking python3-websocket-client (0.35.0-1) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing package python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 8310 B of archives. After this operation, 64.5 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-six all 1.5.2-1ubuntu1 [8310 B] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 8310 B in 0s (8479 B/s) Selecting previously unselected package python3-six. (Reading database ... 23277 files and directories currently installed.) Preparing to unpack .../python3-six_1.5.2-1ubuntu1_all.deb ... Unpacking python3-six (1.5.2-1ubuntu1) ... Setting up python3-six (1.5.2-1ubuntu1) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py (path:/tmp/pip_build_root/google-api-python-client/setup.py) egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py (path:/tmp/pip_build_root/httplib2/setup.py) egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-mO7BcAXV.scripts/postinst --before-remove /tmp/arvados-api-server-mO7BcAXV.scripts/prerm --after-remove /tmp/arvados-api-server-mO7BcAXV.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-nkUPr4E2.scripts/postinst --before-remove /tmp/arvados-workbench-nkUPr4E2.scripts/prerm --after-remove /tmp/arvados-workbench-nkUPr4E2.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Build packages for ubuntu1404 succeeded. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d centos6/generated || mkdir centos6/generated cp -rlt centos6/generated common-generated/* centos6 Sending build context to Docker daemon 62.45 MB Step 1 : FROM centos:6 ---> 2e4f3f04a056 Step 2 : MAINTAINER Brett Smith ---> Using cache ---> 566a6fd81080 Step 3 : RUN yum -q -y install make automake gcc gcc-c++ libyaml-devel patch readline-devel zlib-devel libffi-devel openssl-devel bzip2 libtool bison sqlite-devel rpm-build git perl-ExtUtils-MakeMaker libattr-devel nss-devel libcurl-devel which tar scl-utils centos-release-SCL postgresql-devel ---> Using cache ---> e2fb1eb4fb99 Step 4 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> bdbfdcc4575e Step 5 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> ffba76ce5313 Step 6 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Running in 4aa6777ca03d gpg: directory `/root/.gnupg' created gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/root/.gnupg/secring.gpg' created gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key D39DC0E3: public key "Michal Papis (RVM signing) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 22865 100 22865 0 0 19718 0 0:00:01 0:00:01 --:--:-- 19718 Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17 gpg: Good signature from "Michal Papis (RVM signing) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 GPG verified '/usr/local/rvm/archives/rvm-1.26.11.tgz' Creating group 'rvm' Installing RVM to /usr/local/rvm/ Installation of RVM in /usr/local/rvm/ is almost complete: * First you need to add all users that will be using rvm to 'rvm' group, and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`. * To start using RVM you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows, in rare cases you need to reopen all shell windows. # Administrator, # # Thank you for using RVM! # We sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne, Michal & team. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io Searching for binary rubies, this might take some time. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/centos/6/x86_64/ruby-2.1.5.tar.bz2 Checking requirements for centos. Requirements installation successful. ruby-2.1.5 - #configure ruby-2.1.5 - #download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 19.8M 100 19.8M 0 0 2595k 0 0:00:07 0:00:07 --:--:-- 3480k ruby-2.1.5 - #validate archive ruby-2.1.5 - #extract ruby-2.1.5 - #validate binary ruby-2.1.5 - #setup ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5@global ruby-2.1.5 - #importing gemset /usr/local/rvm/gemsets/global.gems............................. ruby-2.1.5 - #generating global wrappers........ ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5 ruby-2.1.5 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list ruby-2.1.5 - #generating default wrappers........ Creating alias default for ruby-2.1.5... Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 Done installing documentation for bundler after 5 seconds Successfully installed cabin-0.8.1 Successfully installed arr-pm-0.0.10 Successfully installed backports-3.6.8 Building native extensions. This could take a while... Successfully installed ffi-1.9.10 Successfully installed childprocess-0.5.9 Successfully installed clamp-0.6.5 Successfully installed fpm-1.4.0 Parsing documentation for cabin-0.8.1 Installing ri documentation for cabin-0.8.1 Parsing documentation for arr-pm-0.0.10 Installing ri documentation for arr-pm-0.0.10 Parsing documentation for backports-3.6.8 Installing ri documentation for backports-3.6.8 Parsing documentation for ffi-1.9.10 Installing ri documentation for ffi-1.9.10 Parsing documentation for childprocess-0.5.9 Installing ri documentation for childprocess-0.5.9 Parsing documentation for clamp-0.6.5 Installing ri documentation for clamp-0.6.5 Parsing documentation for fpm-1.4.0 Installing ri documentation for fpm-1.4.0 Done installing documentation for cabin, arr-pm, backports, ffi, childprocess, clamp, fpm after 6 seconds 8 gems installed ---> e4b113333df7 Removing intermediate container 4aa6777ca03d Step 7 : RUN touch /var/lib/rpm/* && yum -q -y install python27 python33 ---> Running in 778c1b46bda3 ---> 203061453532 Removing intermediate container 778c1b46bda3 Step 8 : RUN scl enable python33 "easy_install-3.3 pip" && scl enable python27 "easy_install-2.7 pip" ---> Running in 64e22548ad74 Searching for pip Reading https://pypi.python.org/simple/pip/ Best match: pip 8.0.2 Downloading https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3a73c4188f8dbad6a1e6f6d44d117eeb Processing pip-8.0.2.tar.gz Writing /tmp/easy_install-v3b_ws/pip-8.0.2/setup.cfg Running pip-8.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-v3b_ws/pip-8.0.2/egg-dist-tmp-grpxhm warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.landscape.yml' warning: no previously-included files found matching 'pip/_vendor/Makefile' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching '.travis' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'contrib' no previously-included directories found matching 'tasks' no previously-included directories found matching 'tests' Adding pip 8.0.2 to easy-install.pth file Installing pip3 script to /opt/rh/python33/root/usr/bin Installing pip3.3 script to /opt/rh/python33/root/usr/bin Installing pip script to /opt/rh/python33/root/usr/bin Installed /opt/rh/python33/root/usr/lib/python3.3/site-packages/pip-8.0.2-py3.3.egg Processing dependencies for pip Finished processing dependencies for pip Searching for pip Reading https://pypi.python.org/simple/pip/ Best match: pip 8.0.2 Downloading https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3a73c4188f8dbad6a1e6f6d44d117eeb Processing pip-8.0.2.tar.gz Writing /tmp/easy_install-0iDlcR/pip-8.0.2/setup.cfg Running pip-8.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0iDlcR/pip-8.0.2/egg-dist-tmp-Wv7_pt warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.landscape.yml' warning: no previously-included files found matching 'pip/_vendor/Makefile' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching '.travis' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'contrib' no previously-included directories found matching 'tasks' no previously-included directories found matching 'tests' Adding pip 8.0.2 to easy-install.pth file Installing pip script to /opt/rh/python27/root/usr/bin Installing pip2.7 script to /opt/rh/python27/root/usr/bin Installing pip2 script to /opt/rh/python27/root/usr/bin Installed /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg Processing dependencies for pip Finished processing dependencies for pip ---> 08fa32ba5376 Removing intermediate container 64e22548ad74 Step 9 : RUN cd /tmp && curl -OL 'http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm' && rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm && sed -i 's/enabled = 0/enabled = 1/' /etc/yum.repos.d/rpmforge.repo ---> Running in 9deb34fd4f46 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12640 100 12640 0 0 7953 0 0:00:01 0:00:01 --:--:-- 73063 warning: rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY Preparing... ################################################## rpmforge-release ################################################## ---> b6d368cdab47 Removing intermediate container 9deb34fd4f46 Step 10 : RUN touch /var/lib/rpm/* && yum install --assumeyes git ---> Running in 42c0a22a263c Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: www.muug.mb.ca * extras: www.muug.mb.ca * rpmforge: mirror.cpsc.ucalgary.ca * rpmforge-extras: mirror.cpsc.ucalgary.ca * rpmforge-testing: mirror.cpsc.ucalgary.ca * updates: mirror.its.sfu.ca Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.7.1-3.el6_4.1 will be updated --> Processing Dependency: git = 1.7.1-3.el6_4.1 for package: perl-Git-1.7.1-3.el6_4.1.noarch ---> Package git.x86_64 0:1.7.12.4-1.el6.rfx will be an update --> Processing Dependency: perl(DBI) for package: git-1.7.12.4-1.el6.rfx.x86_64 --> Running transaction check ---> Package perl-DBI.x86_64 0:1.622-1.el6.rfx will be installed --> Processing Dependency: perl(Test::Simple) for package: perl-DBI-1.622-1.el6.rfx.x86_64 ---> Package perl-Git.noarch 0:1.7.1-3.el6_4.1 will be updated ---> Package perl-Git.x86_64 0:1.7.12.4-1.el6.rfx will be an update --> Processing Dependency: perl(YAML::Any) for package: perl-Git-1.7.12.4-1.el6.rfx.x86_64 --> Processing Dependency: perl(SVN::Core) for package: perl-Git-1.7.12.4-1.el6.rfx.x86_64 --> Processing Dependency: perl(SVN::Client) for package: perl-Git-1.7.12.4-1.el6.rfx.x86_64 --> Processing Dependency: perl(SVN::Ra) for package: perl-Git-1.7.12.4-1.el6.rfx.x86_64 --> Processing Dependency: perl(SVN::Delta) for package: perl-Git-1.7.12.4-1.el6.rfx.x86_64 --> Running transaction check ---> Package perl-Test-Simple.noarch 0:0.98-1.el6.rfx will be installed ---> Package perl-YAML.noarch 0:0.72-1.el6.rfx will be installed ---> Package subversion-perl.x86_64 0:1.7.4-0.1.el6.rfx will be installed --> Processing Dependency: subversion = 1.7.4-0.1.el6.rfx for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-perl-1.7.4-0.1.el6.rfx.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-5.el6_2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package subversion.x86_64 0:1.7.4-0.1.el6.rfx will be installed --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.4-0.1.el6.rfx.x86_64 --> Running transaction check ---> Package neon.x86_64 0:0.29.3-3.el6_4 will be installed --> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: neon-0.29.3-3.el6_4.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64 --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64 --> Processing Dependency: libgnutls.so.26()(64bit) for package: neon-0.29.3-3.el6_4.x86_64 --> Running transaction check ---> Package gnutls.x86_64 0:2.8.5-19.el6_7 will be installed ---> Package libproxy.x86_64 0:0.3.0-10.el6 will be installed --> Processing Dependency: libproxy-python = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64 --> Processing Dependency: libproxy-bin = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed --> Running transaction check ---> Package libproxy-bin.x86_64 0:0.3.0-10.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-10.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: git x86_64 1.7.12.4-1.el6.rfx rpmforge-extras 7.6 M Installing for dependencies: apr x86_64 1.3.9-5.el6_2 base 123 k apr-util x86_64 1.3.9-3.el6_0.1 base 87 k gnutls x86_64 2.8.5-19.el6_7 updates 347 k libproxy x86_64 0.3.0-10.el6 base 39 k libproxy-bin x86_64 0.3.0-10.el6 base 9.0 k libproxy-python x86_64 0.3.0-10.el6 base 9.1 k neon x86_64 0.29.3-3.el6_4 base 119 k pakchois x86_64 0.4-3.2.el6 base 21 k perl-DBI x86_64 1.622-1.el6.rfx rpmforge-extras 908 k perl-Test-Simple noarch 0.98-1.el6.rfx rpmforge-extras 119 k perl-YAML noarch 0.72-1.el6.rfx rpmforge-extras 75 k subversion x86_64 1.7.4-0.1.el6.rfx rpmforge-extras 6.3 M subversion-perl x86_64 1.7.4-0.1.el6.rfx rpmforge-extras 2.5 M Updating for dependencies: perl-Git x86_64 1.7.12.4-1.el6.rfx rpmforge-extras 83 k Transaction Summary ================================================================================ Install 13 Package(s) Upgrade 2 Package(s) Total download size: 18 M Downloading Packages: -------------------------------------------------------------------------------- Total 2.0 MB/s | 18 MB 00:09 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Installing : libproxy-python-0.3.0-10.el6.x86_64 1/17 Installing : libproxy-bin-0.3.0-10.el6.x86_64 2/17 Installing : libproxy-0.3.0-10.el6.x86_64 3/17 Installing : apr-1.3.9-5.el6_2.x86_64 4/17 Installing : apr-util-1.3.9-3.el6_0.1.x86_64 5/17 Installing : perl-Test-Simple-0.98-1.el6.rfx.noarch 6/17 Installing : perl-DBI-1.622-1.el6.rfx.x86_64 7/17 Installing : pakchois-0.4-3.2.el6.x86_64 8/17 Installing : gnutls-2.8.5-19.el6_7.x86_64 9/17 Installing : neon-0.29.3-3.el6_4.x86_64 10/17 Installing : subversion-1.7.4-0.1.el6.rfx.x86_64 11/17 Installing : subversion-perl-1.7.4-0.1.el6.rfx.x86_64 12/17 Installing : perl-YAML-0.72-1.el6.rfx.noarch 13/17 Updating : git-1.7.12.4-1.el6.rfx.x86_64 14/17 Updating : perl-Git-1.7.12.4-1.el6.rfx.x86_64 15/17 Cleanup : perl-Git-1.7.1-3.el6_4.1.noarch 16/17 Cleanup : git-1.7.1-3.el6_4.1.x86_64 17/17 Verifying : libproxy-0.3.0-10.el6.x86_64 1/17 Verifying : perl-YAML-0.72-1.el6.rfx.noarch 2/17 Verifying : neon-0.29.3-3.el6_4.x86_64 3/17 Verifying : gnutls-2.8.5-19.el6_7.x86_64 4/17 Verifying : pakchois-0.4-3.2.el6.x86_64 5/17 Verifying : libproxy-python-0.3.0-10.el6.x86_64 6/17 Verifying : subversion-perl-1.7.4-0.1.el6.rfx.x86_64 7/17 Verifying : perl-DBI-1.622-1.el6.rfx.x86_64 8/17 Verifying : apr-1.3.9-5.el6_2.x86_64 9/17 Verifying : perl-Test-Simple-0.98-1.el6.rfx.noarch 10/17 Verifying : libproxy-bin-0.3.0-10.el6.x86_64 11/17 Verifying : git-1.7.12.4-1.el6.rfx.x86_64 12/17 Verifying : perl-Git-1.7.12.4-1.el6.rfx.x86_64 13/17 Verifying : subversion-1.7.4-0.1.el6.rfx.x86_64 14/17 Verifying : apr-util-1.3.9-3.el6_0.1.x86_64 15/17 Verifying : perl-Git-1.7.1-3.el6_4.1.noarch 16/17 Verifying : git-1.7.1-3.el6_4.1.x86_64 17/17 Dependency Installed: apr.x86_64 0:1.3.9-5.el6_2 apr-util.x86_64 0:1.3.9-3.el6_0.1 gnutls.x86_64 0:2.8.5-19.el6_7 libproxy.x86_64 0:0.3.0-10.el6 libproxy-bin.x86_64 0:0.3.0-10.el6 libproxy-python.x86_64 0:0.3.0-10.el6 neon.x86_64 0:0.29.3-3.el6_4 pakchois.x86_64 0:0.4-3.2.el6 perl-DBI.x86_64 0:1.622-1.el6.rfx perl-Test-Simple.noarch 0:0.98-1.el6.rfx perl-YAML.noarch 0:0.72-1.el6.rfx subversion.x86_64 0:1.7.4-0.1.el6.rfx subversion-perl.x86_64 0:1.7.4-0.1.el6.rfx Updated: git.x86_64 0:1.7.12.4-1.el6.rfx Dependency Updated: perl-Git.x86_64 0:1.7.12.4-1.el6.rfx Complete! ---> 82b0ae6f57e0 Removing intermediate container 42c0a22a263c Step 11 : ENV WORKSPACE /arvados ---> Running in 162a2d554514 ---> 936ee9524151 Removing intermediate container 162a2d554514 Step 12 : CMD scl enable python33 python27 /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target centos6 ---> Running in 15c8083ba3ed ---> b7fdf78ee1d3 Removing intermediate container 15c8083ba3ed Successfully built b7fdf78ee1d3 real 5m20.046s user 0m0.312s sys 0m0.160s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/perl/5.18/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm Appending installation info to install/lib/perl5/x86_64-linux-thread-multi/perllocal.pod fpm --maintainer=Ward Vandewege -s dir -t rpm -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.bqO5AKpG7A'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.bqO5AKpG7A/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t rpm -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/keepstore=/usr/bin/keepstore Package keepstore-0.1.20160215154939.3920b0d-1.x86_64.rpm exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t rpm -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/keepproxy=/usr/bin/keepproxy Package keepproxy-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t rpm -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/keep-web=/usr/bin/keep-web Package keep-web-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager-0.1.20160219224452.e5659d2-1.x86_64.rpm exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t rpm -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/crunchstat=/usr/bin/crunchstat Package crunchstat-0.1.20160125210814.fc3b155-1.x86_64.rpm exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t rpm -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.PaNF2Y7SAO/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/sdk/python Package python27-python-arvados-python-client-0.1.20160219213801-1.noarch.rpm exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/services/fuse Package python27-python-arvados-fuse-0.1.20160220051552-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/services/nodemanager Package arvados-node-manager-0.1.20160208210928-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python /arvados/services/dockercleaner Package arvados-docker-cleaner-0.1.20151218183010-1.noarch.rpm exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /tmp/tmp.3X9tvgntyN Package python27-python-apache-libcloud-0.20.2.dev1-1.noarch.rpm exists, not rebuilding Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: www.muug.mb.ca * extras: www.muug.mb.ca * rpmforge: mirror.cpsc.ucalgary.ca * rpmforge-extras: mirror.cpsc.ucalgary.ca * rpmforge-testing: mirror.cpsc.ucalgary.ca * updates: mirror.its.sfu.ca Package rpm-build-4.8.0-47.el6.x86_64 already installed and latest version Package redhat-rpm-config-9.0.3-44.el6.centos.noarch already installed and latest version Nothing to do % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 561k 100 561k 0 0 554k 0 0:00:01 0:00:01 --:--:-- 675k 1119 blocks Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SoN1LJ + umask 022 + cd /root/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /root/rpmbuild/BUILD + rm -rf fuse-2.9.2 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/fuse-2.9.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd fuse-2.9.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in + echo 'Patch #1 (fuse-0001-More-parentheses.patch):' Patch #1 (fuse-0001-More-parentheses.patch): + /bin/cat /root/rpmbuild/SOURCES/fuse-0001-More-parentheses.patch + /usr/bin/patch -p1 -b --suffix .add_parentheses --fuzz=0 patching file lib/fuse.c Hunk #1 succeeded at 1468 (offset 477 lines). patching file lib/fuse_lowlevel.c Hunk #1 succeeded at 1210 (offset 494 lines). Patch #2 (fuse-aarch64.patch): + echo 'Patch #2 (fuse-aarch64.patch):' + /bin/cat /root/rpmbuild/SOURCES/fuse-aarch64.patch + /usr/bin/patch -p1 -b --suffix .aarch64 --fuzz=0 patching file include/fuse_kernel.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MRoYYR + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + LANG=C + export LANG + unset DISPLAY + export MOUNT_FUSE_PATH=/usr/sbin + MOUNT_FUSE_PATH=/usr/sbin + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for fork... yes checking for setxattr... yes checking for fdatasync... yes checking for splice... yes checking for vmsplice... yes checking for utimensat... yes checking for posix_fallocate... yes checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for library containing dlopen... -ldl checking for library containing clock_gettime... -lrt checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if umount supports --fake --no-canonicalize... yes configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating doc/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j6 Making all in include make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make all-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' Making all in lib make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' CC fuse.lo CC fuse_kern_chan.lo CC fuse_loop.lo CC fuse_loop_mt.lo CC fuse_lowlevel.lo CC fuse_mt.lo fuse.c:11:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition fuse_lowlevel.c:9:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition CC fuse_opt.lo CC fuse_session.lo fuse.c: In function 'fuse_compat_open': fuse.c:1475: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c:1479: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_release': fuse.c:1490: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_opendir': fuse.c:1503: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_statfs': fuse.c:1543: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c:1550: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse_session.c: In function 'fuse_chan_recv': fuse_session.c:205: warning: dereferencing type-punned pointer will break strict-aliasing rules CC fuse_signals.lo CC buffer.lo CC cuse_lowlevel.lo buffer.c:9:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition CC helper.lo CC subdir.lo helper.c: In function 'fuse_daemonize': helper.c:204: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result CC iconv.lo CC mount.lo CC mount_util.lo CC ulockmgr.lo mount.c: In function 'receive_fd': mount.c:286: warning: dereferencing type-punned pointer will break strict-aliasing rules ulockmgr.c: In function 'ulockmgr_send_message': ulockmgr.c:100: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:104: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:102: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:101: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:99: note: initialized from here CCLD libulockmgr.la CCLD libfuse.la make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' Making all in util make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make all-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' CC fusermount-fusermount.o CC fusermount-mount_util.o CC ulockmgr_server-ulockmgr_server.o CC mount.fuse.o fusermount.c:10:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition ulockmgr_server.c: In function 'main': ulockmgr_server.c:371: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result CCLD mount.fuse CCLD ulockmgr_server fusermount.c: In function 'main': fusermount.c:1136: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1141: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1138: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1137: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1135: note: initialized from here CCLD fusermount make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' Making all in example make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' CC fusexmp.o CC fusexmp_fh.o CC null.o CC hello.o CC hello_ll.o CC fioc.o fusexmp_fh.c:18:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition CC fioclient-fioclient.o CC fsel.o CC fselclient-fselclient.o CC cusexmp.o fioclient.c: In function 'do_rw': fioclient.c:47: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result CCLD fusexmp CCLD null CCLD hello CCLD hello_ll CCLD fioc CCLD fioclient CCLD fsel CCLD fselclient CCLD cusexmp CCLD fusexmp_fh make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' Making all in doc make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gV6paG + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + cd fuse-2.9.2 + LANG=C + export LANG + unset DISPLAY + make install DESTDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 Making install in include make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include/fuse" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include/fuse" /usr/bin/install -c -m 644 fuse.h fuse_compat.h fuse_common.h fuse_common_compat.h fuse_lowlevel.h fuse_lowlevel_compat.h fuse_opt.h cuse_lowlevel.h '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include/fuse' test -z "/usr/include" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include" /usr/bin/install -c -m 644 old/fuse.h ulockmgr.h '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' Making install in lib make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' test -z "/usr/lib64" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libfuse.so.2.9.2 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.so.2.9.2 libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libfuse.so.2.9.2 libfuse.so.2 || { rm -f libfuse.so.2 && ln -s libfuse.so.2.9.2 libfuse.so.2; }; }) libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libfuse.so.2.9.2 libfuse.so || { rm -f libfuse.so && ln -s libfuse.so.2.9.2 libfuse.so; }; }) libtool: install: /usr/bin/install -c .libs/libfuse.lai /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.la libtool: install: /usr/bin/install -c .libs/libulockmgr.so.1.0.1 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.so.1.0.1 libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so.1 || { rm -f libulockmgr.so.1 && ln -s libulockmgr.so.1.0.1 libulockmgr.so.1; }; }) libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so || { rm -f libulockmgr.so && ln -s libulockmgr.so.1.0.1 libulockmgr.so; }; }) libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.la libtool: install: /usr/bin/install -c .libs/libfuse.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: chmod 644 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: ranlib /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: /usr/bin/install -c .libs/libulockmgr.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: chmod 644 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: ranlib /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' Making install in util make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make install-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[3]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' test -z "/usr/bin" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c fusermount ulockmgr_server '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin' libtool: install: /usr/bin/install -c fusermount /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount libtool: install: /usr/bin/install -c ulockmgr_server /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/ulockmgr_server /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin /usr/bin/install -c ./mount.fuse /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin/mount.fuse /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d /usr/bin/install -c ./init_script /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d/fuse make install-exec-hook make[4]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' chmod u+s /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount echo Disabled: mknod /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/dev/fuse -m 0666 c 10 229 || true Disabled: mknod /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/dev/fuse -m 0666 c 10 229 make[4]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d /usr/bin/install -c -m 644 ./udev.rules /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d/99-fuse.rules make[3]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' Making install in example make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' Making install in doc make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man1" /usr/bin/install -c -m 644 fusermount.1 ulockmgr_server.1 '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man1' test -z "/usr/share/man/man8" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man8" /usr/bin/install -c -m 644 mount.fuse.8 '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man8' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 fuse.pc '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' + find /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 -type f -name '*.la' -exec rm -f '{}' ';' + chmod 0755 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/bin/fusermount + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/lib64/libfuse.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/lib64/libulockmgr.a + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d/fuse + install -p -m 0644 /root/rpmbuild/SOURCES/fuse.conf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d/99-fuse.rules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /root/rpmbuild/BUILD/fuse-2.9.2 extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin/mount.fuse extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/ulockmgr_server extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.so.2.9.2 extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.so.1.0.1 symlinked /usr/lib/debug/usr/lib64/libulockmgr.so.1.0.1.debug to /usr/lib/debug/usr/lib64/libulockmgr.so.1.debug symlinked /usr/lib/debug/usr/lib64/libfuse.so.2.9.2.debug to /usr/lib/debug/usr/lib64/libfuse.so.2.debug symlinked /usr/lib/debug/usr/lib64/libfuse.so.2.9.2.debug to /usr/lib/debug/usr/lib64/libfuse.so.debug symlinked /usr/lib/debug/usr/lib64/libulockmgr.so.1.0.1.debug to /usr/lib/debug/usr/lib64/libulockmgr.so.debug 962 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: fuse-2.9.2-6.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PrSzAB + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + DOCDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + export DOCDIR + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + cp -pr AUTHORS ChangeLog COPYING FAQ Filesystems NEWS README README.NFS /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + exit 0 Provides: config(fuse) = 2.9.2-6.el6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(preun): chkconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: fuse-libs-2.9.2-6.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BimIbx + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + DOCDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + export DOCDIR + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + cp -pr COPYING.LIB /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + exit 0 Provides: libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.2)(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libfuse.so.2(FUSE_2.7)(64bit) libfuse.so.2(FUSE_2.7.5)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libfuse.so.2(FUSE_2.9)(64bit) libfuse.so.2(FUSE_2.9.1)(64bit) libulockmgr.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libfuse.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libulockmgr.so.1()(64bit) rtld(GNU_HASH) Processing files: fuse-devel-2.9.2-6.el6.x86_64 Provides: pkgconfig(fuse) = 2.9.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config libfuse.so.2()(64bit) libulockmgr.so.1()(64bit) Processing files: fuse-debuginfo-2.9.2-6.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 Wrote: /root/rpmbuild/RPMS/x86_64/fuse-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-libs-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-devel-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-debuginfo-2.9.2-6.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JF4YHl + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + /bin/rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + exit 0 fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse-libs --vendor Centos Developers -v 2.9.2 --iteration 1 --iteration 5 /tmp/tmp.ElbSNpPnTS/fuse-libs-2.9.2-6.el6.x86_64.rpm Package fuse-libs-2.9.2-5.x86_64.rpm exists, not rebuilding Loading fpm overrides from /arvados/backports/rpm-fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse --vendor Centos Developers -v 2.9.2 --iteration 1 --depends fuse-libs = 2.9.2-5 --iteration 5 --no-auto-depends /tmp/tmp.ElbSNpPnTS/fuse-2.9.2-6.el6.x86_64.rpm Package fuse-2.9.2-5.x86_64.rpm exists, not rebuilding Loading fpm overrides from /arvados/backports/rpm-fuse-devel/fpm-info.sh fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse-devel --vendor Centos Developers -v 2.9.2 --iteration 1 --depends fuse-libs = 2.9.2-5 --iteration 5 --no-auto-depends /tmp/tmp.ElbSNpPnTS/fuse-devel-2.9.2-6.el6.x86_64.rpm Package fuse-devel-2.9.2-5.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-gflags --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python python-gflags Package python27-python-gflags-2.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyvcf Package python27-python-pyvcf-0.6.7-1.noarch.rpm exists, not rebuilding DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead. Collecting google-api-python-client /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading google-api-python-client-1.5.0.tar.gz (43kB) Saved ./google-api-python-client-1.5.0.tar.gz Successfully downloaded google-api-python-client /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib creating build/lib/apiclient copying apiclient/__init__.py -> build/lib/apiclient creating build/lib/googleapiclient copying googleapiclient/sample_tools.py -> build/lib/googleapiclient copying googleapiclient/errors.py -> build/lib/googleapiclient copying googleapiclient/mimeparse.py -> build/lib/googleapiclient copying googleapiclient/http.py -> build/lib/googleapiclient copying googleapiclient/__init__.py -> build/lib/googleapiclient copying googleapiclient/model.py -> build/lib/googleapiclient copying googleapiclient/channel.py -> build/lib/googleapiclient copying googleapiclient/schema.py -> build/lib/googleapiclient copying googleapiclient/discovery.py -> build/lib/googleapiclient creating build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python . fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python oauth2client Package python27-python-oauth2client-2.0.0_post1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyasn1==0.1.7 Package python27-python-pyasn1-0.1.7-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyasn1-modules==0.0.5 Package python27-python-pyasn1-modules-0.0.5-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python rsa Package python27-python-rsa-3.3-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python uritemplate Package python27-python-uritemplate-0.6-1.noarch.rpm exists, not rebuilding DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead. Collecting httplib2 /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading httplib2-0.9.2.tar.gz (205kB) Saved ./httplib2-0.9.2.tar.gz Successfully downloaded httplib2 running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib creating build/lib/httplib2 copying python2/httplib2/__init__.py -> build/lib/httplib2 copying python2/httplib2/iri2uri.py -> build/lib/httplib2 copying python2/httplib2/socks.py -> build/lib/httplib2 copying python2/httplib2/cacerts.txt -> build/lib/httplib2 fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python . fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python ws4py Package python27-python-ws4py-0.3.4-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pykka Package python27-python-pykka-1.2.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python six Package python27-python-six-1.10.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyexecjs Package python27-python-pyexecjs-1.1.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python jsonschema Package python27-python-jsonschema-2.5.1-1.noarch.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-ciso8601 --iteration 1 --depends glibc --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 2 ciso8601 Package python27-python-ciso8601-1.0.1-2.x86_64.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pycrypto --iteration 1 --depends glibc --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 2 pycrypto Package python27-python-pycrypto-2.6.1-2.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python backports.ssl_match_hostname Package python27-python-backports.ssl-match-hostname-3.5.0.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pycurl<7.21.5 Package python27-python-pycurl-7.19.5.3-1.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-daemon --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python python-daemon Package python27-python-daemon-2.1.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-lockfile --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python lockfile Package python27-python-lockfile-0.12.2-1.noarch.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep fuse-libs from /arvados/packages/centos6/fuse-libs-2.9.2-5.x86_64.rpm Installing build_dep fuse-devel from /arvados/packages/centos6/fuse-devel-2.9.2-5.x86_64.rpm fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-llfuse --iteration 1 --depends glibc --depends fuse-libs = 2.9.2-5 --depends fuse = 2.9.2-5 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 3 llfuse Package python27-python-llfuse-0.42.1-3.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pbr --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pbr<1.0 Package python27-python-pbr-0.11.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python docker-py Package python33-python-docker-py-1.7.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-six --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python six Package python33-python-six-1.10.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python requests Package python33-python-requests-2.9.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python websocket-client Package python33-python-websocket-client-0.35.0-1.noarch.rpm exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-devel --depends postgresql-devel --iteration=4 --after-install /tmp/arvados-api-server-93AUQj8v.scripts/postinst --before-remove /tmp/arvados-api-server-93AUQj8v.scripts/prerm --after-remove /tmp/arvados-api-server-93AUQj8v.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server-0.1.20160219224452.e5659d2-4.x86_64.rpm exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. rake aborted! LoadError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so) - /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `block in require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:232:in `load_dependency' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/lib/oj.rb:42:in `' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `block (2 levels) in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `block in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler.rb:99:in `require' /arvados/apps/workbench/config/application.rb:5:in `' /arvados/apps/workbench/Rakefile:5:in `require' /arvados/apps/workbench/Rakefile:5:in `' (See full trace by running task with --trace) ERROR: Asset precompilation failed ERROR: build failed with exit status 1. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d debian8/generated || mkdir debian8/generated cp -rlt debian8/generated common-generated/* debian8 Sending build context to Docker daemon 62.45 MB Step 1 : FROM debian:jessie ---> e57d75fb0baf Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> b811b0a489c5 Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git procps libattr1-dev libfuse-dev libgnutls28-dev libpq-dev python-pip ---> Using cache ---> 1f080fc26c62 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Running in fccacb56a601 gpg: directory `/root/.gnupg' created gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/root/.gnupg/secring.gpg' created gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key D39DC0E3: public key "Michal Papis (RVM signing) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 184 100 184 0 0 276 0 --:--:-- --:--:-- --:--:-- 276 100 22865 100 22865 0 0 19393 0 0:00:01 0:00:01 --:--:-- 106k Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17 gpg: Good signature from "Michal Papis (RVM signing) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 GPG verified '/usr/local/rvm/archives/rvm-1.26.11.tgz' Creating group 'rvm' Installing RVM to /usr/local/rvm/ Installation of RVM in /usr/local/rvm/ is almost complete: * First you need to add all users that will be using rvm to 'rvm' group, and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`. * To start using RVM you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows, in rare cases you need to reopen all shell windows. # Administrator, # # Thank you for using RVM! # We sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne, Michal & team. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io Searching for binary rubies, this might take some time. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/debian/8/x86_64/ruby-2.1.5.tar.bz2 Checking requirements for debian. Installing requirements for debian. Updating system.. Installing required packages: gawk, libreadline6-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, pkg-config, libffi-dev.............. Requirements installation successful. ruby-2.1.5 - #configure ruby-2.1.5 - #download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 23.0M 100 23.0M 0 0 2489k 0 0:00:09 0:00:09 --:--:-- 3416k No checksum for downloaded archive, recording checksum in user configuration. ruby-2.1.5 - #validate archive ruby-2.1.5 - #extract ruby-2.1.5 - #validate binary ruby-2.1.5 - #setup ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5@global ruby-2.1.5 - #importing gemset /usr/local/rvm/gemsets/global.gems............................. ruby-2.1.5 - #generating global wrappers........ ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5 ruby-2.1.5 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list ruby-2.1.5 - #generating default wrappers........ Creating alias default for ruby-2.1.5... Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 Done installing documentation for bundler after 4 seconds Successfully installed cabin-0.8.1 Successfully installed arr-pm-0.0.10 Successfully installed backports-3.6.8 Building native extensions. This could take a while... Successfully installed ffi-1.9.10 Successfully installed childprocess-0.5.9 Successfully installed clamp-0.6.5 Successfully installed fpm-1.4.0 Parsing documentation for cabin-0.8.1 Installing ri documentation for cabin-0.8.1 Parsing documentation for arr-pm-0.0.10 Installing ri documentation for arr-pm-0.0.10 Parsing documentation for backports-3.6.8 Installing ri documentation for backports-3.6.8 Parsing documentation for ffi-1.9.10 Installing ri documentation for ffi-1.9.10 Parsing documentation for childprocess-0.5.9 Installing ri documentation for childprocess-0.5.9 Parsing documentation for clamp-0.6.5 Installing ri documentation for clamp-0.6.5 Parsing documentation for fpm-1.4.0 Installing ri documentation for fpm-1.4.0 Done installing documentation for cabin, arr-pm, backports, ffi, childprocess, clamp, fpm after 5 seconds 8 gems installed ---> 9ba7bc9a8312 Removing intermediate container fccacb56a601 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> d0fdc79b38b3 Removing intermediate container 457f8319393e Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Running in 46dba4132ae1 ---> 2d1917e7519f Removing intermediate container 46dba4132ae1 Step 7 : ENV WORKSPACE /arvados ---> Running in 15f786f6274a ---> e20c365c7353 Removing intermediate container 15f786f6274a Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target debian8 ---> Running in 9c2d876ac2ad ---> d297182646b0 Removing intermediate container 9c2d876ac2ad Successfully built d297182646b0 real 2m48.518s user 0m0.212s sys 0m0.136s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target '/usr/lib64/perl5/Config.pm', needed by 'Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Generating a Unix-style Makefile Writing Makefile for Arvados Writing MYMETA.yml and MYMETA.json Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.xwm3bIevw5'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.xwm3bIevw5/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.ST85WTAeAz/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Switched to a new branch 'apache-libcloud-0.20.2.dev1' Branch apache-libcloud-0.20.2.dev1 set up to track remote branch apache-libcloud-0.20.2.dev1 from origin. no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.IUgRVNXxsQ Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py (path:/tmp/pip_build_root/google-api-python-client/setup.py) egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py (path:/tmp/pip_build_root/httplib2/setup.py) egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --depends libgmp10 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/debian8/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 23458 files and directories currently installed.) Preparing to unpack .../python3-websocket-client_0.35.0-1_all.deb ... Unpacking python3-websocket-client (0.35.0-1) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing package python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded. 1 not fully installed or removed. Need to get 12.7 kB of archives. After this operation, 75.8 kB of additional disk space will be used. Get:1 http://httpredir.debian.org/debian/ jessie/main python3-six all 1.8.0-1 [12.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 12.7 kB in 1s (7910 B/s) Selecting previously unselected package python3-six. (Reading database ... 23508 files and directories currently installed.) Preparing to unpack .../python3-six_1.8.0-1_all.deb ... Unpacking python3-six (1.8.0-1) ... Setting up python3-six (1.8.0-1) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-9m2X5Rpr.scripts/postinst --before-remove /tmp/arvados-api-server-9m2X5Rpr.scripts/prerm --after-remove /tmp/arvados-api-server-9m2X5Rpr.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-4nWNmznx.scripts/postinst --before-remove /tmp/arvados-workbench-4nWNmznx.scripts/prerm --after-remove /tmp/arvados-workbench-4nWNmznx.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Package arvados-workbench_0.1.20160218192408.03245f8-4_amd64.deb exists, not rebuilding Build packages for debian8 succeeded. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d ubuntu1204/generated || mkdir ubuntu1204/generated cp -rlt ubuntu1204/generated common-generated/* ubuntu1204 Sending build context to Docker daemon 62.45 MB Step 1 : FROM ubuntu:precise ---> eb965dfb09d2 Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> 2a765e7868cb Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> dbf5666d7789 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Running in 328bfbbd23e5 gpg: directory `/root/.gnupg' created gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: keyring `/root/.gnupg/secring.gpg' created gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key D39DC0E3: public key "Michal Papis (RVM signing) " imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 184 100 184 0 0 397 0 --:--:-- --:--:-- --:--:-- 497 100 22865 100 22865 0 0 26001 0 --:--:-- --:--:-- --:--:-- 26001 Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17 gpg: Good signature from "Michal Papis (RVM signing) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 GPG verified '/usr/local/rvm/archives/rvm-1.26.11.tgz' Creating group 'rvm' Installing RVM to /usr/local/rvm/ Installation of RVM in /usr/local/rvm/ is almost complete: * First you need to add all users that will be using rvm to 'rvm' group, and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`. * To start using RVM you need to run `source /etc/profile.d/rvm.sh` in all your open shell windows, in rare cases you need to reopen all shell windows. # Administrator, # # Thank you for using RVM! # We sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne, Michal & team. In case of problems: http://rvm.io/help and https://twitter.com/rvm_io Searching for binary rubies, this might take some time. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/12.04/x86_64/ruby-2.1.5.tar.bz2 Checking requirements for ubuntu. Installing requirements for ubuntu. Updating system..... Installing required packages: bzip2, gawk, g++, make, libreadline6-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, libffi-dev.............. Requirements installation successful. ruby-2.1.5 - #configure ruby-2.1.5 - #download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 21.4M 100 21.4M 0 0 2628k 0 0:00:08 0:00:08 --:--:-- 3503k ruby-2.1.5 - #validate archive ruby-2.1.5 - #extract ruby-2.1.5 - #validate binary ruby-2.1.5 - #setup ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5@global ruby-2.1.5 - #importing gemset /usr/local/rvm/gemsets/global.gems............................. ruby-2.1.5 - #generating global wrappers........ ruby-2.1.5 - #gemset created /usr/local/rvm/gems/ruby-2.1.5 ruby-2.1.5 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list ruby-2.1.5 - #generating default wrappers........ Creating alias default for ruby-2.1.5... Successfully installed bundler-1.11.2 Parsing documentation for bundler-1.11.2 Installing ri documentation for bundler-1.11.2 Done installing documentation for bundler after 5 seconds Successfully installed cabin-0.8.1 Successfully installed arr-pm-0.0.10 Successfully installed backports-3.6.8 Building native extensions. This could take a while... Successfully installed ffi-1.9.10 Successfully installed childprocess-0.5.9 Successfully installed clamp-0.6.5 Successfully installed fpm-1.4.0 Parsing documentation for cabin-0.8.1 Installing ri documentation for cabin-0.8.1 Parsing documentation for arr-pm-0.0.10 Installing ri documentation for arr-pm-0.0.10 Parsing documentation for backports-3.6.8 Installing ri documentation for backports-3.6.8 Parsing documentation for ffi-1.9.10 Installing ri documentation for ffi-1.9.10 Parsing documentation for childprocess-0.5.9 Installing ri documentation for childprocess-0.5.9 Parsing documentation for clamp-0.6.5 Installing ri documentation for clamp-0.6.5 Parsing documentation for fpm-1.4.0 Installing ri documentation for fpm-1.4.0 Done installing documentation for cabin, arr-pm, backports, ffi, childprocess, clamp, fpm after 5 seconds 8 gems installed ---> afe76127d4a6 Removing intermediate container 328bfbbd23e5 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> b85e0554aaae Removing intermediate container 68c16774fb97 Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Running in 7282db9a33a3 ---> 0a0b153dbef6 Removing intermediate container 7282db9a33a3 Step 7 : ENV WORKSPACE /arvados ---> Running in 791924d404da ---> 83bca54897e5 Removing intermediate container 791924d404da Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target ubuntu1204 ---> Running in 1e83b86e147f ---> 80a391dc07e2 Removing intermediate container 1e83b86e147f Successfully built 80a391dc07e2 real 2m50.122s user 0m0.268s sys 0m0.092s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/x86_64-linux-gnu/perl/5.20/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' warning: sdist: standard file not found: should have one of README, README.txt creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.JZPhtDDToC'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.JZPhtDDToC/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.wP0Vm1OJ8X/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' warning: sdist: standard file not found: should have one of README, README.txt fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.awqveydhfi Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 374k 100 374k 0 0 474k 0 --:--:-- --:--:-- --:--:-- 615k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 20812 100 20812 0 0 74458 0 --:--:-- --:--:-- --:--:-- 109k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2073 100 2073 0 0 10118 0 --:--:-- --:--:-- --:--:-- 20323 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: build-essential fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libtimedate-perl Suggested packages: debian-keyring The following NEW packages will be installed: build-essential dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libtimedate-perl 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 861 kB of archives. After this operation, 3424 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libtimedate-perl all 1.2000-1 [41.6 kB] Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.7 [181 kB] Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.7 [469 kB] Get:4 http://archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5816 B] Get:5 http://archive.ubuntu.com/ubuntu/ precise/main fakeroot amd64 1.18.2-1 [87.2 kB] Get:6 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB] Get:7 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 [12.4 kB] Get:8 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 861 kB in 1s (496 kB/s) Selecting previously unselected package libtimedate-perl. (Reading database ... 20192 files and directories currently installed.) Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ... Selecting previously unselected package libdpkg-perl. Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.7_all.deb) ... Selecting previously unselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.7_all.deb) ... Selecting previously unselected package build-essential. Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_amd64.deb) ... Selecting previously unselected package fakeroot. Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ... Selecting previously unselected package libalgorithm-diff-perl. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb) ... Selecting previously unselected package libalgorithm-merge-perl. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ... Setting up libtimedate-perl (1.2000-1) ... Setting up libdpkg-perl (1.16.1.2ubuntu7.7) ... Setting up dpkg-dev (1.16.1.2ubuntu7.7) ... Setting up build-essential (11.5ubuntu2.1) ... Setting up fakeroot (1.18.2-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode. Setting up libalgorithm-diff-perl (1.19.02-2) ... Setting up libalgorithm-diff-xs-perl (0.04-2build2) ... Setting up libalgorithm-merge-perl (0.08-2) ... gpgv: Signature made Fri May 15 13:02:37 2015 UTC using RSA key ID A744BE93 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./fuse_2.9.2-4ubuntu4.14.04.1.dsc dpkg-source: info: extracting fuse in fuse-2.9.2 dpkg-source: info: unpacking fuse_2.9.2.orig.tar.xz dpkg-source: info: unpacking fuse_2.9.2-4ubuntu4.14.04.1.debian.tar.xz dpkg-source: info: applying 01-initscript.patch dpkg-source: info: applying 02-kfreebsd.patch dpkg-source: info: applying 03-examples.patch dpkg-source: info: applying 04-fix-arm64-int-sizes.patch dpkg-source: info: applying CVE-2015-3202.patch Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autopoint bsdmainutils dh-apparmor gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmail-sendmail-perl libpipeline1 libsys-hostname-long-perl libunistring0 libxml2 man-db po-debconf sgml-base xml-core Suggested packages: wamerican wordlist whois vacation dh-make gettext-doc groff www-browser libmail-box-perl sgml-base-doc The following NEW packages will be installed: autopoint bsdmainutils debhelper dh-apparmor dh-autoreconf gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmail-sendmail-perl libpipeline1 libsys-hostname-long-perl libunistring0 libxml2 man-db po-debconf sgml-base xml-core 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. Need to get 6276 kB of archives. After this operation, 16.9 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libpipeline1 amd64 1.2.1-1 [26.5 kB] Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.14 [675 kB] Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcroco3 amd64 0.6.5-1ubuntu0.1 [99.8 kB] Get:4 http://archive.ubuntu.com/ubuntu/ precise/main libunistring0 amd64 0.9.3-5 [427 kB] Get:5 http://archive.ubuntu.com/ubuntu/ precise/main libgettextpo0 amd64 0.18.1.1-5ubuntu3 [120 kB] Get:6 http://archive.ubuntu.com/ubuntu/ precise/main bsdmainutils amd64 8.2.3ubuntu1 [200 kB] Get:7 http://archive.ubuntu.com/ubuntu/ precise/main gettext-base amd64 0.18.1.1-5ubuntu3 [80.0 kB] Get:8 http://archive.ubuntu.com/ubuntu/ precise/main groff-base amd64 1.21-7 [1046 kB] Get:9 http://archive.ubuntu.com/ubuntu/ precise-updates/main man-db amd64 2.6.1-2ubuntu2 [755 kB] Get:10 http://archive.ubuntu.com/ubuntu/ precise/main sgml-base all 1.26+nmu1ubuntu1 [8360 B] Get:11 http://archive.ubuntu.com/ubuntu/ precise/main xml-core all 0.13 [23.4 kB] Get:12 http://archive.ubuntu.com/ubuntu/ precise/main autopoint all 0.18.1.1-5ubuntu3 [604 kB] Get:13 http://archive.ubuntu.com/ubuntu/ precise/main html2text amd64 1.3.2a-15 [104 kB] Get:14 http://archive.ubuntu.com/ubuntu/ precise/main gettext amd64 0.18.1.1-5ubuntu3 [1188 kB] Get:15 http://archive.ubuntu.com/ubuntu/ precise/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] Get:16 http://archive.ubuntu.com/ubuntu/ precise/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] Get:17 http://archive.ubuntu.com/ubuntu/ precise-updates/main dh-apparmor all 2.7.102-0ubuntu3.10 [8686 B] Get:18 http://archive.ubuntu.com/ubuntu/ precise/main debhelper all 9.20120115ubuntu3 [616 kB] Get:19 http://archive.ubuntu.com/ubuntu/ precise/main dh-autoreconf all 5ubuntu1 [14.7 kB] Get:20 http://archive.ubuntu.com/ubuntu/ precise/main libsys-hostname-long-perl all 1.4-2 [11.4 kB] Get:21 http://archive.ubuntu.com/ubuntu/ precise/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 6276 kB in 4s (1355 kB/s) Selecting previously unselected package libpipeline1. (Reading database ... 20602 files and directories currently installed.) Unpacking libpipeline1 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libxml2. Unpacking libxml2 (from .../libxml2_2.7.8.dfsg-5.1ubuntu4.14_amd64.deb) ... Selecting previously unselected package libcroco3. Unpacking libcroco3 (from .../libcroco3_0.6.5-1ubuntu0.1_amd64.deb) ... Selecting previously unselected package libunistring0. Unpacking libunistring0 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0. Unpacking libgettextpo0 (from .../libgettextpo0_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_8.2.3ubuntu1_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-7_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.1-2ubuntu2_amd64.deb) ... Selecting previously unselected package sgml-base. Unpacking sgml-base (from .../sgml-base_1.26+nmu1ubuntu1_all.deb) ... Selecting previously unselected package xml-core. Unpacking xml-core (from .../archives/xml-core_0.13_all.deb) ... Selecting previously unselected package autopoint. Unpacking autopoint (from .../autopoint_0.18.1.1-5ubuntu3_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2ubuntu1_all.deb) ... Selecting previously unselected package dh-apparmor. Unpacking dh-apparmor (from .../dh-apparmor_2.7.102-0ubuntu3.10_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120115ubuntu3_all.deb) ... Selecting previously unselected package dh-autoreconf. Unpacking dh-autoreconf (from .../dh-autoreconf_5ubuntu1_all.deb) ... Selecting previously unselected package libsys-hostname-long-perl. Unpacking libsys-hostname-long-perl (from .../libsys-hostname-long-perl_1.4-2_all.deb) ... Selecting previously unselected package libmail-sendmail-perl. Unpacking libmail-sendmail-perl (from .../libmail-sendmail-perl_0.79.16-1_all.deb) ... Setting up libpipeline1 (1.2.1-1) ... Setting up libxml2 (2.7.8.dfsg-5.1ubuntu4.14) ... Setting up libcroco3 (0.6.5-1ubuntu0.1) ... Setting up libunistring0 (0.9.3-5) ... Setting up libgettextpo0 (0.18.1.1-5ubuntu3) ... Setting up bsdmainutils (8.2.3ubuntu1) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode. update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode. Setting up gettext-base (0.18.1.1-5ubuntu3) ... Setting up groff-base (1.21-7) ... Setting up man-db (2.6.1-2ubuntu2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Building database of manual pages ... Setting up sgml-base (1.26+nmu1ubuntu1) ... Setting up xml-core (0.13) ... Setting up autopoint (0.18.1.1-5ubuntu3) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-5ubuntu3) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2ubuntu1) ... Setting up dh-apparmor (2.7.102-0ubuntu3.10) ... Setting up debhelper (9.20120115ubuntu3) ... Setting up dh-autoreconf (5ubuntu1) ... Setting up libsys-hostname-long-perl (1.4-2) ... Setting up libmail-sendmail-perl (0.79.16-1) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package fuse dpkg-buildpackage: source version 2.9.2-5 dpkg-buildpackage: source changed by Joshua Randall dpkg-source --before-build fuse-2.9.2 dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from fuse-2.9.2/debian/source/options: --compression=xz fakeroot debian/rules clean dh clean --with autoreconf dh_testdir dh_auto_clean dh_autoreconf_clean dh_clean debian/rules build dh build --with autoreconf dh_testdir dh_autoreconf libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' debian/rules override_dh_auto_configure make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_auto_configure -- --bindir=/bin --libdir=/usr/lib/x86_64-linux-gnu configure: WARNING: unrecognized options: --disable-maintainer-mode checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking whether gcc and cc understand -c and -o together... yes checking for fork... yes checking for setxattr... yes checking for fdatasync... yes checking for splice... yes checking for vmsplice... yes checking for utimensat... yes checking for posix_fallocate... yes checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for library containing dlopen... -ldl checking for library containing clock_gettime... -lrt checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if umount supports --fake --no-canonicalize... yes configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating doc/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_auto_build make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' Making all in include make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make all-am make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' Making all in lib make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' CC fuse.lo CC fuse_kern_chan.lo CC fuse_loop.lo CC fuse_loop_mt.lo CC fuse_lowlevel.lo CC fuse_mt.lo CC fuse_opt.lo CC fuse_session.lo CC fuse_signals.lo CC buffer.lo CC cuse_lowlevel.lo CC helper.lo helper.c: In function 'fuse_daemonize': helper.c:204:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] CC subdir.lo CC iconv.lo CC mount.lo CC mount_util.lo CCLD libfuse.la CC ulockmgr.lo CCLD libulockmgr.la make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' Making all in util make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make all-am make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' CC fusermount-fusermount.o CC fusermount-mount_util.o CCLD fusermount CC ulockmgr_server-ulockmgr_server.o ulockmgr_server.c: In function 'main': ulockmgr_server.c:371:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] CCLD ulockmgr_server CC mount.fuse.o CCLD mount.fuse make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' Making all in example make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' CC fusexmp.o CCLD fusexmp CC fusexmp_fh.o CCLD fusexmp_fh CC null.o CCLD null CC hello.o CCLD hello CC hello_ll.o CCLD hello_ll CC fioc.o CCLD fioc CC fioclient-fioclient.o CCLD fioclient CC fsel.o CCLD fsel CC fselclient-fselclient.o CCLD fselclient CC cusexmp.o CCLD cusexmp make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' Making all in doc make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_auto_test make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' Making check in include make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' Making check in lib make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' Making check in util make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make check-am make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' Making check in example make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' Making check in doc make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' fakeroot debian/rules binary dh binary --with autoreconf dh_testroot dh_prep dh_installdirs dh_auto_install make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' Making install in include make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/include/fuse" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/include/fuse" /usr/bin/install -c -m 644 fuse.h fuse_compat.h fuse_common.h fuse_common_compat.h fuse_lowlevel.h fuse_lowlevel_compat.h fuse_opt.h cuse_lowlevel.h '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/include/fuse' test -z "/usr/include" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/include" /usr/bin/install -c -m 644 old/fuse.h ulockmgr.h '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/include' make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/include' Making install in lib make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' test -z "/usr/lib/x86_64-linux-gnu" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu" /bin/bash ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libfuse.so.2.9.2 /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.so.2.9.2 libtool: install: (cd /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libfuse.so.2.9.2 libfuse.so.2 || { rm -f libfuse.so.2 && ln -s libfuse.so.2.9.2 libfuse.so.2; }; }) libtool: install: (cd /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libfuse.so.2.9.2 libfuse.so || { rm -f libfuse.so && ln -s libfuse.so.2.9.2 libfuse.so; }; }) libtool: install: /usr/bin/install -c .libs/libfuse.lai /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.la libtool: install: /usr/bin/install -c .libs/libulockmgr.so.1.0.1 /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.so.1.0.1 libtool: install: (cd /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so.1 || { rm -f libulockmgr.so.1 && ln -s libulockmgr.so.1.0.1 libulockmgr.so.1; }; }) libtool: install: (cd /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so || { rm -f libulockmgr.so && ln -s libulockmgr.so.1.0.1 libulockmgr.so; }; }) libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.la libtool: install: /usr/bin/install -c .libs/libfuse.a /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: chmod 644 /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: ranlib /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: /usr/bin/install -c .libs/libulockmgr.a /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: chmod 644 /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: ranlib /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: warning: remember to run `libtool --finish /usr/lib/x86_64-linux-gnu' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/lib' Making install in util make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make install-am make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[4]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' test -z "/bin" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/bin" /bin/bash ../libtool --mode=install /usr/bin/install -c fusermount ulockmgr_server '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/bin' libtool: install: /usr/bin/install -c fusermount /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/bin/fusermount libtool: install: /usr/bin/install -c ulockmgr_server /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/bin/ulockmgr_server /bin/mkdir -p /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/sbin /usr/bin/install -c ./mount.fuse /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/sbin/mount.fuse /bin/mkdir -p /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/etc/init.d /usr/bin/install -c ./init_script /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/etc/init.d/fuse /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true make install-exec-hook make[5]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' chmod u+s /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/bin/fusermount mknod /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/dev/fuse -m 0666 c 10 229 || true make[5]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' /bin/mkdir -p /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/etc/udev/rules.d /usr/bin/install -c -m 644 ./udev.rules /tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/etc/udev/rules.d/99-fuse.rules make[4]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/util' Making install in example make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/example' Making install in doc make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 fusermount.1 ulockmgr_server.1 '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/share/man/man1' test -z "/usr/share/man/man8" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 mount.fuse.8 '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/share/man/man8' make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[3]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/x86_64-linux-gnu/pkgconfig" || /bin/mkdir -p "/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig" /usr/bin/install -c -m 644 fuse.pc '/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' make[3]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[2]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' debian/rules override_dh_install make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' # remove unused files rm -f debian/tmp/etc/init.d/fuse rm -f debian/tmp/etc/udev/rules.d/99-fuse.rules rm -f debian/tmp/usr/lib/*/*.la dh_install --fail-missing # adjusting /lib for multiarch mkdir -p debian/libfuse2/lib/x86_64-linux-gnu mv debian/libfuse2/lib/*.so* debian/libfuse2/lib/x86_64-linux-gnu mkdir -p debian/libfuse2-udeb/lib/x86_64-linux-gnu mv debian/libfuse2-udeb/lib/*.so* debian/libfuse2-udeb/lib/x86_64-linux-gnu # adding initramfs-tools integration install -D -m 0755 debian/local/fuse.hook debian/fuse/usr/share/initramfs-tools/hooks/fuse # adding kmod integration install -D -m 0644 debian/local/fuse.kmod debian/fuse/lib/modules-load.d/fuse.conf make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal debian/rules override_dh_link make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' # correcting symlink targets for LIB in debian/tmp/usr/lib/*/*.so; \ do \ dh_link -plibfuse-dev lib/x86_64-linux-gnu/$(basename $(readlink ${LIB})) usr/lib/x86_64-linux-gnu/$(basename ${LIB}); \ done dh_link --remaining-packages make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' debian/rules override_dh_compress make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_compress -Xusr/share/doc/libfuse-dev/examples make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' debian/rules override_dh_fixperms make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_fixperms chmod 4755 debian/fuse/bin/fusermount make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' debian/rules override_dh_strip make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_strip --dbg-package=fuse-dbg make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' debian/rules override_dh_makeshlibs make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_makeshlibs -s -V "libfuse2 (>= 2.8.1)" --add-udeb=libfuse2-udeb make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dh_builddeb -- -Zxz dpkg-deb: warning: 'debian/fuse/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `fuse' in `../fuse_2.9.2-5_amd64.deb'. dpkg-deb: warning: 'debian/fuse-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `fuse-dbg' in `../fuse-dbg_2.9.2-5_amd64.deb'. dpkg-deb: warning: 'debian/libfuse2/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `libfuse2' in `../libfuse2_2.9.2-5_amd64.deb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/libfuse-dev/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `libfuse-dev' in `../libfuse-dev_2.9.2-5_amd64.deb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/fuse-udeb/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `fuse-udeb' in `../fuse-udeb_2.9.2-5_amd64.udeb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/libfuse2-udeb/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `libfuse2-udeb' in `../libfuse2-udeb_2.9.2-5_amd64.udeb'. make[1]: Leaving directory `/tmp/tmp.AzZwYqR6ZG/fuse-2.9.2' dpkg-genchanges -b >../fuse_2.9.2-5_amd64.changes dpkg-genchanges: binary-only upload - not including any source code signfile fuse_2.9.2-5_amd64.changes gpg: skipped "Joshua Randall ": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-source --after-build fuse-2.9.2 dpkg-source: info: using options from fuse-2.9.2/debian/source/options: --compression=xz dpkg-buildpackage: warning: Failed to sign .changes file dpkg-buildpackage: binary only upload (no source included) Loading fpm overrides from /arvados/backports/deb-fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s deb -t deb -n fuse --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --depends libfuse2 = 2.9.2-5 --iteration 5 /tmp/tmp.AzZwYqR6ZG/fuse_2.9.2-5_amd64.deb Package fuse_2.9.2-5_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s deb -t deb -n libfuse2 --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --iteration 5 /tmp/tmp.AzZwYqR6ZG/libfuse2_2.9.2-5_amd64.deb Package libfuse2_2.9.2-5_amd64.deb exists, not rebuilding Loading fpm overrides from /arvados/backports/deb-libfuse-dev/fpm-info.sh fpm --maintainer=Ward Vandewege -s deb -t deb -n libfuse-dev --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --depends libfuse2 = 2.9.2-5 --iteration 5 /tmp/tmp.AzZwYqR6ZG/libfuse-dev_2.9.2-5_amd64.deb Package libfuse-dev_2.9.2-5_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Successfully downloaded google-api-python-client running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Successfully downloaded httplib2 running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse2 from /arvados/packages/ubuntu1204/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 21879 files and directories currently installed.) Unpacking python3-websocket-client (from .../python3-websocket-client_0.35.0-1_all.deb) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 5894 B of archives. After this operation, 50.2 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/universe python3-six all 1.1.0-2 [5894 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 5894 B in 0s (15.2 kB/s) Selecting previously unselected package python3-six. (Reading database ... 21928 files and directories currently installed.) Unpacking python3-six (from .../python3-six_1.1.0-2_all.deb) ... Setting up python3-six (1.1.0-2) ... Setting up python3-websocket-client (0.35.0-1) ... Installing build_dep libfuse-dev from /arvados/packages/ubuntu1204/python3-websocket-client_0.35.0-1_all.deb (Reading database ... 21933 files and directories currently installed.) Preparing to replace python3-websocket-client 0.35.0-1 (using .../python3-websocket-client_0.35.0-1_all.deb) ... Unpacking replacement python3-websocket-client ... Setting up python3-websocket-client (0.35.0-1) ... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends python-contextlib2 --depends libfuse2 = 2.9.2-5 --depends fuse = 2.9.2-5 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Error: llfuse: Unable to figure out package name from fpm results: {:timestamp=>"2016-02-20T08:59:35.577967+0000", :message=>"Process failed: python2.7 failed (exit code 1). Full command was:[\"python2.7\", \"setup.py\", \"install\", \"--root\", \"/tmp/package-python-staging20160220-24120-1lwvbhv\"]", :level=>:error} fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-contextlib2 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 contextlib2 Package python-contextlib2_0.5.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-WZBormOE.scripts/postinst --before-remove /tmp/arvados-api-server-WZBormOE.scripts/prerm --after-remove /tmp/arvados-api-server-WZBormOE.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-gRMqUpii.scripts/postinst --before-remove /tmp/arvados-workbench-gRMqUpii.scripts/prerm --after-remove /tmp/arvados-workbench-gRMqUpii.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Package arvados-workbench_0.1.20160218192408.03245f8-4_amd64.deb exists, not rebuilding ERROR: build failed with exit status 1. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d debian7/generated || mkdir debian7/generated cp -rlt debian7/generated common-generated/* debian7 Sending build context to Docker daemon 62.45 MB Step 1 : FROM debian:wheezy ---> 62c828823e40 Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> 0241a90f51c1 Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git procps libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> 3b401428f760 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Using cache ---> 0c895472babb Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> fff4d670a2ae Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> 5c4b8812ff77 Step 7 : ENV WORKSPACE /arvados ---> Using cache ---> 2754121aa74e Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target debian7 ---> Using cache ---> 78b4528d94fc Successfully built 78b4528d94fc real 0m0.868s user 0m0.184s sys 0m0.116s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados umask is 0022 Perl packages rm -f \ *.a core \ core.[0-9] blib/arch/auto/Arvados/extralibs.all \ core.[0-9][0-9] Arvados.bso \ pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ MYMETA.yml Arvados.x \ perl \ tmon.out *.o \ pm_to_blib blib/arch/auto/Arvados/extralibs.ld \ blibdirs.ts core.[0-9][0-9][0-9][0-9][0-9] \ *perl.core core.*perl.*.? \ Makefile.aperl Arvados.def \ perl core.[0-9][0-9][0-9] \ mon.out libArvados.def \ perlmain.c perl.exe \ so_locations Arvados.exp rm -rf \ blib mv Makefile Makefile.old > /dev/null 2>&1 rm -f \ Makefile.old Makefile rm -rf \ Arvados-0.1 Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml cp lib/Arvados/ResourceProxyList.pm blib/lib/Arvados/ResourceProxyList.pm cp lib/Arvados/ResourceProxy.pm blib/lib/Arvados/ResourceProxy.pm cp lib/Arvados.pm blib/lib/Arvados.pm cp lib/Arvados/ResourceMethod.pm blib/lib/Arvados/ResourceMethod.pm cp lib/Arvados/ResourceAccessor.pm blib/lib/Arvados/ResourceAccessor.pm cp lib/Arvados/Request.pm blib/lib/Arvados/Request.pm Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' warning: sdist: standard file not found: should have one of README, README.txt creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.UUp2vQ9AkT'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.UUp2vQ9AkT/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.SuwF1V6QJS/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' warning: sdist: standard file not found: should have one of README, README.txt fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.NygLltIWiL Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/debian7/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 22069 files and directories currently installed.) Unpacking python3-websocket-client (from .../python3-websocket-client_0.35.0-1_all.deb) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 5896 B of archives. After this operation, 50.2 kB of additional disk space will be used. Get:1 http://httpredir.debian.org/debian/ wheezy/main python3-six all 1.1.0-2 [5896 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 5896 B in 0s (8428 B/s) Selecting previously unselected package python3-six. (Reading database ... 22118 files and directories currently installed.) Unpacking python3-six (from .../python3-six_1.1.0-2_all.deb) ... Setting up python3-six (1.1.0-2) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-NLIYY2FN.scripts/postinst --before-remove /tmp/arvados-api-server-NLIYY2FN.scripts/prerm --after-remove /tmp/arvados-api-server-NLIYY2FN.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. rake aborted! LoadError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so) - /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `block in require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:232:in `load_dependency' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/lib/oj.rb:42:in `' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `block (2 levels) in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `block in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler.rb:99:in `require' /arvados/apps/workbench/config/application.rb:5:in `' /arvados/apps/workbench/Rakefile:5:in `require' /arvados/apps/workbench/Rakefile:5:in `' (See full trace by running task with --trace) ERROR: Asset precompilation failed ERROR: build failed with exit status 1. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d ubuntu1404/generated || mkdir ubuntu1404/generated cp -rlt ubuntu1404/generated common-generated/* ubuntu1404 Sending build context to Docker daemon 62.45 MB Step 1 : FROM ubuntu:trusty ---> 14b59d36bae0 Step 2 : MAINTAINER Brett Smith ---> Using cache ---> 4cc2374ec0fc Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> 51bf20ec2df1 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Using cache ---> 33a2549b2da3 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> 03e8544fc24e Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> 0c35b82a4c59 Step 7 : ENV WORKSPACE /arvados ---> Using cache ---> 8d19468b6ede Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target ubuntu1404 ---> Using cache ---> fd167efbe524 Successfully built fd167efbe524 real 0m0.976s user 0m0.168s sys 0m0.124s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/perl/5.14/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml and MYMETA.json Skip blib/lib/Arvados/Request.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.0erHhxW1Nx'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.0erHhxW1Nx/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.OsDUQG1yMl/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Switched to a new branch 'apache-libcloud-0.20.2.dev1' Branch apache-libcloud-0.20.2.dev1 set up to track remote branch apache-libcloud-0.20.2.dev1 from origin. no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.CTlSJR5nXi Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/ubuntu1404/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 23227 files and directories currently installed.) Preparing to unpack .../python3-websocket-client_0.35.0-1_all.deb ... Unpacking python3-websocket-client (0.35.0-1) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing package python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 8310 B of archives. After this operation, 64.5 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-six all 1.5.2-1ubuntu1 [8310 B] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 8310 B in 0s (19.2 kB/s) Selecting previously unselected package python3-six. (Reading database ... 23277 files and directories currently installed.) Preparing to unpack .../python3-six_1.5.2-1ubuntu1_all.deb ... Unpacking python3-six (1.5.2-1ubuntu1) ... Setting up python3-six (1.5.2-1ubuntu1) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py (path:/tmp/pip_build_root/google-api-python-client/setup.py) egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py (path:/tmp/pip_build_root/httplib2/setup.py) egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-kN0HrLGF.scripts/postinst --before-remove /tmp/arvados-api-server-kN0HrLGF.scripts/prerm --after-remove /tmp/arvados-api-server-kN0HrLGF.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-uzRyuJ6O.scripts/postinst --before-remove /tmp/arvados-workbench-uzRyuJ6O.scripts/prerm --after-remove /tmp/arvados-workbench-uzRyuJ6O.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Package arvados-workbench_0.1.20160218192408.03245f8-4_amd64.deb exists, not rebuilding Build packages for ubuntu1404 succeeded. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d centos6/generated || mkdir centos6/generated cp -rlt centos6/generated common-generated/* centos6 Sending build context to Docker daemon 62.45 MB Step 1 : FROM centos:6 ---> 2e4f3f04a056 Step 2 : MAINTAINER Brett Smith ---> Using cache ---> 566a6fd81080 Step 3 : RUN yum -q -y install make automake gcc gcc-c++ libyaml-devel patch readline-devel zlib-devel libffi-devel openssl-devel bzip2 libtool bison sqlite-devel rpm-build git perl-ExtUtils-MakeMaker libattr-devel nss-devel libcurl-devel which tar scl-utils centos-release-SCL postgresql-devel ---> Using cache ---> e2fb1eb4fb99 Step 4 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> bdbfdcc4575e Step 5 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> ffba76ce5313 Step 6 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Using cache ---> e4b113333df7 Step 7 : RUN touch /var/lib/rpm/* && yum -q -y install python27 python33 ---> Using cache ---> 203061453532 Step 8 : RUN scl enable python33 "easy_install-3.3 pip" && scl enable python27 "easy_install-2.7 pip" ---> Using cache ---> 08fa32ba5376 Step 9 : RUN cd /tmp && curl -OL 'http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm' && rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm && sed -i 's/enabled = 0/enabled = 1/' /etc/yum.repos.d/rpmforge.repo ---> Using cache ---> b6d368cdab47 Step 10 : RUN touch /var/lib/rpm/* && yum install --assumeyes git ---> Using cache ---> 82b0ae6f57e0 Step 11 : ENV WORKSPACE /arvados ---> Using cache ---> 936ee9524151 Step 12 : CMD scl enable python33 python27 /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target centos6 ---> Using cache ---> b7fdf78ee1d3 Successfully built b7fdf78ee1d3 real 0m0.915s user 0m0.212s sys 0m0.084s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/perl/5.18/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm Appending installation info to install/lib/perl5/x86_64-linux-thread-multi/perllocal.pod fpm --maintainer=Ward Vandewege -s dir -t rpm -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.t63lGHHcF7'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.t63lGHHcF7/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t rpm -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/keepstore=/usr/bin/keepstore Package keepstore-0.1.20160215154939.3920b0d-1.x86_64.rpm exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t rpm -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/keepproxy=/usr/bin/keepproxy Package keepproxy-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t rpm -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/keep-web=/usr/bin/keep-web Package keep-web-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager-0.1.20160219224452.e5659d2-1.x86_64.rpm exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t rpm -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/crunchstat=/usr/bin/crunchstat Package crunchstat-0.1.20160125210814.fc3b155-1.x86_64.rpm exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t rpm -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.jBnil9juwS/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync-0.1.20160120160451.ef3e45f-1.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/sdk/python Package python27-python-arvados-python-client-0.1.20160219213801-1.noarch.rpm exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/services/fuse Package python27-python-arvados-fuse-0.1.20160220051552-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /arvados/services/nodemanager Package arvados-node-manager-0.1.20160208210928-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python /arvados/services/dockercleaner Package arvados-docker-cleaner-0.1.20151218183010-1.noarch.rpm exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python /tmp/tmp.1yRcqfaFZt Package python27-python-apache-libcloud-0.20.2.dev1-1.noarch.rpm exists, not rebuilding Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: www.muug.mb.ca * extras: www.muug.mb.ca * rpmforge: mirror.cpsc.ucalgary.ca * rpmforge-extras: mirror.cpsc.ucalgary.ca * rpmforge-testing: mirror.cpsc.ucalgary.ca * updates: mirror.its.sfu.ca Package rpm-build-4.8.0-47.el6.x86_64 already installed and latest version Package redhat-rpm-config-9.0.3-44.el6.centos.noarch already installed and latest version Nothing to do % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 561k 100 561k 0 0 402k 0 0:00:01 0:00:01 --:--:-- 458k 1119 blocks Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tVRMdr + umask 022 + cd /root/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /root/rpmbuild/BUILD + rm -rf fuse-2.9.2 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/fuse-2.9.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd fuse-2.9.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in + echo 'Patch #1 (fuse-0001-More-parentheses.patch):' Patch #1 (fuse-0001-More-parentheses.patch): + /bin/cat /root/rpmbuild/SOURCES/fuse-0001-More-parentheses.patch + /usr/bin/patch -p1 -b --suffix .add_parentheses --fuzz=0 patching file lib/fuse.c Hunk #1 succeeded at 1468 (offset 477 lines). patching file lib/fuse_lowlevel.c Hunk #1 succeeded at 1210 (offset 494 lines). + echo 'Patch #2 (fuse-aarch64.patch):' Patch #2 (fuse-aarch64.patch): + /bin/cat /root/rpmbuild/SOURCES/fuse-aarch64.patch + /usr/bin/patch -p1 -b --suffix .aarch64 --fuzz=0 patching file include/fuse_kernel.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nHVoen + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + LANG=C + export LANG + unset DISPLAY + export MOUNT_FUSE_PATH=/usr/sbin + MOUNT_FUSE_PATH=/usr/sbin + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for fork... yes checking for setxattr... yes checking for fdatasync... yes checking for splice... yes checking for vmsplice... yes checking for utimensat... yes checking for posix_fallocate... yes checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for library containing dlopen... -ldl checking for library containing clock_gettime... -lrt checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if umount supports --fake --no-canonicalize... yes configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating doc/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j6 Making all in include make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make all-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' Making all in lib make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' CC fuse.lo CC fuse_kern_chan.lo CC fuse_loop.lo CC fuse_loop_mt.lo CC fuse_lowlevel.lo CC fuse_mt.lo fuse.c:11:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition fuse_lowlevel.c:9:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition CC fuse_opt.lo CC fuse_session.lo CC fuse_signals.lo fuse_session.c: In function 'fuse_chan_recv': fuse_session.c:205: warning: dereferencing type-punned pointer will break strict-aliasing rules CC buffer.lo buffer.c:9:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition fuse.c: In function 'fuse_compat_open': fuse.c:1475: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c:1479: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_release': fuse.c:1490: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_opendir': fuse.c:1503: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c: In function 'fuse_compat_statfs': fuse.c:1543: warning: dereferencing type-punned pointer will break strict-aliasing rules fuse.c:1550: warning: dereferencing type-punned pointer will break strict-aliasing rules CC cuse_lowlevel.lo CC helper.lo helper.c: In function 'fuse_daemonize': helper.c:204: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result CC subdir.lo CC iconv.lo CC mount.lo CC mount_util.lo mount.c: In function 'receive_fd': mount.c:286: warning: dereferencing type-punned pointer will break strict-aliasing rules CC ulockmgr.lo ulockmgr.c: In function 'ulockmgr_send_message': ulockmgr.c:100: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:104: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:102: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:101: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules ulockmgr.c:99: note: initialized from here CCLD libulockmgr.la CCLD libfuse.la make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' Making all in util make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make all-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' CC fusermount-fusermount.o CC fusermount-mount_util.o CC ulockmgr_server-ulockmgr_server.o CC mount.fuse.o fusermount.c:10:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition ulockmgr_server.c: In function 'main': ulockmgr_server.c:371: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result CCLD mount.fuse CCLD ulockmgr_server fusermount.c: In function 'main': fusermount.c:1136: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1141: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1138: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1137: warning: dereferencing pointer 'p_cmsg' does break strict-aliasing rules fusermount.c:1135: note: initialized from here CCLD fusermount make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' Making all in example make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' CC fusexmp.o CC fusexmp_fh.o CC null.o CC hello.o CC hello_ll.o CC fioc.o fusexmp_fh.c:18:1: warning: "_GNU_SOURCE" redefined : warning: this is the location of the previous definition CC fioclient-fioclient.o fioclient.c: In function 'do_rw': fioclient.c:47: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result CC fsel.o CC fselclient-fselclient.o CC cusexmp.o CCLD null CCLD hello CCLD hello_ll CCLD fioc CCLD fioclient CCLD fsel CCLD fselclient CCLD cusexmp CCLD fusexmp CCLD fusexmp_fh make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' Making all in doc make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fk3rUZ + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + cd fuse-2.9.2 + LANG=C + export LANG + unset DISPLAY + make install DESTDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 Making install in include make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include/fuse" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include/fuse" /usr/bin/install -c -m 644 fuse.h fuse_compat.h fuse_common.h fuse_common_compat.h fuse_lowlevel.h fuse_lowlevel_compat.h fuse_opt.h cuse_lowlevel.h '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include/fuse' test -z "/usr/include" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include" /usr/bin/install -c -m 644 old/fuse.h ulockmgr.h '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/include' Making install in lib make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' test -z "/usr/lib64" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libfuse.so.2.9.2 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.so.2.9.2 libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libfuse.so.2.9.2 libfuse.so.2 || { rm -f libfuse.so.2 && ln -s libfuse.so.2.9.2 libfuse.so.2; }; }) libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libfuse.so.2.9.2 libfuse.so || { rm -f libfuse.so && ln -s libfuse.so.2.9.2 libfuse.so; }; }) libtool: install: /usr/bin/install -c .libs/libfuse.lai /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.la libtool: install: /usr/bin/install -c .libs/libulockmgr.so.1.0.1 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.so.1.0.1 libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so.1 || { rm -f libulockmgr.so.1 && ln -s libulockmgr.so.1.0.1 libulockmgr.so.1; }; }) libtool: install: (cd /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64 && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so || { rm -f libulockmgr.so && ln -s libulockmgr.so.1.0.1 libulockmgr.so; }; }) libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.la libtool: install: /usr/bin/install -c .libs/libfuse.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: chmod 644 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: ranlib /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.a libtool: install: /usr/bin/install -c .libs/libulockmgr.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: chmod 644 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: ranlib /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/lib' Making install in util make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make install-am make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[3]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' test -z "/usr/bin" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c fusermount ulockmgr_server '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin' libtool: install: /usr/bin/install -c fusermount /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount libtool: install: /usr/bin/install -c ulockmgr_server /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/ulockmgr_server /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin /usr/bin/install -c ./mount.fuse /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin/mount.fuse /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d /usr/bin/install -c ./init_script /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d/fuse make install-exec-hook make[4]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' chmod u+s /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount echo Disabled: mknod /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/dev/fuse -m 0666 c 10 229 || true Disabled: mknod /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/dev/fuse -m 0666 c 10 229 make[4]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d /usr/bin/install -c -m 644 ./udev.rules /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d/99-fuse.rules make[3]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/util' Making install in example make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/example' Making install in doc make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man1" /usr/bin/install -c -m 644 fusermount.1 ulockmgr_server.1 '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man1' test -z "/usr/share/man/man8" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man8" /usr/bin/install -c -m 644 mount.fuse.8 '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/man/man8' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2/doc' make[1]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[2]: Entering directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 fuse.pc '/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' make[1]: Leaving directory `/root/rpmbuild/BUILD/fuse-2.9.2' + find /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 -type f -name '*.la' -exec rm -f '{}' ';' + chmod 0755 /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/bin/fusermount + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/lib64/libfuse.a /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64//usr/lib64/libulockmgr.a + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/init.d/fuse + install -p -m 0644 /root/rpmbuild/SOURCES/fuse.conf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc + rm -f /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/etc/udev/rules.d/99-fuse.rules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /root/rpmbuild/BUILD/fuse-2.9.2 extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/sbin/mount.fuse extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/ulockmgr_server extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/bin/fusermount extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libfuse.so.2.9.2 extracting debug info from /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/lib64/libulockmgr.so.1.0.1 symlinked /usr/lib/debug/usr/lib64/libulockmgr.so.1.0.1.debug to /usr/lib/debug/usr/lib64/libulockmgr.so.1.debug symlinked /usr/lib/debug/usr/lib64/libfuse.so.2.9.2.debug to /usr/lib/debug/usr/lib64/libfuse.so.2.debug symlinked /usr/lib/debug/usr/lib64/libfuse.so.2.9.2.debug to /usr/lib/debug/usr/lib64/libfuse.so.debug symlinked /usr/lib/debug/usr/lib64/libulockmgr.so.1.0.1.debug to /usr/lib/debug/usr/lib64/libulockmgr.so.debug 962 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: fuse-2.9.2-6.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4OWtyJ + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + DOCDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + export DOCDIR + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + cp -pr AUTHORS ChangeLog COPYING FAQ Filesystems NEWS README README.NFS /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-2.9.2 + exit 0 Provides: config(fuse) = 2.9.2-6.el6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(preun): chkconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: fuse-libs-2.9.2-6.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8H1imt + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + DOCDIR=/root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + export DOCDIR + rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + /bin/mkdir -p /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + cp -pr COPYING.LIB /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64/usr/share/doc/fuse-libs-2.9.2 + exit 0 Provides: libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.2)(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libfuse.so.2(FUSE_2.7)(64bit) libfuse.so.2(FUSE_2.7.5)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libfuse.so.2(FUSE_2.9)(64bit) libfuse.so.2(FUSE_2.9.1)(64bit) libulockmgr.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libfuse.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libulockmgr.so.1()(64bit) rtld(GNU_HASH) Processing files: fuse-devel-2.9.2-6.el6.x86_64 Provides: pkgconfig(fuse) = 2.9.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config libfuse.so.2()(64bit) libulockmgr.so.1()(64bit) Processing files: fuse-debuginfo-2.9.2-6.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 Wrote: /root/rpmbuild/RPMS/x86_64/fuse-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-libs-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-devel-2.9.2-6.el6.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/fuse-debuginfo-2.9.2-6.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2hU9Ze + umask 022 + cd /root/rpmbuild/BUILD + cd fuse-2.9.2 + /bin/rm -rf /root/rpmbuild/BUILDROOT/fuse-2.9.2-6.el6.x86_64 + exit 0 fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse-libs --vendor Centos Developers -v 2.9.2 --iteration 1 --iteration 5 /tmp/tmp.RF6ANbvsOB/fuse-libs-2.9.2-6.el6.x86_64.rpm Package fuse-libs-2.9.2-5.x86_64.rpm exists, not rebuilding Loading fpm overrides from /arvados/backports/rpm-fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse --vendor Centos Developers -v 2.9.2 --iteration 1 --depends fuse-libs = 2.9.2-5 --iteration 5 --no-auto-depends /tmp/tmp.RF6ANbvsOB/fuse-2.9.2-6.el6.x86_64.rpm Package fuse-2.9.2-5.x86_64.rpm exists, not rebuilding Loading fpm overrides from /arvados/backports/rpm-fuse-devel/fpm-info.sh fpm --maintainer=Ward Vandewege -s rpm -t rpm -n fuse-devel --vendor Centos Developers -v 2.9.2 --iteration 1 --depends fuse-libs = 2.9.2-5 --iteration 5 --no-auto-depends /tmp/tmp.RF6ANbvsOB/fuse-devel-2.9.2-6.el6.x86_64.rpm Package fuse-devel-2.9.2-5.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-gflags --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python python-gflags Package python27-python-gflags-2.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyvcf Package python27-python-pyvcf-0.6.7-1.noarch.rpm exists, not rebuilding DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead. Collecting google-api-python-client /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading google-api-python-client-1.5.0.tar.gz (43kB) Saved ./google-api-python-client-1.5.0.tar.gz Successfully downloaded google-api-python-client /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib creating build/lib/apiclient copying apiclient/__init__.py -> build/lib/apiclient creating build/lib/googleapiclient copying googleapiclient/sample_tools.py -> build/lib/googleapiclient copying googleapiclient/errors.py -> build/lib/googleapiclient copying googleapiclient/mimeparse.py -> build/lib/googleapiclient copying googleapiclient/http.py -> build/lib/googleapiclient copying googleapiclient/__init__.py -> build/lib/googleapiclient copying googleapiclient/model.py -> build/lib/googleapiclient copying googleapiclient/channel.py -> build/lib/googleapiclient copying googleapiclient/schema.py -> build/lib/googleapiclient copying googleapiclient/discovery.py -> build/lib/googleapiclient creating build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python . fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python oauth2client Package python27-python-oauth2client-2.0.0_post1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyasn1==0.1.7 Package python27-python-pyasn1-0.1.7-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyasn1-modules==0.0.5 Package python27-python-pyasn1-modules-0.0.5-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python rsa Package python27-python-rsa-3.3-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python uritemplate Package python27-python-uritemplate-0.6-1.noarch.rpm exists, not rebuilding DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead. Collecting httplib2 /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /opt/rh/python27/root/usr/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading httplib2-0.9.2.tar.gz (205kB) Saved ./httplib2-0.9.2.tar.gz Successfully downloaded httplib2 running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib creating build/lib/httplib2 copying python2/httplib2/__init__.py -> build/lib/httplib2 copying python2/httplib2/iri2uri.py -> build/lib/httplib2 copying python2/httplib2/socks.py -> build/lib/httplib2 copying python2/httplib2/cacerts.txt -> build/lib/httplib2 fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python . fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python ws4py Package python27-python-ws4py-0.3.4-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pykka Package python27-python-pykka-1.2.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python six Package python27-python-six-1.10.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pyexecjs Package python27-python-pyexecjs-1.1.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python jsonschema Package python27-python-jsonschema-2.5.1-1.noarch.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-ciso8601 --iteration 1 --depends glibc --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 2 ciso8601 Package python27-python-ciso8601-1.0.1-2.x86_64.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pycrypto --iteration 1 --depends glibc --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 2 pycrypto Package python27-python-pycrypto-2.6.1-2.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python backports.ssl_match_hostname Package python27-python-backports.ssl-match-hostname-3.5.0.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pycurl<7.21.5 Package python27-python-pycurl-7.19.5.3-1.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-daemon --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python python-daemon Package python27-python-daemon-2.1.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-lockfile --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python lockfile Package python27-python-lockfile-0.12.2-1.noarch.rpm exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep fuse-libs from /arvados/packages/centos6/fuse-libs-2.9.2-5.x86_64.rpm Installing build_dep fuse-devel from /arvados/packages/centos6/fuse-devel-2.9.2-5.x86_64.rpm fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-llfuse --iteration 1 --depends glibc --depends fuse-libs = 2.9.2-5 --depends fuse = 2.9.2-5 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python --iteration 3 llfuse Package python27-python-llfuse-0.42.1-3.x86_64.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python27-python-pbr --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python27-python --depends python27-python pbr<1.0 Package python27-python-pbr-0.11.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python docker-py Package python33-python-docker-py-1.7.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-six --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python six Package python33-python-six-1.10.0-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python requests Package python33-python-requests-2.9.1-1.noarch.rpm exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t rpm --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* -n python33-python-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.3 --python-package-name-prefix python33-python --depends python33-python websocket-client Package python33-python-websocket-client-0.35.0-1.noarch.rpm exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t rpm -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-devel --depends postgresql-devel --iteration=4 --after-install /tmp/arvados-api-server-2TFvDHgB.scripts/postinst --before-remove /tmp/arvados-api-server-2TFvDHgB.scripts/prerm --after-remove /tmp/arvados-api-server-2TFvDHgB.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server-0.1.20160219224452.e5659d2-4.x86_64.rpm exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. rake aborted! LoadError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so) - /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/ext/oj/oj.so /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `block in require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:232:in `load_dependency' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/dependencies.rb:247:in `require' /arvados/apps/workbench/vendor/bundle/ruby/2.1.0/gems/oj-2.11.2/lib/oj.rb:42:in `' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:77:in `block (2 levels) in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in `block in require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `each' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in `require' /usr/local/rvm/gems/ruby-2.1.5/gems/bundler-1.11.2/lib/bundler.rb:99:in `require' /arvados/apps/workbench/config/application.rb:5:in `' /arvados/apps/workbench/Rakefile:5:in `require' /arvados/apps/workbench/Rakefile:5:in `' (See full trace by running task with --trace) ERROR: Asset precompilation failed ERROR: build failed with exit status 1. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d debian8/generated || mkdir debian8/generated cp -rlt debian8/generated common-generated/* debian8 Sending build context to Docker daemon 62.45 MB Step 1 : FROM debian:jessie ---> e57d75fb0baf Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> b811b0a489c5 Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git procps libattr1-dev libfuse-dev libgnutls28-dev libpq-dev python-pip ---> Using cache ---> 1f080fc26c62 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Using cache ---> 9ba7bc9a8312 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> d0fdc79b38b3 Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> 2d1917e7519f Step 7 : ENV WORKSPACE /arvados ---> Using cache ---> e20c365c7353 Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target debian8 ---> Using cache ---> d297182646b0 Successfully built d297182646b0 real 0m0.591s user 0m0.140s sys 0m0.152s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados xargs: chmod: Text file busy umask is 0022 Perl packages make: *** No rule to make target '/usr/lib64/perl5/Config.pm', needed by 'Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Generating a Unix-style Makefile Writing Makefile for Arvados Writing MYMETA.yml and MYMETA.json Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' running check creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.jWknmoZ7w4'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.jWknmoZ7w4/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.xxVYuVaNKb/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Switched to a new branch 'apache-libcloud-0.20.2.dev1' Branch apache-libcloud-0.20.2.dev1 set up to track remote branch apache-libcloud-0.20.2.dev1 from origin. no previously-included directories found matching 'libcloud/test/secrets.py' fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.hC12zh5pko Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Running setup.py (path:/tmp/pip_build_root/google-api-python-client/setup.py) egg_info for package google-api-python-client warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' Successfully downloaded google-api-python-client Cleaning up... running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Running setup.py (path:/tmp/pip_build_root/httplib2/setup.py) egg_info for package httplib2 Successfully downloaded httplib2 Cleaning up... running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --depends libgmp10 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse-dev from /arvados/packages/debian8/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 23458 files and directories currently installed.) Preparing to unpack .../python3-websocket-client_0.35.0-1_all.deb ... Unpacking python3-websocket-client (0.35.0-1) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing package python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded. 1 not fully installed or removed. Need to get 12.7 kB of archives. After this operation, 75.8 kB of additional disk space will be used. Get:1 http://httpredir.debian.org/debian/ jessie/main python3-six all 1.8.0-1 [12.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 12.7 kB in 1s (7251 B/s) Selecting previously unselected package python3-six. (Reading database ... 23508 files and directories currently installed.) Preparing to unpack .../python3-six_1.8.0-1_all.deb ... Unpacking python3-six (1.8.0-1) ... Setting up python3-six (1.8.0-1) ... Setting up python3-websocket-client (0.35.0-1) ... fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends libfuse2 > 2.9.0 --depends fuse > 2.9.0 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Package python-llfuse_0.42.1-3_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install-3.4 --python-package-name-prefix python3 --depends python3.4 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-Ivkg6YYu.scripts/postinst --before-remove /tmp/arvados-api-server-Ivkg6YYu.scripts/prerm --after-remove /tmp/arvados-api-server-Ivkg6YYu.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-NiRo5rqg.scripts/postinst --before-remove /tmp/arvados-workbench-NiRo5rqg.scripts/prerm --after-remove /tmp/arvados-workbench-NiRo5rqg.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Package arvados-workbench_0.1.20160218192408.03245f8-4_amd64.deb exists, not rebuilding Build packages for debian8 succeeded. ~/src/arvados-dev/jenkins/package-build-dockerfiles ~/src/arvados-dev/jenkins wget -cqO common-generated/golang-amd64.tar.gz https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz test -d ubuntu1204/generated || mkdir ubuntu1204/generated cp -rlt ubuntu1204/generated common-generated/* ubuntu1204 Sending build context to Docker daemon 62.45 MB Step 1 : FROM ubuntu:precise ---> eb965dfb09d2 Step 2 : MAINTAINER Ward Vandewege ---> Using cache ---> 2a765e7868cb Step 3 : RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip ---> Using cache ---> dbf5666d7789 Step 4 : RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && curl -L https://get.rvm.io | bash -s stable && /usr/local/rvm/bin/rvm install 2.1 && /usr/local/rvm/bin/rvm alias create default ruby-2.1 && /usr/local/rvm/bin/rvm-exec default gem install bundler fpm ---> Using cache ---> afe76127d4a6 Step 5 : ADD generated/golang-amd64.tar.gz /usr/local/ ---> Using cache ---> b85e0554aaae Step 6 : RUN ln -s /usr/local/go/bin/go /usr/local/bin/ ---> Using cache ---> 0a0b153dbef6 Step 7 : ENV WORKSPACE /arvados ---> Using cache ---> 83bca54897e5 Step 8 : CMD /usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target ubuntu1204 ---> Using cache ---> 80a391dc07e2 Successfully built 80a391dc07e2 real 0m0.643s user 0m0.120s sys 0m0.168s ~/src/arvados-dev/jenkins /jenkins/run-build-packages.sh is running from /jenkins Workspace is /arvados umask is 0022 Perl packages make: *** No rule to make target `/usr/lib/x86_64-linux-gnu/perl/5.20/Config.pm', needed by `Makefile'. Stop. Warning: prerequisite JSON 0 not found. Warning: prerequisite LWP 0 not found. Warning: prerequisite Net::SSL 0 not found. Writing Makefile for Arvados Writing MYMETA.yml Skip blib/lib/Arvados/ResourceProxyList.pm (unchanged) Skip blib/lib/Arvados/ResourceProxy.pm (unchanged) Skip blib/lib/Arvados.pm (unchanged) Skip blib/lib/Arvados/ResourceMethod.pm (unchanged) Skip blib/lib/Arvados/ResourceAccessor.pm (unchanged) Skip blib/lib/Arvados/Request.pm (unchanged) Manifying blib/man3/Arvados.3pm Installing install/lib/perl5/Arvados.pm Installing install/lib/perl5/Arvados/ResourceProxyList.pm Installing install/lib/perl5/Arvados/ResourceAccessor.pm Installing install/lib/perl5/Arvados/ResourceMethod.pm Installing install/lib/perl5/Arvados/Request.pm Installing install/lib/perl5/Arvados/ResourceProxy.pm Installing install/man/man3/Arvados.3pm fpm --maintainer=Ward Vandewege -s dir -t deb -n libarvados-perl --vendor Curoverse, Inc. -v 0.1.20160218185759.32e3f6e --iteration 1 install/man/=/usr/share/man /arvados/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt install/lib/=/usr/share Ruby gems Python packages running sdist running egg_info writing requirements to arvados_cwl_runner.egg-info/requires.txt writing arvados_cwl_runner.egg-info/PKG-INFO writing top-level names to arvados_cwl_runner.egg-info/top_level.txt writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt' warning: sdist: standard file not found: should have one of README, README.txt creating arvados-cwl-runner-1.0.20160218143645 creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl creating arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info creating arvados-cwl-runner-1.0.20160218143645/bin making hard links in arvados-cwl-runner-1.0.20160218143645... hard linking README.rst -> arvados-cwl-runner-1.0.20160218143645 hard linking setup.py -> arvados-cwl-runner-1.0.20160218143645 hard linking arvados_cwl/__init__.py -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl hard linking arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-1.0.20160218143645/arvados_cwl_runner.egg-info hard linking bin/arvados-cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin hard linking bin/cwl-runner -> arvados-cwl-runner-1.0.20160218143645/bin Writing arvados-cwl-runner-1.0.20160218143645/setup.cfg Creating tar archive removing 'arvados-cwl-runner-1.0.20160218143645' (and everything under it) Cloning into '/tmp/tmp.a0VwKRXCMd'... done. Note: checking out '98f022ff5ea9d32305daa107473be83cfbabe1a5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 98f022f... Merge branch '8345-arvados-fuse-llfuse-0.42' refs #8345 fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-src --vendor Curoverse, Inc. -v 0.1.20160220051552.98f022f --iteration 1 --exclude=usr/local/arvados/src/.git --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=The Arvados source code --architecture=all /tmp/tmp.a0VwKRXCMd/=/usr/local/arvados/src package_go_binary services/keepstore as keepstore fpm --maintainer=Ward Vandewege -s dir -t deb -n keepstore --vendor Curoverse, Inc. -v 0.1.20160215154939.3920b0d --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Keep storage daemon, accessible to clients on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepstore/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/keepstore=/usr/bin/keepstore Package keepstore_0.1.20160215154939.3920b0d-1_amd64.deb exists, not rebuilding package_go_binary services/keepproxy as keepproxy fpm --maintainer=Ward Vandewege -s dir -t deb -n keepproxy --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Make a Keep cluster accessible to clients that are not on the LAN /arvados/agpl-3.0.txt=/usr/share/doc/keepproxy/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/keepproxy=/usr/bin/keepproxy Package keepproxy_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/keep-web as keep-web fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-web --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Static web hosting service for user data stored in Arvados Keep /arvados/agpl-3.0.txt=/usr/share/doc/keep-web/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/keep-web=/usr/bin/keep-web Package keep-web_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/datamanager as arvados-data-manager fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-data-manager --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Ensure block replication levels, report disk usage, and determine which blocks should be deleted when space is needed /arvados/agpl-3.0.txt=/usr/share/doc/arvados-data-manager/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/datamanager=/usr/bin/arvados-data-manager Package arvados-data-manager_0.1.20160219224452.e5659d2-1_amd64.deb exists, not rebuilding package_go_binary services/arv-git-httpd as arvados-git-httpd fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-git-httpd --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Provide authenticated http access to Arvados-hosted git repositories /arvados/agpl-3.0.txt=/usr/share/doc/arvados-git-httpd/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/arv-git-httpd=/usr/bin/arvados-git-httpd Package arvados-git-httpd_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding package_go_binary services/crunchstat as crunchstat fpm --maintainer=Ward Vandewege -s dir -t deb -n crunchstat --vendor Curoverse, Inc. -v 0.1.20160125210814.fc3b155 --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Gather cpu/memory/network statistics of running Crunch jobs /arvados/agpl-3.0.txt=/usr/share/doc/crunchstat/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/crunchstat=/usr/bin/crunchstat Package crunchstat_0.1.20160125210814.fc3b155-1_amd64.deb exists, not rebuilding package_go_binary tools/keep-rsync as keep-rsync fpm --maintainer=Ward Vandewege -s dir -t deb -n keep-rsync --vendor Curoverse, Inc. -v 0.1.20160120160451.ef3e45f --iteration 1 --url=https://arvados.org --license=GNU Affero General Public License, version 3.0 --description=Copy all data from one set of Keep servers to another /arvados/agpl-3.0.txt=/usr/share/doc/keep-rsync/agpl-3.0.txt /tmp/tmp.G5mzWiWk9k/bin/keep-rsync=/usr/bin/keep-rsync Package keep-rsync_0.1.20160120160451.ef3e45f-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-python-client --vendor Curoverse, Inc. -v 0.1.20160219213801 --iteration 1 --url=https://arvados.org --description=The Arvados Python SDK --deb-recommends=git --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/sdk/python Package python-arvados-python-client_0.1.20160219213801-1_all.deb exists, not rebuilding Loading fpm overrides from /arvados/sdk/pam/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n libpam-arvados --vendor Curoverse, Inc. -v 0.1.20151207181114 --iteration 2 --depends libpam-python --url=https://arvados.org --description=PAM module for authenticating shell logins using Arvados API tokens --depends libpam-python --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --deb-recommends=system-log-daemon /arvados/sdk/pam Package libpam-arvados_0.1.20151207181114-2_all.deb exists, not rebuilding Loading fpm overrides from /arvados/services/fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-arvados-fuse --vendor Curoverse, Inc. -v 0.1.20160220051552 --iteration 1 --depends fuse --url=https://arvados.org --description=The Keep FUSE driver --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/fuse Package python-arvados-fuse_0.1.20160220051552-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-node-manager --vendor Curoverse, Inc. -v 0.1.20160208210928 --iteration 1 --url=https://arvados.org --description=The Arvados node manager --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /arvados/services/nodemanager Package arvados-node-manager_0.1.20160208210928-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n arvados-docker-cleaner --vendor Curoverse, Inc. -v 0.1.20151218183010 --iteration 1 --url=https://arvados.org --description=The Arvados Docker image cleaner --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 /arvados/services/dockercleaner Package arvados-docker-cleaner_0.1.20151218183010-1_all.deb exists, not rebuilding Cloning into '.'... Already on 'apache-libcloud-0.20.2.dev1' no previously-included directories found matching 'libcloud/test/secrets.py' warning: sdist: standard file not found: should have one of README, README.txt fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-apache-libcloud --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 /tmp/tmp.FeiDAnCkLy Package python-apache-libcloud_0.20.2.dev1-1_all.deb exists, not rebuilding % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 374k 100 374k 0 0 142k 0 0:00:02 0:00:02 --:--:-- 158k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 20812 100 20812 0 0 40600 0 --:--:-- --:--:-- --:--:-- 61392 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2073 100 2073 0 0 5947 0 --:--:-- --:--:-- --:--:-- 11913 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: build-essential fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libtimedate-perl Suggested packages: debian-keyring The following NEW packages will be installed: build-essential dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libtimedate-perl 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 861 kB of archives. After this operation, 3424 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libtimedate-perl all 1.2000-1 [41.6 kB] Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.7 [181 kB] Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.7 [469 kB] Get:4 http://archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5816 B] Get:5 http://archive.ubuntu.com/ubuntu/ precise/main fakeroot amd64 1.18.2-1 [87.2 kB] Get:6 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB] Get:7 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 [12.4 kB] Get:8 http://archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 861 kB in 2s (420 kB/s) Selecting previously unselected package libtimedate-perl. (Reading database ... 20192 files and directories currently installed.) Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ... Selecting previously unselected package libdpkg-perl. Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.7_all.deb) ... Selecting previously unselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.7_all.deb) ... Selecting previously unselected package build-essential. Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_amd64.deb) ... Selecting previously unselected package fakeroot. Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ... Selecting previously unselected package libalgorithm-diff-perl. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb) ... Selecting previously unselected package libalgorithm-merge-perl. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ... Setting up libtimedate-perl (1.2000-1) ... Setting up libdpkg-perl (1.16.1.2ubuntu7.7) ... Setting up dpkg-dev (1.16.1.2ubuntu7.7) ... Setting up build-essential (11.5ubuntu2.1) ... Setting up fakeroot (1.18.2-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode. Setting up libalgorithm-diff-perl (1.19.02-2) ... Setting up libalgorithm-diff-xs-perl (0.04-2build2) ... Setting up libalgorithm-merge-perl (0.08-2) ... gpgv: Signature made Fri May 15 13:02:37 2015 UTC using RSA key ID A744BE93 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./fuse_2.9.2-4ubuntu4.14.04.1.dsc dpkg-source: info: extracting fuse in fuse-2.9.2 dpkg-source: info: unpacking fuse_2.9.2.orig.tar.xz dpkg-source: info: unpacking fuse_2.9.2-4ubuntu4.14.04.1.debian.tar.xz dpkg-source: info: applying 01-initscript.patch dpkg-source: info: applying 02-kfreebsd.patch dpkg-source: info: applying 03-examples.patch dpkg-source: info: applying 04-fix-arm64-int-sizes.patch dpkg-source: info: applying CVE-2015-3202.patch Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autopoint bsdmainutils dh-apparmor gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmail-sendmail-perl libpipeline1 libsys-hostname-long-perl libunistring0 libxml2 man-db po-debconf sgml-base xml-core Suggested packages: wamerican wordlist whois vacation dh-make gettext-doc groff www-browser libmail-box-perl sgml-base-doc The following NEW packages will be installed: autopoint bsdmainutils debhelper dh-apparmor dh-autoreconf gettext gettext-base groff-base html2text intltool-debian libcroco3 libgettextpo0 libmail-sendmail-perl libpipeline1 libsys-hostname-long-perl libunistring0 libxml2 man-db po-debconf sgml-base xml-core 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. Need to get 6276 kB of archives. After this operation, 16.9 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libpipeline1 amd64 1.2.1-1 [26.5 kB] Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.14 [675 kB] Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcroco3 amd64 0.6.5-1ubuntu0.1 [99.8 kB] Get:4 http://archive.ubuntu.com/ubuntu/ precise/main libunistring0 amd64 0.9.3-5 [427 kB] Get:5 http://archive.ubuntu.com/ubuntu/ precise/main libgettextpo0 amd64 0.18.1.1-5ubuntu3 [120 kB] Get:6 http://archive.ubuntu.com/ubuntu/ precise/main bsdmainutils amd64 8.2.3ubuntu1 [200 kB] Get:7 http://archive.ubuntu.com/ubuntu/ precise/main gettext-base amd64 0.18.1.1-5ubuntu3 [80.0 kB] Get:8 http://archive.ubuntu.com/ubuntu/ precise/main groff-base amd64 1.21-7 [1046 kB] Get:9 http://archive.ubuntu.com/ubuntu/ precise-updates/main man-db amd64 2.6.1-2ubuntu2 [755 kB] Get:10 http://archive.ubuntu.com/ubuntu/ precise/main sgml-base all 1.26+nmu1ubuntu1 [8360 B] Get:11 http://archive.ubuntu.com/ubuntu/ precise/main xml-core all 0.13 [23.4 kB] Get:12 http://archive.ubuntu.com/ubuntu/ precise/main autopoint all 0.18.1.1-5ubuntu3 [604 kB] Get:13 http://archive.ubuntu.com/ubuntu/ precise/main html2text amd64 1.3.2a-15 [104 kB] Get:14 http://archive.ubuntu.com/ubuntu/ precise/main gettext amd64 0.18.1.1-5ubuntu3 [1188 kB] Get:15 http://archive.ubuntu.com/ubuntu/ precise/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] Get:16 http://archive.ubuntu.com/ubuntu/ precise/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] Get:17 http://archive.ubuntu.com/ubuntu/ precise-updates/main dh-apparmor all 2.7.102-0ubuntu3.10 [8686 B] Get:18 http://archive.ubuntu.com/ubuntu/ precise/main debhelper all 9.20120115ubuntu3 [616 kB] Get:19 http://archive.ubuntu.com/ubuntu/ precise/main dh-autoreconf all 5ubuntu1 [14.7 kB] Get:20 http://archive.ubuntu.com/ubuntu/ precise/main libsys-hostname-long-perl all 1.4-2 [11.4 kB] Get:21 http://archive.ubuntu.com/ubuntu/ precise/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 6276 kB in 4s (1528 kB/s) Selecting previously unselected package libpipeline1. (Reading database ... 20602 files and directories currently installed.) Unpacking libpipeline1 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libxml2. Unpacking libxml2 (from .../libxml2_2.7.8.dfsg-5.1ubuntu4.14_amd64.deb) ... Selecting previously unselected package libcroco3. Unpacking libcroco3 (from .../libcroco3_0.6.5-1ubuntu0.1_amd64.deb) ... Selecting previously unselected package libunistring0. Unpacking libunistring0 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0. Unpacking libgettextpo0 (from .../libgettextpo0_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_8.2.3ubuntu1_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-7_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.1-2ubuntu2_amd64.deb) ... Selecting previously unselected package sgml-base. Unpacking sgml-base (from .../sgml-base_1.26+nmu1ubuntu1_all.deb) ... Selecting previously unselected package xml-core. Unpacking xml-core (from .../archives/xml-core_0.13_all.deb) ... Selecting previously unselected package autopoint. Unpacking autopoint (from .../autopoint_0.18.1.1-5ubuntu3_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-5ubuntu3_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2ubuntu1_all.deb) ... Selecting previously unselected package dh-apparmor. Unpacking dh-apparmor (from .../dh-apparmor_2.7.102-0ubuntu3.10_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120115ubuntu3_all.deb) ... Selecting previously unselected package dh-autoreconf. Unpacking dh-autoreconf (from .../dh-autoreconf_5ubuntu1_all.deb) ... Selecting previously unselected package libsys-hostname-long-perl. Unpacking libsys-hostname-long-perl (from .../libsys-hostname-long-perl_1.4-2_all.deb) ... Selecting previously unselected package libmail-sendmail-perl. Unpacking libmail-sendmail-perl (from .../libmail-sendmail-perl_0.79.16-1_all.deb) ... Setting up libpipeline1 (1.2.1-1) ... Setting up libxml2 (2.7.8.dfsg-5.1ubuntu4.14) ... Setting up libcroco3 (0.6.5-1ubuntu0.1) ... Setting up libunistring0 (0.9.3-5) ... Setting up libgettextpo0 (0.18.1.1-5ubuntu3) ... Setting up bsdmainutils (8.2.3ubuntu1) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode. update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode. Setting up gettext-base (0.18.1.1-5ubuntu3) ... Setting up groff-base (1.21-7) ... Setting up man-db (2.6.1-2ubuntu2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Building database of manual pages ... Setting up sgml-base (1.26+nmu1ubuntu1) ... Setting up xml-core (0.13) ... Setting up autopoint (0.18.1.1-5ubuntu3) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-5ubuntu3) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2ubuntu1) ... Setting up dh-apparmor (2.7.102-0ubuntu3.10) ... Setting up debhelper (9.20120115ubuntu3) ... Setting up dh-autoreconf (5ubuntu1) ... Setting up libsys-hostname-long-perl (1.4-2) ... Setting up libmail-sendmail-perl (0.79.16-1) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package fuse dpkg-buildpackage: source version 2.9.2-5 dpkg-buildpackage: source changed by Joshua Randall dpkg-source --before-build fuse-2.9.2 dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from fuse-2.9.2/debian/source/options: --compression=xz fakeroot debian/rules clean dh clean --with autoreconf dh_testdir dh_auto_clean dh_autoreconf_clean dh_clean debian/rules build dh build --with autoreconf dh_testdir dh_autoreconf libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' debian/rules override_dh_auto_configure make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_auto_configure -- --bindir=/bin --libdir=/usr/lib/x86_64-linux-gnu configure: WARNING: unrecognized options: --disable-maintainer-mode checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking whether gcc and cc understand -c and -o together... yes checking for fork... yes checking for setxattr... yes checking for fdatasync... yes checking for splice... yes checking for vmsplice... yes checking for utimensat... yes checking for posix_fallocate... yes checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for library containing dlopen... -ldl checking for library containing clock_gettime... -lrt checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking if umount supports --fake --no-canonicalize... yes configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating doc/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_auto_build make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' Making all in include make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make all-am make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' Making all in lib make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' CC fuse.lo CC fuse_kern_chan.lo CC fuse_loop.lo CC fuse_loop_mt.lo CC fuse_lowlevel.lo CC fuse_mt.lo CC fuse_opt.lo CC fuse_session.lo CC fuse_signals.lo CC buffer.lo CC cuse_lowlevel.lo CC helper.lo helper.c: In function 'fuse_daemonize': helper.c:204:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] CC subdir.lo CC iconv.lo CC mount.lo CC mount_util.lo CCLD libfuse.la CC ulockmgr.lo CCLD libulockmgr.la make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' Making all in util make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make all-am make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' CC fusermount-fusermount.o CC fusermount-mount_util.o CCLD fusermount CC ulockmgr_server-ulockmgr_server.o ulockmgr_server.c: In function 'main': ulockmgr_server.c:371:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] CCLD ulockmgr_server CC mount.fuse.o CCLD mount.fuse make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' Making all in example make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' CC fusexmp.o CCLD fusexmp CC fusexmp_fh.o CCLD fusexmp_fh CC null.o CCLD null CC hello.o CCLD hello CC hello_ll.o CCLD hello_ll CC fioc.o CCLD fioc CC fioclient-fioclient.o CCLD fioclient CC fsel.o CCLD fsel CC fselclient-fselclient.o CCLD fselclient CC cusexmp.o CCLD cusexmp make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' Making all in doc make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_auto_test make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' Making check in include make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' Making check in lib make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' Making check in util make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make check-am make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' Making check in example make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' Making check in doc make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' fakeroot debian/rules binary dh binary --with autoreconf dh_testroot dh_prep dh_installdirs dh_auto_install make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' Making install in include make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/include/fuse" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/include/fuse" /usr/bin/install -c -m 644 fuse.h fuse_compat.h fuse_common.h fuse_common_compat.h fuse_lowlevel.h fuse_lowlevel_compat.h fuse_opt.h cuse_lowlevel.h '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/include/fuse' test -z "/usr/include" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/include" /usr/bin/install -c -m 644 old/fuse.h ulockmgr.h '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/include' make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/include' Making install in lib make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' test -z "/usr/lib/x86_64-linux-gnu" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu" /bin/bash ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libfuse.so.2.9.2 /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.so.2.9.2 libtool: install: (cd /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libfuse.so.2.9.2 libfuse.so.2 || { rm -f libfuse.so.2 && ln -s libfuse.so.2.9.2 libfuse.so.2; }; }) libtool: install: (cd /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libfuse.so.2.9.2 libfuse.so || { rm -f libfuse.so && ln -s libfuse.so.2.9.2 libfuse.so; }; }) libtool: install: /usr/bin/install -c .libs/libfuse.lai /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.la libtool: install: /usr/bin/install -c .libs/libulockmgr.so.1.0.1 /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.so.1.0.1 libtool: install: (cd /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so.1 || { rm -f libulockmgr.so.1 && ln -s libulockmgr.so.1.0.1 libulockmgr.so.1; }; }) libtool: install: (cd /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so || { rm -f libulockmgr.so && ln -s libulockmgr.so.1.0.1 libulockmgr.so; }; }) libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.la libtool: install: /usr/bin/install -c .libs/libfuse.a /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: chmod 644 /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: ranlib /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libfuse.a libtool: install: /usr/bin/install -c .libs/libulockmgr.a /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: chmod 644 /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: ranlib /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/libulockmgr.a libtool: install: warning: remember to run `libtool --finish /usr/lib/x86_64-linux-gnu' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/lib' Making install in util make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make install-am make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[4]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' test -z "/bin" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/bin" /bin/bash ../libtool --mode=install /usr/bin/install -c fusermount ulockmgr_server '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/bin' libtool: install: /usr/bin/install -c fusermount /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/bin/fusermount libtool: install: /usr/bin/install -c ulockmgr_server /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/bin/ulockmgr_server /bin/mkdir -p /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/sbin /usr/bin/install -c ./mount.fuse /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/sbin/mount.fuse /bin/mkdir -p /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/etc/init.d /usr/bin/install -c ./init_script /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/etc/init.d/fuse /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true make install-exec-hook make[5]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' chmod u+s /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/bin/fusermount mknod /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/dev/fuse -m 0666 c 10 229 || true make[5]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' /bin/mkdir -p /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/etc/udev/rules.d /usr/bin/install -c -m 644 ./udev.rules /tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/etc/udev/rules.d/99-fuse.rules make[4]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/util' Making install in example make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/example' Making install in doc make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 fusermount.1 ulockmgr_server.1 '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/share/man/man1' test -z "/usr/share/man/man8" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 mount.fuse.8 '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/share/man/man8' make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/doc' make[2]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[3]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/x86_64-linux-gnu/pkgconfig" || /bin/mkdir -p "/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig" /usr/bin/install -c -m 644 fuse.pc '/tmp/tmp.lL4kOW4TOf/fuse-2.9.2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' make[3]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[2]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' debian/rules override_dh_install make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' # remove unused files rm -f debian/tmp/etc/init.d/fuse rm -f debian/tmp/etc/udev/rules.d/99-fuse.rules rm -f debian/tmp/usr/lib/*/*.la dh_install --fail-missing # adjusting /lib for multiarch mkdir -p debian/libfuse2/lib/x86_64-linux-gnu mv debian/libfuse2/lib/*.so* debian/libfuse2/lib/x86_64-linux-gnu mkdir -p debian/libfuse2-udeb/lib/x86_64-linux-gnu mv debian/libfuse2-udeb/lib/*.so* debian/libfuse2-udeb/lib/x86_64-linux-gnu # adding initramfs-tools integration install -D -m 0755 debian/local/fuse.hook debian/fuse/usr/share/initramfs-tools/hooks/fuse # adding kmod integration install -D -m 0644 debian/local/fuse.kmod debian/fuse/lib/modules-load.d/fuse.conf make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal debian/rules override_dh_link make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' # correcting symlink targets for LIB in debian/tmp/usr/lib/*/*.so; \ do \ dh_link -plibfuse-dev lib/x86_64-linux-gnu/$(basename $(readlink ${LIB})) usr/lib/x86_64-linux-gnu/$(basename ${LIB}); \ done dh_link --remaining-packages make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' debian/rules override_dh_compress make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_compress -Xusr/share/doc/libfuse-dev/examples make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' debian/rules override_dh_fixperms make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_fixperms chmod 4755 debian/fuse/bin/fusermount make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' debian/rules override_dh_strip make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_strip --dbg-package=fuse-dbg make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' debian/rules override_dh_makeshlibs make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_makeshlibs -s -V "libfuse2 (>= 2.8.1)" --add-udeb=libfuse2-udeb make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dh_builddeb -- -Zxz dpkg-deb: warning: 'debian/fuse/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `fuse' in `../fuse_2.9.2-5_amd64.deb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/fuse-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `fuse-dbg' in `../fuse-dbg_2.9.2-5_amd64.deb'. dpkg-deb: warning: 'debian/libfuse2/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `libfuse2' in `../libfuse2_2.9.2-5_amd64.deb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/libfuse-dev/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `libfuse-dev' in `../libfuse-dev_2.9.2-5_amd64.deb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/fuse-udeb/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: building package `fuse-udeb' in `../fuse-udeb_2.9.2-5_amd64.udeb'. dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: warning: 'debian/libfuse2-udeb/DEBIAN/control' contains user-defined field 'Original-Maintainer' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `libfuse2-udeb' in `../libfuse2-udeb_2.9.2-5_amd64.udeb'. make[1]: Leaving directory `/tmp/tmp.lL4kOW4TOf/fuse-2.9.2' dpkg-genchanges -b >../fuse_2.9.2-5_amd64.changes dpkg-genchanges: binary-only upload - not including any source code signfile fuse_2.9.2-5_amd64.changes gpg: skipped "Joshua Randall ": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-source --after-build fuse-2.9.2 dpkg-source: info: using options from fuse-2.9.2/debian/source/options: --compression=xz dpkg-buildpackage: warning: Failed to sign .changes file dpkg-buildpackage: binary only upload (no source included) Loading fpm overrides from /arvados/backports/deb-fuse/fpm-info.sh fpm --maintainer=Ward Vandewege -s deb -t deb -n fuse --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --depends libfuse2 = 2.9.2-5 --iteration 5 /tmp/tmp.lL4kOW4TOf/fuse_2.9.2-5_amd64.deb Package fuse_2.9.2-5_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s deb -t deb -n libfuse2 --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --iteration 5 /tmp/tmp.lL4kOW4TOf/libfuse2_2.9.2-5_amd64.deb Package libfuse2_2.9.2-5_amd64.deb exists, not rebuilding Loading fpm overrides from /arvados/backports/deb-libfuse-dev/fpm-info.sh fpm --maintainer=Ward Vandewege -s deb -t deb -n libfuse-dev --vendor Ubuntu Developers -v 2.9.2 --iteration 1 --depends libfuse2 = 2.9.2-5 --iteration 5 /tmp/tmp.lL4kOW4TOf/libfuse-dev_2.9.2-5_amd64.deb Package libfuse-dev_2.9.2-5_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 python-gflags Package python-gflags_2.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyvcf --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyvcf Package python-pyvcf_0.6.7-1_all.deb exists, not rebuilding Downloading/unpacking google-api-python-client Saved ./google-api-python-client-1.5.0.tar.gz Successfully downloaded google-api-python-client running egg_info writing requirements to google_api_python_client.egg-info/requires.txt writing google_api_python_client.egg-info/PKG-INFO writing top-level names to google_api_python_client.egg-info/top_level.txt writing dependency_links to google_api_python_client.egg-info/dependency_links.txt reading manifest file 'google_api_python_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'apiclient' warning: no files found matching 'README' warning: no files found matching 'FAQ' warning: no files found matching 'setpath.sh' writing manifest file 'google_api_python_client.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/apiclient copying apiclient/__init__.py -> build/lib.linux-x86_64-2.7/apiclient creating build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/sample_tools.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/errors.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/mimeparse.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/http.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/model.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/channel.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/schema.py -> build/lib.linux-x86_64-2.7/googleapiclient copying googleapiclient/discovery.py -> build/lib.linux-x86_64-2.7/googleapiclient creating build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/base.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/appengine_memcache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/__init__.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache copying googleapiclient/discovery_cache/file_cache.py -> build/lib.linux-x86_64-2.7/googleapiclient/discovery_cache fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-google-api-python-client --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-oauth2client --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 oauth2client Package python-oauth2client_2.0.0-post1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1==0.1.7 Package python-pyasn1_0.1.7-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyasn1-modules --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyasn1-modules==0.0.5 Package python-pyasn1-modules_0.0.5-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-rsa --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 rsa Package python-rsa_3.3-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-uritemplate --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 uritemplate Package python-uritemplate_0.6-1_all.deb exists, not rebuilding Downloading/unpacking httplib2 Saved ./httplib2-0.9.2.tar.gz Successfully downloaded httplib2 running egg_info writing python2/httplib2.egg-info/PKG-INFO writing top-level names to python2/httplib2.egg-info/top_level.txt writing dependency_links to python2/httplib2.egg-info/dependency_links.txt reading manifest file 'python2/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python2/httplib2.egg-info/SOURCES.txt' running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/socks.py -> build/lib.linux-x86_64-2.7/httplib2 copying python2/httplib2/cacerts.txt -> build/lib.linux-x86_64-2.7/httplib2 fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-httplib2 --iteration 1 --iteration 2 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 . fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ws4py --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 ws4py Package python-ws4py_0.3.4-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pykka --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pykka Package python-pykka_1.2.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-six --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 six Package python-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pyexecjs --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pyexecjs Package python-pyexecjs_1.1.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-jsonschema --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 jsonschema Package python-jsonschema_2.5.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-ciso8601/fpm-info.sh Loading fpm overrides from /arvados/backports/python-ciso8601/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-ciso8601 --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 ciso8601 Package python-ciso8601_1.0.1-2_amd64.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-pycrypto/fpm-info.sh Loading fpm overrides from /arvados/backports/python-pycrypto/fpm-info.sh fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycrypto --iteration 1 --depends libc6 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 2 pycrypto Package python-pycrypto_2.6.1-2_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-backports.ssl-match-hostname --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 backports.ssl_match_hostname Package python-backports.ssl-match-hostname_3.5.0.1-1_all.deb exists, not rebuilding Found fpm-info.sh in backports: /arvados/backports/python-llfuse/fpm-info.sh Loading fpm overrides from /arvados/backports/python-llfuse/fpm-info.sh Installing build_dep libfuse2 from /arvados/packages/ubuntu1204/python3-websocket-client_0.35.0-1_all.deb Selecting previously unselected package python3-websocket-client. (Reading database ... 21879 files and directories currently installed.) Unpacking python3-websocket-client (from .../python3-websocket-client_0.35.0-1_all.deb) ... dpkg: dependency problems prevent configuration of python3-websocket-client: python3-websocket-client depends on python3-six; however: Package python3-six is not installed. dpkg: error processing python3-websocket-client (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python3-websocket-client Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done The following extra packages will be installed: python3-six The following NEW packages will be installed: python3-six 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 5894 B of archives. After this operation, 50.2 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ precise/universe python3-six all 1.1.0-2 [5894 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 5894 B in 0s (23.3 kB/s) Selecting previously unselected package python3-six. (Reading database ... 21928 files and directories currently installed.) Unpacking python3-six (from .../python3-six_1.1.0-2_all.deb) ... Setting up python3-six (1.1.0-2) ... Setting up python3-websocket-client (0.35.0-1) ... Installing build_dep libfuse-dev from /arvados/packages/ubuntu1204/python3-websocket-client_0.35.0-1_all.deb (Reading database ... 21933 files and directories currently installed.) Preparing to replace python3-websocket-client 0.35.0-1 (using .../python3-websocket-client_0.35.0-1_all.deb) ... Unpacking replacement python3-websocket-client ... Setting up python3-websocket-client (0.35.0-1) ... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-llfuse --iteration 1 --depends libc6 --depends python-contextlib2 --depends libfuse2 = 2.9.2-5 --depends fuse = 2.9.2-5 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --iteration 3 llfuse Error: llfuse: Unable to figure out package name from fpm results: {:timestamp=>"2016-02-20T09:29:58.573374+0000", :message=>"Process failed: python2.7 failed (exit code 1). Full command was:[\"python2.7\", \"setup.py\", \"install\", \"--root\", \"/tmp/package-python-staging20160220-24156-11qcgkd\"]", :level=>:error} fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-contextlib2 --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 contextlib2 Package python-contextlib2_0.5.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python-pycurl --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 pycurl<7.21.5 Package python-pycurl_7.19.5.3-1_amd64.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-docker-py --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 docker-py Package python3-docker-py_1.7.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-six --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 six Package python3-six_1.10.0-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-requests --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 requests Package python3-requests_2.9.1-1_all.deb exists, not rebuilding fpm --maintainer=Ward Vandewege -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n python3-websocket-client --iteration 1 --python-bin python3 --python-easyinstall easy_install3 --python-package-name-prefix python3 --depends python3.2 websocket-client Package python3-websocket-client_0.35.0-1_all.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Installing rake 10.2.2 Installing i18n 0.7.0 Installing multi_json 1.11.1 Installing builder 3.0.4 Installing erubis 2.7.0 Installing journey 1.0.4 Installing rack 1.4.5 Installing hike 1.2.3 Installing tilt 1.4.1 Installing mime-types 1.25.1 Installing polyglot 0.3.4 Installing arel 3.0.3 Installing tzinfo 0.3.39 Installing addressable 2.3.8 Installing andand 1.3.3 Installing extlib 0.9.16 Installing multipart-post 1.2.0 Installing uuidtools 2.1.5 Installing json 1.8.3 with native extensions Installing curb 0.8.8 with native extensions Installing oj 2.11.4 with native extensions Installing trollop 2.1.1 Installing highline 1.6.21 Installing net-ssh 2.8.0 Installing coffee-script-source 1.7.0 Installing execjs 2.0.2 Installing thor 0.19.1 Installing daemon_controller 1.2.0 Installing database_cleaner 1.2.0 Installing eventmachine 1.0.3 with native extensions Installing websocket-driver 0.3.2 with native extensions Installing hashie 1.2.0 Installing httpauth 0.2.1 Installing libv8 3.16.14.3 Installing metaclass 0.0.4 Installing pg 0.17.1 with native extensions Using bundler 1.11.2 Installing ref 1.0.5 Installing ruby-prof 0.15.2 with native extensions Installing sass 3.3.4 Installing simplecov-html 0.7.1 Installing sshkey 1.6.1 Installing test_after_commit 0.2.3 Installing activesupport 3.2.17 Installing jwt 0.1.13 Installing rack-cache 1.2 Installing rack-test 0.6.2 Installing rack-ssl 1.3.4 Installing puma 2.8.2 with native extensions Installing sprockets 2.2.2 Installing treetop 1.4.15 Installing launchy 2.4.3 Installing autoparse 0.3.3 Installing faraday 0.8.9 Installing rdoc 3.12.2 Installing net-scp 1.2.0 Installing net-sftp 2.1.2 Installing net-ssh-gateway 1.2.0 Installing coffee-script 2.2.0 Installing uglifier 2.5.0 Installing passenger 4.0.41 with native extensions Installing faye-websocket 0.7.2 Installing omniauth 1.1.1 Installing mocha 1.1.0 Installing therubyracer 0.12.1 with native extensions Installing simplecov 0.7.1 Installing activemodel 3.2.17 Installing factory_girl 4.4.0 Installing mail 2.5.4 Installing signet 0.4.5 Installing oauth2 0.8.1 Installing capistrano 2.15.5 Installing simplecov-rcov 0.2.3 Installing actionpack 3.2.17 Installing activerecord 3.2.17 Installing activeresource 3.2.17 Installing acts_as_api 0.4.2 Installing google-api-client 0.6.4 Installing omniauth-oauth2 1.1.1 Installing rvm-capistrano 1.5.1 Installing actionmailer 3.2.17 Installing railties 3.2.17 Installing arvados 0.1.20150615153458 Installing coffee-rails 3.2.1 Installing factory_girl_rails 4.4.1 Installing jquery-rails 3.1.0 Installing rails 3.2.17 Installing sass-rails 3.2.6 Installing arvados-cli 0.1.20151207150126 Installing pg_power 1.6.4 Installing themes_for_rails 0.5.1 Updating files in vendor/cache Bundle complete! 31 Gemfile dependencies, 91 gems now installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Post-install message from rdoc: Depending on your version of ruby, you may need to install ruby rdoc/ri data: <= 1.8.6 : unsupported = 1.8.7 : gem install rdoc-data; rdoc-data --install = 1.9.1 : gem install rdoc-data; rdoc-data --install >= 1.9.2 : nothing to do! Yay! Updating files in vendor/cache Loading fpm overrides from /arvados/services/api/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-api-server --vendor Curoverse, Inc. -v 0.1.20160219224452.e5659d2 --iteration 1 --depends git >= 1.7.10 --depends libcurl-ssl-dev --depends libpq-dev --iteration=4 --after-install /tmp/arvados-api-server-BcNnuGi8.scripts/postinst --before-remove /tmp/arvados-api-server-BcNnuGi8.scripts/prerm --after-remove /tmp/arvados-api-server-BcNnuGi8.scripts/postrm -x var/www/arvados-api/current/.git -x var/www/arvados-api/current/packages -x var/www/arvados-api/current/tmp -x var/www/arvados-api/current/log -x var/www/arvados-api/current/coverage -x var/www/arvados-api/current/Capfile* -x var/www/arvados-api/current/config/deploy* -x var/www/arvados-api/current/config/application.yml -x var/www/arvados-api/current/config/database.yml -x var/www/arvados-api/current/vendor/bundle --url=https://arvados.org --description=Arvados API server - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-api/current/agpl-3.0.txt /arvados/services/api/=/var/www/arvados-api/current Package arvados-api-server_0.1.20160219224452.e5659d2-4_amd64.deb exists, not rebuilding Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Ignoring RedCloth-4.2.9 because its extensions are not built. Try: gem pristine RedCloth-4.2.9 Ignoring byebug-3.5.1 because its extensions are not built. Try: gem pristine byebug-3.5.1 Ignoring fast_stack-0.1.0 because its extensions are not built. Try: gem pristine fast_stack-0.1.0 Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi-1.9.10 Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json-1.8.3 Ignoring nokogiri-1.6.6.4 because its extensions are not built. Try: gem pristine nokogiri-1.6.6.4 Ignoring nokogiri-1.6.5 because its extensions are not built. Try: gem pristine nokogiri-1.6.5 Ignoring oj-2.11.2 because its extensions are not built. Try: gem pristine oj-2.11.2 Ignoring passenger-4.0.57 because its extensions are not built. Try: gem pristine passenger-4.0.57 Ignoring ruby-prof-0.15.2 because its extensions are not built. Try: gem pristine ruby-prof-0.15.2 Ignoring therubyracer-0.12.1 because its extensions are not built. Try: gem pristine therubyracer-0.12.1 Ignoring websocket-driver-0.5.1 because its extensions are not built. Try: gem pristine websocket-driver-0.5.1 Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using rack 1.5.5 Using mime-types 2.99 Using arel 5.0.1.20140414130214 Using addressable 2.3.6 Using andand 1.3.3 Using angularjs-rails 1.3.8 Using extlib 0.9.16 Using multi_json 1.11.2 Using multipart-post 1.2.0 Using uuidtools 2.1.5 Using sass 3.4.9 Using thor 0.19.1 Using columnize 0.9.0 Using debugger-linecache 1.2.0 Using slop 3.6.0 Using highline 1.6.21 Using net-ssh 2.9.2 Using mini_portile 0.6.2 Using ffi 1.9.10 Using cliver 0.3.2 Using coffee-script-source 1.8.0 Using execjs 2.2.2 Using commonjs 0.2.7 Using daemon_controller 1.2.0 Using deep_merge 1.0.1 Using docile 1.1.5 Using headless 1.0.2 Using httpclient 2.6.0.1 Using libv8 3.16.14.7 Using metaclass 0.0.4 Using oj 2.11.2 Using bundler 1.11.2 Using websocket-extensions 0.1.1 Using rails-perftest 0.0.5 Using raphael-rails 2.1.2 Using ref 1.0.5 Using ruby-debug-passenger 0.2.0 Using ruby-prof 0.15.2 Using rubyzip 1.1.7 Using tilt 1.4.1 Using websocket 1.2.2 Using simplecov-html 0.8.0 Using sshkey 1.6.1 Using wiselinks 1.2.1 Using rake-compiler 0.9.5 Using tzinfo 1.2.2 Using rack-test 0.6.3 Using sprockets 3.2.0 Using rack-mini-profiler 0.9.2 Using mail 2.6.3 Using launchy 2.4.3 Using autoparse 0.3.3 Using jwt 0.1.13 Using faraday 0.8.9 Using bootstrap-sass 3.1.1.1 Using byebug 3.5.1 Using net-scp 1.2.1 Using net-sftp 2.1.2 Using net-ssh-gateway 1.2.0 Using nokogiri 1.6.6.4 Using childprocess 0.5.6 Using coffee-script 2.3.0 Using uglifier 2.7.0 Using less 2.6.0 Using passenger 4.0.57 Using mocha 1.1.0 Using websocket-driver 0.5.1 Using therubyracer 0.12.1 Using simplecov 0.9.1 Using fast_stack 0.1.0 Using activesupport 4.1.12 Using signet 0.4.5 Using capistrano 2.15.5 Using xpath 2.0.0 Using selenium-webdriver 2.48.1 Using simplecov-rcov 0.2.3 Using flamegraph 0.1.0 Using actionview 4.1.12 Using activemodel 4.1.12 Using google-api-client 0.6.4 Using rvm-capistrano 1.5.5 Using capybara 2.5.0 Using actionpack 4.1.12 Using activerecord 4.1.12 Using arvados 0.1.20150511150219 Using poltergeist 1.5.1 Using actionmailer 4.1.12 Using railties 4.1.12 Using less-rails 2.6.0 Using sprockets-rails 2.3.2 Using activerecord-nulldb-adapter 0.3.1 Using bootstrap-tab-history-rails 0.1.0 Using bootstrap-x-editable-rails 1.5.1.1 Using coffee-rails 4.1.0 Using jquery-rails 3.1.2 Using morrisjs-rails 0.5.1 Using rails 4.1.12 Using sass-rails 5.0.1 Using piwik_analytics 1.0.2 Using themes_for_rails 0.5.1 from https://github.com/curoverse/themes_for_rails (at /arvados/apps/workbench/vendor/cache/themes_for_rails-61154877047d@6115487) Updating files in vendor/cache Bundle complete! 43 Gemfile dependencies, 108 gems now installed. Bundled gems are installed into ./vendor/bundle. Updating files in vendor/cache Loading fpm overrides from /arvados/apps/workbench/fpm-info.sh fpm --maintainer=Ward Vandewege -s dir -t deb -n arvados-workbench --vendor Curoverse, Inc. -v 0.1.20160218192408.03245f8 --iteration 1 --depends git --iteration=4 --after-install /tmp/arvados-workbench-tJkRnurI.scripts/postinst --before-remove /tmp/arvados-workbench-tJkRnurI.scripts/prerm --after-remove /tmp/arvados-workbench-tJkRnurI.scripts/postrm -x var/www/arvados-workbench/current/.git -x var/www/arvados-workbench/current/packages -x var/www/arvados-workbench/current/tmp -x var/www/arvados-workbench/current/log -x var/www/arvados-workbench/current/coverage -x var/www/arvados-workbench/current/Capfile* -x var/www/arvados-workbench/current/config/deploy* -x var/www/arvados-workbench/current/config/application.yml -x var/www/arvados-workbench/current/vendor/bundle --url=https://arvados.org --description=Arvados Workbench - Arvados is a free and open source platform for big data science. --license=GNU Affero General Public License, version 3.0 /arvados/agpl-3.0.txt=/var/www/arvados-workbench/current/agpl-3.0.txt /arvados/apps/workbench/=/var/www/arvados-workbench/current Package arvados-workbench_0.1.20160218192408.03245f8-4_amd64.deb exists, not rebuilding ERROR: build failed with exit status 1. Build packages failed with code 1 real 76m8.019s user 0m4.568s sys 0m2.064s