Giter Club home page Giter Club logo

pipreqs-action's People

Contributors

afonsovale avatar ryan-rozario avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pipreqs-action's Issues

requirement.txt to requirements.txt

Hi Ryan. I have the suggestion to change the name of the created file from requirement.txt to requirements.txt, which is the most usual. Thanks for the excellent work!

Error when file already exists

Hello,
First of all thank you for this Github Actions.
I noticed that once the requirement.txt file is created, all new calls fail.
Docker indicates that no changes have been made, so Github Actions returns an error
You can see an example here

missing line in requirements.txt

Really like this action but one of my projects is getting a bad requirements.txt file.

When I run this in my project https://github.com/zkoppert/innersource-crawler

The action yields

ratelimiter==1.2.0.post0
python-dotenv==0.15.0

but it should be

github3.py==1.3.0
ratelimiter==1.2.0.post0
python-dotenv==0.15.0

I looked at what is in the entrypoint.sh in this action repo, and it shows it runs pipreqs --force. When I run that locally on my project (not using a docker container) I get the expected results as shown below.

Zacherys-MacBook-Pro:innersource-crawler zkoppert$  pipreqs --force
INFO: Successfully saved requirements file in /Users/zkoppert/repos/innersource-crawler/requirements.txt
Zacherys-MacBook-Pro:innersource-crawler zkoppert$ cat requirements.txt 
github3.py==1.3.0
ratelimiter==1.2.0.post0
python-dotenv==0.15.0
Zacherys-MacBook-Pro:innersource-crawler zkoppert$

Any ideas as to why the action isn't the same as running pipreqs myself? Happy to help debug if there is anything you think I should check.

Why is it failing to commit and create requirements.txt?

It successfully founds all the packages but it does not save them to requirements.txt and just says Your branch is up to date with 'origin/main'. and does not perform commit and push.

The raw logs can be found below

Raw Error Log
2023-07-18T17:01:11.4543857Z Requested labels: ubuntu-latest
2023-07-18T17:01:11.4544168Z Job defined at: jatin218tec/Django-MLM/.github/workflows/automate_requirements.yml@refs/heads/main
2023-07-18T17:01:11.4544277Z Waiting for a runner to pick up this job...
2023-07-18T17:01:11.7056616Z Job is waiting for a hosted runner to come online.
2023-07-18T17:01:14.8269088Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-07-18T17:01:17.3379284Z ##[debug]Starting: build
2023-07-18T17:01:17.3405775Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2023-07-18T17:01:17.3702909Z ##[debug]Starting: Set up job
2023-07-18T17:01:17.3703376Z Current runner version: '2.306.0'
2023-07-18T17:01:17.3728055Z ##[group]Operating System
2023-07-18T17:01:17.3728529Z Ubuntu
2023-07-18T17:01:17.3728832Z 22.04.2
2023-07-18T17:01:17.3729214Z LTS
2023-07-18T17:01:17.3729479Z ##[endgroup]
2023-07-18T17:01:17.3729837Z ##[group]Runner Image
2023-07-18T17:01:17.3730269Z Image: ubuntu-22.04
2023-07-18T17:01:17.3730619Z Version: 20230710.1.0
2023-07-18T17:01:17.3731141Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230710.1/images/linux/Ubuntu2204-Readme.md
2023-07-18T17:01:17.3731819Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230710.1
2023-07-18T17:01:17.3732293Z ##[endgroup]
2023-07-18T17:01:17.3732599Z ##[group]Runner Image Provisioner
2023-07-18T17:01:17.3732940Z 2.0.238.1
2023-07-18T17:01:17.3733471Z ##[endgroup]
2023-07-18T17:01:17.3734493Z ##[group]GITHUB_TOKEN Permissions
2023-07-18T17:01:17.3735260Z Actions: write
2023-07-18T17:01:17.3735555Z Checks: write
2023-07-18T17:01:17.3735883Z Contents: write
2023-07-18T17:01:17.3736225Z Deployments: write
2023-07-18T17:01:17.3736575Z Discussions: write
2023-07-18T17:01:17.3736857Z Issues: write
2023-07-18T17:01:17.3737197Z Metadata: read
2023-07-18T17:01:17.3737555Z Packages: write
2023-07-18T17:01:17.3737831Z Pages: write
2023-07-18T17:01:17.3738190Z PullRequests: write
2023-07-18T17:01:17.3738570Z RepositoryProjects: write
2023-07-18T17:01:17.3738897Z SecurityEvents: write
2023-07-18T17:01:17.3739235Z Statuses: write
2023-07-18T17:01:17.3739559Z ##[endgroup]
2023-07-18T17:01:17.3743396Z Secret source: Actions
2023-07-18T17:01:17.3743909Z ##[debug]Primary repository: jatin218tec/Django-MLM
2023-07-18T17:01:17.3744357Z Prepare workflow directory
2023-07-18T17:01:17.3824936Z ##[debug]Creating pipeline directory: '/home/runner/work/Django-MLM'
2023-07-18T17:01:17.3827416Z ##[debug]Creating workspace directory: '/home/runner/work/Django-MLM/Django-MLM'
2023-07-18T17:01:17.3828459Z ##[debug]Update context data
2023-07-18T17:01:17.3831823Z ##[debug]Evaluating job-level environment variables
2023-07-18T17:01:17.4407209Z ##[debug]Evaluating job container
2023-07-18T17:01:17.4411411Z ##[debug]Evaluating job service containers
2023-07-18T17:01:17.4413853Z ##[debug]Evaluating job defaults
2023-07-18T17:01:17.4494237Z Prepare all required actions
2023-07-18T17:01:17.4687830Z Getting action download info
2023-07-18T17:01:17.7261520Z Download action repository 'actions/checkout@master' (SHA:96f53100ba2a5449eb71d2e6604bbcd94b9449b5)
2023-07-18T17:01:18.2731944Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/96f53100ba2a5449eb71d2e6604bbcd94b9449b5' to '/home/runner/work/_actions/_temp_a082d6e7-c05f-4d16-a11b-325351ac28dd/b3c17634-1f86-440b-ac86-e62d5144e12b.tar.gz'
2023-07-18T17:01:18.3772930Z ##[debug]Unwrap 'actions-checkout-96f5310' to '/home/runner/work/_actions/actions/checkout/master'
2023-07-18T17:01:18.3903489Z ##[debug]Archive '/home/runner/work/_actions/_temp_a082d6e7-c05f-4d16-a11b-325351ac28dd/b3c17634-1f86-440b-ac86-e62d5144e12b.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/master'.
2023-07-18T17:01:18.4044322Z Download action repository 'ryan-rozario/pipreqs-action-cpy@master' (SHA:14e9047e6f41c7619472560eb6bc897cce2000c7)
2023-07-18T17:01:18.8431780Z ##[debug]Download 'https://api.github.com/repos/ryan-rozario/pipreqs-action/tarball/14e9047e6f41c7619472560eb6bc897cce2000c7' to '/home/runner/work/_actions/_temp_0346517a-2012-48ee-b688-09874b640cb8/9d362d7f-8df0-4542-a939-9627fa9b8e42.tar.gz'
2023-07-18T17:01:18.8535955Z ##[debug]Unwrap 'ryan-rozario-pipreqs-action-14e9047' to '/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master'
2023-07-18T17:01:18.8543107Z ##[debug]Archive '/home/runner/work/_actions/_temp_0346517a-2012-48ee-b688-09874b640cb8/9d362d7f-8df0-4542-a939-9627fa9b8e42.tar.gz' has been unzipped into '/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master'.
2023-07-18T17:01:18.8602943Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/master/action.yml'.
2023-07-18T17:01:18.9709348Z ##[debug]action.yml for action: '/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master/action.yml'.
2023-07-18T17:01:18.9759276Z ##[debug]Dockerfile for action: '/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master/Dockerfile'.
2023-07-18T17:01:18.9924714Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@master'
2023-07-18T17:01:18.9926972Z ##[debug]Set step 'selftest' display name to: 'Self test'
2023-07-18T17:01:18.9927757Z Complete job name: build
2023-07-18T17:01:18.9940313Z ##[debug]Collect running processes for tracking orphan processes.
2023-07-18T17:01:19.0159226Z ##[debug]Finishing: Set up job
2023-07-18T17:01:19.0392311Z ##[debug]Evaluating condition for step: 'Build ryan-rozario/pipreqs-action-cpy@master'
2023-07-18T17:01:19.0451751Z ##[debug]Evaluating: success()
2023-07-18T17:01:19.0458333Z ##[debug]Evaluating success:
2023-07-18T17:01:19.0486035Z ##[debug]=> true
2023-07-18T17:01:19.0496798Z ##[debug]Result: true
2023-07-18T17:01:19.0538254Z ##[debug]Starting: Build ryan-rozario/pipreqs-action-cpy@master
2023-07-18T17:01:19.0611890Z ##[group]Build container for action use: '/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master/Dockerfile'.
2023-07-18T17:01:19.0688052Z ##[command]/usr/bin/docker build -t c9a4a5:659060007a2941919f7228fa02a0a88e -f "/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master/Dockerfile" "/home/runner/work/_actions/ryan-rozario/pipreqs-action-cpy/master"
2023-07-18T17:01:19.2183558Z Sending build context to Docker daemon  11.26kB
2023-07-18T17:01:19.2187237Z 
2023-07-18T17:01:19.2595841Z Step 1/7 : FROM alpine:3.17
2023-07-18T17:01:19.2599591Z  ---> 1f73a9d63274
2023-07-18T17:01:19.2600946Z Step 2/7 : COPY LICENSE README.md entrypoint.sh /
2023-07-18T17:01:20.0098098Z  ---> 0c52b134a174
2023-07-18T17:01:20.0103467Z Step 3/7 : RUN apk add --no-cache git
2023-07-18T17:01:20.0293532Z  ---> Running in 4cbeca71d926
2023-07-18T17:01:20.3230450Z fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
2023-07-18T17:01:20.5605893Z fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
2023-07-18T17:01:20.8678720Z (1/7) Installing ca-certificates (20230506-r0)
2023-07-18T17:01:20.8951770Z (2/7) Installing brotli-libs (1.0.9-r9)
2023-07-18T17:01:20.9249937Z (3/7) Installing nghttp2-libs (1.51.0-r0)
2023-07-18T17:01:20.9375404Z (4/7) Installing libcurl (8.1.2-r0)
2023-07-18T17:01:20.9616013Z (5/7) Installing libexpat (2.5.0-r0)
2023-07-18T17:01:20.9732428Z (6/7) Installing pcre2 (10.42-r0)
2023-07-18T17:01:20.9954852Z (7/7) Installing git (2.38.5-r0)
2023-07-18T17:01:21.1124877Z Executing busybox-1.35.0-r29.trigger
2023-07-18T17:01:21.1167561Z Executing ca-certificates-20230506-r0.trigger
2023-07-18T17:01:21.1797109Z OK: 16 MiB in 22 packages
2023-07-18T17:01:22.0189455Z Removing intermediate container 4cbeca71d926
2023-07-18T17:01:22.0190220Z  ---> 9958097ba45d
2023-07-18T17:01:22.0190729Z Step 4/7 : RUN apk add --no-cache python3 py3-pip
2023-07-18T17:01:22.0324877Z  ---> Running in c9c6383a7b37
2023-07-18T17:01:22.2496228Z fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
2023-07-18T17:01:22.4478445Z fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
2023-07-18T17:01:22.7614096Z (1/18) Installing libbz2 (1.0.8-r4)
2023-07-18T17:01:22.7729788Z (2/18) Installing libffi (3.4.4-r0)
2023-07-18T17:01:22.7842486Z (3/18) Installing gdbm (1.23-r0)
2023-07-18T17:01:22.7960459Z (4/18) Installing xz-libs (5.2.9-r0)
2023-07-18T17:01:22.8112824Z (5/18) Installing libgcc (12.2.1_git20220924-r4)
2023-07-18T17:01:22.8241540Z (6/18) Installing libstdc++ (12.2.1_git20220924-r4)
2023-07-18T17:01:22.8784055Z (7/18) Installing mpdecimal (2.5.1-r1)
2023-07-18T17:01:22.8925576Z (8/18) Installing ncurses-terminfo-base (6.3_p20221119-r1)
2023-07-18T17:01:22.9060233Z (9/18) Installing ncurses-libs (6.3_p20221119-r1)
2023-07-18T17:01:22.9270757Z (10/18) Installing readline (8.2.0-r0)
2023-07-18T17:01:22.9446007Z (11/18) Installing sqlite-libs (3.40.1-r0)
2023-07-18T17:01:22.9824880Z (12/18) Installing python3 (3.10.12-r0)
2023-07-18T17:01:23.4950513Z (13/18) Installing py3-six (1.16.0-r3)
2023-07-18T17:01:23.5067225Z (14/18) Installing py3-retrying (1.3.3-r3)
2023-07-18T17:01:23.5180178Z (15/18) Installing py3-parsing (3.0.9-r0)
2023-07-18T17:01:23.5367898Z (16/18) Installing py3-packaging (21.3-r2)
2023-07-18T17:01:23.5511017Z (17/18) Installing py3-setuptools (65.6.0-r0)
2023-07-18T17:01:23.6314398Z (18/18) Installing py3-pip (22.3.1-r1)
2023-07-18T17:01:23.7843705Z Executing busybox-1.35.0-r29.trigger
2023-07-18T17:01:23.7906655Z OK: 91 MiB in 40 packages
2023-07-18T17:01:25.3529358Z Removing intermediate container c9c6383a7b37
2023-07-18T17:01:25.3530080Z  ---> 62714feef666
2023-07-18T17:01:25.3531503Z Step 5/7 : RUN pip3 install pipreqs
2023-07-18T17:01:25.3743453Z  ---> Running in a386318602c4
2023-07-18T17:01:26.9991433Z Collecting pipreqs
2023-07-18T17:01:27.0862315Z   Downloading pipreqs-0.4.13-py2.py3-none-any.whl (33 kB)
2023-07-18T17:01:27.1210365Z Collecting docopt
2023-07-18T17:01:27.1353937Z   Downloading docopt-0.6.2.tar.gz (25 kB)
2023-07-18T17:01:27.1529893Z   Preparing metadata (setup.py): started
2023-07-18T17:01:27.4472335Z   Preparing metadata (setup.py): finished with status 'done'
2023-07-18T17:01:27.4676384Z Collecting yarg
2023-07-18T17:01:27.4791303Z   Downloading yarg-0.1.9-py2.py3-none-any.whl (19 kB)
2023-07-18T17:01:27.5415535Z Collecting requests
2023-07-18T17:01:27.5532168Z   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
2023-07-18T17:01:27.5640392Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 6.9 MB/s eta 0:00:00
2023-07-18T17:01:27.6279715Z Collecting urllib3<3,>=1.21.1
2023-07-18T17:01:27.6389425Z   Downloading urllib3-2.0.3-py3-none-any.whl (123 kB)
2023-07-18T17:01:27.6561308Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 8.0 MB/s eta 0:00:00
2023-07-18T17:01:27.7459044Z Collecting charset-normalizer<4,>=2
2023-07-18T17:01:27.7588652Z   Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (195 kB)
2023-07-18T17:01:27.7815439Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/195.4 kB 9.4 MB/s eta 0:00:00
2023-07-18T17:01:27.8098038Z Collecting idna<4,>=2.5
2023-07-18T17:01:27.8213304Z   Downloading idna-3.4-py3-none-any.whl (61 kB)
2023-07-18T17:01:27.8292922Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 10.3 MB/s eta 0:00:00
2023-07-18T17:01:27.8603482Z Collecting certifi>=2017.4.17
2023-07-18T17:01:27.8719797Z   Downloading certifi-2023.5.7-py3-none-any.whl (156 kB)
2023-07-18T17:01:27.8890334Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 10.7 MB/s eta 0:00:00
2023-07-18T17:01:27.9492292Z Installing collected packages: docopt, urllib3, idna, charset-normalizer, certifi, requests, yarg, pipreqs
2023-07-18T17:01:27.9503265Z �[91m  DEPRECATION: docopt is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
2023-07-18T17:01:27.9508765Z �[0m  Running setup.py install for docopt: started
2023-07-18T17:01:28.2949489Z   Running setup.py install for docopt: finished with status 'done'
2023-07-18T17:01:28.6732830Z Successfully installed certifi-2023.5.7 charset-normalizer-3.2.0 docopt-0.6.2 idna-3.4 pipreqs-0.4.13 requests-2.31.0 urllib3-2.0.3 yarg-0.1.9
2023-07-18T17:01:28.6733596Z �[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2023-07-18T17:01:30.0298152Z �[0mRemoving intermediate container a386318602c4
2023-07-18T17:01:30.0298812Z  ---> 4d737e7619e2
2023-07-18T17:01:30.0299066Z Step 6/7 : RUN chmod +x /entrypoint.sh
2023-07-18T17:01:30.0445945Z  ---> Running in 35312907a0f5
2023-07-18T17:01:31.0137081Z Removing intermediate container 35312907a0f5
2023-07-18T17:01:31.0137433Z  ---> cc7e2c7a9414
2023-07-18T17:01:31.0137694Z Step 7/7 : ENTRYPOINT ["/entrypoint.sh"]
2023-07-18T17:01:31.0323112Z  ---> Running in 3e7579895608
2023-07-18T17:01:32.0136179Z Removing intermediate container 3e7579895608
2023-07-18T17:01:32.0136487Z  ---> 7b3c6851a660
2023-07-18T17:01:32.0139392Z Successfully built 7b3c6851a660
2023-07-18T17:01:32.0205749Z Successfully tagged c9a4a5:659060007a2941919f7228fa02a0a88e
2023-07-18T17:01:32.0215342Z ##[endgroup]
2023-07-18T17:01:32.0226464Z ##[debug]Finishing: Build ryan-rozario/pipreqs-action-cpy@master
2023-07-18T17:01:32.0241390Z ##[debug]Evaluating condition for step: 'Run actions/checkout@master'
2023-07-18T17:01:32.0247785Z ##[debug]Evaluating: success()
2023-07-18T17:01:32.0248184Z ##[debug]Evaluating success:
2023-07-18T17:01:32.0248705Z ##[debug]=> true
2023-07-18T17:01:32.0249111Z ##[debug]Result: true
2023-07-18T17:01:32.0250013Z ##[debug]Starting: Run actions/checkout@master
2023-07-18T17:01:32.0363252Z ##[debug]Register post job cleanup for action: actions/checkout@master
2023-07-18T17:01:32.0469506Z ##[debug]Loading inputs
2023-07-18T17:01:32.0503914Z ##[debug]Evaluating: secrets.GITHUB_TOKEN
2023-07-18T17:01:32.0504844Z ##[debug]Evaluating Index:
2023-07-18T17:01:32.0506941Z ##[debug]..Evaluating secrets:
2023-07-18T17:01:32.0507882Z ##[debug]..=> Object
2023-07-18T17:01:32.0522435Z ##[debug]..Evaluating String:
2023-07-18T17:01:32.0523096Z ##[debug]..=> 'GITHUB_TOKEN'
2023-07-18T17:01:32.0527769Z ##[debug]=> '***'
2023-07-18T17:01:32.0529431Z ##[debug]Result: '***'
2023-07-18T17:01:32.0540644Z ##[debug]Evaluating: github.repository
2023-07-18T17:01:32.0540935Z ##[debug]Evaluating Index:
2023-07-18T17:01:32.0541185Z ##[debug]..Evaluating github:
2023-07-18T17:01:32.0541455Z ##[debug]..=> Object
2023-07-18T17:01:32.0541696Z ##[debug]..Evaluating String:
2023-07-18T17:01:32.0541927Z ##[debug]..=> 'repository'
2023-07-18T17:01:32.0542329Z ##[debug]=> 'jatin218tec/Django-MLM'
2023-07-18T17:01:32.0542622Z ##[debug]Result: 'jatin218tec/Django-MLM'
2023-07-18T17:01:32.0548567Z ##[debug]Loading env
2023-07-18T17:01:32.0637809Z ##[group]Run actions/checkout@master
2023-07-18T17:01:32.0638083Z with:
2023-07-18T17:01:32.0638547Z   token: ***
2023-07-18T17:01:32.0638786Z   repository: jatin218tec/Django-MLM
2023-07-18T17:01:32.0639023Z   ssh-strict: true
2023-07-18T17:01:32.0639262Z   persist-credentials: true
2023-07-18T17:01:32.0639491Z   clean: true
2023-07-18T17:01:32.0639721Z   sparse-checkout-cone-mode: true
2023-07-18T17:01:32.0639974Z   fetch-depth: 1
2023-07-18T17:01:32.0640176Z   lfs: false
2023-07-18T17:01:32.0640385Z   submodules: false
2023-07-18T17:01:32.0640617Z   set-safe-directory: true
2023-07-18T17:01:32.0640845Z ##[endgroup]
2023-07-18T17:01:32.2983345Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/Django-MLM/Django-MLM'
2023-07-18T17:01:32.2984317Z ##[debug]qualified repository = 'jatin218tec/Django-MLM'
2023-07-18T17:01:32.2984824Z ##[debug]ref = 'refs/heads/main'
2023-07-18T17:01:32.2985330Z ##[debug]commit = 'a8edf2bd46d35edb9b31ac092700853ee63a0958'
2023-07-18T17:01:32.2985781Z ##[debug]clean = true
2023-07-18T17:01:32.2986157Z ##[debug]fetch depth = 1
2023-07-18T17:01:32.2986540Z ##[debug]lfs = false
2023-07-18T17:01:32.2986981Z ##[debug]submodules = false
2023-07-18T17:01:32.2987386Z ##[debug]recursive submodules = false
2023-07-18T17:01:32.2987831Z ##[debug]GitHub Host URL = 
2023-07-18T17:01:32.2988714Z ::add-matcher::/home/runner/work/_actions/actions/checkout/master/dist/problem-matcher.json
2023-07-18T17:01:32.3095084Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2023-07-18T17:01:32.3105566Z Syncing repository: jatin218tec/Django-MLM
2023-07-18T17:01:32.3106946Z ::group::Getting Git version info
2023-07-18T17:01:32.3108147Z ##[group]Getting Git version info
2023-07-18T17:01:32.3108637Z Working directory is '/home/runner/work/Django-MLM/Django-MLM'
2023-07-18T17:01:32.3109159Z ##[debug]Getting git version
2023-07-18T17:01:32.3109406Z [command]/usr/bin/git version
2023-07-18T17:01:32.3189354Z git version 2.41.0
2023-07-18T17:01:32.3213894Z ##[debug]0
2023-07-18T17:01:32.3215580Z ##[debug]git version 2.41.0
2023-07-18T17:01:32.3215781Z ##[debug]
2023-07-18T17:01:32.3219538Z ##[debug]Set git useragent to: git/2.41.0 (github-actions-checkout)
2023-07-18T17:01:32.3221382Z ::endgroup::
2023-07-18T17:01:32.3221700Z ##[endgroup]
2023-07-18T17:01:32.3238268Z ::add-mask::***
2023-07-18T17:01:32.3241201Z Temporarily overriding HOME='/home/runner/work/_temp/ec0f8d1e-67dd-49ab-9a51-0bf2bd869ce4' before making global git config changes
2023-07-18T17:01:32.3242223Z Adding repository directory to the temporary git global config as a safe directory
2023-07-18T17:01:32.3249566Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Django-MLM/Django-MLM
2023-07-18T17:01:32.3286496Z ##[debug]0
2023-07-18T17:01:32.3287429Z ##[debug]
2023-07-18T17:01:32.3299160Z Deleting the contents of '/home/runner/work/Django-MLM/Django-MLM'
2023-07-18T17:01:32.3305869Z ::group::Initializing the repository
2023-07-18T17:01:32.3306206Z ##[group]Initializing the repository
2023-07-18T17:01:32.3311097Z [command]/usr/bin/git init /home/runner/work/Django-MLM/Django-MLM
2023-07-18T17:01:32.3382925Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-07-18T17:01:32.3383591Z hint: is subject to change. To configure the initial branch name to use in all
2023-07-18T17:01:32.3384536Z hint: of your new repositories, which will suppress this warning, call:
2023-07-18T17:01:32.3384887Z hint: 
2023-07-18T17:01:32.3385339Z hint: 	git config --global init.defaultBranch <name>
2023-07-18T17:01:32.3385602Z hint: 
2023-07-18T17:01:32.3385975Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-07-18T17:01:32.3386447Z hint: 'development'. The just-created branch can be renamed via this command:
2023-07-18T17:01:32.3386753Z hint: 
2023-07-18T17:01:32.3387000Z hint: 	git branch -m <name>
2023-07-18T17:01:32.3394029Z Initialized empty Git repository in /home/runner/work/Django-MLM/Django-MLM/.git/
2023-07-18T17:01:32.3401909Z ##[debug]0
2023-07-18T17:01:32.3405290Z ##[debug]Initialized empty Git repository in /home/runner/work/Django-MLM/Django-MLM/.git/
2023-07-18T17:01:32.3405602Z ##[debug]
2023-07-18T17:01:32.3414686Z [command]/usr/bin/git remote add origin https://github.com/jatin218tec/Django-MLM
2023-07-18T17:01:32.3462248Z ##[debug]0
2023-07-18T17:01:32.3462859Z ##[debug]
2023-07-18T17:01:32.3463836Z ::endgroup::
2023-07-18T17:01:32.3464083Z ##[endgroup]
2023-07-18T17:01:32.3464557Z ::group::Disabling automatic garbage collection
2023-07-18T17:01:32.3464870Z ##[group]Disabling automatic garbage collection
2023-07-18T17:01:32.3487439Z [command]/usr/bin/git config --local gc.auto 0
2023-07-18T17:01:32.3527260Z ##[debug]0
2023-07-18T17:01:32.3527668Z ##[debug]
2023-07-18T17:01:32.3528036Z ::endgroup::
2023-07-18T17:01:32.3528249Z ##[endgroup]
2023-07-18T17:01:32.3528626Z ::group::Setting up auth
2023-07-18T17:01:32.3528863Z ##[group]Setting up auth
2023-07-18T17:01:32.3538858Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-07-18T17:01:32.3571784Z ##[debug]1
2023-07-18T17:01:32.3572438Z ##[debug]
2023-07-18T17:01:32.3578103Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-18T17:01:32.3949615Z ##[debug]0
2023-07-18T17:01:32.3950307Z ##[debug]
2023-07-18T17:01:32.3955316Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-07-18T17:01:32.3988467Z ##[debug]1
2023-07-18T17:01:32.3989102Z ##[debug]
2023-07-18T17:01:32.3992652Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-18T17:01:32.4234286Z ##[debug]0
2023-07-18T17:01:32.4235071Z ##[debug]
2023-07-18T17:01:32.4235868Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-07-18T17:01:32.4257570Z ##[debug]0
2023-07-18T17:01:32.4258086Z ##[debug]
2023-07-18T17:01:32.4270441Z ::endgroup::
2023-07-18T17:01:32.4270678Z ##[endgroup]
2023-07-18T17:01:32.4271172Z ::group::Fetching the repository
2023-07-18T17:01:32.4271436Z ##[group]Fetching the repository
2023-07-18T17:01:32.4285938Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +a8edf2bd46d35edb9b31ac092700853ee63a0958:refs/remotes/origin/main
2023-07-18T17:01:32.8267201Z remote: Enumerating objects: 89, done.        
2023-07-18T17:01:32.8336377Z remote: Counting objects:   1% (1/89)        
2023-07-18T17:01:32.8336961Z remote: Counting objects:   2% (2/89)        
2023-07-18T17:01:32.8337355Z remote: Counting objects:   3% (3/89)        
2023-07-18T17:01:32.8337766Z remote: Counting objects:   4% (4/89)        
2023-07-18T17:01:32.8338153Z remote: Counting objects:   5% (5/89)        
2023-07-18T17:01:32.8338525Z remote: Counting objects:   6% (6/89)        
2023-07-18T17:01:32.8338910Z remote: Counting objects:   7% (7/89)        
2023-07-18T17:01:32.8339319Z remote: Counting objects:   8% (8/89)        
2023-07-18T17:01:32.8339700Z remote: Counting objects:  10% (9/89)        
2023-07-18T17:01:32.8340069Z remote: Counting objects:  11% (10/89)        
2023-07-18T17:01:32.8340518Z remote: Counting objects:  12% (11/89)        
2023-07-18T17:01:32.8340930Z remote: Counting objects:  13% (12/89)        
2023-07-18T17:01:32.8341324Z remote: Counting objects:  14% (13/89)        
2023-07-18T17:01:32.8341713Z remote: Counting objects:  15% (14/89)        
2023-07-18T17:01:32.8342100Z remote: Counting objects:  16% (15/89)        
2023-07-18T17:01:32.8342886Z remote: Counting objects:  17% (16/89)        
2023-07-18T17:01:32.8343313Z remote: Counting objects:  19% (17/89)        
2023-07-18T17:01:32.8343632Z remote: Counting objects:  20% (18/89)        
2023-07-18T17:01:32.8343943Z remote: Counting objects:  21% (19/89)        
2023-07-18T17:01:32.8344237Z remote: Counting objects:  22% (20/89)        
2023-07-18T17:01:32.8344543Z remote: Counting objects:  23% (21/89)        
2023-07-18T17:01:32.8344848Z remote: Counting objects:  24% (22/89)        
2023-07-18T17:01:32.8345139Z remote: Counting objects:  25% (23/89)        
2023-07-18T17:01:32.8345439Z remote: Counting objects:  26% (24/89)        
2023-07-18T17:01:32.8345756Z remote: Counting objects:  28% (25/89)        
2023-07-18T17:01:32.8346048Z remote: Counting objects:  29% (26/89)        
2023-07-18T17:01:32.8346345Z remote: Counting objects:  30% (27/89)        
2023-07-18T17:01:32.8346660Z remote: Counting objects:  31% (28/89)        
2023-07-18T17:01:32.8346969Z remote: Counting objects:  32% (29/89)        
2023-07-18T17:01:32.8347273Z remote: Counting objects:  33% (30/89)        
2023-07-18T17:01:32.8347572Z remote: Counting objects:  34% (31/89)        
2023-07-18T17:01:32.8347873Z remote: Counting objects:  35% (32/89)        
2023-07-18T17:01:32.8348160Z remote: Counting objects:  37% (33/89)        
2023-07-18T17:01:32.8348457Z remote: Counting objects:  38% (34/89)        
2023-07-18T17:01:32.8348755Z remote: Counting objects:  39% (35/89)        
2023-07-18T17:01:32.8349042Z remote: Counting objects:  40% (36/89)        
2023-07-18T17:01:32.8349339Z remote: Counting objects:  41% (37/89)        
2023-07-18T17:01:32.8349640Z remote: Counting objects:  42% (38/89)        
2023-07-18T17:01:32.8349934Z remote: Counting objects:  43% (39/89)        
2023-07-18T17:01:32.8350232Z remote: Counting objects:  44% (40/89)        
2023-07-18T17:01:32.8350939Z remote: Counting objects:  46% (41/89)        
2023-07-18T17:01:32.8351226Z remote: Counting objects:  47% (42/89)        
2023-07-18T17:01:32.8351527Z remote: Counting objects:  48% (43/89)        
2023-07-18T17:01:32.8351828Z remote: Counting objects:  49% (44/89)        
2023-07-18T17:01:32.8352131Z remote: Counting objects:  50% (45/89)        
2023-07-18T17:01:32.8352420Z remote: Counting objects:  51% (46/89)        
2023-07-18T17:01:32.8352771Z remote: Counting objects:  52% (47/89)        
2023-07-18T17:01:32.8353069Z remote: Counting objects:  53% (48/89)        
2023-07-18T17:01:32.8353369Z remote: Counting objects:  55% (49/89)        
2023-07-18T17:01:32.8353659Z remote: Counting objects:  56% (50/89)        
2023-07-18T17:01:32.8353991Z remote: Counting objects:  57% (51/89)        
2023-07-18T17:01:32.8354475Z remote: Counting objects:  58% (52/89)        
2023-07-18T17:01:32.8354773Z remote: Counting objects:  59% (53/89)        
2023-07-18T17:01:32.8355077Z remote: Counting objects:  60% (54/89)        
2023-07-18T17:01:32.8355389Z remote: Counting objects:  61% (55/89)        
2023-07-18T17:01:32.8355675Z remote: Counting objects:  62% (56/89)        
2023-07-18T17:01:32.8355977Z remote: Counting objects:  64% (57/89)        
2023-07-18T17:01:32.8356277Z remote: Counting objects:  65% (58/89)        
2023-07-18T17:01:32.8356576Z remote: Counting objects:  66% (59/89)        
2023-07-18T17:01:32.8356864Z remote: Counting objects:  67% (60/89)        
2023-07-18T17:01:32.8357164Z remote: Counting objects:  68% (61/89)        
2023-07-18T17:01:32.8357465Z remote: Counting objects:  69% (62/89)        
2023-07-18T17:01:32.8357751Z remote: Counting objects:  70% (63/89)        
2023-07-18T17:01:32.8358050Z remote: Counting objects:  71% (64/89)        
2023-07-18T17:01:32.8358351Z remote: Counting objects:  73% (65/89)        
2023-07-18T17:01:32.8358643Z remote: Counting objects:  74% (66/89)        
2023-07-18T17:01:32.8358946Z remote: Counting objects:  75% (67/89)        
2023-07-18T17:01:32.8359252Z remote: Counting objects:  76% (68/89)        
2023-07-18T17:01:32.8359541Z remote: Counting objects:  77% (69/89)        
2023-07-18T17:01:32.8359840Z remote: Counting objects:  78% (70/89)        
2023-07-18T17:01:32.8360141Z remote: Counting objects:  79% (71/89)        
2023-07-18T17:01:32.8360439Z remote: Counting objects:  80% (72/89)        
2023-07-18T17:01:32.8360727Z remote: Counting objects:  82% (73/89)        
2023-07-18T17:01:32.8361026Z remote: Counting objects:  83% (74/89)        
2023-07-18T17:01:32.8361323Z remote: Counting objects:  84% (75/89)        
2023-07-18T17:01:32.8361610Z remote: Counting objects:  85% (76/89)        
2023-07-18T17:01:32.8361906Z remote: Counting objects:  86% (77/89)        
2023-07-18T17:01:32.8362205Z remote: Counting objects:  87% (78/89)        
2023-07-18T17:01:32.8362501Z remote: Counting objects:  88% (79/89)        
2023-07-18T17:01:32.8362798Z remote: Counting objects:  89% (80/89)        
2023-07-18T17:01:32.8363100Z remote: Counting objects:  91% (81/89)        
2023-07-18T17:01:32.8363406Z remote: Counting objects:  92% (82/89)        
2023-07-18T17:01:32.8363696Z remote: Counting objects:  93% (83/89)        
2023-07-18T17:01:32.8364000Z remote: Counting objects:  94% (84/89)        
2023-07-18T17:01:32.8364300Z remote: Counting objects:  95% (85/89)        
2023-07-18T17:01:32.8364863Z remote: Counting objects:  96% (86/89)        
2023-07-18T17:01:32.8365167Z remote: Counting objects:  97% (87/89)        
2023-07-18T17:01:32.8365469Z remote: Counting objects:  98% (88/89)        
2023-07-18T17:01:32.8365756Z remote: Counting objects: 100% (89/89)        
2023-07-18T17:01:32.8366074Z remote: Counting objects: 100% (89/89), done.        
2023-07-18T17:01:32.8366421Z remote: Compressing objects:   1% (1/73)        
2023-07-18T17:01:32.8366739Z remote: Compressing objects:   2% (2/73)        
2023-07-18T17:01:32.8367074Z remote: Compressing objects:   4% (3/73)        
2023-07-18T17:01:32.8367396Z remote: Compressing objects:   5% (4/73)        
2023-07-18T17:01:32.8367896Z remote: Compressing objects:   6% (5/73)        
2023-07-18T17:01:32.8368200Z remote: Compressing objects:   8% (6/73)        
2023-07-18T17:01:32.8368520Z remote: Compressing objects:   9% (7/73)        
2023-07-18T17:01:32.8368844Z remote: Compressing objects:  10% (8/73)        
2023-07-18T17:01:32.8369145Z remote: Compressing objects:  12% (9/73)        
2023-07-18T17:01:32.8369465Z remote: Compressing objects:  13% (10/73)        
2023-07-18T17:01:32.8369792Z remote: Compressing objects:  15% (11/73)        
2023-07-18T17:01:32.8370103Z remote: Compressing objects:  16% (12/73)        
2023-07-18T17:01:32.8370421Z remote: Compressing objects:  17% (13/73)        
2023-07-18T17:01:32.8370741Z remote: Compressing objects:  19% (14/73)        
2023-07-18T17:01:32.8371043Z remote: Compressing objects:  20% (15/73)        
2023-07-18T17:01:32.8371918Z remote: Compressing objects:  21% (16/73)        
2023-07-18T17:01:32.8372250Z remote: Compressing objects:  23% (17/73)        
2023-07-18T17:01:32.8372572Z remote: Compressing objects:  24% (18/73)        
2023-07-18T17:01:32.8372882Z remote: Compressing objects:  26% (19/73)        
2023-07-18T17:01:32.8373193Z remote: Compressing objects:  27% (20/73)        
2023-07-18T17:01:32.8373504Z remote: Compressing objects:  28% (21/73)        
2023-07-18T17:01:32.8373806Z remote: Compressing objects:  30% (22/73)        
2023-07-18T17:01:32.8374120Z remote: Compressing objects:  31% (23/73)        
2023-07-18T17:01:32.8374432Z remote: Compressing objects:  32% (24/73)        
2023-07-18T17:01:32.8374734Z remote: Compressing objects:  34% (25/73)        
2023-07-18T17:01:32.8375045Z remote: Compressing objects:  35% (26/73)        
2023-07-18T17:01:32.8375356Z remote: Compressing objects:  36% (27/73)        
2023-07-18T17:01:32.8375678Z remote: Compressing objects:  38% (28/73)        
2023-07-18T17:01:32.8375991Z remote: Compressing objects:  39% (29/73)        
2023-07-18T17:01:32.8376306Z remote: Compressing objects:  41% (30/73)        
2023-07-18T17:01:32.8376628Z remote: Compressing objects:  42% (31/73)        
2023-07-18T17:01:32.8376930Z remote: Compressing objects:  43% (32/73)        
2023-07-18T17:01:32.8377240Z remote: Compressing objects:  45% (33/73)        
2023-07-18T17:01:32.8377554Z remote: Compressing objects:  46% (34/73)        
2023-07-18T17:01:32.8377856Z remote: Compressing objects:  47% (35/73)        
2023-07-18T17:01:32.8378168Z remote: Compressing objects:  49% (36/73)        
2023-07-18T17:01:32.8378484Z remote: Compressing objects:  50% (37/73)        
2023-07-18T17:01:32.8378787Z remote: Compressing objects:  52% (38/73)        
2023-07-18T17:01:32.8379148Z remote: Compressing objects:  53% (39/73)        
2023-07-18T17:01:32.8379455Z remote: Compressing objects:  54% (40/73)        
2023-07-18T17:01:32.8379773Z remote: Compressing objects:  56% (41/73)        
2023-07-18T17:01:32.8380097Z remote: Compressing objects:  57% (42/73)        
2023-07-18T17:01:32.8380444Z remote: Compressing objects:  58% (43/73)        
2023-07-18T17:01:32.8380766Z remote: Compressing objects:  60% (44/73)        
2023-07-18T17:01:32.8381080Z remote: Compressing objects:  61% (45/73)        
2023-07-18T17:01:32.8406165Z remote: Compressing objects:  63% (46/73)        
2023-07-18T17:01:32.8406489Z remote: Compressing objects:  64% (47/73)        
2023-07-18T17:01:32.8406784Z remote: Compressing objects:  65% (48/73)        
2023-07-18T17:01:32.8408734Z remote: Compressing objects:  67% (49/73)        
2023-07-18T17:01:32.8409268Z remote: Compressing objects:  68% (50/73)        
2023-07-18T17:01:32.8409682Z remote: Compressing objects:  69% (51/73)        
2023-07-18T17:01:32.8409961Z remote: Compressing objects:  71% (52/73)        
2023-07-18T17:01:32.8410267Z remote: Compressing objects:  72% (53/73)        
2023-07-18T17:01:32.8416059Z remote: Compressing objects:  73% (54/73)        
2023-07-18T17:01:32.8420545Z remote: Compressing objects:  75% (55/73)        
2023-07-18T17:01:32.8420962Z remote: Compressing objects:  76% (56/73)        
2023-07-18T17:01:32.8421560Z remote: Compressing objects:  78% (57/73)        
2023-07-18T17:01:32.8421848Z remote: Compressing objects:  79% (58/73)        
2023-07-18T17:01:32.8422117Z remote: Compressing objects:  80% (59/73)        
2023-07-18T17:01:32.8422395Z remote: Compressing objects:  82% (60/73)        
2023-07-18T17:01:32.8422672Z remote: Compressing objects:  83% (61/73)        
2023-07-18T17:01:32.8422950Z remote: Compressing objects:  84% (62/73)        
2023-07-18T17:01:32.8423214Z remote: Compressing objects:  86% (63/73)        
2023-07-18T17:01:32.8423494Z remote: Compressing objects:  87% (64/73)        
2023-07-18T17:01:32.8423770Z remote: Compressing objects:  89% (65/73)        
2023-07-18T17:01:32.8424033Z remote: Compressing objects:  90% (66/73)        
2023-07-18T17:01:32.8424310Z remote: Compressing objects:  91% (67/73)        
2023-07-18T17:01:32.8424722Z remote: Compressing objects:  93% (68/73)        
2023-07-18T17:01:32.8424990Z remote: Compressing objects:  94% (69/73)        
2023-07-18T17:01:32.8425272Z remote: Compressing objects:  95% (70/73)        
2023-07-18T17:01:32.8425550Z remote: Compressing objects:  97% (71/73)        
2023-07-18T17:01:32.8425812Z remote: Compressing objects:  98% (72/73)        
2023-07-18T17:01:32.8426094Z remote: Compressing objects: 100% (73/73)        
2023-07-18T17:01:32.8426389Z remote: Compressing objects: 100% (73/73), done.        
2023-07-18T17:01:32.9130599Z remote: Total 89 (delta 26), reused 47 (delta 13), pack-reused 0        
2023-07-18T17:01:32.9270634Z From https://github.com/jatin218tec/Django-MLM
2023-07-18T17:01:32.9271932Z  * [new ref]         a8edf2bd46d35edb9b31ac092700853ee63a0958 -> origin/main
2023-07-18T17:01:32.9300489Z ##[debug]0
2023-07-18T17:01:32.9301181Z ##[debug]
2023-07-18T17:01:32.9301789Z ::endgroup::
2023-07-18T17:01:32.9302004Z ##[endgroup]
2023-07-18T17:01:32.9303450Z ::group::Determining the checkout info
2023-07-18T17:01:32.9303729Z ##[group]Determining the checkout info
2023-07-18T17:01:32.9304315Z ::endgroup::
2023-07-18T17:01:32.9304511Z ##[endgroup]
2023-07-18T17:01:32.9305073Z ::group::Checking out the ref
2023-07-18T17:01:32.9305305Z ##[group]Checking out the ref
2023-07-18T17:01:32.9309936Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2023-07-18T17:01:32.9432374Z Switched to a new branch 'main'
2023-07-18T17:01:32.9433063Z branch 'main' set up to track 'origin/main'.
2023-07-18T17:01:32.9441346Z ##[debug]0
2023-07-18T17:01:32.9442149Z ##[debug]branch 'main' set up to track 'origin/main'.
2023-07-18T17:01:32.9442399Z ##[debug]
2023-07-18T17:01:32.9442976Z ::endgroup::
2023-07-18T17:01:32.9443198Z ##[endgroup]
2023-07-18T17:01:32.9483495Z ##[debug]0
2023-07-18T17:01:32.9484253Z ##[debug]commit a8edf2bd46d35edb9b31ac092700853ee63a0958
2023-07-18T17:01:32.9487625Z ##[debug]Author: Harshal Rathore <[email protected]>
2023-07-18T17:01:32.9487940Z ##[debug]Date:   Tue Jul 18 22:26:32 2023 +0530
2023-07-18T17:01:32.9488165Z ##[debug]
2023-07-18T17:01:32.9488392Z ##[debug]    updating github actions
2023-07-18T17:01:32.9488614Z ##[debug]
2023-07-18T17:01:32.9489208Z [command]/usr/bin/git log -1 --format='%H'
2023-07-18T17:01:32.9518421Z 'a8edf2bd46d35edb9b31ac092700853ee63a0958'
2023-07-18T17:01:32.9524474Z ##[debug]0
2023-07-18T17:01:32.9525624Z ##[debug]'a8edf2bd46d35edb9b31ac092700853ee63a0958'
2023-07-18T17:01:32.9525892Z ##[debug]
2023-07-18T17:01:32.9532581Z ##[debug]Unsetting HOME override
2023-07-18T17:01:32.9544572Z ::remove-matcher owner=checkout-git::
2023-07-18T17:01:32.9566953Z ##[debug]Removed matchers: 'checkout-git'
2023-07-18T17:01:32.9633518Z ##[debug]Node Action run completed with exit code 0
2023-07-18T17:01:32.9768983Z ##[debug]Save intra-action state isPost = true
2023-07-18T17:01:32.9769419Z ##[debug]Save intra-action state setSafeDirectory = true
2023-07-18T17:01:32.9769863Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/Django-MLM/Django-MLM
2023-07-18T17:01:32.9776240Z ##[debug]Finishing: Run actions/checkout@master
2023-07-18T17:01:32.9782689Z ##[debug]Evaluating condition for step: 'Self test'
2023-07-18T17:01:32.9784163Z ##[debug]Evaluating: success()
2023-07-18T17:01:32.9784505Z ##[debug]Evaluating success:
2023-07-18T17:01:32.9784907Z ##[debug]=> true
2023-07-18T17:01:32.9785266Z ##[debug]Result: true
2023-07-18T17:01:32.9785818Z ##[debug]Starting: Self test
2023-07-18T17:01:32.9803980Z ##[debug]Loading inputs
2023-07-18T17:01:32.9805957Z ##[debug]Loading env
2023-07-18T17:01:32.9814352Z ##[group]Run ryan-rozario/pipreqs-action-cpy@master
2023-07-18T17:01:32.9814787Z with:
2023-07-18T17:01:32.9815064Z   PROJECT_PATH: .
2023-07-18T17:01:32.9815336Z   REQUIREMENT_PATH: requirements.txt
2023-07-18T17:01:32.9815661Z ##[endgroup]
2023-07-18T17:01:33.0055421Z ##[command]/usr/bin/docker run --name c9a4a5659060007a2941919f7228fa02a0a88e_3f3b01 --label c9a4a5 --workdir /github/workspace --rm -e "INPUT_PROJECT_PATH" -e "INPUT_REQUIREMENT_PATH" -e "INPUT_PROJECT_NAME" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_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_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -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 "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_DEBUG" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -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/Django-MLM/Django-MLM":"/github/workspace" c9a4a5:659060007a2941919f7228fa02a0a88e
2023-07-18T17:01:33.4837204Z WARNING: Import named "Django" not found locally. Trying to resolve it at the PyPI server.
2023-07-18T17:01:33.7159083Z WARNING: Import named "Django" was resolved to "Django:4.2.3" package (https://pypi.org/project/Django/).
2023-07-18T17:01:33.7160144Z Please, verify manually the final list of requirements.txt to avoid possible dependency confusions.
2023-07-18T17:01:33.7162396Z WARNING: Import named "django_mptt" not found locally. Trying to resolve it at the PyPI server.
2023-07-18T17:01:33.8692769Z WARNING: Import named "django_mptt" was resolved to "django-mptt:0.14.0" package (https://pypi.org/project/django-mptt/).
2023-07-18T17:01:33.8693387Z Please, verify manually the final list of requirements.txt to avoid possible dependency confusions.
2023-07-18T17:01:33.8693911Z WARNING: Import named "environ" not found locally. Trying to resolve it at the PyPI server.
2023-07-18T17:01:34.0316633Z WARNING: Import named "environ" was resolved to "environ:1.0" package (https://pypi.org/project/environ/).
2023-07-18T17:01:34.0317593Z Please, verify manually the final list of requirements.txt to avoid possible dependency confusions.
2023-07-18T17:01:34.0318323Z WARNING: Import named "import_export" not found locally. Trying to resolve it at the PyPI server.
2023-07-18T17:01:34.2066963Z WARNING: Import named "import_export" was resolved to "import-export:0.3.1" package (https://pypi.org/project/import-export/).
2023-07-18T17:01:34.2067710Z Please, verify manually the final list of requirements.txt to avoid possible dependency confusions.
2023-07-18T17:01:34.2068954Z WARNING: Import named "twilio" not found locally. Trying to resolve it at the PyPI server.
2023-07-18T17:01:34.3952611Z WARNING: Import named "twilio" was resolved to "twilio:8.5.0" package (https://pypi.org/project/twilio/).
2023-07-18T17:01:34.3953653Z Please, verify manually the final list of requirements.txt to avoid possible dependency confusions.
2023-07-18T17:01:34.3978171Z INFO: Successfully saved requirements file in requirements.txt
2023-07-18T17:01:34.4180091Z DockerFile
2023-07-18T17:01:34.4180875Z README.md
2023-07-18T17:01:34.4181279Z authentication
2023-07-18T17:01:34.4181675Z binary_plan
2023-07-18T17:01:34.4182200Z ecommerce
2023-07-18T17:01:34.4183452Z level_plan
2023-07-18T17:01:34.4183782Z manage.py
2023-07-18T17:01:34.4184169Z requirements.txt
2023-07-18T17:01:34.4184471Z source
2023-07-18T17:01:34.4184810Z static
2023-07-18T17:01:34.4185208Z templates
2023-07-18T17:01:34.4338667Z On branch main
2023-07-18T17:01:34.4339615Z Your branch is up to date with 'origin/main'.
2023-07-18T17:01:34.4339929Z 
2023-07-18T17:01:34.4340163Z nothing to commit, working tree clean
2023-07-18T17:01:34.5623601Z ##[debug]Docker Action run completed with exit code 1
2023-07-18T17:01:34.5630837Z ##[debug]Finishing: Self test
2023-07-18T17:01:34.5638264Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@master'
2023-07-18T17:01:34.5640828Z ##[debug]Evaluating: always()
2023-07-18T17:01:34.5641246Z ##[debug]Evaluating always:
2023-07-18T17:01:34.5642345Z ##[debug]=> true
2023-07-18T17:01:34.5642898Z ##[debug]Result: true
2023-07-18T17:01:34.5643807Z ##[debug]Starting: Post Run actions/checkout@master
2023-07-18T17:01:34.5671314Z ##[debug]Loading inputs
2023-07-18T17:01:34.5672635Z ##[debug]Evaluating: secrets.GITHUB_TOKEN
2023-07-18T17:01:34.5672953Z ##[debug]Evaluating Index:
2023-07-18T17:01:34.5673289Z ##[debug]..Evaluating secrets:
2023-07-18T17:01:34.5673697Z ##[debug]..=> Object
2023-07-18T17:01:34.5674028Z ##[debug]..Evaluating String:
2023-07-18T17:01:34.5674312Z ##[debug]..=> 'GITHUB_TOKEN'
2023-07-18T17:01:34.5675151Z ##[debug]=> '***'
2023-07-18T17:01:34.5675666Z ##[debug]Result: '***'
2023-07-18T17:01:34.5676541Z ##[debug]Evaluating: github.repository
2023-07-18T17:01:34.5677029Z ##[debug]Evaluating Index:
2023-07-18T17:01:34.5677346Z ##[debug]..Evaluating github:
2023-07-18T17:01:34.5677667Z ##[debug]..=> Object
2023-07-18T17:01:34.5677991Z ##[debug]..Evaluating String:
2023-07-18T17:01:34.5678323Z ##[debug]..=> 'repository'
2023-07-18T17:01:34.5678728Z ##[debug]=> 'jatin218tec/Django-MLM'
2023-07-18T17:01:34.5679130Z ##[debug]Result: 'jatin218tec/Django-MLM'
2023-07-18T17:01:34.5686286Z ##[debug]Loading env
2023-07-18T17:01:34.5691576Z Post job cleanup.
2023-07-18T17:01:34.6837687Z ##[debug]Getting git version
2023-07-18T17:01:34.6854960Z [command]/usr/bin/git version
2023-07-18T17:01:34.6906076Z git version 2.41.0
2023-07-18T17:01:34.6927178Z ##[debug]0
2023-07-18T17:01:34.6927865Z ##[debug]git version 2.41.0
2023-07-18T17:01:34.6928092Z ##[debug]
2023-07-18T17:01:34.6930772Z ##[debug]Set git useragent to: git/2.41.0 (github-actions-checkout)
2023-07-18T17:01:34.6934722Z ::add-mask::***
2023-07-18T17:01:34.6951383Z Temporarily overriding HOME='/home/runner/work/_temp/2b6fc352-8616-4b2d-822a-8d996987c007' before making global git config changes
2023-07-18T17:01:34.6952490Z Adding repository directory to the temporary git global config as a safe directory
2023-07-18T17:01:34.6958931Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Django-MLM/Django-MLM
2023-07-18T17:01:34.6995820Z ##[debug]0
2023-07-18T17:01:34.6996434Z ##[debug]
2023-07-18T17:01:34.7003745Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-07-18T17:01:34.7036306Z ##[debug]1
2023-07-18T17:01:34.7036911Z ##[debug]
2023-07-18T17:01:34.7041787Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-18T17:01:34.7363996Z ##[debug]0
2023-07-18T17:01:34.7365324Z ##[debug]
2023-07-18T17:01:34.7366088Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-07-18T17:01:34.7397821Z http.https://github.com/.extraheader
2023-07-18T17:01:34.7422630Z ##[debug]0
2023-07-18T17:01:34.7423313Z ##[debug]http.https://github.com/.extraheader
2023-07-18T17:01:34.7423590Z ##[debug]
2023-07-18T17:01:34.7424255Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-07-18T17:01:34.7446068Z ##[debug]0
2023-07-18T17:01:34.7450370Z ##[debug]
2023-07-18T17:01:34.7458361Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-18T17:01:34.7707100Z ##[debug]0
2023-07-18T17:01:34.7707750Z ##[debug]
2023-07-18T17:01:34.7708247Z ##[debug]Unsetting HOME override
2023-07-18T17:01:34.7779331Z ##[debug]Node Action run completed with exit code 0
2023-07-18T17:01:34.7781929Z ##[debug]Finishing: Post Run actions/checkout@master
2023-07-18T17:01:34.7907402Z ##[debug]Starting: Complete job
2023-07-18T17:01:34.7909212Z Uploading runner diagnostic logs
2023-07-18T17:01:34.7964756Z ##[debug]Starting diagnostic file upload.
2023-07-18T17:01:34.7965084Z ##[debug]Setting up diagnostic log folders.
2023-07-18T17:01:34.7967162Z ##[debug]Creating diagnostic log files folder.
2023-07-18T17:01:34.7987315Z ##[debug]Copying 1 worker diagnostic logs.
2023-07-18T17:01:34.8006984Z ##[debug]Copying 1 runner diagnostic logs.
2023-07-18T17:01:34.8008170Z ##[debug]Zipping diagnostic files.
2023-07-18T17:01:34.8058830Z ##[debug]Uploading diagnostic metadata file.
2023-07-18T17:01:34.8088115Z ##[debug]Diagnostic file upload complete.
2023-07-18T17:01:34.8088736Z Completed runner diagnostic log upload
2023-07-18T17:01:34.8089025Z Cleaning up orphan processes
2023-07-18T17:01:34.8443774Z ##[debug]Finishing: Complete job
2023-07-18T17:01:34.8580437Z ##[debug]Finishing: build
The workflow file content is this
name: Integration Test
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest

    permissions: write-all
    
    steps:
      - uses: actions/checkout@master
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
      - name: Self test
        id: selftest

        uses: ryan-rozario/pipreqs-action-cpy@master

        with:
          PROJECT_PATH: "." #default is the root of the repository
          REQUIREMENT_PATH: "requirements.txt" #default is requirement.txt in the root of your repository

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.