Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Service 'workspace' failed to build #1918

Closed
hz61p1 opened this issue Dec 19, 2018 · 1 comment
Closed

ERROR: Service 'workspace' failed to build #1918

hz61p1 opened this issue Dec 19, 2018 · 1 comment

Comments

@hz61p1
Copy link
Contributor

hz61p1 commented Dec 19, 2018

Info:

  • Docker version ($ docker --version): 18.09.0-ce, build 4d60db472b
  • Laradock commit ($ git rev-parse HEAD): d8c36ab
  • System info (Mac, PC, Linux): Linux
  • System info disto/version: Arch

Issue:

$ docker-compose up -d php-fpm nginx
Pulling docker-in-docker (docker:dind)...
dind: Pulling from library/docker
4fe2ade4980c: Pull complete
2e793f0ebe8a: Pull complete
77995fba1918: Pull complete
138bee096c72: Pull complete
5ed9d4b111c6: Pull complete
0fc49bcc693c: Pull complete
35046dbe9866: Pull complete
4a80e297fcdd: Pull complete
e7e6c6bb487f: Pull complete
5a6b9708fcb3: Pull complete
Building workspace
Step 1/183 : ARG LARADOCK_PHP_VERSION
Step 2/183 : FROM laradock/workspace:2.2-${LARADOCK_PHP_VERSION}
2.2-5.6: Pulling from laradock/workspace
281a73dee007: Pull complete
2aea1b77cff7: Pull complete
59a714b7d8bf: Pull complete
0218064da0a9: Pull complete
ebac621dcea3: Pull complete
a3ed95caeb02: Pull complete
b580731643cc: Pull complete
faa5fbdba239: Pull complete
1887293caa1f: Pull complete
ec01302fc2e6: Pull complete
bcaa94da96c6: Pull complete
ea22ca4cfaf1: Pull complete
Digest: sha256:1e56712ebf3e1b7a4ee7cfc10da1fd1ff99517cefe70406f5ecb4a24db2f404f
Status: Downloaded newer image for laradock/workspace:2.2-5.6
---> c2dc1933ec16
Step 3/183 : LABEL maintainer="Mahmoud Zalt mahmoud@zalt.me"
---> Running in 187429296c4f
Removing intermediate container 187429296c4f
---> bd0c95630abf
Step 4/183 : ARG LARADOCK_PHP_VERSION
---> Running in d6ace08751a9
Removing intermediate container d6ace08751a9
---> de9a413d7d25
Step 5/183 : ENV DEBIAN_FRONTEND noninteractive
---> Running in 071b06a662d8
Removing intermediate container 071b06a662d8
---> a257ab4f90ee
Step 6/183 : USER root
---> Running in 9892d242a1ce
Removing intermediate container 9892d242a1ce
---> 45f9178308ba
Step 7/183 : ARG PUID=1000
---> Running in 0bc091f4628d
Removing intermediate container 0bc091f4628d
---> afd7bc6316a8
Step 8/183 : ENV PUID ${PUID}
---> Running in 712c9d27b25b
Removing intermediate container 712c9d27b25b
---> 344ac4a0216e
Step 9/183 : ARG PGID=1000
---> Running in 47ad476b65ec
Removing intermediate container 47ad476b65ec
---> 7940e4f7b348
Step 10/183 : ENV PGID ${PGID}
---> Running in 81daaa05a6a7
Removing intermediate container 81daaa05a6a7
---> 3d6d915ffa27
Step 11/183 : RUN apt-get update -yqq && pecl channel-update pecl.php.net && groupadd -g ${PGID} laradock && useradd -u ${PUID} -g laradock -m laradock -G docker_env && usermod -p "" laradock
---> Running in 0e84ddfb7d3b
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded
Removing intermediate container 0e84ddfb7d3b
---> 2989e7ef01b8
Step 12/183 : ARG TZ=UTC
---> Running in d385bb271396
Removing intermediate container d385bb271396
---> 9775f2e484b5
Step 13/183 : ENV TZ ${TZ}
---> Running in 5f679107e68d
Removing intermediate container 5f679107e68d
---> 88bc88e593b0
Step 14/183 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
---> Running in c9a8920dc54c
Removing intermediate container c9a8920dc54c
---> 7a117947cc97
Step 15/183 : USER root
---> Running in dfaa6451aa0c
Removing intermediate container dfaa6451aa0c
---> 1ef45b448966
Step 16/183 : COPY ./aliases.sh /root/aliases.sh
---> 148762b70c4e
Step 17/183 : COPY ./aliases.sh /home/laradock/aliases.sh
---> 80b0fe6e713c
Step 18/183 : RUN sed -i 's/\r//' /root/aliases.sh && sed -i 's/\r//' /home/laradock/aliases.sh && chown laradock:laradock /home/laradock/aliases.sh && echo "" >> ~/.bashrc && echo "# Load Custom Aliases" >> ~/.bashrc && echo "source ~/aliases.sh" >> ~/.bashrc && echo "" >> ~/.bashrc
---> Running in 610124e1de2b
Removing intermediate container 610124e1de2b
---> c45bbf88899d
Step 19/183 : USER laradock
---> Running in 7839c8f99e43
Removing intermediate container 7839c8f99e43
---> 1d920c44a59a
Step 20/183 : RUN echo "" >> ~/.bashrc && echo "# Load Custom Aliases" >> ~/.bashrc && echo "source ~/aliases.sh" >> ~/.bashrc && echo "" >> ~/.bashrc
---> Running in 168dafc32ad2
Removing intermediate container 168dafc32ad2
---> c0789c7c3ed2
Step 21/183 : USER root
---> Running in 3ef1e5d867c5
Removing intermediate container 3ef1e5d867c5
---> 429a2e5b9ea3
Step 22/183 : COPY ./composer.json /home/laradock/.composer/composer.json
---> 6dedf4f24c94
Step 23/183 : RUN chown -R laradock:laradock /home/laradock/.composer
---> Running in a0d53312da0e
Removing intermediate container a0d53312da0e
---> 8c1048d21730
Step 24/183 : USER laradock
---> Running in 0931f5198e6f
Removing intermediate container 0931f5198e6f
---> 8103ecafbcfd
Step 25/183 : ARG COMPOSER_GLOBAL_INSTALL=false
---> Running in 452a9341ea66
Removing intermediate container 452a9341ea66
---> 900ed4950e5a
Step 26/183 : ENV COMPOSER_GLOBAL_INSTALL ${COMPOSER_GLOBAL_INSTALL}
---> Running in 4b046dd896c4
Removing intermediate container 4b046dd896c4
---> de38b68cefc2
Step 27/183 : RUN if [ ${COMPOSER_GLOBAL_INSTALL} = true ]; then composer global install ;fi
---> Running in 0dbc50053d26
Changed current directory to /home/laradock/.composer
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
Removing intermediate container 0dbc50053d26
---> d0fa8fb58cef
Step 28/183 : ARG COMPOSER_REPO_PACKAGIST
---> Running in e7fb650ccaa2
Removing intermediate container e7fb650ccaa2
---> 3892608859ec
Step 29/183 : ENV COMPOSER_REPO_PACKAGIST ${COMPOSER_REPO_PACKAGIST}
---> Running in 7fb3eea8cdc4
Removing intermediate container 7fb3eea8cdc4
---> 2b3948bacdee
Step 30/183 : RUN if [ ${COMPOSER_REPO_PACKAGIST} ]; then composer config -g repo.packagist composer ${COMPOSER_REPO_PACKAGIST} ;fi
---> Running in 28cc516085b6
Removing intermediate container 28cc516085b6
---> 0d12212e689a
Step 31/183 : RUN echo "" >> /.bashrc && echo 'export PATH="/.composer/vendor/bin:$PATH"' >> ~/.bashrc
---> Running in 6763b495b87e
Removing intermediate container 6763b495b87e
---> 45237cf2be9d
Step 32/183 : USER laradock
---> Running in 830283e406ed
Removing intermediate container 830283e406ed
---> ac61a31f19dc
Step 33/183 : RUN echo "" >> ~/.bashrc && echo 'export PATH="/var/www/vendor/bin:$PATH"' >> ~/.bashrc
---> Running in 0308a8fde3df
Removing intermediate container 0308a8fde3df
---> 70cc86a1ae91
Step 34/183 : USER root
---> Running in 6cec34ac3503
Removing intermediate container 6cec34ac3503
---> 2e178a0513f3
Step 35/183 : COPY ./crontab /etc/cron.d
---> 6866606dd01c
Step 36/183 : RUN chmod -R 644 /etc/cron.d
---> Running in 3695d064ec77
Removing intermediate container 3695d064ec77
---> 55af318b440c
Step 37/183 : USER root
---> Running in bae5a5710513
Removing intermediate container bae5a5710513
---> 6d1a343d90b6
Step 38/183 : ARG INSTALL_DRUSH=false
---> Running in 62664273e690
Removing intermediate container 62664273e690
---> 8af34540031c
Step 39/183 : ARG DRUSH_VERSION
---> Running in 5f814c730895
Removing intermediate container 5f814c730895
---> 0ffe44e67355
Step 40/183 : ENV DRUSH_VERSION ${DRUSH_VERSION}
---> Running in 11ccbce53487
Removing intermediate container 11ccbce53487
---> 52bbc538dae3
Step 41/183 : RUN if [ ${INSTALL_DRUSH} = true ]; then apt-get -y install mysql-client && curl -fsSL -o /usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/${DRUSH_VERSION}/drush.phar | bash && chmod +x /usr/local/bin/drush && drush core-status ;fi
---> Running in f8a7e7cbbaa9
Removing intermediate container f8a7e7cbbaa9
---> 4a98faba16a9
Step 42/183 : USER root
---> Running in 9216d6e33ec9
Removing intermediate container 9216d6e33ec9
---> 0b306227d96a
Step 43/183 : ARG INSTALL_SSH2=false
---> Running in ed6fbda23910
Removing intermediate container ed6fbda23910
---> 85a515066c53
Step 44/183 : RUN if [ ${INSTALL_SSH2} = true ]; then apt-get -y install libssh2-1-dev php${LARADOCK_PHP_VERSION}-ssh2 ;fi
---> Running in dc53994e1cfa
Removing intermediate container dc53994e1cfa
---> 01d8cb46256e
Step 45/183 : USER root
---> Running in 44cdfcf76326
Removing intermediate container 44cdfcf76326
---> 8ff52e9a4599
Step 46/183 : ARG INSTALL_GMP=false
---> Running in 711549479dcd
Removing intermediate container 711549479dcd
---> e8a7e90ce374
Step 47/183 : ARG PHP_VERSION=${PHP_VERSION}
---> Running in c8205ee19c85
Removing intermediate container c8205ee19c85
---> e58fd8713898
Step 48/183 : RUN if [ ${INSTALL_GMP} = true ]; then apt-get -y install php${PHP_VERSION}-gmp ;fi
---> Running in 9aa88d002a9b
Removing intermediate container 9aa88d002a9b
---> 8a32739fec78
Step 49/183 : USER root
---> Running in ba05e7d2be57
Removing intermediate container ba05e7d2be57
---> d363db4a84a2
Step 50/183 : ARG INSTALL_SOAP=false
---> Running in 427b0e3c7cd6
Removing intermediate container 427b0e3c7cd6
---> f913aa8e19cb
Step 51/183 : RUN if [ ${INSTALL_SOAP} = true ]; then apt-get -y install libxml2-dev php${LARADOCK_PHP_VERSION}-soap ;fi
---> Running in ecaa4e3a1de1
Removing intermediate container ecaa4e3a1de1
---> 2bce2658927c
Step 52/183 : ARG INSTALL_LDAP=false
---> Running in 740d56ff809e
Removing intermediate container 740d56ff809e
---> b183b324cae5
Step 53/183 : RUN if [ ${INSTALL_LDAP} = true ]; then apt-get install -y libldap2-dev && apt-get install -y php${LARADOCK_PHP_VERSION}-ldap ;fi
---> Running in b10a71e7261f
Removing intermediate container b10a71e7261f
---> 0bd7e76e1d42
Step 54/183 : ARG INSTALL_IMAP=false
---> Running in ffa2e02106d7
Removing intermediate container ffa2e02106d7
---> a98202d2cc10
Step 55/183 : RUN if [ ${INSTALL_IMAP} = true ]; then apt-get install -y php${LARADOCK_PHP_VERSION}-imap ;fi
---> Running in 617866ef2735
Removing intermediate container 617866ef2735
---> 4cbbb7eec4ce
Step 56/183 : USER root
---> Running in c3467a83114d
Removing intermediate container c3467a83114d
---> 7efb75dc64aa
Step 57/183 : ARG INSTALL_SUBVERSION=false
---> Running in 44794b04807b
Removing intermediate container 44794b04807b
---> 44eb632836b8
Step 58/183 : RUN if [ ${INSTALL_SUBVERSION} = true ]; then apt-get install -y subversion ;fi
---> Running in ed680249fb24
Removing intermediate container ed680249fb24
---> 854387565139
Step 59/183 : USER root
---> Running in 2b45ce08ce7f
Removing intermediate container 2b45ce08ce7f
---> ef475ae008c5
Step 60/183 : ARG INSTALL_XDEBUG=false
---> Running in 5b55655f14f8
Removing intermediate container 5b55655f14f8
---> 3fb129a6c7ee
Step 61/183 : RUN if [ ${INSTALL_XDEBUG} = true ]; then apt-get install -y php${LARADOCK_PHP_VERSION}-xdebug && sed -i 's/^;//g' /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-xdebug.ini && echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/vendor/bin/phpunit'" >> ~/.bashrc ;fi
---> Running in 09e58278201a
Removing intermediate container 09e58278201a
---> 98a86ebd249c
Step 62/183 : COPY ./xdebug.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/xdebug.ini
---> 877684ac9142
Step 63/183 : RUN sed -i "s/xdebug.remote_autostart=0/xdebug.remote_autostart=1/" /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/xdebug.ini && sed -i "s/xdebug.remote_enable=0/xdebug.remote_enable=1/" /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/xdebug.ini && sed -i "s/xdebug.cli_color=0/xdebug.cli_color=1/" /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/xdebug.ini
---> Running in fed01c17bccc
Removing intermediate container fed01c17bccc
---> ffabd73a0183
Step 64/183 : USER root
---> Running in b3c6683d6454
Removing intermediate container b3c6683d6454
---> 8200e1c260b6
Step 65/183 : ARG INSTALL_PHPDBG=false
---> Running in e45638252eda
Removing intermediate container e45638252eda
---> 284d4eaf99e9
Step 66/183 : RUN if [ ${INSTALL_PHPDBG} = true ]; then apt-get install -y --force-yes php${LARADOCK_PHP_VERSION}-phpdbg ;fi
---> Running in f25a389edf45
Removing intermediate container f25a389edf45
---> c4b1df3d2979
Step 67/183 : ARG INSTALL_BLACKFIRE=false
---> Running in 6aa1bece9d41
Removing intermediate container 6aa1bece9d41
---> 2f9ca783506b
Step 68/183 : ARG BLACKFIRE_CLIENT_ID
---> Running in 2dd0237b42a7
Removing intermediate container 2dd0237b42a7
---> 5b2dd316056e
Step 69/183 : ENV BLACKFIRE_CLIENT_ID ${BLACKFIRE_CLIENT_ID}
---> Running in 6a5bd83d0201
Removing intermediate container 6a5bd83d0201
---> e9247dfc8e51
Step 70/183 : ARG BLACKFIRE_CLIENT_TOKEN
---> Running in 8d02a79558c7
Removing intermediate container 8d02a79558c7
---> 9f4aae76a46a
Step 71/183 : ENV BLACKFIRE_CLIENT_TOKEN ${BLACKFIRE_CLIENT_TOKEN}
---> Running in be46284594d4
Removing intermediate container be46284594d4
---> 4535c11e1048
Step 72/183 : RUN if [ ${INSTALL_XDEBUG} = false -a ${INSTALL_BLACKFIRE} = true ]; then curl -L https://packagecloud.io/gpg.key | apt-key add - && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && apt-get update -yqq && apt-get install blackfire-agent ;fi
---> Running in 2ffe7479f893
Removing intermediate container 2ffe7479f893
---> 42fe836bf39e
Step 73/183 : ARG INSTALL_WORKSPACE_SSH=false
---> Running in 4b6d514a19dc
Removing intermediate container 4b6d514a19dc
---> 87230d2d9e2c
Step 74/183 : COPY insecure_id_rsa /tmp/id_rsa
---> b7be8a91df2b
Step 75/183 : COPY insecure_id_rsa.pub /tmp/id_rsa.pub
---> 1f2669cae506
Step 76/183 : RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then rm -f /etc/service/sshd/down && cat /tmp/id_rsa.pub >> /root/.ssh/authorized_keys && cat /tmp/id_rsa.pub >> /root/.ssh/id_rsa.pub && cat /tmp/id_rsa >> /root/.ssh/id_rsa && rm -f /tmp/id_rsa
&& chmod 644 /root/.ssh/authorized_keys /root/.ssh/id_rsa.pub && chmod 400 /root/.ssh/id_rsa && cp -rf /root/.ssh /home/laradock && chown -R laradock:laradock /home/laradock/.ssh ;fi
---> Running in f90cb0bea980
Removing intermediate container f90cb0bea980
---> 58ca4e10dc0e
Step 77/183 : ARG INSTALL_MONGO=false
---> Running in 1e729ab89f92
Removing intermediate container 1e729ab89f92
---> 82e0cbbb52bc
Step 78/183 : RUN if [ ${INSTALL_MONGO} = true ]; then if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then pecl install mongo && echo "extension=mongo.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/mongo.ini && ln -s /etc/php/${LARADOCK_PHP_VERSION}/mods-available/mongo.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/30-mongo.ini ;fi && pecl install mongodb && echo "extension=mongodb.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/mongodb.ini && ln -s /etc/php/${LARADOCK_PHP_VERSION}/mods-available/mongodb.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/30-mongodb.ini ;fi
---> Running in 0af103e406b3
Removing intermediate container 0af103e406b3
---> d86a19382bf8
Step 79/183 : ARG INSTALL_AMQP=false
---> Running in 0a45faf20749
Removing intermediate container 0a45faf20749
---> b7ae32e26a42
Step 80/183 : RUN if [ ${INSTALL_AMQP} = true ]; then apt-get install librabbitmq-dev -y && pecl -q install amqp && echo "extension=amqp.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/amqp.ini && ln -s /etc/php/${LARADOCK_PHP_VERSION}/mods-available/amqp.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/30-amqp.ini ;fi
---> Running in 6ffdfe4f72cd
Removing intermediate container 6ffdfe4f72cd
---> 15908d1e0395
Step 81/183 : ARG INSTALL_PHPREDIS=false
---> Running in 321d823512ca
Removing intermediate container 321d823512ca
---> b797d7a85a0f
Step 82/183 : RUN if [ ${INSTALL_PHPREDIS} = true ]; then printf "\n" | pecl -q install -o -f redis && echo "extension=redis.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/redis.ini && phpenmod redis ;fi
---> Running in b6e569dc0800
enable igbinary serializer support? [no] : enable lzf compression support? [no] : configuration option "php_ini" is not set to php.ini location
You should add "extension=redis.so" to php.ini
Removing intermediate container b6e569dc0800
---> 2fdc87082b6f
Step 83/183 : ARG INSTALL_SWOOLE=false
---> Running in 7d101d3a49ec
Removing intermediate container 7d101d3a49ec
---> c258cc60dc87
Step 84/183 : RUN if [ ${INSTALL_SWOOLE} = true ]; then if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then pecl -q install swoole-2.0.11; else if [ $(php -r "echo PHP_MINOR_VERSION;") = "0" ]; then pecl install swoole-2.2.0; else pecl install swoole; fi fi && echo "extension=swoole.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/swoole.ini && ln -s /etc/php/${LARADOCK_PHP_VERSION}/mods-available/swoole.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-swoole.ini ;fi
---> Running in 69c8965258f8
Removing intermediate container 69c8965258f8
---> 1faa9a2cc785
Step 85/183 : ARG INSTALL_LIBPNG=false
---> Running in fa25babe858e
Removing intermediate container fa25babe858e
---> f49acccc9f0a
Step 86/183 : RUN if [ ${INSTALL_LIBPNG} = true ]; then apt-get update && apt-get install libpng16-16 ;fi
---> Running in 491d0b1494c9
Removing intermediate container 491d0b1494c9
---> 247ca6caaec9
Step 87/183 : ARG INSTALL_IONCUBE=false
---> Running in 9dfc865d69e4
Removing intermediate container 9dfc865d69e4
---> a1338aca6e39
Step 88/183 : RUN if [ ${INSTALL_IONCUBE} = true ]; then curl -L -o /tmp/ioncube_loaders_lin_x86-64.tar.gz https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz && tar zxpf /tmp/ioncube_loaders_lin_x86-64.tar.gz -C /tmp && mv /tmp/ioncube/ioncube_loader_lin_${LARADOCK_PHP_VERSION}.so $(php -r "echo ini_get('extension_dir');")/ioncube_loader.so && echo "zend_extension=ioncube_loader.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/0ioncube.ini && rm -rf /tmp/ioncube* ;fi
---> Running in 1adbe0a19d68
Removing intermediate container 1adbe0a19d68
---> 4116e08a09b7
Step 89/183 : USER root
---> Running in 7113f402049a
Removing intermediate container 7113f402049a
---> 10a1598628f1
Step 90/183 : ARG INSTALL_DRUPAL_CONSOLE=false
---> Running in 77247544dc10
Removing intermediate container 77247544dc10
---> 5626141992cf
Step 91/183 : RUN if [ ${INSTALL_DRUPAL_CONSOLE} = true ]; then apt-get -y install mysql-client && curl https://drupalconsole.com/installer -L -o drupal.phar && mv drupal.phar /usr/local/bin/drupal && chmod +x /usr/local/bin/drupal ;fi
---> Running in e5fe0aedda62
Removing intermediate container e5fe0aedda62
---> f53bf122cf4e
Step 92/183 : USER laradock
---> Running in 50d67718cb66
Removing intermediate container 50d67718cb66
---> 4c705c7cf3bb
Step 93/183 : ARG NODE_VERSION=node
---> Running in d7e980e7e4b8
Removing intermediate container d7e980e7e4b8
---> 413021322141
Step 94/183 : ENV NODE_VERSION ${NODE_VERSION}
---> Running in 8fd4270b0d55
Removing intermediate container 8fd4270b0d55
---> dc2c0a6b34f6
Step 95/183 : ARG INSTALL_NODE=false
---> Running in c16ef5a13fe9
Removing intermediate container c16ef5a13fe9
---> 04056a3cc718
Step 96/183 : ARG INSTALL_NPM_GULP=false
---> Running in f155105e8189
Removing intermediate container f155105e8189
---> 749a9cfa5301
Step 97/183 : ARG INSTALL_NPM_BOWER=false
---> Running in b09a7d5c83c1
Removing intermediate container b09a7d5c83c1
---> af326f35085b
Step 98/183 : ARG INSTALL_NPM_VUE_CLI=false
---> Running in 81140f33864d
Removing intermediate container 81140f33864d
---> 8b165fc1feba
Step 99/183 : ARG NPM_REGISTRY
---> Running in 62975c3e10ba
Removing intermediate container 62975c3e10ba
---> 7a0a49218970
Step 100/183 : ENV NPM_REGISTRY ${NPM_REGISTRY}
---> Running in 2bd9d67733d0
Removing intermediate container 2bd9d67733d0
---> 8b2ae1b04842
Step 101/183 : ENV NVM_DIR /home/laradock/.nvm
---> Running in 82be36b10c76
Removing intermediate container 82be36b10c76
---> a377053b29dd
Step 102/183 : RUN if [ ${INSTALL_NODE} = true ]; then mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install ${NODE_VERSION} && nvm use ${NODE_VERSION} && nvm alias ${NODE_VERSION} && if [ ${NPM_REGISTRY} ]; then npm config set registry ${NPM_REGISTRY} ;fi && if [ ${INSTALL_NPM_GULP} = true ]; then npm install -g gulp ;fi && if [ ${INSTALL_NPM_BOWER} = true ]; then npm install -g bower ;fi && if [ ${INSTALL_NPM_VUE_CLI} = true ]; then npm install -g @vue/cli ;fi && ln -s npm bin --global /home/laradock/.node-bin ;fi
---> Running in 206455a5ce57
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 12819 100 12819 0 0 26072 0 --:--:-- --:--:-- --:--:-- 26054
=> Downloading nvm from git to '/home/laradock/.nvm'
=> Cloning into '/home/laradock/.nvm'...
=> Compressing and cleaning up git repository

=> Appending nvm source string to /home/laradock/.bashrc
=> Appending bash_completion source string to /home/laradock/.bashrc
=> Installing Node.js version node
Downloading and installing node v11.5.0...
Downloading https://nodejs.org/dist/v11.5.0/node-v11.5.0-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v11.5.0 (npm v6.4.1)
Creating default alias: default -> node (-> v11.5.0)
=> Node.js version node has been successfully installed
=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion
v11.5.0 is already installed.
Now using node v11.5.0 (npm v6.4.1)
Now using node v11.5.0 (npm v6.4.1)
node -> stable (-> v11.5.0) (default)
/home/laradock/.nvm/versions/node/v11.5.0/bin/gulp -> /home/laradock/.nvm/versions/node/v11.5.0/lib/node_modules/gulp/bin/gulp.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/gulp/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

  • gulp@4.0.0
    added 318 packages from 217 contributors in 15.463s
    npm WARN deprecated hoek@5.0.4: This version is no longer maintained. Please upgrade to the latest version.
    npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
    /home/laradock/.nvm/versions/node/v11.5.0/bin/vue -> /home/laradock/.nvm/versions/node/v11.5.0/lib/node_modules/@vue/cli/bin/vue.js

protobufjs@6.8.8 postinstall /home/laradock/.nvm/versions/node/v11.5.0/lib/node_modules/@vue/cli/node_modules/protobufjs
node scripts/postinstall

