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

Dockerhub tag name is reused, potentially causing issues #2328

Closed
noamnelke opened this issue Mar 11, 2021 · 2 comments
Closed

Dockerhub tag name is reused, potentially causing issues #2328

noamnelke opened this issue Mar 11, 2021 · 2 comments
Assignees

Comments

@noamnelke
Copy link
Member

Description

System tests use an image on Dockerhub that's overwritten with different code each time. When using bors, it's always either spacemeshos/go-spacemesh-dev:staging or spacemeshos/go-spacemesh-dev:trying and for local runs it's an image with the name of the branch.

This could cause issues, because when running the tests we rely on the assumption that the image there is up to date and there are edge cases where it wouldn't be.

Affected code

This issue appears in commit hash: f156138

Related files (optionally with line numbers):

go-spacemesh/Makefile

Lines 232 to 235 in f156138

dockerpush-only:
echo "$(DOCKER_PASSWORD)" | docker login -u "$(DOCKER_USERNAME)" --password-stdin
docker tag $(DOCKER_IMAGE_REPO):$(BRANCH) spacemeshos/$(DOCKER_IMAGE_REPO):$(BRANCH)
docker push spacemeshos/$(DOCKER_IMAGE_REPO):$(BRANCH)

@lrettig
Copy link
Member

lrettig commented Mar 11, 2021

The CI run in question is here: https://github.com/spacemeshos/go-spacemesh/actions/runs/641165445, in which a branch that broke the system tests was somehow merged by bors anyway. I'll go ahead and paste the raw output of the two dockerpush commands that run, just for reference. I know @noamnelke already checked this, but you can see here that the commithash in both matches and is what we expect, f156138.

Pushing to staging (from bors):

2021-03-11T00:54:33.4572191Z ##[section]Starting: Request a runner to run this job
2021-03-11T00:54:34.0141974Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-03-11T00:54:34.0142079Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-11T00:54:34.0142270Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-11T00:54:34.1224986Z ##[section]Finishing: Request a runner to run this job
2021-03-11T00:54:41.7312108Z Current runner version: '2.277.1'
2021-03-11T00:54:41.7345002Z ##[group]Operating System
2021-03-11T00:54:41.7346273Z Ubuntu
2021-03-11T00:54:41.7347043Z 20.04.2
2021-03-11T00:54:41.7347758Z LTS
2021-03-11T00:54:41.7348553Z ##[endgroup]
2021-03-11T00:54:41.7349423Z ##[group]Virtual Environment
2021-03-11T00:54:41.7350406Z Environment: ubuntu-20.04
2021-03-11T00:54:41.7351308Z Version: 20210302.0
2021-03-11T00:54:41.7352741Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210302.0/images/linux/Ubuntu2004-README.md
2021-03-11T00:54:41.7354656Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F
2021-03-11T00:54:41.7355948Z ##[endgroup]
2021-03-11T00:54:41.7358777Z ##[group]GITHUB_TOKEN Permissions
2021-03-11T00:54:41.7360447Z Actions: write
2021-03-11T00:54:41.7361519Z Checks: write
2021-03-11T00:54:41.7362309Z Contents: write
2021-03-11T00:54:41.7363204Z Deployments: write
2021-03-11T00:54:41.7364173Z Issues: write
2021-03-11T00:54:41.7365045Z Metadata: read
2021-03-11T00:54:41.7366053Z OrganizationPackages: write
2021-03-11T00:54:41.7367044Z Packages: write
2021-03-11T00:54:41.7367897Z PullRequests: write
2021-03-11T00:54:41.7368866Z RepositoryProjects: write
2021-03-11T00:54:41.7369907Z SecurityEvents: write
2021-03-11T00:54:41.7370769Z Statuses: write
2021-03-11T00:54:41.7371697Z ##[endgroup]
2021-03-11T00:54:41.7375696Z Prepare workflow directory
2021-03-11T00:54:41.8537196Z Prepare all required actions
2021-03-11T00:54:41.8550489Z Getting action download info
2021-03-11T00:54:42.2089229Z Download action repository 'actions/checkout@v2'
2021-03-11T00:54:43.9416852Z ##[group]Run actions/checkout@v2
2021-03-11T00:54:43.9417816Z with:
2021-03-11T00:54:43.9418649Z   repository: spacemeshos/go-spacemesh
2021-03-11T00:54:43.9420002Z   token: ***
2021-03-11T00:54:43.9420707Z   ssh-strict: true
2021-03-11T00:54:43.9421556Z   persist-credentials: true
2021-03-11T00:54:43.9422372Z   clean: true
2021-03-11T00:54:43.9423073Z   fetch-depth: 1
2021-03-11T00:54:43.9423790Z   lfs: false
2021-03-11T00:54:43.9424511Z   submodules: false
2021-03-11T00:54:43.9425183Z env:
2021-03-11T00:54:43.9425854Z   go-version: 1.14.6
2021-03-11T00:54:44.1881529Z   GCLOUD_KEY: ***
2021-03-11T00:54:44.1882592Z   PROJECT_NAME: ***
2021-03-11T00:54:44.1883414Z   CLUSTER_NAME: ***
2021-03-11T00:54:44.1884352Z   CLUSTER_NAME_ELK: ***
2021-03-11T00:54:44.1885132Z   CLUSTER_ZONE: ***
2021-03-11T00:54:44.1885920Z   CLUSTER_ZONE_ELK: ***
2021-03-11T00:54:44.1886689Z   ES_PASSWD: ***
2021-03-11T00:54:44.1887523Z   DOCKER_USERNAME: ***
2021-03-11T00:54:44.1888432Z   DOCKER_PASSWORD: ***
2021-03-11T00:54:44.1889737Z   SLACK_WEBHOOK_URL: ***
2021-03-11T00:54:44.1890540Z   ES_USER: ***
2021-03-11T00:54:44.1891270Z   ES_PASS: ***
2021-03-11T00:54:44.1891969Z   MAIN_ES_IP: ***
2021-03-11T00:54:44.1892660Z ##[endgroup]
2021-03-11T00:54:45.0217009Z Syncing repository: spacemeshos/go-spacemesh
2021-03-11T00:54:45.0218523Z ##[group]Getting Git version info
2021-03-11T00:54:45.0226420Z Working directory is '/home/runner/work/go-spacemesh/go-spacemesh'
2021-03-11T00:54:45.0228047Z [command]/usr/bin/git version
2021-03-11T00:54:45.0228810Z git version 2.30.1
2021-03-11T00:54:45.0230278Z ##[endgroup]
2021-03-11T00:54:45.0231617Z Deleting the contents of '/home/runner/work/go-spacemesh/go-spacemesh'
2021-03-11T00:54:45.0233576Z ##[group]Initializing the repository
2021-03-11T00:54:45.0234927Z [command]/usr/bin/git init /home/runner/work/go-spacemesh/go-spacemesh
2021-03-11T00:54:45.0236343Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-03-11T00:54:45.0237702Z hint: is subject to change. To configure the initial branch name to use in all
2021-03-11T00:54:45.0239031Z hint: of your new repositories, which will suppress this warning, call:
2021-03-11T00:54:45.0240032Z hint: 
2021-03-11T00:54:45.0241386Z hint: 	git config --global init.defaultBranch <name>
2021-03-11T00:54:45.0242390Z hint: 
2021-03-11T00:54:45.0243601Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-03-11T00:54:45.0245468Z hint: 'development'. The just-created branch can be renamed via this command:
2021-03-11T00:54:45.0246529Z hint: 
2021-03-11T00:54:45.0247500Z hint: 	git branch -m <name>
2021-03-11T00:54:45.0248951Z Initialized empty Git repository in /home/runner/work/go-spacemesh/go-spacemesh/.git/
2021-03-11T00:54:45.0250735Z [command]/usr/bin/git remote add origin https://github.com/spacemeshos/go-spacemesh
2021-03-11T00:54:45.0251977Z ##[endgroup]
2021-03-11T00:54:45.0252981Z ##[group]Disabling automatic garbage collection
2021-03-11T00:54:45.0254291Z [command]/usr/bin/git config --local gc.auto 0
2021-03-11T00:54:45.0255234Z ##[endgroup]
2021-03-11T00:54:45.0257508Z ##[group]Setting up auth
2021-03-11T00:54:45.0259179Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-11T00:54:45.0261155Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-11T00:54:45.0263318Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-11T00:54:45.0265884Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-11T00:54:45.0268400Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-11T00:54:45.0269738Z ##[endgroup]
2021-03-11T00:54:45.0270836Z ##[group]Fetching the repository
2021-03-11T00:54:45.0273476Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +f15613812df68543e4cffb27c11049af801daa71:refs/remotes/origin/staging
2021-03-11T00:54:45.0275336Z remote: Enumerating objects: 601, done.        
2021-03-11T00:54:45.0276372Z remote: Counting objects:   0% (1/601)        
2021-03-11T00:54:45.0277360Z remote: Counting objects:   1% (7/601)        
2021-03-11T00:54:45.0278346Z remote: Counting objects:   2% (13/601)        
2021-03-11T00:54:45.0279315Z remote: Counting objects:   3% (19/601)        
2021-03-11T00:54:45.0280296Z remote: Counting objects:   4% (25/601)        
2021-03-11T00:54:45.0281420Z remote: Counting objects:   5% (31/601)        
2021-03-11T00:54:45.0282453Z remote: Counting objects:   6% (37/601)        
2021-03-11T00:54:45.0283434Z remote: Counting objects:   7% (43/601)        
2021-03-11T00:54:45.0284383Z remote: Counting objects:   8% (49/601)        
2021-03-11T00:54:45.0285625Z remote: Counting objects:   9% (55/601)        
2021-03-11T00:54:45.0286489Z remote: Counting objects:  10% (61/601)        
2021-03-11T00:54:45.0287464Z remote: Counting objects:  11% (67/601)        
2021-03-11T00:54:45.0288487Z remote: Counting objects:  12% (73/601)        
2021-03-11T00:54:45.0289450Z remote: Counting objects:  13% (79/601)        
2021-03-11T00:54:45.0290416Z remote: Counting objects:  14% (85/601)        
2021-03-11T00:54:45.0291394Z remote: Counting objects:  15% (91/601)        
2021-03-11T00:54:45.0292354Z remote: Counting objects:  16% (97/601)        
2021-03-11T00:54:45.0293334Z remote: Counting objects:  17% (103/601)        
2021-03-11T00:54:45.0294301Z remote: Counting objects:  18% (109/601)        
2021-03-11T00:54:45.0295270Z remote: Counting objects:  19% (115/601)        
2021-03-11T00:54:45.0296255Z remote: Counting objects:  20% (121/601)        
2021-03-11T00:54:45.0297343Z remote: Counting objects:  21% (127/601)        
2021-03-11T00:54:45.0298326Z remote: Counting objects:  22% (133/601)        
2021-03-11T00:54:45.0299291Z remote: Counting objects:  23% (139/601)        
2021-03-11T00:54:45.0300271Z remote: Counting objects:  24% (145/601)        
2021-03-11T00:54:45.0301247Z remote: Counting objects:  25% (151/601)        
2021-03-11T00:54:45.0302206Z remote: Counting objects:  26% (157/601)        
2021-03-11T00:54:45.0303175Z remote: Counting objects:  27% (163/601)        
2021-03-11T00:54:45.0304329Z remote: Counting objects:  28% (169/601)        
2021-03-11T00:54:45.0305304Z remote: Counting objects:  29% (175/601)        
2021-03-11T00:54:45.0306263Z remote: Counting objects:  30% (181/601)        
2021-03-11T00:54:45.0307229Z remote: Counting objects:  31% (187/601)        
2021-03-11T00:54:45.0308203Z remote: Counting objects:  32% (193/601)        
2021-03-11T00:54:45.0309317Z remote: Counting objects:  33% (199/601)        
2021-03-11T00:54:45.0310296Z remote: Counting objects:  34% (205/601)        
2021-03-11T00:54:45.0311266Z remote: Counting objects:  35% (211/601)        
2021-03-11T00:54:45.0312232Z remote: Counting objects:  36% (217/601)        
2021-03-11T00:54:45.0313220Z remote: Counting objects:  37% (223/601)        
2021-03-11T00:54:45.0314184Z remote: Counting objects:  38% (229/601)        
2021-03-11T00:54:45.0315158Z remote: Counting objects:  39% (235/601)        
2021-03-11T00:54:45.0316129Z remote: Counting objects:  40% (241/601)        
2021-03-11T00:54:45.0317100Z remote: Counting objects:  41% (247/601)        
2021-03-11T00:54:45.0318070Z remote: Counting objects:  42% (253/601)        
2021-03-11T00:54:45.0319034Z remote: Counting objects:  43% (259/601)        
2021-03-11T00:54:45.0320005Z remote: Counting objects:  44% (265/601)        
2021-03-11T00:54:45.0321072Z remote: Counting objects:  45% (271/601)        
2021-03-11T00:54:45.0321926Z remote: Counting objects:  46% (277/601)        
2021-03-11T00:54:45.3438633Z remote: Counting objects:  47% (283/601)        
2021-03-11T00:54:45.3447868Z remote: Counting objects:  48% (289/601)        
2021-03-11T00:54:45.3448985Z remote: Counting objects:  49% (295/601)        
2021-03-11T00:54:45.3449986Z remote: Counting objects:  50% (301/601)        
2021-03-11T00:54:45.3450978Z remote: Counting objects:  51% (307/601)        
2021-03-11T00:54:45.3451953Z remote: Counting objects:  52% (313/601)        
2021-03-11T00:54:45.3452943Z remote: Counting objects:  53% (319/601)        
2021-03-11T00:54:45.3453927Z remote: Counting objects:  54% (325/601)        
2021-03-11T00:54:45.3454893Z remote: Counting objects:  55% (331/601)        
2021-03-11T00:54:45.3457213Z remote: Counting objects:  56% (337/601)        
2021-03-11T00:54:45.3458362Z remote: Counting objects:  57% (343/601)        
2021-03-11T00:54:45.3459355Z remote: Counting objects:  58% (349/601)        
2021-03-11T00:54:45.3460323Z remote: Counting objects:  59% (355/601)        
2021-03-11T00:54:45.3461291Z remote: Counting objects:  60% (361/601)        
2021-03-11T00:54:45.3462291Z remote: Counting objects:  61% (367/601)        
2021-03-11T00:54:45.3463262Z remote: Counting objects:  62% (373/601)        
2021-03-11T00:54:45.3464244Z remote: Counting objects:  63% (379/601)        
2021-03-11T00:54:45.3465204Z remote: Counting objects:  64% (385/601)        
2021-03-11T00:54:45.3466167Z remote: Counting objects:  65% (391/601)        
2021-03-11T00:54:45.3467144Z remote: Counting objects:  66% (397/601)        
2021-03-11T00:54:45.3468110Z remote: Counting objects:  67% (403/601)        
2021-03-11T00:54:45.3469082Z remote: Counting objects:  68% (409/601)        
2021-03-11T00:54:45.3470042Z remote: Counting objects:  69% (415/601)        
2021-03-11T00:54:45.3471019Z remote: Counting objects:  70% (421/601)        
2021-03-11T00:54:45.3471986Z remote: Counting objects:  71% (427/601)        
2021-03-11T00:54:45.3472943Z remote: Counting objects:  72% (433/601)        
2021-03-11T00:54:45.3473914Z remote: Counting objects:  73% (439/601)        
2021-03-11T00:54:45.3474884Z remote: Counting objects:  74% (445/601)        
2021-03-11T00:54:45.3475859Z remote: Counting objects:  75% (451/601)        
2021-03-11T00:54:45.3476815Z remote: Counting objects:  76% (457/601)        
2021-03-11T00:54:45.3477771Z remote: Counting objects:  77% (463/601)        
2021-03-11T00:54:45.3478740Z remote: Counting objects:  78% (469/601)        
2021-03-11T00:54:45.3479691Z remote: Counting objects:  79% (475/601)        
2021-03-11T00:54:45.3481725Z remote: Counting objects:  80% (481/601)        
2021-03-11T00:54:45.3482714Z remote: Counting objects:  81% (487/601)        
2021-03-11T00:54:45.3483678Z remote: Counting objects:  82% (493/601)        
2021-03-11T00:54:45.3484658Z remote: Counting objects:  83% (499/601)        
2021-03-11T00:54:45.3485620Z remote: Counting objects:  84% (505/601)        
2021-03-11T00:54:45.3486629Z remote: Counting objects:  85% (511/601)        
2021-03-11T00:54:45.3487584Z remote: Counting objects:  86% (517/601)        
2021-03-11T00:54:45.3488555Z remote: Counting objects:  87% (523/601)        
2021-03-11T00:54:45.3489533Z remote: Counting objects:  88% (529/601)        
2021-03-11T00:54:45.3490490Z remote: Counting objects:  89% (535/601)        
2021-03-11T00:54:45.3491469Z remote: Counting objects:  90% (541/601)        
2021-03-11T00:54:45.3492424Z remote: Counting objects:  91% (547/601)        
2021-03-11T00:54:45.3493396Z remote: Counting objects:  92% (553/601)        
2021-03-11T00:54:45.3494364Z remote: Counting objects:  93% (559/601)        
2021-03-11T00:54:45.3495317Z remote: Counting objects:  94% (565/601)        
2021-03-11T00:54:45.3496285Z remote: Counting objects:  95% (571/601)        
2021-03-11T00:54:45.3497240Z remote: Counting objects:  96% (577/601)        
2021-03-11T00:54:45.3498213Z remote: Counting objects:  97% (583/601)        
2021-03-11T00:54:45.3499171Z remote: Counting objects:  98% (589/601)        
2021-03-11T00:54:45.3500124Z remote: Counting objects:  99% (595/601)        
2021-03-11T00:54:45.3501094Z remote: Counting objects: 100% (601/601)        
2021-03-11T00:54:45.3502224Z remote: Counting objects: 100% (601/601), done.        
2021-03-11T00:54:45.3503411Z remote: Compressing objects:   0% (1/567)        
2021-03-11T00:54:45.3504476Z remote: Compressing objects:   1% (6/567)        
2021-03-11T00:54:45.3505519Z remote: Compressing objects:   2% (12/567)        
2021-03-11T00:54:45.3506545Z remote: Compressing objects:   3% (18/567)        
2021-03-11T00:54:45.3507581Z remote: Compressing objects:   4% (23/567)        
2021-03-11T00:54:45.3508629Z remote: Compressing objects:   5% (29/567)        
2021-03-11T00:54:45.3509644Z remote: Compressing objects:   6% (35/567)        
2021-03-11T00:54:45.3510683Z remote: Compressing objects:   7% (40/567)        
2021-03-11T00:54:45.3511699Z remote: Compressing objects:   8% (46/567)        
2021-03-11T00:54:45.3512717Z remote: Compressing objects:   9% (52/567)        
2021-03-11T00:54:45.3514524Z remote: Compressing objects:  10% (57/567)        
2021-03-11T00:54:45.3521521Z remote: Compressing objects:  11% (63/567)        
2021-03-11T00:54:45.3522455Z remote: Compressing objects:  12% (69/567)        
2021-03-11T00:54:45.3523369Z remote: Compressing objects:  13% (74/567)        
2021-03-11T00:54:45.3524284Z remote: Compressing objects:  14% (80/567)        
2021-03-11T00:54:45.3525193Z remote: Compressing objects:  15% (86/567)        
2021-03-11T00:54:45.3526102Z remote: Compressing objects:  16% (91/567)        
2021-03-11T00:54:45.3527032Z remote: Compressing objects:  17% (97/567)        
2021-03-11T00:54:45.3527932Z remote: Compressing objects:  18% (103/567)        
2021-03-11T00:54:45.3528844Z remote: Compressing objects:  19% (108/567)        
2021-03-11T00:54:45.3529765Z remote: Compressing objects:  20% (114/567)        
2021-03-11T00:54:45.3531208Z remote: Compressing objects:  21% (120/567)        
2021-03-11T00:54:45.3532119Z remote: Compressing objects:  22% (125/567)        
2021-03-11T00:54:45.3533169Z remote: Compressing objects:  23% (131/567)        
2021-03-11T00:54:45.3534202Z remote: Compressing objects:  24% (137/567)        
2021-03-11T00:54:45.3535242Z remote: Compressing objects:  25% (142/567)        
2021-03-11T00:54:45.3536255Z remote: Compressing objects:  26% (148/567)        
2021-03-11T00:54:45.3537282Z remote: Compressing objects:  27% (154/567)        
2021-03-11T00:54:45.3538294Z remote: Compressing objects:  28% (159/567)        
2021-03-11T00:54:45.3539311Z remote: Compressing objects:  29% (165/567)        
2021-03-11T00:54:45.3540486Z remote: Compressing objects:  30% (171/567)        
2021-03-11T00:54:45.3541515Z remote: Compressing objects:  31% (176/567)        
2021-03-11T00:54:45.3542540Z remote: Compressing objects:  32% (182/567)        
2021-03-11T00:54:45.3543551Z remote: Compressing objects:  33% (188/567)        
2021-03-11T00:54:45.3544565Z remote: Compressing objects:  34% (193/567)        
2021-03-11T00:54:45.3545595Z remote: Compressing objects:  35% (199/567)        
2021-03-11T00:54:45.3546606Z remote: Compressing objects:  36% (205/567)        
2021-03-11T00:54:45.3547646Z remote: Compressing objects:  37% (210/567)        
2021-03-11T00:54:45.3548662Z remote: Compressing objects:  38% (216/567)        
2021-03-11T00:54:45.3549689Z remote: Compressing objects:  39% (222/567)        
2021-03-11T00:54:45.3550699Z remote: Compressing objects:  40% (227/567)        
2021-03-11T00:54:45.3551715Z remote: Compressing objects:  41% (233/567)        
2021-03-11T00:54:45.3552752Z remote: Compressing objects:  42% (239/567)        
2021-03-11T00:54:45.3553761Z remote: Compressing objects:  43% (244/567)        
2021-03-11T00:54:45.3554830Z remote: Compressing objects:  44% (250/567)        
2021-03-11T00:54:45.3555844Z remote: Compressing objects:  45% (256/567)        
2021-03-11T00:54:45.3556846Z remote: Compressing objects:  46% (261/567)        
2021-03-11T00:54:45.3557871Z remote: Compressing objects:  47% (267/567)        
2021-03-11T00:54:45.3558881Z remote: Compressing objects:  48% (273/567)        
2021-03-11T00:54:45.3559991Z remote: Compressing objects:  49% (278/567)        
2021-03-11T00:54:45.3561167Z remote: Compressing objects:  50% (284/567)        
2021-03-11T00:54:45.3562205Z remote: Compressing objects:  51% (290/567)        
2021-03-11T00:54:45.3563236Z remote: Compressing objects:  52% (295/567)        
2021-03-11T00:54:45.3564246Z remote: Compressing objects:  53% (301/567)        
2021-03-11T00:54:45.3569466Z remote: Compressing objects:  54% (307/567)        
2021-03-11T00:54:45.3570402Z remote: Compressing objects:  55% (312/567)        
2021-03-11T00:54:45.3571302Z remote: Compressing objects:  56% (318/567)        
2021-03-11T00:54:45.3572213Z remote: Compressing objects:  57% (324/567)        
2021-03-11T00:54:45.3573278Z remote: Compressing objects:  58% (329/567)        
2021-03-11T00:54:45.3574309Z remote: Compressing objects:  59% (335/567)        
2021-03-11T00:54:45.3575334Z remote: Compressing objects:  60% (341/567)        
2021-03-11T00:54:45.3598809Z remote: Compressing objects:  61% (346/567)        
2021-03-11T00:54:45.3599748Z remote: Compressing objects:  62% (352/567)        
2021-03-11T00:54:45.3601248Z remote: Compressing objects:  63% (358/567)        
2021-03-11T00:54:45.3602323Z remote: Compressing objects:  64% (363/567)        
2021-03-11T00:54:45.3603345Z remote: Compressing objects:  65% (369/567)        
2021-03-11T00:54:45.3604364Z remote: Compressing objects:  66% (375/567)        
2021-03-11T00:54:45.3605405Z remote: Compressing objects:  67% (380/567)        
2021-03-11T00:54:45.3606436Z remote: Compressing objects:  68% (386/567)        
2021-03-11T00:54:45.3607463Z remote: Compressing objects:  69% (392/567)        
2021-03-11T00:54:45.3608497Z remote: Compressing objects:  70% (397/567)        
2021-03-11T00:54:45.3609517Z remote: Compressing objects:  71% (403/567)        
2021-03-11T00:54:45.3610545Z remote: Compressing objects:  72% (409/567)        
2021-03-11T00:54:45.3611559Z remote: Compressing objects:  73% (414/567)        
2021-03-11T00:54:45.3613950Z remote: Compressing objects:  74% (420/567)        
2021-03-11T00:54:45.3614894Z remote: Compressing objects:  75% (426/567)        
2021-03-11T00:54:45.3615794Z remote: Compressing objects:  76% (431/567)        
2021-03-11T00:54:45.3616711Z remote: Compressing objects:  77% (437/567)        
2021-03-11T00:54:45.3617610Z remote: Compressing objects:  78% (443/567)        
2021-03-11T00:54:45.3618521Z remote: Compressing objects:  79% (448/567)        
2021-03-11T00:54:45.3619618Z remote: Compressing objects:  80% (454/567)        
2021-03-11T00:54:45.3620513Z remote: Compressing objects:  81% (460/567)        
2021-03-11T00:54:45.3621419Z remote: Compressing objects:  82% (465/567)        
2021-03-11T00:54:45.3622312Z remote: Compressing objects:  83% (471/567)        
2021-03-11T00:54:45.3623209Z remote: Compressing objects:  84% (477/567)        
2021-03-11T00:54:45.3624122Z remote: Compressing objects:  85% (482/567)        
2021-03-11T00:54:45.3625015Z remote: Compressing objects:  86% (488/567)        
2021-03-11T00:54:45.3625921Z remote: Compressing objects:  87% (494/567)        
2021-03-11T00:54:45.3626831Z remote: Compressing objects:  88% (499/567)        
2021-03-11T00:54:45.3627723Z remote: Compressing objects:  89% (505/567)        
2021-03-11T00:54:45.3628613Z remote: Compressing objects:  90% (511/567)        
2021-03-11T00:54:45.3629525Z remote: Compressing objects:  91% (516/567)        
2021-03-11T00:54:45.3630416Z remote: Compressing objects:  92% (522/567)        
2021-03-11T00:54:45.3631313Z remote: Compressing objects:  93% (528/567)        
2021-03-11T00:54:45.3632218Z remote: Compressing objects:  94% (533/567)        
2021-03-11T00:54:45.3633120Z remote: Compressing objects:  95% (539/567)        
2021-03-11T00:54:45.3634031Z remote: Compressing objects:  96% (545/567)        
2021-03-11T00:54:45.3634926Z remote: Compressing objects:  97% (550/567)        
2021-03-11T00:54:45.3636140Z remote: Compressing objects:  98% (556/567)        
2021-03-11T00:54:45.3637182Z remote: Compressing objects:  99% (562/567)        
2021-03-11T00:54:45.3638291Z remote: Compressing objects: 100% (567/567)        
2021-03-11T00:54:45.3639373Z remote: Compressing objects: 100% (567/567), done.        
2021-03-11T00:54:45.3640374Z Receiving objects:   0% (1/601)
2021-03-11T00:54:45.3641476Z Receiving objects:   1% (7/601)
2021-03-11T00:54:45.3642422Z Receiving objects:   2% (13/601)
2021-03-11T00:54:45.3643332Z Receiving objects:   3% (19/601)
2021-03-11T00:54:45.3644257Z Receiving objects:   4% (25/601)
2021-03-11T00:54:45.3645172Z Receiving objects:   5% (31/601)
2021-03-11T00:54:45.3646087Z Receiving objects:   6% (37/601)
2021-03-11T00:54:45.3647011Z Receiving objects:   7% (43/601)
2021-03-11T00:54:45.3647913Z Receiving objects:   8% (49/601)
2021-03-11T00:54:45.3648842Z Receiving objects:   9% (55/601)
2021-03-11T00:54:45.3649749Z Receiving objects:  10% (61/601)
2021-03-11T00:54:45.3650651Z Receiving objects:  11% (67/601)
2021-03-11T00:54:45.3651570Z Receiving objects:  12% (73/601)
2021-03-11T00:54:45.3652469Z Receiving objects:  13% (79/601)
2021-03-11T00:54:45.3653396Z Receiving objects:  14% (85/601)
2021-03-11T00:54:45.3654298Z Receiving objects:  15% (91/601)
2021-03-11T00:54:45.3655201Z Receiving objects:  16% (97/601)
2021-03-11T00:54:45.3656119Z Receiving objects:  17% (103/601)
2021-03-11T00:54:45.3657035Z Receiving objects:  18% (109/601)
2021-03-11T00:54:45.3657957Z Receiving objects:  19% (115/601)
2021-03-11T00:54:45.3658862Z Receiving objects:  20% (121/601)
2021-03-11T00:54:45.3659777Z Receiving objects:  21% (127/601)
2021-03-11T00:54:45.3660687Z Receiving objects:  22% (133/601)
2021-03-11T00:54:45.3661589Z Receiving objects:  23% (139/601)
2021-03-11T00:54:45.3662512Z Receiving objects:  24% (145/601)
2021-03-11T00:54:45.3663416Z Receiving objects:  25% (151/601)
2021-03-11T00:54:45.3664318Z Receiving objects:  26% (157/601)
2021-03-11T00:54:45.3665235Z Receiving objects:  27% (163/601)
2021-03-11T00:54:45.3666139Z Receiving objects:  28% (169/601)
2021-03-11T00:54:45.3667059Z Receiving objects:  29% (175/601)
2021-03-11T00:54:45.3667980Z Receiving objects:  30% (181/601)
2021-03-11T00:54:45.3668881Z Receiving objects:  31% (187/601)
2021-03-11T00:54:45.3669801Z Receiving objects:  32% (193/601)
2021-03-11T00:54:45.3670708Z Receiving objects:  33% (199/601)
2021-03-11T00:54:45.3671629Z Receiving objects:  34% (205/601)
2021-03-11T00:54:45.3672536Z Receiving objects:  35% (211/601)
2021-03-11T00:54:45.3673483Z Receiving objects:  36% (217/601)
2021-03-11T00:54:45.3674526Z Receiving objects:  37% (223/601)
2021-03-11T00:54:45.3675445Z Receiving objects:  38% (229/601)
2021-03-11T00:54:45.3676349Z Receiving objects:  39% (235/601)
2021-03-11T00:54:45.3677255Z Receiving objects:  40% (241/601)
2021-03-11T00:54:45.3678173Z Receiving objects:  41% (247/601)
2021-03-11T00:54:45.3679073Z Receiving objects:  42% (253/601)
2021-03-11T00:54:45.3679985Z Receiving objects:  43% (259/601)
2021-03-11T00:54:45.3681054Z Receiving objects:  44% (265/601)
2021-03-11T00:54:45.3681981Z Receiving objects:  45% (271/601)
2021-03-11T00:54:45.3682912Z Receiving objects:  46% (277/601)
2021-03-11T00:54:45.3683809Z Receiving objects:  47% (283/601)
2021-03-11T00:54:45.3684724Z Receiving objects:  48% (289/601)
2021-03-11T00:54:45.3685944Z Receiving objects:  49% (295/601)
2021-03-11T00:54:45.3687046Z Receiving objects:  50% (301/601)
2021-03-11T00:54:45.3687980Z Receiving objects:  51% (307/601)
2021-03-11T00:54:45.3688876Z Receiving objects:  52% (313/601)
2021-03-11T00:54:45.3689795Z Receiving objects:  53% (319/601)
2021-03-11T00:54:45.3690767Z Receiving objects:  54% (325/601)
2021-03-11T00:54:45.3691665Z Receiving objects:  55% (331/601)
2021-03-11T00:54:45.3692643Z Receiving objects:  56% (337/601)
2021-03-11T00:54:45.3693538Z Receiving objects:  57% (343/601)
2021-03-11T00:54:45.3694446Z Receiving objects:  58% (349/601)
2021-03-11T00:54:45.3695345Z Receiving objects:  59% (355/601)
2021-03-11T00:54:45.3696241Z Receiving objects:  60% (361/601)
2021-03-11T00:54:45.3697151Z Receiving objects:  61% (367/601)
2021-03-11T00:54:45.3698041Z Receiving objects:  62% (373/601)
2021-03-11T00:54:45.3699096Z Receiving objects:  63% (379/601)
2021-03-11T00:54:45.3700015Z Receiving objects:  64% (385/601)
2021-03-11T00:54:45.3700917Z Receiving objects:  65% (391/601)
2021-03-11T00:54:45.3701837Z Receiving objects:  66% (397/601)
2021-03-11T00:54:45.3702735Z Receiving objects:  67% (403/601)
2021-03-11T00:54:45.3703655Z Receiving objects:  68% (409/601)
2021-03-11T00:54:45.3704564Z Receiving objects:  69% (415/601)
2021-03-11T00:54:45.3705476Z Receiving objects:  70% (421/601)
2021-03-11T00:54:45.3706394Z Receiving objects:  71% (427/601)
2021-03-11T00:54:45.3707303Z Receiving objects:  72% (433/601)
2021-03-11T00:54:45.3708258Z Receiving objects:  73% (439/601)
2021-03-11T00:54:45.3709171Z Receiving objects:  74% (445/601)
2021-03-11T00:54:45.3710088Z Receiving objects:  75% (451/601)
2021-03-11T00:54:45.3711009Z Receiving objects:  76% (457/601)
2021-03-11T00:54:45.3711910Z Receiving objects:  77% (463/601)
2021-03-11T00:54:45.3712824Z Receiving objects:  78% (469/601)
2021-03-11T00:54:45.3713744Z Receiving objects:  79% (475/601)
2021-03-11T00:54:45.3714696Z Receiving objects:  80% (481/601)
2021-03-11T00:54:45.3715622Z Receiving objects:  81% (487/601)
2021-03-11T00:54:45.3716524Z Receiving objects:  82% (493/601)
2021-03-11T00:54:45.3717452Z Receiving objects:  83% (499/601)
2021-03-11T00:54:45.3718353Z Receiving objects:  84% (505/601)
2021-03-11T00:54:45.3719252Z Receiving objects:  85% (511/601)
2021-03-11T00:54:45.3720176Z Receiving objects:  86% (517/601)
2021-03-11T00:54:45.3721245Z Receiving objects:  87% (523/601)
2021-03-11T00:54:45.3722183Z Receiving objects:  88% (529/601)
2021-03-11T00:54:45.3723089Z Receiving objects:  89% (535/601)
2021-03-11T00:54:45.3723982Z Receiving objects:  90% (541/601)
2021-03-11T00:54:45.3724886Z Receiving objects:  91% (547/601)
2021-03-11T00:54:45.3725779Z Receiving objects:  92% (553/601)
2021-03-11T00:54:45.3726693Z Receiving objects:  93% (559/601)
2021-03-11T00:54:45.3727588Z Receiving objects:  94% (565/601)
2021-03-11T00:54:45.3728495Z Receiving objects:  95% (571/601)
2021-03-11T00:54:45.3730233Z remote: Total 601 (delta 38), reused 173 (delta 16), pack-reused 0        
2021-03-11T00:54:45.3731307Z Receiving objects:  96% (577/601)
2021-03-11T00:54:45.3732234Z Receiving objects:  97% (583/601)
2021-03-11T00:54:45.3733146Z Receiving objects:  98% (589/601)
2021-03-11T00:54:45.3734057Z Receiving objects:  99% (595/601)
2021-03-11T00:54:45.3734989Z Receiving objects: 100% (601/601)
2021-03-11T00:54:45.3736185Z Receiving objects: 100% (601/601), 1.27 MiB | 8.39 MiB/s, done.
2021-03-11T00:54:45.3737177Z Resolving deltas:   0% (0/38)
2021-03-11T00:54:45.3738071Z Resolving deltas:   2% (1/38)
2021-03-11T00:54:45.3738964Z Resolving deltas:   5% (2/38)
2021-03-11T00:54:45.3739862Z Resolving deltas:   7% (3/38)
2021-03-11T00:54:45.3740760Z Resolving deltas:  10% (4/38)
2021-03-11T00:54:45.3741663Z Resolving deltas:  13% (5/38)
2021-03-11T00:54:45.3742541Z Resolving deltas:  15% (6/38)
2021-03-11T00:54:45.3743428Z Resolving deltas:  18% (7/38)
2021-03-11T00:54:45.3744341Z Resolving deltas:  21% (8/38)
2021-03-11T00:54:45.3745220Z Resolving deltas:  23% (9/38)
2021-03-11T00:54:45.3746113Z Resolving deltas:  26% (10/38)
2021-03-11T00:54:45.3747001Z Resolving deltas:  28% (11/38)
2021-03-11T00:54:45.3747890Z Resolving deltas:  31% (12/38)
2021-03-11T00:54:45.3748793Z Resolving deltas:  34% (13/38)
2021-03-11T00:54:45.3749673Z Resolving deltas:  36% (14/38)
2021-03-11T00:54:45.3750585Z Resolving deltas:  39% (15/38)
2021-03-11T00:54:45.3751469Z Resolving deltas:  42% (16/38)
2021-03-11T00:54:45.3752352Z Resolving deltas:  44% (17/38)
2021-03-11T00:54:45.3753245Z Resolving deltas:  47% (18/38)
2021-03-11T00:54:45.3754127Z Resolving deltas:  50% (19/38)
2021-03-11T00:54:45.3755018Z Resolving deltas:  52% (20/38)
2021-03-11T00:54:45.3755898Z Resolving deltas:  55% (21/38)
2021-03-11T00:54:45.3756775Z Resolving deltas:  57% (22/38)
2021-03-11T00:54:45.3757670Z Resolving deltas:  60% (23/38)
2021-03-11T00:54:45.3758547Z Resolving deltas:  63% (24/38)
2021-03-11T00:54:45.3759558Z Resolving deltas:  65% (25/38)
2021-03-11T00:54:45.3760456Z Resolving deltas:  68% (26/38)
2021-03-11T00:54:45.3761606Z Resolving deltas:  71% (27/38)
2021-03-11T00:54:45.3762512Z Resolving deltas:  73% (28/38)
2021-03-11T00:54:45.3763398Z Resolving deltas:  76% (29/38)
2021-03-11T00:54:45.3764288Z Resolving deltas:  78% (30/38)
2021-03-11T00:54:45.3765168Z Resolving deltas:  81% (31/38)
2021-03-11T00:54:45.3766057Z Resolving deltas:  84% (32/38)
2021-03-11T00:54:45.3766951Z Resolving deltas:  86% (33/38)
2021-03-11T00:54:45.3767828Z Resolving deltas:  89% (34/38)
2021-03-11T00:54:45.3768722Z Resolving deltas:  92% (35/38)
2021-03-11T00:54:45.3774038Z Resolving deltas:  94% (36/38)
2021-03-11T00:54:45.3774902Z Resolving deltas:  97% (37/38)
2021-03-11T00:54:45.3775693Z Resolving deltas: 100% (38/38)
2021-03-11T00:54:45.3776492Z Resolving deltas: 100% (38/38), done.
2021-03-11T00:54:45.3777980Z From https://github.com/spacemeshos/go-spacemesh
2021-03-11T00:54:45.3779682Z  * [new ref]         f15613812df68543e4cffb27c11049af801daa71 -> origin/staging
2021-03-11T00:54:45.3780872Z ##[endgroup]
2021-03-11T00:54:45.3790295Z ##[group]Determining the checkout info
2021-03-11T00:54:45.3791104Z ##[endgroup]
2021-03-11T00:54:45.3792017Z ##[group]Checking out the ref
2021-03-11T00:54:45.3793505Z [command]/usr/bin/git checkout --progress --force -B staging refs/remotes/origin/staging
2021-03-11T00:54:45.3794901Z Switched to a new branch 'staging'
2021-03-11T00:54:45.3796456Z Branch 'staging' set up to track remote branch 'staging' from 'origin'.
2021-03-11T00:54:45.3797741Z ##[endgroup]
2021-03-11T00:54:45.3798934Z [command]/usr/bin/git log -1 --format='%H'
2021-03-11T00:54:45.3800429Z 'f15613812df68543e4cffb27c11049af801daa71'
2021-03-11T00:54:45.3885826Z ##[group]Run make dockerpush
2021-03-11T00:54:45.3886831Z �[36;1mmake dockerpush�[0m
2021-03-11T00:54:45.3935132Z shell: /usr/bin/bash -e {0}
2021-03-11T00:54:45.3935957Z env:
2021-03-11T00:54:45.3936731Z   go-version: 1.14.6
2021-03-11T00:54:45.6423192Z   GCLOUD_KEY: ***
2021-03-11T00:54:45.6425605Z   PROJECT_NAME: ***
2021-03-11T00:54:45.6467115Z   CLUSTER_NAME: ***
2021-03-11T00:54:45.6468777Z   CLUSTER_NAME_ELK: ***
2021-03-11T00:54:45.6470126Z   CLUSTER_ZONE: ***
2021-03-11T00:54:45.6471507Z   CLUSTER_ZONE_ELK: ***
2021-03-11T00:54:45.6472781Z   ES_PASSWD: ***
2021-03-11T00:54:45.6474157Z   DOCKER_USERNAME: ***
2021-03-11T00:54:45.6475500Z   DOCKER_PASSWORD: ***
2021-03-11T00:54:45.6477775Z   SLACK_WEBHOOK_URL: ***
2021-03-11T00:54:45.6479111Z   ES_USER: ***
2021-03-11T00:54:45.6480505Z   ES_PASS: ***
2021-03-11T00:54:45.6481940Z   MAIN_ES_IP: ***
2021-03-11T00:54:45.6483325Z ##[endgroup]
2021-03-11T00:54:45.6784342Z docker build -t go-spacemesh-dev:staging .
2021-03-11T00:54:46.6423579Z Sending build context to Docker daemon  5.142MB
2021-03-11T00:54:46.6482739Z 
2021-03-11T00:54:46.6559126Z Step 1/29 : FROM golang:1.14.4-alpine3.12 AS build_base
2021-03-11T00:54:46.9955026Z 1.14.4-alpine3.12: Pulling from library/golang
2021-03-11T00:54:47.0573641Z df20fa9351a1: Pulling fs layer
2021-03-11T00:54:47.0578490Z ed8968b2872e: Pulling fs layer
2021-03-11T00:54:47.0579292Z a92cc7c5fd73: Pulling fs layer
2021-03-11T00:54:47.0580135Z 9e0cccf56431: Pulling fs layer
2021-03-11T00:54:47.0580892Z cbe0275821fc: Pulling fs layer
2021-03-11T00:54:47.0581630Z 9e0cccf56431: Waiting
2021-03-11T00:54:47.0584081Z cbe0275821fc: Waiting
2021-03-11T00:54:47.1564285Z ed8968b2872e: Verifying Checksum
2021-03-11T00:54:47.1565464Z ed8968b2872e: Download complete
2021-03-11T00:54:47.1630899Z a92cc7c5fd73: Verifying Checksum
2021-03-11T00:54:47.1636567Z a92cc7c5fd73: Download complete
2021-03-11T00:54:47.1965709Z df20fa9351a1: Verifying Checksum
2021-03-11T00:54:47.1966764Z df20fa9351a1: Download complete
2021-03-11T00:54:47.2561914Z cbe0275821fc: Verifying Checksum
2021-03-11T00:54:47.4543537Z df20fa9351a1: Pull complete
2021-03-11T00:54:47.6216871Z ed8968b2872e: Pull complete
2021-03-11T00:54:47.7505800Z a92cc7c5fd73: Pull complete
2021-03-11T00:54:48.4412934Z 9e0cccf56431: Verifying Checksum
2021-03-11T00:54:48.4419180Z 9e0cccf56431: Download complete
2021-03-11T00:54:52.8208216Z 9e0cccf56431: Pull complete
2021-03-11T00:54:52.8850841Z cbe0275821fc: Pull complete
2021-03-11T00:54:52.8905067Z Digest: sha256:6042b9cfb4eb303f3bdcbfeaba79b45130d170939318de85ac5b9508cb6f0f7e
2021-03-11T00:54:52.8928276Z Status: Downloaded newer image for golang:1.14.4-alpine3.12
2021-03-11T00:54:53.5121029Z  ---> 3289bf11c284
2021-03-11T00:54:53.5127014Z Step 2/29 : RUN apk add bash make git curl unzip rsync libc6-compat gcc musl-dev lsof
2021-03-11T00:54:59.0812137Z  ---> Running in fc586d3678eb
2021-03-11T00:54:59.5218902Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
2021-03-11T00:54:59.6034512Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
2021-03-11T00:54:59.7658822Z (1/30) Upgrading musl (1.1.24-r8 -> 1.1.24-r10)
2021-03-11T00:54:59.7791330Z (2/30) Installing ncurses-terminfo-base (6.2_p20200523-r0)
2021-03-11T00:54:59.7878711Z (3/30) Installing ncurses-libs (6.2_p20200523-r0)
2021-03-11T00:54:59.7991917Z (4/30) Installing readline (8.0.4-r0)
2021-03-11T00:54:59.8076603Z (5/30) Installing bash (5.0.17-r0)
2021-03-11T00:54:59.8270476Z Executing bash-5.0.17-r0.post-install
2021-03-11T00:54:59.8279762Z (6/30) Installing nghttp2-libs (1.41.0-r0)
2021-03-11T00:54:59.8360718Z (7/30) Installing libcurl (7.69.1-r3)
2021-03-11T00:54:59.8478205Z (8/30) Installing curl (7.69.1-r3)
2021-03-11T00:54:59.8559973Z (9/30) Installing libgcc (9.3.0-r2)
2021-03-11T00:54:59.8663505Z (10/30) Installing libstdc++ (9.3.0-r2)
2021-03-11T00:54:59.8874095Z (11/30) Installing binutils (2.34-r1)
2021-03-11T00:54:59.9692750Z (12/30) Installing gmp (6.2.0-r0)
2021-03-11T00:54:59.9802182Z (13/30) Installing isl (0.18-r0)
2021-03-11T00:55:00.0049740Z (14/30) Installing libgomp (9.3.0-r2)
2021-03-11T00:55:00.0128006Z (15/30) Installing libatomic (9.3.0-r2)
2021-03-11T00:55:00.0194104Z (16/30) Installing libgphobos (9.3.0-r2)
2021-03-11T00:55:00.0762591Z (17/30) Installing mpfr4 (4.0.2-r4)
2021-03-11T00:55:00.0886403Z (18/30) Installing mpc1 (1.1.0-r1)
2021-03-11T00:55:00.1008272Z (19/30) Installing gcc (9.3.0-r2)
2021-03-11T00:55:01.1275009Z (20/30) Installing expat (2.2.9-r1)
2021-03-11T00:55:01.1351240Z (21/30) Installing pcre2 (10.35-r0)
2021-03-11T00:55:01.1480344Z (22/30) Installing git (2.26.3-r0)
2021-03-11T00:55:01.3428814Z (23/30) Installing libc6-compat (1.1.24-r10)
2021-03-11T00:55:01.3490338Z (24/30) Installing lsof (4.93.2-r0)
2021-03-11T00:55:01.3576826Z (25/30) Installing make (4.3-r0)
2021-03-11T00:55:01.3664038Z (26/30) Installing musl-dev (1.1.24-r10)
2021-03-11T00:55:01.4580364Z (27/30) Installing libacl (2.2.53-r0)
2021-03-11T00:55:01.4644146Z (28/30) Installing popt (1.16-r7)
2021-03-11T00:55:01.4707600Z (29/30) Installing rsync (3.1.3-r3)
2021-03-11T00:55:01.4818599Z (30/30) Installing unzip (6.0-r8)
2021-03-11T00:55:01.4924709Z Executing busybox-1.31.1-r16.trigger
2021-03-11T00:55:01.5002066Z OK: 160 MiB in 44 packages
2021-03-11T00:55:07.9112036Z Removing intermediate container fc586d3678eb
2021-03-11T00:55:07.9113873Z  ---> 2e2665b8ba91
2021-03-11T00:55:07.9115346Z Step 3/29 : WORKDIR /go/src/github.com/spacemeshos/go-spacemesh
2021-03-11T00:55:07.9418881Z  ---> Running in 30400e315b29
2021-03-11T00:55:08.4677299Z Removing intermediate container 30400e315b29
2021-03-11T00:55:08.4682769Z  ---> 55b729eda255
2021-03-11T00:55:08.4683620Z Step 4/29 : ENV GO111MODULE=on
2021-03-11T00:55:08.4899203Z  ---> Running in cef840ca61dc
2021-03-11T00:55:09.0314136Z Removing intermediate container cef840ca61dc
2021-03-11T00:55:09.0315614Z  ---> 1070fb65e29b
2021-03-11T00:55:09.0316536Z Step 5/29 : ENV GOPROXY=https://proxy.golang.org
2021-03-11T00:55:09.0618392Z  ---> Running in 255e34aec8d2
2021-03-11T00:55:10.0390977Z Removing intermediate container 255e34aec8d2
2021-03-11T00:55:10.0392371Z  ---> 0730c0dc74e7
2021-03-11T00:55:10.0392948Z Step 6/29 : COPY go.mod .
2021-03-11T00:55:11.0369557Z  ---> aca7936dc387
2021-03-11T00:55:11.0370243Z Step 7/29 : COPY go.sum .
2021-03-11T00:55:12.0340722Z  ---> 4d2efda6bf49
2021-03-11T00:55:12.0341441Z Step 8/29 : RUN go mod download
2021-03-11T00:55:12.0658762Z  ---> Running in 7a190c9b1a15
2021-03-11T00:55:49.5345121Z Removing intermediate container 7a190c9b1a15
2021-03-11T00:55:49.5346465Z  ---> da0fde920434
2021-03-11T00:55:49.5347118Z Step 9/29 : COPY setup_env.sh .
2021-03-11T00:55:51.4790588Z  ---> d35949e12b02
2021-03-11T00:55:51.4791371Z Step 10/29 : COPY scripts/* scripts/
2021-03-11T00:55:53.4293219Z  ---> dfd6ff16d72d
2021-03-11T00:55:53.4293942Z Step 11/29 : RUN ./setup_env.sh
2021-03-11T00:55:53.4721063Z  ---> Running in dcbbe83f4663
2021-03-11T00:55:59.5236183Z setup complete 🎉
2021-03-11T00:56:03.3047167Z Removing intermediate container dcbbe83f4663
2021-03-11T00:56:03.3053087Z  ---> 4ca50d0b63fe
2021-03-11T00:56:03.3054604Z Step 12/29 : RUN go get github.com/golang/snappy@v0.0.1
2021-03-11T00:56:03.3282517Z  ---> Running in 79ce9b28a414
2021-03-11T00:56:05.9616816Z Removing intermediate container 79ce9b28a414
2021-03-11T00:56:05.9618720Z  ---> 1e2e4adc4507
2021-03-11T00:56:05.9619447Z Step 13/29 : FROM build_base AS server_builder
2021-03-11T00:56:05.9620290Z  ---> 1e2e4adc4507
2021-03-11T00:56:05.9620842Z Step 14/29 : COPY . .
2021-03-11T00:56:08.2442623Z  ---> 093db6bbe8f2
2021-03-11T00:56:08.2443902Z Step 15/29 : RUN make build
2021-03-11T00:56:08.2843624Z  ---> Running in 660edae29f4b
2021-03-11T00:56:08.6034562Z go build -ldflags "-X main.version=v0.0.0-unreleased -X main.commit=f15613812df68543e4cffb27c11049af801daa71 -X main.branch=staging" -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-spacemesh
2021-03-11T00:56:43.6331922Z Removing intermediate container 660edae29f4b
2021-03-11T00:56:43.6333412Z  ---> 28d06b39c3e3
2021-03-11T00:56:43.6334308Z Step 16/29 : RUN make hare
2021-03-11T00:56:43.6573481Z  ---> Running in a6b77017340b
2021-03-11T00:56:43.9697262Z cd cmd/hare ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-hare
2021-03-11T00:56:49.5891213Z Removing intermediate container a6b77017340b
2021-03-11T00:56:49.5897115Z  ---> bb7813aced9a
2021-03-11T00:56:49.5898198Z Step 17/29 : RUN make p2p
2021-03-11T00:56:49.6086880Z  ---> Running in 0b1722dcd048
2021-03-11T00:56:49.9576270Z cd cmd/p2p ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-p2p
2021-03-11T00:56:55.7898022Z Removing intermediate container 0b1722dcd048
2021-03-11T00:56:55.7900104Z  ---> c7f537f9aad0
2021-03-11T00:56:55.7901159Z Step 18/29 : RUN make sync
2021-03-11T00:56:55.8064339Z  ---> Running in 6b688792d1d8
2021-03-11T00:56:56.1317533Z cd cmd/sync ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-sync
2021-03-11T00:57:04.2057662Z Removing intermediate container 6b688792d1d8
2021-03-11T00:57:04.2059181Z  ---> 4a04c74e80fd
2021-03-11T00:57:04.2059834Z Step 19/29 : RUN make harness
2021-03-11T00:57:05.0518018Z  ---> Running in cda2276c8ab6
2021-03-11T00:57:05.0519990Z cd cmd/integration ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-harness
2021-03-11T00:57:08.6957668Z Removing intermediate container cda2276c8ab6
2021-03-11T00:57:08.6959708Z  ---> e2e2fadb113b
2021-03-11T00:57:08.6960608Z Step 20/29 : FROM alpine AS spacemesh
2021-03-11T00:57:08.9787891Z latest: Pulling from library/alpine
2021-03-11T00:57:09.0785769Z ba3557a56b15: Pulling fs layer
2021-03-11T00:57:09.2514677Z ba3557a56b15: Verifying Checksum
2021-03-11T00:57:09.2515566Z ba3557a56b15: Download complete
2021-03-11T00:57:09.3902186Z ba3557a56b15: Pull complete
2021-03-11T00:57:09.3958082Z Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
2021-03-11T00:57:09.3996527Z Status: Downloaded newer image for alpine:latest
2021-03-11T00:57:09.4010488Z  ---> 28f6e2705743
2021-03-11T00:57:09.4011888Z Step 21/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-spacemesh /bin/go-spacemesh
2021-03-11T00:57:11.0303275Z  ---> 16f6b38e9efa
2021-03-11T00:57:11.0305164Z Step 22/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-hare /bin/go-hare
2021-03-11T00:57:12.7025166Z  ---> 6bcc9c4ba8f6
2021-03-11T00:57:12.7027035Z Step 23/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-p2p /bin/go-p2p
2021-03-11T00:57:13.9504517Z  ---> 9ba19d819a63
2021-03-11T00:57:13.9506299Z Step 24/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-sync /bin/go-sync
2021-03-11T00:57:15.7904896Z  ---> c670940a4aa5
2021-03-11T00:57:15.7919507Z Step 25/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-harness /bin/go-harness
2021-03-11T00:57:16.4970121Z  ---> 64a71a88bec0
2021-03-11T00:57:16.4971481Z Step 26/29 : ENTRYPOINT ["/bin/go-harness"]
2021-03-11T00:57:16.5248664Z  ---> Running in 7cdcd46fb5ba
2021-03-11T00:57:17.0110757Z Removing intermediate container 7cdcd46fb5ba
2021-03-11T00:57:17.0112563Z  ---> fa27a840c11d
2021-03-11T00:57:17.0113385Z Step 27/29 : EXPOSE 7513
2021-03-11T00:57:17.0269763Z  ---> Running in 7aaa8354e568
2021-03-11T00:57:18.0072516Z Removing intermediate container 7aaa8354e568
2021-03-11T00:57:18.0073851Z  ---> 1a4060feca70
2021-03-11T00:57:18.0074446Z Step 28/29 : EXPOSE 6060
2021-03-11T00:57:18.0333398Z  ---> Running in b920176feef4
2021-03-11T00:57:19.0077152Z Removing intermediate container b920176feef4
2021-03-11T00:57:19.0078513Z  ---> 3ba2bda375fa
2021-03-11T00:57:19.0079103Z Step 29/29 : EXPOSE 56565
2021-03-11T00:57:19.0277446Z  ---> Running in b54810bbba6b
2021-03-11T00:57:20.0075181Z Removing intermediate container b54810bbba6b
2021-03-11T00:57:20.0076543Z  ---> 46c6512eca92
2021-03-11T00:57:20.0193050Z Successfully built 46c6512eca92
2021-03-11T00:57:20.0237105Z Successfully tagged go-spacemesh-dev:staging
2021-03-11T00:57:20.0300895Z echo "***" | docker login -u "***" --password-stdin
2021-03-11T00:57:20.2073374Z WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
2021-03-11T00:57:20.2074693Z Login Succeeded
2021-03-11T00:57:20.2076041Z Configure a credential helper to remove this warning. See
2021-03-11T00:57:20.2078315Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store
2021-03-11T00:57:20.2079524Z 
2021-03-11T00:57:20.2116641Z docker tag go-spacemesh-dev:staging spacemeshos/go-spacemesh-dev:staging
2021-03-11T00:57:20.2604560Z docker push spacemeshos/go-spacemesh-dev:staging
2021-03-11T00:57:20.3132613Z The push refers to repository [docker.io/spacemeshos/go-spacemesh-dev]
2021-03-11T00:57:20.3434015Z 7ee1c0237863: Preparing
2021-03-11T00:57:20.3440107Z 17089acaf8a3: Preparing
2021-03-11T00:57:20.3441965Z 027ebbcb3881: Preparing
2021-03-11T00:57:20.3442830Z e5d0e7122c7e: Preparing
2021-03-11T00:57:20.3443634Z 23295fda5cec: Preparing
2021-03-11T00:57:20.3444368Z cb381a32b229: Preparing
2021-03-11T00:57:20.3445911Z cb381a32b229: Waiting
2021-03-11T00:57:26.2236064Z 027ebbcb3881: Pushed
2021-03-11T00:57:26.3111648Z cb381a32b229: Layer already exists
2021-03-11T00:57:26.6885295Z e5d0e7122c7e: Pushed
2021-03-11T00:57:27.0950092Z 23295fda5cec: Pushed
2021-03-11T00:57:27.3208755Z 17089acaf8a3: Pushed
2021-03-11T00:57:28.4068942Z 7ee1c0237863: Pushed
2021-03-11T00:57:30.5721491Z staging: digest: sha256:ab0fab1b7caa6009e1bf4b4c17e41aa42ccec751313e4eda691f447a460de915 size: 1587
2021-03-11T00:57:30.5898917Z Post job cleanup.
2021-03-11T00:57:30.7082521Z [command]/usr/bin/git version
2021-03-11T00:57:30.7137997Z git version 2.30.1
2021-03-11T00:57:30.7180354Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-11T00:57:30.7225001Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-11T00:57:30.7488230Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-11T00:57:30.7521380Z http.https://github.com/.extraheader
2021-03-11T00:57:30.7533218Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-03-11T00:57:30.7575080Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-11T00:57:30.7903820Z Cleaning up orphan processes

Pushing to develop (after bors):

2021-03-11T01:58:03.8320500Z ##[section]Starting: Request a runner to run this job
2021-03-11T01:58:03.9725999Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-03-11T01:58:03.9726087Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-11T01:58:03.9726311Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-11T01:58:04.0727582Z ##[section]Finishing: Request a runner to run this job
2021-03-11T01:58:09.3032388Z Current runner version: '2.277.1'
2021-03-11T01:58:09.3067300Z ##[group]Operating System
2021-03-11T01:58:09.3068393Z Ubuntu
2021-03-11T01:58:09.3068839Z 20.04.2
2021-03-11T01:58:09.3069306Z LTS
2021-03-11T01:58:09.3069786Z ##[endgroup]
2021-03-11T01:58:09.3070383Z ##[group]Virtual Environment
2021-03-11T01:58:09.3071112Z Environment: ubuntu-20.04
2021-03-11T01:58:09.3071811Z Version: 20210302.0
2021-03-11T01:58:09.3072964Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210302.0/images/linux/Ubuntu2004-README.md
2021-03-11T01:58:09.3074244Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F
2021-03-11T01:58:09.3075522Z ##[endgroup]
2021-03-11T01:58:09.3078084Z ##[group]GITHUB_TOKEN Permissions
2021-03-11T01:58:09.3079639Z Actions: write
2021-03-11T01:58:09.3080211Z Checks: write
2021-03-11T01:58:09.3080675Z Contents: write
2021-03-11T01:58:09.3081458Z Deployments: write
2021-03-11T01:58:09.3082117Z Issues: write
2021-03-11T01:58:09.3082703Z Metadata: read
2021-03-11T01:58:09.3083338Z OrganizationPackages: write
2021-03-11T01:58:09.3083921Z Packages: write
2021-03-11T01:58:09.3084528Z PullRequests: write
2021-03-11T01:58:09.3085129Z RepositoryProjects: write
2021-03-11T01:58:09.3085808Z SecurityEvents: write
2021-03-11T01:58:09.3086340Z Statuses: write
2021-03-11T01:58:09.3087420Z ##[endgroup]
2021-03-11T01:58:09.3091648Z Prepare workflow directory
2021-03-11T01:58:09.4449595Z Prepare all required actions
2021-03-11T01:58:09.4462482Z Getting action download info
2021-03-11T01:58:09.8440752Z Download action repository 'actions/checkout@v2'
2021-03-11T01:58:11.8503272Z ##[group]Run actions/checkout@v2
2021-03-11T01:58:11.8504181Z with:
2021-03-11T01:58:11.8504922Z   repository: spacemeshos/go-spacemesh
2021-03-11T01:58:11.8506069Z   token: ***
2021-03-11T01:58:11.8506700Z   ssh-strict: true
2021-03-11T01:58:11.8507369Z   persist-credentials: true
2021-03-11T01:58:11.8508078Z   clean: true
2021-03-11T01:58:11.8508681Z   fetch-depth: 1
2021-03-11T01:58:11.8509251Z   lfs: false
2021-03-11T01:58:11.8509875Z   submodules: false
2021-03-11T01:58:11.8510404Z env:
2021-03-11T01:58:11.8511097Z   DOCKER_USERNAME: ***
2021-03-11T01:58:11.8511750Z   DOCKER_PASSWORD: ***
2021-03-11T01:58:11.8512356Z ##[endgroup]
2021-03-11T01:58:13.2495966Z Syncing repository: spacemeshos/go-spacemesh
2021-03-11T01:58:13.2496948Z ##[group]Getting Git version info
2021-03-11T01:58:13.2498082Z Working directory is '/home/runner/work/go-spacemesh/go-spacemesh'
2021-03-11T01:58:13.2498860Z [command]/usr/bin/git version
2021-03-11T01:58:13.2499654Z git version 2.30.1
2021-03-11T01:58:13.2500833Z ##[endgroup]
2021-03-11T01:58:13.2501849Z Deleting the contents of '/home/runner/work/go-spacemesh/go-spacemesh'
2021-03-11T01:58:13.2503227Z ##[group]Initializing the repository
2021-03-11T01:58:13.2504328Z [command]/usr/bin/git init /home/runner/work/go-spacemesh/go-spacemesh
2021-03-11T01:58:13.2505521Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-03-11T01:58:13.2506481Z hint: is subject to change. To configure the initial branch name to use in all
2021-03-11T01:58:13.2507387Z hint: of your new repositories, which will suppress this warning, call:
2021-03-11T01:58:13.2508036Z hint: 
2021-03-11T01:58:13.2508889Z hint: 	git config --global init.defaultBranch <name>
2021-03-11T01:58:13.2509544Z hint: 
2021-03-11T01:58:13.2510424Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-03-11T01:58:13.2511545Z hint: 'development'. The just-created branch can be renamed via this command:
2021-03-11T01:58:13.2512381Z hint: 
2021-03-11T01:58:13.2513069Z hint: 	git branch -m <name>
2021-03-11T01:58:13.2514089Z Initialized empty Git repository in /home/runner/work/go-spacemesh/go-spacemesh/.git/
2021-03-11T01:58:13.2515374Z [command]/usr/bin/git remote add origin https://github.com/spacemeshos/go-spacemesh
2021-03-11T01:58:13.2516149Z ##[endgroup]
2021-03-11T01:58:13.2516813Z ##[group]Disabling automatic garbage collection
2021-03-11T01:58:13.2519021Z [command]/usr/bin/git config --local gc.auto 0
2021-03-11T01:58:13.2519722Z ##[endgroup]
2021-03-11T01:58:13.2521876Z ##[group]Setting up auth
2021-03-11T01:58:13.2522896Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-11T01:58:13.2524491Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-11T01:58:13.2526198Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-11T01:58:13.2528370Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-11T01:58:13.2530204Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-11T01:58:13.2532003Z ##[endgroup]
2021-03-11T01:58:13.2532893Z ##[group]Fetching the repository
2021-03-11T01:58:13.2534825Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +f15613812df68543e4cffb27c11049af801daa71:refs/remotes/origin/develop
2021-03-11T01:58:14.8820084Z remote: Enumerating objects: 601, done.        
2021-03-11T01:58:14.8822149Z remote: Counting objects:   0% (1/601)        
2021-03-11T01:58:14.8823791Z remote: Counting objects:   1% (7/601)        
2021-03-11T01:58:14.8826474Z remote: Counting objects:   2% (13/601)        
2021-03-11T01:58:14.8829487Z remote: Counting objects:   3% (19/601)        
2021-03-11T01:58:14.8832769Z remote: Counting objects:   4% (25/601)        
2021-03-11T01:58:14.8834215Z remote: Counting objects:   5% (31/601)        
2021-03-11T01:58:14.8834946Z remote: Counting objects:   6% (37/601)        
2021-03-11T01:58:14.8835710Z remote: Counting objects:   7% (43/601)        
2021-03-11T01:58:14.8836467Z remote: Counting objects:   8% (49/601)        
2021-03-11T01:58:14.8837344Z remote: Counting objects:   9% (55/601)        
2021-03-11T01:58:14.8840658Z remote: Counting objects:  10% (61/601)        
2021-03-11T01:58:14.8841306Z remote: Counting objects:  11% (67/601)        
2021-03-11T01:58:14.8841883Z remote: Counting objects:  12% (73/601)        
2021-03-11T01:58:14.8842381Z remote: Counting objects:  13% (79/601)        
2021-03-11T01:58:14.8842922Z remote: Counting objects:  14% (85/601)        
2021-03-11T01:58:14.8843425Z remote: Counting objects:  15% (91/601)        
2021-03-11T01:58:14.8844551Z remote: Counting objects:  16% (97/601)        
2021-03-11T01:58:14.8845090Z remote: Counting objects:  17% (103/601)        
2021-03-11T01:58:14.8848013Z remote: Counting objects:  18% (109/601)        
2021-03-11T01:58:14.8848624Z remote: Counting objects:  19% (115/601)        
2021-03-11T01:58:14.8849325Z remote: Counting objects:  20% (121/601)        
2021-03-11T01:58:14.8849938Z remote: Counting objects:  21% (127/601)        
2021-03-11T01:58:14.8850477Z remote: Counting objects:  22% (133/601)        
2021-03-11T01:58:14.8851486Z remote: Counting objects:  23% (139/601)        
2021-03-11T01:58:14.8851988Z remote: Counting objects:  24% (145/601)        
2021-03-11T01:58:14.8852531Z remote: Counting objects:  25% (151/601)        
2021-03-11T01:58:14.8853014Z remote: Counting objects:  26% (157/601)        
2021-03-11T01:58:14.8853576Z remote: Counting objects:  27% (163/601)        
2021-03-11T01:58:14.8854100Z remote: Counting objects:  28% (169/601)        
2021-03-11T01:58:14.8854590Z remote: Counting objects:  29% (175/601)        
2021-03-11T01:58:14.8855144Z remote: Counting objects:  30% (181/601)        
2021-03-11T01:58:14.8855637Z remote: Counting objects:  31% (187/601)        
2021-03-11T01:58:14.8856188Z remote: Counting objects:  32% (193/601)        
2021-03-11T01:58:14.8856682Z remote: Counting objects:  33% (199/601)        
2021-03-11T01:58:14.8857393Z remote: Counting objects:  34% (205/601)        
2021-03-11T01:58:14.8858350Z remote: Counting objects:  35% (211/601)        
2021-03-11T01:58:14.8859040Z remote: Counting objects:  36% (217/601)        
2021-03-11T01:58:14.8859644Z remote: Counting objects:  37% (223/601)        
2021-03-11T01:58:14.8860169Z remote: Counting objects:  38% (229/601)        
2021-03-11T01:58:14.8860762Z remote: Counting objects:  39% (235/601)        
2021-03-11T01:58:14.8861290Z remote: Counting objects:  40% (241/601)        
2021-03-11T01:58:14.8862180Z remote: Counting objects:  41% (247/601)        
2021-03-11T01:58:14.8862750Z remote: Counting objects:  42% (253/601)        
2021-03-11T01:58:14.8863242Z remote: Counting objects:  43% (259/601)        
2021-03-11T01:58:14.8863791Z remote: Counting objects:  44% (265/601)        
2021-03-11T01:58:14.8864282Z remote: Counting objects:  45% (271/601)        
2021-03-11T01:58:14.8864819Z remote: Counting objects:  46% (277/601)        
2021-03-11T01:58:14.8865335Z remote: Counting objects:  47% (283/601)        
2021-03-11T01:58:14.8865897Z remote: Counting objects:  48% (289/601)        
2021-03-11T01:58:14.8866437Z remote: Counting objects:  49% (295/601)        
2021-03-11T01:58:14.8866931Z remote: Counting objects:  50% (301/601)        
2021-03-11T01:58:14.8867470Z remote: Counting objects:  51% (307/601)        
2021-03-11T01:58:14.8868424Z remote: Counting objects:  52% (313/601)        
2021-03-11T01:58:14.8869019Z remote: Counting objects:  53% (319/601)        
2021-03-11T01:58:14.8869712Z remote: Counting objects:  54% (325/601)        
2021-03-11T01:58:14.8870368Z remote: Counting objects:  55% (331/601)        
2021-03-11T01:58:14.8871048Z remote: Counting objects:  56% (337/601)        
2021-03-11T01:58:14.8871787Z remote: Counting objects:  57% (343/601)        
2021-03-11T01:58:14.8872358Z remote: Counting objects:  58% (349/601)        
2021-03-11T01:58:14.8872866Z remote: Counting objects:  59% (355/601)        
2021-03-11T01:58:14.8873622Z remote: Counting objects:  60% (361/601)        
2021-03-11T01:58:14.8874121Z remote: Counting objects:  61% (367/601)        
2021-03-11T01:58:14.8874929Z remote: Counting objects:  62% (373/601)        
2021-03-11T01:58:14.8875456Z remote: Counting objects:  63% (379/601)        
2021-03-11T01:58:14.8875954Z remote: Counting objects:  64% (385/601)        
2021-03-11T01:58:14.8876474Z remote: Counting objects:  65% (391/601)        
2021-03-11T01:58:14.8877007Z remote: Counting objects:  66% (397/601)        
2021-03-11T01:58:14.8877508Z remote: Counting objects:  67% (403/601)        
2021-03-11T01:58:14.8878035Z remote: Counting objects:  68% (409/601)        
2021-03-11T01:58:14.8878900Z remote: Counting objects:  69% (415/601)        
2021-03-11T01:58:14.8879452Z remote: Counting objects:  70% (421/601)        
2021-03-11T01:58:14.8881183Z remote: Counting objects:  71% (427/601)        
2021-03-11T01:58:14.8881838Z remote: Counting objects:  72% (433/601)        
2021-03-11T01:58:14.8882346Z remote: Counting objects:  73% (439/601)        
2021-03-11T01:58:14.8882891Z remote: Counting objects:  74% (445/601)        
2021-03-11T01:58:14.8883448Z remote: Counting objects:  75% (451/601)        
2021-03-11T01:58:14.8884108Z remote: Counting objects:  76% (457/601)        
2021-03-11T01:58:14.8884663Z remote: Counting objects:  77% (463/601)        
2021-03-11T01:58:14.8885144Z remote: Counting objects:  78% (469/601)        
2021-03-11T01:58:14.8885667Z remote: Counting objects:  79% (475/601)        
2021-03-11T01:58:14.8886324Z remote: Counting objects:  80% (481/601)        
2021-03-11T01:58:14.8886880Z remote: Counting objects:  81% (487/601)        
2021-03-11T01:58:14.8887446Z remote: Counting objects:  82% (493/601)        
2021-03-11T01:58:14.8887943Z remote: Counting objects:  83% (499/601)        
2021-03-11T01:58:14.8888733Z remote: Counting objects:  84% (505/601)        
2021-03-11T01:58:14.8889244Z remote: Counting objects:  85% (511/601)        
2021-03-11T01:58:14.8889810Z remote: Counting objects:  86% (517/601)        
2021-03-11T01:58:14.8890319Z remote: Counting objects:  87% (523/601)        
2021-03-11T01:58:14.8891059Z remote: Counting objects:  88% (529/601)        
2021-03-11T01:58:14.8892064Z remote: Counting objects:  89% (535/601)        
2021-03-11T01:58:14.8892564Z remote: Counting objects:  90% (541/601)        
2021-03-11T01:58:14.8893103Z remote: Counting objects:  91% (547/601)        
2021-03-11T01:58:14.8893752Z remote: Counting objects:  92% (553/601)        
2021-03-11T01:58:14.8894501Z remote: Counting objects:  93% (559/601)        
2021-03-11T01:58:14.8895012Z remote: Counting objects:  94% (565/601)        
2021-03-11T01:58:14.8895778Z remote: Counting objects:  95% (571/601)        
2021-03-11T01:58:14.8896355Z remote: Counting objects:  96% (577/601)        
2021-03-11T01:58:14.8896882Z remote: Counting objects:  97% (583/601)        
2021-03-11T01:58:14.8897629Z remote: Counting objects:  98% (589/601)        
2021-03-11T01:58:14.8898147Z remote: Counting objects:  99% (595/601)        
2021-03-11T01:58:14.8898715Z remote: Counting objects: 100% (601/601)        
2021-03-11T01:58:14.8899261Z remote: Counting objects: 100% (601/601), done.        
2021-03-11T01:58:14.8900609Z remote: Compressing objects:   0% (1/567)        
2021-03-11T01:58:14.8904086Z remote: Compressing objects:   1% (6/567)        
2021-03-11T01:58:14.8905228Z remote: Compressing objects:   2% (12/567)        
2021-03-11T01:58:14.8906408Z remote: Compressing objects:   3% (18/567)        
2021-03-11T01:58:14.8907032Z remote: Compressing objects:   4% (23/567)        
2021-03-11T01:58:14.8907681Z remote: Compressing objects:   5% (29/567)        
2021-03-11T01:58:14.8915611Z remote: Compressing objects:   6% (35/567)        
2021-03-11T01:58:14.8922705Z remote: Compressing objects:   7% (40/567)        
2021-03-11T01:58:14.8927335Z remote: Compressing objects:   8% (46/567)        
2021-03-11T01:58:14.8928039Z remote: Compressing objects:   9% (52/567)        
2021-03-11T01:58:14.8932410Z remote: Compressing objects:  10% (57/567)        
2021-03-11T01:58:14.8936487Z remote: Compressing objects:  11% (63/567)        
2021-03-11T01:58:14.8937111Z remote: Compressing objects:  12% (69/567)        
2021-03-11T01:58:14.8937740Z remote: Compressing objects:  13% (74/567)        
2021-03-11T01:58:14.8945319Z remote: Compressing objects:  14% (80/567)        
2021-03-11T01:58:14.8946084Z remote: Compressing objects:  15% (86/567)        
2021-03-11T01:58:14.8954069Z remote: Compressing objects:  16% (91/567)        
2021-03-11T01:58:14.8954707Z remote: Compressing objects:  17% (97/567)        
2021-03-11T01:58:14.8963042Z remote: Compressing objects:  18% (103/567)        
2021-03-11T01:58:14.8982666Z remote: Compressing objects:  19% (108/567)        
2021-03-11T01:58:14.9014368Z remote: Compressing objects:  20% (114/567)        
2021-03-11T01:58:14.9061945Z remote: Compressing objects:  21% (120/567)        
2021-03-11T01:58:14.9062577Z remote: Compressing objects:  22% (125/567)        
2021-03-11T01:58:14.9063205Z remote: Compressing objects:  23% (131/567)        
2021-03-11T01:58:14.9071586Z remote: Compressing objects:  24% (137/567)        
2021-03-11T01:58:14.9079066Z remote: Compressing objects:  25% (142/567)        
2021-03-11T01:58:14.9094232Z remote: Compressing objects:  26% (148/567)        
2021-03-11T01:58:14.9114655Z remote: Compressing objects:  27% (154/567)        
2021-03-11T01:58:14.9149647Z remote: Compressing objects:  28% (159/567)        
2021-03-11T01:58:14.9178363Z remote: Compressing objects:  29% (165/567)        
2021-03-11T01:58:14.9203405Z remote: Compressing objects:  30% (171/567)        
2021-03-11T01:58:14.9219875Z remote: Compressing objects:  31% (176/567)        
2021-03-11T01:58:14.9222018Z remote: Compressing objects:  32% (182/567)        
2021-03-11T01:58:14.9260057Z remote: Compressing objects:  33% (188/567)        
2021-03-11T01:58:14.9262081Z remote: Compressing objects:  34% (193/567)        
2021-03-11T01:58:14.9283536Z remote: Compressing objects:  35% (199/567)        
2021-03-11T01:58:14.9309614Z remote: Compressing objects:  36% (205/567)        
2021-03-11T01:58:14.9310894Z remote: Compressing objects:  37% (210/567)        
2021-03-11T01:58:14.9334416Z remote: Compressing objects:  38% (216/567)        
2021-03-11T01:58:14.9370586Z remote: Compressing objects:  39% (222/567)        
2021-03-11T01:58:14.9382258Z remote: Compressing objects:  40% (227/567)        
2021-03-11T01:58:14.9402112Z remote: Compressing objects:  41% (233/567)        
2021-03-11T01:58:14.9461952Z remote: Compressing objects:  42% (239/567)        
2021-03-11T01:58:14.9462637Z remote: Compressing objects:  43% (244/567)        
2021-03-11T01:58:14.9463219Z remote: Compressing objects:  44% (250/567)        
2021-03-11T01:58:14.9463887Z remote: Compressing objects:  45% (256/567)        
2021-03-11T01:58:14.9464800Z remote: Compressing objects:  46% (261/567)        
2021-03-11T01:58:15.0132605Z remote: Compressing objects:  47% (267/567)        
2021-03-11T01:58:15.0133541Z remote: Compressing objects:  48% (273/567)        
2021-03-11T01:58:15.0134265Z remote: Compressing objects:  49% (278/567)        
2021-03-11T01:58:15.0135060Z remote: Compressing objects:  50% (284/567)        
2021-03-11T01:58:15.0135629Z remote: Compressing objects:  51% (290/567)        
2021-03-11T01:58:15.0136340Z remote: Compressing objects:  52% (295/567)        
2021-03-11T01:58:15.0136885Z remote: Compressing objects:  53% (301/567)        
2021-03-11T01:58:15.0137579Z remote: Compressing objects:  54% (307/567)        
2021-03-11T01:58:15.0138240Z remote: Compressing objects:  55% (312/567)        
2021-03-11T01:58:15.0138730Z remote: Compressing objects:  56% (318/567)        
2021-03-11T01:58:15.0139507Z remote: Compressing objects:  57% (324/567)        
2021-03-11T01:58:15.0140047Z remote: Compressing objects:  58% (329/567)        
2021-03-11T01:58:15.0140537Z remote: Compressing objects:  59% (335/567)        
2021-03-11T01:58:15.0141035Z remote: Compressing objects:  60% (341/567)        
2021-03-11T01:58:15.0141523Z remote: Compressing objects:  61% (346/567)        
2021-03-11T01:58:15.0142019Z remote: Compressing objects:  62% (352/567)        
2021-03-11T01:58:15.0142504Z remote: Compressing objects:  63% (358/567)        
2021-03-11T01:58:15.0142999Z remote: Compressing objects:  64% (363/567)        
2021-03-11T01:58:15.0143490Z remote: Compressing objects:  65% (369/567)        
2021-03-11T01:58:15.0143972Z remote: Compressing objects:  66% (375/567)        
2021-03-11T01:58:15.0144468Z remote: Compressing objects:  67% (380/567)        
2021-03-11T01:58:15.0145147Z remote: Compressing objects:  68% (386/567)        
2021-03-11T01:58:15.0145673Z remote: Compressing objects:  69% (392/567)        
2021-03-11T01:58:15.0146184Z remote: Compressing objects:  70% (397/567)        
2021-03-11T01:58:15.0146704Z remote: Compressing objects:  71% (403/567)        
2021-03-11T01:58:15.0147226Z remote: Compressing objects:  72% (409/567)        
2021-03-11T01:58:15.0147882Z remote: Compressing objects:  73% (414/567)        
2021-03-11T01:58:15.0148392Z remote: Compressing objects:  74% (420/567)        
2021-03-11T01:58:15.0148896Z remote: Compressing objects:  75% (426/567)        
2021-03-11T01:58:15.0149404Z remote: Compressing objects:  76% (431/567)        
2021-03-11T01:58:15.0150080Z remote: Compressing objects:  77% (437/567)        
2021-03-11T01:58:15.0150601Z remote: Compressing objects:  78% (443/567)        
2021-03-11T01:58:15.0151119Z remote: Compressing objects:  79% (448/567)        
2021-03-11T01:58:15.0151624Z remote: Compressing objects:  80% (454/567)        
2021-03-11T01:58:15.0152138Z remote: Compressing objects:  81% (460/567)        
2021-03-11T01:58:15.0152794Z remote: Compressing objects:  82% (465/567)        
2021-03-11T01:58:15.0153293Z remote: Compressing objects:  83% (471/567)        
2021-03-11T01:58:15.0153775Z remote: Compressing objects:  84% (477/567)        
2021-03-11T01:58:15.0154262Z remote: Compressing objects:  85% (482/567)        
2021-03-11T01:58:15.0154929Z remote: Compressing objects:  86% (488/567)        
2021-03-11T01:58:15.0155446Z remote: Compressing objects:  87% (494/567)        
2021-03-11T01:58:15.0156074Z remote: Compressing objects:  88% (499/567)        
2021-03-11T01:58:15.0156571Z remote: Compressing objects:  89% (505/567)        
2021-03-11T01:58:15.0157099Z remote: Compressing objects:  90% (511/567)        
2021-03-11T01:58:15.0157615Z remote: Compressing objects:  91% (516/567)        
2021-03-11T01:58:15.0158624Z remote: Compressing objects:  92% (522/567)        
2021-03-11T01:58:15.0159345Z remote: Compressing objects:  93% (528/567)        
2021-03-11T01:58:15.0159890Z remote: Compressing objects:  94% (533/567)        
2021-03-11T01:58:15.0160437Z remote: Compressing objects:  95% (539/567)        
2021-03-11T01:58:15.0160991Z remote: Compressing objects:  96% (545/567)        
2021-03-11T01:58:15.0161524Z remote: Compressing objects:  97% (550/567)        
2021-03-11T01:58:15.0162376Z remote: Compressing objects:  98% (556/567)        
2021-03-11T01:58:15.0162883Z remote: Compressing objects:  99% (562/567)        
2021-03-11T01:58:15.0163398Z remote: Compressing objects: 100% (567/567)        
2021-03-11T01:58:15.0163949Z remote: Compressing objects: 100% (567/567), done.        
2021-03-11T01:58:15.1799975Z Receiving objects:   0% (1/601)
2021-03-11T01:58:15.1800848Z Receiving objects:   1% (7/601)
2021-03-11T01:58:15.1801297Z Receiving objects:   2% (13/601)
2021-03-11T01:58:15.1802356Z Receiving objects:   3% (19/601)
2021-03-11T01:58:15.1811175Z Receiving objects:   4% (25/601)
2021-03-11T01:58:15.1820288Z Receiving objects:   5% (31/601)
2021-03-11T01:58:15.1821347Z Receiving objects:   6% (37/601)
2021-03-11T01:58:15.1830023Z Receiving objects:   7% (43/601)
2021-03-11T01:58:15.1830825Z Receiving objects:   8% (49/601)
2021-03-11T01:58:15.1863372Z Receiving objects:   9% (55/601)
2021-03-11T01:58:15.1864877Z Receiving objects:  10% (61/601)
2021-03-11T01:58:15.1865882Z Receiving objects:  11% (67/601)
2021-03-11T01:58:15.1922743Z Receiving objects:  12% (73/601)
2021-03-11T01:58:15.1923247Z Receiving objects:  13% (79/601)
2021-03-11T01:58:15.1923732Z Receiving objects:  14% (85/601)
2021-03-11T01:58:15.1925909Z Receiving objects:  15% (91/601)
2021-03-11T01:58:15.1926450Z Receiving objects:  16% (97/601)
2021-03-11T01:58:15.1927090Z Receiving objects:  17% (103/601)
2021-03-11T01:58:15.1942934Z Receiving objects:  18% (109/601)
2021-03-11T01:58:15.1943411Z Receiving objects:  19% (115/601)
2021-03-11T01:58:15.1943872Z Receiving objects:  20% (121/601)
2021-03-11T01:58:15.1953548Z Receiving objects:  21% (127/601)
2021-03-11T01:58:15.1954474Z Receiving objects:  22% (133/601)
2021-03-11T01:58:15.1958462Z Receiving objects:  23% (139/601)
2021-03-11T01:58:15.1961237Z Receiving objects:  24% (145/601)
2021-03-11T01:58:15.1971525Z Receiving objects:  25% (151/601)
2021-03-11T01:58:15.1972052Z Receiving objects:  26% (157/601)
2021-03-11T01:58:15.2208295Z Receiving objects:  27% (163/601)
2021-03-11T01:58:15.2210980Z Receiving objects:  28% (169/601)
2021-03-11T01:58:15.2214847Z Receiving objects:  29% (175/601)
2021-03-11T01:58:15.2220911Z Receiving objects:  30% (181/601)
2021-03-11T01:58:15.2227993Z Receiving objects:  31% (187/601)
2021-03-11T01:58:15.2239369Z Receiving objects:  32% (193/601)
2021-03-11T01:58:15.2249089Z Receiving objects:  33% (199/601)
2021-03-11T01:58:15.2252350Z Receiving objects:  34% (205/601)
2021-03-11T01:58:15.2286302Z Receiving objects:  35% (211/601)
2021-03-11T01:58:15.2292705Z Receiving objects:  36% (217/601)
2021-03-11T01:58:15.2298030Z Receiving objects:  37% (223/601)
2021-03-11T01:58:15.2301232Z Receiving objects:  38% (229/601)
2021-03-11T01:58:15.2324943Z Receiving objects:  39% (235/601)
2021-03-11T01:58:15.2329218Z Receiving objects:  40% (241/601)
2021-03-11T01:58:15.2332211Z Receiving objects:  41% (247/601)
2021-03-11T01:58:15.2344294Z Receiving objects:  42% (253/601)
2021-03-11T01:58:15.2349380Z Receiving objects:  43% (259/601)
2021-03-11T01:58:15.2355093Z Receiving objects:  44% (265/601)
2021-03-11T01:58:15.2357973Z Receiving objects:  45% (271/601)
2021-03-11T01:58:15.2361510Z Receiving objects:  46% (277/601)
2021-03-11T01:58:15.2369387Z Receiving objects:  47% (283/601)
2021-03-11T01:58:15.2374557Z Receiving objects:  48% (289/601)
2021-03-11T01:58:15.2378155Z Receiving objects:  49% (295/601)
2021-03-11T01:58:15.2381642Z Receiving objects:  50% (301/601)
2021-03-11T01:58:15.2387966Z Receiving objects:  51% (307/601)
2021-03-11T01:58:15.2392481Z Receiving objects:  52% (313/601)
2021-03-11T01:58:15.2400373Z Receiving objects:  53% (319/601)
2021-03-11T01:58:15.2405185Z Receiving objects:  54% (325/601)
2021-03-11T01:58:15.2410963Z Receiving objects:  55% (331/601)
2021-03-11T01:58:15.2418980Z Receiving objects:  56% (337/601)
2021-03-11T01:58:15.2430397Z Receiving objects:  57% (343/601)
2021-03-11T01:58:15.2435801Z Receiving objects:  58% (349/601)
2021-03-11T01:58:15.2450205Z Receiving objects:  59% (355/601)
2021-03-11T01:58:15.2471228Z Receiving objects:  60% (361/601)
2021-03-11T01:58:15.2481790Z Receiving objects:  61% (367/601)
2021-03-11T01:58:15.2483810Z Receiving objects:  62% (373/601)
2021-03-11T01:58:15.2490000Z Receiving objects:  63% (379/601)
2021-03-11T01:58:15.2542625Z Receiving objects:  64% (385/601)
2021-03-11T01:58:15.2597990Z Receiving objects:  65% (391/601)
2021-03-11T01:58:15.2602015Z Receiving objects:  66% (397/601)
2021-03-11T01:58:15.2610392Z Receiving objects:  67% (403/601)
2021-03-11T01:58:15.2633543Z Receiving objects:  68% (409/601)
2021-03-11T01:58:15.2648773Z Receiving objects:  69% (415/601)
2021-03-11T01:58:15.2811957Z Receiving objects:  70% (421/601)
2021-03-11T01:58:15.2812711Z Receiving objects:  71% (427/601)
2021-03-11T01:58:15.2813594Z Receiving objects:  72% (433/601)
2021-03-11T01:58:15.2817082Z Receiving objects:  73% (439/601)
2021-03-11T01:58:15.2820498Z Receiving objects:  74% (445/601)
2021-03-11T01:58:15.2822956Z Receiving objects:  75% (451/601)
2021-03-11T01:58:15.2824820Z Receiving objects:  76% (457/601)
2021-03-11T01:58:15.2828145Z Receiving objects:  77% (463/601)
2021-03-11T01:58:15.2831666Z Receiving objects:  78% (469/601)
2021-03-11T01:58:15.2832319Z Receiving objects:  79% (475/601)
2021-03-11T01:58:15.2835312Z Receiving objects:  80% (481/601)
2021-03-11T01:58:15.2837044Z Receiving objects:  81% (487/601)
2021-03-11T01:58:15.2840452Z Receiving objects:  82% (493/601)
2021-03-11T01:58:15.2841046Z Receiving objects:  83% (499/601)
2021-03-11T01:58:15.2841523Z Receiving objects:  84% (505/601)
2021-03-11T01:58:15.2842009Z Receiving objects:  85% (511/601)
2021-03-11T01:58:15.2842499Z Receiving objects:  86% (517/601)
2021-03-11T01:58:15.2842993Z Receiving objects:  87% (523/601)
2021-03-11T01:58:15.2843630Z Receiving objects:  88% (529/601)
2021-03-11T01:58:15.2844148Z Receiving objects:  89% (535/601)
2021-03-11T01:58:15.2844611Z Receiving objects:  90% (541/601)
2021-03-11T01:58:15.2845054Z Receiving objects:  91% (547/601)
2021-03-11T01:58:15.2845510Z Receiving objects:  92% (553/601)
2021-03-11T01:58:15.2851149Z Receiving objects:  93% (559/601)
2021-03-11T01:58:15.2917283Z Receiving objects:  94% (565/601)
2021-03-11T01:58:15.2922267Z Receiving objects:  95% (571/601)
2021-03-11T01:58:15.2931147Z remote: Total 601 (delta 38), reused 176 (delta 16), pack-reused 0        
2021-03-11T01:58:15.2932198Z Receiving objects:  96% (577/601)
2021-03-11T01:58:15.2940619Z Receiving objects:  97% (583/601)
2021-03-11T01:58:15.2973164Z Receiving objects:  98% (589/601)
2021-03-11T01:58:15.2977295Z Receiving objects:  99% (595/601)
2021-03-11T01:58:15.2977921Z Receiving objects: 100% (601/601)
2021-03-11T01:58:15.2980889Z Receiving objects: 100% (601/601), 1.27 MiB | 6.08 MiB/s, done.
2021-03-11T01:58:15.2984351Z Resolving deltas:   0% (0/38)
2021-03-11T01:58:15.2987497Z Resolving deltas:   2% (1/38)
2021-03-11T01:58:15.2988035Z Resolving deltas:   5% (2/38)
2021-03-11T01:58:15.2992029Z Resolving deltas:   7% (3/38)
2021-03-11T01:58:15.2994922Z Resolving deltas:  10% (4/38)
2021-03-11T01:58:15.2999224Z Resolving deltas:  13% (5/38)
2021-03-11T01:58:15.3008748Z Resolving deltas:  15% (6/38)
2021-03-11T01:58:15.3009209Z Resolving deltas:  18% (7/38)
2021-03-11T01:58:15.3010098Z Resolving deltas:  21% (8/38)
2021-03-11T01:58:15.3010536Z Resolving deltas:  23% (9/38)
2021-03-11T01:58:15.3011553Z Resolving deltas:  26% (10/38)
2021-03-11T01:58:15.3012190Z Resolving deltas:  28% (11/38)
2021-03-11T01:58:15.3013128Z Resolving deltas:  31% (12/38)
2021-03-11T01:58:15.3013905Z Resolving deltas:  34% (13/38)
2021-03-11T01:58:15.3014548Z Resolving deltas:  36% (14/38)
2021-03-11T01:58:15.3014953Z Resolving deltas:  39% (15/38)
2021-03-11T01:58:15.3015895Z Resolving deltas:  42% (16/38)
2021-03-11T01:58:15.3016315Z Resolving deltas:  44% (17/38)
2021-03-11T01:58:15.3016855Z Resolving deltas:  47% (18/38)
2021-03-11T01:58:15.3017294Z Resolving deltas:  50% (19/38)
2021-03-11T01:58:15.3017712Z Resolving deltas:  52% (20/38)
2021-03-11T01:58:15.3018541Z Resolving deltas:  55% (21/38)
2021-03-11T01:58:15.3018960Z Resolving deltas:  57% (22/38)
2021-03-11T01:58:15.3019548Z Resolving deltas:  60% (23/38)
2021-03-11T01:58:15.3020106Z Resolving deltas:  63% (24/38)
2021-03-11T01:58:15.3020894Z Resolving deltas:  65% (25/38)
2021-03-11T01:58:15.3021448Z Resolving deltas:  68% (26/38)
2021-03-11T01:58:15.3021980Z Resolving deltas:  71% (27/38)
2021-03-11T01:58:15.3022583Z Resolving deltas:  73% (28/38)
2021-03-11T01:58:15.3023130Z Resolving deltas:  76% (29/38)
2021-03-11T01:58:15.3023661Z Resolving deltas:  78% (30/38)
2021-03-11T01:58:15.3024213Z Resolving deltas:  81% (31/38)
2021-03-11T01:58:15.3024749Z Resolving deltas:  84% (32/38)
2021-03-11T01:58:15.3025297Z Resolving deltas:  86% (33/38)
2021-03-11T01:58:15.3025843Z Resolving deltas:  89% (34/38)
2021-03-11T01:58:15.3026844Z Resolving deltas:  92% (35/38)
2021-03-11T01:58:15.3027453Z Resolving deltas:  94% (36/38)
2021-03-11T01:58:15.3027990Z Resolving deltas:  97% (37/38)
2021-03-11T01:58:15.3028507Z Resolving deltas: 100% (38/38)
2021-03-11T01:58:15.3030232Z Resolving deltas: 100% (38/38), done.
2021-03-11T01:58:15.3563229Z From https://github.com/spacemeshos/go-spacemesh
2021-03-11T01:58:15.3613139Z  * [new ref]         f15613812df68543e4cffb27c11049af801daa71 -> origin/develop
2021-03-11T01:58:15.3658016Z ##[endgroup]
2021-03-11T01:58:15.3661453Z ##[group]Determining the checkout info
2021-03-11T01:58:15.3662135Z ##[endgroup]
2021-03-11T01:58:15.3662829Z ##[group]Checking out the ref
2021-03-11T01:58:15.3664114Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2021-03-11T01:58:15.4530641Z Switched to a new branch 'develop'
2021-03-11T01:58:15.4537447Z Branch 'develop' set up to track remote branch 'develop' from 'origin'.
2021-03-11T01:58:15.4572709Z ##[endgroup]
2021-03-11T01:58:15.4726579Z [command]/usr/bin/git log -1 --format='%H'
2021-03-11T01:58:15.4772839Z 'f15613812df68543e4cffb27c11049af801daa71'
2021-03-11T01:58:15.5075880Z ##[group]Run make dockerpush
2021-03-11T01:58:15.5076433Z �[36;1mmake dockerpush�[0m
2021-03-11T01:58:15.5120962Z shell: /usr/bin/bash -e {0}
2021-03-11T01:58:15.5121511Z env:
2021-03-11T01:58:15.5122445Z   DOCKER_USERNAME: ***
2021-03-11T01:58:15.5122948Z   DOCKER_PASSWORD: ***
2021-03-11T01:58:15.5123330Z ##[endgroup]
2021-03-11T01:58:15.5746209Z docker build -t go-spacemesh:develop .
2021-03-11T01:58:16.6756369Z Sending build context to Docker daemon  5.142MB
2021-03-11T01:58:16.6765009Z 
2021-03-11T01:58:16.6867802Z Step 1/29 : FROM golang:1.14.4-alpine3.12 AS build_base
2021-03-11T01:58:17.0128748Z 1.14.4-alpine3.12: Pulling from library/golang
2021-03-11T01:58:17.0853777Z df20fa9351a1: Pulling fs layer
2021-03-11T01:58:17.0856090Z ed8968b2872e: Pulling fs layer
2021-03-11T01:58:17.0856674Z a92cc7c5fd73: Pulling fs layer
2021-03-11T01:58:17.0858925Z 9e0cccf56431: Pulling fs layer
2021-03-11T01:58:17.0861159Z cbe0275821fc: Pulling fs layer
2021-03-11T01:58:17.0863542Z 9e0cccf56431: Waiting
2021-03-11T01:58:17.0865746Z cbe0275821fc: Waiting
2021-03-11T01:58:17.2002482Z ed8968b2872e: Verifying Checksum
2021-03-11T01:58:17.2007201Z ed8968b2872e: Download complete
2021-03-11T01:58:17.2144663Z df20fa9351a1: Verifying Checksum
2021-03-11T01:58:17.2451530Z a92cc7c5fd73: Verifying Checksum
2021-03-11T01:58:17.2455777Z a92cc7c5fd73: Download complete
2021-03-11T01:58:17.3224645Z cbe0275821fc: Verifying Checksum
2021-03-11T01:58:17.3228069Z cbe0275821fc: Download complete
2021-03-11T01:58:17.5627347Z df20fa9351a1: Pull complete
2021-03-11T01:58:17.8360349Z ed8968b2872e: Pull complete
2021-03-11T01:58:18.0055577Z a92cc7c5fd73: Pull complete
2021-03-11T01:58:18.8837414Z 9e0cccf56431: Verifying Checksum
2021-03-11T01:58:18.8837980Z 9e0cccf56431: Download complete
2021-03-11T01:58:23.2892588Z 9e0cccf56431: Pull complete
2021-03-11T01:58:23.3557435Z cbe0275821fc: Pull complete
2021-03-11T01:58:23.3618832Z Digest: sha256:6042b9cfb4eb303f3bdcbfeaba79b45130d170939318de85ac5b9508cb6f0f7e
2021-03-11T01:58:23.3643530Z Status: Downloaded newer image for golang:1.14.4-alpine3.12
2021-03-11T01:58:23.3660790Z  ---> 3289bf11c284
2021-03-11T01:58:23.3661732Z Step 2/29 : RUN apk add bash make git curl unzip rsync libc6-compat gcc musl-dev lsof
2021-03-11T01:58:29.2607732Z  ---> Running in 27dc781ca505
2021-03-11T01:58:29.6777033Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
2021-03-11T01:58:29.7660834Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
2021-03-11T01:58:29.9340097Z (1/30) Upgrading musl (1.1.24-r8 -> 1.1.24-r10)
2021-03-11T01:58:29.9496103Z (2/30) Installing ncurses-terminfo-base (6.2_p20200523-r0)
2021-03-11T01:58:29.9588412Z (3/30) Installing ncurses-libs (6.2_p20200523-r0)
2021-03-11T01:58:29.9709877Z (4/30) Installing readline (8.0.4-r0)
2021-03-11T01:58:29.9797735Z (5/30) Installing bash (5.0.17-r0)
2021-03-11T01:58:30.0008895Z Executing bash-5.0.17-r0.post-install
2021-03-11T01:58:30.0031991Z (6/30) Installing nghttp2-libs (1.41.0-r0)
2021-03-11T01:58:30.0109324Z (7/30) Installing libcurl (7.69.1-r3)
2021-03-11T01:58:30.0219762Z (8/30) Installing curl (7.69.1-r3)
2021-03-11T01:58:30.0387754Z (9/30) Installing libgcc (9.3.0-r2)
2021-03-11T01:58:30.0455673Z (10/30) Installing libstdc++ (9.3.0-r2)
2021-03-11T01:58:30.0654454Z (11/30) Installing binutils (2.34-r1)
2021-03-11T01:58:30.1500581Z (12/30) Installing gmp (6.2.0-r0)
2021-03-11T01:58:30.1610196Z (13/30) Installing isl (0.18-r0)
2021-03-11T01:58:30.1810955Z (14/30) Installing libgomp (9.3.0-r2)
2021-03-11T01:58:30.1887239Z (15/30) Installing libatomic (9.3.0-r2)
2021-03-11T01:58:30.1950061Z (16/30) Installing libgphobos (9.3.0-r2)
2021-03-11T01:58:30.2430155Z (17/30) Installing mpfr4 (4.0.2-r4)
2021-03-11T01:58:30.2532030Z (18/30) Installing mpc1 (1.1.0-r1)
2021-03-11T01:58:30.2599167Z (19/30) Installing gcc (9.3.0-r2)
2021-03-11T01:58:31.1512694Z (20/30) Installing expat (2.2.9-r1)
2021-03-11T01:58:31.1587059Z (21/30) Installing pcre2 (10.35-r0)
2021-03-11T01:58:31.1712155Z (22/30) Installing git (2.26.3-r0)
2021-03-11T01:58:31.3403560Z (23/30) Installing libc6-compat (1.1.24-r10)
2021-03-11T01:58:31.3465616Z (24/30) Installing lsof (4.93.2-r0)
2021-03-11T01:58:31.3546861Z (25/30) Installing make (4.3-r0)
2021-03-11T01:58:31.3628194Z (26/30) Installing musl-dev (1.1.24-r10)
2021-03-11T01:58:31.4475609Z (27/30) Installing libacl (2.2.53-r0)
2021-03-11T01:58:31.4538542Z (28/30) Installing popt (1.16-r7)
2021-03-11T01:58:31.4777583Z (29/30) Installing rsync (3.1.3-r3)
2021-03-11T01:58:31.4891398Z (30/30) Installing unzip (6.0-r8)
2021-03-11T01:58:31.4995616Z Executing busybox-1.31.1-r16.trigger
2021-03-11T01:58:31.5051563Z OK: 160 MiB in 44 packages
2021-03-11T01:58:37.9242385Z Removing intermediate container 27dc781ca505
2021-03-11T01:58:37.9246381Z  ---> 60631c329b2a
2021-03-11T01:58:37.9247213Z Step 3/29 : WORKDIR /go/src/github.com/spacemeshos/go-spacemesh
2021-03-11T01:58:37.9477056Z  ---> Running in 593590a34772
2021-03-11T01:58:38.4715865Z Removing intermediate container 593590a34772
2021-03-11T01:58:38.4717070Z  ---> bfd9787ece1c
2021-03-11T01:58:38.4717522Z Step 4/29 : ENV GO111MODULE=on
2021-03-11T01:58:38.5006172Z  ---> Running in a06592f11ea5
2021-03-11T01:58:39.0291005Z Removing intermediate container a06592f11ea5
2021-03-11T01:58:39.0292826Z  ---> 8cb192db52b8
2021-03-11T01:58:39.0293427Z Step 5/29 : ENV GOPROXY=https://proxy.golang.org
2021-03-11T01:58:39.0532469Z  ---> Running in 4ec837526e04
2021-03-11T01:58:40.0289279Z Removing intermediate container 4ec837526e04
2021-03-11T01:58:40.0290915Z  ---> b2638ee80a08
2021-03-11T01:58:40.0291857Z Step 6/29 : COPY go.mod .
2021-03-11T01:58:41.0305145Z  ---> ff1fe642580a
2021-03-11T01:58:41.0305615Z Step 7/29 : COPY go.sum .
2021-03-11T01:58:42.0412549Z  ---> 229db36901ec
2021-03-11T01:58:42.0413034Z Step 8/29 : RUN go mod download
2021-03-11T01:58:42.0721364Z  ---> Running in fd58e5615020
2021-03-11T01:59:19.0556413Z Removing intermediate container fd58e5615020
2021-03-11T01:59:19.0557983Z  ---> 1667983c8334
2021-03-11T01:59:19.0558751Z Step 9/29 : COPY setup_env.sh .
2021-03-11T01:59:20.9947167Z  ---> 8cad17f8e421
2021-03-11T01:59:20.9947638Z Step 10/29 : COPY scripts/* scripts/
2021-03-11T01:59:22.7836306Z  ---> 85420f6f5767
2021-03-11T01:59:22.7836786Z Step 11/29 : RUN ./setup_env.sh
2021-03-11T01:59:22.8280234Z  ---> Running in 3d547721a6f7
2021-03-11T01:59:28.4704640Z setup complete 🎉
2021-03-11T01:59:32.2602755Z Removing intermediate container 3d547721a6f7
2021-03-11T01:59:32.2603866Z  ---> 92f16ed394ae
2021-03-11T01:59:32.2604350Z Step 12/29 : RUN go get github.com/golang/snappy@v0.0.1
2021-03-11T01:59:32.2827289Z  ---> Running in a0ce2061d301
2021-03-11T01:59:34.8506502Z Removing intermediate container a0ce2061d301
2021-03-11T01:59:34.8507657Z  ---> 3337b4e8f40c
2021-03-11T01:59:34.8508251Z Step 13/29 : FROM build_base AS server_builder
2021-03-11T01:59:34.8508783Z  ---> 3337b4e8f40c
2021-03-11T01:59:34.8509294Z Step 14/29 : COPY . .
2021-03-11T01:59:37.1056738Z  ---> 8cfaa77bf12d
2021-03-11T01:59:37.1057522Z Step 15/29 : RUN make build
2021-03-11T01:59:37.1424462Z  ---> Running in 478ae70a0b25
2021-03-11T01:59:37.4821438Z go build -ldflags "-X main.version=v0.0.0-unreleased -X main.commit=f15613812df68543e4cffb27c11049af801daa71 -X main.branch=develop" -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-spacemesh
2021-03-11T02:00:11.9002860Z Removing intermediate container 478ae70a0b25
2021-03-11T02:00:11.9004890Z  ---> f27b6527e56a
2021-03-11T02:00:11.9005734Z Step 16/29 : RUN make hare
2021-03-11T02:00:11.9235377Z  ---> Running in 7f328c7e3f72
2021-03-11T02:00:12.2399060Z cd cmd/hare ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-hare
2021-03-11T02:00:17.9028007Z Removing intermediate container 7f328c7e3f72
2021-03-11T02:00:17.9029199Z  ---> 5f05d8d3d3ed
2021-03-11T02:00:17.9029633Z Step 17/29 : RUN make p2p
2021-03-11T02:00:17.9266177Z  ---> Running in 452252a6503e
2021-03-11T02:00:18.2779585Z cd cmd/p2p ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-p2p
2021-03-11T02:00:24.0941086Z Removing intermediate container 452252a6503e
2021-03-11T02:00:24.0942544Z  ---> 17be834490fe
2021-03-11T02:00:24.0942937Z Step 18/29 : RUN make sync
2021-03-11T02:00:24.1415650Z  ---> Running in 8a729a769d6c
2021-03-11T02:00:24.4319758Z cd cmd/sync ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-sync
2021-03-11T02:00:32.1951695Z Removing intermediate container 8a729a769d6c
2021-03-11T02:00:32.1953031Z  ---> 6645160d9ac4
2021-03-11T02:00:32.1953616Z Step 19/29 : RUN make harness
2021-03-11T02:00:32.2178934Z  ---> Running in 29b2a7c66793
2021-03-11T02:00:32.5375124Z cd cmd/integration ; go build -o /go/src/github.com/spacemeshos/go-spacemesh/build/go-harness
2021-03-11T02:00:36.5473204Z Removing intermediate container 29b2a7c66793
2021-03-11T02:00:36.5474344Z  ---> c1eaf372a355
2021-03-11T02:00:36.5474806Z Step 20/29 : FROM alpine AS spacemesh
2021-03-11T02:00:36.8143516Z latest: Pulling from library/alpine
2021-03-11T02:00:36.8975324Z ba3557a56b15: Pulling fs layer
2021-03-11T02:00:37.0485772Z ba3557a56b15: Verifying Checksum
2021-03-11T02:00:37.0486316Z ba3557a56b15: Download complete
2021-03-11T02:00:37.1994614Z ba3557a56b15: Pull complete
2021-03-11T02:00:37.2045140Z Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
2021-03-11T02:00:37.2062146Z Status: Downloaded newer image for alpine:latest
2021-03-11T02:00:37.2078307Z  ---> 28f6e2705743
2021-03-11T02:00:37.2079958Z Step 21/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-spacemesh /bin/go-spacemesh
2021-03-11T02:00:39.0140412Z  ---> f90c984d104a
2021-03-11T02:00:39.0173232Z Step 22/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-hare /bin/go-hare
2021-03-11T02:00:40.6925613Z  ---> 6ab254571030
2021-03-11T02:00:40.6927550Z Step 23/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-p2p /bin/go-p2p
2021-03-11T02:00:41.8804635Z  ---> 97ffea5d89f7
2021-03-11T02:00:41.8805792Z Step 24/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-sync /bin/go-sync
2021-03-11T02:00:43.7961751Z  ---> b309b6f8c8f4
2021-03-11T02:00:43.7965629Z Step 25/29 : COPY --from=server_builder /go/src/github.com/spacemeshos/go-spacemesh/build/go-harness /bin/go-harness
2021-03-11T02:00:44.5034827Z  ---> 22afc78c117b
2021-03-11T02:00:44.5035599Z Step 26/29 : ENTRYPOINT ["/bin/go-harness"]
2021-03-11T02:00:44.5376521Z  ---> Running in 7aa99170fd11
2021-03-11T02:00:45.0073480Z Removing intermediate container 7aa99170fd11
2021-03-11T02:00:45.0075031Z  ---> 1c72af4971fa
2021-03-11T02:00:45.0075602Z Step 27/29 : EXPOSE 7513
2021-03-11T02:00:45.0256123Z  ---> Running in 7d0a6f44043f
2021-03-11T02:00:46.0085733Z Removing intermediate container 7d0a6f44043f
2021-03-11T02:00:46.0086990Z  ---> a1b13f8092c9
2021-03-11T02:00:46.0087562Z Step 28/29 : EXPOSE 6060
2021-03-11T02:00:46.0287941Z  ---> Running in ee405ab7c981
2021-03-11T02:00:47.0083359Z Removing intermediate container ee405ab7c981
2021-03-11T02:00:47.0085015Z  ---> aa32595aaa9c
2021-03-11T02:00:47.0085665Z Step 29/29 : EXPOSE 56565
2021-03-11T02:00:47.0263020Z  ---> Running in 8dc58383f95a
2021-03-11T02:00:48.0080224Z Removing intermediate container 8dc58383f95a
2021-03-11T02:00:48.0082037Z  ---> f3ed6a628d3c
2021-03-11T02:00:48.0201605Z Successfully built f3ed6a628d3c
2021-03-11T02:00:48.0253008Z Successfully tagged go-spacemesh:develop
2021-03-11T02:00:48.0333306Z echo "***" | docker login -u "***" --password-stdin
2021-03-11T02:00:48.2045873Z WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
2021-03-11T02:00:48.2047384Z Configure a credential helper to remove this warning. See
2021-03-11T02:00:48.2049430Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store
2021-03-11T02:00:48.2050664Z 
2021-03-11T02:00:48.2051175Z Login Succeeded
2021-03-11T02:00:48.2087918Z docker tag go-spacemesh:develop spacemeshos/go-spacemesh:develop
2021-03-11T02:00:48.2555076Z docker push spacemeshos/go-spacemesh:develop
2021-03-11T02:00:48.3134536Z The push refers to repository [docker.io/spacemeshos/go-spacemesh]
2021-03-11T02:00:48.3463618Z c711bd231f29: Preparing
2021-03-11T02:00:48.3465331Z 11d4c7978f58: Preparing
2021-03-11T02:00:48.3467475Z 1f6cb539ec5b: Preparing
2021-03-11T02:00:48.3468375Z 811663c80e0c: Preparing
2021-03-11T02:00:48.3468893Z 2ecf6b3355d4: Preparing
2021-03-11T02:00:48.3469754Z cb381a32b229: Preparing
2021-03-11T02:00:48.3470196Z cb381a32b229: Waiting
2021-03-11T02:00:53.6790554Z 2ecf6b3355d4: Pushed
2021-03-11T02:00:53.7623566Z cb381a32b229: Layer already exists
2021-03-11T02:00:53.9281872Z 811663c80e0c: Pushed
2021-03-11T02:00:54.0691748Z c711bd231f29: Pushed
2021-03-11T02:00:54.3952417Z 11d4c7978f58: Pushed
2021-03-11T02:00:55.2154430Z 1f6cb539ec5b: Pushed
2021-03-11T02:00:57.7320744Z develop: digest: sha256:5550ad6f447a257d9cc7fb10e63611cea1193c6ac42529aa5b8f57c362e3fd38 size: 1587
2021-03-11T02:00:57.7360989Z docker tag go-spacemesh:develop spacemeshos/go-spacemesh:f156138
2021-03-11T02:00:57.7813121Z docker push spacemeshos/go-spacemesh:f156138
2021-03-11T02:00:57.8361269Z The push refers to repository [docker.io/spacemeshos/go-spacemesh]
2021-03-11T02:00:57.8670349Z c711bd231f29: Preparing
2021-03-11T02:00:57.8671595Z 11d4c7978f58: Preparing
2021-03-11T02:00:57.8672630Z 1f6cb539ec5b: Preparing
2021-03-11T02:00:57.8673133Z 811663c80e0c: Preparing
2021-03-11T02:00:57.8673598Z 2ecf6b3355d4: Preparing
2021-03-11T02:00:57.8674049Z cb381a32b229: Preparing
2021-03-11T02:00:57.8674550Z cb381a32b229: Waiting
2021-03-11T02:00:57.9980579Z 811663c80e0c: Layer already exists
2021-03-11T02:00:58.0089991Z 11d4c7978f58: Layer already exists
2021-03-11T02:00:58.0099699Z c711bd231f29: Layer already exists
2021-03-11T02:00:58.0158259Z 2ecf6b3355d4: Layer already exists
2021-03-11T02:00:58.0210862Z 1f6cb539ec5b: Layer already exists
2021-03-11T02:00:58.0909862Z cb381a32b229: Layer already exists
2021-03-11T02:00:58.3612767Z f156138: digest: sha256:5550ad6f447a257d9cc7fb10e63611cea1193c6ac42529aa5b8f57c362e3fd38 size: 1587
2021-03-11T02:00:58.3747098Z Post job cleanup.
2021-03-11T02:00:58.4779318Z [command]/usr/bin/git version
2021-03-11T02:00:58.4845777Z git version 2.30.1
2021-03-11T02:00:58.4886168Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-11T02:00:58.4926958Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-11T02:00:58.5178379Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-11T02:00:58.5218280Z http.https://github.com/.extraheader
2021-03-11T02:00:58.5227890Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-03-11T02:00:58.5266782Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-11T02:00:58.5559622Z Cleaning up orphan processes

@lrettig
Copy link
Member

lrettig commented Mar 11, 2021

I've also confirmed that both the time and the hash of the image currently on dockerhub for develop match the one pushed in the above log:

image

However, I can't check if the same is true of the staging image since it's been replaced since and, as Noam pointed out, there are no logs on dockerhub. I agree that this is the most likely explanation for what happened - either the staging image somehow failed to upload to dockerhub, or there's some sort of race condition and the test pods received an older image, or some other process somehow replaced it before the tests began running.

bors bot pushed a commit that referenced this issue Mar 14, 2021
## Motivation
#2296 broke system tests (see #2328). This fixes them, by updating them to look for the new log format.

## Changes
Update the logs that system tests are looking for to match the new format

## Test Plan
N/A
bors bot pushed a commit that referenced this issue Mar 14, 2021
## Motivation
#2296 broke system tests (see #2328). This fixes them, by updating them to look for the new log format.

## Changes
Update the logs that system tests are looking for to match the new format

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 14, 2021
## Motivation
#2296 broke system tests (see #2328). This fixes them, by updating them to look for the new log format.

## Changes
Update the logs that system tests are looking for to match the new format

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 19, 2021
## Motivation
#2296 broke system tests (see #2328). This fixes them, by updating them to look for the new log format.

## Changes
Update the logs that system tests are looking for to match the new format

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 20, 2021
## Motivation
#2296 broke system tests (see #2328). This fixes them, by updating them to look for the new log format.

## Changes
Update the logs that system tests are looking for to match the new format

## Test Plan
N/A
bors bot pushed a commit that referenced this issue Mar 26, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
@bors bors bot closed this as completed in 746c085 Mar 26, 2021
lrettig added a commit that referenced this issue Mar 30, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 30, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 30, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
lrettig added a commit that referenced this issue Mar 31, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
lrettig added a commit that referenced this issue Apr 1, 2021
## Motivation
Closes #2328

## Changes
For staging branch, i.e., for `bors merge` runs, use commithash rather than branch name (`staging`) as docker image tag to ensure that bors is running tests against the right code

## Test Plan
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants