Git Product home page Git Product logo

Comments (6)

tekumara avatar tekumara commented on May 23, 2024 3

To resolve, use the following permissions under the workflow or job in your workflow yaml:

    permissions:
      checks: write

from clippy-check.

Sparrow0hawk avatar Sparrow0hawk commented on May 23, 2024 2

Notwithstanding that this repo hasn't had a lot of recent action on it. Try changing the workflow permissions of your actions in the Repo settings.

This appeared to fix this issue for me.

from clippy-check.

jelle-bigbridge avatar jelle-bigbridge commented on May 23, 2024 1

This should be added to the README

from clippy-check.

peter-kehl avatar peter-kehl commented on May 23, 2024

Raw log of check job, with debugging:

2022-08-31T17:49:57.1711011Z Requested labels: ubuntu-latest
2022-08-31T17:49:57.1711050Z Job defined at: peter-kehl/no_std_rna_slice_patterns/.github/workflows/test.yml@refs/heads/main
2022-08-31T17:49:57.1711066Z Waiting for a runner to pick up this job...
2022-08-31T17:49:58.7815009Z Job is waiting for a hosted runner to come online.
2022-08-31T17:50:00.5883717Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2022-08-31T17:50:02.4565311Z ##[debug]Starting: check
2022-08-31T17:50:02.4590114Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2022-08-31T17:50:02.4912406Z ##[debug]Starting: Set up job
2022-08-31T17:50:02.4912811Z Current runner version: '2.296.0'
2022-08-31T17:50:02.4934538Z ##[group]Operating System
2022-08-31T17:50:02.4935060Z Ubuntu
2022-08-31T17:50:02.4935292Z 20.04.4
2022-08-31T17:50:02.4935568Z LTS
2022-08-31T17:50:02.4935863Z ##[endgroup]
2022-08-31T17:50:02.4936118Z ##[group]Runner Image
2022-08-31T17:50:02.4936481Z Image: ubuntu-20.04
2022-08-31T17:50:02.4936800Z Version: 20220828.1
2022-08-31T17:50:02.4937234Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220828.1/images/linux/Ubuntu2004-Readme.md
2022-08-31T17:50:02.4937830Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220828.1
2022-08-31T17:50:02.4938239Z ##[endgroup]
2022-08-31T17:50:02.4938543Z ##[group]Runner Image Provisioner
2022-08-31T17:50:02.4938890Z 1.0.0.0-main-20220825-1
2022-08-31T17:50:02.4939361Z ##[endgroup]
2022-08-31T17:50:02.4939917Z ##[group]GITHUB_TOKEN Permissions
2022-08-31T17:50:02.4940510Z Contents: read
2022-08-31T17:50:02.4940810Z Metadata: read
2022-08-31T17:50:02.4941052Z ##[endgroup]
2022-08-31T17:50:02.4944625Z Secret source: Actions
2022-08-31T17:50:02.4945240Z ##[debug]Primary repository: peter-kehl/no_std_rna_slice_patterns
2022-08-31T17:50:02.4945624Z Prepare workflow directory
2022-08-31T17:50:02.5022881Z ##[debug]Creating pipeline directory: '/home/runner/work/no_std_rna_slice_patterns'
2022-08-31T17:50:02.5025146Z ##[debug]Creating workspace directory: '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns'
2022-08-31T17:50:02.5026077Z ##[debug]Update context data
2022-08-31T17:50:02.5028279Z ##[debug]Evaluating job-level environment variables
2022-08-31T17:50:02.5849596Z ##[debug]Evaluating job container
2022-08-31T17:50:02.5852567Z ##[debug]Evaluating job service containers
2022-08-31T17:50:02.5854917Z ##[debug]Evaluating job defaults
2022-08-31T17:50:02.5930359Z Prepare all required actions
2022-08-31T17:50:02.6115697Z Getting action download info
2022-08-31T17:50:02.9155671Z Download action repository 'actions/checkout@v2' (SHA:7884fcad6b5d53d10323aee724dc68d8b9096a2e)
2022-08-31T17:50:03.4359572Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/7884fcad6b5d53d10323aee724dc68d8b9096a2e' to '/home/runner/work/_actions/_temp_ced03830-e1f8-445e-98ef-a1a5df94ce74/4b718499-00fb-4c27-8716-da4b58797f90.tar.gz'
2022-08-31T17:50:03.5364474Z ##[debug]Unwrap 'actions-checkout-7884fca' to '/home/runner/work/_actions/actions/checkout/v2'
2022-08-31T17:50:03.5503953Z ##[debug]Archive '/home/runner/work/_actions/_temp_ced03830-e1f8-445e-98ef-a1a5df94ce74/4b718499-00fb-4c27-8716-da4b58797f90.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/v2'.
2022-08-31T17:50:03.5641118Z Download action repository 'actions-rs/toolchain@v1' (SHA:16499b5e05bf2e26879000db0c1d13f7e13fa3af)
2022-08-31T17:50:04.0793595Z ##[debug]Download 'https://api.github.com/repos/actions-rs/toolchain/tarball/16499b5e05bf2e26879000db0c1d13f7e13fa3af' to '/home/runner/work/_actions/_temp_03ef3853-1d4c-4372-a88f-468a1435ac68/b74fb6e3-b7bb-4b15-b2fb-369b28bfa2ff.tar.gz'
2022-08-31T17:50:04.1032797Z ##[debug]Unwrap 'actions-rs-toolchain-16499b5' to '/home/runner/work/_actions/actions-rs/toolchain/v1'
2022-08-31T17:50:04.1066300Z ##[debug]Archive '/home/runner/work/_actions/_temp_03ef3853-1d4c-4372-a88f-468a1435ac68/b74fb6e3-b7bb-4b15-b2fb-369b28bfa2ff.tar.gz' has been unzipped into '/home/runner/work/_actions/actions-rs/toolchain/v1'.
2022-08-31T17:50:04.1081428Z Download action repository 'actions-rs/clippy-check@v1' (SHA:b5b5f21f4797c02da247df37026fcd0a5024aa4d)
2022-08-31T17:50:04.6409040Z ##[debug]Download 'https://api.github.com/repos/actions-rs/clippy-check/tarball/b5b5f21f4797c02da247df37026fcd0a5024aa4d' to '/home/runner/work/_actions/_temp_cda827a9-650a-4bf6-833f-71c352e87697/c09acc79-802d-4b43-be1c-80a99da6d20b.tar.gz'
2022-08-31T17:50:04.6750349Z ##[debug]Unwrap 'actions-rs-clippy-check-b5b5f21' to '/home/runner/work/_actions/actions-rs/clippy-check/v1'
2022-08-31T17:50:04.6776802Z ##[debug]Archive '/home/runner/work/_actions/_temp_cda827a9-650a-4bf6-833f-71c352e87697/c09acc79-802d-4b43-be1c-80a99da6d20b.tar.gz' has been unzipped into '/home/runner/work/_actions/actions-rs/clippy-check/v1'.
2022-08-31T17:50:04.6838990Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/v2/action.yml'.
2022-08-31T17:50:04.7761434Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions-rs/toolchain/v1/action.yml'.
2022-08-31T17:50:04.7783508Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions-rs/clippy-check/v1/action.yml'.
2022-08-31T17:50:04.7872558Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v2'
2022-08-31T17:50:04.7874937Z ##[debug]Set step '__actions-rs_toolchain' display name to: 'Run actions-rs/toolchain@v1'
2022-08-31T17:50:04.7876016Z ##[debug]Set step '__run' display name to: 'Format'
2022-08-31T17:50:04.7877073Z ##[debug]Set step '__actions-rs_clippy-check' display name to: 'Run actions-rs/clippy-check@v1'
2022-08-31T17:50:04.7887018Z ##[debug]Collect running processes for tracking orphan processes.
2022-08-31T17:50:04.8113596Z ##[debug]Finishing: Set up job
2022-08-31T17:50:04.8316547Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v2'
2022-08-31T17:50:04.8367229Z ##[debug]Evaluating: success()
2022-08-31T17:50:04.8373267Z ##[debug]Evaluating success:
2022-08-31T17:50:04.8400732Z ##[debug]=> true
2022-08-31T17:50:04.8407982Z ##[debug]Result: true
2022-08-31T17:50:04.8449240Z ##[debug]Starting: Run actions/checkout@v2
2022-08-31T17:50:04.8560661Z ##[debug]Register post job cleanup for action: actions/checkout@v2
2022-08-31T17:50:04.8662572Z ##[debug]Loading inputs
2022-08-31T17:50:04.8671471Z ##[debug]Evaluating: github.repository
2022-08-31T17:50:04.8672498Z ##[debug]Evaluating Index:
2022-08-31T17:50:04.8674515Z ##[debug]..Evaluating github:
2022-08-31T17:50:04.8675588Z ##[debug]..=> Object
2022-08-31T17:50:04.8690413Z ##[debug]..Evaluating String:
2022-08-31T17:50:04.8691209Z ##[debug]..=> 'repository'
2022-08-31T17:50:04.8695513Z ##[debug]=> 'peter-kehl/no_std_rna_slice_patterns'
2022-08-31T17:50:04.8697206Z ##[debug]Result: 'peter-kehl/no_std_rna_slice_patterns'
2022-08-31T17:50:04.8699744Z ##[debug]Evaluating: github.token
2022-08-31T17:50:04.8700036Z ##[debug]Evaluating Index:
2022-08-31T17:50:04.8700385Z ##[debug]..Evaluating github:
2022-08-31T17:50:04.8700699Z ##[debug]..=> Object
2022-08-31T17:50:04.8700962Z ##[debug]..Evaluating String:
2022-08-31T17:50:04.8701273Z ##[debug]..=> 'token'
2022-08-31T17:50:04.8701997Z ##[debug]=> '***'
2022-08-31T17:50:04.8702485Z ##[debug]Result: '***'
2022-08-31T17:50:04.8708038Z ##[debug]Loading env
2022-08-31T17:50:04.8798167Z ##[group]Run actions/checkout@v2
2022-08-31T17:50:04.8798504Z with:
2022-08-31T17:50:04.8798783Z   repository: peter-kehl/no_std_rna_slice_patterns
2022-08-31T17:50:04.8799333Z   token: ***
2022-08-31T17:50:04.8799726Z   ssh-strict: true
2022-08-31T17:50:04.8800026Z   persist-credentials: true
2022-08-31T17:50:04.8800268Z   clean: true
2022-08-31T17:50:04.8800554Z   fetch-depth: 1
2022-08-31T17:50:04.8800854Z   lfs: false
2022-08-31T17:50:04.8801084Z   submodules: false
2022-08-31T17:50:04.8801382Z   set-safe-directory: true
2022-08-31T17:50:04.8801661Z env:
2022-08-31T17:50:04.8801879Z   CARGO_TERM_COLOR: always
2022-08-31T17:50:04.8802192Z ##[endgroup]
2022-08-31T17:50:05.0526899Z ::save-state name=isPost::true
2022-08-31T17:50:05.0530349Z ##[debug]Save intra-action state isPost = true
2022-08-31T17:50:05.1185626Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns'
2022-08-31T17:50:05.1187098Z ##[debug]qualified repository = 'peter-kehl/no_std_rna_slice_patterns'
2022-08-31T17:50:05.1187578Z ##[debug]ref = 'refs/heads/main'
2022-08-31T17:50:05.1188069Z ##[debug]commit = '927bf2bcda6f855e27156e966357eb53bdd13246'
2022-08-31T17:50:05.1188461Z ##[debug]clean = true
2022-08-31T17:50:05.1189088Z ##[debug]fetch depth = 1
2022-08-31T17:50:05.1189447Z ##[debug]lfs = false
2022-08-31T17:50:05.1189787Z ##[debug]submodules = false
2022-08-31T17:50:05.1190172Z ##[debug]recursive submodules = false
2022-08-31T17:50:05.1250665Z ::add-matcher::/home/runner/work/_actions/actions/checkout/v2/dist/problem-matcher.json
2022-08-31T17:50:05.1359876Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2022-08-31T17:50:05.1370584Z Syncing repository: peter-kehl/no_std_rna_slice_patterns
2022-08-31T17:50:05.1371572Z ::group::Getting Git version info
2022-08-31T17:50:05.1372768Z ##[group]Getting Git version info
2022-08-31T17:50:05.1373286Z Working directory is '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns'
2022-08-31T17:50:05.1373812Z ##[debug]Getting git version
2022-08-31T17:50:05.1374033Z [command]/usr/bin/git version
2022-08-31T17:50:05.1374249Z git version 2.37.2
2022-08-31T17:50:05.1374756Z ##[debug]Set git useragent to: git/2.37.2 (github-actions-checkout)
2022-08-31T17:50:05.1375201Z ::endgroup::
2022-08-31T17:50:05.1375419Z ##[endgroup]
2022-08-31T17:50:05.1388566Z ::add-mask::***
2022-08-31T17:50:05.1390642Z Temporarily overriding HOME='/home/runner/work/_temp/65d867d8-f244-435b-9319-8d2a7e20528e' before making global git config changes
2022-08-31T17:50:05.1391762Z Adding repository directory to the temporary git global config as a safe directory
2022-08-31T17:50:05.1392871Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns
2022-08-31T17:50:05.1393930Z ::save-state name=setSafeDirectory::true
2022-08-31T17:50:05.1394293Z ##[debug]Save intra-action state setSafeDirectory = true
2022-08-31T17:50:05.1395042Z Deleting the contents of '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns'
2022-08-31T17:50:05.1395991Z ::save-state name=repositoryPath::/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns
2022-08-31T17:50:05.1396463Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns
2022-08-31T17:50:05.1397224Z ::group::Initializing the repository
2022-08-31T17:50:05.1397619Z ##[group]Initializing the repository
2022-08-31T17:50:05.1398139Z [command]/usr/bin/git init /home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns
2022-08-31T17:50:05.1399081Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-08-31T17:50:05.1399620Z hint: is subject to change. To configure the initial branch name to use in all
2022-08-31T17:50:05.1400127Z hint: of your new repositories, which will suppress this warning, call:
2022-08-31T17:50:05.1401053Z hint: 
2022-08-31T17:50:05.1401643Z hint: 	git config --global init.defaultBranch <name>
2022-08-31T17:50:05.1402172Z hint: 
2022-08-31T17:50:05.1402601Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-08-31T17:50:05.1403519Z hint: 'development'. The just-created branch can be renamed via this command:
2022-08-31T17:50:05.1403785Z hint: 
2022-08-31T17:50:05.1404021Z hint: 	git branch -m <name>
2022-08-31T17:50:05.1404361Z Initialized empty Git repository in /home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/.git/
2022-08-31T17:50:05.1442487Z [command]/usr/bin/git remote add origin https://github.com/peter-kehl/no_std_rna_slice_patterns
2022-08-31T17:50:05.1480123Z ::endgroup::
2022-08-31T17:50:05.1480335Z ##[endgroup]
2022-08-31T17:50:05.1481056Z ::group::Disabling automatic garbage collection
2022-08-31T17:50:05.1481343Z ##[group]Disabling automatic garbage collection
2022-08-31T17:50:05.1484939Z [command]/usr/bin/git config --local gc.auto 0
2022-08-31T17:50:05.1513894Z ::endgroup::
2022-08-31T17:50:05.1514111Z ##[endgroup]
2022-08-31T17:50:05.1514744Z ::group::Setting up auth
2022-08-31T17:50:05.1514965Z ##[group]Setting up auth
2022-08-31T17:50:05.1522031Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-08-31T17:50:05.1553798Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-08-31T17:50:05.1862446Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-08-31T17:50:05.1887028Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-08-31T17:50:05.2119605Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-08-31T17:50:05.2160757Z ::endgroup::
2022-08-31T17:50:05.2160993Z ##[endgroup]
2022-08-31T17:50:05.2161794Z ::group::Fetching the repository
2022-08-31T17:50:05.2162063Z ##[group]Fetching the repository
2022-08-31T17:50:05.2163721Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +927bf2bcda6f855e27156e966357eb53bdd13246:refs/remotes/origin/main
2022-08-31T17:50:05.7602832Z remote: Enumerating objects: 137, done.        
2022-08-31T17:50:05.7607604Z remote: Counting objects:   0% (1/137)        
2022-08-31T17:50:05.7695728Z remote: Counting objects:   1% (2/137)        
2022-08-31T17:50:05.7696161Z remote: Counting objects:   2% (3/137)        
2022-08-31T17:50:05.7697548Z remote: Counting objects:   3% (5/137)        
2022-08-31T17:50:05.7698091Z remote: Counting objects:   4% (6/137)        
2022-08-31T17:50:05.7699124Z remote: Counting objects:   5% (7/137)        
2022-08-31T17:50:05.7699529Z remote: Counting objects:   6% (9/137)        
2022-08-31T17:50:05.7700105Z remote: Counting objects:   7% (10/137)        
2022-08-31T17:50:05.7700862Z remote: Counting objects:   8% (11/137)        
2022-08-31T17:50:05.7701110Z remote: Counting objects:   9% (13/137)        
2022-08-31T17:50:05.7701441Z remote: Counting objects:  10% (14/137)        
2022-08-31T17:50:05.7702076Z remote: Counting objects:  11% (16/137)        
2022-08-31T17:50:05.7702300Z remote: Counting objects:  12% (17/137)        
2022-08-31T17:50:05.7703656Z remote: Counting objects:  13% (18/137)        
2022-08-31T17:50:05.7706515Z remote: Counting objects:  14% (20/137)        
2022-08-31T17:50:05.7706871Z remote: Counting objects:  15% (21/137)        
2022-08-31T17:50:05.7708585Z remote: Counting objects:  16% (22/137)        
2022-08-31T17:50:05.7709448Z remote: Counting objects:  17% (24/137)        
2022-08-31T17:50:05.7709846Z remote: Counting objects:  18% (25/137)        
2022-08-31T17:50:05.7710589Z remote: Counting objects:  19% (27/137)        
2022-08-31T17:50:05.7712404Z remote: Counting objects:  20% (28/137)        
2022-08-31T17:50:05.7712774Z remote: Counting objects:  21% (29/137)        
2022-08-31T17:50:05.7713424Z remote: Counting objects:  22% (31/137)        
2022-08-31T17:50:05.7714159Z remote: Counting objects:  23% (32/137)        
2022-08-31T17:50:05.7716525Z remote: Counting objects:  24% (33/137)        
2022-08-31T17:50:05.7717658Z remote: Counting objects:  25% (35/137)        
2022-08-31T17:50:05.7718226Z remote: Counting objects:  26% (36/137)        
2022-08-31T17:50:05.7719418Z remote: Counting objects:  27% (37/137)        
2022-08-31T17:50:05.7720117Z remote: Counting objects:  28% (39/137)        
2022-08-31T17:50:05.7720787Z remote: Counting objects:  29% (40/137)        
2022-08-31T17:50:05.7722257Z remote: Counting objects:  30% (42/137)        
2022-08-31T17:50:05.7723139Z remote: Counting objects:  31% (43/137)        
2022-08-31T17:50:05.7723590Z remote: Counting objects:  32% (44/137)        
2022-08-31T17:50:05.7724225Z remote: Counting objects:  33% (46/137)        
2022-08-31T17:50:05.7726841Z remote: Counting objects:  34% (47/137)        
2022-08-31T17:50:05.7727284Z remote: Counting objects:  35% (48/137)        
2022-08-31T17:50:05.7728062Z remote: Counting objects:  36% (50/137)        
2022-08-31T17:50:05.7729610Z remote: Counting objects:  37% (51/137)        
2022-08-31T17:50:05.7730438Z remote: Counting objects:  38% (53/137)        
2022-08-31T17:50:05.7730660Z remote: Counting objects:  39% (54/137)        
2022-08-31T17:50:05.7730875Z remote: Counting objects:  40% (55/137)        
2022-08-31T17:50:05.7731074Z remote: Counting objects:  41% (57/137)        
2022-08-31T17:50:05.7731852Z remote: Counting objects:  42% (58/137)        
2022-08-31T17:50:05.7732809Z remote: Counting objects:  43% (59/137)        
2022-08-31T17:50:05.7733184Z remote: Counting objects:  44% (61/137)        
2022-08-31T17:50:05.7733844Z remote: Counting objects:  45% (62/137)        
2022-08-31T17:50:05.7734534Z remote: Counting objects:  46% (64/137)        
2022-08-31T17:50:05.7735187Z remote: Counting objects:  47% (65/137)        
2022-08-31T17:50:05.7737255Z remote: Counting objects:  48% (66/137)        
2022-08-31T17:50:05.7737829Z remote: Counting objects:  49% (68/137)        
2022-08-31T17:50:05.7738482Z remote: Counting objects:  50% (69/137)        
2022-08-31T17:50:05.7739118Z remote: Counting objects:  51% (70/137)        
2022-08-31T17:50:05.7740156Z remote: Counting objects:  52% (72/137)        
2022-08-31T17:50:05.7740901Z remote: Counting objects:  53% (73/137)        
2022-08-31T17:50:05.7741356Z remote: Counting objects:  54% (74/137)        
2022-08-31T17:50:05.7742113Z remote: Counting objects:  55% (76/137)        
2022-08-31T17:50:05.7742335Z remote: Counting objects:  56% (77/137)        
2022-08-31T17:50:05.7742634Z remote: Counting objects:  57% (79/137)        
2022-08-31T17:50:05.7744468Z remote: Counting objects:  58% (80/137)        
2022-08-31T17:50:05.7744919Z remote: Counting objects:  59% (81/137)        
2022-08-31T17:50:05.7745592Z remote: Counting objects:  60% (83/137)        
2022-08-31T17:50:05.7747863Z remote: Counting objects:  61% (84/137)        
2022-08-31T17:50:05.7749202Z remote: Counting objects:  62% (85/137)        
2022-08-31T17:50:05.7749423Z remote: Counting objects:  63% (87/137)        
2022-08-31T17:50:05.7749614Z remote: Counting objects:  64% (88/137)        
2022-08-31T17:50:05.7749808Z remote: Counting objects:  65% (90/137)        
2022-08-31T17:50:05.7750319Z remote: Counting objects:  66% (91/137)        
2022-08-31T17:50:05.7750519Z remote: Counting objects:  67% (92/137)        
2022-08-31T17:50:05.7750745Z remote: Counting objects:  68% (94/137)        
2022-08-31T17:50:05.7751041Z remote: Counting objects:  69% (95/137)        
2022-08-31T17:50:05.7751226Z remote: Counting objects:  70% (96/137)        
2022-08-31T17:50:05.7751421Z remote: Counting objects:  71% (98/137)        
2022-08-31T17:50:05.7751618Z remote: Counting objects:  72% (99/137)        
2022-08-31T17:50:05.7751826Z remote: Counting objects:  73% (101/137)        
2022-08-31T17:50:05.7752034Z remote: Counting objects:  74% (102/137)        
2022-08-31T17:50:05.7752239Z remote: Counting objects:  75% (103/137)        
2022-08-31T17:50:05.7752444Z remote: Counting objects:  76% (105/137)        
2022-08-31T17:50:05.7752650Z remote: Counting objects:  77% (106/137)        
2022-08-31T17:50:05.7752859Z remote: Counting objects:  78% (107/137)        
2022-08-31T17:50:05.7753100Z remote: Counting objects:  79% (109/137)        
2022-08-31T17:50:05.7753328Z remote: Counting objects:  80% (110/137)        
2022-08-31T17:50:05.7753556Z remote: Counting objects:  81% (111/137)        
2022-08-31T17:50:05.7753788Z remote: Counting objects:  82% (113/137)        
2022-08-31T17:50:05.7754012Z remote: Counting objects:  83% (114/137)        
2022-08-31T17:50:05.7754242Z remote: Counting objects:  84% (116/137)        
2022-08-31T17:50:05.7754468Z remote: Counting objects:  85% (117/137)        
2022-08-31T17:50:05.7754695Z remote: Counting objects:  86% (118/137)        
2022-08-31T17:50:05.7754916Z remote: Counting objects:  87% (120/137)        
2022-08-31T17:50:05.7755140Z remote: Counting objects:  88% (121/137)        
2022-08-31T17:50:05.7755368Z remote: Counting objects:  89% (122/137)        
2022-08-31T17:50:05.7755755Z remote: Counting objects:  90% (124/137)        
2022-08-31T17:50:05.7755981Z remote: Counting objects:  91% (125/137)        
2022-08-31T17:50:05.7756207Z remote: Counting objects:  92% (127/137)        
2022-08-31T17:50:05.7756426Z remote: Counting objects:  93% (128/137)        
2022-08-31T17:50:05.7756652Z remote: Counting objects:  94% (129/137)        
2022-08-31T17:50:05.7756878Z remote: Counting objects:  95% (131/137)        
2022-08-31T17:50:05.7757096Z remote: Counting objects:  96% (132/137)        
2022-08-31T17:50:05.7757322Z remote: Counting objects:  97% (133/137)        
2022-08-31T17:50:05.7757550Z remote: Counting objects:  98% (135/137)        
2022-08-31T17:50:05.7757779Z remote: Counting objects:  99% (136/137)        
2022-08-31T17:50:05.7758001Z remote: Counting objects: 100% (137/137)        
2022-08-31T17:50:05.7758252Z remote: Counting objects: 100% (137/137), done.        
2022-08-31T17:50:05.7758523Z remote: Compressing objects:   1% (1/97)        
2022-08-31T17:50:05.7758761Z remote: Compressing objects:   2% (2/97)        
2022-08-31T17:50:05.7758997Z remote: Compressing objects:   3% (3/97)        
2022-08-31T17:50:05.7759239Z remote: Compressing objects:   4% (4/97)        
2022-08-31T17:50:05.7759528Z remote: Compressing objects:   5% (5/97)        
2022-08-31T17:50:05.7759769Z remote: Compressing objects:   6% (6/97)        
2022-08-31T17:50:05.7760006Z remote: Compressing objects:   7% (7/97)        
2022-08-31T17:50:05.7760232Z remote: Compressing objects:   8% (8/97)        
2022-08-31T17:50:05.7760464Z remote: Compressing objects:   9% (9/97)        
2022-08-31T17:50:05.7760707Z remote: Compressing objects:  10% (10/97)        
2022-08-31T17:50:05.7760964Z remote: Compressing objects:  11% (11/97)        
2022-08-31T17:50:05.7761207Z remote: Compressing objects:  12% (12/97)        
2022-08-31T17:50:05.7761456Z remote: Compressing objects:  13% (13/97)        
2022-08-31T17:50:05.7761695Z remote: Compressing objects:  14% (14/97)        
2022-08-31T17:50:05.7761928Z remote: Compressing objects:  15% (15/97)        
2022-08-31T17:50:05.7762164Z remote: Compressing objects:  16% (16/97)        
2022-08-31T17:50:05.7762400Z remote: Compressing objects:  17% (17/97)        
2022-08-31T17:50:05.7762632Z remote: Compressing objects:  18% (18/97)        
2022-08-31T17:50:05.7762867Z remote: Compressing objects:  19% (19/97)        
2022-08-31T17:50:05.7763104Z remote: Compressing objects:  20% (20/97)        
2022-08-31T17:50:05.7763933Z remote: Compressing objects:  21% (21/97)        
2022-08-31T17:50:05.7764479Z remote: Compressing objects:  22% (22/97)        
2022-08-31T17:50:05.7764744Z remote: Compressing objects:  23% (23/97)        
2022-08-31T17:50:05.7764978Z remote: Compressing objects:  24% (24/97)        
2022-08-31T17:50:05.7765208Z remote: Compressing objects:  25% (25/97)        
2022-08-31T17:50:05.7765447Z remote: Compressing objects:  26% (26/97)        
2022-08-31T17:50:05.7765680Z remote: Compressing objects:  27% (27/97)        
2022-08-31T17:50:05.7765932Z remote: Compressing objects:  28% (28/97)        
2022-08-31T17:50:05.7766170Z remote: Compressing objects:  29% (29/97)        
2022-08-31T17:50:05.7766401Z remote: Compressing objects:  30% (30/97)        
2022-08-31T17:50:05.7766638Z remote: Compressing objects:  31% (31/97)        
2022-08-31T17:50:05.7766872Z remote: Compressing objects:  32% (32/97)        
2022-08-31T17:50:05.7767107Z remote: Compressing objects:  34% (33/97)        
2022-08-31T17:50:05.7767334Z remote: Compressing objects:  35% (34/97)        
2022-08-31T17:50:05.7767568Z remote: Compressing objects:  36% (35/97)        
2022-08-31T17:50:05.7767805Z remote: Compressing objects:  37% (36/97)        
2022-08-31T17:50:05.7768038Z remote: Compressing objects:  38% (37/97)        
2022-08-31T17:50:05.7768274Z remote: Compressing objects:  39% (38/97)        
2022-08-31T17:50:05.7768510Z remote: Compressing objects:  40% (39/97)        
2022-08-31T17:50:05.7768738Z remote: Compressing objects:  41% (40/97)        
2022-08-31T17:50:05.7769049Z remote: Compressing objects:  42% (41/97)        
2022-08-31T17:50:05.7769284Z remote: Compressing objects:  43% (42/97)        
2022-08-31T17:50:05.7769518Z remote: Compressing objects:  44% (43/97)        
2022-08-31T17:50:05.7769748Z remote: Compressing objects:  45% (44/97)        
2022-08-31T17:50:05.7769983Z remote: Compressing objects:  46% (45/97)        
2022-08-31T17:50:05.7770221Z remote: Compressing objects:  47% (46/97)        
2022-08-31T17:50:05.7770450Z remote: Compressing objects:  48% (47/97)        
2022-08-31T17:50:05.7770686Z remote: Compressing objects:  49% (48/97)        
2022-08-31T17:50:05.7770919Z remote: Compressing objects:  50% (49/97)        
2022-08-31T17:50:05.7771149Z remote: Compressing objects:  51% (50/97)        
2022-08-31T17:50:05.7771387Z remote: Compressing objects:  52% (51/97)        
2022-08-31T17:50:05.7771621Z remote: Compressing objects:  53% (52/97)        
2022-08-31T17:50:05.7771846Z remote: Compressing objects:  54% (53/97)        
2022-08-31T17:50:05.7772512Z remote: Compressing objects:  55% (54/97)        
2022-08-31T17:50:05.7772750Z remote: Compressing objects:  56% (55/97)        
2022-08-31T17:50:05.7773288Z remote: Compressing objects:  57% (56/97)        
2022-08-31T17:50:05.7773578Z remote: Compressing objects:  58% (57/97)        
2022-08-31T17:50:05.7773823Z remote: Compressing objects:  59% (58/97)        
2022-08-31T17:50:05.7774065Z remote: Compressing objects:  60% (59/97)        
2022-08-31T17:50:05.7774289Z remote: Compressing objects:  61% (60/97)        
2022-08-31T17:50:05.7774522Z remote: Compressing objects:  62% (61/97)        
2022-08-31T17:50:05.7774754Z remote: Compressing objects:  63% (62/97)        
2022-08-31T17:50:05.7774986Z remote: Compressing objects:  64% (63/97)        
2022-08-31T17:50:05.7775212Z remote: Compressing objects:  65% (64/97)        
2022-08-31T17:50:05.7775448Z remote: Compressing objects:  67% (65/97)        
2022-08-31T17:50:05.7775680Z remote: Compressing objects:  68% (66/97)        
2022-08-31T17:50:05.7775909Z remote: Compressing objects:  69% (67/97)        
2022-08-31T17:50:05.7776139Z remote: Compressing objects:  70% (68/97)        
2022-08-31T17:50:05.7776372Z remote: Compressing objects:  71% (69/97)        
2022-08-31T17:50:05.7776599Z remote: Compressing objects:  72% (70/97)        
2022-08-31T17:50:05.7776835Z remote: Compressing objects:  73% (71/97)        
2022-08-31T17:50:05.7777066Z remote: Compressing objects:  74% (72/97)        
2022-08-31T17:50:05.7777301Z remote: Compressing objects:  75% (73/97)        
2022-08-31T17:50:05.7777527Z remote: Compressing objects:  76% (74/97)        
2022-08-31T17:50:05.7778129Z remote: Compressing objects:  77% (75/97)        
2022-08-31T17:50:05.7778370Z remote: Compressing objects:  78% (76/97)        
2022-08-31T17:50:05.7778599Z remote: Compressing objects:  79% (77/97)        
2022-08-31T17:50:05.7778828Z remote: Compressing objects:  80% (78/97)        
2022-08-31T17:50:05.7779066Z remote: Compressing objects:  81% (79/97)        
2022-08-31T17:50:05.7779336Z remote: Compressing objects:  82% (80/97)        
2022-08-31T17:50:05.7779572Z remote: Compressing objects:  83% (81/97)        
2022-08-31T17:50:05.7779805Z remote: Compressing objects:  84% (82/97)        
2022-08-31T17:50:05.7780043Z remote: Compressing objects:  85% (83/97)        
2022-08-31T17:50:05.7780266Z remote: Compressing objects:  86% (84/97)        
2022-08-31T17:50:05.7780501Z remote: Compressing objects:  87% (85/97)        
2022-08-31T17:50:05.7780735Z remote: Compressing objects:  88% (86/97)        
2022-08-31T17:50:05.7780961Z remote: Compressing objects:  89% (87/97)        
2022-08-31T17:50:05.7824818Z remote: Compressing objects:  90% (88/97)        
2022-08-31T17:50:05.7826212Z remote: Compressing objects:  91% (89/97)        
2022-08-31T17:50:05.7826603Z remote: Compressing objects:  92% (90/97)        
2022-08-31T17:50:05.7827284Z remote: Compressing objects:  93% (91/97)        
2022-08-31T17:50:05.7827989Z remote: Compressing objects:  94% (92/97)        
2022-08-31T17:50:05.7828778Z remote: Compressing objects:  95% (93/97)        
2022-08-31T17:50:05.7829463Z remote: Compressing objects:  96% (94/97)        
2022-08-31T17:50:05.7830148Z remote: Compressing objects:  97% (95/97)        
2022-08-31T17:50:05.7830795Z remote: Compressing objects:  98% (96/97)        
2022-08-31T17:50:05.7831353Z remote: Compressing objects: 100% (97/97)        
2022-08-31T17:50:05.7832100Z remote: Compressing objects: 100% (97/97), done.        
2022-08-31T17:50:05.7943924Z Receiving objects:   0% (1/137)
2022-08-31T17:50:05.7944164Z Receiving objects:   1% (2/137)
2022-08-31T17:50:05.7948041Z Receiving objects:   2% (3/137)
2022-08-31T17:50:05.7949753Z Receiving objects:   3% (5/137)
2022-08-31T17:50:05.7949959Z Receiving objects:   4% (6/137)
2022-08-31T17:50:05.7950171Z Receiving objects:   5% (7/137)
2022-08-31T17:50:05.7950370Z Receiving objects:   6% (9/137)
2022-08-31T17:50:05.7950577Z Receiving objects:   7% (10/137)
2022-08-31T17:50:05.7950809Z Receiving objects:   8% (11/137)
2022-08-31T17:50:05.7951188Z Receiving objects:   9% (13/137)
2022-08-31T17:50:05.7951394Z Receiving objects:  10% (14/137)
2022-08-31T17:50:05.7951608Z Receiving objects:  11% (16/137)
2022-08-31T17:50:05.7951817Z Receiving objects:  12% (17/137)
2022-08-31T17:50:05.7952167Z Receiving objects:  13% (18/137)
2022-08-31T17:50:05.7952377Z Receiving objects:  14% (20/137)
2022-08-31T17:50:05.7952573Z Receiving objects:  15% (21/137)
2022-08-31T17:50:05.7952776Z Receiving objects:  16% (22/137)
2022-08-31T17:50:05.7952989Z Receiving objects:  17% (24/137)
2022-08-31T17:50:05.7953184Z Receiving objects:  18% (25/137)
2022-08-31T17:50:05.7953390Z Receiving objects:  19% (27/137)
2022-08-31T17:50:05.7953592Z Receiving objects:  20% (28/137)
2022-08-31T17:50:05.7953793Z Receiving objects:  21% (29/137)
2022-08-31T17:50:05.7954330Z Receiving objects:  22% (31/137)
2022-08-31T17:50:05.7955322Z Receiving objects:  23% (32/137)
2022-08-31T17:50:05.7955692Z Receiving objects:  24% (33/137)
2022-08-31T17:50:05.7956341Z Receiving objects:  25% (35/137)
2022-08-31T17:50:05.7957015Z Receiving objects:  26% (36/137)
2022-08-31T17:50:05.7957688Z Receiving objects:  27% (37/137)
2022-08-31T17:50:05.7958368Z Receiving objects:  28% (39/137)
2022-08-31T17:50:05.7959011Z Receiving objects:  29% (40/137)
2022-08-31T17:50:05.7959642Z Receiving objects:  30% (42/137)
2022-08-31T17:50:05.7960282Z Receiving objects:  31% (43/137)
2022-08-31T17:50:05.7960907Z Receiving objects:  32% (44/137)
2022-08-31T17:50:05.7961578Z Receiving objects:  33% (46/137)
2022-08-31T17:50:05.7962235Z Receiving objects:  34% (47/137)
2022-08-31T17:50:05.7962871Z Receiving objects:  35% (48/137)
2022-08-31T17:50:05.7963474Z Receiving objects:  36% (50/137)
2022-08-31T17:50:05.7964127Z Receiving objects:  37% (51/137)
2022-08-31T17:50:05.7964749Z Receiving objects:  38% (53/137)
2022-08-31T17:50:05.7965365Z Receiving objects:  39% (54/137)
2022-08-31T17:50:05.7966032Z Receiving objects:  40% (55/137)
2022-08-31T17:50:05.7966694Z Receiving objects:  41% (57/137)
2022-08-31T17:50:05.7967339Z Receiving objects:  42% (58/137)
2022-08-31T17:50:05.7967959Z Receiving objects:  43% (59/137)
2022-08-31T17:50:05.7968610Z Receiving objects:  44% (61/137)
2022-08-31T17:50:05.7969284Z Receiving objects:  45% (62/137)
2022-08-31T17:50:05.7969925Z Receiving objects:  46% (64/137)
2022-08-31T17:50:05.7970564Z Receiving objects:  47% (65/137)
2022-08-31T17:50:05.7971201Z Receiving objects:  48% (66/137)
2022-08-31T17:50:05.7971836Z Receiving objects:  49% (68/137)
2022-08-31T17:50:05.7972434Z Receiving objects:  50% (69/137)
2022-08-31T17:50:05.7973093Z Receiving objects:  51% (70/137)
2022-08-31T17:50:05.7973700Z Receiving objects:  52% (72/137)
2022-08-31T17:50:05.7974461Z Receiving objects:  53% (73/137)
2022-08-31T17:50:05.8067420Z Receiving objects:  54% (74/137)
2022-08-31T17:50:05.8067764Z Receiving objects:  55% (76/137)
2022-08-31T17:50:05.8068595Z Receiving objects:  56% (77/137)
2022-08-31T17:50:05.8069139Z Receiving objects:  57% (79/137)
2022-08-31T17:50:05.8069588Z Receiving objects:  58% (80/137)
2022-08-31T17:50:05.8070297Z Receiving objects:  59% (81/137)
2022-08-31T17:50:05.8071084Z Receiving objects:  60% (83/137)
2022-08-31T17:50:05.8071577Z Receiving objects:  61% (84/137)
2022-08-31T17:50:05.8071787Z Receiving objects:  62% (85/137)
2022-08-31T17:50:05.8071995Z Receiving objects:  63% (87/137)
2022-08-31T17:50:05.8072194Z Receiving objects:  64% (88/137)
2022-08-31T17:50:05.8072397Z Receiving objects:  65% (90/137)
2022-08-31T17:50:05.8072596Z Receiving objects:  66% (91/137)
2022-08-31T17:50:05.8072787Z Receiving objects:  67% (92/137)
2022-08-31T17:50:05.8072985Z Receiving objects:  68% (94/137)
2022-08-31T17:50:05.8073185Z Receiving objects:  69% (95/137)
2022-08-31T17:50:05.8073384Z Receiving objects:  70% (96/137)
2022-08-31T17:50:05.8073576Z Receiving objects:  71% (98/137)
2022-08-31T17:50:05.8073773Z Receiving objects:  72% (99/137)
2022-08-31T17:50:05.8073987Z Receiving objects:  73% (101/137)
2022-08-31T17:50:05.8074203Z Receiving objects:  74% (102/137)
2022-08-31T17:50:05.8074517Z Receiving objects:  75% (103/137)
2022-08-31T17:50:05.8075210Z Receiving objects:  76% (105/137)
2022-08-31T17:50:05.8075924Z Receiving objects:  77% (106/137)
2022-08-31T17:50:05.8076586Z Receiving objects:  78% (107/137)
2022-08-31T17:50:05.8077350Z Receiving objects:  79% (109/137)
2022-08-31T17:50:05.8077770Z Receiving objects:  80% (110/137)
2022-08-31T17:50:05.8078449Z Receiving objects:  81% (111/137)
2022-08-31T17:50:05.8079179Z Receiving objects:  82% (113/137)
2022-08-31T17:50:05.8079855Z Receiving objects:  83% (114/137)
2022-08-31T17:50:05.8080558Z Receiving objects:  84% (116/137)
2022-08-31T17:50:05.8081201Z Receiving objects:  85% (117/137)
2022-08-31T17:50:05.8081867Z Receiving objects:  86% (118/137)
2022-08-31T17:50:05.8082520Z Receiving objects:  87% (120/137)
2022-08-31T17:50:05.8083218Z Receiving objects:  88% (121/137)
2022-08-31T17:50:05.8155310Z Receiving objects:  89% (122/137)
2022-08-31T17:50:05.8155891Z remote: Total 137 (delta 47), reused 80 (delta 23), pack-reused 0        
2022-08-31T17:50:05.8156308Z Receiving objects:  90% (124/137)
2022-08-31T17:50:05.8156518Z Receiving objects:  91% (125/137)
2022-08-31T17:50:05.8156731Z Receiving objects:  92% (127/137)
2022-08-31T17:50:05.8156950Z Receiving objects:  93% (128/137)
2022-08-31T17:50:05.8157150Z Receiving objects:  94% (129/137)
2022-08-31T17:50:05.8157358Z Receiving objects:  95% (131/137)
2022-08-31T17:50:05.8157565Z Receiving objects:  96% (132/137)
2022-08-31T17:50:05.8157759Z Receiving objects:  97% (133/137)
2022-08-31T17:50:05.8157961Z Receiving objects:  98% (135/137)
2022-08-31T17:50:05.8158164Z Receiving objects:  99% (136/137)
2022-08-31T17:50:05.8158361Z Receiving objects: 100% (137/137)
2022-08-31T17:50:05.8158609Z Receiving objects: 100% (137/137), 37.11 KiB | 1.77 MiB/s, done.
2022-08-31T17:50:05.8158857Z Resolving deltas:   0% (0/47)
2022-08-31T17:50:05.8159070Z Resolving deltas:   2% (1/47)
2022-08-31T17:50:05.8159269Z Resolving deltas:   4% (2/47)
2022-08-31T17:50:05.8159479Z Resolving deltas:   6% (3/47)
2022-08-31T17:50:05.8159683Z Resolving deltas:   8% (4/47)
2022-08-31T17:50:05.8159876Z Resolving deltas:  10% (5/47)
2022-08-31T17:50:05.8160074Z Resolving deltas:  12% (6/47)
2022-08-31T17:50:05.8160274Z Resolving deltas:  14% (7/47)
2022-08-31T17:50:05.8160461Z Resolving deltas:  17% (8/47)
2022-08-31T17:50:05.8160664Z Resolving deltas:  19% (9/47)
2022-08-31T17:50:05.8160866Z Resolving deltas:  21% (10/47)
2022-08-31T17:50:05.8161065Z Resolving deltas:  23% (11/47)
2022-08-31T17:50:05.8161267Z Resolving deltas:  25% (12/47)
2022-08-31T17:50:05.8161473Z Resolving deltas:  27% (13/47)
2022-08-31T17:50:05.8161667Z Resolving deltas:  29% (14/47)
2022-08-31T17:50:05.8161862Z Resolving deltas:  31% (15/47)
2022-08-31T17:50:05.8162065Z Resolving deltas:  34% (16/47)
2022-08-31T17:50:05.8162295Z Resolving deltas:  36% (17/47)
2022-08-31T17:50:05.8162489Z Resolving deltas:  38% (18/47)
2022-08-31T17:50:05.8162688Z Resolving deltas:  40% (19/47)
2022-08-31T17:50:05.8165484Z Resolving deltas:  42% (20/47)
2022-08-31T17:50:05.8165687Z Resolving deltas:  44% (21/47)
2022-08-31T17:50:05.8165887Z Resolving deltas:  46% (22/47)
2022-08-31T17:50:05.8166074Z Resolving deltas:  48% (23/47)
2022-08-31T17:50:05.8166275Z Resolving deltas:  51% (24/47)
2022-08-31T17:50:05.8166478Z Resolving deltas:  53% (25/47)
2022-08-31T17:50:05.8166675Z Resolving deltas:  55% (26/47)
2022-08-31T17:50:05.8166863Z Resolving deltas:  57% (27/47)
2022-08-31T17:50:05.8167058Z Resolving deltas:  59% (28/47)
2022-08-31T17:50:05.8167343Z Resolving deltas:  61% (29/47)
2022-08-31T17:50:05.8167533Z Resolving deltas:  63% (30/47)
2022-08-31T17:50:05.8168246Z Resolving deltas:  65% (31/47)
2022-08-31T17:50:05.8168461Z Resolving deltas:  68% (32/47)
2022-08-31T17:50:05.8168652Z Resolving deltas:  70% (33/47)
2022-08-31T17:50:05.8168850Z Resolving deltas:  72% (34/47)
2022-08-31T17:50:05.8169051Z Resolving deltas:  74% (35/47)
2022-08-31T17:50:05.8169241Z Resolving deltas:  76% (36/47)
2022-08-31T17:50:05.8169441Z Resolving deltas:  78% (37/47)
2022-08-31T17:50:05.8169642Z Resolving deltas:  80% (38/47)
2022-08-31T17:50:05.8169930Z Resolving deltas:  82% (39/47)
2022-08-31T17:50:05.8170131Z Resolving deltas:  85% (40/47)
2022-08-31T17:50:05.8170327Z Resolving deltas:  87% (41/47)
2022-08-31T17:50:05.8170681Z Resolving deltas:  89% (42/47)
2022-08-31T17:50:05.8170879Z Resolving deltas:  91% (43/47)
2022-08-31T17:50:05.8171070Z Resolving deltas:  93% (44/47)
2022-08-31T17:50:05.8171256Z Resolving deltas:  95% (45/47)
2022-08-31T17:50:05.8171793Z Resolving deltas:  97% (46/47)
2022-08-31T17:50:05.8171994Z Resolving deltas: 100% (47/47)
2022-08-31T17:50:05.8172205Z Resolving deltas: 100% (47/47), done.
2022-08-31T17:50:05.8280891Z From https://github.com/peter-kehl/no_std_rna_slice_patterns
2022-08-31T17:50:05.8281368Z  * [new ref]         927bf2bcda6f855e27156e966357eb53bdd13246 -> origin/main
2022-08-31T17:50:05.8281967Z ::endgroup::
2022-08-31T17:50:05.8282166Z ##[endgroup]
2022-08-31T17:50:05.8282551Z ::group::Determining the checkout info
2022-08-31T17:50:05.8282806Z ##[group]Determining the checkout info
2022-08-31T17:50:05.8283602Z ::endgroup::
2022-08-31T17:50:05.8283782Z ##[endgroup]
2022-08-31T17:50:05.8284128Z ::group::Checking out the ref
2022-08-31T17:50:05.8284346Z ##[group]Checking out the ref
2022-08-31T17:50:05.8285286Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2022-08-31T17:50:05.8377211Z Switched to a new branch 'main'
2022-08-31T17:50:05.8381412Z branch 'main' set up to track 'origin/main'.
2022-08-31T17:50:05.8384708Z ::endgroup::
2022-08-31T17:50:05.8384915Z ##[endgroup]
2022-08-31T17:50:05.8425410Z [command]/usr/bin/git log -1 --format='%H'
2022-08-31T17:50:05.8451997Z '927bf2bcda6f855e27156e966357eb53bdd13246'
2022-08-31T17:50:05.8460464Z ##[debug]Unsetting HOME override
2022-08-31T17:50:05.8465653Z ::remove-matcher owner=checkout-git::
2022-08-31T17:50:05.8489846Z ##[debug]Removed matchers: 'checkout-git'
2022-08-31T17:50:05.8570466Z ##[debug]Node Action run completed with exit code 0
2022-08-31T17:50:05.8681085Z ##[debug]Finishing: Run actions/checkout@v2
2022-08-31T17:50:05.8689149Z ##[debug]Evaluating condition for step: 'Run actions-rs/toolchain@v1'
2022-08-31T17:50:05.8691298Z ##[debug]Evaluating: success()
2022-08-31T17:50:05.8691625Z ##[debug]Evaluating success:
2022-08-31T17:50:05.8692153Z ##[debug]=> true
2022-08-31T17:50:05.8692513Z ##[debug]Result: true
2022-08-31T17:50:05.8693222Z ##[debug]Starting: Run actions-rs/toolchain@v1
2022-08-31T17:50:05.8711765Z ##[debug]Loading inputs
2022-08-31T17:50:05.8720082Z ##[debug]Loading env
2022-08-31T17:50:05.8724553Z ##[group]Run actions-rs/toolchain@v1
2022-08-31T17:50:05.8724753Z with:
2022-08-31T17:50:05.8724929Z   profile: minimal
2022-08-31T17:50:05.8725148Z   toolchain: nightly
2022-08-31T17:50:05.8725348Z   override: true
2022-08-31T17:50:05.8725553Z   components: rustfmt, clippy
2022-08-31T17:50:05.8725760Z   default: false
2022-08-31T17:50:05.8725924Z env:
2022-08-31T17:50:05.8726215Z   CARGO_TERM_COLOR: always
2022-08-31T17:50:05.8726408Z ##[endgroup]
2022-08-31T17:50:06.0033561Z ##[debug]using toolchain from input: nightly
2022-08-31T17:50:06.0058707Z [command]/home/runner/.cargo/bin/rustup show
2022-08-31T17:50:06.0317490Z Default host: x86_64-unknown-linux-gnu
2022-08-31T17:50:06.0325870Z rustup home:  /home/runner/.rustup
2022-08-31T17:50:06.0326699Z 
2022-08-31T17:50:06.0330198Z info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:06.4266385Z info: latest update on 2022-08-31, rust version 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:06.4266875Z warning: Force-skipping unavailable component 'miri-x86_64-unknown-linux-gnu'
2022-08-31T17:50:06.4267243Z info: downloading component 'cargo'
2022-08-31T17:50:06.5019679Z info: downloading component 'clippy'
2022-08-31T17:50:06.5375504Z info: downloading component 'rust-std'
2022-08-31T17:50:06.8289430Z info: downloading component 'rustc'
2022-08-31T17:50:07.3701856Z info: downloading component 'rustfmt'
2022-08-31T17:50:07.4216422Z info: installing component 'cargo'
2022-08-31T17:50:08.1173723Z info: installing component 'clippy'
2022-08-31T17:50:08.4913502Z info: installing component 'rust-std'
2022-08-31T17:50:11.5693207Z info: installing component 'rustc'
2022-08-31T17:50:16.6085369Z info: installing component 'rustfmt'
2022-08-31T17:50:17.1706459Z nightly-x86_64-unknown-linux-gnu (overridden by '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/rust-toolchain.toml')
2022-08-31T17:50:17.1845780Z rustc 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:17.1875684Z [command]/home/runner/.cargo/bin/rustup -V
2022-08-31T17:50:17.1917016Z rustup 1.25.1 (bb60b1e89 2022-07-12)
2022-08-31T17:50:17.1918473Z info: This is the version for the rustup toolchain manager, not the rustc compiler.
2022-08-31T17:50:17.3059318Z info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:17.4493989Z info: latest update on 2022-08-31, rust version 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:17.4837591Z info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:17.4838098Z info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:17.4848795Z warning: Force-skipping unavailable component 'miri-x86_64-unknown-linux-gnu'
2022-08-31T17:50:17.5144690Z info: The currently active `rustc` version is `rustc 1.65.0-nightly (02654a084 2022-08-30)`
2022-08-31T17:50:17.5166335Z Installed rustup 1.25.1 support profiles
2022-08-31T17:50:17.5170797Z [command]/home/runner/.cargo/bin/rustup -V
2022-08-31T17:50:17.5209649Z rustup 1.25.1 (bb60b1e89 2022-07-12)
2022-08-31T17:50:17.5210501Z info: This is the version for the rustup toolchain manager, not the rustc compiler.
2022-08-31T17:50:17.6347019Z info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:17.7886077Z info: latest update on 2022-08-31, rust version 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:17.8240637Z info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:17.8241594Z info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:17.8253460Z warning: Force-skipping unavailable component 'miri-x86_64-unknown-linux-gnu'
2022-08-31T17:50:17.8538587Z info: The currently active `rustc` version is `rustc 1.65.0-nightly (02654a084 2022-08-30)`
2022-08-31T17:50:17.8541029Z Installed rustup 1.25.1 support components
2022-08-31T17:50:17.8545697Z [command]/home/runner/.cargo/bin/rustup set profile minimal
2022-08-31T17:50:17.8604953Z info: profile set to 'minimal'
2022-08-31T17:50:17.8617250Z [command]/home/runner/.cargo/bin/rustup toolchain install nightly --component rustfmt --component clippy --allow-downgrade
2022-08-31T17:50:17.9479998Z info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:18.0851964Z info: latest update on 2022-08-31, rust version 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:18.1200817Z info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:18.1201734Z info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
2022-08-31T17:50:18.1215043Z 
2022-08-31T17:50:18.1349356Z   nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:18.1349844Z 
2022-08-31T17:50:18.1350265Z info: checking for self-updates
2022-08-31T17:50:18.1447954Z warning: tool `rustfmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
2022-08-31T17:50:18.1448722Z warning: tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
2022-08-31T17:50:18.1471649Z [command]/home/runner/.cargo/bin/rustup override set nightly
2022-08-31T17:50:18.1525165Z info: using existing install for 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:18.1525606Z info: override toolchain for '/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns' set to 'nightly-x86_64-unknown-linux-gnu'
2022-08-31T17:50:18.1532786Z 
2022-08-31T17:50:18.1666680Z   nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:18.1666899Z 
2022-08-31T17:50:18.1677681Z ::group::Gathering installed versions
2022-08-31T17:50:18.1677957Z ##[group]Gathering installed versions
2022-08-31T17:50:18.1686006Z [command]/home/runner/.cargo/bin/rustc -V
2022-08-31T17:50:18.2274216Z rustc 1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:18.2294506Z ::set-output name=rustc::1.65.0-nightly (02654a084 2022-08-30)
2022-08-31T17:50:18.2297573Z ##[debug]='1.65.0-nightly (02654a084 2022-08-30)'
2022-08-31T17:50:18.2298731Z ::set-output name=rustc_hash::02654a084
2022-08-31T17:50:18.2299056Z ##[debug]='02654a084'
2022-08-31T17:50:18.2305132Z [command]/home/runner/.cargo/bin/cargo -V
2022-08-31T17:50:18.2777403Z cargo 1.65.0-nightly (4ed54cecc 2022-08-27)
2022-08-31T17:50:18.2786004Z ::set-output name=cargo::1.65.0-nightly (4ed54cecc 2022-08-27)
2022-08-31T17:50:18.2786365Z ##[debug]='1.65.0-nightly (4ed54cecc 2022-08-27)'
2022-08-31T17:50:18.2795928Z [command]/home/runner/.cargo/bin/rustup -V
2022-08-31T17:50:18.2847134Z rustup 1.25.1 (bb60b1e89 2022-07-12)
2022-08-31T17:50:18.2847789Z info: This is the version for the rustup toolchain manager, not the rustc compiler.
2022-08-31T17:50:18.3357952Z info: The currently active `rustc` version is `rustc 1.65.0-nightly (02654a084 2022-08-30)`
2022-08-31T17:50:18.3367022Z ::set-output name=rustup::1.25.1 (bb60b1e89 2022-07-12)
2022-08-31T17:50:18.3367351Z ##[debug]='1.25.1 (bb60b1e89 2022-07-12)'
2022-08-31T17:50:18.3368003Z ::endgroup::
2022-08-31T17:50:18.3368206Z ##[endgroup]
2022-08-31T17:50:18.3412475Z ##[debug]Node Action run completed with exit code 0
2022-08-31T17:50:18.3414639Z ##[debug]Finishing: Run actions-rs/toolchain@v1
2022-08-31T17:50:18.3418571Z ##[debug]Evaluating condition for step: 'Format'
2022-08-31T17:50:18.3419675Z ##[debug]Evaluating: success()
2022-08-31T17:50:18.3419976Z ##[debug]Evaluating success:
2022-08-31T17:50:18.3420352Z ##[debug]=> true
2022-08-31T17:50:18.3420680Z ##[debug]Result: true
2022-08-31T17:50:18.3421187Z ##[debug]Starting: Format
2022-08-31T17:50:18.3430129Z ##[debug]Loading inputs
2022-08-31T17:50:18.3431081Z ##[debug]Loading env
2022-08-31T17:50:18.3475174Z ##[group]Run cargo fmt --all -- --check
2022-08-31T17:50:18.3475494Z �[36;1mcargo fmt --all -- --check�[0m
2022-08-31T17:50:18.3533596Z shell: /usr/bin/bash -e {0}
2022-08-31T17:50:18.3533812Z env:
2022-08-31T17:50:18.3533996Z   CARGO_TERM_COLOR: always
2022-08-31T17:50:18.3534204Z ##[endgroup]
2022-08-31T17:50:18.3679125Z ##[debug]/usr/bin/bash -e /home/runner/work/_temp/08947cb9-4a16-47e8-b944-5fa907c562dd.sh
2022-08-31T17:50:18.5896977Z ##[debug]Finishing: Format
2022-08-31T17:50:18.5900776Z ##[debug]Evaluating condition for step: 'Run actions-rs/clippy-check@v1'
2022-08-31T17:50:18.5902015Z ##[debug]Evaluating: success()
2022-08-31T17:50:18.5902429Z ##[debug]Evaluating success:
2022-08-31T17:50:18.5902791Z ##[debug]=> true
2022-08-31T17:50:18.5903143Z ##[debug]Result: true
2022-08-31T17:50:18.5903896Z ##[debug]Starting: Run actions-rs/clippy-check@v1
2022-08-31T17:50:18.5918137Z ##[debug]Loading inputs
2022-08-31T17:50:18.5921443Z ##[debug]Evaluating: secrets.GITHUB_TOKEN
2022-08-31T17:50:18.5921744Z ##[debug]Evaluating Index:
2022-08-31T17:50:18.5921981Z ##[debug]..Evaluating secrets:
2022-08-31T17:50:18.5922225Z ##[debug]..=> Object
2022-08-31T17:50:18.5922454Z ##[debug]..Evaluating String:
2022-08-31T17:50:18.5922678Z ##[debug]..=> 'GITHUB_TOKEN'
2022-08-31T17:50:18.5923241Z ##[debug]=> '***'
2022-08-31T17:50:18.5923598Z ##[debug]Result: '***'
2022-08-31T17:50:18.5925141Z ##[debug]Loading env
2022-08-31T17:50:18.5929107Z ##[group]Run actions-rs/clippy-check@v1
2022-08-31T17:50:18.5929352Z with:
2022-08-31T17:50:18.5929649Z   token: ***
2022-08-31T17:50:18.5929875Z   args: --all --all-features -- -D warnings
2022-08-31T17:50:18.5930115Z   use-cross: false
2022-08-31T17:50:18.5930291Z   name: clippy
2022-08-31T17:50:18.5930456Z env:
2022-08-31T17:50:18.5930631Z   CARGO_TERM_COLOR: always
2022-08-31T17:50:18.5930817Z ##[endgroup]
2022-08-31T17:50:18.8958296Z ::group::Executing cargo clippy (JSON output)
2022-08-31T17:50:18.8958614Z ##[group]Executing cargo clippy (JSON output)
2022-08-31T17:50:18.8967918Z [command]/home/runner/.cargo/bin/cargo clippy --message-format=json --all --all-features -- -D warnings
2022-08-31T17:50:19.1787150Z �[0m�[0m�[1m�[32m    Checking�[0m utils v0.1.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/00_utils)
2022-08-31T17:50:19.3060505Z {"reason":"compiler-artifact","package_id":"utils 0.1.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/00_utils)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/00_utils/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utils","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/00_utils/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libutils-266430b361b31970.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.3062453Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.3064670Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-slice-pass_in-bytes-wipe_on_drop v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/10_no_heap-slice-pass_in-bytes-wipe_on_drop)
2022-08-31T17:50:19.3071802Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_generic_limit-bytes-wipe_on_mut v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/07_no_heap-array-const_generic_limit-bytes-wipe_on_mut)
2022-08-31T17:50:19.3926327Z {"reason":"compiler-artifact","package_id":"no_heap-slice-pass_in-bytes-wipe_on_drop 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/10_no_heap-slice-pass_in-bytes-wipe_on_drop)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/10_no_heap-slice-pass_in-bytes-wipe_on_drop/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-slice-pass_in-bytes-wipe_on_drop","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/10_no_heap-slice-pass_in-bytes-wipe_on_drop/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_slice_pass_in_bytes_wipe_on_drop-b937e9ee580d01d5.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.3928403Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.3929996Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-eq_branch_iterators-dyn_trait v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/14_no_heap-eq_branch_iterators-dyn_trait)
2022-08-31T17:50:19.4155867Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_generic_limit-bytes-wipe_on_mut 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/07_no_heap-array-const_generic_limit-bytes-wipe_on_mut)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/07_no_heap-array-const_generic_limit-bytes-wipe_on_mut/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_generic_limit-bytes-wipe_on_mut","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/07_no_heap-array-const_generic_limit-bytes-wipe_on_mut/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_generic_limit_bytes_wipe_on_mut-45786078ae9e097b.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.4158102Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.4159416Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_generic_exact-bytes v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/06_no_heap-array-const_generic_exact-bytes)
2022-08-31T17:50:19.4622233Z {"reason":"compiler-artifact","package_id":"no_heap-eq_branch_iterators-dyn_trait 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/14_no_heap-eq_branch_iterators-dyn_trait)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/14_no_heap-eq_branch_iterators-dyn_trait/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-eq_branch_iterators-dyn_trait","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/14_no_heap-eq_branch_iterators-dyn_trait/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_eq_branch_iterators_dyn_trait-89456cb6c64fd4fa.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.4627877Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.4629281Z �[0m�[0m�[1m�[32m    Checking�[0m ok_heap-string v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/01_ok_heap-string)
2022-08-31T17:50:19.4870757Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_generic_exact-bytes 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/06_no_heap-array-const_generic_exact-bytes)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/06_no_heap-array-const_generic_exact-bytes/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_generic_exact-bytes","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/06_no_heap-array-const_generic_exact-bytes/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_generic_exact_bytes-32feb69e6abbcfb3.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.4905516Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.4906402Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-eq_iterator_to_generic_fn v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/16_no_heap-eq_iterator_to_generic_fn)
2022-08-31T17:50:19.5214032Z {"reason":"compiler-artifact","package_id":"ok_heap-string 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/01_ok_heap-string)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/01_ok_heap-string/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ok_heap-string","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/01_ok_heap-string/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libok_heap_string-c7f697b7c28ca4e9.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.5215845Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.5217170Z �[0m�[0m�[1m�[32m    Checking�[0m ok_heap-slices-box_dyn_trait-map v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/11_ok_heap-slices-box_dyn_trait-map)
2022-08-31T17:50:19.5758135Z {"reason":"compiler-artifact","package_id":"no_heap-eq_iterator_to_generic_fn 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/16_no_heap-eq_iterator_to_generic_fn)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/16_no_heap-eq_iterator_to_generic_fn/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-eq_iterator_to_generic_fn","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/16_no_heap-eq_iterator_to_generic_fn/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_eq_iterator_to_generic_fn-5ed4ce97d20388e4.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.5760015Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.5761424Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_limit-bytes-wipe_on_clone-unsafe v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/05_no_heap-array-const_limit-bytes-wipe_on_clone-unsafe)
2022-08-31T17:50:19.5904532Z {"reason":"compiler-artifact","package_id":"ok_heap-slices-box_dyn_trait-map 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/11_ok_heap-slices-box_dyn_trait-map)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/11_ok_heap-slices-box_dyn_trait-map/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ok_heap-slices-box_dyn_trait-map","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/11_ok_heap-slices-box_dyn_trait-map/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libok_heap_slices_box_dyn_trait_map-31445418bd131d2c.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.5906448Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.5907742Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-eq_branch_iterators-matrix v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/15_no_heap-eq_branch_iterators-matrix)
2022-08-31T17:50:19.6556868Z {"reason":"compiler-artifact","package_id":"no_heap-eq_branch_iterators-matrix 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/15_no_heap-eq_branch_iterators-matrix)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/15_no_heap-eq_branch_iterators-matrix/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-eq_branch_iterators-matrix","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/15_no_heap-eq_branch_iterators-matrix/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_eq_branch_iterators_matrix-0b4067e9f1876a56.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.6558876Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.6560169Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_limit-chars v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/02_no_heap-array-const_limit-chars)
2022-08-31T17:50:19.6587377Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_limit-bytes-wipe_on_clone-unsafe 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/05_no_heap-array-const_limit-bytes-wipe_on_clone-unsafe)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/05_no_heap-array-const_limit-bytes-wipe_on_clone-unsafe/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_limit-bytes-wipe_on_clone-unsafe","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/05_no_heap-array-const_limit-bytes-wipe_on_clone-unsafe/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_limit_bytes_wipe_on_clone_unsafe-e8b0d7fa3beaf773.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.6589402Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.6590688Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_limit-bytes-wipe_on_clone v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/04_no_heap-array-const_limit-bytes-wipe_on_clone)
2022-08-31T17:50:19.7505443Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_limit-chars 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/02_no_heap-array-const_limit-chars)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/02_no_heap-array-const_limit-chars/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_limit-chars","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/02_no_heap-array-const_limit-chars/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_limit_chars-94f250457b0f5eab.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.7516390Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.7517117Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-slices-iterator_enum v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/12_no_heap-slices-iterator_enum)
2022-08-31T17:50:19.7573202Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_limit-bytes-wipe_on_clone 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/04_no_heap-array-const_limit-bytes-wipe_on_clone)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/04_no_heap-array-const_limit-bytes-wipe_on_clone/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_limit-bytes-wipe_on_clone","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/04_no_heap-array-const_limit-bytes-wipe_on_clone/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_limit_bytes_wipe_on_clone-7c0ce5fc2a8c9eb1.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.7575057Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.7575862Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_generic_limit-bytes-wipe_on_clone v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/08_no_heap-array-const_generic_limit-bytes-wipe_on_clone)
2022-08-31T17:50:19.8342300Z {"reason":"compiler-artifact","package_id":"no_heap-slices-iterator_enum 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/12_no_heap-slices-iterator_enum)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/12_no_heap-slices-iterator_enum/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-slices-iterator_enum","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/12_no_heap-slices-iterator_enum/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_slices_iterator_enum-4e67853c07e89a78.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.8344021Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.8344784Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-array-const_limit-bytes-wipe_on_mut v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/03_no_heap-array-const_limit-bytes-wipe_on_mut)
2022-08-31T17:50:19.8505604Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_generic_limit-bytes-wipe_on_clone 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/08_no_heap-array-const_generic_limit-bytes-wipe_on_clone)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/08_no_heap-array-const_generic_limit-bytes-wipe_on_clone/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_generic_limit-bytes-wipe_on_clone","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/08_no_heap-array-const_generic_limit-bytes-wipe_on_clone/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_generic_limit_bytes_wipe_on_clone-72716abf0c3ce858.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.8507671Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.8508371Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-eq_dispatch_universal v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/18_no_heap-eq_dispatch_universal)
2022-08-31T17:50:19.9205303Z {"reason":"compiler-artifact","package_id":"no_heap-eq_dispatch_universal 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/18_no_heap-eq_dispatch_universal)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/18_no_heap-eq_dispatch_universal/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-eq_dispatch_universal","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/18_no_heap-eq_dispatch_universal/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_eq_dispatch_universal-5b0136a6382ad2b0.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.9207205Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.9207912Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-eq_dispatch_specialized v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/17_no_heap-eq_dispatch_specialized)
2022-08-31T17:50:19.9286619Z {"reason":"compiler-artifact","package_id":"no_heap-array-const_limit-bytes-wipe_on_mut 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/03_no_heap-array-const_limit-bytes-wipe_on_mut)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/03_no_heap-array-const_limit-bytes-wipe_on_mut/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-array-const_limit-bytes-wipe_on_mut","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/03_no_heap-array-const_limit-bytes-wipe_on_mut/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_array_const_limit_bytes_wipe_on_mut-318399baf2bbba24.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.9288463Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.9289211Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-slice-pass_in-bytes-wipe_on_mut v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/09_no_heap-slice-pass_in-bytes-wipe_on_mut)
2022-08-31T17:50:19.9977775Z {"reason":"compiler-artifact","package_id":"no_heap-eq_dispatch_specialized 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/17_no_heap-eq_dispatch_specialized)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/17_no_heap-eq_dispatch_specialized/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-eq_dispatch_specialized","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/17_no_heap-eq_dispatch_specialized/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_eq_dispatch_specialized-b6082f3459b1e392.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:19.9979455Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:19.9980165Z �[0m�[0m�[1m�[32m    Checking�[0m no_heap-slices-iterator_impl v1.0.0 (/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/13_no_heap-slices-iterator_impl)
2022-08-31T17:50:20.0123220Z {"reason":"compiler-artifact","package_id":"no_heap-slice-pass_in-bytes-wipe_on_mut 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/09_no_heap-slice-pass_in-bytes-wipe_on_mut)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/09_no_heap-slice-pass_in-bytes-wipe_on_mut/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-slice-pass_in-bytes-wipe_on_mut","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/09_no_heap-slice-pass_in-bytes-wipe_on_mut/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_slice_pass_in_bytes_wipe_on_mut-8d51ab76edb394b3.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:20.0125327Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:20.0661666Z {"reason":"compiler-artifact","package_id":"no_heap-slices-iterator_impl 1.0.0 (path+file:///home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/13_no_heap-slices-iterator_impl)","manifest_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/13_no_heap-slices-iterator_impl/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"no_heap-slices-iterator_impl","src_path":"/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/13_no_heap-slices-iterator_impl/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns/target/debug/deps/libno_heap_slices_iterator_impl-7a389bf65a4265b9.rmeta"],"executable":null,"fresh":false}
2022-08-31T17:50:20.0663546Z ##[debug]Unexpected reason field, ignoring it: compiler-artifact
2022-08-31T17:50:20.0664348Z {"reason":"build-finished","success":true}
2022-08-31T17:50:20.0664993Z ##[debug]Unexpected reason field, ignoring it: build-finished
2022-08-31T17:50:20.0665794Z �[0m�[0m�[1m�[32m    Finished�[0m dev [unoptimized + debuginfo] target(s) in 1.03s
2022-08-31T17:50:20.0685467Z ::endgroup::
2022-08-31T17:50:20.0685667Z ##[endgroup]
2022-08-31T17:50:20.0688045Z Clippy results: 0 ICE, 0 errors, 0 warnings, 0 notes, 0 help
2022-08-31T17:50:20.2923808Z ##[error]Resource not accessible by integration
2022-08-31T17:50:20.2961262Z ##[debug]Node Action run completed with exit code 1
2022-08-31T17:50:20.2966021Z ##[debug]Finishing: Run actions-rs/clippy-check@v1
2022-08-31T17:50:20.2971534Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v2'
2022-08-31T17:50:20.2973521Z ##[debug]Evaluating: always()
2022-08-31T17:50:20.2973828Z ##[debug]Evaluating always:
2022-08-31T17:50:20.2974640Z ##[debug]=> true
2022-08-31T17:50:20.2975037Z ##[debug]Result: true
2022-08-31T17:50:20.2975586Z ##[debug]Starting: Post Run actions/checkout@v2
2022-08-31T17:50:20.2995094Z ##[debug]Loading inputs
2022-08-31T17:50:20.2995947Z ##[debug]Evaluating: github.repository
2022-08-31T17:50:20.2996205Z ##[debug]Evaluating Index:
2022-08-31T17:50:20.2996447Z ##[debug]..Evaluating github:
2022-08-31T17:50:20.2996693Z ##[debug]..=> Object
2022-08-31T17:50:20.2996913Z ##[debug]..Evaluating String:
2022-08-31T17:50:20.2997137Z ##[debug]..=> 'repository'
2022-08-31T17:50:20.2997442Z ##[debug]=> 'peter-kehl/no_std_rna_slice_patterns'
2022-08-31T17:50:20.2997762Z ##[debug]Result: 'peter-kehl/no_std_rna_slice_patterns'
2022-08-31T17:50:20.2999020Z ##[debug]Evaluating: github.token
2022-08-31T17:50:20.2999283Z ##[debug]Evaluating Index:
2022-08-31T17:50:20.2999502Z ##[debug]..Evaluating github:
2022-08-31T17:50:20.2999726Z ##[debug]..=> Object
2022-08-31T17:50:20.2999950Z ##[debug]..Evaluating String:
2022-08-31T17:50:20.3000158Z ##[debug]..=> 'token'
2022-08-31T17:50:20.3000636Z ##[debug]=> '***'
2022-08-31T17:50:20.3000976Z ##[debug]Result: '***'
2022-08-31T17:50:20.3004792Z ##[debug]Loading env
2022-08-31T17:50:20.3008597Z Post job cleanup.
2022-08-31T17:50:20.4257195Z ##[debug]Getting git version
2022-08-31T17:50:20.4275103Z [command]/usr/bin/git version
2022-08-31T17:50:20.4319018Z git version 2.37.2
2022-08-31T17:50:20.4338771Z ##[debug]Set git useragent to: git/2.37.2 (github-actions-checkout)
2022-08-31T17:50:20.4345704Z ::add-mask::***
2022-08-31T17:50:20.4358483Z Temporarily overriding HOME='/home/runner/work/_temp/31c58637-aede-4114-be6f-8ea7d79f6972' before making global git config changes
2022-08-31T17:50:20.4359210Z Adding repository directory to the temporary git global config as a safe directory
2022-08-31T17:50:20.4363763Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/no_std_rna_slice_patterns/no_std_rna_slice_patterns
2022-08-31T17:50:20.4402212Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-08-31T17:50:20.4434432Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-08-31T17:50:20.4655331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-08-31T17:50:20.4673578Z http.https://github.com/.extraheader
2022-08-31T17:50:20.4718923Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-08-31T17:50:20.4753055Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-08-31T17:50:20.5011056Z ##[debug]Unsetting HOME override
2022-08-31T17:50:20.5093288Z ##[debug]Node Action run completed with exit code 0
2022-08-31T17:50:20.5095119Z ##[debug]Finishing: Post Run actions/checkout@v2
2022-08-31T17:50:20.5220456Z ##[debug]Starting: Complete job
2022-08-31T17:50:20.5222075Z Uploading runner diagnostic logs
2022-08-31T17:50:20.5278288Z ##[debug]Starting diagnostic file upload.
2022-08-31T17:50:20.5278597Z ##[debug]Setting up diagnostic log folders.
2022-08-31T17:50:20.5280413Z ##[debug]Creating diagnostic log files folder.
2022-08-31T17:50:20.5300558Z ##[debug]Copying 1 worker diagnostic logs.
2022-08-31T17:50:20.5318893Z ##[debug]Copying 1 runner diagnostic logs.
2022-08-31T17:50:20.5320223Z ##[debug]Zipping diagnostic files.
2022-08-31T17:50:20.5368479Z ##[debug]Uploading diagnostic metadata file.
2022-08-31T17:50:20.5396500Z ##[debug]Diagnostic file upload complete.
2022-08-31T17:50:20.5397016Z Completed runner diagnostic log upload
2022-08-31T17:50:20.5397271Z Cleaning up orphan processes
2022-08-31T17:50:20.5685770Z ##[debug]Finishing: Complete job
2022-08-31T17:50:20.5808249Z ##[debug]Finishing: check

from clippy-check.

michaelcoll avatar michaelcoll commented on May 23, 2024

To resolve, use the following permissions under the workflow or job in your workflow yaml:

    permissions:
      checks: write

That fixes the issue for me ! Thanks a lot !

from clippy-check.

jelle-bigbridge avatar jelle-bigbridge commented on May 23, 2024

contents: read

Should also be added to the permissions btw

from clippy-check.

Related Issues (20)

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.