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

Cannot find node in PATH #25

Open
vidavidorra opened this issue Oct 29, 2019 · 6 comments
Open

Cannot find node in PATH #25

vidavidorra opened this issue Oct 29, 2019 · 6 comments

Comments

@vidavidorra
Copy link

My build ended with some error about node and execution of bash. See below for the error, I have no clue why that happened. (Here is the workflow).
I'm tried both version v0.5.0 and master but both resulted in this error.

Run ad-m/[email protected]
/usr/bin/docker run --name db5fe1103094c46ebac7adf9bcbc7dfbf_252f05 --label 10865d --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_REPOSITORY -e INPUT_BRANCH -e INPUT_FORCE -e INPUT_DIRECTORY -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/ci-fiddle/ci-fiddle":"/github/workspace" 10865d:b5fe1103094c46ebac7adf9bcbc7dfbf
Push to branch master
Info: can't find node in PATH, trying to find a node binary on your system
env: can't execute 'bash': No such file or directory
error: failed to push some refs to '***github.com/vidavidorra/ci-fiddle.git'
##[error]Docker run failed with exit code 1
@ad-m
Copy link
Owner

ad-m commented Oct 29, 2019

Very interesting bug. Nothing suspicious in the Workflow file.

Detailed log of the build:

2019-10-29T20:19:27.3747935Z ##[section]Starting: Request a runner to run this job
2019-10-29T20:19:27.5248614Z Requesting a self-hosted runner in current repository with labels: 'ubuntu-latest', require runner match: False
2019-10-29T20:19:27.8548461Z Requesting a self-hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: False
2019-10-29T20:19:28.3647754Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: True
2019-10-29T20:19:28.4547928Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job.
2019-10-29T20:19:28.4850181Z ##[section]Finishing: Request a runner to run this job
2019-10-29T20:19:37.5728663Z Current runner version: '2.160.0'
2019-10-29T20:19:37.5730074Z Prepare workflow directory
2019-10-29T20:19:37.5942148Z Prepare all required actions
2019-10-29T20:19:37.5971744Z Download action repository 'actions/checkout@v1'
2019-10-29T20:19:38.7110346Z Download action repository 'ad-m/[email protected]'
2019-10-29T20:19:39.5121553Z Build container for action use: '/home/runner/work/_actions/ad-m/github-push-action/v0.5.0/Dockerfile'.
2019-10-29T20:19:39.5184497Z ##[command]/usr/bin/docker build -t 10865d:b5fe1103094c46ebac7adf9bcbc7dfbf "/home/runner/work/_actions/ad-m/github-push-action/v0.5.0"
2019-10-29T20:19:42.1654296Z Sending build context to Docker daemon  13.31kB
2019-10-29T20:19:42.1654859Z 
2019-10-29T20:19:42.2022227Z Step 1/11 : FROM alpine
2019-10-29T20:19:42.4087242Z latest: Pulling from library/alpine
2019-10-29T20:19:42.6494869Z 89d9c30c1d48: Pulling fs layer
2019-10-29T20:19:42.7804582Z 89d9c30c1d48: Verifying Checksum
2019-10-29T20:19:42.7805418Z 89d9c30c1d48: Download complete
2019-10-29T20:19:43.0218914Z 89d9c30c1d48: Pull complete
2019-10-29T20:19:43.0507904Z Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
2019-10-29T20:19:43.0898128Z Status: Downloaded newer image for alpine:latest
2019-10-29T20:19:43.0898936Z  ---> 965ea09ff2eb
2019-10-29T20:19:43.0900164Z Step 2/11 : LABEL "name"="github-push"
2019-10-29T20:19:43.9005894Z  ---> Running in a4fdf2610e5a
2019-10-29T20:19:44.0934493Z Removing intermediate container a4fdf2610e5a
2019-10-29T20:19:44.0935139Z  ---> 90738869389a
2019-10-29T20:19:44.0935925Z Step 3/11 : LABEL "maintainer"="Adam Dobrawy <[email protected]>"
2019-10-29T20:19:44.2861292Z  ---> Running in 90d77b0cdb59
2019-10-29T20:19:45.0939463Z Removing intermediate container 90d77b0cdb59
2019-10-29T20:19:45.1180272Z  ---> 99b66c4c026f
2019-10-29T20:19:45.1180782Z Step 4/11 : LABEL "version"="0.0.1"
2019-10-29T20:19:45.3073994Z  ---> Running in 43079ed7899c
2019-10-29T20:19:46.7369264Z Removing intermediate container 43079ed7899c
2019-10-29T20:19:46.7384121Z  ---> 03cd4e359af6
2019-10-29T20:19:46.7384348Z Step 5/11 : LABEL "com.github.actions.name"="Git push for GitHub Actions"
2019-10-29T20:19:46.8901195Z  ---> Running in 10400964e122
2019-10-29T20:19:47.1031804Z Removing intermediate container 10400964e122
2019-10-29T20:19:47.1032150Z  ---> 21dd02922154
2019-10-29T20:19:47.1032275Z Step 6/11 : LABEL "com.github.actions.description"="Runs 'git push' to GitHub in an Action"
2019-10-29T20:19:47.2832721Z  ---> Running in 2c31b3299430
2019-10-29T20:19:48.0798519Z Removing intermediate container 2c31b3299430
2019-10-29T20:19:48.0804195Z  ---> d221726da4a8
2019-10-29T20:19:48.0809224Z Step 7/11 : LABEL "com.github.actions.icon"="upload-cloud"
2019-10-29T20:19:48.2812818Z  ---> Running in c7eabbaf9acd
2019-10-29T20:19:49.0810108Z Removing intermediate container c7eabbaf9acd
2019-10-29T20:19:49.0810347Z  ---> 58bda578fd79
2019-10-29T20:19:49.0875125Z Step 8/11 : LABEL "com.github.actions.color"="green"
2019-10-29T20:19:49.2376092Z  ---> Running in 33c7787045a8
2019-10-29T20:19:50.0733744Z Removing intermediate container 33c7787045a8
2019-10-29T20:19:50.0733948Z  ---> de8d9cb3f4b7
2019-10-29T20:19:50.0734061Z Step 9/11 : COPY README.md LICENSE start.sh /
2019-10-29T20:19:51.0747336Z  ---> 0a00e6ef3c1b
2019-10-29T20:19:51.0750499Z Step 10/11 : RUN apk add --no-cache git
2019-10-29T20:19:51.2363211Z  ---> Running in 161c18fc5ebe
2019-10-29T20:19:52.2654549Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
2019-10-29T20:19:52.4354908Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
2019-10-29T20:19:52.5309633Z (1/6) Installing ca-certificates (20190108-r0)
2019-10-29T20:19:52.5506414Z (2/6) Installing nghttp2-libs (1.39.2-r0)
2019-10-29T20:19:52.5603986Z (3/6) Installing libcurl (7.66.0-r0)
2019-10-29T20:19:52.5752858Z (4/6) Installing expat (2.2.8-r0)
2019-10-29T20:19:52.5845365Z (5/6) Installing pcre2 (10.33-r0)
2019-10-29T20:19:52.5986403Z (6/6) Installing git (2.22.0-r0)
2019-10-29T20:19:52.7772935Z Executing busybox-1.30.1-r2.trigger
2019-10-29T20:19:52.7803352Z Executing ca-certificates-20190108-r0.trigger
2019-10-29T20:19:52.8178184Z OK: 21 MiB in 20 packages
2019-10-29T20:19:54.4459996Z Removing intermediate container 161c18fc5ebe
2019-10-29T20:19:54.4460129Z  ---> 3ba81caa246f
2019-10-29T20:19:54.4460490Z Step 11/11 : CMD ["/start.sh"]
2019-10-29T20:19:54.7421801Z  ---> Running in ad13ac5655a4
2019-10-29T20:19:55.0740737Z Removing intermediate container ad13ac5655a4
2019-10-29T20:19:55.0740896Z  ---> 15dddb40576e
2019-10-29T20:19:55.0747468Z Successfully built 15dddb40576e
2019-10-29T20:19:55.1830320Z Successfully tagged 10865d:b5fe1103094c46ebac7adf9bcbc7dfbf
2019-10-29T20:19:55.2067542Z ##[group]Run actions/checkout@v1
2019-10-29T20:19:55.2067863Z with:
2019-10-29T20:19:55.2068401Z   clean: true
2019-10-29T20:19:55.2068501Z ##[endgroup]
2019-10-29T20:19:55.5068253Z Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2019-10-29T20:19:55.5068478Z ##[add-matcher]/home/runner/work/_temp/git_ddd0c913-6484-4a5d-b330-5b3cfd11b2a3.json
2019-10-29T20:19:55.5250320Z Syncing repository: vidavidorra/ci-fiddle
2019-10-29T20:19:55.5404219Z ##[command]git version
2019-10-29T20:19:55.7773083Z git version 2.23.0
2019-10-29T20:19:55.7867226Z ##[command]git lfs version
2019-10-29T20:19:56.4598525Z git-lfs/2.8.0 (GitHub; linux amd64; go 1.12.6)
2019-10-29T20:19:56.4791205Z ##[command]git init "/home/runner/work/ci-fiddle/ci-fiddle"
2019-10-29T20:19:56.5176707Z Initialized empty Git repository in /home/runner/work/ci-fiddle/ci-fiddle/.git/
2019-10-29T20:19:56.5224004Z ##[command]git remote add origin https://github.com/vidavidorra/ci-fiddle
2019-10-29T20:19:56.5368180Z ##[command]git config gc.auto 0
2019-10-29T20:19:56.5401651Z ##[command]git config --get-all http.https://github.com/vidavidorra/ci-fiddle.extraheader
2019-10-29T20:19:56.5433105Z ##[command]git config --get-all http.proxy
2019-10-29T20:19:56.5510341Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/*
2019-10-29T20:19:57.1701932Z remote: Enumerating objects: 180, done.        
2019-10-29T20:19:57.1702917Z remote: Counting objects:   0% (1/180)        
2019-10-29T20:19:57.1710095Z remote: Counting objects:   1% (2/180)        
2019-10-29T20:19:57.1713842Z remote: Counting objects:   2% (4/180)        
2019-10-29T20:19:57.1716068Z remote: Counting objects:   3% (6/180)        
2019-10-29T20:19:57.1718495Z remote: Counting objects:   4% (8/180)        
2019-10-29T20:19:57.1720041Z remote: Counting objects:   5% (9/180)        
2019-10-29T20:19:57.1722171Z remote: Counting objects:   6% (11/180)        
2019-10-29T20:19:57.1724192Z remote: Counting objects:   7% (13/180)        
2019-10-29T20:19:57.1725270Z remote: Counting objects:   8% (15/180)        
2019-10-29T20:19:57.1729604Z remote: Counting objects:   9% (17/180)        
2019-10-29T20:19:57.1730726Z remote: Counting objects:  10% (18/180)        
2019-10-29T20:19:57.1732262Z remote: Counting objects:  11% (20/180)        
2019-10-29T20:19:57.1737544Z remote: Counting objects:  12% (22/180)        
2019-10-29T20:19:57.1737709Z remote: Counting objects:  13% (24/180)        
2019-10-29T20:19:57.1737911Z remote: Counting objects:  14% (26/180)        
2019-10-29T20:19:57.1738732Z remote: Counting objects:  15% (27/180)        
2019-10-29T20:19:57.1738909Z remote: Counting objects:  16% (29/180)        
2019-10-29T20:19:57.1739055Z remote: Counting objects:  17% (31/180)        
2019-10-29T20:19:57.1739340Z remote: Counting objects:  18% (33/180)        
2019-10-29T20:19:57.1739697Z remote: Counting objects:  19% (35/180)        
2019-10-29T20:19:57.1739802Z remote: Counting objects:  20% (36/180)        
2019-10-29T20:19:57.1739987Z remote: Counting objects:  21% (38/180)        
2019-10-29T20:19:57.1740105Z remote: Counting objects:  22% (40/180)        
2019-10-29T20:19:57.1740223Z remote: Counting objects:  23% (42/180)        
2019-10-29T20:19:57.1740680Z remote: Counting objects:  24% (44/180)        
2019-10-29T20:19:57.1740778Z remote: Counting objects:  25% (45/180)        
2019-10-29T20:19:57.1740898Z remote: Counting objects:  26% (47/180)        
2019-10-29T20:19:57.1741149Z remote: Counting objects:  27% (49/180)        
2019-10-29T20:19:57.1741269Z remote: Counting objects:  28% (51/180)        
2019-10-29T20:19:57.1741385Z remote: Counting objects:  29% (53/180)        
2019-10-29T20:19:57.1741502Z remote: Counting objects:  30% (54/180)        
2019-10-29T20:19:57.1741600Z remote: Counting objects:  31% (56/180)        
2019-10-29T20:19:57.1743106Z remote: Counting objects:  32% (58/180)        
2019-10-29T20:19:57.1743249Z remote: Counting objects:  33% (60/180)        
2019-10-29T20:19:57.1745085Z remote: Counting objects:  34% (62/180)        
2019-10-29T20:19:57.1745229Z remote: Counting objects:  35% (63/180)        
2019-10-29T20:19:57.1745344Z remote: Counting objects:  36% (65/180)        
2019-10-29T20:19:57.1745471Z remote: Counting objects:  37% (67/180)        
2019-10-29T20:19:57.1745567Z remote: Counting objects:  38% (69/180)        
2019-10-29T20:19:57.1745683Z remote: Counting objects:  39% (71/180)        
2019-10-29T20:19:57.1745806Z remote: Counting objects:  40% (72/180)        
2019-10-29T20:19:57.1745920Z remote: Counting objects:  41% (74/180)        
2019-10-29T20:19:57.1746033Z remote: Counting objects:  42% (76/180)        
2019-10-29T20:19:57.1746161Z remote: Counting objects:  43% (78/180)        
2019-10-29T20:19:57.1746783Z remote: Counting objects:  44% (80/180)        
2019-10-29T20:19:57.1746904Z remote: Counting objects:  45% (81/180)        
2019-10-29T20:19:57.1747347Z remote: Counting objects:  46% (83/180)        
2019-10-29T20:19:57.1747487Z remote: Counting objects:  47% (85/180)        
2019-10-29T20:19:57.1747584Z remote: Counting objects:  48% (87/180)        
2019-10-29T20:19:57.1747700Z remote: Counting objects:  49% (89/180)        
2019-10-29T20:19:57.1747819Z remote: Counting objects:  50% (90/180)        
2019-10-29T20:19:57.1748089Z remote: Counting objects:  51% (92/180)        
2019-10-29T20:19:57.1748218Z remote: Counting objects:  52% (94/180)        
2019-10-29T20:19:57.1748332Z remote: Counting objects:  53% (96/180)        
2019-10-29T20:19:57.1748428Z remote: Counting objects:  54% (98/180)        
2019-10-29T20:19:57.1748544Z remote: Counting objects:  55% (99/180)        
2019-10-29T20:19:57.1748661Z remote: Counting objects:  56% (101/180)        
2019-10-29T20:19:57.1748778Z remote: Counting objects:  57% (103/180)        
2019-10-29T20:19:57.1748895Z remote: Counting objects:  58% (105/180)        
2019-10-29T20:19:57.1748998Z remote: Counting objects:  59% (107/180)        
2019-10-29T20:19:57.1749120Z remote: Counting objects:  60% (108/180)        
2019-10-29T20:19:57.1749237Z remote: Counting objects:  61% (110/180)        
2019-10-29T20:19:57.1749350Z remote: Counting objects:  62% (112/180)        
2019-10-29T20:19:57.1749464Z remote: Counting objects:  63% (114/180)        
2019-10-29T20:19:57.1760566Z remote: Counting objects:  64% (116/180)        
2019-10-29T20:19:57.1760730Z remote: Counting objects:  65% (117/180)        
2019-10-29T20:19:57.1760852Z remote: Counting objects:  66% (119/180)        
2019-10-29T20:19:57.1760973Z remote: Counting objects:  67% (121/180)        
2019-10-29T20:19:57.1761501Z remote: Counting objects:  68% (123/180)        
2019-10-29T20:19:57.1761637Z remote: Counting objects:  69% (125/180)        
2019-10-29T20:19:57.1761761Z remote: Counting objects:  70% (126/180)        
2019-10-29T20:19:57.1762036Z remote: Counting objects:  71% (128/180)        
2019-10-29T20:19:57.1762164Z remote: Counting objects:  72% (130/180)        
2019-10-29T20:19:57.1762279Z remote: Counting objects:  73% (132/180)        
2019-10-29T20:19:57.1762375Z remote: Counting objects:  74% (134/180)        
2019-10-29T20:19:57.1762490Z remote: Counting objects:  75% (135/180)        
2019-10-29T20:19:57.1762630Z remote: Counting objects:  76% (137/180)        
2019-10-29T20:19:57.1763386Z remote: Counting objects:  77% (139/180)        
2019-10-29T20:19:57.1763796Z remote: Counting objects:  78% (141/180)        
2019-10-29T20:19:57.1764768Z remote: Counting objects:  79% (143/180)        
2019-10-29T20:19:57.1765911Z remote: Counting objects:  80% (144/180)        
2019-10-29T20:19:57.1768536Z remote: Counting objects:  81% (146/180)        
2019-10-29T20:19:57.1770816Z remote: Counting objects:  82% (148/180)        
2019-10-29T20:19:57.1773065Z remote: Counting objects:  83% (150/180)        
2019-10-29T20:19:57.1773216Z remote: Counting objects:  84% (152/180)        
2019-10-29T20:19:57.1774281Z remote: Counting objects:  85% (153/180)        
2019-10-29T20:19:57.1774471Z remote: Counting objects:  86% (155/180)        
2019-10-29T20:19:57.1774583Z remote: Counting objects:  87% (157/180)        
2019-10-29T20:19:57.1775138Z remote: Counting objects:  88% (159/180)        
2019-10-29T20:19:57.1775252Z remote: Counting objects:  89% (161/180)        
2019-10-29T20:19:57.1775357Z remote: Counting objects:  90% (162/180)        
2019-10-29T20:19:57.1775467Z remote: Counting objects:  91% (164/180)        
2019-10-29T20:19:57.1775578Z remote: Counting objects:  92% (166/180)        
2019-10-29T20:19:57.1775911Z remote: Counting objects:  93% (168/180)        
2019-10-29T20:19:57.1776033Z remote: Counting objects:  94% (170/180)        
2019-10-29T20:19:57.1776595Z remote: Counting objects:  95% (171/180)        
2019-10-29T20:19:57.1776868Z remote: Counting objects:  96% (173/180)        
2019-10-29T20:19:57.1776968Z remote: Counting objects:  97% (175/180)        
2019-10-29T20:19:57.1777095Z remote: Counting objects:  98% (177/180)        
2019-10-29T20:19:57.1777212Z remote: Counting objects:  99% (179/180)        
2019-10-29T20:19:57.1777350Z remote: Counting objects: 100% (180/180)        
2019-10-29T20:19:57.1780964Z remote: Counting objects: 100% (180/180), done.        
2019-10-29T20:19:57.1782791Z remote: Compressing objects:   1% (1/86)        
2019-10-29T20:19:57.1782974Z remote: Compressing objects:   2% (2/86)        
2019-10-29T20:19:57.1783508Z remote: Compressing objects:   3% (3/86)        
2019-10-29T20:19:57.1783654Z remote: Compressing objects:   4% (4/86)        
2019-10-29T20:19:57.1783789Z remote: Compressing objects:   5% (5/86)        
2019-10-29T20:19:57.1783917Z remote: Compressing objects:   6% (6/86)        
2019-10-29T20:19:57.1784044Z remote: Compressing objects:   8% (7/86)        
2019-10-29T20:19:57.1784172Z remote: Compressing objects:   9% (8/86)        
2019-10-29T20:19:57.1784296Z remote: Compressing objects:  10% (9/86)        
2019-10-29T20:19:57.1784414Z remote: Compressing objects:  11% (10/86)        
2019-10-29T20:19:57.1784555Z remote: Compressing objects:  12% (11/86)        
2019-10-29T20:19:57.1784666Z remote: Compressing objects:  13% (12/86)        
2019-10-29T20:19:57.1784774Z remote: Compressing objects:  15% (13/86)        
2019-10-29T20:19:57.1784882Z remote: Compressing objects:  16% (14/86)        
2019-10-29T20:19:57.1785023Z remote: Compressing objects:  17% (15/86)        
2019-10-29T20:19:57.1785405Z remote: Compressing objects:  18% (16/86)        
2019-10-29T20:19:57.1785500Z remote: Compressing objects:  19% (17/86)        
2019-10-29T20:19:57.1785612Z remote: Compressing objects:  20% (18/86)        
2019-10-29T20:19:57.1785723Z remote: Compressing objects:  22% (19/86)        
2019-10-29T20:19:57.1785832Z remote: Compressing objects:  23% (20/86)        
2019-10-29T20:19:57.1785939Z remote: Compressing objects:  24% (21/86)        
2019-10-29T20:19:57.1786028Z remote: Compressing objects:  25% (22/86)        
2019-10-29T20:19:57.1786962Z remote: Compressing objects:  26% (23/86)        
2019-10-29T20:19:57.1787102Z remote: Compressing objects:  27% (24/86)        
2019-10-29T20:19:57.1787218Z remote: Compressing objects:  29% (25/86)        
2019-10-29T20:19:57.1787332Z remote: Compressing objects:  30% (26/86)        
2019-10-29T20:19:57.1787427Z remote: Compressing objects:  31% (27/86)        
2019-10-29T20:19:57.1787710Z remote: Compressing objects:  32% (28/86)        
2019-10-29T20:19:57.1787828Z remote: Compressing objects:  33% (29/86)        
2019-10-29T20:19:57.1787975Z remote: Compressing objects:  34% (30/86)        
2019-10-29T20:19:57.1788091Z remote: Compressing objects:  36% (31/86)        
2019-10-29T20:19:57.1788207Z remote: Compressing objects:  37% (32/86)        
2019-10-29T20:19:57.1788305Z remote: Compressing objects:  38% (33/86)        
2019-10-29T20:19:57.1788421Z remote: Compressing objects:  39% (34/86)        
2019-10-29T20:19:57.1788538Z remote: Compressing objects:  40% (35/86)        
2019-10-29T20:19:57.1788726Z remote: Compressing objects:  41% (36/86)        
2019-10-29T20:19:57.1788852Z remote: Compressing objects:  43% (37/86)        
2019-10-29T20:19:57.1791710Z remote: Compressing objects:  44% (38/86)        
2019-10-29T20:19:57.1791827Z remote: Compressing objects:  45% (39/86)        
2019-10-29T20:19:57.1791946Z remote: Compressing objects:  46% (40/86)        
2019-10-29T20:19:57.1792074Z remote: Compressing objects:  47% (41/86)        
2019-10-29T20:19:57.1792190Z remote: Compressing objects:  48% (42/86)        
2019-10-29T20:19:57.1793232Z remote: Compressing objects:  50% (43/86)        
2019-10-29T20:19:57.1793373Z remote: Compressing objects:  51% (44/86)        
2019-10-29T20:19:57.1793493Z remote: Compressing objects:  52% (45/86)        
2019-10-29T20:19:57.1793611Z remote: Compressing objects:  53% (46/86)        
2019-10-29T20:19:57.1793727Z remote: Compressing objects:  54% (47/86)        
2019-10-29T20:19:57.1796753Z remote: Compressing objects:  55% (48/86)        
2019-10-29T20:19:57.1796953Z remote: Compressing objects:  56% (49/86)        
2019-10-29T20:19:57.1798625Z remote: Compressing objects:  58% (50/86)        
2019-10-29T20:19:57.1798930Z remote: Compressing objects:  59% (51/86)        
2019-10-29T20:19:57.1799179Z remote: Compressing objects:  60% (52/86)        
2019-10-29T20:19:57.1799391Z remote: Compressing objects:  61% (53/86)        
2019-10-29T20:19:57.1799864Z remote: Compressing objects:  62% (54/86)        
2019-10-29T20:19:57.1800016Z remote: Compressing objects:  63% (55/86)        
2019-10-29T20:19:57.1800138Z remote: Compressing objects:  65% (56/86)        
2019-10-29T20:19:57.1800260Z remote: Compressing objects:  66% (57/86)        
2019-10-29T20:19:57.1800378Z remote: Compressing objects:  67% (58/86)        
2019-10-29T20:19:57.1800494Z remote: Compressing objects:  68% (59/86)        
2019-10-29T20:19:57.1800610Z remote: Compressing objects:  69% (60/86)        
2019-10-29T20:19:57.1800707Z remote: Compressing objects:  70% (61/86)        
2019-10-29T20:19:57.1800837Z remote: Compressing objects:  72% (62/86)        
2019-10-29T20:19:57.1800955Z remote: Compressing objects:  73% (63/86)        
2019-10-29T20:19:57.1801068Z remote: Compressing objects:  74% (64/86)        
2019-10-29T20:19:57.1801180Z remote: Compressing objects:  75% (65/86)        
2019-10-29T20:19:57.1801278Z remote: Compressing objects:  76% (66/86)        
2019-10-29T20:19:57.1801400Z remote: Compressing objects:  77% (67/86)        
2019-10-29T20:19:57.1801513Z remote: Compressing objects:  79% (68/86)        
2019-10-29T20:19:57.1801625Z remote: Compressing objects:  80% (69/86)        
2019-10-29T20:19:57.1801738Z remote: Compressing objects:  81% (70/86)        
2019-10-29T20:19:57.1801854Z remote: Compressing objects:  82% (71/86)        
2019-10-29T20:19:57.1801951Z remote: Compressing objects:  83% (72/86)        
2019-10-29T20:19:57.1802068Z remote: Compressing objects:  84% (73/86)        
2019-10-29T20:19:57.1802347Z remote: Compressing objects:  86% (74/86)        
2019-10-29T20:19:57.1802464Z remote: Compressing objects:  87% (75/86)        
2019-10-29T20:19:57.1802732Z remote: Compressing objects:  88% (76/86)        
2019-10-29T20:19:57.1802822Z remote: Compressing objects:  89% (77/86)        
2019-10-29T20:19:57.1802930Z remote: Compressing objects:  90% (78/86)        
2019-10-29T20:19:57.1803035Z remote: Compressing objects:  91% (79/86)        
2019-10-29T20:19:57.1803316Z remote: Compressing objects:  93% (80/86)        
2019-10-29T20:19:57.1803428Z remote: Compressing objects:  94% (81/86)        
2019-10-29T20:19:57.1803518Z remote: Compressing objects:  95% (82/86)        
2019-10-29T20:19:57.1803626Z remote: Compressing objects:  96% (83/86)        
2019-10-29T20:19:57.1803736Z remote: Compressing objects:  97% (84/86)        
2019-10-29T20:19:57.1803844Z remote: Compressing objects:  98% (85/86)        
2019-10-29T20:19:57.1804146Z remote: Compressing objects: 100% (86/86)        
2019-10-29T20:19:57.1805043Z remote: Compressing objects: 100% (86/86), done.        
2019-10-29T20:19:57.1916923Z 
2019-10-29T20:19:57.1917397Z                                                                                 
2019-10-29T20:19:57.2028552Z Receiving objects:   0% (1/1448)
2019-10-29T20:19:57.2028667Z 
2019-10-29T20:19:57.2028792Z                                                                                 
2019-10-29T20:19:57.2028908Z Receiving objects:   1% (15/1448)
2019-10-29T20:19:57.2029006Z 
2019-10-29T20:19:57.2033086Z                                                                                 
2019-10-29T20:19:57.2033246Z Receiving objects:   2% (29/1448)
2019-10-29T20:19:57.2033322Z 
2019-10-29T20:19:57.2033431Z                                                                                 
2019-10-29T20:19:57.2033549Z Receiving objects:   3% (44/1448)
2019-10-29T20:19:57.2033601Z 
2019-10-29T20:19:57.2033711Z                                                                                 
2019-10-29T20:19:57.2033827Z Receiving objects:   4% (58/1448)
2019-10-29T20:19:57.2033877Z 
2019-10-29T20:19:57.2033995Z                                                                                 
2019-10-29T20:19:57.2034112Z Receiving objects:   5% (73/1448)
2019-10-29T20:19:57.2034163Z 
2019-10-29T20:19:57.2034272Z                                                                                 
2019-10-29T20:19:57.2034386Z Receiving objects:   6% (87/1448)
2019-10-29T20:19:57.2034440Z 
2019-10-29T20:19:57.2034548Z                                                                                 
2019-10-29T20:19:57.2034838Z Receiving objects:   7% (102/1448)
2019-10-29T20:19:57.2034887Z 
2019-10-29T20:19:57.2034990Z                                                                                 
2019-10-29T20:19:57.2035101Z Receiving objects:   8% (116/1448)
2019-10-29T20:19:57.2035149Z 
2019-10-29T20:19:57.2035251Z                                                                                 
2019-10-29T20:19:57.2035361Z Receiving objects:   9% (131/1448)
2019-10-29T20:19:57.2035408Z 
2019-10-29T20:19:57.2035515Z                                                                                 
2019-10-29T20:19:57.2035626Z Receiving objects:  10% (145/1448)
2019-10-29T20:19:57.2035672Z 
2019-10-29T20:19:57.2035773Z                                                                                 
2019-10-29T20:19:57.2035885Z Receiving objects:  11% (160/1448)
2019-10-29T20:19:57.2035935Z 
2019-10-29T20:19:57.2036046Z                                                                                 
2019-10-29T20:19:57.2036544Z Receiving objects:  12% (174/1448)
2019-10-29T20:19:57.2036621Z 
2019-10-29T20:19:57.2036719Z                                                                                 
2019-10-29T20:19:57.2037258Z Receiving objects:  13% (189/1448)
2019-10-29T20:19:57.2037333Z 
2019-10-29T20:19:57.2037523Z                                                                                 
2019-10-29T20:19:57.2037655Z Receiving objects:  14% (203/1448)
2019-10-29T20:19:57.2037728Z 
2019-10-29T20:19:57.2037833Z                                                                                 
2019-10-29T20:19:57.2037961Z Receiving objects:  15% (218/1448)
2019-10-29T20:19:57.2038034Z 
2019-10-29T20:19:57.2038149Z                                                                                 
2019-10-29T20:19:57.2038258Z Receiving objects:  16% (232/1448)
2019-10-29T20:19:57.2038534Z 
2019-10-29T20:19:57.2038652Z                                                                                 
2019-10-29T20:19:57.2038757Z Receiving objects:  17% (247/1448)
2019-10-29T20:19:57.2038831Z 
2019-10-29T20:19:57.2038949Z                                                                                 
2019-10-29T20:19:57.2039053Z Receiving objects:  18% (261/1448)
2019-10-29T20:19:57.2039128Z 
2019-10-29T20:19:57.2039243Z                                                                                 
2019-10-29T20:19:57.2039366Z Receiving objects:  19% (276/1448)
2019-10-29T20:19:57.2039421Z 
2019-10-29T20:19:57.2039614Z                                                                                 
2019-10-29T20:19:57.2039748Z Receiving objects:  20% (290/1448)
2019-10-29T20:19:57.2039965Z 
2019-10-29T20:19:57.2040070Z                                                                                 
2019-10-29T20:19:57.2040181Z Receiving objects:  21% (305/1448)
2019-10-29T20:19:57.2040238Z 
2019-10-29T20:19:57.2040343Z                                                                                 
2019-10-29T20:19:57.2040455Z Receiving objects:  22% (319/1448)
2019-10-29T20:19:57.2040504Z 
2019-10-29T20:19:57.2040770Z                                                                                 
2019-10-29T20:19:57.2040877Z Receiving objects:  23% (334/1448)
2019-10-29T20:19:57.2040963Z 
2019-10-29T20:19:57.2041071Z                                                                                 
2019-10-29T20:19:57.2041181Z Receiving objects:  24% (348/1448)
2019-10-29T20:19:57.2041228Z 
2019-10-29T20:19:57.2041335Z                                                                                 
2019-10-29T20:19:57.2041445Z Receiving objects:  25% (362/1448)
2019-10-29T20:19:57.2041491Z 
2019-10-29T20:19:57.2041595Z                                                                                 
2019-10-29T20:19:57.2117572Z Receiving objects:  26% (377/1448)
2019-10-29T20:19:57.2117689Z 
2019-10-29T20:19:57.2117795Z                                                                                 
2019-10-29T20:19:57.2117934Z Receiving objects:  27% (391/1448)
2019-10-29T20:19:57.2118017Z 
2019-10-29T20:19:57.2118137Z                                                                                 
2019-10-29T20:19:57.2118250Z Receiving objects:  28% (406/1448)
2019-10-29T20:19:57.2118326Z 
2019-10-29T20:19:57.2118444Z                                                                                 
2019-10-29T20:19:57.2118553Z Receiving objects:  29% (420/1448)
2019-10-29T20:19:57.2118626Z 
2019-10-29T20:19:57.2118751Z                                                                                 
2019-10-29T20:19:57.2118857Z Receiving objects:  30% (435/1448)
2019-10-29T20:19:57.2118933Z 
2019-10-29T20:19:57.2119049Z                                                                                 
2019-10-29T20:19:57.2126814Z Receiving objects:  31% (449/1448)
2019-10-29T20:19:57.2126913Z 
2019-10-29T20:19:57.2127039Z                                                                                 
2019-10-29T20:19:57.2127171Z Receiving objects:  32% (464/1448)
2019-10-29T20:19:57.2127227Z 
2019-10-29T20:19:57.2127345Z                                                                                 
2019-10-29T20:19:57.2127523Z Receiving objects:  33% (478/1448)
2019-10-29T20:19:57.2127581Z 
2019-10-29T20:19:57.2127697Z                                                                                 
2019-10-29T20:19:57.2127854Z Receiving objects:  34% (493/1448)
2019-10-29T20:19:57.2127913Z 
2019-10-29T20:19:57.2128035Z                                                                                 
2019-10-29T20:19:57.2128158Z Receiving objects:  35% (507/1448)
2019-10-29T20:19:57.2128213Z 
2019-10-29T20:19:57.2128330Z                                                                                 
2019-10-29T20:19:57.2128452Z Receiving objects:  36% (522/1448)
2019-10-29T20:19:57.2137629Z 
2019-10-29T20:19:57.2137768Z                                                                                 
2019-10-29T20:19:57.2137896Z Receiving objects:  37% (536/1448)
2019-10-29T20:19:57.2137952Z 
2019-10-29T20:19:57.2138069Z                                                                                 
2019-10-29T20:19:57.2138196Z Receiving objects:  38% (551/1448)
2019-10-29T20:19:57.2138252Z 
2019-10-29T20:19:57.2138370Z                                                                                 
2019-10-29T20:19:57.2138497Z Receiving objects:  39% (565/1448)
2019-10-29T20:19:57.2138572Z 
2019-10-29T20:19:57.2138824Z                                                                                 
2019-10-29T20:19:57.2138968Z Receiving objects:  40% (580/1448)
2019-10-29T20:19:57.2139042Z 
2019-10-29T20:19:57.2139141Z                                                                                 
2019-10-29T20:19:57.2139267Z Receiving objects:  41% (594/1448)
2019-10-29T20:19:57.2139352Z 
2019-10-29T20:19:57.2139452Z                                                                                 
2019-10-29T20:19:57.2139582Z Receiving objects:  42% (609/1448)
2019-10-29T20:19:57.2139675Z 
2019-10-29T20:19:57.2139798Z                                                                                 
2019-10-29T20:19:57.2139927Z Receiving objects:  43% (623/1448)
2019-10-29T20:19:57.2139985Z 
2019-10-29T20:19:57.2140104Z                                                                                 
2019-10-29T20:19:57.2140233Z Receiving objects:  44% (638/1448)
2019-10-29T20:19:57.2140288Z 
2019-10-29T20:19:57.2140412Z                                                                                 
2019-10-29T20:19:57.2140539Z Receiving objects:  45% (652/1448)
2019-10-29T20:19:57.2140594Z 
2019-10-29T20:19:57.2140711Z                                                                                 
2019-10-29T20:19:57.2140837Z Receiving objects:  46% (667/1448)
2019-10-29T20:19:57.2140896Z 
2019-10-29T20:19:57.2141048Z                                                                                 
2019-10-29T20:19:57.2141177Z Receiving objects:  47% (681/1448)
2019-10-29T20:19:57.2141433Z 
2019-10-29T20:19:57.2141541Z                                                                                 
2019-10-29T20:19:57.2141679Z Receiving objects:  48% (696/1448)
2019-10-29T20:19:57.2141755Z 
2019-10-29T20:19:57.2141851Z                                                                                 
2019-10-29T20:19:57.2141975Z Receiving objects:  49% (710/1448)
2019-10-29T20:19:57.2142049Z 
2019-10-29T20:19:57.2142152Z                                                                                 
2019-10-29T20:19:57.2142280Z Receiving objects:  50% (724/1448)
2019-10-29T20:19:57.2142356Z 
2019-10-29T20:19:57.2142475Z                                                                                 
2019-10-29T20:19:57.2142582Z Receiving objects:  51% (739/1448)
2019-10-29T20:19:57.2142658Z 
2019-10-29T20:19:57.2142780Z                                                                                 
2019-10-29T20:19:57.2142884Z Receiving objects:  52% (753/1448)
2019-10-29T20:19:57.2142960Z 
2019-10-29T20:19:57.2143074Z                                                                                 
2019-10-29T20:19:57.2143196Z Receiving objects:  53% (768/1448)
2019-10-29T20:19:57.2143251Z 
2019-10-29T20:19:57.2143368Z                                                                                 
2019-10-29T20:19:57.2143673Z Receiving objects:  54% (782/1448)
2019-10-29T20:19:57.2143744Z 
2019-10-29T20:19:57.2143872Z                                                                                 
2019-10-29T20:19:57.2143996Z Receiving objects:  55% (797/1448)
2019-10-29T20:19:57.2144051Z 
2019-10-29T20:19:57.2144168Z                                                                                 
2019-10-29T20:19:57.2144292Z Receiving objects:  56% (811/1448)
2019-10-29T20:19:57.2144455Z 
2019-10-29T20:19:57.2144575Z                                                                                 
2019-10-29T20:19:57.2144701Z Receiving objects:  57% (826/1448)
2019-10-29T20:19:57.2144756Z 
2019-10-29T20:19:57.2144872Z                                                                                 
2019-10-29T20:19:57.2144994Z Receiving objects:  58% (840/1448)
2019-10-29T20:19:57.2145049Z 
2019-10-29T20:19:57.2145170Z                                                                                 
2019-10-29T20:19:57.2145293Z Receiving objects:  59% (855/1448)
2019-10-29T20:19:57.2145347Z 
2019-10-29T20:19:57.2145522Z                                                                                 
2019-10-29T20:19:57.2145654Z Receiving objects:  60% (869/1448)
2019-10-29T20:19:57.2145708Z 
2019-10-29T20:19:57.2145826Z                                                                                 
2019-10-29T20:19:57.2145950Z Receiving objects:  61% (884/1448)
2019-10-29T20:19:57.2146010Z 
2019-10-29T20:19:57.2146161Z                                                                                 
2019-10-29T20:19:57.2146292Z Receiving objects:  62% (898/1448)
2019-10-29T20:19:57.2146369Z 
2019-10-29T20:19:57.2146467Z                                                                                 
2019-10-29T20:19:57.2146590Z Receiving objects:  63% (913/1448)
2019-10-29T20:19:57.2146663Z 
2019-10-29T20:19:57.2146762Z                                                                                 
2019-10-29T20:19:57.2146886Z Receiving objects:  64% (927/1448)
2019-10-29T20:19:57.2146972Z 
2019-10-29T20:19:57.2147074Z                                                                                 
2019-10-29T20:19:57.2147201Z Receiving objects:  65% (942/1448)
2019-10-29T20:19:57.2147273Z 
2019-10-29T20:19:57.2147388Z                                                                                 
2019-10-29T20:19:57.2147493Z Receiving objects:  66% (956/1448)
2019-10-29T20:19:57.2147574Z 
2019-10-29T20:19:57.2147691Z                                                                                 
2019-10-29T20:19:57.2147795Z Receiving objects:  67% (971/1448)
2019-10-29T20:19:57.2147868Z 
2019-10-29T20:19:57.2148127Z                                                                                 
2019-10-29T20:19:57.2148242Z Receiving objects:  68% (985/1448)
2019-10-29T20:19:57.2148316Z 
2019-10-29T20:19:57.2148432Z                                                                                 
2019-10-29T20:19:57.2148557Z Receiving objects:  69% (1000/1448)
2019-10-29T20:19:57.2148811Z 
2019-10-29T20:19:57.2148950Z                                                                                 
2019-10-29T20:19:57.2149077Z Receiving objects:  70% (1014/1448)
2019-10-29T20:19:57.2149134Z 
2019-10-29T20:19:57.2149249Z                                                                                 
2019-10-29T20:19:57.2149393Z Receiving objects:  71% (1029/1448)
2019-10-29T20:19:57.2149455Z 
2019-10-29T20:19:57.2149571Z                                                                                 
2019-10-29T20:19:57.2149708Z Receiving objects:  72% (1043/1448)
2019-10-29T20:19:57.2149764Z 
2019-10-29T20:19:57.2149879Z                                                                                 
2019-10-29T20:19:57.2150005Z Receiving objects:  73% (1058/1448)
2019-10-29T20:19:57.2150060Z 
2019-10-29T20:19:57.2150176Z                                                                                 
2019-10-29T20:19:57.2155245Z Receiving objects:  74% (1072/1448)
2019-10-29T20:19:57.2155349Z 
2019-10-29T20:19:57.2155496Z                                                                                 
2019-10-29T20:19:57.2155620Z Receiving objects:  75% (1086/1448)
2019-10-29T20:19:57.2155675Z 
2019-10-29T20:19:57.2155789Z                                                                                 
2019-10-29T20:19:57.2155913Z Receiving objects:  76% (1101/1448)
2019-10-29T20:19:57.2156222Z 
2019-10-29T20:19:57.2156348Z                                                                                 
2019-10-29T20:19:57.2156471Z Receiving objects:  77% (1115/1448)
2019-10-29T20:19:57.2156526Z 
2019-10-29T20:19:57.2156643Z                                                                                 
2019-10-29T20:19:57.2156767Z Receiving objects:  78% (1130/1448)
2019-10-29T20:19:57.2156841Z 
2019-10-29T20:19:57.2156938Z                                                                                 
2019-10-29T20:19:57.2157059Z Receiving objects:  79% (1144/1448)
2019-10-29T20:19:57.2157132Z 
2019-10-29T20:19:57.2157300Z                                                                                 
2019-10-29T20:19:57.2157436Z Receiving objects:  80% (1159/1448)
2019-10-29T20:19:57.2157508Z 
2019-10-29T20:19:57.2157604Z                                                                                 
2019-10-29T20:19:57.2157733Z Receiving objects:  81% (1173/1448)
2019-10-29T20:19:57.2157810Z 
2019-10-29T20:19:57.2157928Z                                                                                 
2019-10-29T20:19:57.2158037Z Receiving objects:  82% (1188/1448)
2019-10-29T20:19:57.2158112Z 
2019-10-29T20:19:57.2158228Z                                                                                 
2019-10-29T20:19:57.2158336Z Receiving objects:  83% (1202/1448)
2019-10-29T20:19:57.2158409Z 
2019-10-29T20:19:57.2158524Z                                                                                 
2019-10-29T20:19:57.2158647Z Receiving objects:  84% (1217/1448)
2019-10-29T20:19:57.2158703Z 
2019-10-29T20:19:57.2158823Z                                                                                 
2019-10-29T20:19:57.2158947Z Receiving objects:  85% (1231/1448)
2019-10-29T20:19:57.2159003Z 
2019-10-29T20:19:57.2159119Z                                                                                 
2019-10-29T20:19:57.2159243Z Receiving objects:  86% (1246/1448)
2019-10-29T20:19:57.2159302Z 
2019-10-29T20:19:57.2159418Z                                                                                 
2019-10-29T20:19:57.2159757Z Receiving objects:  87% (1260/1448)
2019-10-29T20:19:57.2159971Z 
2019-10-29T20:19:57.2160079Z                                                                                 
2019-10-29T20:19:57.2160195Z Receiving objects:  88% (1275/1448)
2019-10-29T20:19:57.2160245Z 
2019-10-29T20:19:57.2160352Z                                                                                 
2019-10-29T20:19:57.2160468Z Receiving objects:  89% (1289/1448)
2019-10-29T20:19:57.2160518Z 
2019-10-29T20:19:57.2160631Z                                                                                 
2019-10-29T20:19:57.2160746Z Receiving objects:  90% (1304/1448)
2019-10-29T20:19:57.2160796Z 
2019-10-29T20:19:57.2160904Z                                                                                 
2019-10-29T20:19:57.2161198Z Receiving objects:  91% (1318/1448)
2019-10-29T20:19:57.2161268Z 
2019-10-29T20:19:57.2161516Z                                                                                 
2019-10-29T20:19:57.2161786Z Receiving objects:  92% (1333/1448)
2019-10-29T20:19:57.2162742Z remote: Total 1448 (delta 68), reused 146 (delta 36), pack-reused 1268        
2019-10-29T20:19:57.2188640Z 
2019-10-29T20:19:57.2188813Z                                                                                 
2019-10-29T20:19:57.2188951Z Receiving objects:  93% (1347/1448)
2019-10-29T20:19:57.2189030Z 
2019-10-29T20:19:57.2189132Z                                                                                 
2019-10-29T20:19:57.2189279Z Receiving objects:  94% (1362/1448)
2019-10-29T20:19:57.2189356Z 
2019-10-29T20:19:57.2189454Z                                                                                 
2019-10-29T20:19:57.2189583Z Receiving objects:  95% (1376/1448)
2019-10-29T20:19:57.2189657Z 
2019-10-29T20:19:57.2189775Z                                                                                 
2019-10-29T20:19:57.2196157Z Receiving objects:  96% (1391/1448)
2019-10-29T20:19:57.2196234Z 
2019-10-29T20:19:57.2196722Z                                                                                 
2019-10-29T20:19:57.2196838Z Receiving objects:  97% (1405/1448)
2019-10-29T20:19:57.2196912Z 
2019-10-29T20:19:57.2197029Z                                                                                 
2019-10-29T20:19:57.2197140Z Receiving objects:  98% (1420/1448)
2019-10-29T20:19:57.2197217Z 
2019-10-29T20:19:57.2197334Z                                                                                 
2019-10-29T20:19:57.2197616Z Receiving objects:  99% (1434/1448)
2019-10-29T20:19:57.2197687Z 
2019-10-29T20:19:57.2197804Z                                                                                 
2019-10-29T20:19:57.2197931Z Receiving objects: 100% (1448/1448)
2019-10-29T20:19:57.2197988Z 
2019-10-29T20:19:57.2198103Z                                                                                 
2019-10-29T20:19:57.2198241Z Receiving objects: 100% (1448/1448), 571.38 KiB | 21.16 MiB/s, done.
2019-10-29T20:19:57.2198310Z 
2019-10-29T20:19:57.2198427Z                                                                                 
2019-10-29T20:19:57.2198599Z Resolving deltas:   0% (0/812)
2019-10-29T20:19:57.2198658Z 
2019-10-29T20:19:57.2198777Z                                                                                 
2019-10-29T20:19:57.2198905Z Resolving deltas:   8% (70/812)
2019-10-29T20:19:57.2198961Z 
2019-10-29T20:19:57.2199078Z                                                                                 
2019-10-29T20:19:57.2199209Z Resolving deltas:   9% (76/812)
2019-10-29T20:19:57.2199266Z 
2019-10-29T20:19:57.2199384Z                                                                                 
2019-10-29T20:19:57.2243567Z Resolving deltas:  10% (82/812)
2019-10-29T20:19:57.2243660Z 
2019-10-29T20:19:57.2243746Z                                                                                 
2019-10-29T20:19:57.2280330Z Resolving deltas:  11% (96/812)
2019-10-29T20:19:57.2280416Z 
2019-10-29T20:19:57.2280684Z                                                                                 
2019-10-29T20:19:57.2280848Z Resolving deltas:  13% (112/812)
2019-10-29T20:19:57.2280919Z 
2019-10-29T20:19:57.2281026Z                                                                                 
2019-10-29T20:19:57.2281124Z Resolving deltas:  16% (136/812)
2019-10-29T20:19:57.2281192Z 
2019-10-29T20:19:57.2355118Z                                                                                 
2019-10-29T20:19:57.2355339Z Resolving deltas:  17% (146/812)
2019-10-29T20:19:57.2356613Z 
2019-10-29T20:19:57.2356778Z                                                                                 
2019-10-29T20:19:57.2356895Z Resolving deltas:  18% (150/812)
2019-10-29T20:19:57.2356973Z 
2019-10-29T20:19:57.2357093Z                                                                                 
2019-10-29T20:19:57.2357241Z Resolving deltas:  19% (155/812)
2019-10-29T20:19:57.2357300Z 
2019-10-29T20:19:57.2357419Z                                                                                 
2019-10-29T20:19:57.2357550Z Resolving deltas:  20% (163/812)
2019-10-29T20:19:57.2357608Z 
2019-10-29T20:19:57.2357733Z                                                                                 
2019-10-29T20:19:57.2357861Z Resolving deltas:  21% (172/812)
2019-10-29T20:19:57.2357918Z 
2019-10-29T20:19:57.2358034Z                                                                                 
2019-10-29T20:19:57.2358164Z Resolving deltas:  29% (236/812)
2019-10-29T20:19:57.2358222Z 
2019-10-29T20:19:57.2358339Z                                                                                 
2019-10-29T20:19:57.2358463Z Resolving deltas:  53% (438/812)
2019-10-29T20:19:57.2358517Z 
2019-10-29T20:19:57.2358634Z                                                                                 
2019-10-29T20:19:57.2359035Z Resolving deltas:  55% (448/812)
2019-10-29T20:19:57.2359091Z 
2019-10-29T20:19:57.2359210Z                                                                                 
2019-10-29T20:19:57.2359339Z Resolving deltas:  58% (478/812)
2019-10-29T20:19:57.2359412Z 
2019-10-29T20:19:57.2359511Z                                                                                 
2019-10-29T20:19:57.2359787Z Resolving deltas:  59% (481/812)
2019-10-29T20:19:57.2360061Z 
2019-10-29T20:19:57.2360306Z                                                                                 
2019-10-29T20:19:57.2360415Z Resolving deltas:  60% (495/812)
2019-10-29T20:19:57.2360564Z 
2019-10-29T20:19:57.2360660Z                                                                                 
2019-10-29T20:19:57.2360769Z Resolving deltas:  63% (514/812)
2019-10-29T20:19:57.2360835Z 
2019-10-29T20:19:57.2360939Z                                                                                 
2019-10-29T20:19:57.2361035Z Resolving deltas:  64% (520/812)
2019-10-29T20:19:57.2361100Z 
2019-10-29T20:19:57.2361204Z                                                                                 
2019-10-29T20:19:57.2361467Z Resolving deltas:  65% (530/812)
2019-10-29T20:19:57.2364278Z 
2019-10-29T20:19:57.2364421Z                                                                                 
2019-10-29T20:19:57.2364520Z Resolving deltas:  66% (541/812)
2019-10-29T20:19:57.2364589Z 
2019-10-29T20:19:57.2364697Z                                                                                 
2019-10-29T20:19:57.2364811Z Resolving deltas:  69% (564/812)
2019-10-29T20:19:57.2364871Z 
2019-10-29T20:19:57.2364980Z                                                                                 
2019-10-29T20:19:57.2365095Z Resolving deltas:  73% (597/812)
2019-10-29T20:19:57.2365145Z 
2019-10-29T20:19:57.2365250Z                                                                                 
2019-10-29T20:19:57.2365367Z Resolving deltas:  74% (601/812)
2019-10-29T20:19:57.2365417Z 
2019-10-29T20:19:57.2365524Z                                                                                 
2019-10-29T20:19:57.2365635Z Resolving deltas:  76% (625/812)
2019-10-29T20:19:57.2365728Z 
2019-10-29T20:19:57.2365835Z                                                                                 
2019-10-29T20:19:57.2365952Z Resolving deltas:  85% (695/812)
2019-10-29T20:19:57.2366001Z 
2019-10-29T20:19:57.2366107Z                                                                                 
2019-10-29T20:19:57.2367366Z Resolving deltas:  90% (733/812)
2019-10-29T20:19:57.2367421Z 
2019-10-29T20:19:57.2367548Z                                                                                 
2019-10-29T20:19:57.2367672Z Resolving deltas:  94% (770/812)
2019-10-29T20:19:57.2367727Z 
2019-10-29T20:19:57.2367846Z                                                                                 
2019-10-29T20:19:57.2367971Z Resolving deltas:  98% (798/812)
2019-10-29T20:19:57.2368031Z 
2019-10-29T20:19:57.2368148Z                                                                                 
2019-10-29T20:19:57.2376758Z Resolving deltas:  99% (804/812)
2019-10-29T20:19:57.2376859Z 
2019-10-29T20:19:57.2376960Z                                                                                 
2019-10-29T20:19:57.2377087Z Resolving deltas: 100% (812/812)
2019-10-29T20:19:57.2377162Z 
2019-10-29T20:19:57.2377261Z                                                                                 
2019-10-29T20:19:57.2377389Z Resolving deltas: 100% (812/812), done.
2019-10-29T20:19:57.3403467Z From https://github.com/vidavidorra/ci-fiddle
2019-10-29T20:19:57.3404432Z  * [new branch]      develop    -> origin/develop
2019-10-29T20:19:57.3409261Z  * [new branch]      master     -> origin/master
2019-10-29T20:19:57.3410127Z  * [new branch]      test       -> origin/test
2019-10-29T20:19:57.3410649Z  * [new tag]         1.7.0      -> 1.7.0
2019-10-29T20:19:57.3411806Z  * [new tag]         v1.2.1     -> v1.2.1
2019-10-29T20:19:57.3412693Z  * [new tag]         v1.3.0     -> v1.3.0
2019-10-29T20:19:57.3416368Z  * [new tag]         v1.5.0     -> v1.5.0
2019-10-29T20:19:57.3417926Z  * [new tag]         v2.0.1     -> v2.0.1
2019-10-29T20:19:57.3419535Z  * [new tag]         v2.2.0     -> v2.2.0
2019-10-29T20:19:57.3421265Z  * [new tag]         v29.21.0   -> v29.21.0
2019-10-29T20:19:57.3423165Z  * [new tag]         v3.0.0     -> v3.0.0
2019-10-29T20:19:57.3425197Z  * [new tag]         v6.8.9     -> v6.8.9
2019-10-29T20:19:57.3427162Z  * [new tag]         v9.202.2   -> v9.202.2
2019-10-29T20:19:57.3568403Z ##[command]git checkout --progress --force e801e8ffc13f9e4bb61fc8df063caef00a7d29f6
2019-10-29T20:19:57.3639337Z Note: switching to 'e801e8ffc13f9e4bb61fc8df063caef00a7d29f6'.
2019-10-29T20:19:57.3641154Z 
2019-10-29T20:19:57.3641629Z You are in 'detached HEAD' state. You can look around, make experimental
2019-10-29T20:19:57.3641978Z changes and commit them, and you can discard any commits you make in this
2019-10-29T20:19:57.3642145Z state without impacting any branches by switching back to a branch.
2019-10-29T20:19:57.3642264Z 
2019-10-29T20:19:57.3642384Z If you want to create a new branch to retain commits you create, you may
2019-10-29T20:19:57.3643066Z do so (now or later) by using -c with the switch command. Example:
2019-10-29T20:19:57.3643279Z 
2019-10-29T20:19:57.3643656Z   git switch -c <new-branch-name>
2019-10-29T20:19:57.3643718Z 
2019-10-29T20:19:57.3643967Z Or undo this operation with:
2019-10-29T20:19:57.3644162Z 
2019-10-29T20:19:57.3644511Z   git switch -
2019-10-29T20:19:57.3644571Z 
2019-10-29T20:19:57.3644843Z Turn off this advice by setting config variable advice.detachedHead to false
2019-10-29T20:19:57.3644943Z 
2019-10-29T20:19:57.3645086Z HEAD is now at e801e8f chore: push Tue 29 Oct 21:19:18 CET 2019
2019-10-29T20:19:57.3661976Z Removed matchers: 'checkout-git'
2019-10-29T20:19:57.3662117Z ##[remove-matcher owner=checkout-git]
2019-10-29T20:19:57.3823235Z ##[group]Run npm ci
2019-10-29T20:19:57.3823687Z �[36;1mnpm ci�[0m
2019-10-29T20:19:57.3823793Z �[36;1mnpm run build�[0m
2019-10-29T20:19:57.3823909Z �[36;1mecho "Building formula ${GITHUB_SHA}" > test.txt�[0m
2019-10-29T20:19:57.3824014Z �[36;1mgit config --local user.email "[email protected]"�[0m
2019-10-29T20:19:57.3824136Z �[36;1mgit config --local user.name "GitHub Action"�[0m
2019-10-29T20:19:57.3824249Z �[36;1mgit add ./test.txt�[0m
2019-10-29T20:19:57.3824358Z �[36;1mgit commit -m "chore: add thingy"�[0m
2019-10-29T20:19:57.3860792Z shell: /bin/bash -e {0}
2019-10-29T20:19:57.3860914Z ##[endgroup]
2019-10-29T20:20:13.2932095Z 
2019-10-29T20:20:13.2933553Z > [email protected] install /home/runner/work/ci-fiddle/ci-fiddle/node_modules/fsevents
2019-10-29T20:20:13.2933955Z > node install
2019-10-29T20:20:13.2934212Z 
2019-10-29T20:20:13.6163148Z 
2019-10-29T20:20:13.6164462Z > [email protected] install /home/runner/work/ci-fiddle/ci-fiddle/node_modules/husky
2019-10-29T20:20:13.6165302Z > node husky install
2019-10-29T20:20:13.6165684Z 
2019-10-29T20:20:13.7659978Z husky > Setting up git hooks
2019-10-29T20:20:13.8776926Z husky > Done
2019-10-29T20:20:13.8840228Z 
2019-10-29T20:20:13.8841304Z > [email protected] postinstall /home/runner/work/ci-fiddle/ci-fiddle/node_modules/husky
2019-10-29T20:20:13.8841614Z > opencollective-postinstall || true
2019-10-29T20:20:13.8841667Z 
2019-10-29T20:20:13.9640443Z �[96m�[1mThank you for using husky!�[96m�[1m
2019-10-29T20:20:13.9667207Z �[0m�[96mIf you rely on this package, please consider supporting our open collective:�[22m�[39m
2019-10-29T20:20:13.9667726Z > �[94mhttps://opencollective.com/husky/donate�[0m
2019-10-29T20:20:13.9667827Z 
2019-10-29T20:20:14.0536175Z 
2019-10-29T20:20:14.0537143Z > [email protected] postinstall /home/runner/work/ci-fiddle/ci-fiddle/node_modules/core-js
2019-10-29T20:20:14.0537299Z > node scripts/postinstall || echo "ignore"
2019-10-29T20:20:14.0537364Z 
2019-10-29T20:20:14.1312655Z �[96mThank you for using core-js (�[94m https://github.com/zloirock/core-js �[96m) for polyfilling JavaScript standard library!�[0m
2019-10-29T20:20:14.1313856Z 
2019-10-29T20:20:14.1326826Z �[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: �[0m
2019-10-29T20:20:14.1327794Z �[96m>�[94m https://opencollective.com/core-js �[0m
2019-10-29T20:20:14.1328602Z �[96m>�[94m https://www.patreon.com/zloirock �[0m
2019-10-29T20:20:14.1328957Z 
2019-10-29T20:20:14.1329616Z �[96mAlso, the author of core-js (�[94m https://github.com/zloirock �[96m) is looking for a good job -)�[0m
2019-10-29T20:20:14.1329995Z 
2019-10-29T20:20:14.1966484Z added 996 packages in 11.057s
2019-10-29T20:20:14.9478945Z 
2019-10-29T20:20:14.9481058Z > [email protected] build /home/runner/work/ci-fiddle/ci-fiddle
2019-10-29T20:20:14.9481467Z > tsc
2019-10-29T20:20:14.9481726Z 
2019-10-29T20:20:18.6194684Z husky > pre-commit (node v10.16.3)
2019-10-29T20:20:18.9328336Z No staged files match any of provided globs.
2019-10-29T20:20:19.2408362Z husky > commit-msg (node v10.16.3)
2019-10-29T20:20:19.8777633Z [detached HEAD 290e6ca] chore: add thingy
2019-10-29T20:20:19.8778353Z  1 file changed, 1 insertion(+)
2019-10-29T20:20:19.8778626Z  create mode 100644 test.txt
2019-10-29T20:20:19.8935583Z ##[group]Run ad-m/[email protected]
2019-10-29T20:20:19.8936172Z with:
2019-10-29T20:20:19.8936769Z   github_token: ***
2019-10-29T20:20:19.8936886Z   branch: master
2019-10-29T20:20:19.8936991Z   directory: .
2019-10-29T20:20:19.8937080Z ##[endgroup]
2019-10-29T20:20:19.8962776Z ##[command]/usr/bin/docker run --name db5fe1103094c46ebac7adf9bcbc7dfbf_252f05 --label 10865d --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_REPOSITORY -e INPUT_BRANCH -e INPUT_FORCE -e INPUT_DIRECTORY -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/ci-fiddle/ci-fiddle":"/github/workspace" 10865d:b5fe1103094c46ebac7adf9bcbc7dfbf
2019-10-29T20:20:28.2062142Z Push to branch master
2019-10-29T20:20:28.4574008Z Info: can't find node in PATH, trying to find a node binary on your system
2019-10-29T20:20:28.4579181Z env: can't execute 'bash': No such file or directory
2019-10-29T20:20:28.4585041Z error: failed to push some refs to '***github.com/vidavidorra/ci-fiddle.git'
2019-10-29T20:20:28.9127778Z ##[error]Docker run failed with exit code 1
2019-10-29T20:20:28.9146592Z Cleaning up orphan processes

I wonder why "npm ci" is executed since there is no "setup-node" action before.

@vidavidorra
Copy link
Author

I've played around with it a bit and found that it was the

          npm ci
          npm run build

L18-L19
that I had around from when I was testing the use of a custom Docker container. I've removed those lines and it worked!
What I don't understand is why the step Push changes, which uses ad-m/[email protected] would be affected by something from a previous step. And why it would need node in the step Push changes.

@ad-m
Copy link
Owner

ad-m commented Oct 30, 2019

I also does not understand it. We don't have any references to node in our app.

https://github.com/ad-m/github-push-action/search?utf8=%E2%9C%93&q=node&type=

We use Dockerfile action ( https://github.com/ad-m/github-push-action/blob/master/action.yml#L26 ) which use just alpine as base ( https://github.com/ad-m/github-push-action/blob/master/Dockerfile ).

@ad-m
Copy link
Owner

ad-m commented Dec 23, 2019

There is parameter in git to bypass hooks:

--[no-]verify
Toggle the pre-push hook (see githooks[5]). The default is --verify, giving the hook a chance to prevent the push. With --no-verify, the hook is bypassed completely.

We don't support it (yet). PR are welcome.

@burtyish
Copy link

burtyish commented Dec 24, 2019

@ad-m thanks for replying, sorry I deleted my comment.
I originally wrote that I saw the same error as OP.
I thought it was caused by a git hook that tried to run yarn lint.

I'd be happy to make a PR along the lines of enabling --no-verify (or enabling adding any switch to the git command). However, I don't think that addresses the real problem I am experiencing:
Why does this action fail to run node or bash?

Run ad-m/[email protected]
  with:
    github_token: ***
    branch: master
    directory: .
/usr/bin/docker run --name ee64a352469758a47919f28607440d7c6a5_ae2b39 --label 671ee6 --workdir /github/workspace --rm -e INPUT_GITHUB_TOKEN -e INPUT_REPOSITORY -e INPUT_BRANCH -e INPUT_FORCE -e INPUT_DIRECTORY -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/****/****":"/github/workspace" 671ee6:4a352469758a47919f28607440d7c6a5
Push to branch master
Info: Can't find node in PATH, trying to find a node binary on your system
env: can't execute 'bash': No such file or directory
error: failed to push some refs to '***github.com/***/***.git'
##[error]Docker run failed with exit code 1

I have other actions in my workflow which run node and bash successfully.

update:
I've removed the git hook and I still get this error

@mazipan
Copy link

mazipan commented Feb 26, 2020

Got same error on https://github.com/mazipan/hello-open-source/runs/469193742

Update: solved after remove husky as a githook

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

3 participants