我今天早上在反应堆上安装了反应器进行测试。但是不可能在heroku上成功部署它。
我使用gitlab进行持续开发。
.gitlab-ci.yml
:
production:
type: deploy
script:
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- dpl --provider=heroku --app=test --api-key=$HEROKU_API_KEY
only:
- master
heroku日志:
Running with gitlab-runner 11.4.0~beta.748.gcde4a2d1 (cde4a2d1)
on docker-auto-scale fa6cab46
Using Docker executor with image ruby:2.5 ...
Pulling docker image ruby:2.5 ...
Using docker image sha256:eb875998134880937f96aa976074ad991d4bd30b49cdd35f0f249014fcdeb781 for ruby:2.5 ...
Running on runner-fa6cab46-project-8538508-concurrent-0 via runner-fa6cab46-sr
m-1537887456-d4299e0c...
Cloning repository...
Cloning into '/builds/theodugautier/tremplurbain94'...
Checking out 554c1394 as master...
Skipping Git submodules setup
$ apt-get update -qy
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:2 http://deb.debian.org/debian stretch InRelease
Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4 http://deb.debian.org/debian stretch Release [118 kB]
Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B]
Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [441 kB]
Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [5148 B]
Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7099 kB]
Fetched 7851 kB in 2s (3512 kB/s)
Reading package lists...
$ apt-get install -y ruby-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
fonts-lato libgmp-dev libgmpxx4ldbl libruby2.3 rake ruby ruby-did-you-mean
ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
ruby2.3-dev rubygems-integration unzip zip
Suggested packages:
gmp-doc libgmp10-doc libmpfr-dev ri bundler
The following NEW packages will be installed:
fonts-lato libgmp-dev libgmpxx4ldbl libruby2.3 rake ruby ruby-dev
ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert
ruby-test-unit ruby2.3 ruby2.3-dev rubygems-integration unzip zip
0 upgraded, 17 newly installed, 0 to remove and 4 not upgraded.
Need to get 8444 kB of archives.
After this operation, 35.3 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libruby2.3 amd64 2.3.3-1+deb9u3 [3108 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 fonts-lato all 2.0-1 [2684 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 libgmpxx4ldbl amd64 2:6.1.2+dfsg-1 [22.2 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 libgmp-dev amd64 2:6.1.2+dfsg-1 [631 kB]
Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 ruby2.3 amd64 2.3.3-1+deb9u3 [188 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 rubygems-integration all 1.11 [4994 B]
Get:7 http://deb.debian.org/debian stretch/main amd64 ruby-did-you-mean all 1.0.0-2 [11.2 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 ruby-minitest all 5.9.0-1 [51.1 kB]
Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 ruby2.3-dev amd64 2.3.3-1+deb9u3 [1179 kB]
Get:10 http://deb.debian.org/debian stretch/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 ruby-power-assert all 0.3.0-1 [7902 B]
Get:12 http://deb.debian.org/debian stretch/main amd64 ruby-test-unit all 3.1.7-2 [69.6 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 ruby amd64 1:2.3.3 [10.8 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 rake all 10.5.0-2 [49.4 kB]
Get:15 http://deb.debian.org/debian stretch/main amd64 ruby-dev amd64 1:2.3.3 [9574 B]
Get:16 http://deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21 [170 kB]
Get:17 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 8444 kB in 0s (21.2 MB/s)
Selecting previously unselected package fonts-lato.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29376 files and directories currently installed.)
Preparing to unpack .../00-fonts-lato_2.0-1_all.deb ...
Unpacking fonts-lato (2.0-1) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../01-libgmpxx4ldbl_2%3a6.1.2+dfsg-1_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-1) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../02-libgmp-dev_2%3a6.1.2+dfsg-1_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.1.2+dfsg-1) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../03-rubygems-integration_1.11_all.deb ...
Unpacking rubygems-integration (1.11) ...
Selecting previously unselected package ruby-did-you-mean.
Preparing to unpack .../04-ruby-did-you-mean_1.0.0-2_all.deb ...
Unpacking ruby-did-you-mean (1.0.0-2) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../05-ruby-minitest_5.9.0-1_all.deb ...
Unpacking ruby-minitest (5.9.0-1) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../06-ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../07-ruby-power-assert_0.3.0-1_all.deb ...
Unpacking ruby-power-assert (0.3.0-1) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../08-ruby-test-unit_3.1.7-2_all.deb ...
Unpacking ruby-test-unit (3.1.7-2) ...
Selecting previously unselected package libruby2.3:amd64.
Preparing to unpack .../09-libruby2.3_2.3.3-1+deb9u3_amd64.deb ...
Unpacking libruby2.3:amd64 (2.3.3-1+deb9u3) ...
Selecting previously unselected package ruby2.3.
Preparing to unpack .../10-ruby2.3_2.3.3-1+deb9u3_amd64.deb ...
Unpacking ruby2.3 (2.3.3-1+deb9u3) ...
Selecting previously unselected package ruby.
Preparing to unpack .../11-ruby_1%3a2.3.3_amd64.deb ...
Unpacking ruby (1:2.3.3) ...
Selecting previously unselected package rake.
Preparing to unpack .../12-rake_10.5.0-2_all.deb ...
Unpacking rake (10.5.0-2) ...
Selecting previously unselected package ruby2.3-dev:amd64.
Preparing to unpack .../13-ruby2.3-dev_2.3.3-1+deb9u3_amd64.deb ...
Unpacking ruby2.3-dev:amd64 (2.3.3-1+deb9u3) ...
Selecting previously unselected package ruby-dev:amd64.
Preparing to unpack .../14-ruby-dev_1%3a2.3.3_amd64.deb ...
Unpacking ruby-dev:amd64 (1:2.3.3) ...
Selecting previously unselected package unzip.
Preparing to unpack .../15-unzip_6.0-21_amd64.deb ...
Unpacking unzip (6.0-21) ...
Selecting previously unselected package zip.
Preparing to unpack .../16-zip_3.0-11+b1_amd64.deb ...
Unpacking zip (3.0-11+b1) ...
Processing triggers for mime-support (3.60) ...
Setting up unzip (6.0-21) ...
Setting up zip (3.0-11+b1) ...
Setting up fonts-lato (2.0-1) ...
Setting up ruby-did-you-mean (1.0.0-2) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up rubygems-integration (1.11) ...
Setting up libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-1) ...
Setting up ruby-minitest (5.9.0-1) ...
Processing triggers for fontconfig (2.11.0-6.7+b1) ...
Setting up ruby-power-assert (0.3.0-1) ...
Setting up libgmp-dev:amd64 (2:6.1.2+dfsg-1) ...
Setting up ruby-test-unit (3.1.7-2) ...
Setting up rake (10.5.0-2) ...
Setting up libruby2.3:amd64 (2.3.3-1+deb9u3) ...
Setting up ruby2.3 (2.3.3-1+deb9u3) ...
Setting up ruby2.3-dev:amd64 (2.3.3-1+deb9u3) ...
Setting up ruby-dev:amd64 (1:2.3.3) ...
Setting up ruby (1:2.3.3) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
$ gem install dpl
Successfully installed dpl-1.10.1
1 gem installed
$ dpl --provider=heroku --app=tremplurbain94 --api-key=$HEROKU_API_KEY
Installing deploy dependencies
Successfully installed multipart-post-2.0.0
Successfully installed faraday-0.15.3
Successfully installed rendezvous-0.1.2
Successfully installed netrc-0.11.0
Successfully installed dpl-heroku-1.10.1
5 gems installed
authentication succeeded
checking for app tremplurbain94
found app tremplurbain94
Preparing deploy
Cleaning up git repository with `git stash --all`. If you need build artifacts for deployment, set `deploy.skip_cleanup: true`. See https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup.
No local changes to save
creating application archive
Deploying application
uploading application archive
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
5 958k 0 0 5 49152 0 309k 0:00:03 --:--:-- 0:00:03 309k
100 958k 0 0 100 958k 0 2297k --:--:-- --:--:-- --:--:-- 2297k
triggering new deployment
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1 0 1 0 0 1 0 --:--:-- --:--:-- --:--:-- 1
100 502 0 502 0 0 261 0 --:--:-- 0:00:01 --:--:-- 261
100 659 0 659 0 0 249 0 --:--:-- 0:00:02 --:--:-- 249
100 766 0 766 0 0 208 0 --:--:-- 0:00:03 --:--:-- 4090 0 0 17 0 --:--:-- 0:03:56 --:--:-- 0
100 4090 0 4090 0 0 17 0 --:--:-- 0:03:57 --:--:-- 0
100 4090 0 4090 0 0 17 0 --:--:-- 0:03:58 --:--:-- 0
100 4091 0 4091 0 0 17 0 --:--:-- 0:03:59 --:--:-- 0
-----> Node.js app detected
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NODE_ENV=production
NODE_MODULES_CACHE=true
NODE_VERBOSE=false
-----> Installing binaries
engines.node (package.json): unspecified
engines.npm (package.json): unspecified (use default)
engines.yarn (package.json): unspecified (use default)
Resolving node version 8.x...
Downloading and installing node 8.12.0...
Using default npm version: 6.4.1
Resolving yarn version 1.9.x...
Downloading and installing yarn (1.9.4)...
Installed yarn 1.9.4
-----> Building dependencies
Installing node modules (yarn.lock)
yarn install v1.9.4
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "@rails/webpacker > postcss-cssnext@3.1.0" has unmet peer dependency "caniuse-lite@^1.0.30000697".
warning " > react-on-rails@11.1.4" has unmet peer dependency "js-yaml@>= 3.0.0".
warning " > webpack-dev-server@2.11.2" has unmet peer dependency "webpack@^2.2.0 || ^3.0.0".
warning "webpack-dev-server > webpack-dev-middleware@1.12.2" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0".
[4/4] Building fresh packages...
$ npm install
> node-sass@4.9.3 install /tmp/build_de78f7a08fb13530399c9318cda0c027/node_modules/node-sass
> node scripts/install.js
Cached binary found at /tmp/npmcache.b6Xhc/node-sass/4.9.3/linux-x64-57_binding.node
> uglifyjs-webpack-plugin@0.4.6 postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
> node-sass@4.9.3 postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027/node_modules/node-sass
> node scripts/build.js
Binary found at /tmp/build_de78f7a08fb13530399c9318cda0c027/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:00 --:--:-- 23
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:01 --:--:-- 23
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:02 --:--:-- 23
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:03 --:--:-- 23
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:04 --:--:-- 23
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:05 --:--:-- 0
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:06 --:--:-- 0
100 4207 0 4207 0 0 17 0 --:--:-- 0:04:07 --:--:-- 0
100 4207 0 4207 0 0 16 0 --:--:-- 0:04:08 --:--:-- 0
100 4207 0 4207 0 0 16 0 --:--:-- 0:04:09 --:--:-- 0
100 4208 0 4208 0 0 16 0 --:--:-- 0:04:10 --:--:-- 0
100 4208 0 4208 0 0 16 0 --:--:-- 0:04:11 --:--:-- 0
100 4324 0 4324 0 0 17 0 --:--:-- 0:04:12 --:--:-- 22
100 4324 0 4324 0 0 17 0 --:--:-- 0:04:13 --:--:-- 22
100 4324 0 4324 0 0 17 0 --:--:-- 0:04:14 --:--:-- 22
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:15 --:--:-- 22
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:16 --:--:-- 22
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:17 --:--:-- 0
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:18 --:--:-- 0
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:19 --:--:-- 0
100 4324 0 4324 0 0 16 0 --:--:-- 0:04:20 --:--:-- 0
100 4325 0 4325 0 0 16 0 --:--:-- 0:04:21 --:--:-- 0
100 4325 0 4325 0 0 16 0 --:--:-- 0:04:22 --:--:-- 0
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:23 --:--:-- 23
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:24 --:--:-- 23
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:25 --:--:-- 23
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:26 --:--:-- 23
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:27 --:--:-- 23
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:28 --:--:-- 0
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:29 --:--:-- 0
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:30 --:--:-- 0
100 4441 0 4441 0 0 16 0 --:--:-- 0:04:31 --:--:-- 0
100 4442 0 4442 0 0 16 0 --:--:-- 0:04:32 --:--:-- 0
100 4442 0 4442 0 0 16 0 --:--:-- 0:04:33 --:--:-- 0
100 4450 0 4450 0 0 16 0 --:--:-- 0:04:33 --:--:-- 2
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:34 --:--:-- 26
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:35 --:--:-- 26
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:36 --:--:-- 25
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:37 --:--:-- 25
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:38 --:--:-- 21
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:39 --:--:-- 0
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:40 --:--:-- 0
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:41 --:--:-- 0
100 4558 0 4558 0 0 16 0 --:--:-- 0:04:42 --:--:-- 0
100 4559 0 4559 0 0 16 0 --:--:-- 0:04:43 --:--:-- 0
100 4559 0 4559 0 0 16 0 --:--:-- 0:04:44 --:--:-- 0
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:45 --:--:-- 22
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:46 --:--:-- 22
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:47 --:--:-- 22
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:48 --:--:-- 22
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:49 --:--:-- 22
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:50 --:--:-- 0
100 4675 0 4675 0 0 16 0 --:--:-- 0:04:51 --:--:-- 0
100 4675 0 4675 0 0 15 0 --:--:-- 0:04:52 --:--:-- 0
100 4675 0 4675 0 0 15 0 --:--:-- 0:04:53 --:--:-- 0
100 4676 0 4676 0 0 15 0 --:--:-- 0:04:54 --:--:-- 0
100 4676 0 4676 0 0 15 0 --:--:-- 0:04:55 --:--:-- 0
100 4792 0 4792 0 0 16 0 --:--:-- 0:04:56 --:--:-- 24
100 4792 0 4792 0 0 16 0 --:--:-- 0:04:57 --:--:-- 24
100 4792 0 4792 0 0 16 0 --:--:-- 0:04:58 --:--:-- 24
100 4792 0 4792 0 0 15 0 --:--:-- 0:04:59 --:--:-- 24
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:00 --:--:-- 24
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:01 --:--:-- 0
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:02 --:--:-- 0
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:03 --:--:-- 0
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:04 --:--:-- 0
100 4792 0 4792 0 0 15 0 --:--:-- 0:05:05 --:--:-- 0
100 4793 0 4793 0 0 15 0 --:--:-- 0:05:06 --:--:-- 0
100 4793 0 4793 0 0 15 0 --:--:-- 0:05:07 --:--:-- 0
100 4909 0 4909 0 0 15 0 --:--:-- 0:05:08 --:--:-- 22
100 4909 0 4909 0 0 15 0 --:--:-- 0:05:09 --:--:--
100 8186 0 8186 0 0 12 0 --:--:-- 0:10:43 --:--:-- 0
100 8186 0 8186 0 0 12 0 --:--:-- 0:10:44 --:--:-- 0
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:44 --:--:-- 24
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:45 --:--:-- 24
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:46 --:--:-- 24
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:47 --:--:-- 24
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:48 --:--:-- 24
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:49 --:--:-- 0
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:50 --:--:-- 0
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:51 --:--:-- 0
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:52 --:--:-- 0
100 8302 0 8302 0 0 12 0 --:--:-- 0:10:53 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:54 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:55 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:56 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:57 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:58 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:10:59 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:11:00 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:11:01 --:--:-- 0
100 8303 0 8303 0 0 12 0 --:--:-- 0:11:02 --:--:-- 0 0 0 8 0 --:--:-- 0:17:06 --:--:-- - 0
100 8404 0 8404 0 0 5 0 --:--:-- 0:27:52 --:--:-- 0
100 8404 0 8404 0 0 5 0 --:--:-- 0:27:53 --:--:-- 0
100 8404 0 8404 0 0 5 0 --:--:-- 0:27:53 --:--:-- 0
> tremplUrbain@ postinstall /tmp/build_de78f7a08fb13530399c9318cda0c027
> npm install
No stash found.
deploy failed, build exited with code 1
ERROR: Job failed: exit code 1
我这样剪了很多行:100 8404 0 8404 0 0 5 0 --:--:-- 0:27:53 --:--:-- 0
,因为它占用了很多空间...
你有什么主意,我不明白为什么对我这么做...
谢谢。