nodemon@1.18.9 postinstall /home/laradock/.nvm/versions/node/v11.5.0/lib/node_modules/@vue/cli/node_modules/nodemon
node bin/postinstall || exit 0

Love nodemon? You can now support the project via the open collective:

https://opencollective.com/nodemon/donate

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/@vue/cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

  • @vue/cli@3.2.1
    added 672 packages from 503 contributors in 34.265s
    Removing intermediate container 206455a5ce57
    ---> b53f3e5f0f14
    Step 103/183 : RUN if [ ${INSTALL_NODE} = true ]; then echo "" >> ~/.bashrc && echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.bashrc && echo '[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm' >> ~/.bashrc ;fi
    ---> Running in d6350a47743d
    Removing intermediate container d6350a47743d
    ---> aab4ba4841c2
    Step 104/183 : USER root
    ---> Running in c64a01b69462
    Removing intermediate container c64a01b69462
    ---> c6e5f1f72b63
    Step 105/183 : RUN if [ ${INSTALL_NODE} = true ]; then echo "" >> ~/.bashrc && echo 'export NVM_DIR="/home/laradock/.nvm"' >> ~/.bashrc && echo '[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm' >> ~/.bashrc ;fi
    ---> Running in 281c4fa6b0a1
    Removing intermediate container 281c4fa6b0a1
    ---> 0d9c8c84620b
    Step 106/183 : ENV PATH $PATH:/home/laradock/.node-bin
    ---> Running in 040d6830e10b
    Removing intermediate container 040d6830e10b
    ---> 98a0a120a0b9
    Step 107/183 : RUN if [ ${INSTALL_NODE} = true ]; then find $NVM_DIR -type f -name node -exec ln -s {} /usr/local/bin/node ; && NODE_MODS_DIR="$NVM_DIR/versions/node/$(node -v)/lib/node_modules" && ln -s $NODE_MODS_DIR/bower/bin/bower /usr/local/bin/bower && ln -s $NODE_MODS_DIR/gulp/bin/gulp.js /usr/local/bin/gulp && ln -s $NODE_MODS_DIR/npm/bin/npm-cli.js /usr/local/bin/npm && ln -s $NODE_MODS_DIR/npm/bin/npx-cli.js /usr/local/bin/npx && ln -s $NODE_MODS_DIR/vue-cli/bin/vue /usr/local/bin/vue && ln -s $NODE_MODS_DIR/vue-cli/bin/vue-init /usr/local/bin/vue-init && ln -s $NODE_MODS_DIR/vue-cli/bin/vue-list /usr/local/bin/vue-list ;fi
    ---> Running in 34157b6cbd88
    Removing intermediate container 34157b6cbd88
    ---> e42e4754cf7f
    Step 108/183 : RUN if [ ${NPM_REGISTRY} ]; then . ~/.bashrc && npm config set registry ${NPM_REGISTRY} ;fi
    ---> Running in 848b237ee5ca
    Removing intermediate container 848b237ee5ca
    ---> 2d6dc40ea8e7
    Step 109/183 : USER laradock
    ---> Running in e47c79fb9653
    Removing intermediate container e47c79fb9653
    ---> 7e37ac122c97
    Step 110/183 : ARG INSTALL_YARN=false
    ---> Running in 0145a1930693
    Removing intermediate container 0145a1930693
    ---> 8ebdee63c06f
    Step 111/183 : ARG YARN_VERSION=latest
    ---> Running in 2c7ef7529a70
    Removing intermediate container 2c7ef7529a70
    ---> 86ccac441c2d
    Step 112/183 : ENV YARN_VERSION ${YARN_VERSION}
    ---> Running in 480e53595c78
    Removing intermediate container 480e53595c78
    ---> 90abd2e1d98c
    Step 113/183 : RUN if [ ${INSTALL_YARN} = true ]; then [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && if [ ${YARN_VERSION} = "latest" ]; then curl -o- -L https://yarnpkg.com/install.sh | bash; else curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version ${YARN_VERSION}; fi && echo "" >> ~/.bashrc && echo 'export PATH="$HOME/.yarn/bin:$PATH"' >> ~/.bashrc ;fi
    ---> Running in 2603411aa397
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 7041 0 7041 0 0 18847 0 --:--:-- --:--:-- --:--:-- 18826
    Installing Yarn!

Downloading tarball...

[1/2]: https://yarnpkg.com/latest.tar.gz --> /tmp/yarn.tar.gz.2yaLWy5IlH
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 93 100 93 0 0 233 0 --:--:-- --:--:-- --:--:-- 234
100 609 0 609 0 0 592 0 --:--:-- 0:00:01 --:--:-- 594k
100 1139k 100 1139k 0 0 379k 0 0:00:02 0:00:02 --:--:-- 1111k

[2/2]: https://yarnpkg.com/latest.tar.gz.asc --> /tmp/yarn.tar.gz.2yaLWy5IlH.asc
100 97 100 97 0 0 2399 0 --:--:-- --:--:-- --:--:-- 2399
100 613 0 613 0 0 2190 0 --:--:-- --:--:-- --:--:-- 2190
100 832 100 832 0 0 1714 0 --:--:-- --:--:-- --:--:-- 1714

Verifying integrity...
gpg: keyring `/home/laradock/.gnupg/secring.gpg' created
gpg: key 86E50310: public key "Yarn Packaging yarn@dan.cx" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: Signature made Wed 07 Nov 2018 03:13:31 PM UTC using RSA key ID B6FF4DE3
gpg: Good signature from "Yarn Packaging yarn@dan.cx"
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: 72EC F46A 56B4 AD39 C907 BBB7 1646 B01B 86E5 0310
Subkey fingerprint: E219 30C4 D0A4 AA46 1858 1F7A E074 D16E B6FF 4DE3
GPG signature looks good
Extracting to ~/.yarn...
Adding to $PATH...
We've added the following to your /home/laradock/.profile
If this isn't the profile of your current shell then please add the following to your correct profile:

export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"

Successfully installed Yarn 1.12.3! Please open another terminal where the yarn command will now be available.
Removing intermediate container 2603411aa397
---> 82988771bb4e
Step 114/183 : USER root
---> Running in 4541de7e7ec1
Removing intermediate container 4541de7e7ec1
---> 512fc0cda28c
Step 115/183 : RUN if [ ${INSTALL_YARN} = true ]; then echo "" >> ~/.bashrc && echo 'export YARN_DIR="/home/laradock/.yarn"' >> ~/.bashrc && echo 'export PATH="$YARN_DIR/bin:$PATH"' >> ~/.bashrc ;fi
---> Running in 5897b27bf032
Removing intermediate container 5897b27bf032
---> 7b71f907b1d3
Step 116/183 : ENV PATH $PATH:/home/laradock/.yarn/bin
---> Running in e1af9e650135
Removing intermediate container e1af9e650135
---> d843b5bd79e5
Step 117/183 : USER root
---> Running in c092b4586062
Removing intermediate container c092b4586062
---> f88c34557a24
Step 118/183 : ARG INSTALL_AEROSPIKE=false
---> Running in 749a1097b5d9
Removing intermediate container 749a1097b5d9
---> 618909c98e1c
Step 119/183 : ARG AEROSPIKE_PHP_REPOSITORY
---> Running in ddb3d7ffe1d9
Removing intermediate container ddb3d7ffe1d9
---> 467784864119
Step 120/183 : RUN if [ ${INSTALL_AEROSPIKE} = true ]; then apt-get -y install sudo wget && curl -L -o /tmp/aerospike-client-php.tar.gz ${AEROSPIKE_PHP_REPOSITORY} && mkdir -p aerospike-client-php && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then ( cd aerospike-client-php/src/aerospike && phpize && ./build.sh && make install ) else ( cd aerospike-client-php/src && phpize && ./build.sh && make install ) fi && rm /tmp/aerospike-client-php.tar.gz && echo 'extension=aerospike.so' >> /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/aerospike.ini && echo 'aerospike.udf.lua_system_path=/usr/local/aerospike/lua' >> /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/aerospike.ini && echo 'aerospike.udf.lua_user_path=/usr/local/aerospike/usr-lua' >> /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/aerospike.ini ;fi
---> Running in f87d00c76af9
Removing intermediate container f87d00c76af9
---> b444778192f7
Step 121/183 : USER root
---> Running in a53710f174fa
Removing intermediate container a53710f174fa
---> 844cf7636e05
Step 122/183 : ARG INSTALL_V8JS=false
---> Running in c250b22cd10f
Removing intermediate container c250b22cd10f
---> 6aee6d782b8b
Step 123/183 : RUN if [ ${INSTALL_V8JS} = true ]; then add-apt-repository -y ppa:pinepain/libv8-archived && apt-get update -yqq && apt-get install -y php${LARADOCK_PHP_VERSION}-xml php${LARADOCK_PHP_VERSION}-dev php-pear libv8-5.4 && pecl install v8js && echo "extension=v8js.so" >> /etc/php/${LARADOCK_PHP_VERSION}/cli/php.ini ;fi
---> Running in af5fa453411e
Removing intermediate container af5fa453411e
---> 5f7aa2a50542
Step 124/183 : USER laradock
---> Running in 48d6467afd1a
Removing intermediate container 48d6467afd1a
---> eddc33fc179c
Step 125/183 : ARG INSTALL_LARAVEL_ENVOY=false
---> Running in 03aa2805d9c7
Removing intermediate container 03aa2805d9c7
---> 29778d31425b
Step 126/183 : RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then composer global require "laravel/envoy=~1.0" ;fi
---> Running in bb84df29346d
Removing intermediate container bb84df29346d
---> b6169af702be
Step 127/183 : USER laradock
---> Running in 9f4797360adf
Removing intermediate container 9f4797360adf
---> 0751dac1f279
Step 128/183 : ARG COMPOSER_REPO_PACKAGIST
---> Running in 185cb185ba2c
Removing intermediate container 185cb185ba2c
---> ed72f0708207
Step 129/183 : ENV COMPOSER_REPO_PACKAGIST ${COMPOSER_REPO_PACKAGIST}
---> Running in 2a56c5e67bf6
Removing intermediate container 2a56c5e67bf6
---> d52d28c2483e
Step 130/183 : RUN if [ ${COMPOSER_REPO_PACKAGIST} ]; then composer config -g repo.packagist composer ${COMPOSER_REPO_PACKAGIST} ;fi
---> Running in 8d24e4b48fa6
Removing intermediate container 8d24e4b48fa6
---> ccc7305d8818
Step 131/183 : ARG INSTALL_LARAVEL_INSTALLER=false
---> Running in 01cc6e3b69e7
Removing intermediate container 01cc6e3b69e7
---> 94cf05c93a79
Step 132/183 : RUN if [ ${INSTALL_LARAVEL_INSTALLER} = true ]; then composer global require "laravel/installer" ;fi
---> Running in d4909f613c68
Removing intermediate container d4909f613c68
---> 71710a6be399
Step 133/183 : USER root
---> Running in 9e48aaaef592
Removing intermediate container 9e48aaaef592
---> 83668139a0f6
Step 134/183 : ARG INSTALL_DEPLOYER=false
---> Running in d3fb26868084
Removing intermediate container d3fb26868084
---> f68c3747d117
Step 135/183 : RUN if [ ${INSTALL_DEPLOYER} = true ]; then curl -LO https://deployer.org/deployer.phar && mv deployer.phar /usr/local/bin/dep && chmod +x /usr/local/bin/dep ;fi
---> Running in fb84dc4dc29f
Removing intermediate container fb84dc4dc29f
---> 18a6a347c88c
Step 136/183 : USER laradock
---> Running in 3c54f396629e
Removing intermediate container 3c54f396629e
---> 4076b7ff04e5
Step 137/183 : ARG INSTALL_PRESTISSIMO=false
---> Running in 60fa5ec18ac9
Removing intermediate container 60fa5ec18ac9
---> 4a445201a808
Step 138/183 : RUN if [ ${INSTALL_PRESTISSIMO} = true ]; then composer global require "hirak/prestissimo" ;fi
---> Running in 113097c8f458
Changed current directory to /home/laradock/.composer
Using version ^0.3.8 for hirak/prestissimo
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals

  • Installing hirak/prestissimo (0.3.8): Downloading (100%)
    Writing lock file
    Generating autoload files
    Removing intermediate container 113097c8f458
    ---> b07c114b2302
    Step 139/183 : USER root
    ---> Running in 53f3d2659a7f
    Removing intermediate container 53f3d2659a7f
    ---> ce72e9f3d095
    Step 140/183 : ARG INSTALL_LINUXBREW=false
    ---> Running in aa677c0d48c7
    Removing intermediate container aa677c0d48c7
    ---> 95ca3bb9a93b
    Step 141/183 : RUN if [ ${INSTALL_LINUXBREW} = true ]; then apt-get upgrade -y && apt-get install -y build-essential make cmake scons curl git ruby autoconf automake autoconf-archive gettext libtool flex bison libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev && git clone --depth=1 https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew && echo "" >> ~/.bashrc && echo 'export PKG_CONFIG_PATH"=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:$PKG_CONFIG_PATH"' >> ~/.bashrc && echo 'export LINUXBREWHOME="$HOME/.linuxbrew"' >> ~/.bashrc && echo 'export PATH="$LINUXBREWHOME/bin:$PATH"' >> ~/.bashrc && echo 'export MANPATH="$LINUXBREWHOME/man:$MANPATH"' >> ~/.bashrc && echo 'export PKG_CONFIG_PATH="$LINUXBREWHOME/lib64/pkgconfig:$LINUXBREWHOME/lib/pkgconfig:$PKG_CONFIG_PATH"' >> ~/.bashrc && echo 'export LD_LIBRARY_PATH="$LINUXBREWHOME/lib64:$LINUXBREWHOME/lib:$LD_LIBRARY_PATH"' >> ~/.bashrc ;fi
    ---> Running in 92fd410f1b8c
    Removing intermediate container 92fd410f1b8c
    ---> 82d482c71b37
    Step 142/183 : ARG INSTALL_MSSQL=false
    ---> Running in 28aaac48a225
    Removing intermediate container 28aaac48a225
    ---> 7c30cd7d5ac4
    Step 143/183 : RUN set -eux; if [ ${INSTALL_MSSQL} = true ]; then if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then apt-get -y install php5.6-sybase freetds-bin freetds-common libsybdb5 && php -m | grep -q 'mssql' && php -m | grep -q 'pdo_dblib' ;else curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list && apt-get update -yqq && ACCEPT_EULA=Y apt-get install -y msodbcsql17 mssql-tools unixodbc unixodbc-dev libgss3 odbcinst locales && ln -sfn /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd && ln -sfn /opt/mssql-tools/bin/bcp /usr/bin/bcp && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && pecl install sqlsrv pdo_sqlsrv && echo "extension=sqlsrv.so" > /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-sqlsrv.ini && echo "extension=pdo_sqlsrv.so" > /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-pdo_sqlsrv.ini && php -m | grep -q 'sqlsrv' && php -m | grep -q 'pdo_sqlsrv' ;fi ;fi
    ---> Running in ff7e314870f4
  • [ true = true ]
  • php -r echo PHP_MAJOR_VERSION;
  • [ 5 = 5 ]
  • apt-get -y install php5.6-sybase freetds-bin freetds-common libsybdb5
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following packages were automatically installed and are no longer required:
    dh-php libexporter-tiny-perl liblist-moreutils-perl xml2
    Use 'apt autoremove' to remove them.
    The following additional packages will be installed:
    libodbc1 php5.6-bcmath php5.6-cli php5.6-common php5.6-curl php5.6-dev
    php5.6-gd php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt php5.6-mysql
    php5.6-opcache php5.6-pgsql php5.6-readline php5.6-sqlite3 php5.6-xml
    php5.6-zip
    Suggested packages:
    libmyodbc odbc-postgresql tdsodbc unixodbc-bin
    The following NEW packages will be installed:
    freetds-bin freetds-common libodbc1 libsybdb5 php5.6-sybase
    The following packages will be upgraded:
    php5.6-bcmath php5.6-cli php5.6-common php5.6-curl php5.6-dev php5.6-gd
    php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt php5.6-mysql
    php5.6-opcache php5.6-pgsql php5.6-readline php5.6-sqlite3 php5.6-xml
    php5.6-zip
    17 upgraded, 5 newly installed, 0 to remove and 115 not upgraded.
    Need to get 6,225 kB of archives.
    After this operation, 1,940 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libodbc1 amd64 2.3.1-4.1 [180 kB]
    Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-intl amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [111 kB]
    Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 freetds-common all 0.91-6.1build1 [23.4 kB]
    Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsybdb5 amd64 0.91-6.1build1 [164 kB]
    Get:5 http://archive.ubuntu.com/ubuntu xenial/universe amd64 freetds-bin amd64 0.91-6.1build1 [182 kB]
    Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-pgsql amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [58.3 kB]
    Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-sqlite3 amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [23.9 kB]
    Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mbstring amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [465 kB]
    Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-json amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [17.2 kB]
    Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-opcache amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [62.5 kB]
    Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-readline amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [13.3 kB]
    Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-cli amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [1,286 kB]
    Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-xml amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [117 kB]
    Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-zip amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [19.6 kB]
    Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-gd amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [28.6 kB]
    Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mcrypt amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [15.4 kB]
    Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-dev amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [493 kB]
    Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mysql amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [140 kB]
    Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-curl amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [27.7 kB]
    Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-bcmath amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [15.7 kB]
    Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-common amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [2,757 kB]
    Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-sybase amd64 5.6.39-1+ubuntu16.04.1+deb.sury.org+1 [24.2 kB]
    Fetched 6,225 kB in 9s (658 kB/s)
    Selecting previously unselected package libodbc1:amd64.
    (Reading database ... 28613 files and directories currently installed.)
    Preparing to unpack .../libodbc1_2.3.1-4.1_amd64.deb ...
    Unpacking libodbc1:amd64 (2.3.1-4.1) ...
    Selecting previously unselected package freetds-common.
    Preparing to unpack .../freetds-common_0.91-6.1build1_all.deb ...
    Unpacking freetds-common (0.91-6.1build1) ...
    Selecting previously unselected package libsybdb5:amd64.
    Preparing to unpack .../libsybdb5_0.91-6.1build1_amd64.deb ...
    Unpacking libsybdb5:amd64 (0.91-6.1build1) ...
    Selecting previously unselected package freetds-bin.
    Preparing to unpack .../freetds-bin_0.91-6.1build1_amd64.deb ...
    Unpacking freetds-bin (0.91-6.1build1) ...
    Preparing to unpack .../php5.6-intl_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-intl (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-intl_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-intl' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-pgsql_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-pgsql (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-pgsql_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-pgsql' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-sqlite3_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-sqlite3 (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-sqlite3_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-sqlite3' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-mbstring_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-mbstring (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-mbstring_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/php5.6-mbstring/mbstring/mbstring.ini' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-json_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-json (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-json_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-json' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-opcache_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-opcache (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-opcache_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-opcache' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-readline_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-readline (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-readline_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-readline' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-cli_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-cli (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-cli_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/man/man1/php5.6.1.gz' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-xml_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-xml (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-xml_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-xml' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-zip_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-zip (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-zip_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/php5.6-zip/zip/zip.ini' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-gd_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-gd (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-gd_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-gd' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-mcrypt_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-mcrypt (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-mcrypt_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-mcrypt' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-dev_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-dev (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-dev_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/man/man1/php-config5.6.1.gz' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-mysql_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-mysql (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-mysql_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-mysql' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Preparing to unpack .../php5.6-curl_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-curl (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-curl_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-curl' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-bcmath_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-bcmath (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-bcmath_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/lintian/overrides/php5.6-bcmath' before installing new version: Invalid cross-device link
    Preparing to unpack .../php5.6-common_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-common (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) over (5.6.35-1+ubuntu16.04.1+deb.sury.org+1) ...
    dpkg: error processing archive /var/cache/apt/archives/php5.6-common_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb (--unpack):
    unable to make backup link of './usr/share/doc/php5.6-common/changelog.gz' before installing new version: Invalid cross-device link
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Selecting previously unselected package php5.6-sybase.
    Preparing to unpack .../php5.6-sybase_5.6.39-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
    Unpacking php5.6-sybase (5.6.39-1+ubuntu16.04.1+deb.sury.org+1) ...
    Processing triggers for libc-bin (2.23-0ubuntu10) ...
    Processing triggers for man-db (2.7.5-1) ...
    dpkg: error: error creating new backup file '/var/lib/dpkg/status-old': Invalid cross-device link
    E: Sub-process /usr/bin/dpkg returned an error code (2)
    ERROR: Service 'workspace' failed to build: The command '/bin/sh -c set -eux; if [ ${INSTALL_MSSQL} = true ]; then if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then apt-get -y install php5.6-sybase freetds-bin freetds-common libsybdb5 && php -m | grep -q 'mssql' && php -m | grep -q 'pdo_dblib' ;else curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list && apt-get update -yqq && ACCEPT_EULA=Y apt-get install -y msodbcsql17 mssql-tools unixodbc unixodbc-dev libgss3 odbcinst locales && ln -sfn /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd && ln -sfn /opt/mssql-tools/bin/bcp /usr/bin/bcp && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen && pecl install sqlsrv pdo_sqlsrv && echo "extension=sqlsrv.so" > /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-sqlsrv.ini && echo "extension=pdo_sqlsrv.so" > /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/20-pdo_sqlsrv.ini && php -m | grep -q 'sqlsrv' && php -m | grep -q 'pdo_sqlsrv' ;fi ;fi' returned a non-zero code: 100
@karan-levaral
Copy link

same issue on mac Service 'workspace' failed to build: linux spec user: unable to find user laradock: no matching entries in passwd file

@hz61p1 hz61p1 closed this as completed Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants