Giter VIP home page Giter VIP logo

pyaction's People

Contributors

carterbox avatar rahul-deepsource avatar ricardochaves avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

pyaction's Issues

failing copy

Hi when trying to run this action I get errors.

The action looks like this:

on:
  push:
  pull_request:
name: Lint Python
jobs:
  testpython:
    name: Lint Python
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - uses: rahul-deepsource/pyaction@master
      with:
        python-root-list: "./deepmd/*.py ./deepmd/*/*.py ./source/train/*.py ./source/tests/*.py, ./source/scripts/*.py ./source/op/*.py"
        use-black: true
        use-isort: true
        use-mypy: true
        use-pycodestyle: true
        extra-pycodestyle-options: "--max-line-length=88"

Firstly there seems to be problem with 1.4.0 tag - it doesn't get resolved, using master seems to work fine

Unable to resolve action `rahul-deepsource/[email protected]`, unable to find version `v1.4.0`

Secondly, when I change to master it runs but outputs the following errors:

cp: can't stat 'flake8.json': No such file or directory
cp: can't stat 'mypy.json': No such file or directory
cp: can't stat 'pylint-error.json': No such file or directory
cp: can't stat 'pylint-warning.json': No such file or directory
cp: can't stat 'vulture.json': No such file or directory

Here is the important part of the logs:

2021-02-04T11:04:48.3200427Z ##[section]Starting: Request a runner to run this job
2021-02-04T11:04:48.8883527Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-02-04T11:04:48.8883634Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-02-04T11:04:48.8883822Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-02-04T11:04:49.0327582Z ##[section]Finishing: Request a runner to run this job
2021-02-04T11:04:59.0881222Z Current runner version: '2.276.1'
2021-02-04T11:04:59.0913329Z ##[group]Operating System
2021-02-04T11:04:59.0914428Z Ubuntu
2021-02-04T11:04:59.0914957Z 18.04.5
2021-02-04T11:04:59.0915393Z LTS
2021-02-04T11:04:59.0915996Z ##[endgroup]
2021-02-04T11:04:59.0916722Z ##[group]Virtual Environment
2021-02-04T11:04:59.0917605Z Environment: ubuntu-18.04
2021-02-04T11:04:59.0918303Z Version: 20210123.1
2021-02-04T11:04:59.0919373Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20210123.1/images/linux/Ubuntu1804-README.md
2021-02-04T11:04:59.0920472Z ##[endgroup]
2021-02-04T11:04:59.0924437Z Prepare workflow directory
2021-02-04T11:04:59.1663610Z Prepare all required actions
2021-02-04T11:04:59.1676503Z Getting action download info
2021-02-04T11:04:59.3937697Z Download action repository 'actions/checkout@v1'
2021-02-04T11:05:01.3804851Z Download action repository 'rahul-deepsource/pyaction@master'
2021-02-04T11:05:02.0283646Z ##[group]Build container for action use: '/home/runner/work/_actions/rahul-deepsource/pyaction/master/Dockerfile'.
2021-02-04T11:05:02.0364594Z ##[command]/usr/bin/docker build -t 442333:834687062ec648e384542e41d23f8cce -f "/home/runner/work/_actions/rahul-deepsource/pyaction/master/Dockerfile" "/home/runner/work/_actions/rahul-deepsource/pyaction/master"
2021-02-04T11:05:02.8616532Z Sending build context to Docker daemon  143.9kB
2021-02-04T11:05:02.8642354Z 
2021-02-04T11:05:02.9085991Z Step 1/3 : FROM ricardobchaves6/python-lint-image:1.3.0
2021-02-04T11:05:03.4931747Z 1.3.0: Pulling from ricardobchaves6/python-lint-image
2021-02-04T11:05:03.4953840Z 89d9c30c1d48: Pulling fs layer
2021-02-04T11:05:03.4955281Z 910c49c00810: Pulling fs layer
2021-02-04T11:05:03.4956387Z 66564da92047: Pulling fs layer
2021-02-04T11:05:03.4957375Z bb0265c0d9a9: Pulling fs layer
2021-02-04T11:05:03.4958223Z b86dfbfbb035: Pulling fs layer
2021-02-04T11:05:03.4958888Z 91786dbc13f6: Pulling fs layer
2021-02-04T11:05:03.4959900Z bb0265c0d9a9: Waiting
2021-02-04T11:05:03.4961467Z b86dfbfbb035: Waiting
2021-02-04T11:05:03.4962241Z 91786dbc13f6: Waiting
2021-02-04T11:05:04.3816563Z 910c49c00810: Download complete
2021-02-04T11:05:04.3817362Z 89d9c30c1d48: Verifying Checksum
2021-02-04T11:05:04.3817956Z 89d9c30c1d48: Download complete
2021-02-04T11:05:04.3818572Z bb0265c0d9a9: Verifying Checksum
2021-02-04T11:05:04.3819164Z bb0265c0d9a9: Download complete
2021-02-04T11:05:04.3819676Z 89d9c30c1d48: Pull complete
2021-02-04T11:05:04.3820180Z 66564da92047: Verifying Checksum
2021-02-04T11:05:04.3820731Z 66564da92047: Download complete
2021-02-04T11:05:04.3821281Z b86dfbfbb035: Verifying Checksum
2021-02-04T11:05:04.3821925Z b86dfbfbb035: Download complete
2021-02-04T11:05:04.3822442Z 910c49c00810: Pull complete
2021-02-04T11:05:04.7600699Z 91786dbc13f6: Verifying Checksum
2021-02-04T11:05:04.7621872Z 91786dbc13f6: Download complete
2021-02-04T11:05:05.8793365Z 66564da92047: Pull complete
2021-02-04T11:05:05.8796889Z bb0265c0d9a9: Pull complete
2021-02-04T11:05:06.0698556Z b86dfbfbb035: Pull complete
2021-02-04T11:05:07.9812775Z 91786dbc13f6: Pull complete
2021-02-04T11:05:07.9862038Z Digest: sha256:2b754f869226e905afad0ac21931bcca85b4e15c5d84e00cd83bf3c704102c33
2021-02-04T11:05:07.9925451Z Status: Downloaded newer image for ricardobchaves6/python-lint-image:1.3.0
2021-02-04T11:05:07.9951217Z  ---> 319d2e62e641
2021-02-04T11:05:07.9953297Z Step 2/3 : COPY entrypoint.sh /entrypoint.sh
2021-02-04T11:05:12.9353128Z  ---> ac240650cfef
2021-02-04T11:05:12.9354876Z Step 3/3 : ENTRYPOINT ["/entrypoint.sh"]
2021-02-04T11:05:12.9875592Z  ---> Running in c078b4902612
2021-02-04T11:05:13.4577009Z Removing intermediate container c078b4902612
2021-02-04T11:05:13.4580685Z  ---> 04440b45990c
2021-02-04T11:05:13.4595810Z Successfully built 04440b45990c
2021-02-04T11:05:13.4712674Z Successfully tagged 442333:834687062ec648e384542e41d23f8cce
2021-02-04T11:05:13.4746264Z ##[endgroup]
2021-02-04T11:05:13.4998079Z ##[group]Run actions/checkout@v1
2021-02-04T11:05:13.4999032Z with:
2021-02-04T11:05:13.4999629Z   clean: true
2021-02-04T11:05:13.5000423Z ##[endgroup]
2021-02-04T11:05:13.9428379Z Syncing repository: marian-code/deepmd-kit
2021-02-04T11:05:13.9429105Z ##[command]git version
2021-02-04T11:05:13.9698735Z git version 2.30.0
2021-02-04T11:05:13.9821540Z ##[command]git lfs version
2021-02-04T11:05:14.1403415Z git-lfs/2.13.2 (GitHub; linux amd64; go 1.15.5)
2021-02-04T11:05:14.1595661Z ##[command]git init "/home/runner/work/deepmd-kit/deepmd-kit"
2021-02-04T11:05:14.1668897Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-02-04T11:05:14.1670296Z hint: is subject to change. To configure the initial branch name to use in all
2021-02-04T11:05:14.1671512Z hint: of your new repositories, which will suppress this warning, call:
2021-02-04T11:05:14.1672367Z hint: 
2021-02-04T11:05:14.1673739Z hint: 	git config --global init.defaultBranch <name>
2021-02-04T11:05:14.1674454Z hint: 
2021-02-04T11:05:14.1675277Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-02-04T11:05:14.1676332Z hint: 'development'. The just-created branch can be renamed via this command:
2021-02-04T11:05:14.1676972Z hint: 
2021-02-04T11:05:14.1677513Z hint: 	git branch -m <name>
2021-02-04T11:05:14.1701606Z Initialized empty Git repository in /home/runner/work/deepmd-kit/deepmd-kit/.git/
2021-02-04T11:05:14.1718352Z ##[command]git remote add origin https://github.com/marian-code/deepmd-kit
2021-02-04T11:05:14.1760605Z ##[command]git config gc.auto 0
2021-02-04T11:05:14.1802438Z ##[command]git config --get-all http.https://github.com/marian-code/deepmd-kit.extraheader
2021-02-04T11:05:14.1886048Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/*
2021-02-04T11:05:14.6583962Z remote: Enumerating objects: 180, done.        
2021-02-04T11:05:14.6585520Z remote: Counting objects:   0% (1/180)        
2021-02-04T11:05:14.6586150Z remote: Counting objects:   1% (2/180)        
2021-02-04T11:05:14.6586859Z remote: Counting objects:   2% (4/180)        
2021-02-04T11:05:14.6590018Z remote: Counting objects:   3% (6/180)        
2021-02-04T11:05:14.6590728Z remote: Counting objects:   4% (8/180)        
2021-02-04T11:05:14.6591360Z remote: Counting objects:   5% (9/180)        
2021-02-04T11:05:14.6591931Z remote: Counting objects:   6% (11/180)        
2021-02-04T11:05:14.6592499Z remote: Counting objects:   7% (13/180)        
2021-02-04T11:05:14.6593069Z remote: Counting objects:   8% (15/180)        
2021-02-04T11:05:14.6593640Z remote: Counting objects:   9% (17/180)        
2021-02-04T11:05:14.6594203Z remote: Counting objects:  10% (18/180)        
2021-02-04T11:05:14.6594762Z remote: Counting objects:  11% (20/180)        
2021-02-04T11:05:14.6595295Z remote: Counting objects:  12% (22/180)        
2021-02-04T11:05:14.6596042Z remote: Counting objects:  13% (24/180)        
2021-02-04T11:05:14.6596553Z remote: Counting objects:  14% (26/180)        
2021-02-04T11:05:14.6597070Z remote: Counting objects:  15% (27/180)        
2021-02-04T11:05:14.6597646Z remote: Counting objects:  16% (29/180)        
2021-02-04T11:05:14.6598165Z remote: Counting objects:  17% (31/180)        
2021-02-04T11:05:14.6598672Z remote: Counting objects:  18% (33/180)        
2021-02-04T11:05:14.6599333Z remote: Counting objects:  19% (35/180)        
2021-02-04T11:05:14.6599844Z remote: Counting objects:  20% (36/180)        
2021-02-04T11:05:14.6600346Z remote: Counting objects:  21% (38/180)        
2021-02-04T11:05:14.6600871Z remote: Counting objects:  22% (40/180)        
2021-02-04T11:05:14.6609679Z remote: Counting objects:  23% (42/180)        
2021-02-04T11:05:14.6610281Z remote: Counting objects:  24% (44/180)        
2021-02-04T11:05:14.6610832Z remote: Counting objects:  25% (45/180)        
2021-02-04T11:05:14.6611438Z remote: Counting objects:  26% (47/180)        
2021-02-04T11:05:14.6612532Z remote: Counting objects:  27% (49/180)        
2021-02-04T11:05:14.6613101Z remote: Counting objects:  28% (51/180)        
2021-02-04T11:05:14.6613757Z remote: Counting objects:  29% (53/180)        
2021-02-04T11:05:14.6614262Z remote: Counting objects:  30% (54/180)        
2021-02-04T11:05:14.6614789Z remote: Counting objects:  31% (56/180)        
2021-02-04T11:05:14.6616188Z remote: Counting objects:  32% (58/180)        
2021-02-04T11:05:14.6616727Z remote: Counting objects:  33% (60/180)        
2021-02-04T11:05:14.6617720Z remote: Counting objects:  34% (62/180)        
2021-02-04T11:05:14.6618555Z remote: Counting objects:  35% (63/180)        
2021-02-04T11:05:14.6619211Z remote: Counting objects:  36% (65/180)        
2021-02-04T11:05:14.6619718Z remote: Counting objects:  37% (67/180)        
2021-02-04T11:05:14.6620389Z remote: Counting objects:  38% (69/180)        
2021-02-04T11:05:14.6620911Z remote: Counting objects:  39% (71/180)        
2021-02-04T11:05:14.6621431Z remote: Counting objects:  40% (72/180)        
2021-02-04T11:05:14.6621952Z remote: Counting objects:  41% (74/180)        
2021-02-04T11:05:14.6622468Z remote: Counting objects:  42% (76/180)        
2021-02-04T11:05:14.6622972Z remote: Counting objects:  43% (78/180)        
2021-02-04T11:05:14.6623500Z remote: Counting objects:  44% (80/180)        
2021-02-04T11:05:14.6624362Z remote: Counting objects:  45% (81/180)        
2021-02-04T11:05:14.6625011Z remote: Counting objects:  46% (83/180)        
2021-02-04T11:05:14.6625883Z remote: Counting objects:  47% (85/180)        
2021-02-04T11:05:14.6626561Z remote: Counting objects:  48% (87/180)        
2021-02-04T11:05:14.6627068Z remote: Counting objects:  49% (89/180)        
2021-02-04T11:05:14.6627590Z remote: Counting objects:  50% (90/180)        
2021-02-04T11:05:14.6628098Z remote: Counting objects:  51% (92/180)        
2021-02-04T11:05:14.6628619Z remote: Counting objects:  52% (94/180)        
2021-02-04T11:05:14.6629292Z remote: Counting objects:  53% (96/180)        
2021-02-04T11:05:14.6629803Z remote: Counting objects:  54% (98/180)        
2021-02-04T11:05:14.6630297Z remote: Counting objects:  55% (99/180)        
2021-02-04T11:05:14.6630813Z remote: Counting objects:  56% (101/180)        
2021-02-04T11:05:14.6631308Z remote: Counting objects:  57% (103/180)        
2021-02-04T11:05:14.6633322Z remote: Counting objects:  58% (105/180)        
2021-02-04T11:05:14.6633890Z remote: Counting objects:  59% (107/180)        
2021-02-04T11:05:14.6634403Z remote: Counting objects:  60% (108/180)        
2021-02-04T11:05:14.6634931Z remote: Counting objects:  61% (110/180)        
2021-02-04T11:05:14.6635441Z remote: Counting objects:  62% (112/180)        
2021-02-04T11:05:14.6635963Z remote: Counting objects:  63% (114/180)        
2021-02-04T11:05:14.6636476Z remote: Counting objects:  64% (116/180)        
2021-02-04T11:05:14.6636985Z remote: Counting objects:  65% (117/180)        
2021-02-04T11:05:14.6637524Z remote: Counting objects:  66% (119/180)        
2021-02-04T11:05:14.6638190Z remote: Counting objects:  67% (121/180)        
2021-02-04T11:05:14.6638843Z remote: Counting objects:  68% (123/180)        
2021-02-04T11:05:14.6639510Z remote: Counting objects:  69% (125/180)        
2021-02-04T11:05:14.6640162Z remote: Counting objects:  70% (126/180)        
2021-02-04T11:05:14.6640634Z remote: Counting objects:  71% (128/180)        
2021-02-04T11:05:14.6641312Z remote: Counting objects:  72% (130/180)        
2021-02-04T11:05:14.6641799Z remote: Counting objects:  73% (132/180)        
2021-02-04T11:05:14.6642270Z remote: Counting objects:  74% (134/180)        
2021-02-04T11:05:14.6642761Z remote: Counting objects:  75% (135/180)        
2021-02-04T11:05:14.6643416Z remote: Counting objects:  76% (137/180)        
2021-02-04T11:05:14.6644439Z remote: Counting objects:  77% (139/180)        
2021-02-04T11:05:14.6645083Z remote: Counting objects:  78% (141/180)        
2021-02-04T11:05:14.6646032Z remote: Counting objects:  79% (143/180)        
2021-02-04T11:05:14.6646755Z remote: Counting objects:  80% (144/180)        
2021-02-04T11:05:14.6648090Z remote: Counting objects:  81% (146/180)        
2021-02-04T11:05:14.6648903Z remote: Counting objects:  82% (148/180)        
2021-02-04T11:05:14.6649395Z remote: Counting objects:  83% (150/180)        
2021-02-04T11:05:14.6649936Z remote: Counting objects:  84% (152/180)        
2021-02-04T11:05:14.6650426Z remote: Counting objects:  85% (153/180)        
2021-02-04T11:05:14.6651149Z remote: Counting objects:  86% (155/180)        
2021-02-04T11:05:14.6652142Z remote: Counting objects:  87% (157/180)        
2021-02-04T11:05:14.6652710Z remote: Counting objects:  88% (159/180)        
2021-02-04T11:05:14.6653443Z remote: Counting objects:  89% (161/180)        
2021-02-04T11:05:14.6653967Z remote: Counting objects:  90% (162/180)        
2021-02-04T11:05:14.6654476Z remote: Counting objects:  91% (164/180)        
2021-02-04T11:05:14.6654981Z remote: Counting objects:  92% (166/180)        
2021-02-04T11:05:14.6655512Z remote: Counting objects:  93% (168/180)        
2021-02-04T11:05:14.6656103Z remote: Counting objects:  94% (170/180)        
2021-02-04T11:05:14.6656630Z remote: Counting objects:  95% (171/180)        
2021-02-04T11:05:14.6657250Z remote: Counting objects:  96% (173/180)        
2021-02-04T11:05:14.6657794Z remote: Counting objects:  97% (175/180)        
2021-02-04T11:05:14.6658302Z remote: Counting objects:  98% (177/180)        
2021-02-04T11:05:14.6659160Z remote: Counting objects:  99% (179/180)        
2021-02-04T11:05:14.6659668Z remote: Counting objects: 100% (180/180)        
2021-02-04T11:05:14.6660217Z remote: Counting objects: 100% (180/180), done.        
2021-02-04T11:05:14.6660789Z remote: Compressing objects:   0% (1/109)        
2021-02-04T11:05:14.6661373Z remote: Compressing objects:   1% (2/109)        
2021-02-04T11:05:14.6661928Z remote: Compressing objects:   2% (3/109)        
2021-02-04T11:05:14.6662499Z remote: Compressing objects:   3% (4/109)        
2021-02-04T11:05:14.6663060Z remote: Compressing objects:   4% (5/109)        
2021-02-04T11:05:14.6663616Z remote: Compressing objects:   5% (6/109)        
2021-02-04T11:05:14.6664196Z remote: Compressing objects:   6% (7/109)        
2021-02-04T11:05:14.6664752Z remote: Compressing objects:   7% (8/109)        
2021-02-04T11:05:14.6665470Z remote: Compressing objects:   8% (9/109)        
2021-02-04T11:05:14.6757201Z remote: Compressing objects:   9% (10/109)        
2021-02-04T11:05:15.1438339Z remote: Compressing objects:  10% (11/109)        
2021-02-04T11:05:15.1439059Z remote: Compressing objects:  11% (12/109)        
2021-02-04T11:05:15.1439899Z remote: Compressing objects:  12% (14/109)        
2021-02-04T11:05:15.1441333Z remote: Compressing objects:  13% (15/109)        
2021-02-04T11:05:15.1442101Z remote: Compressing objects:  14% (16/109)        
2021-02-04T11:05:15.1442661Z remote: Compressing objects:  15% (17/109)        
2021-02-04T11:05:15.1443272Z remote: Compressing objects:  16% (18/109)        
2021-02-04T11:05:15.1472226Z remote: Compressing objects:  17% (19/109)        
2021-02-04T11:05:15.1474023Z remote: Compressing objects:  18% (20/109)        
2021-02-04T11:05:15.1475927Z remote: Compressing objects:  19% (21/109)        
2021-02-04T11:05:15.1477224Z remote: Compressing objects:  20% (22/109)        
2021-02-04T11:05:15.1478071Z remote: Compressing objects:  21% (23/109)        
2021-02-04T11:05:15.1478825Z remote: Compressing objects:  22% (24/109)        
2021-02-04T11:05:15.1481629Z remote: Compressing objects:  23% (26/109)        
2021-02-04T11:05:15.1482379Z remote: Compressing objects:  24% (27/109)        
2021-02-04T11:05:15.1483113Z remote: Compressing objects:  25% (28/109)        
2021-02-04T11:05:15.1483856Z remote: Compressing objects:  26% (29/109)        
2021-02-04T11:05:15.1484692Z remote: Compressing objects:  27% (30/109)        
2021-02-04T11:05:15.1486058Z remote: Compressing objects:  28% (31/109)        
2021-02-04T11:05:15.1487488Z remote: Compressing objects:  29% (32/109)        
2021-02-04T11:05:15.1488280Z remote: Compressing objects:  30% (33/109)        
2021-02-04T11:05:15.1488993Z remote: Compressing objects:  31% (34/109)        
2021-02-04T11:05:15.1489938Z remote: Compressing objects:  32% (35/109)        
2021-02-04T11:05:15.1490658Z remote: Compressing objects:  33% (36/109)        
2021-02-04T11:05:15.1491638Z remote: Compressing objects:  34% (38/109)        
2021-02-04T11:05:15.1493012Z remote: Compressing objects:  35% (39/109)        
2021-02-04T11:05:15.1493541Z remote: Compressing objects:  36% (40/109)        
2021-02-04T11:05:15.1494076Z remote: Compressing objects:  37% (41/109)        
2021-02-04T11:05:15.1494594Z remote: Compressing objects:  38% (42/109)        
2021-02-04T11:05:15.1495129Z remote: Compressing objects:  39% (43/109)        
2021-02-04T11:05:15.1495650Z remote: Compressing objects:  40% (44/109)        
2021-02-04T11:05:15.1496184Z remote: Compressing objects:  41% (45/109)        
2021-02-04T11:05:15.1496712Z remote: Compressing objects:  42% (46/109)        
2021-02-04T11:05:15.1497251Z remote: Compressing objects:  43% (47/109)        
2021-02-04T11:05:15.1497965Z remote: Compressing objects:  44% (48/109)        
2021-02-04T11:05:15.1498675Z remote: Compressing objects:  45% (50/109)        
2021-02-04T11:05:15.1499836Z remote: Compressing objects:  46% (51/109)        
2021-02-04T11:05:15.1500564Z remote: Compressing objects:  47% (52/109)        
2021-02-04T11:05:15.1501139Z remote: Compressing objects:  48% (53/109)        
2021-02-04T11:05:15.1501856Z remote: Compressing objects:  49% (54/109)        
2021-02-04T11:05:15.1502411Z remote: Compressing objects:  50% (55/109)        
2021-02-04T11:05:15.1502950Z remote: Compressing objects:  51% (56/109)        
2021-02-04T11:05:15.1503506Z remote: Compressing objects:  52% (57/109)        
2021-02-04T11:05:15.1504044Z remote: Compressing objects:  53% (58/109)        
2021-02-04T11:05:15.1504581Z remote: Compressing objects:  54% (59/109)        
2021-02-04T11:05:15.1505144Z remote: Compressing objects:  55% (60/109)        
2021-02-04T11:05:15.1505682Z remote: Compressing objects:  56% (62/109)        
2021-02-04T11:05:15.1506244Z remote: Compressing objects:  57% (63/109)        
2021-02-04T11:05:15.1523359Z remote: Compressing objects:  58% (64/109)        
2021-02-04T11:05:15.1532998Z remote: Compressing objects:  59% (65/109)        
2021-02-04T11:05:15.1533579Z remote: Compressing objects:  60% (66/109)        
2021-02-04T11:05:15.1534159Z remote: Compressing objects:  61% (67/109)        
2021-02-04T11:05:15.1534717Z remote: Compressing objects:  62% (68/109)        
2021-02-04T11:05:15.1535470Z remote: Compressing objects:  63% (69/109)        
2021-02-04T11:05:15.1536012Z remote: Compressing objects:  64% (70/109)        
2021-02-04T11:05:15.1536553Z remote: Compressing objects:  65% (71/109)        
2021-02-04T11:05:15.1537108Z remote: Compressing objects:  66% (72/109)        
2021-02-04T11:05:15.1537645Z remote: Compressing objects:  67% (74/109)        
2021-02-04T11:05:15.1538213Z remote: Compressing objects:  68% (75/109)        
2021-02-04T11:05:15.1538753Z remote: Compressing objects:  69% (76/109)        
2021-02-04T11:05:15.1539313Z remote: Compressing objects:  70% (77/109)        
2021-02-04T11:05:15.1539850Z remote: Compressing objects:  71% (78/109)        
2021-02-04T11:05:15.1540401Z remote: Compressing objects:  72% (79/109)        
2021-02-04T11:05:15.1540936Z remote: Compressing objects:  73% (80/109)        
2021-02-04T11:05:15.1541872Z remote: Compressing objects:  74% (81/109)        
2021-02-04T11:05:15.1542461Z remote: Compressing objects:  75% (82/109)        
2021-02-04T11:05:15.1543018Z remote: Compressing objects:  76% (83/109)        
2021-02-04T11:05:15.1543590Z remote: Compressing objects:  77% (84/109)        
2021-02-04T11:05:15.1544145Z remote: Compressing objects:  78% (86/109)        
2021-02-04T11:05:15.1544715Z remote: Compressing objects:  79% (87/109)        
2021-02-04T11:05:15.1545602Z remote: Compressing objects:  80% (88/109)        
2021-02-04T11:05:15.1546184Z remote: Compressing objects:  81% (89/109)        
2021-02-04T11:05:15.1546723Z remote: Compressing objects:  82% (90/109)        
2021-02-04T11:05:15.1547504Z remote: Compressing objects:  83% (91/109)        
2021-02-04T11:05:15.1548038Z remote: Compressing objects:  84% (92/109)        
2021-02-04T11:05:15.1548556Z remote: Compressing objects:  85% (93/109)        
2021-02-04T11:05:15.1549264Z remote: Compressing objects:  86% (94/109)        
2021-02-04T11:05:15.1549819Z remote: Compressing objects:  87% (95/109)        
2021-02-04T11:05:15.1550529Z remote: Compressing objects:  88% (96/109)        
2021-02-04T11:05:15.1551230Z remote: Compressing objects:  89% (98/109)        
2021-02-04T11:05:15.1552130Z remote: Compressing objects:  90% (99/109)        
2021-02-04T11:05:15.1553175Z remote: Compressing objects:  91% (100/109)        
2021-02-04T11:05:15.1553743Z remote: Compressing objects:  92% (101/109)        
2021-02-04T11:05:15.1554333Z remote: Compressing objects:  93% (102/109)        
2021-02-04T11:05:15.1554896Z remote: Compressing objects:  94% (103/109)        
2021-02-04T11:05:15.1555474Z remote: Compressing objects:  95% (104/109)        
2021-02-04T11:05:15.1556040Z remote: Compressing objects:  96% (105/109)        
2021-02-04T11:05:15.1556621Z remote: Compressing objects:  97% (106/109)        
2021-02-04T11:05:15.1557487Z remote: Compressing objects:  98% (107/109)        
2021-02-04T11:05:15.1558024Z remote: Compressing objects:  99% (108/109)        
2021-02-04T11:05:15.1558735Z remote: Compressing objects: 100% (109/109)        
2021-02-04T11:05:15.1559304Z remote: Compressing objects: 100% (109/109), done.        
2021-02-04T11:05:15.1559844Z Receiving objects:   0% (1/5387)
2021-02-04T11:05:15.1560292Z Receiving objects:   1% (54/5387)
2021-02-04T11:05:15.1560759Z Receiving objects:   2% (108/5387)
2021-02-04T11:05:15.1563522Z Receiving objects:   3% (162/5387)
2021-02-04T11:05:15.1564013Z Receiving objects:   4% (216/5387)
2021-02-04T11:05:15.1564485Z Receiving objects:   5% (270/5387)
2021-02-04T11:05:15.1564948Z Receiving objects:   6% (324/5387)
2021-02-04T11:05:15.1565428Z Receiving objects:   7% (378/5387)
2021-02-04T11:05:15.1565895Z Receiving objects:   8% (431/5387)
2021-02-04T11:05:15.1566371Z Receiving objects:   9% (485/5387)
2021-02-04T11:05:15.1566830Z Receiving objects:  10% (539/5387)
2021-02-04T11:05:15.1567304Z Receiving objects:  11% (593/5387)
2021-02-04T11:05:15.1567763Z Receiving objects:  12% (647/5387)
2021-02-04T11:05:15.1568401Z Receiving objects:  13% (701/5387)
2021-02-04T11:05:15.1568888Z Receiving objects:  14% (755/5387)
2021-02-04T11:05:15.1569332Z Receiving objects:  15% (809/5387)
2021-02-04T11:05:15.1569791Z Receiving objects:  16% (862/5387)
2021-02-04T11:05:15.1570232Z Receiving objects:  17% (916/5387)
2021-02-04T11:05:15.1570691Z Receiving objects:  18% (970/5387)
2021-02-04T11:05:15.1571317Z Receiving objects:  19% (1024/5387)
2021-02-04T11:05:15.1571799Z Receiving objects:  20% (1078/5387)
2021-02-04T11:05:15.1572268Z Receiving objects:  21% (1132/5387)
2021-02-04T11:05:15.1572887Z Receiving objects:  22% (1186/5387)
2021-02-04T11:05:15.1573871Z Receiving objects:  23% (1240/5387)
2021-02-04T11:05:15.1574343Z Receiving objects:  24% (1293/5387)
2021-02-04T11:05:15.1574823Z Receiving objects:  25% (1347/5387)
2021-02-04T11:05:15.1575286Z Receiving objects:  26% (1401/5387)
2021-02-04T11:05:15.1575767Z Receiving objects:  27% (1455/5387)
2021-02-04T11:05:15.1576232Z Receiving objects:  28% (1509/5387)
2021-02-04T11:05:15.1576693Z Receiving objects:  29% (1563/5387)
2021-02-04T11:05:15.1577173Z Receiving objects:  30% (1617/5387)
2021-02-04T11:05:15.1577634Z Receiving objects:  31% (1670/5387)
2021-02-04T11:05:15.1578112Z Receiving objects:  32% (1724/5387)
2021-02-04T11:05:15.1578573Z Receiving objects:  33% (1778/5387)
2021-02-04T11:05:15.1579048Z Receiving objects:  34% (1832/5387)
2021-02-04T11:05:15.1579511Z Receiving objects:  35% (1886/5387)
2021-02-04T11:05:15.1579993Z Receiving objects:  36% (1940/5387)
2021-02-04T11:05:15.1580652Z Receiving objects:  37% (1994/5387)
2021-02-04T11:05:15.1581154Z Receiving objects:  38% (2048/5387)
2021-02-04T11:05:15.1581689Z Receiving objects:  39% (2101/5387)
2021-02-04T11:05:15.1582166Z Receiving objects:  40% (2155/5387)
2021-02-04T11:05:15.1582627Z Receiving objects:  41% (2209/5387)
2021-02-04T11:05:15.1583105Z Receiving objects:  42% (2263/5387)
2021-02-04T11:05:15.1583565Z Receiving objects:  43% (2317/5387)
2021-02-04T11:05:15.1584041Z Receiving objects:  44% (2371/5387)
2021-02-04T11:05:15.1584502Z Receiving objects:  45% (2425/5387)
2021-02-04T11:05:15.1584966Z Receiving objects:  46% (2479/5387)
2021-02-04T11:05:15.1585442Z Receiving objects:  47% (2532/5387)
2021-02-04T11:05:15.1585902Z Receiving objects:  48% (2586/5387)
2021-02-04T11:05:15.1586382Z Receiving objects:  49% (2640/5387)
2021-02-04T11:05:15.1586844Z Receiving objects:  50% (2694/5387)
2021-02-04T11:05:15.1587322Z Receiving objects:  51% (2748/5387)
2021-02-04T11:05:15.1587787Z Receiving objects:  52% (2802/5387)
2021-02-04T11:05:15.1588250Z Receiving objects:  53% (2856/5387)
2021-02-04T11:05:15.1588728Z Receiving objects:  54% (2909/5387)
2021-02-04T11:05:15.1589195Z Receiving objects:  55% (2963/5387)
2021-02-04T11:05:15.1589674Z Receiving objects:  56% (3017/5387)
2021-02-04T11:05:15.1590290Z Receiving objects:  57% (3071/5387)
2021-02-04T11:05:15.1590748Z Receiving objects:  58% (3125/5387)
2021-02-04T11:05:15.1591193Z Receiving objects:  59% (3179/5387)
2021-02-04T11:05:15.1591637Z Receiving objects:  60% (3233/5387)
2021-02-04T11:05:15.1592100Z Receiving objects:  61% (3287/5387)
2021-02-04T11:05:15.1592543Z Receiving objects:  62% (3340/5387)
2021-02-04T11:05:15.1593004Z Receiving objects:  63% (3394/5387)
2021-02-04T11:05:15.1593448Z Receiving objects:  64% (3448/5387)
2021-02-04T11:05:15.1593908Z Receiving objects:  65% (3502/5387)
2021-02-04T11:05:15.1594721Z Receiving objects:  66% (3556/5387)
2021-02-04T11:05:15.1595375Z Receiving objects:  67% (3610/5387)
2021-02-04T11:05:15.1595852Z Receiving objects:  68% (3664/5387)
2021-02-04T11:05:15.1596300Z Receiving objects:  69% (3718/5387)
2021-02-04T11:05:15.1596763Z Receiving objects:  70% (3771/5387)
2021-02-04T11:05:15.1597381Z Receiving objects:  71% (3825/5387)
2021-02-04T11:05:15.1597855Z Receiving objects:  72% (3879/5387)
2021-02-04T11:05:15.1598315Z Receiving objects:  73% (3933/5387)
2021-02-04T11:05:15.1598797Z Receiving objects:  74% (3987/5387)
2021-02-04T11:05:15.1599259Z Receiving objects:  75% (4041/5387)
2021-02-04T11:05:15.1599722Z Receiving objects:  76% (4095/5387)
2021-02-04T11:05:15.1600200Z Receiving objects:  77% (4148/5387)
2021-02-04T11:05:15.1600661Z Receiving objects:  78% (4202/5387)
2021-02-04T11:05:15.1601501Z Receiving objects:  79% (4256/5387)
2021-02-04T11:05:15.1602166Z Receiving objects:  80% (4310/5387)
2021-02-04T11:05:15.1602979Z Receiving objects:  81% (4364/5387)
2021-02-04T11:05:15.1603439Z Receiving objects:  82% (4418/5387)
2021-02-04T11:05:15.1604047Z Receiving objects:  83% (4472/5387)
2021-02-04T11:05:15.1604518Z Receiving objects:  84% (4526/5387)
2021-02-04T11:05:15.1604966Z Receiving objects:  85% (4579/5387)
2021-02-04T11:05:15.1605431Z Receiving objects:  86% (4633/5387)
2021-02-04T11:05:15.1605879Z Receiving objects:  87% (4687/5387)
2021-02-04T11:05:15.1606339Z Receiving objects:  88% (4741/5387)
2021-02-04T11:05:15.1606786Z Receiving objects:  89% (4795/5387)
2021-02-04T11:05:15.1607230Z Receiving objects:  90% (4849/5387)
2021-02-04T11:05:15.1607881Z Receiving objects:  91% (4903/5387)
2021-02-04T11:05:15.1608342Z Receiving objects:  92% (4957/5387)
2021-02-04T11:05:15.1608817Z Receiving objects:  93% (5010/5387)
2021-02-04T11:05:15.1609280Z Receiving objects:  94% (5064/5387)
2021-02-04T11:05:15.1609756Z Receiving objects:  95% (5118/5387)
2021-02-04T11:05:15.1610219Z Receiving objects:  96% (5172/5387)
2021-02-04T11:05:15.1610696Z Receiving objects:  97% (5226/5387)
2021-02-04T11:05:15.1611157Z Receiving objects:  98% (5280/5387)
2021-02-04T11:05:15.1612744Z remote: Total 5387 (delta 101), reused 109 (delta 66), pack-reused 5207        
2021-02-04T11:05:15.1613337Z Receiving objects:  99% (5334/5387)
2021-02-04T11:05:15.1613769Z Receiving objects: 100% (5387/5387)
2021-02-04T11:05:15.1614456Z Receiving objects: 100% (5387/5387), 5.99 MiB | 21.90 MiB/s, done.
2021-02-04T11:05:15.1614941Z Resolving deltas:   0% (0/3816)
2021-02-04T11:05:15.1615379Z Resolving deltas:   1% (39/3816)
2021-02-04T11:05:15.1615796Z Resolving deltas:   2% (77/3816)
2021-02-04T11:05:15.1616214Z Resolving deltas:   3% (115/3816)
2021-02-04T11:05:15.1616649Z Resolving deltas:   4% (153/3816)
2021-02-04T11:05:15.1617068Z Resolving deltas:   5% (191/3816)
2021-02-04T11:05:15.1617497Z Resolving deltas:   6% (229/3816)
2021-02-04T11:05:15.1617912Z Resolving deltas:   7% (268/3816)
2021-02-04T11:05:15.1618341Z Resolving deltas:   8% (306/3816)
2021-02-04T11:05:15.1618932Z Resolving deltas:   9% (344/3816)
2021-02-04T11:05:15.1619542Z Resolving deltas:  10% (382/3816)
2021-02-04T11:05:15.1620003Z Resolving deltas:  11% (420/3816)
2021-02-04T11:05:15.1620453Z Resolving deltas:  12% (458/3816)
2021-02-04T11:05:15.1620913Z Resolving deltas:  13% (497/3816)
2021-02-04T11:05:15.1621364Z Resolving deltas:  14% (535/3816)
2021-02-04T11:05:15.1621828Z Resolving deltas:  15% (573/3816)
2021-02-04T11:05:15.1622270Z Resolving deltas:  16% (611/3816)
2021-02-04T11:05:15.1622729Z Resolving deltas:  17% (649/3816)
2021-02-04T11:05:15.1623172Z Resolving deltas:  18% (687/3816)
2021-02-04T11:05:15.1623616Z Resolving deltas:  19% (726/3816)
2021-02-04T11:05:15.1624376Z Resolving deltas:  20% (764/3816)
2021-02-04T11:05:15.1624967Z Resolving deltas:  21% (802/3816)
2021-02-04T11:05:15.1625590Z Resolving deltas:  22% (840/3816)
2021-02-04T11:05:15.1626033Z Resolving deltas:  23% (878/3816)
2021-02-04T11:05:15.1626648Z Resolving deltas:  24% (916/3816)
2021-02-04T11:05:15.1627073Z Resolving deltas:  25% (954/3816)
2021-02-04T11:05:15.1627499Z Resolving deltas:  26% (993/3816)
2021-02-04T11:05:15.1627946Z Resolving deltas:  27% (1031/3816)
2021-02-04T11:05:15.1628541Z Resolving deltas:  28% (1069/3816)
2021-02-04T11:05:15.1629343Z Resolving deltas:  29% (1107/3816)
2021-02-04T11:05:15.1629792Z Resolving deltas:  30% (1145/3816)
2021-02-04T11:05:15.1630259Z Resolving deltas:  31% (1183/3816)
2021-02-04T11:05:15.1630706Z Resolving deltas:  32% (1222/3816)
2021-02-04T11:05:15.1631154Z Resolving deltas:  33% (1260/3816)
2021-02-04T11:05:15.1631619Z Resolving deltas:  34% (1298/3816)
2021-02-04T11:05:15.1633133Z Resolving deltas:  35% (1336/3816)
2021-02-04T11:05:15.1633618Z Resolving deltas:  36% (1374/3816)
2021-02-04T11:05:15.1634064Z Resolving deltas:  37% (1412/3816)
2021-02-04T11:05:15.1634526Z Resolving deltas:  38% (1451/3816)
2021-02-04T11:05:15.1634973Z Resolving deltas:  39% (1489/3816)
2021-02-04T11:05:15.1635417Z Resolving deltas:  40% (1527/3816)
2021-02-04T11:05:15.1635882Z Resolving deltas:  41% (1565/3816)
2021-02-04T11:05:15.1636628Z Resolving deltas:  42% (1603/3816)
2021-02-04T11:05:15.1637059Z Resolving deltas:  43% (1641/3816)
2021-02-04T11:05:15.1637486Z Resolving deltas:  44% (1680/3816)
2021-02-04T11:05:15.1638103Z Resolving deltas:  45% (1718/3816)
2021-02-04T11:05:15.1638532Z Resolving deltas:  46% (1756/3816)
2021-02-04T11:05:15.1638982Z Resolving deltas:  47% (1794/3816)
2021-02-04T11:05:15.1639413Z Resolving deltas:  48% (1832/3816)
2021-02-04T11:05:15.1639846Z Resolving deltas:  49% (1870/3816)
2021-02-04T11:05:15.1640617Z Resolving deltas:  50% (1908/3816)
2021-02-04T11:05:15.1641637Z Resolving deltas:  51% (1947/3816)
2021-02-04T11:05:15.1642102Z Resolving deltas:  52% (1985/3816)
2021-02-04T11:05:15.1642549Z Resolving deltas:  53% (2023/3816)
2021-02-04T11:05:15.1643009Z Resolving deltas:  54% (2061/3816)
2021-02-04T11:05:15.1643456Z Resolving deltas:  55% (2100/3816)
2021-02-04T11:05:15.1643900Z Resolving deltas:  56% (2137/3816)
2021-02-04T11:05:15.1644362Z Resolving deltas:  57% (2176/3816)
2021-02-04T11:05:15.1644809Z Resolving deltas:  58% (2214/3816)
2021-02-04T11:05:15.1645272Z Resolving deltas:  59% (2252/3816)
2021-02-04T11:05:15.1645886Z Resolving deltas:  60% (2290/3816)
2021-02-04T11:05:15.1646519Z Resolving deltas:  61% (2328/3816)
2021-02-04T11:05:15.1646948Z Resolving deltas:  62% (2366/3816)
2021-02-04T11:05:15.1647454Z Resolving deltas:  63% (2405/3816)
2021-02-04T11:05:15.1647906Z Resolving deltas:  64% (2443/3816)
2021-02-04T11:05:15.1648334Z Resolving deltas:  65% (2481/3816)
2021-02-04T11:05:15.1648778Z Resolving deltas:  66% (2519/3816)
2021-02-04T11:05:15.1649206Z Resolving deltas:  67% (2557/3816)
2021-02-04T11:05:15.1649652Z Resolving deltas:  68% (2595/3816)
2021-02-04T11:05:15.1650082Z Resolving deltas:  69% (2634/3816)
2021-02-04T11:05:15.1650527Z Resolving deltas:  70% (2672/3816)
2021-02-04T11:05:15.1650959Z Resolving deltas:  71% (2710/3816)
2021-02-04T11:05:15.1651388Z Resolving deltas:  72% (2748/3816)
2021-02-04T11:05:15.1652020Z Resolving deltas:  73% (2786/3816)
2021-02-04T11:05:15.1652466Z Resolving deltas:  74% (2824/3816)
2021-02-04T11:05:15.1652932Z Resolving deltas:  75% (2862/3816)
2021-02-04T11:05:15.1653383Z Resolving deltas:  76% (2901/3816)
2021-02-04T11:05:15.1653845Z Resolving deltas:  77% (2939/3816)
2021-02-04T11:05:15.1654291Z Resolving deltas:  78% (2977/3816)
2021-02-04T11:05:15.1654740Z Resolving deltas:  79% (3016/3816)
2021-02-04T11:05:15.1655202Z Resolving deltas:  80% (3053/3816)
2021-02-04T11:05:15.1655648Z Resolving deltas:  81% (3091/3816)
2021-02-04T11:05:15.1656115Z Resolving deltas:  82% (3130/3816)
2021-02-04T11:05:15.1656562Z Resolving deltas:  83% (3168/3816)
2021-02-04T11:05:15.1657176Z Resolving deltas:  84% (3206/3816)
2021-02-04T11:05:15.1657603Z Resolving deltas:  85% (3244/3816)
2021-02-04T11:05:15.1658032Z Resolving deltas:  86% (3282/3816)
2021-02-04T11:05:15.1658479Z Resolving deltas:  87% (3320/3816)
2021-02-04T11:05:15.1658908Z Resolving deltas:  88% (3359/3816)
2021-02-04T11:05:15.1659357Z Resolving deltas:  89% (3397/3816)
2021-02-04T11:05:15.1659788Z Resolving deltas:  90% (3435/3816)
2021-02-04T11:05:15.1660238Z Resolving deltas:  91% (3473/3816)
2021-02-04T11:05:15.1660714Z Resolving deltas:  92% (3511/3816)
2021-02-04T11:05:15.1661147Z Resolving deltas:  93% (3549/3816)
2021-02-04T11:05:15.1661596Z Resolving deltas:  94% (3588/3816)
2021-02-04T11:05:15.1662029Z Resolving deltas:  95% (3626/3816)
2021-02-04T11:05:15.1662476Z Resolving deltas:  96% (3664/3816)
2021-02-04T11:05:15.1662905Z Resolving deltas:  97% (3702/3816)
2021-02-04T11:05:15.1663350Z Resolving deltas:  98% (3740/3816)
2021-02-04T11:05:15.1663780Z Resolving deltas:  99% (3778/3816)
2021-02-04T11:05:15.1664528Z Resolving deltas: 100% (3816/3816)
2021-02-04T11:05:15.1665001Z Resolving deltas: 100% (3816/3816), done.
2021-02-04T11:05:15.1665990Z From https://github.com/marian-code/deepmd-kit
2021-02-04T11:05:15.1666856Z  * [new branch]      api                 -> origin/api
2021-02-04T11:05:15.1667568Z  * [new branch]      devel               -> origin/devel
2021-02-04T11:05:15.1668508Z  * [new branch]      lintner_action      -> origin/lintner_action
2021-02-04T11:05:15.1669279Z  * [new branch]      master              -> origin/master
2021-02-04T11:05:15.1669982Z  * [new branch]      r0.10               -> origin/r0.10
2021-02-04T11:05:15.1670631Z  * [new branch]      r0.11               -> origin/r0.11
2021-02-04T11:05:15.1671303Z  * [new branch]      r0.12               -> origin/r0.12
2021-02-04T11:05:15.1671951Z  * [new branch]      r0.9                -> origin/r0.9
2021-02-04T11:05:15.1672597Z  * [new branch]      r1.0                -> origin/r1.0
2021-02-04T11:05:15.1673257Z  * [new branch]      r1.1                -> origin/r1.1
2021-02-04T11:05:15.1674067Z  * [new branch]      tensorboard_support -> origin/tensorboard_support
2021-02-04T11:05:15.1675146Z  * [new branch]      variable_n_tests    -> origin/variable_n_tests
2021-02-04T11:05:15.1676048Z  * [new branch]      yaml_support        -> origin/yaml_support
2021-02-04T11:05:15.1676775Z  * [new tag]         v0.10.0             -> v0.10.0
2021-02-04T11:05:15.1677383Z  * [new tag]         v0.10.2             -> v0.10.2
2021-02-04T11:05:15.1678111Z  * [new tag]         v0.10.3             -> v0.10.3
2021-02-04T11:05:15.1678766Z  * [new tag]         v0.10.4             -> v0.10.4
2021-02-04T11:05:15.1679500Z  * [new tag]         v0.11.1             -> v0.11.1
2021-02-04T11:05:15.1680117Z  * [new tag]         v0.11.2             -> v0.11.2
2021-02-04T11:05:15.1680717Z  * [new tag]         v0.11.3             -> v0.11.3
2021-02-04T11:05:15.1681641Z  * [new tag]         v0.11.4             -> v0.11.4
2021-02-04T11:05:15.1682246Z  * [new tag]         v0.12.0             -> v0.12.0
2021-02-04T11:05:15.1682856Z  * [new tag]         v0.12.1             -> v0.12.1
2021-02-04T11:05:15.1683459Z  * [new tag]         v0.12.2             -> v0.12.2
2021-02-04T11:05:15.1684074Z  * [new tag]         v0.12.4             -> v0.12.4
2021-02-04T11:05:15.1684671Z  * [new tag]         v0.12.5             -> v0.12.5
2021-02-04T11:05:15.1685287Z  * [new tag]         v0.12.6             -> v0.12.6
2021-02-04T11:05:15.1685881Z  * [new tag]         v0.12.7             -> v0.12.7
2021-02-04T11:05:15.1686487Z  * [new tag]         v0.12.8             -> v0.12.8
2021-02-04T11:05:15.1687103Z  * [new tag]         v0.7.1              -> v0.7.1
2021-02-04T11:05:15.1687708Z  * [new tag]         v0.8.2              -> v0.8.2
2021-02-04T11:05:15.1688317Z  * [new tag]         v0.9.3              -> v0.9.3
2021-02-04T11:05:15.1688909Z  * [new tag]         v0.9.4              -> v0.9.4
2021-02-04T11:05:15.1689619Z  * [new tag]         v1.0.0              -> v1.0.0
2021-02-04T11:05:15.1690240Z  * [new tag]         v1.0.1              -> v1.0.1
2021-02-04T11:05:15.1690997Z  * [new tag]         v1.0.2              -> v1.0.2
2021-02-04T11:05:15.1691578Z  * [new tag]         v1.1.0              -> v1.1.0
2021-02-04T11:05:15.1692158Z  * [new tag]         v1.1.1              -> v1.1.1
2021-02-04T11:05:15.1692753Z  * [new tag]         v1.1.2              -> v1.1.2
2021-02-04T11:05:15.1693342Z  * [new tag]         v1.1.3              -> v1.1.3
2021-02-04T11:05:15.1693943Z  * [new tag]         v1.1.4              -> v1.1.4
2021-02-04T11:05:15.1694526Z  * [new tag]         v1.1.5              -> v1.1.5
2021-02-04T11:05:15.1695123Z  * [new tag]         v1.2.0              -> v1.2.0
2021-02-04T11:05:15.1695707Z  * [new tag]         v1.2.1              -> v1.2.1
2021-02-04T11:05:15.1696304Z  * [new tag]         v1.2.2              -> v1.2.2
2021-02-04T11:05:15.1697602Z ##[command]git checkout --progress --force e6e9c340f02b9a0a753c3e11c8e062387dc6f933
2021-02-04T11:05:15.2242212Z Note: switching to 'e6e9c340f02b9a0a753c3e11c8e062387dc6f933'.
2021-02-04T11:05:15.2243065Z 
2021-02-04T11:05:15.2244338Z You are in 'detached HEAD' state. You can look around, make experimental
2021-02-04T11:05:15.2245193Z changes and commit them, and you can discard any commits you make in this
2021-02-04T11:05:15.2246093Z state without impacting any branches by switching back to a branch.
2021-02-04T11:05:15.2246641Z 
2021-02-04T11:05:15.2247135Z If you want to create a new branch to retain commits you create, you may
2021-02-04T11:05:15.2248274Z do so (now or later) by using -c with the switch command. Example:
2021-02-04T11:05:15.2248794Z 
2021-02-04T11:05:15.2249494Z   git switch -c <new-branch-name>
2021-02-04T11:05:15.2249848Z 
2021-02-04T11:05:15.2250581Z Or undo this operation with:
2021-02-04T11:05:15.2250991Z 
2021-02-04T11:05:15.2251598Z   git switch -
2021-02-04T11:05:15.2251889Z 
2021-02-04T11:05:15.2252607Z Turn off this advice by setting config variable advice.detachedHead to false
2021-02-04T11:05:15.2253155Z 
2021-02-04T11:05:15.2253649Z HEAD is now at e6e9c34 failing to resolve used action repo
2021-02-04T11:05:15.2532493Z ##[group]Run rahul-deepsource/pyaction@master
2021-02-04T11:05:15.2533079Z with:
2021-02-04T11:05:15.2533836Z   python-root-list: ./deepmd/*.py ./deepmd/*/*.py ./source/train/*.py ./source/tests/*.py, ./source/scripts/*.py ./source/op/*.py
2021-02-04T11:05:15.2534633Z   use-black: true
2021-02-04T11:05:15.2535037Z   use-isort: true
2021-02-04T11:05:15.2535435Z   use-mypy: true
2021-02-04T11:05:15.2535902Z   use-pycodestyle: true
2021-02-04T11:05:15.2536624Z   extra-pycodestyle-options: --max-line-length=88
2021-02-04T11:05:15.2537311Z   use-pylint: true
2021-02-04T11:05:15.2538366Z   use-flake8: true
2021-02-04T11:05:15.2538808Z   use-vulture: true
2021-02-04T11:05:15.2539222Z ##[endgroup]
2021-02-04T11:05:15.2651195Z ##[command]/usr/bin/docker run --name ec648e384542e41d23f8cce_889f32 --label 442333 --workdir /github/workspace --rm -e INPUT_PYTHON-ROOT-LIST -e INPUT_USE-BLACK -e INPUT_USE-ISORT -e INPUT_USE-MYPY -e INPUT_USE-PYCODESTYLE -e INPUT_EXTRA-PYCODESTYLE-OPTIONS -e INPUT_USE-PYLINT -e INPUT_USE-FLAKE8 -e INPUT_USE-VULTURE -e INPUT_EXTRA-PYLINT-OPTIONS -e INPUT_EXTRA-FLAKE8-OPTIONS -e INPUT_EXTRA-BLACK-OPTIONS -e INPUT_EXTRA-MYPY-OPTIONS -e INPUT_EXTRA-ISORT-OPTIONS -e INPUT_EXTRA-VULTURE-OPTIONS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/deepmd-kit/deepmd-kit":"/github/workspace" 442333:834687062ec648e384542e41d23f8cce  "./deepmd/*.py ./deepmd/*/*.py ./source/train/*.py ./source/tests/*.py, ./source/scripts/*.py ./source/op/*.py" "true" "true" "true" "true" "true" "true" "true" "" "--max-line-length=88" "" "" "" "" ""
2021-02-04T11:05:15.8157496Z cp: can't stat 'flake8.json': No such file or directory
2021-02-04T11:05:15.8160760Z cp: can't stat 'mypy.json': No such file or directory
2021-02-04T11:05:15.8162250Z cp: can't stat 'pylint-error.json': No such file or directory
2021-02-04T11:05:15.8166491Z cp: can't stat 'pylint-warning.json': No such file or directory
2021-02-04T11:05:15.8205132Z cp: can't stat 'vulture.json': No such file or directory
2021-02-04T11:05:15.8225371Z ##[error]Unable to process command '::add-matcher::/home/runner/work/_temp/_github_workflow/flake8.json' successfully.
2021-02-04T11:05:15.8258751Z ##[error]Could not find file '/home/runner/work/_temp/_github_workflow/flake8.json'.
2021-02-04T11:05:15.8413044Z ##[error]Unable to process command '::add-matcher::/home/runner/work/_temp/_github_workflow/mypy.json' successfully.
2021-02-04T11:05:15.8415552Z ##[error]Could not find file '/home/runner/work/_temp/_github_workflow/mypy.json'.
2021-02-04T11:05:15.8422658Z ##[error]Unable to process command '::add-matcher::/home/runner/work/_temp/_github_workflow/pylint-error.json' successfully.
2021-02-04T11:05:15.8424992Z ##[error]Could not find file '/home/runner/work/_temp/_github_workflow/pylint-error.json'.
2021-02-04T11:05:15.8430804Z ##[error]Unable to process command '::add-matcher::/home/runner/work/_temp/_github_workflow/pylint-warning.json' successfully.
2021-02-04T11:05:15.8434174Z ##[error]Could not find file '/home/runner/work/_temp/_github_workflow/pylint-warning.json'.
2021-02-04T11:05:15.8444911Z ##[error]Unable to process command '::add-matcher::/home/runner/work/_temp/_github_workflow/vulture.json' successfully.
2021-02-04T11:05:15.8447468Z ##[error]Could not find file '/home/runner/work/_temp/_github_workflow/vulture.json'.
2021-02-04T11:05:15.8451595Z TERM: changing from  -> xterm
2021-02-04T11:05:15.8457821Z Running: pylint ./deepmd/__about__.py ./deepmd/__init__.py ./deepmd/__main__.py ./deepmd/common.py ./deepmd/env.py ./deepmd/descriptor/__init__.py ./deepmd/descriptor/hybrid.py ./deepmd/descriptor/loc_frame.py ./deepmd/descriptor/se_a.py ./deepmd/descriptor/se_a_ebd.py ./deepmd/descriptor/se_a_ef.py ./deepmd/descriptor/se_a_t.py ./deepmd/descriptor/se_ar.py ./deepmd/descriptor/se_r.py ./deepmd/fit/__init__.py ./deepmd/fit/dipole.py ./deepmd/fit/ener.py ./deepmd/fit/polar.py ./deepmd/fit/wfc.py ./deepmd/infer/__init__.py ./deepmd/infer/data_modifier.py ./deepmd/infer/deep_dipole.py ./deepmd/infer/deep_eval.py ./deepmd/infer/deep_polar.py ./deepmd/infer/deep_pot.py ./deepmd/infer/deep_wfc.py ./deepmd/infer/ewald_recp.py ./deepmd/loss/__init__.py ./deepmd/loss/ener.py ./deepmd/loss/tensor.py ./deepmd/utils/__init__.py ./deepmd/utils/argcheck.py ./deepmd/utils/compat.py ./deepmd/utils/data.py ./deepmd/utils/data_system.py ./deepmd/utils/learning_rate.py ./deepmd/utils/network.py ./deepmd/utils/tab_inter.py ./source/train/Local.py ./source/train/Model.py ./source/train/Slurm.py ./source/train/Trainer.py ./source/train/calculator.py ./source/train/doc.py ./source/train/main.py ./source/train/print_old_model.py ./source/train/test.py ./source/train/train.py ./source/train/transform.py ./source/tests/*.py, ./source/scripts/config.py ./source/scripts/freeze.py ./source/op/_gelu.py ./source/op/_prod_force_grad.py ./source/op/_prod_force_se_a_grad.py ./source/op/_prod_force_se_r_grad.py ./source/op/_prod_virial_grad.py ./source/op/_prod_virial_se_a_grad.py ./source/op/_prod_virial_se_r_grad.py ./source/op/_soft_min_force_grad.py ./source/op/_soft_min_virial_grad.py
2021-02-04T11:05:18.7590133Z �[7;33m************* Module ./source/tests/*.py,�[0m
2021-02-04T11:05:18.7591242Z ./source/tests/*.py,:1:0: F0001: �[1;4;31mNo module named ./source/tests/*.py,�[0m (�[1;4;31mfatal�[0m)
2021-02-04T11:05:18.7592048Z �[7;33m************* Module deepmd.__about__�[0m
2021-02-04T11:05:18.7593433Z deepmd/__about__.py:1:0: C0114: �[1mMissing module docstring�[0m (�[1mmissing-module-docstring�[0m)
2021-02-04T11:05:18.7594386Z �[7;33m************* Module deepmd�[0m
2021-02-04T11:05:18.7595722Z deepmd/__init__.py:7:0: C0411: �[1mfirst party import "import deepmd.utils.network as network" should be placed before "from . import descriptor"�[0m (�[1mwrong-import-order�[0m)
2021-02-04T11:05:18.7597296Z �[7;33m************* Module deepmd.__main__�[0m
2021-02-04T11:05:18.7598165Z deepmd/__main__.py:3:0: E0401: �[1;31mUnable to import 'deepmd.main'�[0m (�[1;31mimport-error�[0m)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.