Skip to content

Instantly share code, notes, and snippets.

@sparklyballs
Created January 8, 2016 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sparklyballs/e11a9db2ffa8b305d88a to your computer and use it in GitHub Desktop.
Save sparklyballs/e11a9db2ffa8b305d88a to your computer and use it in GitHub Desktop.
Started by user sparklyballs
Building in workspace /var/lib/jenkins/jobs/Development/jobs/Dockers/jobs/Docker-Websync/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/sparklyballs/docker-websync # timeout=10
Fetching upstream changes from https://github.com/sparklyballs/docker-websync
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.username sparklyballs # timeout=10
> git config --local credential.helper store --file=/tmp/git7521319109682414795.credentials # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/sparklyballs/docker-websync +refs/heads/*:refs/remotes/origin/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1722628d8b4cef0a795d73e77f05fe6fc41fe35e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1722628d8b4cef0a795d73e77f05fe6fc41fe35e
> git rev-list 1722628d8b4cef0a795d73e77f05fe6fc41fe35e # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson8100095814808260265.sh
+ /var/lib/jenkins/scripts/shellcheck.sh
[DEBUG] ScriptPath: /var/lib/jenkins/scripts/shellcheck.sh
[DEBUG] ExitCode: 0
[workspace] $ docker build -t lsiodev/websync:2 --no-cache=true /var/lib/jenkins/jobs/Development/jobs/Dockers/jobs/Docker-Websync/workspace
Sending build context to Docker daemon 153.6 kB
Sending build context to Docker daemon 153.6 kB
Step 1 : FROM linuxserver/baseimage
---> 615188989e0b
Step 2 : MAINTAINER Sparklyballs <sparklyballs@linuxserver.io>
---> Running in 87badf387eee
---> ceb80017bf2a
Removing intermediate container 87badf387eee
Step 3 : ENV APTLIST "build-essential git nodejs python sshpass wget"
---> Running in e4e335bfd57c
---> 52ffb7b5852d
Removing intermediate container e4e335bfd57c
Step 4 : RUN curl -sL https://deb.nodesource.com/setup_0.12 | bash - && apt-get install $APTLIST -qy && npm install -g bower gulp && git clone https://github.com/furier/websync.git /app/websync && usermod -d /app abc && chown -R abc:abc /app && cd /app/websync && /sbin/setuser abc npm install && /sbin/setuser abc bower install && /sbin/setuser abc gulp dist || true && rm -rf /app/websync/dist && /sbin/setuser abc gulp dist && rm -rf /app/.*[a-z] && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
---> Running in 873dd67c2477
## Installing the NodeSource Node.js 0.12 repo...
## Populating apt-get cache...
+ apt-get update
Ign http://apt.linuxserver.io trusty InRelease
Get:1 http://apt.linuxserver.io trusty-updates InRelease [64.4 kB]
Get:2 http://apt.linuxserver.io trusty-security InRelease [64.4 kB]
Get:3 http://apt.linuxserver.io trusty Release.gpg [933 B]
Get:4 http://apt.linuxserver.io trusty Release [58.5 kB]
Get:5 http://apt.linuxserver.io trusty-updates/main Sources [309 kB]
Get:6 http://apt.linuxserver.io trusty-updates/restricted Sources [5219 B]
Get:7 http://apt.linuxserver.io trusty-updates/universe Sources [183 kB]
Get:8 http://apt.linuxserver.io trusty-updates/multiverse Sources [5116 B]
Get:9 http://apt.linuxserver.io trusty-updates/main amd64 Packages [851 kB]
Get:10 http://apt.linuxserver.io trusty-updates/restricted amd64 Packages [23.4 kB]
Get:11 http://apt.linuxserver.io trusty-updates/universe amd64 Packages [431 kB]
Get:12 http://apt.linuxserver.io trusty-updates/multiverse amd64 Packages [14.1 kB]
Get:13 http://apt.linuxserver.io trusty-security/main Sources [128 kB]
Get:14 http://apt.linuxserver.io trusty-security/restricted Sources [3920 B]
Get:15 http://apt.linuxserver.io trusty-security/universe Sources [36.5 kB]
Get:16 http://apt.linuxserver.io trusty-security/multiverse Sources [2165 B]
Get:17 http://apt.linuxserver.io trusty-security/main amd64 Packages [495 kB]
Get:18 http://apt.linuxserver.io trusty-security/restricted amd64 Packages [20.2 kB]
Get:19 http://apt.linuxserver.io trusty-security/universe amd64 Packages [158 kB]
Get:20 http://apt.linuxserver.io trusty-security/multiverse amd64 Packages [4642 B]
Get:21 http://apt.linuxserver.io trusty/main Sources [1335 kB]
Get:22 http://apt.linuxserver.io trusty/restricted Sources [5335 B]
Get:23 http://apt.linuxserver.io trusty/universe Sources [7926 kB]
Get:24 http://apt.linuxserver.io trusty/multiverse Sources [211 kB]
Get:25 http://apt.linuxserver.io trusty/main amd64 Packages [1743 kB]
Get:26 http://apt.linuxserver.io trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://apt.linuxserver.io trusty/universe amd64 Packages [7589 kB]
Get:28 http://apt.linuxserver.io trusty/multiverse amd64 Packages [169 kB]
Fetched 21.9 MB in 3s (6348 kB/s)
Reading package lists...
## Confirming "trusty" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_0.12/dists/trusty/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
OK
## Creating apt sources list file for the NodeSource Node.js 0.12 repo...
+ echo 'deb https://deb.nodesource.com/node_0.12 trusty main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_0.12 trusty main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
Ign http://apt.linuxserver.io trusty InRelease
Hit http://apt.linuxserver.io trusty-updates InRelease
Hit http://apt.linuxserver.io trusty-security InRelease
Hit http://apt.linuxserver.io trusty Release.gpg
Hit http://apt.linuxserver.io trusty Release
Hit http://apt.linuxserver.io trusty-updates/main Sources
Hit http://apt.linuxserver.io trusty-updates/restricted Sources
Hit http://apt.linuxserver.io trusty-updates/universe Sources
Hit http://apt.linuxserver.io trusty-updates/multiverse Sources
Hit http://apt.linuxserver.io trusty-updates/main amd64 Packages
Hit http://apt.linuxserver.io trusty-updates/restricted amd64 Packages
Hit http://apt.linuxserver.io trusty-updates/universe amd64 Packages
Hit http://apt.linuxserver.io trusty-updates/multiverse amd64 Packages
Hit http://apt.linuxserver.io trusty-security/main Sources
Hit http://apt.linuxserver.io trusty-security/restricted Sources
Hit http://apt.linuxserver.io trusty-security/universe Sources
Hit http://apt.linuxserver.io trusty-security/multiverse Sources
Hit http://apt.linuxserver.io trusty-security/main amd64 Packages
Hit http://apt.linuxserver.io trusty-security/restricted amd64 Packages
Hit http://apt.linuxserver.io trusty-security/universe amd64 Packages
Hit http://apt.linuxserver.io trusty-security/multiverse amd64 Packages
Hit http://apt.linuxserver.io trusty/main Sources
Hit http://apt.linuxserver.io trusty/restricted Sources
Hit http://apt.linuxserver.io trusty/universe Sources
Hit http://apt.linuxserver.io trusty/multiverse Sources
Hit http://apt.linuxserver.io trusty/main amd64 Packages
Hit http://apt.linuxserver.io trusty/restricted amd64 Packages
Hit http://apt.linuxserver.io trusty/universe amd64 Packages
Hit http://apt.linuxserver.io trusty/multiverse amd64 Packages
Get:1 https://deb.nodesource.com trusty InRelease
Get:2 https://deb.nodesource.com trusty/main Sources
Get:3 https://deb.nodesource.com trusty/main amd64 Packages
Fetched 5656 B in 1s (3062 B/s)
Reading package lists...
## Run `apt-get install nodejs` (as root) to install Node.js 0.12 and npm
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
binutils cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 git-man
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl
liberror-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10
libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libpython-stdlib
libpython2.7-minimal libpython2.7-stdlib libquadmath0 libstdc++-4.8-dev
libtimedate-perl libtsan0 linux-libc-dev make manpages manpages-dev patch
python-minimal python2.7 python2.7-minimal rlwrap rsync
Suggested packages:
binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib
g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf
automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg
libquadmath0-dbg gettext-base git-daemon-run git-daemon-sysvinit git-doc
git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki
git-svn glibc-doc libstdc++-4.8-doc make-doc man-browser ed diffutils-doc
python-doc python-tk python2.7-doc binfmt-support
The following NEW packages will be installed:
binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc
gcc-4.8 git git-man libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev
libcloog-isl4 libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4
libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libquadmath0
libstdc++-4.8-dev libtimedate-perl libtsan0 linux-libc-dev make manpages
manpages-dev nodejs patch python python-minimal python2.7 python2.7-minimal
rlwrap rsync sshpass wget
0 upgraded, 52 newly installed, 0 to remove and 0 not upgraded.
Need to get 52.1 MB of archives.
After this operation, 186 MB of additional disk space will be used.
Get:1 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04 [63.0 kB]
Get:2 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04 [8650 B]
Get:3 http://apt.linuxserver.io/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]
Get:4 http://apt.linuxserver.io/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]
Get:5 http://apt.linuxserver.io/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]
Get:6 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04 [23.1 kB]
Get:7 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04 [28.6 kB]
Get:8 http://apt.linuxserver.io/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]
Get:9 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04 [126 kB]
Get:10 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04 [94.7 kB]
Get:11 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.2 [308 kB]
Get:12 http://apt.linuxserver.io/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.2 [1185 kB]
Get:13 http://apt.linuxserver.io/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]
Get:14 http://apt.linuxserver.io/ubuntu/ trusty/main manpages all 3.54-1ubuntu1 [627 kB]
Get:15 http://apt.linuxserver.io/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.1 [283 kB]
Get:16 http://apt.linuxserver.io/ubuntu/ trusty-updates/main wget amd64 1.15-1ubuntu1.14.04.1 [269 kB]
Get:17 http://apt.linuxserver.io/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14 [2076 kB]
Get:18 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.6 [68.9 kB]
Get:19 http://apt.linuxserver.io/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-74.118 [771 kB]
Get:20 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.6 [1910 kB]
Get:21 http://apt.linuxserver.io/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04 [4597 kB]
Get:22 http://apt.linuxserver.io/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]
Get:23 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04 [1687 kB]
Get:24 http://apt.linuxserver.io/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04 [5049 kB]
Get:25 http://apt.linuxserver.io/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]
Get:26 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04 [1052 kB]
Get:27 http://apt.linuxserver.io/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04 [15.0 MB]
Get:28 https://deb.nodesource.com/node_0.12/ trusty/main nodejs amd64 0.12.9-1nodesource1~trusty1 [7031 kB]
Get:29 http://apt.linuxserver.io/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]
Get:30 http://apt.linuxserver.io/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]
Get:31 http://apt.linuxserver.io/ubuntu/ trusty/main libtimedate-perl all 2.3000-1 [37.2 kB]
Get:32 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.5 [179 kB]
Get:33 http://apt.linuxserver.io/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu2.3 [86.4 kB]
Get:34 http://apt.linuxserver.io/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.5 [726 kB]
Get:35 http://apt.linuxserver.io/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]
Get:36 http://apt.linuxserver.io/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]
Get:37 http://apt.linuxserver.io/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]
Get:38 http://apt.linuxserver.io/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
Get:39 http://apt.linuxserver.io/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.2 [699 kB]
Get:40 http://apt.linuxserver.io/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.2 [2701 kB]
Get:41 http://apt.linuxserver.io/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
Get:42 http://apt.linuxserver.io/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]
Get:43 http://apt.linuxserver.io/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
Get:44 http://apt.linuxserver.io/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]
Get:45 http://apt.linuxserver.io/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.2 [1869 kB]
Get:46 http://apt.linuxserver.io/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B]
Get:47 http://apt.linuxserver.io/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]
Get:48 http://apt.linuxserver.io/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.2 [196 kB]
Get:49 http://apt.linuxserver.io/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB]
Get:50 http://apt.linuxserver.io/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB]
Get:51 http://apt.linuxserver.io/ubuntu/ trusty/universe rlwrap amd64 0.37-5 [73.4 kB]
Get:52 http://apt.linuxserver.io/ubuntu/ trusty/universe sshpass amd64 1.05-1 [10.5 kB]
Extracting templates from packages: 57%
Extracting templates from packages: 100%
Fetched 52.1 MB in 8s (5862 kB/s)
Selecting previously unselected package libasan0:amd64.
(Reading database ... 13886 files and directories currently installed.)
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-1) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.2_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.2) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.2_amd64.deb ...
Unpacking python2.7-minimal (2.7.6-8ubuntu0.2) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...
Selecting previously unselected package manpages.
Preparing to unpack .../manpages_3.54-1ubuntu1_all.deb ...
Unpacking manpages (3.54-1ubuntu1) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.0-2ubuntu0.1_amd64.deb ...
Unpacking rsync (3.1.0-2ubuntu0.1) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.15-1ubuntu1.14.04.1_amd64.deb ...
Unpacking wget (1.15-1ubuntu1.14.04.1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.24-5ubuntu14_amd64.deb ...
Unpacking binutils (2.24-5ubuntu14) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.6_amd64.deb ...
Unpacking libc-dev-bin (2.19-0ubuntu6.6) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.13.0-74.118_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.13.0-74.118) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.6_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-0ubuntu6.6) ...
Selecting previously unselected package cpp-4.8.
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking cpp (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libgcc-4.8-dev:amd64.
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package gcc-4.8.
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking gcc (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libstdc++-4.8-dev:amd64.
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package g++-4.8.
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04_amd64.deb ...
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking g++ (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package make.
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...
Unpacking make (3.81-8.2ubuntu3) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../libtimedate-perl_2.3000-1_all.deb ...
Unpacking libtimedate-perl (2.3000-1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.5_all.deb ...
Unpacking libdpkg-perl (1.17.5ubuntu5.5) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.1-4ubuntu2.3_amd64.deb ...
Unpacking patch (2.7.1-4ubuntu2.3) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.5_all.deb ...
Unpacking dpkg-dev (1.17.5ubuntu5.5) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...
Unpacking build-essential (11.6ubuntu6) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking fakeroot (1.20-3ubuntu2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.2_all.deb ...
Unpacking git-man (1:1.9.1-1ubuntu0.2) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.2_amd64.deb ...
Unpacking git (1:1.9.1-1ubuntu0.2) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.02-3) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-2) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.14-2build1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.2_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.2) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...
Unpacking manpages-dev (3.54-1ubuntu1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.6-8ubuntu0.2_amd64.deb ...
Unpacking python2.7 (2.7.6-8ubuntu0.2) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python-minimal (2.7.5-5ubuntu3) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python (2.7.5-5ubuntu3) ...
Selecting previously unselected package rlwrap.
Preparing to unpack .../rlwrap_0.37-5_amd64.deb ...
Unpacking rlwrap (0.37-5) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_0.12.9-1nodesource1~trusty1_amd64.deb ...
Unpacking nodejs (0.12.9-1nodesource1~trusty1) ...
Selecting previously unselected package sshpass.
Preparing to unpack .../sshpass_1.05-1_amd64.deb ...
Unpacking sshpass (1.05-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Setting up libisl10:amd64 (0.12.2-1) ...
Setting up libcloog-isl4:amd64 (0.18.2-1) ...
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libmpfr4:amd64 (3.1.2-1) ...
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.2) ...
Setting up python2.7-minimal (2.7.6-8ubuntu0.2) ...
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ...
Setting up manpages (3.54-1ubuntu1) ...
Setting up rsync (3.1.0-2ubuntu0.1) ...
Removing any system startup links for /etc/init.d/rsync ...
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match rsync Default-Stop values (none)
Adding system startup for /etc/init.d/rsync ...
/etc/rc0.d/K20rsync -> ../init.d/rsync
/etc/rc1.d/K20rsync -> ../init.d/rsync
/etc/rc6.d/K20rsync -> ../init.d/rsync
/etc/rc2.d/S20rsync -> ../init.d/rsync
/etc/rc3.d/S20rsync -> ../init.d/rsync
/etc/rc4.d/S20rsync -> ../init.d/rsync
/etc/rc5.d/S20rsync -> ../init.d/rsync
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up wget (1.15-1ubuntu1.14.04.1) ...
Setting up binutils (2.24-5ubuntu14) ...
Setting up libc-dev-bin (2.19-0ubuntu6.6) ...
Setting up linux-libc-dev:amd64 (3.13.0-74.118) ...
Setting up libc6-dev:amd64 (2.19-0ubuntu6.6) ...
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04) ...
Setting up cpp (4:4.8.2-1ubuntu6) ...
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04) ...
Setting up gcc (4:4.8.2-1ubuntu6) ...
Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04) ...
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04) ...
Setting up g++ (4:4.8.2-1ubuntu6) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (3.81-8.2ubuntu3) ...
Setting up libtimedate-perl (2.3000-1) ...
Setting up libdpkg-perl (1.17.5ubuntu5.5) ...
Setting up patch (2.7.1-4ubuntu2.3) ...
Setting up dpkg-dev (1.17.5ubuntu5.5) ...
Setting up build-essential (11.6ubuntu6) ...
Setting up libfakeroot:amd64 (1.20-3ubuntu2) ...
Setting up fakeroot (1.20-3ubuntu2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:1.9.1-1ubuntu0.2) ...
Setting up git (1:1.9.1-1ubuntu0.2) ...
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up libalgorithm-diff-xs-perl (0.04-2build4) ...
Setting up libalgorithm-merge-perl (0.08-2) ...
Setting up libfile-fcntllock-perl (0.14-2build1) ...
Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.2) ...
Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...
Setting up manpages-dev (3.54-1ubuntu1) ...
Setting up python2.7 (2.7.6-8ubuntu0.2) ...
Setting up python-minimal (2.7.5-5ubuntu3) ...
Setting up python (2.7.5-5ubuntu3) ...
Setting up rlwrap (0.37-5) ...
update-alternatives: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode
Setting up nodejs (0.12.9-1nodesource1~trusty1) ...
Setting up sshpass (1.05-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
/usr/bin/gulp -> /usr/lib/node_modules/gulp/bin/gulp.js
/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower
gulp@3.9.0 /usr/lib/node_modules/gulp
├── interpret@0.6.6
├── pretty-hrtime@1.0.1
├── deprecated@0.0.1
├── archy@1.0.0
├── minimist@1.2.0
├── tildify@1.1.2 (os-homedir@1.0.1)
├── v8flags@2.0.11 (user-home@1.1.1)
├── semver@4.3.6
├── chalk@1.1.1 (escape-string-regexp@1.0.4, supports-color@2.0.0, ansi-styles@2.1.0, strip-ansi@3.0.0, has-ansi@2.0.0)
├── orchestrator@0.3.7 (sequencify@0.0.7, stream-consume@0.1.0, end-of-stream@0.1.5)
├── liftoff@2.2.0 (extend@2.0.1, rechoir@0.6.2, flagged-respawn@0.3.1, resolve@1.1.6, findup-sync@0.3.0)
├── vinyl-fs@0.3.14 (graceful-fs@3.0.8, strip-bom@1.0.0, defaults@1.0.3, vinyl@0.4.6, mkdirp@0.5.1, through2@0.6.5, glob-stream@3.1.18, glob-watcher@0.0.6)
└── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, beeper@1.1.0, lodash._reevaluate@3.0.0, lodash._reinterpolate@3.0.0, lodash._reescape@3.0.0, fancy-log@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12)
bower@1.7.2 /usr/lib/node_modules/bower
└── semver-utils@1.1.1
Cloning into '/app/websync'...
npm WARN deprecated gulp-minify-html@0.1.8: Consider using gulp-htmlmin instead
npm WARN deprecated gulp-rimraf@0.1.1: Use npmjs.org/del instead, see https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md
npm WARN deprecated gulp-minify-css@0.3.13: Please use gulp-cssnano instead.
npm WARN optional dep failed, continuing fsevents@0.2.1
npm WARN deprecated find-file@0.1.4: Use the globby package instead
> hiredis@0.1.17 install /app/websync/node_modules/hiredis
> node-gyp rebuild
make: Entering directory `/app/websync/node_modules/hiredis/build'
CC(target) Release/obj.target/hiredis/deps/hiredis/hiredis.o
CC(target) Release/obj.target/hiredis/deps/hiredis/net.o
CC(target) Release/obj.target/hiredis/deps/hiredis/sds.o
CC(target) Release/obj.target/hiredis/deps/hiredis/async.o
AR(target) Release/obj.target/deps/hiredis.a
COPY Release/hiredis.a
CXX(target) Release/obj.target/hiredis/src/hiredis.o
CXX(target) Release/obj.target/hiredis/src/reader.o
SOLINK_MODULE(target) Release/obj.target/hiredis.node
COPY Release/hiredis.node
make: Leaving directory `/app/websync/node_modules/hiredis/build'
npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
npm WARN optional dep failed, continuing fsevents@1.0.6
> gifsicle@0.1.7 postinstall /app/websync/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle
> node index.js
✔ pre-build test passed successfully!
> jpegtran-bin@0.2.8 postinstall /app/websync/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin
> node index.js
✔ pre-build test passed successfully!
> optipng-bin@0.3.11 postinstall /app/websync/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin
> node index.js
✔ pre-build test passed successfully!
> pngquant-bin@0.3.5 postinstall /app/websync/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin
> node index.js
✔ pre-build test passed successfully!
> msgpack@0.2.7 install /app/websync/node_modules/msgpack
> node-gyp rebuild
make: Entering directory `/app/websync/node_modules/msgpack/build'
CXX(target) Release/obj.target/libmsgpack/deps/msgpack/gcc_atomic.o
CXX(target) Release/obj.target/libmsgpack/deps/msgpack/object.o
In file included from ../deps/msgpack/msgpack/type/fixint.hpp:22:0,
from ../deps/msgpack/msgpack/type.hpp:3,
from ../deps/msgpack/msgpack/object.hpp:418,
from ../deps/msgpack/object.cpp:18:
../deps/msgpack/msgpack/type/int.hpp: In static member function 'static void msgpack::type::detail::object_char_sign<true>::make(msgpack::object&, char)':
../deps/msgpack/msgpack/type/int.hpp:102:22: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
: o.type = type::POSITIVE_INTEGER, o.via.u64 = v;
^
../deps/msgpack/msgpack/type/int.hpp: In function 'void msgpack::operator<<(msgpack::object&, signed char)':
../deps/msgpack/msgpack/type/int.hpp:206:76: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v : o.type = type::POSITIVE_INTEGER, o.via.u64 = v; }
^
../deps/msgpack/msgpack/type/int.hpp: In function 'void msgpack::operator<<(msgpack::object&, short int)':
../deps/msgpack/msgpack/type/int.hpp:209:76: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v : o.type = type::POSITIVE_INTEGER, o.via.u64 = v; }
^
../deps/msgpack/msgpack/type/int.hpp: In function 'void msgpack::operator<<(msgpack::object&, int)':
../deps/msgpack/msgpack/type/int.hpp:212:76: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v : o.type = type::POSITIVE_INTEGER, o.via.u64 = v; }
^
../deps/msgpack/msgpack/type/int.hpp: In function 'void msgpack::operator<<(msgpack::object&, long int)':
../deps/msgpack/msgpack/type/int.hpp:215:76: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v : o.type = type::POSITIVE_INTEGER, o.via.u64 = v; }
^
../deps/msgpack/msgpack/type/int.hpp: In function 'void msgpack::operator<<(msgpack::object&, long long int)':
../deps/msgpack/msgpack/type/int.hpp:218:76: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v : o.type = type::POSITIVE_INTEGER, o.via.u64 = v; }
^
In file included from ../deps/msgpack/msgpack/type.hpp:3:0,
from ../deps/msgpack/msgpack/object.hpp:418,
from ../deps/msgpack/object.cpp:18:
../deps/msgpack/msgpack/type/fixint.hpp: In function 'void msgpack::operator<<(msgpack::object&, msgpack::type::fix_int8)':
../deps/msgpack/msgpack/type/fixint.hpp:118:88: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v.get() < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v.get() : o.type = type::POSITIVE_INTEGER, o.via.u64 = v.get(); }
^
In file included from ../deps/msgpack/msgpack/type.hpp:3:0,
from ../deps/msgpack/msgpack/object.hpp:418,
from ../deps/msgpack/object.cpp:18:
../deps/msgpack/msgpack/type/fixint.hpp: In function 'void msgpack::operator<<(msgpack::object&, msgpack::type::fix_int16)':
../deps/msgpack/msgpack/type/fixint.hpp:121:88: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v.get() < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v.get() : o.type = type::POSITIVE_INTEGER, o.via.u64 = v.get(); }
^
../deps/msgpack/msgpack/type/fixint.hpp: In function 'void msgpack::operator<<(msgpack::object&, msgpack::type::fix_int32)':
../deps/msgpack/msgpack/type/fixint.hpp:124:88: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v.get() < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v.get() : o.type = type::POSITIVE_INTEGER, o.via.u64 = v.get(); }
^
../deps/msgpack/msgpack/type/fixint.hpp: In function 'void msgpack::operator<<(msgpack::object&, msgpack::type::fix_int64)':
../deps/msgpack/msgpack/type/fixint.hpp:127:88: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
{ v.get() < 0 ? o.type = type::NEGATIVE_INTEGER, o.via.i64 = v.get() : o.type = type::POSITIVE_INTEGER, o.via.u64 = v.get(); }
^
CC(target) Release/obj.target/libmsgpack/deps/msgpack/objectc.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/unpack.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/vrefbuffer.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/zone.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/version.o
AR(target) Release/obj.target/deps/msgpack/msgpack.a
COPY Release/msgpack.a
CXX(target) Release/obj.target/msgpackBinding/src/msgpack.o
SOLINK_MODULE(target) Release/obj.target/msgpackBinding.node
COPY Release/msgpackBinding.node
make: Leaving directory `/app/websync/node_modules/msgpack/build'
npm WARN deprecated pangyp@2.3.3: use node-gyp@3+ instead
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
> node-sass@2.1.1 install /app/websync/node_modules/gulp-sass/node_modules/node-sass
> node scripts/install.js
> node-sass@2.1.1 postinstall /app/websync/node_modules/gulp-sass/node_modules/node-sass
> node scripts/build.js
`linux-x64-node-0.12` exists; testing
Binary is fine; exiting
> websync@1.0.4 install /app/websync
> napa && npm run install-bower-dependencies && npm run build-dist
info install git://github.com/Luegg/angularjs-scroll-glue into node_modules/scrollglue
info install git://github.com/alertifyjs/alertify.js into node_modules/alertifyjs
info install git://github.com/matjaz/angu-poly into node_modules/angu-poly
> websync@1.0.4 install-bower-dependencies /app/websync
> bower install
bower bootstrap-sass#~3.3.4 not-cached git://github.com/twbs/bootstrap-sass.git#~3.3.4
bower bootstrap-sass#~3.3.4 resolve git://github.com/twbs/bootstrap-sass.git#~3.3.4
bower css-toggle-switch#~2.1.6 not-cached git://github.com/ghinda/css-toggle-switch.git#~2.1.6
bower css-toggle-switch#~2.1.6 resolve git://github.com/ghinda/css-toggle-switch.git#~2.1.6
bower css-toggle-switch#~2.1.6 download https://github.com/ghinda/css-toggle-switch/archive/v2.1.6.tar.gz
bower bootstrap-sass#~3.3.4 download https://github.com/twbs/bootstrap-sass/archive/v3.3.6.tar.gz
bower bootstrap-sass#~3.3.4 extract archive.tar.gz
bower bootstrap-sass#~3.3.4 resolved git://github.com/twbs/bootstrap-sass.git#3.3.6
bower jquery#>= 1.9.0 not-cached git://github.com/jquery/jquery-dist.git#>= 1.9.0
bower jquery#>= 1.9.0 resolve git://github.com/jquery/jquery-dist.git#>= 1.9.0
bower css-toggle-switch#~2.1.6 extract archive.tar.gz
bower jquery#>= 1.9.0 download https://github.com/jquery/jquery-dist/archive/2.1.4.tar.gz
bower css-toggle-switch#~2.1.6 resolved git://github.com/ghinda/css-toggle-switch.git#2.1.6
bower jquery#>= 1.9.0 extract archive.tar.gz
bower jquery#>= 1.9.0 resolved git://github.com/jquery/jquery-dist.git#2.1.4
bower bootstrap-sass#~3.3.4 install bootstrap-sass#3.3.6
bower css-toggle-switch#~2.1.6 install css-toggle-switch#2.1.6
bower jquery#>= 1.9.0 install jquery#2.1.4
bootstrap-sass#3.3.6 app/bower_components/bootstrap-sass
└── jquery#2.1.4
css-toggle-switch#2.1.6 app/bower_components/css-toggle-switch
jquery#2.1.4 app/bower_components/jquery
> websync@1.0.4 build-dist /app/websync
> gulp dist
[09:40:42] Using gulpfile ~/websync/gulpfile.js
[09:40:42] Starting 'clean'...
[09:40:42] Finished 'clean' after 7.61 ms
[09:40:42] Starting 'copy-server-to-dist'...
[09:40:42] Finished 'copy-server-to-dist' after 3.82 ms
[09:40:42] Starting 'browserify'...
[09:40:42] Finished 'browserify' after 3.6 ms
[09:40:42] Starting 'html'...
[09:40:42] Finished 'html' after 1.43 ms
[09:40:42] Starting 'scss'...
[09:40:42] Finished 'scss' after 738 μs
[09:40:42] Starting 'css'...
[09:40:42] Finished 'css' after 3.27 ms
[09:40:42] Starting 'fonts'...
[09:40:42] Finished 'fonts' after 523 μs
[09:40:42] Starting 'imagemin'...
[09:40:42] Finished 'imagemin' after 1.82 ms
[09:40:42] Starting 'bower'...
[09:40:42] Finished 'bower' after 433 μs
[09:40:42] Starting 'build'...
[09:40:42] Finished 'build' after 1.54 ms
[09:40:42] Starting 'build-prod'...
[09:40:42] Finished 'build-prod' after 2.32 μs
[09:40:42] Starting 'dist'...
[09:40:42] Finished 'dist' after 2.11 μs
[09:40:43] gulp-imagemin: Minified 1 image (saved 3.89 kB - 74.6%)
events.js:85
throw er; // Unhandled 'error' event
^
Error: module "bufferutil" not found from "/app/websync/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/lib/BufferUtil.js"
at notFound (/app/websync/node_modules/browserify/index.js:812:15)
at /app/websync/node_modules/browserify/index.js:762:23
at /app/websync/node_modules/browserify/node_modules/browser-resolve/index.js:264:24
at /app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:46:14
at process (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:173:43)
at ondir (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:188:17)
at load (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
at onex (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
at /app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
at FSReqWrap.oncomplete (fs.js:95:15)
npm ERR! Linux 3.13.0-74-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "build-dist"
npm ERR! node v0.12.9
npm ERR! npm v2.14.9
npm ERR! code ELIFECYCLE
npm ERR! websync@1.0.4 build-dist: `gulp dist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the websync@1.0.4 build-dist script 'gulp dist'.
npm ERR! This is most likely a problem with the websync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp dist
npm ERR! You can get their info via:
npm ERR! npm owner ls websync
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /app/websync/npm-debug.log
npm ERR! Linux 3.13.0-74-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.12.9
npm ERR! npm v2.14.9
npm ERR! code ELIFECYCLE
npm ERR! websync@1.0.4 install: `napa && npm run install-bower-dependencies && npm run build-dist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the websync@1.0.4 install script 'napa && npm run install-bower-dependencies && npm run build-dist'.
npm ERR! This is most likely a problem with the websync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! napa && npm run install-bower-dependencies && npm run build-dist
npm ERR! You can get their info via:
npm ERR! npm owner ls websync
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /app/websync/npm-debug.log
[09:40:47] Using gulpfile ~/websync/gulpfile.js
[09:40:47] Starting 'clean'...
[09:40:47] Finished 'clean' after 7.7 ms
[09:40:47] Starting 'copy-server-to-dist'...
[09:40:47] Finished 'copy-server-to-dist' after 4.15 ms
[09:40:47] Starting 'browserify'...
[09:40:47] Finished 'browserify' after 3.74 ms
[09:40:47] Starting 'html'...
[09:40:47] Finished 'html' after 1.53 ms
[09:40:47] Starting 'scss'...
[09:40:47] Finished 'scss' after 1.36 ms
[09:40:47] Starting 'css'...
[09:40:47] Finished 'css' after 4.28 ms
[09:40:47] Starting 'fonts'...
[09:40:47] Finished 'fonts' after 525 μs
[09:40:47] Starting 'imagemin'...
[09:40:47] Finished 'imagemin' after 1.84 ms
[09:40:47] Starting 'bower'...
[09:40:47] Finished 'bower' after 440 μs
[09:40:47] Starting 'build'...
[09:40:47] Finished 'build' after 615 μs
[09:40:47] Starting 'build-prod'...
[09:40:47] Finished 'build-prod' after 2.25 μs
[09:40:47] Starting 'dist'...
[09:40:47] Finished 'dist' after 2.21 μs
[09:40:47] gulp-imagemin: Minified 1 image (saved 3.89 kB - 74.6%)
events.js:85
throw er; // Unhandled 'error' event
^
Error: module "bufferutil" not found from "/app/websync/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/lib/BufferUtil.js"
at notFound (/app/websync/node_modules/browserify/index.js:812:15)
at /app/websync/node_modules/browserify/index.js:762:23
at /app/websync/node_modules/browserify/node_modules/browser-resolve/index.js:264:24
at /app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:46:14
at process (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:173:43)
at ondir (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:188:17)
at load (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
at onex (/app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
at /app/websync/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
at FSReqWrap.oncomplete (fs.js:95:15)
The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_0.12 | bash - && apt-get install $APTLIST -qy && npm install -g bower gulp && git clone https://github.com/furier/websync.git /app/websync && usermod -d /app abc && chown -R abc:abc /app && cd /app/websync && /sbin/setuser abc npm install && /sbin/setuser abc bower install && /sbin/setuser abc gulp dist || true && rm -rf /app/websync/dist && /sbin/setuser abc gulp dist && rm -rf /app/.*[a-z] && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*' returned a non-zero code: 1
Build step 'Docker Build and Publish' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
Sending e-mails to: XXXXXXXXX
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment