Skip to content

Instantly share code, notes, and snippets.

@milkyklim
Created September 16, 2020 12:43
Show Gist options
  • Save milkyklim/7678ae0cc9248e3356a08a78e17c61c9 to your computer and use it in GitHub Desktop.
Save milkyklim/7678ae0cc9248e3356a08a78e17c61c9 to your computer and use it in GitHub Desktop.
2020-09-15T21:16:21.6712850Z ##[section]Starting: Request a runner to run this job
2020-09-15T21:16:22.3333597Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-09-15T21:16:22.3333707Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-09-15T21:16:22.3333924Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-09-15T21:16:22.4646142Z ##[section]Finishing: Request a runner to run this job
2020-09-15T21:16:29.4255548Z Current runner version: '2.273.2'
2020-09-15T21:16:29.4298589Z ##[group]Operating System
2020-09-15T21:16:29.4299592Z Ubuntu
2020-09-15T21:16:29.4300049Z 18.04.5
2020-09-15T21:16:29.4300451Z LTS
2020-09-15T21:16:29.4300831Z ##[endgroup]
2020-09-15T21:16:29.4301403Z ##[group]Virtual Environment
2020-09-15T21:16:29.4301994Z Environment: ubuntu-18.04
2020-09-15T21:16:29.4302472Z Version: 20200908.1
2020-09-15T21:16:29.4303471Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200908.1/images/linux/Ubuntu1804-README.md
2020-09-15T21:16:29.4304404Z ##[endgroup]
2020-09-15T21:16:29.4305914Z Prepare workflow directory
2020-09-15T21:16:29.4565643Z Prepare all required actions
2020-09-15T21:16:29.4581414Z Download action repository 'actions/checkout@v1'
2020-09-15T21:16:30.7907817Z Download action repository 'actions/cache@v2'
2020-09-15T21:16:31.3203630Z Download action repository 'actions/setup-node@v1'
2020-09-15T21:16:32.2703337Z Download action repository 'actions/setup-python@v1'
2020-09-15T21:16:32.6650191Z ##[group]Run if [ -z "$ETHERSCAN_TOKEN" ] ; then
2020-09-15T21:16:32.6650712Z if [ -z "$ETHERSCAN_TOKEN" ] ; then
2020-09-15T21:16:32.6651122Z  echo "Missing ENV variable ETHERSCAN_TOKEN"
2020-09-15T21:16:32.6651462Z  exit 1
2020-09-15T21:16:32.6651687Z fi
2020-09-15T21:16:32.6687262Z shell: /bin/bash -e {0}
2020-09-15T21:16:32.6687698Z env:
2020-09-15T21:16:32.6688406Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:32.6688936Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:32.6689228Z ##[endgroup]
2020-09-15T21:16:32.6835278Z ##[group]Run if [ -z "$WEB3_INFURA_PROJECT_ID" ] ; then
2020-09-15T21:16:32.6835857Z if [ -z "$WEB3_INFURA_PROJECT_ID" ] ; then
2020-09-15T21:16:32.6836387Z  echo "Missing ENV variable WEB3_INFURA_PROJECT_ID"
2020-09-15T21:16:32.6836828Z  exit 1
2020-09-15T21:16:32.6837114Z fi
2020-09-15T21:16:32.6876974Z shell: /bin/bash -e {0}
2020-09-15T21:16:32.6877299Z env:
2020-09-15T21:16:32.6878169Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:32.6878797Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:32.6879164Z ##[endgroup]
2020-09-15T21:16:32.7003774Z ##[group]Run actions/checkout@v1
2020-09-15T21:16:32.7004209Z with:
2020-09-15T21:16:32.7004513Z clean: true
2020-09-15T21:16:32.7004804Z env:
2020-09-15T21:16:32.7005462Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:32.7006083Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:32.7006453Z ##[endgroup]
2020-09-15T21:16:32.9913830Z Syncing repository: iearn-finance/yearn-protocol
2020-09-15T21:16:33.0080204Z ##[command]git version
2020-09-15T21:16:33.0351608Z git version 2.28.0
2020-09-15T21:16:33.0455041Z ##[command]git lfs version
2020-09-15T21:16:33.2085697Z git-lfs/2.12.0 (GitHub; linux amd64; go 1.13.4)
2020-09-15T21:16:33.2276552Z ##[command]git init "/home/runner/work/yearn-protocol/yearn-protocol"
2020-09-15T21:16:33.2403608Z Initialized empty Git repository in /home/runner/work/yearn-protocol/yearn-protocol/.git/
2020-09-15T21:16:33.2442808Z ##[command]git remote add origin https://github.com/iearn-finance/yearn-protocol
2020-09-15T21:16:33.2534835Z ##[command]git config gc.auto 0
2020-09-15T21:16:33.2574807Z ##[command]git config --get-all http.https://github.com/iearn-finance/yearn-protocol.extraheader
2020-09-15T21:16:33.2704981Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/*
2020-09-15T21:16:33.6220417Z remote: Enumerating objects: 297, done.
2020-09-15T21:16:33.6228789Z remote: Counting objects: 0% (1/297)
2020-09-15T21:16:33.6229591Z remote: Counting objects: 1% (3/297)
2020-09-15T21:16:33.6230943Z remote: Counting objects: 2% (6/297)
2020-09-15T21:16:33.6231836Z remote: Counting objects: 3% (9/297)
2020-09-15T21:16:33.6232348Z remote: Counting objects: 4% (12/297)
2020-09-15T21:16:33.6234528Z remote: Counting objects: 5% (15/297)
2020-09-15T21:16:33.6235397Z remote: Counting objects: 6% (18/297)
2020-09-15T21:16:33.6236352Z remote: Counting objects: 7% (21/297)
2020-09-15T21:16:33.6237756Z remote: Counting objects: 8% (24/297)
2020-09-15T21:16:33.6238736Z remote: Counting objects: 9% (27/297)
2020-09-15T21:16:33.6239592Z remote: Counting objects: 10% (30/297)
2020-09-15T21:16:33.6240448Z remote: Counting objects: 11% (33/297)
2020-09-15T21:16:33.6241107Z remote: Counting objects: 12% (36/297)
2020-09-15T21:16:33.6241782Z remote: Counting objects: 13% (39/297)
2020-09-15T21:16:33.6242424Z remote: Counting objects: 14% (42/297)
2020-09-15T21:16:33.6243083Z remote: Counting objects: 15% (45/297)
2020-09-15T21:16:33.6243694Z remote: Counting objects: 16% (48/297)
2020-09-15T21:16:33.6244356Z remote: Counting objects: 17% (51/297)
2020-09-15T21:16:33.6244966Z remote: Counting objects: 18% (54/297)
2020-09-15T21:16:33.6246056Z remote: Counting objects: 19% (57/297)
2020-09-15T21:16:33.6246738Z remote: Counting objects: 20% (60/297)
2020-09-15T21:16:33.6247410Z remote: Counting objects: 21% (63/297)
2020-09-15T21:16:33.6248084Z remote: Counting objects: 22% (66/297)
2020-09-15T21:16:33.6248786Z remote: Counting objects: 23% (69/297)
2020-09-15T21:16:33.6249574Z remote: Counting objects: 24% (72/297)
2020-09-15T21:16:33.6250385Z remote: Counting objects: 25% (75/297)
2020-09-15T21:16:33.6250971Z remote: Counting objects: 26% (78/297)
2020-09-15T21:16:33.6251439Z remote: Counting objects: 27% (81/297)
2020-09-15T21:16:33.6251902Z remote: Counting objects: 28% (84/297)
2020-09-15T21:16:33.6252359Z remote: Counting objects: 29% (87/297)
2020-09-15T21:16:33.6252814Z remote: Counting objects: 30% (90/297)
2020-09-15T21:16:33.6253268Z remote: Counting objects: 31% (93/297)
2020-09-15T21:16:33.6253864Z remote: Counting objects: 32% (96/297)
2020-09-15T21:16:33.6254347Z remote: Counting objects: 33% (99/297)
2020-09-15T21:16:33.6255040Z remote: Counting objects: 34% (101/297)
2020-09-15T21:16:33.6255535Z remote: Counting objects: 35% (104/297)
2020-09-15T21:16:33.6255988Z remote: Counting objects: 36% (107/297)
2020-09-15T21:16:33.6256443Z remote: Counting objects: 37% (110/297)
2020-09-15T21:16:33.6256896Z remote: Counting objects: 38% (113/297)
2020-09-15T21:16:33.6257351Z remote: Counting objects: 39% (116/297)
2020-09-15T21:16:33.6257804Z remote: Counting objects: 40% (119/297)
2020-09-15T21:16:33.6258258Z remote: Counting objects: 41% (122/297)
2020-09-15T21:16:33.6258708Z remote: Counting objects: 42% (125/297)
2020-09-15T21:16:33.6259162Z remote: Counting objects: 43% (128/297)
2020-09-15T21:16:33.6259612Z remote: Counting objects: 44% (131/297)
2020-09-15T21:16:33.6260067Z remote: Counting objects: 45% (134/297)
2020-09-15T21:16:33.6260533Z remote: Counting objects: 46% (137/297)
2020-09-15T21:16:33.6260993Z remote: Counting objects: 47% (140/297)
2020-09-15T21:16:33.6261446Z remote: Counting objects: 48% (143/297)
2020-09-15T21:16:33.6261895Z remote: Counting objects: 49% (146/297)
2020-09-15T21:16:33.6262348Z remote: Counting objects: 50% (149/297)
2020-09-15T21:16:33.6262800Z remote: Counting objects: 51% (152/297)
2020-09-15T21:16:33.6263255Z remote: Counting objects: 52% (155/297)
2020-09-15T21:16:33.6263705Z remote: Counting objects: 53% (158/297)
2020-09-15T21:16:33.6264156Z remote: Counting objects: 54% (161/297)
2020-09-15T21:16:33.6264608Z remote: Counting objects: 55% (164/297)
2020-09-15T21:16:33.6265062Z remote: Counting objects: 56% (167/297)
2020-09-15T21:16:33.6265776Z remote: Counting objects: 57% (170/297)
2020-09-15T21:16:33.6266239Z remote: Counting objects: 58% (173/297)
2020-09-15T21:16:33.6266863Z remote: Counting objects: 59% (176/297)
2020-09-15T21:16:33.6267317Z remote: Counting objects: 60% (179/297)
2020-09-15T21:16:33.6267780Z remote: Counting objects: 61% (182/297)
2020-09-15T21:16:33.6268233Z remote: Counting objects: 62% (185/297)
2020-09-15T21:16:33.6268687Z remote: Counting objects: 63% (188/297)
2020-09-15T21:16:33.6269139Z remote: Counting objects: 64% (191/297)
2020-09-15T21:16:33.6269590Z remote: Counting objects: 65% (194/297)
2020-09-15T21:16:33.6270047Z remote: Counting objects: 66% (197/297)
2020-09-15T21:16:33.6270500Z remote: Counting objects: 67% (199/297)
2020-09-15T21:16:33.6270951Z remote: Counting objects: 68% (202/297)
2020-09-15T21:16:33.6271406Z remote: Counting objects: 69% (205/297)
2020-09-15T21:16:33.6271857Z remote: Counting objects: 70% (208/297)
2020-09-15T21:16:33.6272312Z remote: Counting objects: 71% (211/297)
2020-09-15T21:16:33.6272778Z remote: Counting objects: 72% (214/297)
2020-09-15T21:16:33.6273229Z remote: Counting objects: 73% (217/297)
2020-09-15T21:16:33.6273692Z remote: Counting objects: 74% (220/297)
2020-09-15T21:16:33.6274149Z remote: Counting objects: 75% (223/297)
2020-09-15T21:16:33.6274602Z remote: Counting objects: 76% (226/297)
2020-09-15T21:16:33.6275059Z remote: Counting objects: 77% (229/297)
2020-09-15T21:16:33.6275509Z remote: Counting objects: 78% (232/297)
2020-09-15T21:16:33.6275961Z remote: Counting objects: 79% (235/297)
2020-09-15T21:16:33.6276415Z remote: Counting objects: 80% (238/297)
2020-09-15T21:16:33.6276975Z remote: Counting objects: 81% (241/297)
2020-09-15T21:16:33.6277434Z remote: Counting objects: 82% (244/297)
2020-09-15T21:16:33.6278056Z remote: Counting objects: 83% (247/297)
2020-09-15T21:16:33.6278515Z remote: Counting objects: 84% (250/297)
2020-09-15T21:16:33.6278971Z remote: Counting objects: 85% (253/297)
2020-09-15T21:16:33.6279441Z remote: Counting objects: 86% (256/297)
2020-09-15T21:16:33.6280021Z remote: Counting objects: 87% (259/297)
2020-09-15T21:16:33.6280496Z remote: Counting objects: 88% (262/297)
2020-09-15T21:16:33.6280951Z remote: Counting objects: 89% (265/297)
2020-09-15T21:16:33.6281406Z remote: Counting objects: 90% (268/297)
2020-09-15T21:16:33.6281861Z remote: Counting objects: 91% (271/297)
2020-09-15T21:16:33.6282315Z remote: Counting objects: 92% (274/297)
2020-09-15T21:16:33.6282768Z remote: Counting objects: 93% (277/297)
2020-09-15T21:16:33.6283219Z remote: Counting objects: 94% (280/297)
2020-09-15T21:16:33.6283672Z remote: Counting objects: 95% (283/297)
2020-09-15T21:16:33.6284141Z remote: Counting objects: 96% (286/297)
2020-09-15T21:16:33.6284596Z remote: Counting objects: 97% (289/297)
2020-09-15T21:16:33.6285051Z remote: Counting objects: 98% (292/297)
2020-09-15T21:16:33.6285516Z remote: Counting objects: 99% (295/297)
2020-09-15T21:16:33.6285977Z remote: Counting objects: 100% (297/297)
2020-09-15T21:16:33.6286458Z remote: Counting objects: 100% (297/297), done.
2020-09-15T21:16:33.6286962Z remote: Compressing objects: 0% (1/158)
2020-09-15T21:16:33.6287465Z remote: Compressing objects: 1% (2/158)
2020-09-15T21:16:33.6287960Z remote: Compressing objects: 2% (4/158)
2020-09-15T21:16:33.6288456Z remote: Compressing objects: 3% (5/158)
2020-09-15T21:16:33.6288952Z remote: Compressing objects: 4% (7/158)
2020-09-15T21:16:33.6289444Z remote: Compressing objects: 5% (8/158)
2020-09-15T21:16:33.6289947Z remote: Compressing objects: 6% (10/158)
2020-09-15T21:16:33.6290444Z remote: Compressing objects: 7% (12/158)
2020-09-15T21:16:33.6290943Z remote: Compressing objects: 8% (13/158)
2020-09-15T21:16:33.6291439Z remote: Compressing objects: 9% (15/158)
2020-09-15T21:16:33.6292058Z remote: Compressing objects: 10% (16/158)
2020-09-15T21:16:33.6292569Z remote: Compressing objects: 11% (18/158)
2020-09-15T21:16:33.6293068Z remote: Compressing objects: 12% (19/158)
2020-09-15T21:16:33.6293565Z remote: Compressing objects: 13% (21/158)
2020-09-15T21:16:33.6294062Z remote: Compressing objects: 14% (23/158)
2020-09-15T21:16:33.6294560Z remote: Compressing objects: 15% (24/158)
2020-09-15T21:16:33.6295056Z remote: Compressing objects: 16% (26/158)
2020-09-15T21:16:33.6295550Z remote: Compressing objects: 17% (27/158)
2020-09-15T21:16:33.6296048Z remote: Compressing objects: 18% (29/158)
2020-09-15T21:16:33.6296544Z remote: Compressing objects: 19% (31/158)
2020-09-15T21:16:33.6297038Z remote: Compressing objects: 20% (32/158)
2020-09-15T21:16:33.6297532Z remote: Compressing objects: 21% (34/158)
2020-09-15T21:16:33.6298038Z remote: Compressing objects: 22% (35/158)
2020-09-15T21:16:33.6298620Z remote: Compressing objects: 23% (37/158)
2020-09-15T21:16:33.6299256Z remote: Compressing objects: 24% (38/158)
2020-09-15T21:16:33.6299837Z remote: Compressing objects: 25% (40/158)
2020-09-15T21:16:33.6300382Z remote: Compressing objects: 26% (42/158)
2020-09-15T21:16:33.6300924Z remote: Compressing objects: 27% (43/158)
2020-09-15T21:16:33.6301467Z remote: Compressing objects: 28% (45/158)
2020-09-15T21:16:33.6302027Z remote: Compressing objects: 29% (46/158)
2020-09-15T21:16:33.6302569Z remote: Compressing objects: 30% (48/158)
2020-09-15T21:16:33.6303138Z remote: Compressing objects: 31% (49/158)
2020-09-15T21:16:33.6303680Z remote: Compressing objects: 32% (51/158)
2020-09-15T21:16:33.6304236Z remote: Compressing objects: 33% (53/158)
2020-09-15T21:16:33.6304777Z remote: Compressing objects: 34% (54/158)
2020-09-15T21:16:33.6305330Z remote: Compressing objects: 35% (56/158)
2020-09-15T21:16:33.6305968Z remote: Compressing objects: 36% (57/158)
2020-09-15T21:16:33.6306534Z remote: Compressing objects: 37% (59/158)
2020-09-15T21:16:33.6307075Z remote: Compressing objects: 38% (61/158)
2020-09-15T21:16:33.6307684Z remote: Compressing objects: 39% (62/158)
2020-09-15T21:16:33.6308245Z remote: Compressing objects: 40% (64/158)
2020-09-15T21:16:33.6308843Z remote: Compressing objects: 41% (65/158)
2020-09-15T21:16:33.6309390Z remote: Compressing objects: 42% (67/158)
2020-09-15T21:16:33.6309930Z remote: Compressing objects: 43% (68/158)
2020-09-15T21:16:33.6310472Z remote: Compressing objects: 44% (70/158)
2020-09-15T21:16:33.6311013Z remote: Compressing objects: 45% (72/158)
2020-09-15T21:16:33.6311548Z remote: Compressing objects: 46% (73/158)
2020-09-15T21:16:33.6312144Z remote: Compressing objects: 47% (75/158)
2020-09-15T21:16:33.6312702Z remote: Compressing objects: 48% (76/158)
2020-09-15T21:16:33.6319774Z remote: Compressing objects: 49% (78/158)
2020-09-15T21:16:33.6320639Z remote: Compressing objects: 50% (79/158)
2020-09-15T21:16:33.6325462Z remote: Compressing objects: 51% (81/158)
2020-09-15T21:16:33.6326017Z remote: Compressing objects: 52% (83/158)
2020-09-15T21:16:33.6326555Z remote: Compressing objects: 53% (84/158)
2020-09-15T21:16:33.6327178Z remote: Compressing objects: 54% (86/158)
2020-09-15T21:16:33.6327724Z remote: Compressing objects: 55% (87/158)
2020-09-15T21:16:33.6328268Z remote: Compressing objects: 56% (89/158)
2020-09-15T21:16:33.6328811Z remote: Compressing objects: 57% (91/158)
2020-09-15T21:16:33.6329353Z remote: Compressing objects: 58% (92/158)
2020-09-15T21:16:33.6329934Z remote: Compressing objects: 59% (94/158)
2020-09-15T21:16:33.6330482Z remote: Compressing objects: 60% (95/158)
2020-09-15T21:16:33.6331241Z remote: Compressing objects: 61% (97/158)
2020-09-15T21:16:33.6331839Z remote: Compressing objects: 62% (98/158)
2020-09-15T21:16:33.6332391Z remote: Compressing objects: 63% (100/158)
2020-09-15T21:16:33.6332932Z remote: Compressing objects: 64% (102/158)
2020-09-15T21:16:33.6333474Z remote: Compressing objects: 65% (103/158)
2020-09-15T21:16:33.6334018Z remote: Compressing objects: 66% (105/158)
2020-09-15T21:16:33.6334556Z remote: Compressing objects: 67% (106/158)
2020-09-15T21:16:33.6335114Z remote: Compressing objects: 68% (108/158)
2020-09-15T21:16:33.6335671Z remote: Compressing objects: 69% (110/158)
2020-09-15T21:16:33.6336330Z remote: Compressing objects: 70% (111/158)
2020-09-15T21:16:33.6336878Z remote: Compressing objects: 71% (113/158)
2020-09-15T21:16:33.6337417Z remote: Compressing objects: 72% (114/158)
2020-09-15T21:16:33.6337957Z remote: Compressing objects: 73% (116/158)
2020-09-15T21:16:33.6338511Z remote: Compressing objects: 74% (117/158)
2020-09-15T21:16:33.7386148Z remote: Compressing objects: 75% (119/158)
2020-09-15T21:16:33.7387993Z remote: Compressing objects: 76% (121/158)
2020-09-15T21:16:33.7389276Z remote: Compressing objects: 77% (122/158)
2020-09-15T21:16:33.7392435Z remote: Compressing objects: 78% (124/158)
2020-09-15T21:16:33.7393462Z remote: Compressing objects: 79% (125/158)
2020-09-15T21:16:33.7394317Z remote: Compressing objects: 80% (127/158)
2020-09-15T21:16:33.7395065Z remote: Compressing objects: 81% (128/158)
2020-09-15T21:16:33.7395620Z remote: Compressing objects: 82% (130/158)
2020-09-15T21:16:33.7396161Z remote: Compressing objects: 83% (132/158)
2020-09-15T21:16:33.7396720Z remote: Compressing objects: 84% (133/158)
2020-09-15T21:16:33.7397256Z remote: Compressing objects: 85% (135/158)
2020-09-15T21:16:33.7398028Z remote: Compressing objects: 86% (136/158)
2020-09-15T21:16:33.7398873Z remote: Compressing objects: 87% (138/158)
2020-09-15T21:16:33.7399494Z remote: Compressing objects: 88% (140/158)
2020-09-15T21:16:33.7400045Z remote: Compressing objects: 89% (141/158)
2020-09-15T21:16:33.7400612Z remote: Compressing objects: 90% (143/158)
2020-09-15T21:16:33.7401154Z remote: Compressing objects: 91% (144/158)
2020-09-15T21:16:33.7401691Z remote: Compressing objects: 92% (146/158)
2020-09-15T21:16:33.7402226Z remote: Compressing objects: 93% (147/158)
2020-09-15T21:16:33.7402757Z remote: Compressing objects: 94% (149/158)
2020-09-15T21:16:33.7403323Z remote: Compressing objects: 95% (151/158)
2020-09-15T21:16:33.7403869Z remote: Compressing objects: 96% (152/158)
2020-09-15T21:16:33.7404399Z remote: Compressing objects: 97% (154/158)
2020-09-15T21:16:33.7404956Z remote: Compressing objects: 98% (155/158)
2020-09-15T21:16:33.7405516Z remote: Compressing objects: 99% (157/158)
2020-09-15T21:16:33.7406064Z remote: Compressing objects: 100% (158/158)
2020-09-15T21:16:33.7413117Z remote: Compressing objects: 100% (158/158), done.
2020-09-15T21:16:33.7414350Z Receiving objects: 0% (1/297)
2020-09-15T21:16:33.7419025Z Receiving objects: 1% (3/297)
2020-09-15T21:16:33.7419675Z Receiving objects: 2% (6/297)
2020-09-15T21:16:33.7420155Z Receiving objects: 3% (9/297)
2020-09-15T21:16:33.7420656Z Receiving objects: 4% (12/297)
2020-09-15T21:16:33.7421116Z Receiving objects: 5% (15/297)
2020-09-15T21:16:33.7421560Z Receiving objects: 6% (18/297)
2020-09-15T21:16:33.7422009Z Receiving objects: 7% (21/297)
2020-09-15T21:16:33.7422457Z Receiving objects: 8% (24/297)
2020-09-15T21:16:33.7423012Z Receiving objects: 9% (27/297)
2020-09-15T21:16:33.7423468Z Receiving objects: 10% (30/297)
2020-09-15T21:16:33.7423941Z Receiving objects: 11% (33/297)
2020-09-15T21:16:33.7424650Z Receiving objects: 12% (36/297)
2020-09-15T21:16:33.7425531Z Receiving objects: 13% (39/297)
2020-09-15T21:16:33.7426520Z Receiving objects: 14% (42/297)
2020-09-15T21:16:33.7427515Z Receiving objects: 15% (45/297)
2020-09-15T21:16:33.7428483Z Receiving objects: 16% (48/297)
2020-09-15T21:16:33.7429482Z Receiving objects: 17% (51/297)
2020-09-15T21:16:33.7430432Z Receiving objects: 18% (54/297)
2020-09-15T21:16:33.7431473Z Receiving objects: 19% (57/297)
2020-09-15T21:16:33.7432241Z Receiving objects: 20% (60/297)
2020-09-15T21:16:33.7432907Z Receiving objects: 21% (63/297)
2020-09-15T21:16:33.7433948Z Receiving objects: 22% (66/297)
2020-09-15T21:16:33.7435030Z Receiving objects: 23% (69/297)
2020-09-15T21:16:33.7436034Z Receiving objects: 24% (72/297)
2020-09-15T21:16:33.7436983Z Receiving objects: 25% (75/297)
2020-09-15T21:16:33.7438358Z Receiving objects: 26% (78/297)
2020-09-15T21:16:33.7439475Z Receiving objects: 27% (81/297)
2020-09-15T21:16:33.7440465Z Receiving objects: 28% (84/297)
2020-09-15T21:16:33.7441452Z Receiving objects: 29% (87/297)
2020-09-15T21:16:33.7442441Z Receiving objects: 30% (90/297)
2020-09-15T21:16:33.7443440Z Receiving objects: 31% (93/297)
2020-09-15T21:16:33.7444441Z Receiving objects: 32% (96/297)
2020-09-15T21:16:33.7445435Z Receiving objects: 33% (99/297)
2020-09-15T21:16:33.7446443Z Receiving objects: 34% (101/297)
2020-09-15T21:16:33.7447434Z Receiving objects: 35% (104/297)
2020-09-15T21:16:33.7449111Z Receiving objects: 36% (107/297)
2020-09-15T21:16:33.7452008Z Receiving objects: 37% (110/297)
2020-09-15T21:16:33.7452806Z Receiving objects: 38% (113/297)
2020-09-15T21:16:33.7453659Z Receiving objects: 39% (116/297)
2020-09-15T21:16:33.7454362Z Receiving objects: 40% (119/297)
2020-09-15T21:16:33.7455028Z Receiving objects: 41% (122/297)
2020-09-15T21:16:33.7455685Z Receiving objects: 42% (125/297)
2020-09-15T21:16:33.7456331Z Receiving objects: 43% (128/297)
2020-09-15T21:16:33.7456994Z Receiving objects: 44% (131/297)
2020-09-15T21:16:33.7457688Z Receiving objects: 45% (134/297)
2020-09-15T21:16:33.7458336Z Receiving objects: 46% (137/297)
2020-09-15T21:16:33.7459215Z Receiving objects: 47% (140/297)
2020-09-15T21:16:33.7459985Z Receiving objects: 48% (143/297)
2020-09-15T21:16:33.7460645Z Receiving objects: 49% (146/297)
2020-09-15T21:16:33.7461397Z Receiving objects: 50% (149/297)
2020-09-15T21:16:33.7462079Z Receiving objects: 51% (152/297)
2020-09-15T21:16:33.7462727Z Receiving objects: 52% (155/297)
2020-09-15T21:16:33.7463446Z Receiving objects: 53% (158/297)
2020-09-15T21:16:33.7464953Z Receiving objects: 54% (161/297)
2020-09-15T21:16:33.7468815Z Receiving objects: 55% (164/297)
2020-09-15T21:16:33.7469656Z Receiving objects: 56% (167/297)
2020-09-15T21:16:33.7470344Z Receiving objects: 57% (170/297)
2020-09-15T21:16:33.7471592Z Receiving objects: 58% (173/297)
2020-09-15T21:16:33.7473735Z Receiving objects: 59% (176/297)
2020-09-15T21:16:33.7474578Z Receiving objects: 60% (179/297)
2020-09-15T21:16:33.7476923Z remote: Total 297 (delta 134), reused 270 (delta 112), pack-reused 0
2020-09-15T21:16:33.7478934Z Receiving objects: 61% (182/297)
2020-09-15T21:16:33.7480321Z Receiving objects: 62% (185/297)
2020-09-15T21:16:33.7481639Z Receiving objects: 63% (188/297)
2020-09-15T21:16:33.7482827Z Receiving objects: 64% (191/297)
2020-09-15T21:16:33.7483521Z Receiving objects: 65% (194/297)
2020-09-15T21:16:33.7484185Z Receiving objects: 66% (197/297)
2020-09-15T21:16:33.7484869Z Receiving objects: 67% (199/297)
2020-09-15T21:16:33.7485581Z Receiving objects: 68% (202/297)
2020-09-15T21:16:33.7487364Z Receiving objects: 69% (205/297)
2020-09-15T21:16:33.7487843Z Receiving objects: 70% (208/297)
2020-09-15T21:16:33.7488297Z Receiving objects: 71% (211/297)
2020-09-15T21:16:33.7488764Z Receiving objects: 72% (214/297)
2020-09-15T21:16:33.7489209Z Receiving objects: 73% (217/297)
2020-09-15T21:16:33.7489706Z Receiving objects: 74% (220/297)
2020-09-15T21:16:33.7490154Z Receiving objects: 75% (223/297)
2020-09-15T21:16:33.7490821Z Receiving objects: 76% (226/297)
2020-09-15T21:16:33.7491268Z Receiving objects: 77% (229/297)
2020-09-15T21:16:33.7491731Z Receiving objects: 78% (232/297)
2020-09-15T21:16:33.7492202Z Receiving objects: 79% (235/297)
2020-09-15T21:16:33.7492644Z Receiving objects: 80% (238/297)
2020-09-15T21:16:33.7493081Z Receiving objects: 81% (241/297)
2020-09-15T21:16:33.7493561Z Receiving objects: 82% (244/297)
2020-09-15T21:16:33.7494006Z Receiving objects: 83% (247/297)
2020-09-15T21:16:33.7494455Z Receiving objects: 84% (250/297)
2020-09-15T21:16:33.7494902Z Receiving objects: 85% (253/297)
2020-09-15T21:16:33.7495347Z Receiving objects: 86% (256/297)
2020-09-15T21:16:33.7495800Z Receiving objects: 87% (259/297)
2020-09-15T21:16:33.7496234Z Receiving objects: 88% (262/297)
2020-09-15T21:16:33.7496697Z Receiving objects: 89% (265/297)
2020-09-15T21:16:33.7497171Z Receiving objects: 90% (268/297)
2020-09-15T21:16:33.7497619Z Receiving objects: 91% (271/297)
2020-09-15T21:16:33.7498075Z Receiving objects: 92% (274/297)
2020-09-15T21:16:33.7498508Z Receiving objects: 93% (277/297)
2020-09-15T21:16:33.7498975Z Receiving objects: 94% (280/297)
2020-09-15T21:16:33.7499421Z Receiving objects: 95% (283/297)
2020-09-15T21:16:33.7499866Z Receiving objects: 96% (286/297)
2020-09-15T21:16:33.7500313Z Receiving objects: 97% (289/297)
2020-09-15T21:16:33.7500777Z Receiving objects: 98% (292/297)
2020-09-15T21:16:33.7501216Z Receiving objects: 99% (295/297)
2020-09-15T21:16:33.7501887Z Receiving objects: 100% (297/297)
2020-09-15T21:16:33.7502410Z Receiving objects: 100% (297/297), 96.87 KiB | 2.36 MiB/s, done.
2020-09-15T21:16:33.7502933Z Resolving deltas: 0% (0/134)
2020-09-15T21:16:33.7503370Z Resolving deltas: 5% (8/134)
2020-09-15T21:16:33.7504810Z Resolving deltas: 8% (12/134)
2020-09-15T21:16:33.7505281Z Resolving deltas: 14% (20/134)
2020-09-15T21:16:33.7505778Z Resolving deltas: 28% (38/134)
2020-09-15T21:16:33.7506217Z Resolving deltas: 31% (42/134)
2020-09-15T21:16:33.7506676Z Resolving deltas: 32% (44/134)
2020-09-15T21:16:33.7507661Z Resolving deltas: 38% (51/134)
2020-09-15T21:16:33.7508282Z Resolving deltas: 41% (56/134)
2020-09-15T21:16:33.7508756Z Resolving deltas: 43% (58/134)
2020-09-15T21:16:33.7509185Z Resolving deltas: 44% (60/134)
2020-09-15T21:16:33.7509618Z Resolving deltas: 50% (68/134)
2020-09-15T21:16:33.7510098Z Resolving deltas: 51% (69/134)
2020-09-15T21:16:33.7510530Z Resolving deltas: 52% (70/134)
2020-09-15T21:16:33.7510970Z Resolving deltas: 53% (72/134)
2020-09-15T21:16:33.7511393Z Resolving deltas: 54% (73/134)
2020-09-15T21:16:33.7511814Z Resolving deltas: 56% (76/134)
2020-09-15T21:16:33.7512246Z Resolving deltas: 58% (78/134)
2020-09-15T21:16:33.7512696Z Resolving deltas: 59% (80/134)
2020-09-15T21:16:33.7513130Z Resolving deltas: 60% (81/134)
2020-09-15T21:16:33.7513589Z Resolving deltas: 61% (82/134)
2020-09-15T21:16:33.7514021Z Resolving deltas: 62% (84/134)
2020-09-15T21:16:33.7514463Z Resolving deltas: 64% (87/134)
2020-09-15T21:16:33.7514902Z Resolving deltas: 65% (88/134)
2020-09-15T21:16:33.7515327Z Resolving deltas: 68% (92/134)
2020-09-15T21:16:33.7515767Z Resolving deltas: 69% (93/134)
2020-09-15T21:16:33.7516190Z Resolving deltas: 70% (95/134)
2020-09-15T21:16:33.7516625Z Resolving deltas: 82% (110/134)
2020-09-15T21:16:33.7517090Z Resolving deltas: 85% (114/134)
2020-09-15T21:16:33.7517818Z Resolving deltas: 87% (117/134)
2020-09-15T21:16:33.7518561Z Resolving deltas: 88% (118/134)
2020-09-15T21:16:33.7519031Z Resolving deltas: 93% (125/134)
2020-09-15T21:16:33.7519472Z Resolving deltas: 95% (128/134)
2020-09-15T21:16:33.7519902Z Resolving deltas: 96% (129/134)
2020-09-15T21:16:33.7520328Z Resolving deltas: 97% (130/134)
2020-09-15T21:16:33.7520753Z Resolving deltas: 100% (134/134)
2020-09-15T21:16:33.7521237Z Resolving deltas: 100% (134/134), done.
2020-09-15T21:16:33.7522337Z From https://github.com/iearn-finance/yearn-protocol
2020-09-15T21:16:33.7523270Z * [new branch] develop -> origin/develop
2020-09-15T21:16:33.7524540Z * [new branch] feat/delegated-controller -> origin/feat/delegated-controller
2020-09-15T21:16:33.7525548Z * [new branch] master -> origin/master
2020-09-15T21:16:33.7526362Z * [new branch] test/strategies -> origin/test/strategies
2020-09-15T21:16:33.7527732Z ##[command]git checkout --progress --force 22a0fecec787fa9ed972298b7e26aa3639838c6e
2020-09-15T21:16:33.7599948Z Note: switching to '22a0fecec787fa9ed972298b7e26aa3639838c6e'.
2020-09-15T21:16:33.7600737Z
2020-09-15T21:16:33.7601596Z You are in 'detached HEAD' state. You can look around, make experimental
2020-09-15T21:16:33.7602355Z changes and commit them, and you can discard any commits you make in this
2020-09-15T21:16:33.7603090Z state without impacting any branches by switching back to a branch.
2020-09-15T21:16:33.7603499Z
2020-09-15T21:16:33.7603992Z If you want to create a new branch to retain commits you create, you may
2020-09-15T21:16:33.7604909Z do so (now or later) by using -c with the switch command. Example:
2020-09-15T21:16:33.7605389Z
2020-09-15T21:16:33.7606009Z git switch -c <new-branch-name>
2020-09-15T21:16:33.7606320Z
2020-09-15T21:16:33.7606741Z Or undo this operation with:
2020-09-15T21:16:33.7607060Z
2020-09-15T21:16:33.7607566Z git switch -
2020-09-15T21:16:33.7607785Z
2020-09-15T21:16:33.7631444Z Turn off this advice by setting config variable advice.detachedHead to false
2020-09-15T21:16:33.7633310Z
2020-09-15T21:16:33.7634557Z HEAD is now at 22a0fec feat: Add ethlint support (#4)
2020-09-15T21:16:33.7780662Z ##[group]Run actions/cache@v2
2020-09-15T21:16:33.7781155Z with:
2020-09-15T21:16:33.7781517Z path: ~/.solcx
~/.vvm
2020-09-15T21:16:33.7781936Z key: compiler-cache
2020-09-15T21:16:33.7782312Z env:
2020-09-15T21:16:33.7783387Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:33.7784092Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:33.7784542Z ##[endgroup]
2020-09-15T21:16:34.3538529Z Cache not found for input keys: compiler-cache
2020-09-15T21:16:34.3597455Z ##[group]Run actions/setup-node@v1
2020-09-15T21:16:34.3598166Z with:
2020-09-15T21:16:34.3598511Z always-auth: false
2020-09-15T21:16:34.3598894Z node-version: 10.x
2020-09-15T21:16:34.3599216Z env:
2020-09-15T21:16:34.3599911Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:34.3600532Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:34.3600898Z ##[endgroup]
2020-09-15T21:16:35.0308530Z [command]/opt/hostedtoolcache/node/10.22.0/x64/bin/node --version
2020-09-15T21:16:35.0309145Z v10.22.0
2020-09-15T21:16:35.0309895Z [command]/opt/hostedtoolcache/node/10.22.0/x64/bin/npm --version
2020-09-15T21:16:35.0310435Z 6.14.6
2020-09-15T21:16:35.0373842Z ##[group]Run npm install -g ganache-cli@6.10.1
2020-09-15T21:16:35.0374318Z npm install -g ganache-cli@6.10.1
2020-09-15T21:16:35.0424260Z shell: /bin/bash -e {0}
2020-09-15T21:16:35.0424518Z env:
2020-09-15T21:16:35.0425056Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:35.0425542Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:35.0425828Z ##[endgroup]
2020-09-15T21:16:38.6408351Z
2020-09-15T21:16:38.6416481Z > scrypt@6.0.3 preinstall /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/scrypt
2020-09-15T21:16:38.6418383Z > node node-scrypt-preinstall.js
2020-09-15T21:16:38.6419237Z
2020-09-15T21:16:40.7153757Z /opt/hostedtoolcache/node/10.22.0/x64/bin/ganache-cli -> /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/cli.js
2020-09-15T21:16:40.7232329Z
2020-09-15T21:16:40.7235544Z > keccak@1.4.0 install /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/keccak
2020-09-15T21:16:40.7252991Z > npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."
2020-09-15T21:16:40.7254371Z
2020-09-15T21:16:41.0056618Z
2020-09-15T21:16:41.0079656Z > keccak@1.4.0 rebuild /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/keccak
2020-09-15T21:16:41.0081201Z > node-gyp rebuild
2020-09-15T21:16:41.0081600Z
2020-09-15T21:16:43.6095360Z make: Entering directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/keccak/build'
2020-09-15T21:16:43.6120229Z CXX(target) Release/obj.target/keccak/src/addon.o
2020-09-15T21:16:44.2412295Z ../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Initialize(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:44.2415751Z ../src/addon.cc:37:47: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:44.2418145Z unsigned int rate = info[0]->IntegerValue();
2020-09-15T21:16:44.2419867Z ^
2020-09-15T21:16:44.2421933Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:44.2442099Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:44.2442732Z from ../src/addon.cc:1:
2020-09-15T21:16:44.2443957Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:44.2444863Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:44.2445474Z ^
2020-09-15T21:16:44.2446755Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:44.2447649Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:44.2448115Z ^~~~~~~~~~
2020-09-15T21:16:44.2449928Z ../src/addon.cc:38:51: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:44.2451245Z unsigned int capacity = info[1]->IntegerValue();
2020-09-15T21:16:44.2451808Z ^
2020-09-15T21:16:44.2460423Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:44.2461567Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:44.2462237Z from ../src/addon.cc:1:
2020-09-15T21:16:44.2463300Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:44.2464122Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:44.2464720Z ^
2020-09-15T21:16:44.2465940Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:44.2466865Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:44.2467765Z ^~~~~~~~~~
2020-09-15T21:16:44.2478497Z ../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::AbsorbLastFewBits(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:44.2480857Z ../src/addon.cc:56:48: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:44.2482166Z unsigned char bits = info[0]->IntegerValue();
2020-09-15T21:16:44.2482684Z ^
2020-09-15T21:16:44.2487581Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:44.2488695Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:44.2489279Z from ../src/addon.cc:1:
2020-09-15T21:16:44.2490310Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:44.2491261Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:44.2491855Z ^
2020-09-15T21:16:44.2493111Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:44.2493975Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:44.2494422Z ^~~~~~~~~~
2020-09-15T21:16:44.2501876Z ../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Squeeze(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:44.2504397Z ../src/addon.cc:64:43: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:44.2505623Z size_t length = info[0]->IntegerValue();
2020-09-15T21:16:44.2506110Z ^
2020-09-15T21:16:44.2511180Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:44.2512305Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:44.2512888Z from ../src/addon.cc:1:
2020-09-15T21:16:44.2513924Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:44.2514726Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:44.2515310Z ^
2020-09-15T21:16:44.2516538Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:44.2517393Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:44.2518002Z ^~~~~~~~~~
2020-09-15T21:16:44.2535276Z ../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Copy(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:44.2537937Z ../src/addon.cc:75:82: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:44.2539780Z KeccakWrapper* to = Nan::ObjectWrap::Unwrap<KeccakWrapper>(info[0]->ToObject());
2020-09-15T21:16:44.2540532Z ^
2020-09-15T21:16:44.2541590Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:44.2542251Z from ../src/addon.cc:1:
2020-09-15T21:16:44.2543413Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:44.2544122Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:44.2544604Z ^~~~~
2020-09-15T21:16:44.5305590Z CC(target) Release/obj.target/keccak/src/libkeccak/KeccakSponge.o
2020-09-15T21:16:44.6367260Z CC(target) Release/obj.target/keccak/src/libkeccak/KeccakP-1600-reference.o
2020-09-15T21:16:44.7947918Z SOLINK_MODULE(target) Release/obj.target/keccak.node
2020-09-15T21:16:44.8662052Z COPY Release/keccak.node
2020-09-15T21:16:44.8734493Z make: Leaving directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/keccak/build'
2020-09-15T21:16:44.8944025Z
2020-09-15T21:16:44.8945962Z > secp256k1@3.8.0 install /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/secp256k1
2020-09-15T21:16:44.8947488Z > npm run rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
2020-09-15T21:16:44.8948261Z
2020-09-15T21:16:45.1939443Z
2020-09-15T21:16:45.1941859Z > secp256k1@3.8.0 rebuild /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/secp256k1
2020-09-15T21:16:45.1943277Z > node-gyp rebuild
2020-09-15T21:16:45.1944045Z
2020-09-15T21:16:45.7308625Z make: Entering directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/secp256k1/build'
2020-09-15T21:16:45.7318728Z CXX(target) Release/obj.target/secp256k1/src/addon.o
2020-09-15T21:16:46.4752778Z CXX(target) Release/obj.target/secp256k1/src/privatekey.o
2020-09-15T21:16:47.0413854Z ../src/privatekey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE privateKeyNegate(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:47.0416074Z ../src/privatekey.cc:73:30: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
2020-09-15T21:16:47.0417307Z secp256k1_ec_privkey_negate(secp256k1ctx, &private_key[0]);
2020-09-15T21:16:47.0418239Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-09-15T21:16:47.2544098Z CXX(target) Release/obj.target/secp256k1/src/publickey.o
2020-09-15T21:16:47.9956004Z CXX(target) Release/obj.target/secp256k1/src/signature.o
2020-09-15T21:16:48.6238656Z CXX(target) Release/obj.target/secp256k1/src/ecdsa.o
2020-09-15T21:16:49.3807973Z CXX(target) Release/obj.target/secp256k1/src/ecdh.o
2020-09-15T21:16:49.9913224Z CC(target) Release/obj.target/secp256k1/src/secp256k1-src/src/secp256k1.o
2020-09-15T21:16:51.4495224Z CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_parsing.o
2020-09-15T21:16:51.5180760Z CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_privatekey_parsing.o
2020-09-15T21:16:51.5719736Z SOLINK_MODULE(target) Release/obj.target/secp256k1.node
2020-09-15T21:16:51.6283605Z COPY Release/secp256k1.node
2020-09-15T21:16:51.6356209Z make: Leaving directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/secp256k1/build'
2020-09-15T21:16:51.6476029Z
2020-09-15T21:16:51.6479754Z > scrypt@6.0.3 install /opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/scrypt
2020-09-15T21:16:51.6480831Z > node-gyp rebuild
2020-09-15T21:16:51.6481105Z
2020-09-15T21:16:52.1310483Z make: Entering directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/scrypt/build'
2020-09-15T21:16:52.1320635Z SOLINK_MODULE(target) Release/obj.target/copied_files.node
2020-09-15T21:16:52.1595239Z COPY Release/copied_files.node
2020-09-15T21:16:52.1664924Z CC(target) Release/obj.target/scrypt_wrapper/src/util/memlimit.o
2020-09-15T21:16:52.2058985Z CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/keyderivation.o
2020-09-15T21:16:52.2639735Z CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/pickparams.o
2020-09-15T21:16:52.3214081Z CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/hash.o
2020-09-15T21:16:52.3788265Z AR(target) Release/obj.target/scrypt_wrapper.a
2020-09-15T21:16:52.3905440Z COPY Release/scrypt_wrapper.a
2020-09-15T21:16:52.4154627Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt.o
2020-09-15T21:16:52.4962805Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt_smix.o
2020-09-15T21:16:52.6431393Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/warnp.o
2020-09-15T21:16:52.7024050Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/alg/sha256.o
2020-09-15T21:16:53.0230330Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/insecure_memzero.o
2020-09-15T21:16:53.0619326Z CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/scryptenc/scryptenc_cpuperf.o
2020-09-15T21:16:53.1188253Z AR(target) Release/obj.target/scrypt_lib.a
2020-09-15T21:16:53.1268377Z COPY Release/scrypt_lib.a
2020-09-15T21:16:53.1350223Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_common.o
2020-09-15T21:16:53.7573622Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o
2020-09-15T21:16:54.2011903Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:54.2013052Z from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
2020-09-15T21:16:54.2016862Z from ../src/node-boilerplate/scrypt_params_async.cc:4:
2020-09-15T21:16:54.2022593Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:54.2025003Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2026673Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:54.2027259Z ^
2020-09-15T21:16:54.2028617Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2029637Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2030190Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2031007Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2032090Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.2032863Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.2033462Z ^
2020-09-15T21:16:54.2035953Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2036833Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2037278Z ^~~~~~~~~~
2020-09-15T21:16:54.2038514Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:54.2039648Z from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
2020-09-15T21:16:54.2040630Z from ../src/node-boilerplate/scrypt_params_async.cc:4:
2020-09-15T21:16:54.2042701Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2044321Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:54.2044907Z ^
2020-09-15T21:16:54.2045830Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2046848Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2047393Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2048204Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2049320Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.2050092Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.2050657Z ^
2020-09-15T21:16:54.2051760Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2052591Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2053029Z ^~~~~~~~~~
2020-09-15T21:16:54.2054085Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:54.2055209Z from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
2020-09-15T21:16:54.2056189Z from ../src/node-boilerplate/scrypt_params_async.cc:4:
2020-09-15T21:16:54.2058233Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2059908Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:54.2060488Z ^
2020-09-15T21:16:54.2061386Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2062389Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2062939Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2063748Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2064853Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.2065623Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.2066185Z ^
2020-09-15T21:16:54.2067300Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2071764Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2072208Z ^~~~~~~~~~
2020-09-15T21:16:54.2073388Z In file included from ../src/node-boilerplate/inc/scrypt_params_async.h:28:0,
2020-09-15T21:16:54.2074468Z from ../src/node-boilerplate/scrypt_params_async.cc:4:
2020-09-15T21:16:54.2085077Z ../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
2020-09-15T21:16:54.2138140Z ../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:54.2139453Z callback->Call(1, argv);
2020-09-15T21:16:54.2139853Z ^
2020-09-15T21:16:54.2140763Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
2020-09-15T21:16:54.2141479Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:54.2142052Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:54.2142438Z ^~~~
2020-09-15T21:16:54.2143337Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
2020-09-15T21:16:54.2145434Z ../src/node-boilerplate/inc/scrypt_params_async.h: In constructor ‘ScryptParamsAsyncWorker::ScryptParamsAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:54.2147975Z ../src/node-boilerplate/inc/scrypt_params_async.h:35:36: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2149267Z maxtime(info[0]->NumberValue()),
2020-09-15T21:16:54.2149703Z ^
2020-09-15T21:16:54.2150589Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2151595Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2152144Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2152970Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2154074Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2475:45: note: declared here
2020-09-15T21:16:54.2154849Z V8_DEPRECATED("Use maybe version", double NumberValue() const);
2020-09-15T21:16:54.2155410Z ^
2020-09-15T21:16:54.2156514Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2157352Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2158151Z ^~~~~~~~~~
2020-09-15T21:16:54.2159153Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
2020-09-15T21:16:54.2161247Z ../src/node-boilerplate/inc/scrypt_params_async.h:36:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2162543Z maxmemfrac(info[1]->NumberValue()),
2020-09-15T21:16:54.2163021Z ^
2020-09-15T21:16:54.2163910Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2164920Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2165464Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2166278Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2167361Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2475:45: note: declared here
2020-09-15T21:16:54.2168149Z V8_DEPRECATED("Use maybe version", double NumberValue() const);
2020-09-15T21:16:54.2168715Z ^
2020-09-15T21:16:54.2169825Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2170663Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2171102Z ^~~~~~~~~~
2020-09-15T21:16:54.2172191Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
2020-09-15T21:16:54.2174298Z ../src/node-boilerplate/inc/scrypt_params_async.h:37:36: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2175581Z maxmem(info[2]->IntegerValue()),
2020-09-15T21:16:54.2176019Z ^
2020-09-15T21:16:54.2176899Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2177918Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2178465Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2179277Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2180353Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:54.2181134Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:54.2181718Z ^
2020-09-15T21:16:54.2182820Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2183654Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2190072Z ^~~~~~~~~~
2020-09-15T21:16:54.2191008Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
2020-09-15T21:16:54.2193115Z ../src/node-boilerplate/inc/scrypt_params_async.h:38:39: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.2194421Z osfreemem(info[3]->IntegerValue())
2020-09-15T21:16:54.2194883Z ^
2020-09-15T21:16:54.2195824Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.2196828Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.2197385Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.2198503Z from ../src/node-boilerplate/scrypt_params_async.cc:1:
2020-09-15T21:16:54.2199617Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:54.2200398Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:54.2200970Z ^
2020-09-15T21:16:54.2202073Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.2203123Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.2203587Z ^~~~~~~~~~
2020-09-15T21:16:54.2205309Z ../src/node-boilerplate/scrypt_params_async.cc: In member function ‘virtual void ScryptParamsAsyncWorker::HandleOKCallback()’:
2020-09-15T21:16:54.2207754Z ../src/node-boilerplate/scrypt_params_async.cc:32:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:54.2209025Z callback->Call(2, argv);
2020-09-15T21:16:54.2209403Z ^
2020-09-15T21:16:54.2210298Z In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
2020-09-15T21:16:54.2211013Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:54.2211560Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:54.2211944Z ^~~~
2020-09-15T21:16:54.4112125Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_sync.o
2020-09-15T21:16:54.8865757Z In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
2020-09-15T21:16:54.8868478Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:54.8871102Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8873424Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:54.8874235Z ^
2020-09-15T21:16:54.8875445Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8876885Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8877423Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8878391Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8879306Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.8879926Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.8880372Z ^
2020-09-15T21:16:54.8881261Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8881931Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8882277Z ^~~~~~~~~~
2020-09-15T21:16:54.8882979Z In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
2020-09-15T21:16:54.8884608Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8885853Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:54.8886308Z ^
2020-09-15T21:16:54.8887027Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8887820Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8888250Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8888878Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8889747Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.8890348Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.8890791Z ^
2020-09-15T21:16:54.8891661Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8892363Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8892707Z ^~~~~~~~~~
2020-09-15T21:16:54.8893478Z In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
2020-09-15T21:16:54.8895274Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8896593Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:54.8897049Z ^
2020-09-15T21:16:54.8897775Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8898568Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8898996Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8899772Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8900676Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:54.8901319Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:54.8901817Z ^
2020-09-15T21:16:54.8902817Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8903468Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8903811Z ^~~~~~~~~~
2020-09-15T21:16:54.8904944Z ../src/node-boilerplate/scrypt_params_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE paramsSync(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:54.8906857Z ../src/node-boilerplate/scrypt_params_sync.cc:25:47: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8907896Z const double maxtime = info[0]->NumberValue();
2020-09-15T21:16:54.8908288Z ^
2020-09-15T21:16:54.8908982Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8909768Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8910205Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8910842Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8911685Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2475:45: note: declared here
2020-09-15T21:16:54.8912289Z V8_DEPRECATED("Use maybe version", double NumberValue() const);
2020-09-15T21:16:54.8912740Z ^
2020-09-15T21:16:54.8913606Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8914258Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8914603Z ^~~~~~~~~~
2020-09-15T21:16:54.8916007Z ../src/node-boilerplate/scrypt_params_sync.cc:26:47: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8917051Z const size_t maxmem = info[2]->IntegerValue();
2020-09-15T21:16:54.8917448Z ^
2020-09-15T21:16:54.8918320Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8919117Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8919543Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8920173Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8921027Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:54.8921636Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:54.8922084Z ^
2020-09-15T21:16:54.8922947Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8923597Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8923940Z ^~~~~~~~~~
2020-09-15T21:16:54.8925519Z ../src/node-boilerplate/scrypt_params_sync.cc:27:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8926635Z const double maxmemfrac = info[1]->NumberValue();
2020-09-15T21:16:54.8927050Z ^
2020-09-15T21:16:54.8927755Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8928557Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8928983Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8929617Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8930458Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2475:45: note: declared here
2020-09-15T21:16:54.8931077Z V8_DEPRECATED("Use maybe version", double NumberValue() const);
2020-09-15T21:16:54.8931519Z ^
2020-09-15T21:16:54.8932390Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8933041Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8933386Z ^~~~~~~~~~
2020-09-15T21:16:54.8934803Z ../src/node-boilerplate/scrypt_params_sync.cc:28:50: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:54.8936010Z const size_t osfreemem = info[3]->IntegerValue();
2020-09-15T21:16:54.8936420Z ^
2020-09-15T21:16:54.8937126Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:54.8937917Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:54.8938345Z from ../../nan/nan.h:56,
2020-09-15T21:16:54.8938976Z from ../src/node-boilerplate/scrypt_params_sync.cc:1:
2020-09-15T21:16:54.8939825Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:54.8940436Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:54.8940883Z ^
2020-09-15T21:16:54.8941751Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:54.8942412Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:54.8942757Z ^~~~~~~~~~
2020-09-15T21:16:55.0272427Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_async.o
2020-09-15T21:16:55.4543847Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:55.4545438Z from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
2020-09-15T21:16:55.4546785Z from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
2020-09-15T21:16:55.4548864Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:55.4551471Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:55.4553451Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:55.4554348Z ^
2020-09-15T21:16:55.4555733Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:55.4556664Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:55.4557099Z from ../../nan/nan.h:56,
2020-09-15T21:16:55.4557913Z from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
2020-09-15T21:16:55.4558800Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:55.4559623Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:55.4560093Z ^
2020-09-15T21:16:55.4561013Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:55.4561671Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:55.4562012Z ^~~~~~~~~~
2020-09-15T21:16:55.4562708Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:55.4563508Z from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
2020-09-15T21:16:55.4564243Z from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
2020-09-15T21:16:55.4565798Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:55.4567135Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:55.4567643Z ^
2020-09-15T21:16:55.4568391Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:55.4569224Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:55.4569776Z from ../../nan/nan.h:56,
2020-09-15T21:16:55.4570395Z from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
2020-09-15T21:16:55.4571442Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:55.4572043Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:55.4572481Z ^
2020-09-15T21:16:55.4573345Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:55.4573998Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:55.4574339Z ^~~~~~~~~~
2020-09-15T21:16:55.4575019Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:55.4575817Z from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
2020-09-15T21:16:55.4576548Z from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
2020-09-15T21:16:55.4578072Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:55.4579296Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:55.4579746Z ^
2020-09-15T21:16:55.4580445Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:55.4581227Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:55.4581651Z from ../../nan/nan.h:56,
2020-09-15T21:16:55.4582277Z from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
2020-09-15T21:16:55.4583122Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:55.4583720Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:55.4584155Z ^
2020-09-15T21:16:55.4585010Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:55.4585667Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:55.4586010Z ^~~~~~~~~~
2020-09-15T21:16:55.4589842Z In file included from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28:0,
2020-09-15T21:16:55.4590669Z from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
2020-09-15T21:16:55.4592056Z ../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
2020-09-15T21:16:55.4594018Z ../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:55.4595027Z callback->Call(1, argv);
2020-09-15T21:16:55.4595335Z ^
2020-09-15T21:16:55.4596030Z In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
2020-09-15T21:16:55.4596577Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:55.4597039Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:55.4597340Z ^~~~
2020-09-15T21:16:55.4633087Z In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:4:0:
2020-09-15T21:16:55.4635137Z ../src/node-boilerplate/inc/scrypt_kdf_async.h: In constructor ‘ScryptKDFAsyncWorker::ScryptKDFAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:55.4637896Z ../src/node-boilerplate/inc/scrypt_kdf_async.h:36:32: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:55.4639246Z params(args[1]->ToObject()),
2020-09-15T21:16:55.4639663Z ^
2020-09-15T21:16:55.4640594Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:55.4641234Z from ../../nan/nan.h:56,
2020-09-15T21:16:55.4642043Z from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
2020-09-15T21:16:55.4648772Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:55.4649466Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:55.4649881Z ^~~~~
2020-09-15T21:16:55.4651594Z ../src/node-boilerplate/scrypt_kdf_async.cc: In member function ‘virtual void ScryptKDFAsyncWorker::HandleOKCallback()’:
2020-09-15T21:16:55.4653972Z ../src/node-boilerplate/scrypt_kdf_async.cc:25:62: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:55.4656003Z GetFromPersistent("ScryptPeristentObject")->ToObject()->Get(Nan::New("KDFResult").ToLocalChecked())
2020-09-15T21:16:55.4656891Z ^
2020-09-15T21:16:55.4657824Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:55.4658453Z from ../../nan/nan.h:56,
2020-09-15T21:16:55.4659249Z from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
2020-09-15T21:16:55.4660333Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:55.4660984Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:55.4661395Z ^~~~~
2020-09-15T21:16:55.4663212Z ../src/node-boilerplate/scrypt_kdf_async.cc:28:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:55.4664439Z callback->Call(2, argv);
2020-09-15T21:16:55.4664826Z ^
2020-09-15T21:16:55.4665711Z In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
2020-09-15T21:16:55.4666416Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:55.4666965Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:55.4667354Z ^~~~
2020-09-15T21:16:55.6757454Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_sync.o
2020-09-15T21:16:56.1425586Z In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
2020-09-15T21:16:56.1436250Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:56.1439187Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.1440919Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:56.1441516Z ^
2020-09-15T21:16:56.1442843Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.1443965Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.1444523Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.1445322Z from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
2020-09-15T21:16:56.1446422Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.1447204Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.1447773Z ^
2020-09-15T21:16:56.1448898Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.1449745Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.1450189Z ^~~~~~~~~~
2020-09-15T21:16:56.1451069Z In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
2020-09-15T21:16:56.1453111Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.1454707Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:56.1455295Z ^
2020-09-15T21:16:56.1456493Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.1457519Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.1458069Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.1458861Z from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
2020-09-15T21:16:56.1459928Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.1460707Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.1461282Z ^
2020-09-15T21:16:56.1462404Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.1463249Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.1463692Z ^~~~~~~~~~
2020-09-15T21:16:56.1464648Z In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
2020-09-15T21:16:56.1466703Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.1468272Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:56.1468858Z ^
2020-09-15T21:16:56.1469775Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.1470809Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.1471374Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.1472172Z from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
2020-09-15T21:16:56.1473245Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.1474016Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.1474608Z ^
2020-09-15T21:16:56.1475732Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.1476573Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.1477013Z ^~~~~~~~~~
2020-09-15T21:16:56.1478614Z ../src/node-boilerplate/scrypt_kdf_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE kdfSync(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:56.1481015Z ../src/node-boilerplate/scrypt_kdf_sync.cc:29:57: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.1482642Z const NodeScrypt::Params params = info[1]->ToObject();
2020-09-15T21:16:56.1483205Z ^
2020-09-15T21:16:56.1484131Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:56.1484764Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.1485579Z from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
2020-09-15T21:16:56.1486649Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:56.1487303Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:56.1487715Z ^~~~~
2020-09-15T21:16:56.2804350Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_sync.o
2020-09-15T21:16:56.7349105Z In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
2020-09-15T21:16:56.7351739Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:56.7354442Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.7356468Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:56.7358116Z ^
2020-09-15T21:16:56.7359523Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.7360936Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.7361838Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.7362993Z from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
2020-09-15T21:16:56.7364463Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.7365574Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.7367017Z ^
2020-09-15T21:16:56.7368865Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.7370155Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.7371881Z ^~~~~~~~~~
2020-09-15T21:16:56.7374082Z In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
2020-09-15T21:16:56.7376836Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.7378767Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:56.7379564Z ^
2020-09-15T21:16:56.7380669Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.7381959Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.7382721Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.7383748Z from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
2020-09-15T21:16:56.7385070Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.7386049Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.7386753Z ^
2020-09-15T21:16:56.7388052Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.7389084Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.7389673Z ^~~~~~~~~~
2020-09-15T21:16:56.7390769Z In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
2020-09-15T21:16:56.7393280Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:56.7395164Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:56.7395979Z ^
2020-09-15T21:16:56.7397082Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:56.7398330Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:56.7399080Z from ../../nan/nan.h:56,
2020-09-15T21:16:56.7400094Z from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
2020-09-15T21:16:56.7401404Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:56.7402353Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:56.7403063Z ^
2020-09-15T21:16:56.7404356Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:56.7405370Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:56.7405952Z ^~~~~~~~~~
2020-09-15T21:16:56.8405711Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_async.o
2020-09-15T21:16:57.2593851Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:57.2595431Z from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
2020-09-15T21:16:57.2599545Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
2020-09-15T21:16:57.2601298Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:57.2603537Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.2605131Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:57.2605723Z ^
2020-09-15T21:16:57.2606631Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.2607642Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.2608205Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.2609050Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
2020-09-15T21:16:57.2610155Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.2612305Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.2612878Z ^
2020-09-15T21:16:57.2614076Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.2614956Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.2615403Z ^~~~~~~~~~
2020-09-15T21:16:57.2616275Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:57.2617355Z from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
2020-09-15T21:16:57.2618386Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
2020-09-15T21:16:57.2620409Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.2621970Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:57.2622552Z ^
2020-09-15T21:16:57.2623446Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.2624448Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.2625159Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.2626065Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
2020-09-15T21:16:57.2627172Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.2627946Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.2628508Z ^
2020-09-15T21:16:57.2629628Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.2630466Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.2630903Z ^~~~~~~~~~
2020-09-15T21:16:57.2631783Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:57.2632856Z from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
2020-09-15T21:16:57.2633884Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
2020-09-15T21:16:57.2635896Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.2637459Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:57.2638190Z ^
2020-09-15T21:16:57.2639344Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.2640362Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.2640911Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.2641751Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
2020-09-15T21:16:57.2642851Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.2643623Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.2644199Z ^
2020-09-15T21:16:57.2645312Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.2646155Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.2646595Z ^~~~~~~~~~
2020-09-15T21:16:57.2647630Z In file included from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28:0,
2020-09-15T21:16:57.2648755Z from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
2020-09-15T21:16:57.2650578Z ../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
2020-09-15T21:16:57.2652943Z ../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:57.2654148Z callback->Call(1, argv);
2020-09-15T21:16:57.2654535Z ^
2020-09-15T21:16:57.2655472Z In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
2020-09-15T21:16:57.2656212Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:57.2656762Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:57.2657145Z ^~~~
2020-09-15T21:16:57.2658898Z ../src/node-boilerplate/scrypt_kdf-verify_async.cc: In member function ‘virtual void ScryptKDFVerifyAsyncWorker::HandleOKCallback()’:
2020-09-15T21:16:57.2661472Z ../src/node-boilerplate/scrypt_kdf-verify_async.cc:30:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:57.2662697Z callback->Call(2, argv);
2020-09-15T21:16:57.2663079Z ^
2020-09-15T21:16:57.2664002Z In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
2020-09-15T21:16:57.2664739Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:57.2665292Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:57.2665810Z ^~~~
2020-09-15T21:16:57.4654570Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_sync.o
2020-09-15T21:16:57.9750497Z In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
2020-09-15T21:16:57.9752992Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:57.9755758Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.9761469Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:57.9762082Z ^
2020-09-15T21:16:57.9763016Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.9764066Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.9764641Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.9765448Z from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
2020-09-15T21:16:57.9766519Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.9767297Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.9768247Z ^
2020-09-15T21:16:57.9769424Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.9770274Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.9770783Z ^~~~~~~~~~
2020-09-15T21:16:57.9772462Z In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
2020-09-15T21:16:57.9774530Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.9776123Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:57.9776714Z ^
2020-09-15T21:16:57.9777619Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.9778650Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.9779215Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.9780020Z from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
2020-09-15T21:16:57.9781091Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.9781863Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.9782426Z ^
2020-09-15T21:16:57.9783539Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.9784386Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.9784828Z ^~~~~~~~~~
2020-09-15T21:16:57.9785698Z In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
2020-09-15T21:16:57.9787719Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.9789297Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:57.9789880Z ^
2020-09-15T21:16:57.9790780Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.9791792Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.9792339Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.9793129Z from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
2020-09-15T21:16:57.9794388Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:57.9795193Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:57.9795755Z ^
2020-09-15T21:16:57.9796908Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.9798137Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.9798585Z ^~~~~~~~~~
2020-09-15T21:16:57.9800066Z ../src/node-boilerplate/scrypt_hash_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE hashSync(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:57.9802290Z ../src/node-boilerplate/scrypt_hash_sync.cc:24:55: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.9803818Z const NodeScrypt::Params params = info[1]->ToObject();
2020-09-15T21:16:57.9804369Z ^
2020-09-15T21:16:57.9805300Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:57.9805930Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.9806727Z from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
2020-09-15T21:16:57.9807801Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:57.9808790Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:57.9809196Z ^~~~~
2020-09-15T21:16:57.9811020Z ../src/node-boilerplate/scrypt_hash_sync.cc:25:50: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:57.9812341Z const size_t hash_size = info[2]->IntegerValue();
2020-09-15T21:16:57.9812850Z ^
2020-09-15T21:16:57.9813737Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:57.9814760Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:57.9815309Z from ../../nan/nan.h:56,
2020-09-15T21:16:57.9816104Z from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
2020-09-15T21:16:57.9817194Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:57.9817975Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:57.9818558Z ^
2020-09-15T21:16:57.9819665Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:57.9820504Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:57.9820941Z ^~~~~~~~~~
2020-09-15T21:16:58.0920403Z CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_async.o
2020-09-15T21:16:58.5276176Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:58.5281292Z from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
2020-09-15T21:16:58.5282434Z from ../src/node-boilerplate/scrypt_hash_async.cc:28:
2020-09-15T21:16:58.5284148Z ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
2020-09-15T21:16:58.5286356Z ../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5287976Z N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:58.5288568Z ^
2020-09-15T21:16:58.5289473Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:58.5290481Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:58.5291031Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5292177Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5293334Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:58.5294117Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:58.5294683Z ^
2020-09-15T21:16:58.5295815Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:58.5296660Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:58.5297103Z ^~~~~~~~~~
2020-09-15T21:16:58.5297965Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:58.5298993Z from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
2020-09-15T21:16:58.5299946Z from ../src/node-boilerplate/scrypt_hash_async.cc:28:
2020-09-15T21:16:58.5307989Z ../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5309613Z r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
2020-09-15T21:16:58.5310195Z ^
2020-09-15T21:16:58.5311097Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:58.5312351Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:58.5312899Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5313700Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5314773Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:58.5315541Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:58.5316108Z ^
2020-09-15T21:16:58.5317221Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:58.5322514Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:58.5322965Z ^~~~~~~~~~
2020-09-15T21:16:58.5323933Z In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
2020-09-15T21:16:58.5324978Z from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
2020-09-15T21:16:58.5325962Z from ../src/node-boilerplate/scrypt_hash_async.cc:28:
2020-09-15T21:16:58.5327943Z ../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5329521Z p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
2020-09-15T21:16:58.5330101Z ^
2020-09-15T21:16:58.5330997Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:58.5332019Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:58.5332565Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5333367Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5334441Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2477:47: note: declared here
2020-09-15T21:16:58.5335223Z V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
2020-09-15T21:16:58.5335783Z ^
2020-09-15T21:16:58.5336889Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:58.5337731Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:58.5338169Z ^~~~~~~~~~
2020-09-15T21:16:58.5339134Z In file included from ../src/node-boilerplate/inc/scrypt_hash_async.h:28:0,
2020-09-15T21:16:58.5340334Z from ../src/node-boilerplate/scrypt_hash_async.cc:28:
2020-09-15T21:16:58.5342159Z ../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
2020-09-15T21:16:58.5344513Z ../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:58.5345750Z callback->Call(1, argv);
2020-09-15T21:16:58.5346138Z ^
2020-09-15T21:16:58.5347020Z In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
2020-09-15T21:16:58.5347723Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:58.5348269Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:58.5348652Z ^~~~
2020-09-15T21:16:58.5349531Z In file included from ../src/node-boilerplate/scrypt_hash_async.cc:28:0:
2020-09-15T21:16:58.5351518Z ../src/node-boilerplate/inc/scrypt_hash_async.h: In constructor ‘ScryptHashAsyncWorker::ScryptHashAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
2020-09-15T21:16:58.5354066Z ../src/node-boilerplate/inc/scrypt_hash_async.h:36:32: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5355322Z params(info[1]->ToObject()),
2020-09-15T21:16:58.5355722Z ^
2020-09-15T21:16:58.5356810Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:58.5357439Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5358520Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5359610Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:58.5360265Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:58.5360670Z ^~~~~
2020-09-15T21:16:58.5361549Z In file included from ../src/node-boilerplate/scrypt_hash_async.cc:28:0:
2020-09-15T21:16:58.5363624Z ../src/node-boilerplate/inc/scrypt_hash_async.h:37:39: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5364932Z hash_size(info[2]->IntegerValue()),
2020-09-15T21:16:58.5365383Z ^
2020-09-15T21:16:58.5366268Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:26:0,
2020-09-15T21:16:58.5367287Z from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63,
2020-09-15T21:16:58.5367833Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5368633Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5369707Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:2476:46: note: declared here
2020-09-15T21:16:58.5370491Z V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
2020-09-15T21:16:58.5371064Z ^
2020-09-15T21:16:58.5372177Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
2020-09-15T21:16:58.5373019Z declarator __attribute__((deprecated(message)))
2020-09-15T21:16:58.5373458Z ^~~~~~~~~~
2020-09-15T21:16:58.5375056Z ../src/node-boilerplate/scrypt_hash_async.cc: In member function ‘virtual void ScryptHashAsyncWorker::HandleOKCallback()’:
2020-09-15T21:16:58.5377448Z ../src/node-boilerplate/scrypt_hash_async.cc:49:58: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-09-15T21:16:58.5379440Z GetFromPersistent("ScryptPeristentObject")->ToObject()->Get(Nan::New("HashBuffer").ToLocalChecked())
2020-09-15T21:16:58.5380312Z ^
2020-09-15T21:16:58.5381227Z In file included from /home/runner/.cache/node-gyp/10.22.0/include/node/node.h:63:0,
2020-09-15T21:16:58.5381875Z from ../../nan/nan.h:56,
2020-09-15T21:16:58.5382816Z from ../src/node-boilerplate/scrypt_hash_async.cc:25:
2020-09-15T21:16:58.5383947Z /home/runner/.cache/node-gyp/10.22.0/include/node/v8.h:10046:15: note: declared here
2020-09-15T21:16:58.5384601Z Local<Object> Value::ToObject() const {
2020-09-15T21:16:58.5385006Z ^~~~~
2020-09-15T21:16:58.5386839Z ../src/node-boilerplate/scrypt_hash_async.cc:52:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
2020-09-15T21:16:58.5388046Z callback->Call(2, argv);
2020-09-15T21:16:58.5388427Z ^
2020-09-15T21:16:58.5389376Z In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
2020-09-15T21:16:58.5390072Z ../../nan/nan.h:1742:3: note: declared here
2020-09-15T21:16:58.5390810Z Call(int argc, v8::Local<v8::Value> argv[]) const {
2020-09-15T21:16:58.5391235Z ^~~~
2020-09-15T21:16:58.7969588Z CXX(target) Release/obj.target/scrypt/scrypt_node.o
2020-09-15T21:16:59.3856419Z SOLINK_MODULE(target) Release/obj.target/scrypt.node
2020-09-15T21:16:59.4482819Z COPY Release/scrypt.node
2020-09-15T21:16:59.4549121Z make: Leaving directory '/opt/hostedtoolcache/node/10.22.0/x64/lib/node_modules/ganache-cli/node_modules/scrypt/build'
2020-09-15T21:16:59.4921575Z + ganache-cli@6.10.1
2020-09-15T21:16:59.4922184Z added 92 packages from 86 contributors in 23.902s
2020-09-15T21:16:59.5499323Z ##[group]Run actions/setup-python@v1
2020-09-15T21:16:59.5499786Z with:
2020-09-15T21:16:59.5500155Z python-version: 3.8
2020-09-15T21:16:59.5500539Z architecture: x64
2020-09-15T21:16:59.5500854Z env:
2020-09-15T21:16:59.5501938Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:59.5502695Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:59.5503056Z ##[endgroup]
2020-09-15T21:16:59.6122011Z Successfully setup CPython (3.8.5)
2020-09-15T21:16:59.6205880Z ##[group]Run pip install -r requirements-dev.txt
2020-09-15T21:16:59.6206460Z pip install -r requirements-dev.txt
2020-09-15T21:16:59.6245546Z shell: /bin/bash -e {0}
2020-09-15T21:16:59.6245797Z env:
2020-09-15T21:16:59.6246590Z ETHERSCAN_TOKEN: ***
2020-09-15T21:16:59.6247076Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:16:59.6247505Z pythonLocation: /opt/hostedtoolcache/Python/3.8.5/x64
2020-09-15T21:16:59.6247899Z ##[endgroup]
2020-09-15T21:17:00.2971449Z Collecting black==19.10b0
2020-09-15T21:17:00.3591441Z Downloading black-19.10b0-py36-none-any.whl (97 kB)
2020-09-15T21:17:00.5261283Z Collecting eth-brownie<2.0.0,>=1.11.0
2020-09-15T21:17:00.5419300Z Downloading eth_brownie-1.11.4-py3-none-any.whl (174 kB)
2020-09-15T21:17:01.1725661Z Collecting regex
2020-09-15T21:17:01.1892204Z Downloading regex-2020.7.14-cp38-cp38-manylinux2010_x86_64.whl (672 kB)
2020-09-15T21:17:01.3489986Z Collecting typed-ast>=1.4.0
2020-09-15T21:17:01.3644277Z Downloading typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl (768 kB)
2020-09-15T21:17:01.5239336Z Collecting pathspec<1,>=0.6
2020-09-15T21:17:01.5391525Z Downloading pathspec-0.8.0-py2.py3-none-any.whl (28 kB)
2020-09-15T21:17:01.5788880Z Collecting appdirs
2020-09-15T21:17:01.5944686Z Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
2020-09-15T21:17:01.6532226Z Collecting click>=6.5
2020-09-15T21:17:01.6703666Z Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
2020-09-15T21:17:01.7162951Z Collecting toml>=0.9.4
2020-09-15T21:17:01.7311711Z Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
2020-09-15T21:17:01.7791663Z Collecting attrs>=18.1.0
2020-09-15T21:17:01.7971673Z Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
2020-09-15T21:17:01.8932743Z Collecting pythx==1.6.1
2020-09-15T21:17:01.9079502Z Downloading pythx-1.6.1-py2.py3-none-any.whl (39 kB)
2020-09-15T21:17:02.0515361Z Collecting pytest==6.0.1
2020-09-15T21:17:02.0667552Z Downloading pytest-6.0.1-py3-none-any.whl (270 kB)
2020-09-15T21:17:02.1590401Z Collecting pygments==2.6.1
2020-09-15T21:17:02.1739898Z Downloading Pygments-2.6.1-py3-none-any.whl (914 kB)
2020-09-15T21:17:02.2947809Z Collecting py>=1.5.0
2020-09-15T21:17:02.3119038Z Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
2020-09-15T21:17:02.4510507Z Collecting web3==5.11.1
2020-09-15T21:17:02.4676411Z Downloading web3-5.11.1-py3-none-any.whl (467 kB)
2020-09-15T21:17:03.5406324Z Collecting hypothesis==5.35.0
2020-09-15T21:17:03.5587464Z Downloading hypothesis-5.35.0-py3-none-any.whl (334 kB)
2020-09-15T21:17:03.6363257Z Collecting eth-hash[pycryptodome]==0.2.0
2020-09-15T21:17:03.6521726Z Downloading eth_hash-0.2.0-py3-none-any.whl (7.2 kB)
2020-09-15T21:17:03.7025276Z Collecting vvm<0.1.0,>=0.0.2
2020-09-15T21:17:03.7174735Z Downloading vvm-0.0.2-py3-none-any.whl (11 kB)
2020-09-15T21:17:03.8062723Z Collecting eth-utils==1.9.5
2020-09-15T21:17:03.8222743Z Downloading eth_utils-1.9.5-py3-none-any.whl (23 kB)
2020-09-15T21:17:03.9629880Z Collecting prompt-toolkit==3.0.7
2020-09-15T21:17:03.9796137Z Downloading prompt_toolkit-3.0.7-py3-none-any.whl (355 kB)
2020-09-15T21:17:04.0867480Z Collecting requests<3.0.0,>=2.23.0
2020-09-15T21:17:04.1037221Z Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
2020-09-15T21:17:04.1631190Z Collecting pygments-lexer-solidity==0.5.1
2020-09-15T21:17:04.1786798Z Downloading pygments-lexer-solidity-0.5.1.tar.gz (6.9 kB)
2020-09-15T21:17:04.7157752Z Collecting hexbytes==0.2.1
2020-09-15T21:17:04.7327465Z Downloading hexbytes-0.2.1-py3-none-any.whl (6.0 kB)
2020-09-15T21:17:04.8067998Z Collecting eth-event<2.0.0,>=1.2.0
2020-09-15T21:17:04.8225278Z Downloading eth_event-1.2.0-py3-none-any.whl (7.1 kB)
2020-09-15T21:17:04.8895293Z Collecting eth-abi==2.1.1
2020-09-15T21:17:04.9052897Z Downloading eth_abi-2.1.1-py3-none-any.whl (27 kB)
2020-09-15T21:17:05.0013921Z Collecting semantic-version==2.8.5
2020-09-15T21:17:05.0158078Z Downloading semantic_version-2.8.5-py2.py3-none-any.whl (15 kB)
2020-09-15T21:17:05.2504295Z Collecting psutil<6.0.0,>=5.7.2
2020-09-15T21:17:05.2678944Z Downloading psutil-5.7.2.tar.gz (460 kB)
2020-09-15T21:17:05.7384051Z Collecting py-solc-x<2.0.0,>=1.0.0
2020-09-15T21:17:05.7529447Z Downloading py_solc_x-1.0.0-py3-none-any.whl (15 kB)
2020-09-15T21:17:05.8225112Z Collecting pyyaml<6.0.0,>=5.3.0
2020-09-15T21:17:05.8389864Z Downloading PyYAML-5.3.1.tar.gz (269 kB)
2020-09-15T21:17:06.3000436Z Collecting pytest-xdist==1.34.0
2020-09-15T21:17:06.3149366Z Downloading pytest_xdist-1.34.0-py2.py3-none-any.whl (36 kB)
2020-09-15T21:17:06.3783719Z Collecting eth-account==0.5.2
2020-09-15T21:17:06.3951024Z Downloading eth_account-0.5.2-py3-none-any.whl (94 kB)
2020-09-15T21:17:06.5030313Z Collecting py-solc-ast<2.0.0,>=1.2.5
2020-09-15T21:17:06.5172586Z Downloading py_solc_ast-1.2.5-py3-none-any.whl (9.7 kB)
2020-09-15T21:17:06.6153484Z Collecting tqdm==4.48.2
2020-09-15T21:17:06.6297565Z Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB)
2020-09-15T21:17:06.7046949Z Collecting mythx-models==1.9.1
2020-09-15T21:17:06.7193432Z Downloading mythx_models-1.9.1-py2.py3-none-any.whl (82 kB)
2020-09-15T21:17:06.7720258Z Collecting python-dateutil<2.9.0,>=2.8.0
2020-09-15T21:17:06.7879121Z Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
2020-09-15T21:17:06.8337541Z Collecting inflection==0.5.0
2020-09-15T21:17:06.8484753Z Downloading inflection-0.5.0-py2.py3-none-any.whl (5.8 kB)
2020-09-15T21:17:06.9087908Z Collecting PyJWT<1.8.0,>=1.7.0
2020-09-15T21:17:06.9244035Z Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
2020-09-15T21:17:07.0011425Z Collecting packaging
2020-09-15T21:17:07.0157947Z Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
2020-09-15T21:17:07.0627210Z Collecting pluggy<1.0,>=0.12
2020-09-15T21:17:07.0776851Z Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
2020-09-15T21:17:07.1109532Z Collecting iniconfig
2020-09-15T21:17:07.1257714Z Downloading iniconfig-1.0.1-py3-none-any.whl (4.2 kB)
2020-09-15T21:17:07.1748792Z Collecting more-itertools>=4.0.0
2020-09-15T21:17:07.1905749Z Downloading more_itertools-8.5.0-py3-none-any.whl (44 kB)
2020-09-15T21:17:07.2357840Z Collecting jsonschema<4.0.0,>=3.0.0
2020-09-15T21:17:07.2513268Z Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
2020-09-15T21:17:07.4740792Z Collecting protobuf<4,>=3.10.0
2020-09-15T21:17:07.4917001Z Downloading protobuf-3.13.0-cp38-cp38-manylinux1_x86_64.whl (1.3 MB)
2020-09-15T21:17:07.6369547Z Collecting websockets<9.0.0,>=8.1.0
2020-09-15T21:17:07.6534153Z Downloading websockets-8.1-cp38-cp38-manylinux2010_x86_64.whl (78 kB)
2020-09-15T21:17:07.6884327Z Collecting lru-dict<2.0.0,>=1.1.6
2020-09-15T21:17:07.7040521Z Downloading lru-dict-1.1.6.tar.gz (9.4 kB)
2020-09-15T21:17:07.9825667Z Collecting eth-typing<3.0.0,>=2.0.0
2020-09-15T21:17:07.9979423Z Downloading eth_typing-2.2.2-py3-none-any.whl (6.2 kB)
2020-09-15T21:17:08.1226008Z Collecting ipfshttpclient<1,>=0.4.12
2020-09-15T21:17:08.1392535Z Downloading ipfshttpclient-0.6.1-py3-none-any.whl (231 kB)
2020-09-15T21:17:08.1995535Z Collecting sortedcontainers<3.0.0,>=2.1.0
2020-09-15T21:17:08.2168836Z Downloading sortedcontainers-2.2.2-py2.py3-none-any.whl (29 kB)
2020-09-15T21:17:08.4958106Z Collecting pycryptodome<4,>=3.6.6; extra == "pycryptodome"
2020-09-15T21:17:08.5115303Z Downloading pycryptodome-3.9.8-cp38-cp38-manylinux1_x86_64.whl (13.7 MB)
2020-09-15T21:17:09.0474258Z Collecting cytoolz<1.0.0,>=0.10.1; implementation_name == "cpython"
2020-09-15T21:17:09.0663837Z Downloading cytoolz-0.10.1.tar.gz (475 kB)
2020-09-15T21:17:09.3885903Z Collecting wcwidth
2020-09-15T21:17:09.4029947Z Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
2020-09-15T21:17:09.4432007Z Collecting idna<3,>=2.5
2020-09-15T21:17:09.4580853Z Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
2020-09-15T21:17:09.5098378Z Collecting certifi>=2017.4.17
2020-09-15T21:17:09.5244157Z Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
2020-09-15T21:17:09.6042642Z Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
2020-09-15T21:17:09.6210628Z Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
2020-09-15T21:17:09.6659155Z Collecting chardet<4,>=3.0.2
2020-09-15T21:17:09.6830564Z Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
2020-09-15T21:17:09.7178955Z Collecting parsimonious<0.9.0,>=0.8.0
2020-09-15T21:17:09.7341197Z Downloading parsimonious-0.8.1.tar.gz (45 kB)
2020-09-15T21:17:10.0020746Z Collecting pytest-forked
2020-09-15T21:17:10.0189757Z Downloading pytest_forked-1.3.0-py2.py3-none-any.whl (4.7 kB)
2020-09-15T21:17:10.0722646Z Collecting six
2020-09-15T21:17:10.0878001Z Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
2020-09-15T21:17:10.1320586Z Collecting execnet>=1.1
2020-09-15T21:17:10.1497044Z Downloading execnet-1.7.1-py2.py3-none-any.whl (39 kB)
2020-09-15T21:17:10.2059791Z Collecting eth-rlp<1,>=0.1.2
2020-09-15T21:17:10.2209546Z Downloading eth_rlp-0.2.0-py3-none-any.whl (5.0 kB)
2020-09-15T21:17:10.3041434Z Collecting eth-keyfile<0.6.0,>=0.5.0
2020-09-15T21:17:10.3210105Z Downloading eth_keyfile-0.5.1-py3-none-any.whl (8.3 kB)
2020-09-15T21:17:10.3634554Z Collecting bitarray<1.3.0,>=1.2.1
2020-09-15T21:17:10.3782341Z Downloading bitarray-1.2.2.tar.gz (48 kB)
2020-09-15T21:17:10.6252767Z Collecting eth-keys!=0.3.2,<0.4.0,>=0.2.1
2020-09-15T21:17:10.6417686Z Downloading eth_keys-0.3.3-py3-none-any.whl (20 kB)
2020-09-15T21:17:10.7505910Z Collecting rlp<2,>=1.0.0
2020-09-15T21:17:10.7661221Z Downloading rlp-1.2.0-py2.py3-none-any.whl (19 kB)
2020-09-15T21:17:10.8998750Z Collecting pyparsing>=2.0.2
2020-09-15T21:17:10.9159097Z Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
2020-09-15T21:17:10.9665528Z Collecting pyrsistent>=0.14.0
2020-09-15T21:17:10.9820231Z Downloading pyrsistent-0.17.3.tar.gz (106 kB)
2020-09-15T21:17:11.2657230Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages (from jsonschema<4.0.0,>=3.0.0->web3==5.11.1->eth-brownie<2.0.0,>=1.11.0->-r requirements-dev.txt (line 2)) (47.1.0)
2020-09-15T21:17:11.3551022Z Collecting multiaddr>=0.0.7
2020-09-15T21:17:11.3707323Z Downloading multiaddr-0.0.9-py2.py3-none-any.whl (16 kB)
2020-09-15T21:17:11.4101258Z Collecting toolz>=0.8.0
2020-09-15T21:17:11.4253657Z Downloading toolz-0.10.0.tar.gz (49 kB)
2020-09-15T21:17:11.9918769Z Collecting apipkg>=1.4
2020-09-15T21:17:12.0092354Z Downloading apipkg-1.5-py2.py3-none-any.whl (4.9 kB)
2020-09-15T21:17:12.0596830Z Collecting varint
2020-09-15T21:17:12.0758509Z Downloading varint-1.0.2.tar.gz (1.9 kB)
2020-09-15T21:17:12.3485101Z Collecting base58
2020-09-15T21:17:12.3634095Z Downloading base58-2.0.1-py3-none-any.whl (4.3 kB)
2020-09-15T21:17:12.4216439Z Collecting netaddr
2020-09-15T21:17:12.4408912Z Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
2020-09-15T21:17:12.4850860Z Using legacy 'setup.py install' for pygments-lexer-solidity, since package 'wheel' is not installed.
2020-09-15T21:17:12.4852500Z Using legacy 'setup.py install' for psutil, since package 'wheel' is not installed.
2020-09-15T21:17:12.4853728Z Using legacy 'setup.py install' for pyyaml, since package 'wheel' is not installed.
2020-09-15T21:17:12.4856168Z Using legacy 'setup.py install' for lru-dict, since package 'wheel' is not installed.
2020-09-15T21:17:12.4859514Z Using legacy 'setup.py install' for cytoolz, since package 'wheel' is not installed.
2020-09-15T21:17:12.4862854Z Using legacy 'setup.py install' for parsimonious, since package 'wheel' is not installed.
2020-09-15T21:17:12.4866053Z Using legacy 'setup.py install' for bitarray, since package 'wheel' is not installed.
2020-09-15T21:17:12.4869155Z Using legacy 'setup.py install' for pyrsistent, since package 'wheel' is not installed.
2020-09-15T21:17:12.4871938Z Using legacy 'setup.py install' for toolz, since package 'wheel' is not installed.
2020-09-15T21:17:12.4874778Z Using legacy 'setup.py install' for varint, since package 'wheel' is not installed.
2020-09-15T21:17:13.0952731Z Installing collected packages: regex, typed-ast, pathspec, appdirs, click, toml, attrs, black, inflection, pyrsistent, six, jsonschema, python-dateutil, mythx-models, idna, certifi, urllib3, chardet, requests, PyJWT, pythx, pyparsing, packaging, pluggy, py, iniconfig, more-itertools, pytest, pygments, toolz, cytoolz, pycryptodome, eth-hash, eth-typing, eth-utils, rlp, hexbytes, eth-rlp, eth-keys, eth-keyfile, bitarray, parsimonious, eth-abi, eth-account, protobuf, websockets, lru-dict, varint, base58, netaddr, multiaddr, ipfshttpclient, web3, sortedcontainers, hypothesis, semantic-version, vvm, wcwidth, prompt-toolkit, pygments-lexer-solidity, eth-event, psutil, py-solc-x, pyyaml, pytest-forked, apipkg, execnet, pytest-xdist, py-solc-ast, tqdm, eth-brownie
2020-09-15T21:17:13.4153798Z Running setup.py install for pyrsistent: started
2020-09-15T21:17:14.6396177Z Running setup.py install for pyrsistent: finished with status 'done'
2020-09-15T21:17:16.1959127Z Running setup.py install for toolz: started
2020-09-15T21:17:16.6029513Z Running setup.py install for toolz: finished with status 'done'
2020-09-15T21:17:16.6068332Z Running setup.py install for cytoolz: started
2020-09-15T21:17:34.7887011Z Running setup.py install for cytoolz: finished with status 'done'
2020-09-15T21:17:35.5912606Z Running setup.py install for bitarray: started
2020-09-15T21:17:37.9704880Z Running setup.py install for bitarray: finished with status 'done'
2020-09-15T21:17:37.9729542Z Running setup.py install for parsimonious: started
2020-09-15T21:17:38.2996880Z Running setup.py install for parsimonious: finished with status 'done'
2020-09-15T21:17:38.8803437Z Running setup.py install for lru-dict: started
2020-09-15T21:17:39.4593803Z Running setup.py install for lru-dict: finished with status 'done'
2020-09-15T21:17:39.4616595Z Running setup.py install for varint: started
2020-09-15T21:17:39.7004498Z Running setup.py install for varint: finished with status 'done'
2020-09-15T21:17:40.6579711Z Running setup.py install for pygments-lexer-solidity: started
2020-09-15T21:17:40.9669342Z Running setup.py install for pygments-lexer-solidity: finished with status 'done'
2020-09-15T21:17:40.9803219Z Running setup.py install for psutil: started
2020-09-15T21:17:42.2336803Z Running setup.py install for psutil: finished with status 'done'
2020-09-15T21:17:42.2592195Z Running setup.py install for pyyaml: started
2020-09-15T21:17:42.6627700Z Running setup.py install for pyyaml: finished with status 'done'
2020-09-15T21:17:43.2857389Z Successfully installed PyJWT-1.7.1 apipkg-1.5 appdirs-1.4.4 attrs-20.2.0 base58-2.0.1 bitarray-1.2.2 black-19.10b0 certifi-2020.6.20 chardet-3.0.4 click-7.1.2 cytoolz-0.10.1 eth-abi-2.1.1 eth-account-0.5.2 eth-brownie-1.11.4 eth-event-1.2.0 eth-hash-0.2.0 eth-keyfile-0.5.1 eth-keys-0.3.3 eth-rlp-0.2.0 eth-typing-2.2.2 eth-utils-1.9.5 execnet-1.7.1 hexbytes-0.2.1 hypothesis-5.35.0 idna-2.10 inflection-0.5.0 iniconfig-1.0.1 ipfshttpclient-0.6.1 jsonschema-3.2.0 lru-dict-1.1.6 more-itertools-8.5.0 multiaddr-0.0.9 mythx-models-1.9.1 netaddr-0.8.0 packaging-20.4 parsimonious-0.8.1 pathspec-0.8.0 pluggy-0.13.1 prompt-toolkit-3.0.7 protobuf-3.13.0 psutil-5.7.2 py-1.9.0 py-solc-ast-1.2.5 py-solc-x-1.0.0 pycryptodome-3.9.8 pygments-2.6.1 pygments-lexer-solidity-0.5.1 pyparsing-2.4.7 pyrsistent-0.17.3 pytest-6.0.1 pytest-forked-1.3.0 pytest-xdist-1.34.0 python-dateutil-2.8.1 pythx-1.6.1 pyyaml-5.3.1 regex-2020.7.14 requests-2.24.0 rlp-1.2.0 semantic-version-2.8.5 six-1.15.0 sortedcontainers-2.2.2 toml-0.10.1 toolz-0.10.0 tqdm-4.48.2 typed-ast-1.4.1 urllib3-1.25.10 varint-1.0.2 vvm-0.0.2 wcwidth-0.2.5 web3-5.11.1 websockets-8.1
2020-09-15T21:17:43.5824923Z ##[group]Run brownie test -s --coverage
2020-09-15T21:17:43.5825476Z brownie test -s --coverage
2020-09-15T21:17:43.5878670Z shell: /bin/bash -e {0}
2020-09-15T21:17:43.5878988Z env:
2020-09-15T21:17:43.5879883Z ETHERSCAN_TOKEN: ***
2020-09-15T21:17:43.5880627Z WEB3_INFURA_PROJECT_ID: ***
2020-09-15T21:17:43.5881191Z pythonLocation: /opt/hostedtoolcache/Python/3.8.5/x64
2020-09-15T21:17:43.5881716Z ##[endgroup]
2020-09-15T21:17:45.8596268Z
2020-09-15T21:17:45.9597470Z 0.00iB [00:00, ?iB/s]
2020-09-15T21:17:46.0596612Z 177kiB [00:00, 1.77MiB/s]
2020-09-15T21:17:46.1596930Z 669kiB [00:00, 2.19MiB/s]
2020-09-15T21:17:46.2601633Z 910kiB [00:00, 2.25MiB/s]
2020-09-15T21:17:46.3716950Z 1.15MiB [00:00, 2.28MiB/s]
2020-09-15T21:17:46.4879882Z 1.36MiB [00:00, 2.16MiB/s]
2020-09-15T21:17:46.5045548Z 1.57MiB [00:00, 2.02MiB/s]
2020-09-15T21:17:48.2209533Z 1.59MiB [00:00, 2.46MiB/s]
2020-09-15T21:17:48.2212106Z Downloading from https://solc-bin.ethereum.org/linux-amd64/solc-linux-amd64-v0.5.17+commit.d19bba13
2020-09-15T21:17:48.3025104Z
2020-09-15T21:17:48.4029740Z 0%| | 0.00/8.01M [00:00<?, ?iB/s]
2020-09-15T21:17:48.5028769Z 10%|█ | 817k/8.01M [00:00<00:00, 8.16MiB/s]
2020-09-15T21:17:48.8047494Z 20%|█▉ | 1.57M/8.01M [00:00<00:00, 7.96MiB/s]
2020-09-15T21:17:49.0778381Z 25%|██▍ | 1.97M/8.01M [00:00<00:01, 3.17MiB/s]
2020-09-15T21:17:49.3122280Z 29%|██▊ | 2.28M/8.01M [00:00<00:02, 2.09MiB/s]
2020-09-15T21:17:49.5815934Z 32%|███▏ | 2.54M/8.01M [00:01<00:03, 1.65MiB/s]
2020-09-15T21:17:49.8167366Z 34%|███▍ | 2.76M/8.01M [00:01<00:04, 1.24MiB/s]
2020-09-15T21:17:49.9904561Z 37%|███▋ | 2.93M/8.01M [00:01<00:04, 1.03MiB/s]
2020-09-15T21:17:50.1389415Z 38%|███▊ | 3.07M/8.01M [00:01<00:05, 959kiB/s]
2020-09-15T21:17:50.2694927Z 40%|███▉ | 3.20M/8.01M [00:01<00:05, 920kiB/s]
2020-09-15T21:17:50.3933293Z 41%|████▏ | 3.31M/8.01M [00:01<00:05, 905kiB/s]
2020-09-15T21:17:50.5207198Z 43%|████▎ | 3.42M/8.01M [00:02<00:05, 888kiB/s]
2020-09-15T21:17:50.6270791Z 44%|████▍ | 3.52M/8.01M [00:02<00:05, 852kiB/s]
2020-09-15T21:17:50.7355965Z 45%|████▌ | 3.61M/8.01M [00:02<00:05, 859kiB/s]
2020-09-15T21:17:50.8450219Z 46%|████▌ | 3.70M/8.01M [00:02<00:05, 856kiB/s]
2020-09-15T21:17:50.9559347Z 47%|████▋ | 3.79M/8.01M [00:02<00:04, 846kiB/s]
2020-09-15T21:17:51.0700210Z 48%|████▊ | 3.88M/8.01M [00:02<00:04, 830kiB/s]
2020-09-15T21:17:51.1949862Z 50%|████▉ | 3.96M/8.01M [00:02<00:05, 803kiB/s]
2020-09-15T21:17:51.3203786Z 51%|█████ | 4.05M/8.01M [00:02<00:05, 752kiB/s]
2020-09-15T21:17:51.4276715Z 51%|█████▏ | 4.12M/8.01M [00:03<00:05, 707kiB/s]
2020-09-15T21:17:51.5281983Z 52%|█████▏ | 4.20M/8.01M [00:03<00:05, 698kiB/s]
2020-09-15T21:17:51.6285258Z 53%|█████▎ | 4.27M/8.01M [00:03<00:05, 719kiB/s]
2020-09-15T21:17:51.7287578Z 54%|█████▍ | 4.35M/8.01M [00:03<00:04, 741kiB/s]
2020-09-15T21:17:51.8297301Z 55%|█████▌ | 4.43M/8.01M [00:03<00:04, 754kiB/s]
2020-09-15T21:17:51.9305957Z 56%|█████▋ | 4.51M/8.01M [00:03<00:04, 765kiB/s]
2020-09-15T21:17:52.0407286Z 57%|█████▋ | 4.59M/8.01M [00:03<00:04, 767kiB/s]
2020-09-15T21:17:52.1461155Z 58%|█████▊ | 4.67M/8.01M [00:03<00:04, 748kiB/s]
2020-09-15T21:17:52.2507166Z 59%|█████▉ | 4.74M/8.01M [00:03<00:04, 739kiB/s]
2020-09-15T21:17:52.3569499Z 60%|██████ | 4.82M/8.01M [00:03<00:04, 731kiB/s]
2020-09-15T21:17:52.4615967Z 61%|██████ | 4.89M/8.01M [00:04<00:04, 720kiB/s]
2020-09-15T21:17:52.5739428Z 62%|██████▏ | 4.97M/8.01M [00:04<00:04, 712kiB/s]
2020-09-15T21:17:52.6981450Z 63%|██████▎ | 5.04M/8.01M [00:04<00:04, 688kiB/s]
2020-09-15T21:17:52.8245268Z 64%|██████▍ | 5.11M/8.01M [00:04<00:04, 644kiB/s]
2020-09-15T21:17:52.9400078Z 65%|██████▍ | 5.17M/8.01M [00:04<00:04, 601kiB/s]
2020-09-15T21:17:53.0408044Z 65%|██████▌ | 5.23M/8.01M [00:04<00:04, 578kiB/s]
2020-09-15T21:17:53.1409404Z 66%|██████▌ | 5.29M/8.01M [00:04<00:04, 581kiB/s]
2020-09-15T21:17:53.2415443Z 67%|██████▋ | 5.36M/8.01M [00:04<00:04, 611kiB/s]
2020-09-15T21:17:53.3426634Z 68%|██████▊ | 5.44M/8.01M [00:04<00:03, 648kiB/s]
2020-09-15T21:17:53.4490102Z 69%|██████▉ | 5.51M/8.01M [00:05<00:03, 665kiB/s]
2020-09-15T21:17:53.5668044Z 70%|██████▉ | 5.58M/8.01M [00:05<00:03, 656kiB/s]
2020-09-15T21:17:53.6788230Z 70%|███████ | 5.64M/8.01M [00:05<00:03, 626kiB/s]
2020-09-15T21:17:53.7796638Z 71%|███████▏ | 5.71M/8.01M [00:05<00:03, 607kiB/s]
2020-09-15T21:17:53.8962112Z 72%|███████▏ | 5.77M/8.01M [00:05<00:03, 619kiB/s]
2020-09-15T21:17:54.0178532Z 73%|███████▎ | 5.84M/8.01M [00:05<00:03, 592kiB/s]
2020-09-15T21:17:54.1190270Z 74%|███████▎ | 5.90M/8.01M [00:05<00:03, 560kiB/s]
2020-09-15T21:17:54.2200662Z 74%|███████▍ | 5.96M/8.01M [00:05<00:03, 575kiB/s]
2020-09-15T21:17:54.3429564Z 75%|███████▌ | 6.02M/8.01M [00:05<00:03, 590kiB/s]
2020-09-15T21:17:54.4674599Z 76%|███████▌ | 6.08M/8.01M [00:06<00:03, 557kiB/s]
2020-09-15T21:17:54.5907898Z 77%|███████▋ | 6.14M/8.01M [00:06<00:03, 524kiB/s]
2020-09-15T21:17:54.6951037Z 77%|███████▋ | 6.19M/8.01M [00:06<00:03, 496kiB/s]
2020-09-15T21:17:54.7962842Z 78%|███████▊ | 6.25M/8.01M [00:06<00:03, 494kiB/s]
2020-09-15T21:17:54.8963794Z 79%|███████▉ | 6.31M/8.01M [00:06<00:03, 530kiB/s]
2020-09-15T21:17:54.9966351Z 80%|███████▉ | 6.37M/8.01M [00:06<00:02, 550kiB/s]
2020-09-15T21:17:55.0973304Z 80%|████████ | 6.43M/8.01M [00:06<00:02, 570kiB/s]
2020-09-15T21:17:55.1981396Z 81%|████████ | 6.49M/8.01M [00:06<00:02, 579kiB/s]
2020-09-15T21:17:55.2984682Z 82%|████████▏ | 6.56M/8.01M [00:06<00:02, 590kiB/s]
2020-09-15T21:17:55.3992617Z 83%|████████▎ | 6.62M/8.01M [00:06<00:02, 597kiB/s]
2020-09-15T21:17:55.5016600Z 83%|████████▎ | 6.68M/8.01M [00:07<00:02, 597kiB/s]
2020-09-15T21:17:55.6077366Z 84%|████████▍ | 6.74M/8.01M [00:07<00:02, 595kiB/s]
2020-09-15T21:17:55.7280626Z 85%|████████▍ | 6.80M/8.01M [00:07<00:02, 587kiB/s]
2020-09-15T21:17:55.8495786Z 86%|████████▌ | 6.86M/8.01M [00:07<00:02, 555kiB/s]
2020-09-15T21:17:55.9506487Z 86%|████████▋ | 6.91M/8.01M [00:07<00:02, 524kiB/s]
2020-09-15T21:17:56.0515420Z 87%|████████▋ | 6.97M/8.01M [00:07<00:01, 536kiB/s]
2020-09-15T21:17:56.1567547Z 88%|████████▊ | 7.03M/8.01M [00:07<00:01, 546kiB/s]
2020-09-15T21:17:56.2579934Z 88%|████████▊ | 7.08M/8.01M [00:07<00:01, 540kiB/s]
2020-09-15T21:17:56.3649856Z 89%|████████▉ | 7.14M/8.01M [00:07<00:01, 542kiB/s]
2020-09-15T21:17:56.4739444Z 90%|████████▉ | 7.19M/8.01M [00:08<00:01, 534kiB/s]
2020-09-15T21:17:56.6068288Z 91%|█████████ | 7.25M/8.01M [00:08<00:01, 523kiB/s]
2020-09-15T21:17:56.7289798Z 91%|█████████ | 7.30M/8.01M [00:08<00:01, 479kiB/s]
2020-09-15T21:17:56.8451945Z 92%|█████████▏| 7.35M/8.01M [00:08<00:01, 453kiB/s]
2020-09-15T21:17:56.9451470Z 92%|█████████▏| 7.40M/8.01M [00:08<00:01, 437kiB/s]
2020-09-15T21:17:57.0453559Z 93%|█████████▎| 7.45M/8.01M [00:08<00:01, 450kiB/s]
2020-09-15T21:17:57.1462843Z 94%|█████████▎| 7.50M/8.01M [00:08<00:01, 471kiB/s]
2020-09-15T21:17:57.2481900Z 94%|█████████▍| 7.55M/8.01M [00:08<00:00, 490kiB/s]
2020-09-15T21:17:57.3491299Z 95%|█████████▌| 7.61M/8.01M [00:08<00:00, 507kiB/s]
2020-09-15T21:17:57.4500823Z 96%|█████████▌| 7.67M/8.01M [00:09<00:00, 519kiB/s]
2020-09-15T21:17:57.5511047Z 96%|█████████▋| 7.72M/8.01M [00:09<00:00, 524kiB/s]
2020-09-15T21:17:57.6698115Z 97%|█████████▋| 7.77M/8.01M [00:09<00:00, 528kiB/s]
2020-09-15T21:17:57.7908020Z 98%|█████████▊| 7.83M/8.01M [00:09<00:00, 501kiB/s]
2020-09-15T21:17:57.9181240Z 98%|█████████▊| 7.88M/8.01M [00:09<00:00, 475kiB/s]
2020-09-15T21:17:58.0259916Z 99%|█████████▉| 7.93M/8.01M [00:09<00:00, 441kiB/s]
2020-09-15T21:17:58.1134923Z 100%|█████████▉| 7.97M/8.01M [00:09<00:00, 434kiB/s]
2020-09-15T21:17:58.1241717Z 100%|██████████| 8.01M/8.01M [00:09<00:00, 816kiB/s]
2020-09-15T21:17:58.1242712Z Using solc version 0.5.17
2020-09-15T21:17:58.1244132Z solc 0.5.17 successfully installed at: /home/runner/.solcx/solc-v0.5.17
2020-09-15T21:18:09.5747917Z
2020-09-15T21:18:09.6761471Z 0.00iB [00:00, ?iB/s]
2020-09-15T21:18:09.7761879Z 164kiB [00:00, 1.62MiB/s]
2020-09-15T21:18:09.8774047Z 872kiB [00:00, 2.10MiB/s]
2020-09-15T21:18:10.7110618Z 1.57MiB [00:00, 5.19MiB/s]
2020-09-15T21:18:10.7112905Z Downloading from https://solc-bin.ethereum.org/linux-amd64/solc-linux-amd64-v0.6.12+commit.27d51765
2020-09-15T21:18:10.8143499Z
2020-09-15T21:18:10.9146311Z 0%| | 0.00/9.47M [00:00<?, ?iB/s]
2020-09-15T21:18:11.0148399Z 8%|▊ | 779k/9.47M [00:00<00:01, 7.79MiB/s]
2020-09-15T21:18:11.1148210Z 16%|█▌ | 1.50M/9.47M [00:00<00:01, 7.61MiB/s]
2020-09-15T21:18:11.2149348Z 22%|██▏ | 2.11M/9.47M [00:00<00:01, 7.08MiB/s]
2020-09-15T21:18:11.3261320Z 27%|██▋ | 2.60M/9.47M [00:00<00:01, 6.23MiB/s]
2020-09-15T21:18:11.4426716Z 32%|███▏ | 3.06M/9.47M [00:00<00:01, 5.41MiB/s]
2020-09-15T21:18:11.5760304Z 37%|███▋ | 3.51M/9.47M [00:00<00:01, 4.82MiB/s]
2020-09-15T21:18:11.7148014Z 42%|████▏ | 3.93M/9.47M [00:00<00:01, 4.19MiB/s]
2020-09-15T21:18:11.8698952Z 46%|████▌ | 4.33M/9.47M [00:00<00:01, 3.67MiB/s]
2020-09-15T21:18:12.0243176Z 50%|████▉ | 4.69M/9.47M [00:01<00:01, 3.14MiB/s]
2020-09-15T21:18:12.1524417Z 53%|█████▎ | 5.02M/9.47M [00:01<00:01, 2.73MiB/s]
2020-09-15T21:18:12.2751364Z 56%|█████▌ | 5.31M/9.47M [00:01<00:01, 2.58MiB/s]
2020-09-15T21:18:12.3881437Z 59%|█████▉ | 5.58M/9.47M [00:01<00:01, 2.45MiB/s]
2020-09-15T21:18:12.5102695Z 62%|██████▏ | 5.84M/9.47M [00:01<00:01, 2.40MiB/s]
2020-09-15T21:18:12.6477722Z 64%|██████▍ | 6.08M/9.47M [00:01<00:01, 2.27MiB/s]
2020-09-15T21:18:12.7868565Z 67%|██████▋ | 6.32M/9.47M [00:01<00:01, 2.07MiB/s]
2020-09-15T21:18:12.9230426Z 69%|██████▉ | 6.53M/9.47M [00:01<00:01, 1.88MiB/s]
2020-09-15T21:18:13.0395092Z 71%|███████ | 6.73M/9.47M [00:02<00:01, 1.73MiB/s]
2020-09-15T21:18:13.1408661Z 73%|███████▎ | 6.91M/9.47M [00:02<00:01, 1.67MiB/s]
2020-09-15T21:18:13.2410103Z 75%|███████▍ | 7.09M/9.47M [00:02<00:01, 1.69MiB/s]
2020-09-15T21:18:13.3414986Z 77%|███████▋ | 7.27M/9.47M [00:02<00:01, 1.72MiB/s]
2020-09-15T21:18:13.4422575Z 79%|███████▊ | 7.45M/9.47M [00:02<00:01, 1.74MiB/s]
2020-09-15T21:18:13.5429652Z 80%|████████ | 7.62M/9.47M [00:02<00:01, 1.74MiB/s]
2020-09-15T21:18:13.6483602Z 82%|████████▏ | 7.80M/9.47M [00:02<00:00, 1.76MiB/s]
2020-09-15T21:18:13.7630995Z 84%|████████▍ | 7.98M/9.47M [00:02<00:00, 1.73MiB/s]
2020-09-15T21:18:14.1376759Z 86%|████████▌ | 8.15M/9.47M [00:02<00:00, 1.66MiB/s]
2020-09-15T21:18:14.4368510Z 88%|████████▊ | 8.32M/9.47M [00:03<00:01, 919kiB/s]
2020-09-15T21:18:14.6596388Z 89%|████████▉ | 8.45M/9.47M [00:03<00:01, 690kiB/s]
2020-09-15T21:18:14.8680527Z 90%|█████████ | 8.56M/9.47M [00:03<00:01, 607kiB/s]
2020-09-15T21:18:15.0448425Z 91%|█████████▏| 8.65M/9.47M [00:04<00:01, 537kiB/s]
2020-09-15T21:18:15.2033047Z 92%|█████████▏| 8.72M/9.47M [00:04<00:01, 496kiB/s]
2020-09-15T21:18:15.3407862Z 93%|█████████▎| 8.79M/9.47M [00:04<00:01, 469kiB/s]
2020-09-15T21:18:15.4861776Z 93%|█████████▎| 8.84M/9.47M [00:04<00:01, 452kiB/s]
2020-09-15T21:18:15.6313789Z 94%|█████████▍| 8.90M/9.47M [00:04<00:01, 422kiB/s]
2020-09-15T21:18:15.7689033Z 94%|█████████▍| 8.95M/9.47M [00:04<00:01, 390kiB/s]
2020-09-15T21:18:15.8941825Z 95%|█████████▍| 8.99M/9.47M [00:04<00:01, 366kiB/s]
2020-09-15T21:18:15.9974525Z 95%|█████████▌| 9.03M/9.47M [00:05<00:01, 353kiB/s]
2020-09-15T21:18:16.0979306Z 96%|█████████▌| 9.07M/9.47M [00:05<00:01, 357kiB/s]
2020-09-15T21:18:16.1980480Z 96%|█████████▌| 9.11M/9.47M [00:05<00:00, 373kiB/s]
2020-09-15T21:18:16.2982684Z 97%|█████████▋| 9.15M/9.47M [00:05<00:00, 384kiB/s]
2020-09-15T21:18:16.4025021Z 97%|█████████▋| 9.19M/9.47M [00:05<00:00, 396kiB/s]
2020-09-15T21:18:16.5027834Z 97%|█████████▋| 9.24M/9.47M [00:05<00:00, 396kiB/s]
2020-09-15T21:18:16.6039094Z 98%|█████████▊| 9.28M/9.47M [00:05<00:00, 402kiB/s]
2020-09-15T21:18:16.7061578Z 98%|█████████▊| 9.32M/9.47M [00:05<00:00, 411kiB/s]
2020-09-15T21:18:16.8087069Z 99%|█████████▉| 9.36M/9.47M [00:05<00:00, 411kiB/s]
2020-09-15T21:18:16.9151238Z 99%|█████████▉| 9.41M/9.47M [00:05<00:00, 411kiB/s]
2020-09-15T21:18:16.9870257Z 100%|█████████▉| 9.45M/9.47M [00:06<00:00, 406kiB/s]
2020-09-15T21:18:17.0012622Z 100%|██████████| 9.47M/9.47M [00:06<00:00, 1.53MiB/s]
2020-09-15T21:18:17.0014180Z solc 0.6.12 successfully installed at: /home/runner/.solcx/solc-v0.6.12
2020-09-15T21:18:36.1728251Z Brownie v1.11.4 - Python development framework for Ethereum
2020-09-15T21:18:36.1729295Z
2020-09-15T21:18:36.1730033Z Compiling contracts...
2020-09-15T21:18:36.1730759Z Solc version: 0.5.17
2020-09-15T21:18:36.1731456Z Optimizer: Enabled Runs: 200
2020-09-15T21:18:36.1732163Z EVM Version: Istanbul
2020-09-15T21:18:36.1732899Z Generating build data...
2020-09-15T21:18:36.1733940Z - CrowdsaleMock...
2020-09-15T21:18:36.1734890Z - ERC721...
2020-09-15T21:18:36.1735836Z - TimedCrowdsale...
2020-09-15T21:18:36.1736825Z - PausableMock...
2020-09-15T21:18:36.1737930Z - EtherReceiverMock...
2020-09-15T21:18:36.1739060Z - WhitelistedRoleMock...
2020-09-15T21:18:36.1740162Z - ERC20SnapshotMock...
2020-09-15T21:18:36.1741198Z - AddressImpl...
2020-09-15T21:18:36.1742283Z - ERC721GSNRecipientMock...
2020-09-15T21:18:36.1743342Z - OwnableMock...
2020-09-15T21:18:36.1744432Z - ConditionalEscrowMock...
2020-09-15T21:18:36.1745453Z - Ownable...
2020-09-15T21:18:36.1746377Z - ERC20Snapshot...
2020-09-15T21:18:36.1747365Z - SignerRoleMock...
2020-09-15T21:18:36.1748337Z - ERC20Metadata...
2020-09-15T21:18:36.1749275Z - Address...
2020-09-15T21:18:36.1751090Z - IERC1820Implementer...
2020-09-15T21:18:36.1752099Z - SignedSafeMath...
2020-09-15T21:18:36.1752973Z - ERC721FullMock...
2020-09-15T21:18:36.1753801Z - CapperRoleMock...
2020-09-15T21:18:36.1754585Z - Pausable...
2020-09-15T21:18:36.1755326Z - ECDSAMock...
2020-09-15T21:18:36.1756103Z - MerkleProof...
2020-09-15T21:18:36.1756936Z - IERC721Enumerable...
2020-09-15T21:18:36.1758058Z - MintedCrowdsaleImpl...
2020-09-15T21:18:36.8040031Z - ERC165CheckerMock...
2020-09-15T21:18:36.8049177Z - ERC721MintableBurnableImpl...
2020-09-15T21:18:36.8050728Z - ERC721Holder...
2020-09-15T21:18:36.8051701Z - Create2...
2020-09-15T21:18:36.8052582Z - ERC721Burnable...
2020-09-15T21:18:36.8053507Z - TimedCrowdsaleImpl...
2020-09-15T21:18:36.8054371Z - ERC20Mock...
2020-09-15T21:18:36.8055120Z - SafeCast...
2020-09-15T21:18:36.8055840Z - Roles...
2020-09-15T21:18:36.8056865Z - IncreasingPriceCrowdsaleImpl...
2020-09-15T21:18:36.8057902Z - SafeMathMock...
2020-09-15T21:18:36.8058692Z - ERC165Mock...
2020-09-15T21:18:36.8059508Z - ERC721Enumerable...
2020-09-15T21:18:36.8060785Z - ERC20...
2020-09-15T21:18:36.8063865Z - ERC20NoReturnMock...
2020-09-15T21:18:36.8064679Z - ERC20ReturnFalseMock...
2020-09-15T21:18:36.8065428Z - ERC20ReturnTrueMock...
2020-09-15T21:18:36.8066297Z - SafeERC20Wrapper...
2020-09-15T21:18:36.8066990Z - RefundEscrow...
2020-09-15T21:18:36.8067801Z - GSNRecipientSignature...
2020-09-15T21:18:36.8068699Z - GSNRecipientERC20Fee...
2020-09-15T21:18:36.8069553Z - __unstable__ERC20PrimaryAdmin...
2020-09-15T21:18:36.8070355Z - ReentrancyAttack...
2020-09-15T21:18:36.8071310Z - ERC165NotSupported...
2020-09-15T21:18:36.8072027Z - Escrow...
2020-09-15T21:18:36.8072672Z - SafeERC20...
2020-09-15T21:18:36.8073320Z - ERC20Burnable...
2020-09-15T21:18:36.8073931Z - SafeMath...
2020-09-15T21:18:36.8074541Z - Create2Impl...
2020-09-15T21:18:36.8075187Z - ERC20Pausable...
2020-09-15T21:18:36.8075871Z - ReentrancyGuard...
2020-09-15T21:18:36.8076877Z - RefundablePostDeliveryCrowdsale...
2020-09-15T21:18:36.8077968Z - RolesMock...
2020-09-15T21:18:36.8078665Z - StringsMock...
2020-09-15T21:18:36.8079285Z - Counters...
2020-09-15T21:18:36.8079869Z - Secondary...
2020-09-15T21:18:36.8080611Z - ERC721MetadataMintable...
2020-09-15T21:18:36.8081491Z - WhitelistAdminRoleMock...
2020-09-15T21:18:36.8082382Z - FinalizableCrowdsale...
2020-09-15T21:18:36.8083113Z - IERC20...
2020-09-15T21:18:36.8083742Z - CountersImpl...
2020-09-15T21:18:36.8084508Z - CappedCrowdsale...
2020-09-15T21:18:36.8085243Z - ERC20PausableMock...
2020-09-15T21:18:36.8086148Z - PostDeliveryCrowdsaleImpl...
2020-09-15T21:18:36.8086992Z - IERC721Receiver...
2020-09-15T21:18:36.8087677Z - IERC1820Registry...
2020-09-15T21:18:36.8089534Z - ERC777...
2020-09-15T21:18:36.8090237Z - WhitelistedRole...
2020-09-15T21:18:36.8090932Z - TokenVesting...
2020-09-15T21:18:36.8091778Z - MinterRoleMock...
2020-09-15T21:18:36.8092471Z - EnumerableSet...
2020-09-15T21:18:36.8093170Z - ERC721Mintable...
2020-09-15T21:18:36.8093754Z - Math...
2020-09-15T21:18:36.8094425Z - WhitelistAdminRole...
2020-09-15T21:18:36.8095139Z - SafeCastMock...
2020-09-15T21:18:36.8095851Z - PausableCrowdsale...
2020-09-15T21:18:36.8096639Z - ConditionalEscrow...
2020-09-15T21:18:36.8097541Z - AllowanceCrowdsaleImpl...
2020-09-15T21:18:36.8098304Z - SimpleToken...
2020-09-15T21:18:36.8098955Z - SecondaryMock...
2020-09-15T21:18:36.8099657Z - ERC1820Implementer...
2020-09-15T21:18:36.8100497Z - ERC165InterfacesSupported...
2020-09-15T21:18:36.8101598Z - SupportsInterfaceWithLookupMock...
2020-09-15T21:18:36.8102561Z - ERC721Pausable...
2020-09-15T21:18:36.8103162Z - ERC165...
2020-09-15T21:18:36.8130886Z - IERC777...
2020-09-15T21:18:36.8131758Z - IERC777Recipient...
2020-09-15T21:18:36.8132339Z - ECDSA...
2020-09-15T21:18:36.8132985Z - CappedCrowdsaleImpl...
2020-09-15T21:18:36.8133861Z - GSNRecipientSignatureMock...
2020-09-15T21:18:36.8134704Z - WhitelistCrowdsale...
2020-09-15T21:18:36.8135383Z - TokenTimelock...
2020-09-15T21:18:36.8136013Z - PauserRoleMock...
2020-09-15T21:18:36.8136789Z - RefundableCrowdsaleImpl...
2020-09-15T21:18:36.8137645Z - PausableCrowdsaleImpl...
2020-09-15T21:18:36.8138347Z - ERC165Checker...
2020-09-15T21:18:36.8139013Z - AllowanceCrowdsale...
2020-09-15T21:18:36.8139642Z - Crowdsale...
2020-09-15T21:18:36.8140179Z - MinterRole...
2020-09-15T21:18:36.8140776Z - ReentrancyMock...
2020-09-15T21:18:36.8141435Z - ERC20MintableMock...
2020-09-15T21:18:36.8142168Z - ERC1820ImplementerMock...
2020-09-15T21:18:36.8142882Z - ERC20MetadataMock...
2020-09-15T21:18:36.8143838Z - MintedCrowdsale...
2020-09-15T21:18:36.8144428Z - Context...
2020-09-15T21:18:36.8145034Z - GSNRecipientMock...
2020-09-15T21:18:36.8145726Z - ERC721PausableMock...
2020-09-15T21:18:36.8146532Z - GSNRecipientERC20FeeMock...
2020-09-15T21:18:36.8147271Z - ERC20Mintable...
2020-09-15T21:18:36.8147830Z - ERC721Mock...
2020-09-15T21:18:36.8148371Z - SignerRole...
2020-09-15T21:18:36.8148921Z - PauserRole...
2020-09-15T21:18:36.8149579Z - MerkleProofWrapper...
2020-09-15T21:18:36.8150222Z - CapperRole...
2020-09-15T21:18:36.8150860Z - EnumerableSetMock...
2020-09-15T21:18:36.8151555Z - ERC20DetailedMock...
2020-09-15T21:18:36.8152260Z - OwnableInterfaceId...
2020-09-15T21:18:36.8153098Z - FinalizableCrowdsaleImpl...
2020-09-15T21:18:36.8153846Z - ERC20Detailed...
2020-09-15T21:18:36.8154473Z - IRelayRecipient...
2020-09-15T21:18:36.8155075Z - ERC20Capped...
2020-09-15T21:18:36.8155589Z - Arrays...
2020-09-15T21:18:36.8156546Z - RefundablePostDeliveryCrowdsaleImpl...
2020-09-15T21:18:36.8157678Z - ERC20BurnableMock...
2020-09-15T21:18:36.8159538Z - GSNRecipient...
2020-09-15T21:18:36.8160334Z - IncreasingPriceCrowdsale...
2020-09-15T21:18:36.8161085Z - ERC20Migrator...
2020-09-15T21:18:36.8161716Z - PaymentSplitter...
2020-09-15T21:18:36.8162306Z - ERC721Full...
2020-09-15T21:18:36.8162875Z - ERC721Metadata...
2020-09-15T21:18:36.8163469Z - IERC777Sender...
2020-09-15T21:18:36.8164031Z - IERC721Full...
2020-09-15T21:18:36.8164551Z - Strings...
2020-09-15T21:18:36.8165046Z - IERC165...
2020-09-15T21:18:36.8165548Z - MathMock...
2020-09-15T21:18:36.8166252Z - WhitelistCrowdsaleImpl...
2020-09-15T21:18:36.8167127Z - ERC777SenderRecipientMock...
2020-09-15T21:18:36.8167793Z - IERC721...
2020-09-15T21:18:36.8168655Z - IndividuallyCappedCrowdsaleImpl...
2020-09-15T21:18:36.8169605Z - SignedSafeMathMock...
2020-09-15T21:18:36.8175564Z - PostDeliveryCrowdsale...
2020-09-15T21:18:36.8176319Z - __unstable__TokenVault...
2020-09-15T21:18:36.8176975Z - SampleCrowdsale...
2020-09-15T21:18:36.8177735Z - SampleCrowdsaleToken...
2020-09-15T21:18:36.8178465Z - PullPaymentMock...
2020-09-15T21:18:36.8179111Z - IERC721Metadata...
2020-09-15T21:18:36.8179685Z - IRelayHub...
2020-09-15T21:18:36.8180249Z - PullPayment...
2020-09-15T21:18:36.8180922Z - RefundableCrowdsale...
2020-09-15T21:18:36.8182967Z - ContextMock...
2020-09-15T21:18:36.8183649Z - ContextMockCaller...
2020-09-15T21:18:36.8184283Z - ArraysImpl...
2020-09-15T21:18:36.8184830Z - ERC777Mock...
2020-09-15T21:18:36.8185442Z - ERC721ReceiverMock...
2020-09-15T21:18:36.8186314Z - IndividuallyCappedCrowdsale...
2020-09-15T21:18:36.8186790Z
2020-09-15T21:18:36.8187221Z Compiling contracts...
2020-09-15T21:18:36.8187729Z Solc version: 0.6.12
2020-09-15T21:18:36.8188161Z Optimizer: Enabled Runs: 200
2020-09-15T21:18:36.8188611Z EVM Version: Istanbul
2020-09-15T21:18:36.8189083Z Generating build data...
2020-09-15T21:18:36.8189757Z - SignedSafeMath...
2020-09-15T21:18:36.8190317Z - ERC721...
2020-09-15T21:18:36.8190878Z - PausableMock...
2020-09-15T21:18:36.8191623Z - ERC20PresetMinterPauser...
2020-09-15T21:18:36.8192406Z - EtherReceiverMock...
2020-09-15T21:18:36.8193109Z - ERC20SnapshotMock...
2020-09-15T21:18:36.8193730Z - AddressImpl...
2020-09-15T21:18:36.8194433Z - ERC721GSNRecipientMock...
2020-09-15T21:18:36.8195105Z - OwnableMock...
2020-09-15T21:18:36.8195742Z - ERC721BurnableMock...
2020-09-15T21:18:36.8196500Z - ConditionalEscrowMock...
2020-09-15T21:18:36.8197210Z - ERC1155Burnable...
2020-09-15T21:18:36.8197997Z - Address...
2020-09-15T21:18:36.8198619Z - IERC1820Implementer...
2020-09-15T21:18:36.8199270Z - EnumerableMap...
2020-09-15T21:18:36.8199842Z - ECDSAMock...
2020-09-15T21:18:36.8200401Z - MerkleProof...
2020-09-15T21:18:36.8201027Z - IERC721Enumerable...
2020-09-15T21:18:36.8201689Z - ERC165CheckerMock...
2020-09-15T21:18:36.8202298Z - ERC721Holder...
2020-09-15T21:18:36.8202825Z - Create2...
2020-09-15T21:18:36.8203378Z - ERC721Burnable...
2020-09-15T21:18:36.8204262Z - ERC20CappedMock...
2020-09-15T21:18:36.8204845Z - SafeCast...
2020-09-15T21:18:36.8205374Z - ERC20Mock...
2020-09-15T21:18:36.8205938Z - SafeMathMock...
2020-09-15T21:18:36.8206496Z - ERC165Mock...
2020-09-15T21:18:36.8207102Z - ERC20DecimalsMock...
2020-09-15T21:18:36.8207665Z - ERC20...
2020-09-15T21:18:36.8208249Z - ERC20NoReturnMock...
2020-09-15T21:18:36.8208967Z - ERC20ReturnFalseMock...
2020-09-15T21:18:36.8209706Z - ERC20ReturnTrueMock...
2020-09-15T21:18:36.8210405Z - SafeERC20Wrapper...
2020-09-15T21:18:36.8211035Z - RefundEscrow...
2020-09-15T21:18:36.8211754Z - GSNRecipientSignature...
2020-09-15T21:18:36.8212560Z - GSNRecipientERC20Fee...
2020-09-15T21:18:36.8213273Z - __unstable__ERC20Owned...
2020-09-15T21:18:36.8213929Z - ReentrancyAttack...
2020-09-15T21:18:36.8214616Z - ERC165NotSupported...
2020-09-15T21:18:36.8215192Z - Escrow...
2020-09-15T21:18:36.8215707Z - SafeERC20...
2020-09-15T21:18:36.8216270Z - ERC20Burnable...
2020-09-15T21:18:36.8216831Z - SafeMath...
2020-09-15T21:18:36.8217497Z - Create2Impl...
2020-09-15T21:18:36.8218140Z - ERC20Pausable...
2020-09-15T21:18:36.8218771Z - ReentrancyGuard...
2020-09-15T21:18:36.8219389Z - StringsMock...
2020-09-15T21:18:36.8219913Z - IERC20...
2020-09-15T21:18:36.8220452Z - CountersImpl...
2020-09-15T21:18:36.8221093Z - ERC20PausableMock...
2020-09-15T21:18:36.8221748Z - IERC1820Registry...
2020-09-15T21:18:36.8222374Z - IERC721Receiver...
2020-09-15T21:18:36.8222909Z - ERC777...
2020-09-15T21:18:36.8223459Z - EnumerableSet...
2020-09-15T21:18:36.8224085Z - IERC1155Receiver...
2020-09-15T21:18:36.8224641Z - Strings...
2020-09-15T21:18:36.8225245Z - CallReceiverMock...
2020-09-15T21:18:36.8225937Z - ERC1155ReceiverMock...
2020-09-15T21:18:36.8226636Z - AccessControlMock...
2020-09-15T21:18:36.8227213Z - Math...
2020-09-15T21:18:36.8227745Z - SafeCastMock...
2020-09-15T21:18:36.8228350Z - ERC1155Receiver...
2020-09-15T21:18:36.8229012Z - ConditionalEscrow...
2020-09-15T21:18:36.8229939Z - ERC721PresetMinterPauserAutoId...
2020-09-15T21:18:36.8230766Z - ERC1155Pausable...
2020-09-15T21:18:36.8231410Z - ERC1820Implementer...
2020-09-15T21:18:36.8232192Z - ERC165InterfacesSupported...
2020-09-15T21:18:36.8233235Z - SupportsInterfaceWithLookupMock...
2020-09-15T21:18:36.8234043Z - ERC1155...
2020-09-15T21:18:36.8234588Z - ERC721Pausable...
2020-09-15T21:18:36.8235117Z - ERC165...
2020-09-15T21:18:36.8235591Z - IERC777...
2020-09-15T21:18:36.8236160Z - IERC777Recipient...
2020-09-15T21:18:36.8236707Z - ECDSA...
2020-09-15T21:18:36.8237442Z - GSNRecipientSignatureMock...
2020-09-15T21:18:36.8238509Z - TokenTimelock...
2020-09-15T21:18:36.8239272Z - ERC1155PresetMinterPauser...
2020-09-15T21:18:36.8240921Z - ERC1155BurnableMock...
2020-09-15T21:18:36.8241670Z - AccessControl...
2020-09-15T21:18:36.8242277Z - ERC165Checker...
2020-09-15T21:18:36.8242922Z - IERC1155MetadataURI...
2020-09-15T21:18:36.8243531Z - ERC1155Mock...
2020-09-15T21:18:36.8244118Z - ReentrancyMock...
2020-09-15T21:18:36.8244848Z - ERC1820ImplementerMock...
2020-09-15T21:18:36.8245477Z - IERC1155...
2020-09-15T21:18:36.8245977Z - Context...
2020-09-15T21:18:36.8246581Z - GSNRecipientMock...
2020-09-15T21:18:36.8247269Z - ERC721PausableMock...
2020-09-15T21:18:36.8248072Z - GSNRecipientERC20FeeMock...
2020-09-15T21:18:36.8248770Z - ERC721Mock...
2020-09-15T21:18:36.8249413Z - MerkleProofWrapper...
2020-09-15T21:18:36.8250255Z - EnumerableAddressSetMock...
2020-09-15T21:18:36.8251300Z - EnumerableUintSetMock...
2020-09-15T21:18:36.8252041Z - IRelayRecipient...
2020-09-15T21:18:36.8252640Z - ERC20Capped...
2020-09-15T21:18:36.8253151Z - Arrays...
2020-09-15T21:18:36.8253660Z - Pausable...
2020-09-15T21:18:36.8254269Z - ERC20BurnableMock...
2020-09-15T21:18:36.8254898Z - GSNRecipient...
2020-09-15T21:18:36.8255528Z - PaymentSplitter...
2020-09-15T21:18:36.8256143Z - ERC1155Holder...
2020-09-15T21:18:36.8256718Z - IERC777Sender...
2020-09-15T21:18:36.8257246Z - IERC165...
2020-09-15T21:18:36.8257983Z - MathMock...
2020-09-15T21:18:36.8258626Z - EnumerableMapMock...
2020-09-15T21:18:36.8259225Z - IERC721...
2020-09-15T21:18:36.8259927Z - ERC777SenderRecipientMock...
2020-09-15T21:18:36.8260733Z - SignedSafeMathMock...
2020-09-15T21:18:36.8261451Z - ERC1155PausableMock...
2020-09-15T21:18:36.8262125Z - PullPaymentMock...
2020-09-15T21:18:36.8262712Z - Counters...
2020-09-15T21:18:36.8263290Z - IERC721Metadata...
2020-09-15T21:18:36.8263864Z - IRelayHub...
2020-09-15T21:18:36.8264425Z - PullPayment...
2020-09-15T21:18:36.8264988Z - ContextMock...
2020-09-15T21:18:36.8265628Z - ContextMockCaller...
2020-09-15T21:18:36.8266265Z - ERC20Snapshot...
2020-09-15T21:18:36.8266980Z - ArraysImpl...
2020-09-15T21:18:36.8267500Z - Ownable...
2020-09-15T21:18:36.8268006Z - ERC777Mock...
2020-09-15T21:18:36.8268607Z - ERC721ReceiverMock...
2020-09-15T21:18:36.8268918Z
2020-09-15T21:18:36.8269318Z Compiling contracts...
2020-09-15T21:18:36.8269747Z Solc version: 0.5.17
2020-09-15T21:18:36.8270179Z Optimizer: Enabled Runs: 200
2020-09-15T21:18:36.8270762Z EVM Version: Istanbul
2020-09-15T21:18:36.8271257Z Generating build data...
2020-09-15T21:18:36.8271857Z - yWETH...
2020-09-15T21:18:36.8272468Z - StrategyVaultUSDC...
2020-09-15T21:18:36.8273168Z - StrategyCreamYFI...
2020-09-15T21:18:36.8273882Z - StrategyCurveYBUSD...
2020-09-15T21:18:36.8274614Z - StrategyTUSDCurve...
2020-09-15T21:18:36.8275408Z - StrategyCurveYCRVVoter...
2020-09-15T21:18:36.8276210Z - StrategyDForceUSDT...
2020-09-15T21:18:36.8277116Z - StrategyMKRVaultDAIDelegate...
2020-09-15T21:18:36.8278110Z - Controller...
2020-09-15T21:18:36.8278741Z - StrategyDAICurve...
2020-09-15T21:18:36.8279322Z - yVault...
2020-09-15T21:18:36.8279929Z - StrategyCurveSBTC...
2020-09-15T21:18:36.8280621Z - yDelegatedVault...
2020-09-15T21:18:36.8281184Z - Token...
2020-09-15T21:18:36.8281806Z - StrategyDForceUSDC...
2020-09-15T21:18:36.8282164Z
2020-09-15T21:18:36.8282601Z Generating interface ABIs...
2020-09-15T21:18:36.8283236Z ============================= test session starts ==============================
2020-09-15T21:18:36.8284522Z platform linux -- Python 3.8.5, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 -- /opt/hostedtoolcache/Python/3.8.5/x64/bin/python
2020-09-15T21:18:36.8285299Z cachedir: .pytest_cache
2020-09-15T21:18:36.8287497Z hypothesis profile 'brownie-verbose' -> verbosity=2, deadline=None, max_examples=50, stateful_step_count=10, report_multiple_bugs=False, database=DirectoryBasedExampleDatabase(PosixPath('/home/runner/.brownie/hypothesis'))
2020-09-15T21:18:36.8289335Z rootdir: /home/runner/work/yearn-protocol/yearn-protocol
2020-09-15T21:18:36.8290609Z plugins: eth-brownie-1.11.4, web3-5.11.1, xdist-1.34.0, forked-1.3.0, hypothesis-5.35.0
2020-09-15T21:18:39.3024911Z collecting ...
2020-09-15T21:18:39.3027677Z Launching 'ganache-cli --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie --fork https://mainnet.infura.io/v3/***'...
2020-09-15T21:18:39.3028636Z collected 89 items
2020-09-15T21:18:39.3029022Z
2020-09-15T21:18:41.7379600Z tests/configuration/test_controllers.py::test_controller_deployment PASSED
2020-09-15T21:18:43.1812119Z tests/configuration/test_controllers.py::test_controller_setParams[split-setSplit-1000] PASSED
2020-09-15T21:18:44.6299024Z tests/configuration/test_controllers.py::test_controller_setParams[onesplit-setOneSplit-None] PASSED
2020-09-15T21:18:46.3866268Z tests/configuration/test_controllers.py::test_controller_setParams[governance-setGovernance-None] PASSED
2020-09-15T21:18:48.0221571Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy0] PASSED
2020-09-15T21:18:49.7305596Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy1] PASSED
2020-09-15T21:18:52.5262533Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy2] PASSED
2020-09-15T21:18:54.3021482Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy3] PASSED
2020-09-15T21:18:55.7900297Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy4] PASSED
2020-09-15T21:18:57.5557287Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy5] PASSED
2020-09-15T21:18:59.3609847Z tests/configuration/test_strategies.py::test_strategy_deployment[Strategy6] PASSED
2020-09-15T21:19:02.0933037Z Exception in thread Thread-108:
2020-09-15T21:19:02.0949318Z Traceback (most recent call last):
2020-09-15T21:19:02.0950433Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2020-09-15T21:19:02.0953908Z self.run()
2020-09-15T21:19:02.0956155Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/threading.py", line 870, in run
2020-09-15T21:19:02.0957799Z self._target(*self._args, **self._kwargs)
2020-09-15T21:19:02.0959541Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/brownie/network/transaction.py", line 354, in _await_confirmation
2020-09-15T21:19:02.0995422Z self._set_from_receipt(receipt)
2020-09-15T21:19:02.0999175Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/brownie/network/transaction.py", line 394, in _set_from_receipt
2020-09-15T21:19:02.1000214Z self._events = _decode_logs(receipt["logs"])
2020-09-15T21:19:02.1001643Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/brownie/network/event.py", line 225, in _decode_logs
2020-09-15T21:19:02.1002796Z events.extend(eth_event.decode_logs(log_slice, topics_map, allow_undecoded=True))
2020-09-15T21:19:02.1004228Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/eth_event/main.py", line 186, in decode_logs
2020-09-15T21:19:02.1005034Z event = decode_log(item, topic_map)
2020-09-15T21:19:02.1006219Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/eth_event/main.py", line 132, in decode_log
2020-09-15T21:19:02.1007096Z "data": _decode(abi["inputs"], log["topics"][1:], log["data"]),
2020-09-15T21:19:02.1008312Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/eth_event/main.py", line 306, in _decode
2020-09-15T21:19:02.1009082Z raise EventError(
2020-09-15T21:19:02.1010696Z eth_event.main.EventError: Event log contains more topics than expected for the given ABI - this is usually because an event argument is incorrectly marked as indexed
2020-09-15T21:49:17.3637771Z ##[error]The operation was canceled.
2020-09-15T21:49:17.3676655Z Cleaning up orphan processes
2020-09-15T21:49:17.3892100Z Terminate orphan process: pid (4532) (brownie)
2020-09-15T21:49:17.3921396Z Terminate orphan process: pid (4595) (node)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment