Created
January 9, 2020 15:31
-
-
Save vvo/22eb9b07baa45178ceedc58feb6db4dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-09T10:25:40.0633699Z ##[section]Starting: Request a runner to run this job | |
2020-01-09T10:25:40.2395888Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: True | |
2020-01-09T10:25:40.2946255Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job. | |
2020-01-09T10:25:40.3373017Z ##[section]Finishing: Request a runner to run this job | |
2020-01-09T10:25:47.7137594Z Current runner version: '2.163.1' | |
2020-01-09T10:25:47.7138909Z Prepare workflow directory | |
2020-01-09T10:25:47.7363087Z Prepare all required actions | |
2020-01-09T10:25:47.7388745Z Download action repository 'actions/checkout@v2' | |
2020-01-09T10:25:49.6391641Z Download action repository 'eregon/use-ruby-action@master' | |
2020-01-09T10:25:49.8696320Z Download action repository 'actions/cache@v1' | |
2020-01-09T10:25:50.0583093Z Download action repository 'actions/setup-node@v1' | |
2020-01-09T10:25:50.4726553Z ##[command]/usr/bin/docker version --format '{{.Server.APIVersion}}' | |
2020-01-09T10:25:50.9979440Z '1.40' | |
2020-01-09T10:25:51.0031533Z Docker daemon API version: '1.40' | |
2020-01-09T10:25:51.0031830Z ##[command]/usr/bin/docker version --format '{{.Client.APIVersion}}' | |
2020-01-09T10:25:51.0410398Z '1.40' | |
2020-01-09T10:25:51.0448131Z Docker client API version: '1.40' | |
2020-01-09T10:25:51.0461126Z ##[command]/usr/bin/docker ps --all --quiet --no-trunc --filter "label=671ee6" | |
2020-01-09T10:25:51.0929788Z ##[command]/usr/bin/docker network prune --force --filter "label=671ee6" | |
2020-01-09T10:25:51.1221260Z ##[command]/usr/bin/docker network create --label 671ee6 github_network_fb8a60f824144b09a57ef0e9a67674d8 | |
2020-01-09T10:25:51.2068888Z 72d22096595340980b12fdb63c1a21b745195ee85d97ff4c9ff3647c78126178 | |
2020-01-09T10:25:51.2094192Z ##[command]/usr/bin/docker pull postgres:11.6-alpine | |
2020-01-09T10:25:51.4503592Z 11.6-alpine: Pulling from library/postgres | |
2020-01-09T10:25:51.5288893Z 89d9c30c1d48: Already exists | |
[...] | |
2020-01-09T10:25:54.2864854Z 6dc5acd82177: Pull complete | |
2020-01-09T10:25:54.2910679Z Digest: sha256:294cded28e0fac6eef5aae9438b3a13d7264610f109817163791c5905bdc8d9e | |
2020-01-09T10:25:54.2943061Z Status: Downloaded newer image for postgres:11.6-alpine | |
2020-01-09T10:25:54.2949724Z docker.io/library/postgres:11.6-alpine | |
2020-01-09T10:25:54.2977934Z ##[command]/usr/bin/docker create --name 618581804c4f41638b21a2ace2c71979_postgres116alpine_47d604 --label 671ee6 --network github_network_fb8a60f824144b09a57ef0e9a67674d8 --network-alias postgres -p 54320:5432 --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 -e "POSTGRES_PASSWORD=app" -e GITHUB_ACTIONS=true postgres:11.6-alpine | |
2020-01-09T10:25:57.2180346Z f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:25:57.2232742Z ##[command]/usr/bin/docker start f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:25:57.7036338Z f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:25:57.7056589Z ##[command]/usr/bin/docker ps --all --filter id=f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe --filter status=running --no-trunc --format "{{.ID}} {{.Status}}" | |
2020-01-09T10:25:57.7320172Z f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe Up Less than a second (health: starting) | |
2020-01-09T10:25:57.7337544Z ##[command]/usr/bin/docker port f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:25:57.7562965Z 5432/tcp -> 0.0.0.0:54320 | |
2020-01-09T10:25:57.7606562Z ##[command]/usr/bin/docker inspect --format="{{if .Config.Healthcheck}}{{print .State.Health.Status}}{{end}}" f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:25:58.6202579Z starting | |
2020-01-09T10:25:58.6238859Z postgres service is starting, waiting 2 seconds before checking again. | |
2020-01-09T10:26:00.6203035Z ##[command]/usr/bin/docker inspect --format="{{if .Config.Healthcheck}}{{print .State.Health.Status}}{{end}}" f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:26:00.6464348Z starting | |
2020-01-09T10:26:00.6476181Z postgres service is starting, waiting 4 seconds before checking again. | |
2020-01-09T10:26:04.7027791Z ##[command]/usr/bin/docker inspect --format="{{if .Config.Healthcheck}}{{print .State.Health.Status}}{{end}}" f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:26:04.8604909Z starting | |
2020-01-09T10:26:04.8617762Z postgres service is starting, waiting 7 seconds before checking again. | |
2020-01-09T10:26:12.3226370Z ##[command]/usr/bin/docker inspect --format="{{if .Config.Healthcheck}}{{print .State.Health.Status}}{{end}}" f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:26:12.3537759Z healthy | |
2020-01-09T10:26:12.3549133Z postgres service is healthy. | |
2020-01-09T10:26:12.3761422Z ##[group]Run actions/checkout@v2 | |
2020-01-09T10:26:12.3762337Z with: | |
2020-01-09T10:26:12.3762574Z repository: vvo/app | |
2020-01-09T10:26:12.3762733Z token: *** | |
2020-01-09T10:26:12.3762844Z persist-credentials: true | |
2020-01-09T10:26:12.3762951Z clean: true | |
2020-01-09T10:26:12.3763057Z fetch-depth: 1 | |
2020-01-09T10:26:12.3763161Z lfs: false | |
2020-01-09T10:26:12.3763248Z ##[endgroup] | |
2020-01-09T10:26:12.7944399Z Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline. | |
2020-01-09T10:26:12.7944914Z Syncing repository: vvo/app | |
2020-01-09T10:26:12.7945626Z Working directory is '/home/runner/work/app/app' | |
2020-01-09T10:26:12.7986064Z [command]/usr/bin/git version | |
2020-01-09T10:26:12.8133345Z git version 2.24.1 | |
2020-01-09T10:26:12.8169493Z Deleting the contents of '/home/runner/work/app/app' | |
2020-01-09T10:26:12.8182768Z [command]/usr/bin/git init /home/runner/work/app/app | |
2020-01-09T10:26:12.8278676Z Initialized empty Git repository in /home/runner/work/app/app/.git/ | |
2020-01-09T10:26:12.8291863Z [command]/usr/bin/git remote add origin https://github.com/vvo/app | |
2020-01-09T10:26:12.8348884Z [command]/usr/bin/git config --local gc.auto 0 | |
2020-01-09T10:26:12.8388953Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2020-01-09T10:26:12.8429514Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** | |
2020-01-09T10:26:12.8496344Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +ba33c3d5c96c0de487ae45f91086e479681a2347:refs/remotes/origin/master | |
2020-01-09T10:26:13.0785911Z remote: Enumerating objects: 185, done. | |
[...] | |
2020-01-09T10:26:13.0821151Z remote: Counting objects: 100% (185/185), done. | |
2020-01-09T10:26:13.0822614Z remote: Compressing objects: 0% (1/142) | |
[...] | |
2020-01-09T10:26:13.0860838Z remote: Compressing objects: 100% (142/142), done. | |
2020-01-09T10:26:13.2781326Z Receiving objects: 0% (1/185) | |
[...] | |
2020-01-09T10:26:13.3453570Z Resolving deltas: 100% (12/12), done. | |
2020-01-09T10:26:13.3637941Z From https://github.com/vvo/app | |
2020-01-09T10:26:13.3638600Z * [new ref] ba33c3d5c96c0de487ae45f91086e479681a2347 -> origin/master | |
2020-01-09T10:26:13.3678962Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master | |
2020-01-09T10:26:13.4086971Z Reset branch 'master' | |
2020-01-09T10:26:13.4095112Z Branch 'master' set up to track remote branch 'master' from 'origin'. | |
2020-01-09T10:26:13.4110410Z [command]/usr/bin/git log -1 | |
2020-01-09T10:26:13.4157423Z commit ba33c3d5c96c0de487ae45f91086e479681a2347 | |
2020-01-09T10:26:13.4158314Z Author: Vincent Voyer <vincent@codeagain.com> | |
2020-01-09T10:26:13.4158699Z Date: Thu Jan 9 11:25:30 2020 +0100 | |
2020-01-09T10:26:13.4159358Z | |
2020-01-09T10:26:13.4159907Z test 3 | |
2020-01-09T10:26:13.4164186Z Removed matchers: 'checkout-git' | |
2020-01-09T10:26:13.4355573Z ##[group]Run eregon/use-ruby-action@master | |
2020-01-09T10:26:13.4355720Z with: | |
2020-01-09T10:26:13.4355976Z ruby-version: .ruby-version | |
2020-01-09T10:26:13.4356079Z ##[endgroup] | |
2020-01-09T10:26:13.4947129Z Using 2.7.0 as input from file .ruby-version | |
2020-01-09T10:26:13.6023353Z https://github.com/eregon/ruby-install-builder/releases/download/builds-bundler1/ruby-2.7.0-ubuntu-18.04.tar.gz | |
2020-01-09T10:26:14.2659989Z [command]/bin/tar xz -C /home/runner/.rubies -f /home/runner/work/_temp/c299cb35-839b-4f21-a1b8-47d3e5f67620 | |
2020-01-09T10:26:15.3054499Z ##[group]Run ruby -v | |
2020-01-09T10:26:15.3054921Z �[36;1mruby -v�[0m | |
2020-01-09T10:26:15.3089684Z shell: /bin/bash -e {0} | |
2020-01-09T10:26:15.3089883Z ##[endgroup] | |
2020-01-09T10:26:15.3230935Z ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux] | |
2020-01-09T10:26:15.3341120Z ##[group]Run sudo apt-get -y install libpq-dev | |
2020-01-09T10:26:15.3341256Z �[36;1msudo apt-get -y install libpq-dev�[0m | |
2020-01-09T10:26:15.3372691Z shell: /bin/bash -e {0} | |
2020-01-09T10:26:15.3372803Z ##[endgroup] | |
2020-01-09T10:26:18.3186901Z Reading package lists... | |
2020-01-09T10:26:18.5274841Z Building dependency tree... | |
2020-01-09T10:26:18.5297902Z Reading state information... | |
2020-01-09T10:26:18.6642348Z The following packages were automatically installed and are no longer required: | |
2020-01-09T10:26:18.6648610Z bc dns-root-data dnsmasq-base ebtables grub-pc-bin landscape-common | |
2020-01-09T10:26:18.6648934Z libdumbnet1 liblxc-common liblxc1 libuv1 linux-headers-4.15.0-72 lxcfs lxd | |
2020-01-09T10:26:18.6649208Z lxd-client python3-attr python3-automat python3-click python3-colorama | |
2020-01-09T10:26:18.6649474Z python3-constantly python3-hyperlink python3-incremental python3-pam | |
2020-01-09T10:26:18.6649731Z python3-pyasn1 python3-pyasn1-modules python3-service-identity | |
2020-01-09T10:26:18.6650268Z python3-twisted python3-twisted-bin python3-zope.interface uidmap xdelta3 | |
2020-01-09T10:26:18.6650539Z Use 'sudo apt autoremove' to remove them. | |
2020-01-09T10:26:18.6656282Z Suggested packages: | |
2020-01-09T10:26:18.6656608Z postgresql-doc-10 | |
2020-01-09T10:26:18.7006177Z The following NEW packages will be installed: | |
2020-01-09T10:26:18.7008312Z libpq-dev | |
2020-01-09T10:26:18.7216656Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded. | |
2020-01-09T10:26:18.7217096Z Need to get 218 kB of archives. | |
2020-01-09T10:26:18.7217662Z After this operation, 1092 kB of additional disk space will be used. | |
2020-01-09T10:26:18.7218500Z Get:1 http://azure.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.10-0ubuntu0.18.04.1 [218 kB] | |
2020-01-09T10:26:19.0053373Z debconf: unable to initialize frontend: Dialog | |
2020-01-09T10:26:19.0054125Z debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2020-01-09T10:26:19.0054809Z debconf: falling back to frontend: Readline | |
2020-01-09T10:26:19.0147126Z debconf: unable to initialize frontend: Readline | |
2020-01-09T10:26:19.0147542Z debconf: (This frontend requires a controlling tty.) | |
2020-01-09T10:26:19.0148053Z debconf: falling back to frontend: Teletype | |
2020-01-09T10:26:19.0194040Z dpkg-preconfigure: unable to re-open stdin: | |
2020-01-09T10:26:19.0767329Z Fetched 218 kB in 0s (12.6 MB/s) | |
2020-01-09T10:26:19.1190477Z Selecting previously unselected package libpq-dev. | |
2020-01-09T10:26:19.1463995Z (Reading database ... | |
2020-01-09T10:26:19.1464897Z (Reading database ... 5% | |
2020-01-09T10:26:19.1465679Z (Reading database ... 10% | |
2020-01-09T10:26:19.1466060Z (Reading database ... 15% | |
2020-01-09T10:26:19.1466207Z (Reading database ... 20% | |
2020-01-09T10:26:19.1466323Z (Reading database ... 25% | |
2020-01-09T10:26:19.1466433Z (Reading database ... 30% | |
2020-01-09T10:26:19.1466598Z (Reading database ... 35% | |
2020-01-09T10:26:19.1466866Z (Reading database ... 40% | |
2020-01-09T10:26:19.1466997Z (Reading database ... 45% | |
2020-01-09T10:26:19.1467107Z (Reading database ... 50% | |
2020-01-09T10:26:19.1820853Z (Reading database ... 55% | |
2020-01-09T10:26:19.2254160Z (Reading database ... 60% | |
2020-01-09T10:26:19.2695216Z (Reading database ... 65% | |
2020-01-09T10:26:19.3397680Z (Reading database ... 70% | |
2020-01-09T10:26:19.4463923Z (Reading database ... 75% | |
2020-01-09T10:26:19.5284387Z (Reading database ... 80% | |
2020-01-09T10:26:19.5844341Z (Reading database ... 85% | |
2020-01-09T10:26:19.6644125Z (Reading database ... 90% | |
2020-01-09T10:26:19.7274276Z (Reading database ... 95% | |
2020-01-09T10:26:19.7274883Z (Reading database ... 100% | |
2020-01-09T10:26:19.7275249Z (Reading database ... 233217 files and directories currently installed.) | |
2020-01-09T10:26:19.7426118Z Preparing to unpack .../libpq-dev_10.10-0ubuntu0.18.04.1_amd64.deb ... | |
2020-01-09T10:26:19.7452947Z Unpacking libpq-dev (10.10-0ubuntu0.18.04.1) ... | |
2020-01-09T10:26:19.8369188Z Setting up libpq-dev (10.10-0ubuntu0.18.04.1) ... | |
2020-01-09T10:26:19.8436004Z Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
2020-01-09T10:26:22.6031533Z ##[group]Run actions/cache@v1 | |
2020-01-09T10:26:22.6031831Z with: | |
2020-01-09T10:26:22.6032075Z path: vendor/bundle | |
2020-01-09T10:26:22.6032651Z key: Linux-gem-d049d92a8645fa8985af62980b5beca40ae726285b3dddd3eb88ae084faa1ece | |
2020-01-09T10:26:22.6032790Z restore-keys: Linux-gem- | |
2020-01-09T10:26:22.6032900Z ##[endgroup] | |
2020-01-09T10:26:25.5983750Z Cache Size: ~194 MB (203422026 B) | |
2020-01-09T10:26:25.6073814Z [command]/bin/tar -xz -f /home/runner/work/_temp/97e92c39-bd0f-4ac4-b5ec-d41f75410449/cache.tgz -C /home/runner/work/app/app/vendor/bundle | |
2020-01-09T10:26:30.4713724Z Cache restored from key: Linux-gem-d049d92a8645fa8985af62980b5beca40ae726285b3dddd3eb88ae084faa1ece | |
2020-01-09T10:26:30.5236821Z ##[group]Run echo "##[set-output name=NVMRC;]$(cat .nvmrc)" | |
2020-01-09T10:26:30.5237001Z �[36;1mecho "##[set-output name=NVMRC;]$(cat .nvmrc)"�[0m | |
2020-01-09T10:26:30.5319568Z shell: /bin/bash -e {0} | |
2020-01-09T10:26:30.5319689Z ##[endgroup] | |
2020-01-09T10:26:30.6142421Z ##[group]Run actions/setup-node@v1 | |
2020-01-09T10:26:30.6142566Z with: | |
2020-01-09T10:26:30.6142685Z node-version: 12.14.1 | |
2020-01-09T10:26:30.6142805Z ##[endgroup] | |
2020-01-09T10:26:31.1474101Z [command]/bin/tar xzC /home/runner/work/_temp/24d6c7f9-c8a2-4955-a66e-b69c333eb5f3 -f /home/runner/work/_temp/138b7b9a-2f12-4511-87c5-1b604ee112b2 | |
2020-01-09T10:26:35.0363931Z Added matchers: 'tsc'. Problem matchers scan action output for known warning or error strings and report these inline. | |
2020-01-09T10:26:35.0384547Z Added matchers: 'eslint-stylish'. Problem matchers scan action output for known warning or error strings and report these inline. | |
2020-01-09T10:26:35.0387199Z Added matchers: 'eslint-compact'. Problem matchers scan action output for known warning or error strings and report these inline. | |
2020-01-09T10:26:36.0218609Z ##[group]Run echo "::set-output name=dir::$(yarn cache dir)" | |
2020-01-09T10:26:36.0218798Z �[36;1mecho "::set-output name=dir::$(yarn cache dir)"�[0m | |
2020-01-09T10:26:36.0253574Z shell: /bin/bash -e {0} | |
2020-01-09T10:26:36.0253706Z ##[endgroup] | |
2020-01-09T10:26:37.2038473Z ##[group]Run actions/cache@v1 | |
2020-01-09T10:26:37.2038591Z with: | |
2020-01-09T10:26:37.2038686Z path: /home/runner/.cache/yarn/v6 | |
2020-01-09T10:26:37.2038787Z key: Linux-yarn-fffef80bc325f6a0ab0c8005acb061eec47df5775954711afbdc1a7a13f4b204 | |
2020-01-09T10:26:37.2038893Z restore-keys: Linux-yarn- | |
2020-01-09T10:26:37.2038997Z ##[endgroup] | |
2020-01-09T10:26:43.8326589Z Cache Size: ~30 MB (31977327 B) | |
2020-01-09T10:26:43.8365186Z [command]/bin/tar -xz -f /home/runner/work/_temp/6319a8ec-2704-48d0-a5c3-17c61c11a90a/cache.tgz -C /home/runner/.cache/yarn/v6 | |
2020-01-09T10:26:45.2241726Z Cache restored from key: Linux-yarn-fffef80bc325f6a0ab0c8005acb061eec47df5775954711afbdc1a7a13f4b204 | |
2020-01-09T10:26:45.5737703Z ##[group]Run bundle config path ./vendor/bundle | |
2020-01-09T10:26:45.5738188Z �[36;1mbundle config path ./vendor/bundle�[0m | |
2020-01-09T10:26:45.5738477Z �[36;1mbundle install --jobs 4 --retry 3�[0m | |
2020-01-09T10:26:45.5773162Z shell: /bin/bash -e {0} | |
2020-01-09T10:26:45.5773296Z ##[endgroup] | |
2020-01-09T10:26:46.1056993Z The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`. | |
2020-01-09T10:26:49.4118334Z Fetching gem metadata from https://rubygems.org/......... | |
2020-01-09T10:26:49.5219503Z Using rake 13.0.1 | |
2020-01-09T10:26:49.5280147Z Using concurrent-ruby 1.1.5 | |
2020-01-09T10:26:49.5280379Z Using minitest 5.13.0 | |
2020-01-09T10:26:49.5280573Z Using thread_safe 0.3.6 | |
2020-01-09T10:26:49.5280764Z Using zeitwerk 2.2.2 | |
2020-01-09T10:26:49.5281014Z Using builder 3.2.4 | |
2020-01-09T10:26:49.5281204Z Using erubi 1.9.0 | |
2020-01-09T10:26:49.5281399Z Using mini_portile2 2.4.0 | |
2020-01-09T10:26:49.5281583Z Using crass 1.0.5 | |
2020-01-09T10:26:49.5281762Z Using rack 2.0.8 | |
2020-01-09T10:26:49.5281948Z Fetching nio4r 2.5.2 | |
2020-01-09T10:26:49.5282390Z Using websocket-extensions 0.1.4 | |
2020-01-09T10:26:49.5282623Z Using mimemagic 0.3.3 | |
2020-01-09T10:26:49.5282814Z Using mini_mime 1.0.2 | |
2020-01-09T10:26:49.5283007Z Using public_suffix 4.0.3 | |
2020-01-09T10:26:49.5288989Z Using ast 2.4.0 | |
2020-01-09T10:26:49.5289357Z Using backport 1.1.2 | |
2020-01-09T10:26:49.5289563Z Fetching bcrypt 3.1.13 | |
2020-01-09T10:26:49.5298651Z Using benchmark 0.1.0 | |
2020-01-09T10:26:49.5300126Z Fetching bindex 0.8.1 | |
2020-01-09T10:26:49.5583636Z Installing bindex 0.8.1 with native extensions | |
2020-01-09T10:26:49.5680808Z Installing bcrypt 3.1.13 with native extensions | |
2020-01-09T10:26:49.5717665Z Installing nio4r 2.5.2 with native extensions | |
2020-01-09T10:26:55.8752826Z Using bundler 2.1.2 | |
2020-01-09T10:26:59.4333411Z Fetching msgpack 1.3.1 | |
2020-01-09T10:26:59.4419139Z Fetching byebug 11.0.1 | |
2020-01-09T10:26:59.4442187Z Using regexp_parser 1.6.0 | |
2020-01-09T10:26:59.4469311Z Using childprocess 3.0.0 | |
2020-01-09T10:26:59.4470682Z Using coderay 1.1.2 | |
2020-01-09T10:26:59.4471055Z Using safe_yaml 1.0.5 | |
2020-01-09T10:26:59.4471564Z Using orm_adapter 0.5.0 | |
2020-01-09T10:26:59.4472292Z Using method_source 0.9.2 | |
2020-01-09T10:26:59.4473007Z Using thor 1.0.1 | |
2020-01-09T10:26:59.4474025Z Using e2mmap 0.1.0 | |
2020-01-09T10:26:59.4475504Z Using multipart-post 2.1.1 | |
2020-01-09T10:26:59.4490856Z Fetching ffi 1.11.3 | |
2020-01-09T10:26:59.4666341Z Installing msgpack 1.3.1 with native extensions | |
2020-01-09T10:26:59.4717445Z Installing byebug 11.0.1 with native extensions | |
2020-01-09T10:26:59.6144960Z Installing ffi 1.11.3 with native extensions | |
2020-01-09T10:27:08.9081645Z Using formatador 0.2.5 | |
2020-01-09T10:27:08.9097043Z Using rb-fsevent 0.10.3 | |
2020-01-09T10:27:08.9112758Z Using lumberjack 1.1.0 | |
2020-01-09T10:27:08.9115421Z Using nenv 0.3.0 | |
2020-01-09T10:27:08.9142220Z Using shellany 0.0.1 | |
2020-01-09T10:27:08.9144947Z Using guard-compat 1.2.1 | |
2020-01-09T10:27:08.9146964Z Using hashdiff 1.0.0 | |
2020-01-09T10:27:08.9149421Z Using hashie 3.6.0 | |
2020-01-09T10:27:20.8624930Z Fetching jaro_winkler 1.5.4 | |
2020-01-09T10:27:20.8656988Z Installing jaro_winkler 1.5.4 with native extensions | |
2020-01-09T10:27:20.8756890Z Fetching io-console 0.5.4 | |
2020-01-09T10:27:20.8808985Z Installing io-console 0.5.4 with native extensions | |
2020-01-09T10:27:20.8901525Z Using jwt 2.2.1 | |
2020-01-09T10:27:20.8902127Z Using maruku 0.7.3 | |
2020-01-09T10:27:20.8903079Z Using multi_json 1.14.1 | |
2020-01-09T10:27:20.8904219Z Using multi_xml 0.6.0 | |
2020-01-09T10:27:20.8905168Z Using parallel 1.19.1 | |
2020-01-09T10:27:20.9058459Z Fetching pg 1.2.2 | |
2020-01-09T10:27:20.9359083Z Installing pg 1.2.2 with native extensions | |
2020-01-09T10:27:22.1267115Z Using rainbow 3.0.0 | |
2020-01-09T10:27:22.1268869Z Using ruby-progressbar 1.10.1 | |
2020-01-09T10:27:22.1269818Z Using unicode-display_width 1.6.0 | |
2020-01-09T10:27:22.1270290Z Using rubyzip 2.0.0 | |
2020-01-09T10:27:22.1270677Z Using tilt 2.0.10 | |
2020-01-09T10:27:22.1271021Z Using yard 0.9.23 | |
2020-01-09T10:27:22.1271567Z Using spring 2.1.0 | |
2020-01-09T10:27:22.1272185Z Using terminal-notifier 2.0.0 | |
2020-01-09T10:27:22.1273045Z Using terminal-notifier-guard 1.7.0 | |
2020-01-09T10:27:22.1274256Z Using turbolinks-source 5.2.0 | |
2020-01-09T10:27:22.1274889Z Using i18n 1.7.0 | |
2020-01-09T10:27:22.1275390Z Using tzinfo 1.2.6 | |
2020-01-09T10:27:22.8961616Z Using rack-test 1.1.0 | |
2020-01-09T10:27:33.1389090Z Fetching nokogiri 1.10.7 | |
2020-01-09T10:27:33.1458987Z Fetching websocket-driver 0.7.1 | |
2020-01-09T10:27:33.1460143Z Installing websocket-driver 0.7.1 with native extensions | |
2020-01-09T10:27:33.1541583Z Using marcel 0.3.3 | |
2020-01-09T10:27:33.1542322Z Using mail 2.7.1 | |
2020-01-09T10:27:33.1542741Z Using addressable 2.7.0 | |
2020-01-09T10:27:33.1543801Z Using warden 1.2.8 | |
2020-01-09T10:27:33.1545478Z Using parser 2.7.0.1 | |
2020-01-09T10:27:33.1546383Z Using rack-proxy 0.6.5 | |
2020-01-09T10:27:33.1546942Z Using sprockets 4.0.0 | |
2020-01-09T10:27:33.1559492Z Fetching puma 4.3.1 | |
2020-01-09T10:27:33.1809608Z Installing puma 4.3.1 with native extensions | |
2020-01-09T10:27:33.3854742Z Installing nokogiri 1.10.7 with native extensions | |
2020-01-09T10:27:33.5236089Z Using crack 0.4.3 | |
2020-01-09T10:27:33.5236996Z Using faraday 0.17.3 | |
2020-01-09T10:27:33.5237639Z Using pry 0.12.2 | |
2020-01-09T10:27:37.1860027Z Fetching bootsnap 1.4.5 | |
2020-01-09T10:27:37.1935374Z Using notiffany 0.1.3 | |
2020-01-09T10:27:37.1949784Z Using guard-minitest 2.4.6 | |
2020-01-09T10:27:37.1952401Z Using omniauth 1.9.0 | |
2020-01-09T10:27:37.1956740Z Using rb-inotify 0.10.1 | |
2020-01-09T10:27:37.2008248Z Installing bootsnap 1.4.5 with native extensions | |
2020-01-09T10:28:23.7391081Z Fetching sassc 2.2.1 | |
2020-01-09T10:28:23.7578231Z Using activesupport 6.0.2.1 | |
2020-01-09T10:28:23.7578831Z Using reline 0.1.2 | |
2020-01-09T10:28:23.7579882Z Using selenium-webdriver 3.142.7 | |
2020-01-09T10:28:23.7580359Z Using turbolinks 5.2.1 | |
2020-01-09T10:28:23.7580809Z Using rubocop 0.79.0 | |
2020-01-09T10:28:23.7581231Z Using faraday_middleware 0.13.1 | |
2020-01-09T10:28:23.7581618Z Using oauth2 1.4.2 | |
2020-01-09T10:28:23.7582011Z Using webmock 3.7.6 | |
2020-01-09T10:28:23.7582392Z Using listen 3.2.1 | |
2020-01-09T10:28:23.7649721Z Using rails-dom-testing 2.0.3 | |
2020-01-09T10:28:23.7650311Z Using loofah 2.4.0 | |
2020-01-09T10:28:23.7650727Z Using globalid 0.4.2 | |
2020-01-09T10:28:23.7651113Z Using activemodel 6.0.2.1 | |
2020-01-09T10:28:23.7651480Z Using xpath 3.2.0 | |
2020-01-09T10:28:23.7652050Z Using guard 2.16.1 | |
2020-01-09T10:28:23.7652425Z Using irb 1.1.0 | |
2020-01-09T10:28:23.7653324Z Using jbuilder 2.9.1 | |
2020-01-09T10:28:23.7654896Z Using omniauth-oauth2 1.6.0 | |
2020-01-09T10:28:23.7655445Z Using reverse_markdown 1.3.0 | |
2020-01-09T10:28:23.7656162Z Using spring-watcher-listen 2.0.1 | |
2020-01-09T10:28:23.7656664Z Using webdrivers 4.2.0 | |
2020-01-09T10:28:23.9299161Z Using rails-html-sanitizer 1.3.0 | |
2020-01-09T10:28:23.9311246Z Using activejob 6.0.2.1 | |
2020-01-09T10:28:23.9316039Z Using activerecord 6.0.2.1 | |
2020-01-09T10:28:23.9316533Z Using capybara 3.30.0 | |
2020-01-09T10:28:23.9316865Z Using solargraph 0.38.1 | |
2020-01-09T10:28:23.9328753Z Installing sassc 2.2.1 with native extensions | |
2020-01-09T10:28:23.9410481Z Using actionview 6.0.2.1 | |
2020-01-09T10:28:23.9441585Z Using actionpack 6.0.2.1 | |
2020-01-09T10:28:23.9444491Z Using actioncable 6.0.2.1 | |
2020-01-09T10:28:23.9455058Z Using activestorage 6.0.2.1 | |
2020-01-09T10:28:23.9455685Z Using actionmailer 6.0.2.1 | |
2020-01-09T10:28:23.9456492Z Using railties 6.0.2.1 | |
2020-01-09T10:28:23.9459336Z Using sprockets-rails 3.2.1 | |
2020-01-09T10:28:23.9470071Z Using actionmailbox 6.0.2.1 | |
2020-01-09T10:28:23.9470646Z Using actiontext 6.0.2.1 | |
2020-01-09T10:28:23.9471077Z Using responders 3.0.0 | |
2020-01-09T10:28:23.9471953Z Using web-console 4.0.1 | |
2020-01-09T10:28:23.9472457Z Using webpacker 4.2.2 | |
2020-01-09T10:28:23.9506242Z Using devise 4.7.1 | |
2020-01-09T10:28:23.9506863Z Using rails 6.0.2.1 | |
2020-01-09T10:30:46.4867085Z Using sassc-rails 2.1.2 | |
2020-01-09T10:30:46.4868480Z Using sass-rails 6.0.0 | |
2020-01-09T10:30:46.4954092Z Bundle complete! 29 Gemfile dependencies, 123 gems now installed. | |
2020-01-09T10:30:46.4954438Z Bundled gems are installed into `./vendor/bundle` | |
2020-01-09T10:30:46.6652344Z ##[group]Run yarn | |
2020-01-09T10:30:46.6652562Z �[36;1myarn�[0m | |
2020-01-09T10:30:46.6684850Z shell: /bin/bash -e {0} | |
2020-01-09T10:30:46.6684996Z ##[endgroup] | |
2020-01-09T10:30:47.0562905Z yarn install v1.21.1 | |
2020-01-09T10:30:47.1442021Z [1/5] Validating package.json... | |
2020-01-09T10:30:47.1475648Z [2/5] Resolving packages... | |
2020-01-09T10:30:47.7748598Z [3/5] Fetching packages... | |
2020-01-09T10:30:48.4146466Z info fsevents@1.2.9: The platform "linux" is incompatible with this module. | |
2020-01-09T10:30:48.4147452Z info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation. | |
2020-01-09T10:30:48.4205265Z [4/5] Linking dependencies... | |
2020-01-09T10:30:48.4267898Z warning " > webpack-dev-server@3.10.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". | |
2020-01-09T10:30:48.4269065Z warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0". | |
2020-01-09T10:30:52.5029220Z [5/5] Building fresh packages... | |
2020-01-09T10:30:53.8571121Z Done in 6.80s. | |
2020-01-09T10:30:53.8891003Z ##[group]Run bundle exec rails db:setup | |
2020-01-09T10:30:53.8891221Z �[36;1mbundle exec rails db:setup�[0m | |
2020-01-09T10:30:53.8891334Z �[36;1mbundle exec rails test�[0m | |
2020-01-09T10:30:53.8927700Z shell: /bin/bash -e {0} | |
[... stripped down warnings from rails] | |
2020-01-09T10:31:09.0519187Z .... | |
2020-01-09T10:31:09.0519797Z | |
2020-01-09T10:31:09.0520284Z Finished in 4.477525s, 0.8934 runs/s, 0.8934 assertions/s. | |
2020-01-09T10:31:09.0520949Z 4 runs, 4 assertions, 0 failures, 0 errors, 0 skips | |
2020-01-09T10:31:09.7994553Z Post job cleanup. | |
2020-01-09T10:31:09.8594679Z Cache hit occurred on the primary key Linux-yarn-fffef80bc325f6a0ab0c8005acb061eec47df5775954711afbdc1a7a13f4b204, not saving cache. | |
2020-01-09T10:31:10.5771807Z Post job cleanup. | |
2020-01-09T10:31:10.6385433Z Cache hit occurred on the primary key Linux-gem-d049d92a8645fa8985af62980b5beca40ae726285b3dddd3eb88ae084faa1ece, not saving cache. | |
2020-01-09T10:31:10.6567814Z Post job cleanup. | |
2020-01-09T10:31:10.7731272Z [command]/usr/bin/git version | |
2020-01-09T10:31:10.7804740Z git version 2.24.1 | |
2020-01-09T10:31:10.7840837Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2020-01-09T10:31:10.7875393Z http.https://github.com/.extraheader | |
2020-01-09T10:31:10.7885499Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader | |
2020-01-09T10:31:10.8019900Z Stop and remove container: 618581804c4f41638b21a2ace2c71979_postgres116alpine_47d604 | |
2020-01-09T10:31:10.8022654Z ##[command]/usr/bin/docker rm --force f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:31:13.3831799Z f20a32c5149c3b7773022a1799d7f859132ad9a48777c0502a1a8df74ff919fe | |
2020-01-09T10:31:13.3862019Z Remove container network: github_network_fb8a60f824144b09a57ef0e9a67674d8 | |
2020-01-09T10:31:13.3865648Z ##[command]/usr/bin/docker network rm github_network_fb8a60f824144b09a57ef0e9a67674d8 | |
2020-01-09T10:31:13.5059403Z github_network_fb8a60f824144b09a57ef0e9a67674d8 | |
2020-01-09T10:31:13.5087538Z Cleaning up orphan processes | |
2020-01-09T10:31:13.5411588Z Terminate orphan process: pid (17599) (ruby) | |
2020-01-09T10:31:13.5585035Z Terminate orphan process: pid (17601) (ruby) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment