advanced-security / policy-as-code

GitHub Advanced Security Policy as Code
MIT License
71 stars 15 forks source link

ERROR:ghastoolkit.octokit:GraphQL API Status :: 502 results into workflow failure #140

Open tr1shul opened 2 months ago

tr1shul commented 2 months ago

What happened?

I encountered a 502 error on the GraphQL API while attempting to set up policy-as-code on a repository. The error message logged is: ERROR:ghastoolkit.octokit:GraphQL API Status :: 502.

The issue arose during the process of configuring a workflow where, upon every code push, CodeQL would scan the code, and after the scan completed, the policy-as-code configuration would trigger. The expected outcome was that if the policy returned a success, the code would be allowed to merge into the repository. However, the actual behavior deviated from this, as the policy-as-code setup consistently failed with a 502 error on the GraphQL API, blocking the entire workflow.

To troubleshoot the problem, I tested the same policy-as-code configuration on a smaller repository. Interestingly, this test was successful, with the setup running without encountering any errors. This led me to believe that the issue might be related to the size of the repository or specific configurations (https://github.com/magit/forge/issues/20#issuecomment-449027721).

I have attached the YML configuration file and the raw logs from the failed run for further examination.

Given the critical nature of this issue, which is blocking code merging workflows in our development process, I request that the 502 error in the GraphQL API be investigated. Any guidance on resolving this issue or suggestions for alternative configurations to avoid such errors would be greatly appreciated.

name: Enforce Policies on CodeQL Scan Alerts

on:
  workflow_run:
    workflows: ["CodeQL"]
    types:
      - completed

jobs:
  enforce-policies:
    name: Enforce Policies using GHAS Policy-as-Code
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v3

    - name: Set up Python
      uses: actions/setup-python@v4
      with:
        python-version: '3.x'

    - name: ghas-policy-as-code
      uses: advanced-security/policy-as-code@v2.8.0
      with:
        policy: nextiva-security-test/cc-server
        policy-path: .github/pac-config.yml
        policy-branch: develop
        token: ${{ secrets.ACCESS_TOKEN }}
        argvs: "--is-github-app-token --disable-dependencies"

Version

v2 (current major version)

Where are you experiencing the issue?

GitHub Actions

Relevant log output

2024-08-26T19:27:13.8015009Z Current runner version: '2.319.1'
2024-08-26T19:27:13.8038295Z ##[group]Operating System
2024-08-26T19:27:13.8039057Z Ubuntu
2024-08-26T19:27:13.8039388Z 22.04.4
2024-08-26T19:27:13.8039717Z LTS
2024-08-26T19:27:13.8040116Z ##[endgroup]
2024-08-26T19:27:13.8040516Z ##[group]Runner Image
2024-08-26T19:27:13.8040923Z Image: ubuntu-22.04
2024-08-26T19:27:13.8041436Z Version: 20240818.1.0
2024-08-26T19:27:13.8042506Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md
2024-08-26T19:27:13.8044215Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1
2024-08-26T19:27:13.8045187Z ##[endgroup]
2024-08-26T19:27:13.8045609Z ##[group]Runner Image Provisioner
2024-08-26T19:27:13.8046097Z 2.0.382.1
2024-08-26T19:27:13.8046520Z ##[endgroup]
2024-08-26T19:27:13.8061612Z ##[group]GITHUB_TOKEN Permissions
2024-08-26T19:27:13.8063227Z Contents: read
2024-08-26T19:27:13.8063643Z Metadata: read
2024-08-26T19:27:13.8064338Z Packages: read
2024-08-26T19:27:13.8064780Z ##[endgroup]
2024-08-26T19:27:13.8068075Z Secret source: Actions
2024-08-26T19:27:13.8068672Z Prepare workflow directory
2024-08-26T19:27:13.8692013Z Prepare all required actions
2024-08-26T19:27:13.8858023Z Getting action download info
2024-08-26T19:27:14.1756112Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-08-26T19:27:14.3076255Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
2024-08-26T19:27:14.4245708Z Download action repository 'advanced-security/policy-as-code@v2.8.0' (SHA:55488b32e6bfdbbc719d1f8c660e5c058c28b12f)
2024-08-26T19:27:15.1696318Z Complete job name: Enforce Policies using GHAS Policy-as-Code
2024-08-26T19:27:15.2647853Z ##[group]Run actions/checkout@v3
2024-08-26T19:27:15.2648539Z with:
2024-08-26T19:27:15.2649029Z   repository: nextiva-security-test/cc-server
2024-08-26T19:27:15.2650030Z   token: ***
2024-08-26T19:27:15.2650448Z   ssh-strict: true
2024-08-26T19:27:15.2650928Z   persist-credentials: true
2024-08-26T19:27:15.2651498Z   clean: true
2024-08-26T19:27:15.2651912Z   sparse-checkout-cone-mode: true
2024-08-26T19:27:15.2652474Z   fetch-depth: 1
2024-08-26T19:27:15.2652979Z   fetch-tags: false
2024-08-26T19:27:15.2653424Z   lfs: false
2024-08-26T19:27:15.2653776Z   submodules: false
2024-08-26T19:27:15.2654312Z   set-safe-directory: true
2024-08-26T19:27:15.2654796Z ##[endgroup]
2024-08-26T19:27:15.4548680Z Syncing repository: nextiva-security-test/cc-server
2024-08-26T19:27:15.4552328Z ##[group]Getting Git version info
2024-08-26T19:27:15.4554089Z Working directory is '/home/runner/work/cc-server/cc-server'
2024-08-26T19:27:15.4557371Z [command]/usr/bin/git version
2024-08-26T19:27:15.4570335Z git version 2.46.0
2024-08-26T19:27:15.4602021Z ##[endgroup]
2024-08-26T19:27:15.4626440Z Temporarily overriding HOME='/home/runner/work/_temp/23fa2cd4-6826-48fe-8ef5-61c32f59a71e' before making global git config changes
2024-08-26T19:27:15.4629652Z Adding repository directory to the temporary git global config as a safe directory
2024-08-26T19:27:15.4632943Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-08-26T19:27:15.4669674Z Deleting the contents of '/home/runner/work/cc-server/cc-server'
2024-08-26T19:27:15.4674458Z ##[group]Initializing the repository
2024-08-26T19:27:15.4678552Z [command]/usr/bin/git init /home/runner/work/cc-server/cc-server
2024-08-26T19:27:15.4758471Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-08-26T19:27:15.4760862Z hint: is subject to change. To configure the initial branch name to use in all
2024-08-26T19:27:15.4763414Z hint: of your new repositories, which will suppress this warning, call:
2024-08-26T19:27:15.4765838Z hint:
2024-08-26T19:27:15.4767269Z hint:  git config --global init.defaultBranch <name>
2024-08-26T19:27:15.4769455Z hint:
2024-08-26T19:27:15.4771382Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-08-26T19:27:15.4775203Z hint: 'development'. The just-created branch can be renamed via this command:
2024-08-26T19:27:15.4777099Z hint:
2024-08-26T19:27:15.4779554Z hint:  git branch -m <name>
2024-08-26T19:27:15.4781901Z Initialized empty Git repository in /home/runner/work/cc-server/cc-server/.git/
2024-08-26T19:27:15.4787855Z [command]/usr/bin/git remote add origin https://github.com/nextiva-security-test/cc-server
2024-08-26T19:27:15.4826453Z ##[endgroup]
2024-08-26T19:27:15.4827771Z ##[group]Disabling automatic garbage collection
2024-08-26T19:27:15.4833189Z [command]/usr/bin/git config --local gc.auto 0
2024-08-26T19:27:15.4881165Z ##[endgroup]
2024-08-26T19:27:15.4883028Z ##[group]Setting up auth
2024-08-26T19:27:15.4887052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-08-26T19:27:15.4922896Z [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' || :"
2024-08-26T19:27:15.5297684Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-26T19:27:15.5326021Z [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' || :"
2024-08-26T19:27:15.5584281Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-08-26T19:27:15.5624339Z ##[endgroup]
2024-08-26T19:27:15.5626505Z ##[group]Fetching the repository
2024-08-26T19:27:15.5635557Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +3699f7d756b597b0ee155a6d7a18dd88f241fa22:refs/remotes/origin/develop
2024-08-26T19:27:16.0253880Z remote: Enumerating objects: 10722, done.        
2024-08-26T19:27:16.0254893Z remote: Counting objects:   0% (1/10722)        
2024-08-26T19:27:16.0256013Z remote: Counting objects:   1% (108/10722)        
2024-08-26T19:27:16.0256978Z remote: Counting objects:   2% (215/10722)        
2024-08-26T19:27:16.0257923Z remote: Counting objects:   3% (322/10722)        
2024-08-26T19:27:16.0259640Z remote: Counting objects:   4% (429/10722)        
2024-08-26T19:27:16.0260784Z remote: Counting objects:   5% (537/10722)        
2024-08-26T19:27:16.0261799Z remote: Counting objects:   6% (644/10722)        
2024-08-26T19:27:16.0262787Z remote: Counting objects:   7% (751/10722)        
2024-08-26T19:27:16.0263710Z remote: Counting objects:   8% (858/10722)        
2024-08-26T19:27:16.0264592Z remote: Counting objects:   9% (965/10722)        
2024-08-26T19:27:16.0265582Z remote: Counting objects:  10% (1073/10722)        
2024-08-26T19:27:16.0266509Z remote: Counting objects:  11% (1180/10722)        
2024-08-26T19:27:16.0267675Z remote: Counting objects:  12% (1287/10722)        
2024-08-26T19:27:16.0268660Z remote: Counting objects:  13% (1394/10722)        
2024-08-26T19:27:16.0269634Z remote: Counting objects:  14% (1502/10722)        
2024-08-26T19:27:16.0270628Z remote: Counting objects:  15% (1609/10722)        
2024-08-26T19:27:16.0271544Z remote: Counting objects:  16% (1716/10722)        
2024-08-26T19:27:16.0272564Z remote: Counting objects:  17% (1823/10722)        
2024-08-26T19:27:16.0273684Z remote: Counting objects:  18% (1930/10722)        
2024-08-26T19:27:16.0274607Z remote: Counting objects:  19% (2038/10722)        
2024-08-26T19:27:16.0275522Z remote: Counting objects:  20% (2145/10722)        
2024-08-26T19:27:16.0276565Z remote: Counting objects:  21% (2252/10722)        
2024-08-26T19:27:16.0277541Z remote: Counting objects:  22% (2359/10722)        
2024-08-26T19:27:16.0278468Z remote: Counting objects:  23% (2467/10722)        
2024-08-26T19:27:16.0283123Z remote: Counting objects:  24% (2574/10722)        
2024-08-26T19:27:16.0284130Z remote: Counting objects:  25% (2681/10722)        
2024-08-26T19:27:16.0285237Z remote: Counting objects:  26% (2788/10722)        
2024-08-26T19:27:16.0286604Z remote: Counting objects:  27% (2895/10722)        
2024-08-26T19:27:16.0287532Z remote: Counting objects:  28% (3003/10722)        
2024-08-26T19:27:16.0288533Z remote: Counting objects:  29% (3110/10722)        
2024-08-26T19:27:16.0289452Z remote: Counting objects:  30% (3217/10722)        
2024-08-26T19:27:16.0290263Z remote: Counting objects:  31% (3324/10722)        
2024-08-26T19:27:16.0291845Z remote: Counting objects:  32% (3432/10722)        
2024-08-26T19:27:16.0293111Z remote: Counting objects:  33% (3539/10722)        
2024-08-26T19:27:16.0294310Z remote: Counting objects:  34% (3646/10722)        
2024-08-26T19:27:16.0295614Z remote: Counting objects:  35% (3753/10722)        
2024-08-26T19:27:16.0296783Z remote: Counting objects:  36% (3860/10722)        
2024-08-26T19:27:16.0297930Z remote: Counting objects:  37% (3968/10722)        
2024-08-26T19:27:16.0299432Z remote: Counting objects:  38% (4075/10722)        
2024-08-26T19:27:16.0300569Z remote: Counting objects:  39% (4182/10722)        
2024-08-26T19:27:16.0301784Z remote: Counting objects:  40% (4289/10722)        
2024-08-26T19:27:16.0302912Z remote: Counting objects:  41% (4397/10722)        
2024-08-26T19:27:16.0303890Z remote: Counting objects:  42% (4504/10722)        
2024-08-26T19:27:16.0304869Z remote: Counting objects:  43% (4611/10722)        
2024-08-26T19:27:16.0305972Z remote: Counting objects:  44% (4718/10722)        
2024-08-26T19:27:16.0306875Z remote: Counting objects:  45% (4825/10722)        
2024-08-26T19:27:16.0307853Z remote: Counting objects:  46% (4933/10722)        
2024-08-26T19:27:16.0308996Z remote: Counting objects:  47% (5040/10722)        
2024-08-26T19:27:16.0310293Z remote: Counting objects:  48% (5147/10722)        
2024-08-26T19:27:16.0311505Z remote: Counting objects:  49% (5254/10722)        
2024-08-26T19:27:16.0312295Z remote: Counting objects:  50% (5361/10722)        
2024-08-26T19:27:16.0313302Z remote: Counting objects:  51% (5469/10722)        
2024-08-26T19:27:16.0314397Z remote: Counting objects:  52% (5576/10722)        
2024-08-26T19:27:16.0315336Z remote: Counting objects:  53% (5683/10722)        
2024-08-26T19:27:16.0316290Z remote: Counting objects:  54% (5790/10722)        
2024-08-26T19:27:16.0317303Z remote: Counting objects:  55% (5898/10722)        
2024-08-26T19:27:16.0318266Z remote: Counting objects:  56% (6005/10722)        
2024-08-26T19:27:16.0322478Z remote: Counting objects:  57% (6112/10722)        
2024-08-26T19:27:16.0323660Z remote: Counting objects:  58% (6219/10722)        
2024-08-26T19:27:16.0324660Z remote: Counting objects:  59% (6326/10722)        
2024-08-26T19:27:16.0325716Z remote: Counting objects:  60% (6434/10722)        
2024-08-26T19:27:16.0326695Z remote: Counting objects:  61% (6541/10722)        
2024-08-26T19:27:16.0327717Z remote: Counting objects:  62% (6648/10722)        
2024-08-26T19:27:16.0328794Z remote: Counting objects:  63% (6755/10722)        
2024-08-26T19:27:16.0329882Z remote: Counting objects:  64% (6863/10722)        
2024-08-26T19:27:16.0335380Z remote: Counting objects:  65% (6970/10722)        
2024-08-26T19:27:16.0336477Z remote: Counting objects:  66% (7077/10722)        
2024-08-26T19:27:16.0337717Z remote: Counting objects:  67% (7184/10722)        
2024-08-26T19:27:16.0339075Z remote: Counting objects:  68% (7291/10722)        
2024-08-26T19:27:16.0340272Z remote: Counting objects:  69% (7399/10722)        
2024-08-26T19:27:16.0341382Z remote: Counting objects:  70% (7506/10722)        
2024-08-26T19:27:16.0345821Z remote: Counting objects:  71% (7613/10722)        
2024-08-26T19:27:16.0347172Z remote: Counting objects:  72% (7720/10722)        
2024-08-26T19:27:16.0398194Z remote: Counting objects:  73% (7828/10722)        
2024-08-26T19:27:16.0399453Z remote: Counting objects:  74% (7935/10722)        
2024-08-26T19:27:16.0400458Z remote: Counting objects:  75% (8042/10722)        
2024-08-26T19:27:16.0401309Z remote: Counting objects:  76% (8149/10722)        
2024-08-26T19:27:16.0402861Z remote: Counting objects:  77% (8256/10722)        
2024-08-26T19:27:16.0403849Z remote: Counting objects:  78% (8364/10722)        
2024-08-26T19:27:16.0404798Z remote: Counting objects:  79% (8471/10722)        
2024-08-26T19:27:16.0405853Z remote: Counting objects:  80% (8578/10722)        
2024-08-26T19:27:16.0406764Z remote: Counting objects:  81% (8685/10722)        
2024-08-26T19:27:16.0407756Z remote: Counting objects:  82% (8793/10722)        
2024-08-26T19:27:16.0408974Z remote: Counting objects:  83% (8900/10722)        
2024-08-26T19:27:16.0409920Z remote: Counting objects:  84% (9007/10722)        
2024-08-26T19:27:16.0410857Z remote: Counting objects:  85% (9114/10722)        
2024-08-26T19:27:16.0412027Z remote: Counting objects:  86% (9221/10722)        
2024-08-26T19:27:16.0768990Z remote: Counting objects:  87% (9329/10722)        
2024-08-26T19:27:16.0770274Z remote: Counting objects:  88% (9436/10722)        
2024-08-26T19:27:16.0771462Z remote: Counting objects:  89% (9543/10722)        
2024-08-26T19:27:16.0772115Z remote: Counting objects:  90% (9650/10722)        
2024-08-26T19:27:16.0772733Z remote: Counting objects:  91% (9758/10722)        
2024-08-26T19:27:16.0773403Z remote: Counting objects:  92% (9865/10722)        
2024-08-26T19:27:16.0774026Z remote: Counting objects:  93% (9972/10722)        
2024-08-26T19:27:16.0774586Z remote: Counting objects:  94% (10079/10722)        
2024-08-26T19:27:16.0775271Z remote: Counting objects:  95% (10186/10722)        
2024-08-26T19:27:16.0775869Z remote: Counting objects:  96% (10294/10722)        
2024-08-26T19:27:16.0776526Z remote: Counting objects:  97% (10401/10722)        
2024-08-26T19:27:16.0777105Z remote: Counting objects:  98% (10508/10722)        
2024-08-26T19:27:16.0778030Z remote: Counting objects:  99% (10615/10722)        
2024-08-26T19:27:16.0779229Z remote: Counting objects: 100% (10722/10722)        
2024-08-26T19:27:16.0779907Z remote: Counting objects: 100% (10722/10722), done.        
2024-08-26T19:27:16.0780547Z remote: Compressing objects:   0% (1/6637)        
2024-08-26T19:27:16.0781229Z remote: Compressing objects:   1% (67/6637)        
2024-08-26T19:27:16.0781841Z remote: Compressing objects:   2% (133/6637)        
2024-08-26T19:27:16.0782407Z remote: Compressing objects:   3% (200/6637)        
2024-08-26T19:27:16.0782960Z remote: Compressing objects:   4% (266/6637)        
2024-08-26T19:27:16.0873431Z remote: Compressing objects:   5% (332/6637)        
2024-08-26T19:27:16.0874460Z remote: Compressing objects:   6% (399/6637)        
2024-08-26T19:27:16.1354871Z remote: Compressing objects:   7% (465/6637)        
2024-08-26T19:27:16.1355966Z remote: Compressing objects:   8% (531/6637)        
2024-08-26T19:27:16.1356970Z remote: Compressing objects:   9% (598/6637)        
2024-08-26T19:27:16.1465792Z remote: Compressing objects:  10% (664/6637)        
2024-08-26T19:27:16.1966382Z remote: Compressing objects:  11% (731/6637)        
2024-08-26T19:27:16.1967607Z remote: Compressing objects:  12% (797/6637)        
2024-08-26T19:27:16.2015845Z remote: Compressing objects:  13% (863/6637)        
2024-08-26T19:27:16.2016745Z remote: Compressing objects:  14% (930/6637)        
2024-08-26T19:27:16.2053060Z remote: Compressing objects:  15% (996/6637)        
2024-08-26T19:27:16.2643975Z remote: Compressing objects:  16% (1062/6637)        
2024-08-26T19:27:16.3235852Z remote: Compressing objects:  17% (1129/6637)        
2024-08-26T19:27:16.3825510Z remote: Compressing objects:  18% (1195/6637)        
2024-08-26T19:27:16.3826467Z remote: Compressing objects:  19% (1262/6637)        
2024-08-26T19:27:16.7387996Z remote: Compressing objects:  20% (1328/6637)        
2024-08-26T19:27:16.7389564Z remote: Compressing objects:  21% (1394/6637)        
2024-08-26T19:27:16.7390684Z remote: Compressing objects:  22% (1461/6637)        
2024-08-26T19:27:16.7978164Z remote: Compressing objects:  23% (1527/6637)        
2024-08-26T19:27:16.7979818Z remote: Compressing objects:  24% (1593/6637)        
2024-08-26T19:27:16.8572144Z remote: Compressing objects:  25% (1660/6637)        
2024-08-26T19:27:16.8573401Z remote: Compressing objects:  26% (1726/6637)        
2024-08-26T19:27:16.8574512Z remote: Compressing objects:  27% (1792/6637)        
2024-08-26T19:27:16.9161248Z remote: Compressing objects:  28% (1859/6637)        
2024-08-26T19:27:16.9162546Z remote: Compressing objects:  29% (1925/6637)        
2024-08-26T19:27:16.9163508Z remote: Compressing objects:  30% (1992/6637)        
2024-08-26T19:27:16.9164421Z remote: Compressing objects:  31% (2058/6637)        
2024-08-26T19:27:16.9165584Z remote: Compressing objects:  32% (2124/6637)        
2024-08-26T19:27:16.9166561Z remote: Compressing objects:  33% (2191/6637)        
2024-08-26T19:27:16.9167567Z remote: Compressing objects:  34% (2257/6637)        
2024-08-26T19:27:16.9168601Z remote: Compressing objects:  35% (2323/6637)        
2024-08-26T19:27:16.9169586Z remote: Compressing objects:  36% (2390/6637)        
2024-08-26T19:27:16.9170592Z remote: Compressing objects:  37% (2456/6637)        
2024-08-26T19:27:16.9171735Z remote: Compressing objects:  38% (2523/6637)        
2024-08-26T19:27:16.9172682Z remote: Compressing objects:  39% (2589/6637)        
2024-08-26T19:27:16.9173730Z remote: Compressing objects:  40% (2655/6637)        
2024-08-26T19:27:16.9174826Z remote: Compressing objects:  41% (2722/6637)        
2024-08-26T19:27:16.9175757Z remote: Compressing objects:  42% (2788/6637)        
2024-08-26T19:27:16.9176622Z remote: Compressing objects:  43% (2854/6637)        
2024-08-26T19:27:16.9177632Z remote: Compressing objects:  44% (2921/6637)        
2024-08-26T19:27:16.9751258Z remote: Compressing objects:  45% (2987/6637)        
2024-08-26T19:27:16.9787799Z remote: Compressing objects:  46% (3054/6637)        
2024-08-26T19:27:16.9792265Z remote: Compressing objects:  47% (3120/6637)        
2024-08-26T19:27:16.9793304Z remote: Compressing objects:  48% (3186/6637)        
2024-08-26T19:27:16.9795194Z remote: Compressing objects:  49% (3253/6637)        
2024-08-26T19:27:16.9796782Z remote: Compressing objects:  50% (3319/6637)        
2024-08-26T19:27:17.0339985Z remote: Compressing objects:  51% (3385/6637)        
2024-08-26T19:27:17.0341324Z remote: Compressing objects:  52% (3452/6637)        
2024-08-26T19:27:17.0342280Z remote: Compressing objects:  53% (3518/6637)        
2024-08-26T19:27:17.0928339Z remote: Compressing objects:  54% (3584/6637)        
2024-08-26T19:27:17.0929359Z remote: Compressing objects:  54% (3633/6637)        
2024-08-26T19:27:17.0930518Z remote: Compressing objects:  55% (3651/6637)        
2024-08-26T19:27:17.0931408Z remote: Compressing objects:  56% (3717/6637)        
2024-08-26T19:27:17.0932391Z remote: Compressing objects:  57% (3784/6637)        
2024-08-26T19:27:17.0933215Z remote: Compressing objects:  58% (3850/6637)        
2024-08-26T19:27:17.0934057Z remote: Compressing objects:  59% (3916/6637)        
2024-08-26T19:27:17.0935003Z remote: Compressing objects:  60% (3983/6637)        
2024-08-26T19:27:17.0935887Z remote: Compressing objects:  61% (4049/6637)        
2024-08-26T19:27:17.0936737Z remote: Compressing objects:  62% (4115/6637)        
2024-08-26T19:27:17.0937662Z remote: Compressing objects:  63% (4182/6637)        
2024-08-26T19:27:17.1524742Z remote: Compressing objects:  64% (4248/6637)        
2024-08-26T19:27:17.1526207Z remote: Compressing objects:  65% (4315/6637)        
2024-08-26T19:27:17.2115268Z remote: Compressing objects:  66% (4381/6637)        
2024-08-26T19:27:17.2116164Z remote: Compressing objects:  67% (4447/6637)        
2024-08-26T19:27:17.2668055Z remote: Compressing objects:  68% (4514/6637)        
2024-08-26T19:27:17.2669619Z remote: Compressing objects:  69% (4580/6637)        
2024-08-26T19:27:17.2672102Z remote: Compressing objects:  70% (4646/6637)        
2024-08-26T19:27:17.2673476Z remote: Compressing objects:  71% (4713/6637)        
2024-08-26T19:27:17.2674588Z remote: Compressing objects:  72% (4779/6637)        
2024-08-26T19:27:17.2676014Z remote: Compressing objects:  73% (4846/6637)        
2024-08-26T19:27:17.2676823Z remote: Compressing objects:  74% (4912/6637)        
2024-08-26T19:27:17.2677416Z remote: Compressing objects:  75% (4978/6637)        
2024-08-26T19:27:17.2678002Z remote: Compressing objects:  76% (5045/6637)        
2024-08-26T19:27:17.2678652Z remote: Compressing objects:  77% (5111/6637)        
2024-08-26T19:27:17.2679205Z remote: Compressing objects:  78% (5177/6637)        
2024-08-26T19:27:17.2679794Z remote: Compressing objects:  79% (5244/6637)        
2024-08-26T19:27:17.2680437Z remote: Compressing objects:  80% (5310/6637)        
2024-08-26T19:27:17.2681019Z remote: Compressing objects:  81% (5376/6637)        
2024-08-26T19:27:17.2681560Z remote: Compressing objects:  82% (5443/6637)        
2024-08-26T19:27:17.2682195Z remote: Compressing objects:  83% (5509/6637)        
2024-08-26T19:27:17.2682774Z remote: Compressing objects:  84% (5576/6637)        
2024-08-26T19:27:17.2683334Z remote: Compressing objects:  85% (5642/6637)        
2024-08-26T19:27:17.2683943Z remote: Compressing objects:  86% (5708/6637)        
2024-08-26T19:27:17.2684519Z remote: Compressing objects:  87% (5775/6637)        
2024-08-26T19:27:17.2713148Z remote: Compressing objects:  88% (5841/6637)        
2024-08-26T19:27:17.2714499Z remote: Compressing objects:  89% (5907/6637)        
2024-08-26T19:27:17.2715605Z remote: Compressing objects:  90% (5974/6637)        
2024-08-26T19:27:17.2716481Z remote: Compressing objects:  91% (6040/6637)        
2024-08-26T19:27:17.2717438Z remote: Compressing objects:  92% (6107/6637)        
2024-08-26T19:27:17.2718277Z remote: Compressing objects:  93% (6173/6637)        
2024-08-26T19:27:17.2719427Z remote: Compressing objects:  94% (6239/6637)        
2024-08-26T19:27:17.2720418Z remote: Compressing objects:  95% (6306/6637)        
2024-08-26T19:27:17.2721192Z remote: Compressing objects:  96% (6372/6637)        
2024-08-26T19:27:17.2722060Z remote: Compressing objects:  97% (6438/6637)        
2024-08-26T19:27:17.2723014Z remote: Compressing objects:  98% (6505/6637)        
2024-08-26T19:27:17.2723895Z remote: Compressing objects:  99% (6571/6637)        
2024-08-26T19:27:17.2724844Z remote: Compressing objects: 100% (6637/6637)        
2024-08-26T19:27:17.2725896Z remote: Compressing objects: 100% (6637/6637), done.        
2024-08-26T19:27:17.4126851Z Receiving objects:   0% (1/10722)
2024-08-26T19:27:17.4212836Z Receiving objects:   1% (108/10722)
2024-08-26T19:27:17.4298001Z Receiving objects:   2% (215/10722)
2024-08-26T19:27:17.4350527Z Receiving objects:   3% (322/10722)
2024-08-26T19:27:17.4413593Z Receiving objects:   4% (429/10722)
2024-08-26T19:27:17.4505158Z Receiving objects:   5% (537/10722)
2024-08-26T19:27:17.4630052Z Receiving objects:   6% (644/10722)
2024-08-26T19:27:17.4690132Z Receiving objects:   7% (751/10722)
2024-08-26T19:27:17.4730625Z Receiving objects:   8% (858/10722)
2024-08-26T19:27:17.4779842Z Receiving objects:   9% (965/10722)
2024-08-26T19:27:17.4812805Z Receiving objects:  10% (1073/10722)
2024-08-26T19:27:17.5369916Z Receiving objects:  11% (1180/10722)
2024-08-26T19:27:17.6170992Z Receiving objects:  12% (1287/10722)
2024-08-26T19:27:17.6225665Z Receiving objects:  13% (1394/10722)
2024-08-26T19:27:17.6248118Z Receiving objects:  14% (1502/10722)
2024-08-26T19:27:17.6269944Z Receiving objects:  15% (1609/10722)
2024-08-26T19:27:17.6292757Z Receiving objects:  16% (1716/10722)
2024-08-26T19:27:17.6325365Z Receiving objects:  17% (1823/10722)
2024-08-26T19:27:17.6390676Z Receiving objects:  18% (1930/10722)
2024-08-26T19:27:17.7798644Z Receiving objects:  19% (2038/10722)
2024-08-26T19:27:17.7823535Z Receiving objects:  20% (2145/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7845873Z Receiving objects:  21% (2252/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7862737Z Receiving objects:  22% (2359/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7900752Z Receiving objects:  23% (2467/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7925755Z Receiving objects:  24% (2574/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7977572Z Receiving objects:  25% (2681/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8157421Z Receiving objects:  26% (2788/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8288039Z Receiving objects:  27% (2895/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8342186Z Receiving objects:  28% (3003/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8472479Z Receiving objects:  29% (3110/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8516182Z Receiving objects:  30% (3217/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8915418Z Receiving objects:  31% (3324/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9770111Z Receiving objects:  32% (3432/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9785076Z Receiving objects:  33% (3539/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9801572Z Receiving objects:  34% (3646/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9811497Z Receiving objects:  35% (3753/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9834212Z Receiving objects:  36% (3860/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9850521Z Receiving objects:  37% (3968/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9861305Z Receiving objects:  38% (4075/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9876073Z Receiving objects:  39% (4182/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9887959Z Receiving objects:  40% (4289/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9905063Z Receiving objects:  41% (4397/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9919862Z Receiving objects:  42% (4504/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9928687Z Receiving objects:  43% (4611/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.0794314Z Receiving objects:  44% (4718/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.0800633Z Receiving objects:  45% (4825/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.1964682Z Receiving objects:  46% (4933/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2025423Z Receiving objects:  47% (5040/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2067245Z Receiving objects:  48% (5147/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2088614Z Receiving objects:  49% (5254/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2110094Z Receiving objects:  50% (5361/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2123037Z Receiving objects:  51% (5469/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2131766Z Receiving objects:  52% (5576/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2141730Z Receiving objects:  53% (5683/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2151918Z Receiving objects:  54% (5790/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2182693Z Receiving objects:  55% (5898/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2204182Z Receiving objects:  56% (6005/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2224818Z Receiving objects:  57% (6112/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2243639Z Receiving objects:  58% (6219/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2263614Z Receiving objects:  59% (6326/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2282218Z Receiving objects:  60% (6434/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2300433Z Receiving objects:  61% (6541/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2318239Z Receiving objects:  62% (6648/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2339887Z Receiving objects:  63% (6755/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2365231Z Receiving objects:  64% (6863/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2385935Z Receiving objects:  65% (6970/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2402629Z Receiving objects:  66% (7077/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2437979Z Receiving objects:  67% (7184/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2746193Z Receiving objects:  68% (7291/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2903642Z Receiving objects:  68% (7301/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.2944584Z Receiving objects:  69% (7399/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.2994028Z Receiving objects:  70% (7506/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3054862Z Receiving objects:  71% (7613/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3075474Z Receiving objects:  72% (7720/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3102899Z Receiving objects:  73% (7828/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3172209Z Receiving objects:  74% (7935/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3226849Z Receiving objects:  75% (8042/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3286829Z Receiving objects:  76% (8149/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3320074Z Receiving objects:  77% (8256/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3417569Z Receiving objects:  78% (8364/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3573708Z Receiving objects:  79% (8471/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3843277Z Receiving objects:  80% (8578/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3896368Z Receiving objects:  81% (8685/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4245868Z Receiving objects:  82% (8793/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4275833Z Receiving objects:  83% (8900/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4311726Z Receiving objects:  84% (9007/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4358402Z Receiving objects:  85% (9114/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4408336Z Receiving objects:  86% (9221/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4471016Z Receiving objects:  87% (9329/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4492832Z Receiving objects:  88% (9436/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4501482Z Receiving objects:  89% (9543/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4510925Z Receiving objects:  90% (9650/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4517850Z Receiving objects:  91% (9758/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4522970Z Receiving objects:  92% (9865/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4527940Z Receiving objects:  93% (9972/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4532534Z Receiving objects:  94% (10079/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4537011Z Receiving objects:  95% (10186/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4542097Z Receiving objects:  96% (10294/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4545972Z Receiving objects:  97% (10401/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4709904Z Receiving objects:  98% (10508/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4714043Z Receiving objects:  99% (10615/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4716119Z remote: Total 10722 (delta 4729), reused 8200 (delta 3401), pack-reused 0 (from 0)        
2024-08-26T19:27:18.4739656Z Receiving objects: 100% (10722/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4740968Z Receiving objects: 100% (10722/10722), 33.04 MiB | 27.55 MiB/s, done.
2024-08-26T19:27:18.4932321Z Resolving deltas:   0% (0/4729)
2024-08-26T19:27:18.4995317Z Resolving deltas:   1% (48/4729)
2024-08-26T19:27:18.5008673Z Resolving deltas:   2% (95/4729)
2024-08-26T19:27:18.5031572Z Resolving deltas:   3% (142/4729)
2024-08-26T19:27:18.5069719Z Resolving deltas:   4% (190/4729)
2024-08-26T19:27:18.5083125Z Resolving deltas:   5% (237/4729)
2024-08-26T19:27:18.5101171Z Resolving deltas:   6% (284/4729)
2024-08-26T19:27:18.5114913Z Resolving deltas:   7% (332/4729)
2024-08-26T19:27:18.5121920Z Resolving deltas:   8% (379/4729)
2024-08-26T19:27:18.5165376Z Resolving deltas:   9% (426/4729)
2024-08-26T19:27:18.5197849Z Resolving deltas:  10% (473/4729)
2024-08-26T19:27:18.5211790Z Resolving deltas:  11% (521/4729)
2024-08-26T19:27:18.5223668Z Resolving deltas:  12% (568/4729)
2024-08-26T19:27:18.5238985Z Resolving deltas:  13% (615/4729)
2024-08-26T19:27:18.5259126Z Resolving deltas:  14% (663/4729)
2024-08-26T19:27:18.5270311Z Resolving deltas:  15% (710/4729)
2024-08-26T19:27:18.5296657Z Resolving deltas:  16% (757/4729)
2024-08-26T19:27:18.5319366Z Resolving deltas:  17% (804/4729)
2024-08-26T19:27:18.5343587Z Resolving deltas:  18% (852/4729)
2024-08-26T19:27:18.5362271Z Resolving deltas:  19% (899/4729)
2024-08-26T19:27:18.5382279Z Resolving deltas:  20% (946/4729)
2024-08-26T19:27:18.5416031Z Resolving deltas:  21% (994/4729)
2024-08-26T19:27:18.5436122Z Resolving deltas:  22% (1041/4729)
2024-08-26T19:27:18.5450555Z Resolving deltas:  23% (1088/4729)
2024-08-26T19:27:18.5467361Z Resolving deltas:  24% (1135/4729)
2024-08-26T19:27:18.5523956Z Resolving deltas:  25% (1183/4729)
2024-08-26T19:27:18.5650911Z Resolving deltas:  26% (1230/4729)
2024-08-26T19:27:18.5683007Z Resolving deltas:  27% (1277/4729)
2024-08-26T19:27:18.5810616Z Resolving deltas:  28% (1325/4729)
2024-08-26T19:27:18.5888093Z Resolving deltas:  29% (1372/4729)
2024-08-26T19:27:18.5990157Z Resolving deltas:  30% (1419/4729)
2024-08-26T19:27:18.6017866Z Resolving deltas:  31% (1466/4729)
2024-08-26T19:27:18.6061283Z Resolving deltas:  32% (1514/4729)
2024-08-26T19:27:18.6106336Z Resolving deltas:  33% (1561/4729)
2024-08-26T19:27:18.6130914Z Resolving deltas:  34% (1608/4729)
2024-08-26T19:27:18.6211995Z Resolving deltas:  35% (1656/4729)
2024-08-26T19:27:18.6239981Z Resolving deltas:  36% (1703/4729)
2024-08-26T19:27:18.6287071Z Resolving deltas:  37% (1750/4729)
2024-08-26T19:27:18.6343818Z Resolving deltas:  38% (1798/4729)
2024-08-26T19:27:18.6402604Z Resolving deltas:  39% (1845/4729)
2024-08-26T19:27:18.6423891Z Resolving deltas:  40% (1892/4729)
2024-08-26T19:27:18.6459083Z Resolving deltas:  41% (1939/4729)
2024-08-26T19:27:18.6473409Z Resolving deltas:  42% (1987/4729)
2024-08-26T19:27:18.6485048Z Resolving deltas:  43% (2034/4729)
2024-08-26T19:27:18.6505092Z Resolving deltas:  44% (2081/4729)
2024-08-26T19:27:18.6513717Z Resolving deltas:  45% (2129/4729)
2024-08-26T19:27:18.6526230Z Resolving deltas:  46% (2176/4729)
2024-08-26T19:27:18.6532212Z Resolving deltas:  47% (2223/4729)
2024-08-26T19:27:18.6551980Z Resolving deltas:  48% (2270/4729)
2024-08-26T19:27:18.6568160Z Resolving deltas:  49% (2318/4729)
2024-08-26T19:27:18.6608549Z Resolving deltas:  50% (2365/4729)
2024-08-26T19:27:18.6637655Z Resolving deltas:  51% (2412/4729)
2024-08-26T19:27:18.6649658Z Resolving deltas:  52% (2460/4729)
2024-08-26T19:27:18.6658194Z Resolving deltas:  53% (2507/4729)
2024-08-26T19:27:18.6666879Z Resolving deltas:  54% (2554/4729)
2024-08-26T19:27:18.6673139Z Resolving deltas:  55% (2601/4729)
2024-08-26T19:27:18.6680351Z Resolving deltas:  56% (2649/4729)
2024-08-26T19:27:18.6687364Z Resolving deltas:  57% (2696/4729)
2024-08-26T19:27:18.6696297Z Resolving deltas:  58% (2743/4729)
2024-08-26T19:27:18.6701449Z Resolving deltas:  59% (2791/4729)
2024-08-26T19:27:18.6712484Z Resolving deltas:  60% (2838/4729)
2024-08-26T19:27:18.6721521Z Resolving deltas:  61% (2885/4729)
2024-08-26T19:27:18.6735002Z Resolving deltas:  62% (2932/4729)
2024-08-26T19:27:18.6747148Z Resolving deltas:  63% (2980/4729)
2024-08-26T19:27:18.6759159Z Resolving deltas:  64% (3027/4729)
2024-08-26T19:27:18.6772431Z Resolving deltas:  65% (3074/4729)
2024-08-26T19:27:18.6783788Z Resolving deltas:  66% (3122/4729)
2024-08-26T19:27:18.6794996Z Resolving deltas:  67% (3169/4729)
2024-08-26T19:27:18.6806511Z Resolving deltas:  68% (3216/4729)
2024-08-26T19:27:18.6822263Z Resolving deltas:  69% (3264/4729)
2024-08-26T19:27:18.6835900Z Resolving deltas:  70% (3311/4729)
2024-08-26T19:27:18.6850365Z Resolving deltas:  71% (3358/4729)
2024-08-26T19:27:18.6855998Z Resolving deltas:  72% (3405/4729)
2024-08-26T19:27:18.6868751Z Resolving deltas:  73% (3453/4729)
2024-08-26T19:27:18.6882270Z Resolving deltas:  74% (3500/4729)
2024-08-26T19:27:18.6895307Z Resolving deltas:  75% (3547/4729)
2024-08-26T19:27:18.6919993Z Resolving deltas:  76% (3595/4729)
2024-08-26T19:27:18.6953945Z Resolving deltas:  77% (3642/4729)
2024-08-26T19:27:18.6970083Z Resolving deltas:  78% (3689/4729)
2024-08-26T19:27:18.7002690Z Resolving deltas:  79% (3736/4729)
2024-08-26T19:27:18.7059248Z Resolving deltas:  80% (3784/4729)
2024-08-26T19:27:18.7149152Z Resolving deltas:  81% (3831/4729)
2024-08-26T19:27:18.7193827Z Resolving deltas:  82% (3878/4729)
2024-08-26T19:27:18.7215344Z Resolving deltas:  83% (3926/4729)
2024-08-26T19:27:18.7220464Z Resolving deltas:  84% (3973/4729)
2024-08-26T19:27:18.7231159Z Resolving deltas:  85% (4020/4729)
2024-08-26T19:27:18.7240484Z Resolving deltas:  86% (4067/4729)
2024-08-26T19:27:18.7249239Z Resolving deltas:  87% (4115/4729)
2024-08-26T19:27:18.7258206Z Resolving deltas:  88% (4162/4729)
2024-08-26T19:27:18.7269433Z Resolving deltas:  89% (4209/4729)
2024-08-26T19:27:18.7275689Z Resolving deltas:  90% (4257/4729)
2024-08-26T19:27:18.7283561Z Resolving deltas:  91% (4304/4729)
2024-08-26T19:27:18.7293662Z Resolving deltas:  92% (4351/4729)
2024-08-26T19:27:18.7300256Z Resolving deltas:  93% (4398/4729)
2024-08-26T19:27:18.7304528Z Resolving deltas:  94% (4446/4729)
2024-08-26T19:27:18.7308308Z Resolving deltas:  95% (4493/4729)
2024-08-26T19:27:18.7312867Z Resolving deltas:  96% (4540/4729)
2024-08-26T19:27:18.7318208Z Resolving deltas:  97% (4588/4729)
2024-08-26T19:27:18.7323209Z Resolving deltas:  98% (4635/4729)
2024-08-26T19:27:18.7368416Z Resolving deltas:  99% (4682/4729)
2024-08-26T19:27:18.7369081Z Resolving deltas: 100% (4729/4729)
2024-08-26T19:27:18.7369888Z Resolving deltas: 100% (4729/4729), done.
2024-08-26T19:27:18.8040944Z From https://github.com/nextiva-security-test/cc-server
2024-08-26T19:27:18.8049973Z  * [new ref]         3699f7d756b597b0ee155a6d7a18dd88f241fa22 -> origin/develop
2024-08-26T19:27:18.8072254Z ##[endgroup]
2024-08-26T19:27:18.8074298Z ##[group]Determining the checkout info
2024-08-26T19:27:18.8075690Z ##[endgroup]
2024-08-26T19:27:18.8076864Z ##[group]Checking out the ref
2024-08-26T19:27:18.8084935Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2024-08-26T19:27:19.7483174Z Switched to a new branch 'develop'
2024-08-26T19:27:19.7485569Z branch 'develop' set up to track 'origin/develop'.
2024-08-26T19:27:19.7530243Z ##[endgroup]
2024-08-26T19:27:19.7570706Z [command]/usr/bin/git log -1 --format='%H'
2024-08-26T19:27:19.7596738Z '3699f7d756b597b0ee155a6d7a18dd88f241fa22'
2024-08-26T19:27:19.7950011Z ##[group]Run actions/setup-python@v4
2024-08-26T19:27:19.7950455Z with:
2024-08-26T19:27:19.7950803Z   python-version: 3.x
2024-08-26T19:27:19.7951283Z   check-latest: false
2024-08-26T19:27:19.7951783Z   token: ***
2024-08-26T19:27:19.7952204Z   update-environment: true
2024-08-26T19:27:19.7952560Z   allow-prereleases: false
2024-08-26T19:27:19.7952937Z ##[endgroup]
2024-08-26T19:27:19.9211246Z ##[group]Installed versions
2024-08-26T19:27:19.9278007Z Successfully set up CPython (3.12.5)
2024-08-26T19:27:19.9279122Z ##[endgroup]
2024-08-26T19:27:19.9421104Z ##[group]Run advanced-security/policy-as-code@v2.8.0
2024-08-26T19:27:19.9421736Z with:
2024-08-26T19:27:19.9422129Z   policy: nextiva-security-test/cc-server
2024-08-26T19:27:19.9422596Z   policy-path: .github/pac-config.yml
2024-08-26T19:27:19.9423048Z   policy-branch: develop
2024-08-26T19:27:19.9423587Z   token: ***
2024-08-26T19:27:19.9423990Z   argvs: --is-github-app-token --disable-dependencies
2024-08-26T19:27:19.9424547Z   severity: error
2024-08-26T19:27:19.9424889Z   repository: nextiva-security-test/cc-server
2024-08-26T19:27:19.9425333Z   ref: refs/heads/develop
2024-08-26T19:27:19.9425762Z   action: break
2024-08-26T19:27:19.9426084Z env:
2024-08-26T19:27:19.9426439Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9427147Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib/pkgconfig
2024-08-26T19:27:19.9427768Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9428476Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9429055Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9429877Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
2024-08-26T19:27:19.9430435Z ##[endgroup]
2024-08-26T19:27:19.9702915Z ##[group]Run echo "Running Policy as Code..."
2024-08-26T19:27:19.9703515Z echo "Running Policy as Code..."
2024-08-26T19:27:19.9704657Z export PYTHONPATH=/home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0:/home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0/vendor
2024-08-26T19:27:19.9705641Z python3 -m ghascompliance \
2024-08-26T19:27:19.9706089Z   --severity "error" \
2024-08-26T19:27:19.9706584Z   --action "break" \
2024-08-26T19:27:19.9707221Z   --github-token "***" \
2024-08-26T19:27:19.9707729Z   --policy-repo-token "" \
2024-08-26T19:27:19.9708255Z   --github-repository "nextiva-security-test/cc-server" \
2024-08-26T19:27:19.9708846Z   --github-ref "refs/heads/develop" \
2024-08-26T19:27:19.9709459Z   --github-policy "nextiva-security-test/cc-server" \
2024-08-26T19:27:19.9710089Z   --github-policy-path ".github/pac-config.yml" \
2024-08-26T19:27:19.9710612Z   --github-policy-branch "develop" \
2024-08-26T19:27:19.9711197Z   --is-github-app-token --disable-dependencies
2024-08-26T19:27:19.9972673Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2024-08-26T19:27:19.9973466Z env:
2024-08-26T19:27:19.9973844Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9974537Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib/pkgconfig
2024-08-26T19:27:19.9975263Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9975842Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9976392Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9977041Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
2024-08-26T19:27:19.9977534Z ##[endgroup]
2024-08-26T19:27:20.0150330Z Running Policy as Code...
2024-08-26T19:27:20.0627129Z /home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0/ghascompliance/__version__.py:35: SyntaxWarning: invalid escape sequence '\|'
2024-08-26T19:27:20.0628819Z   """
2024-08-26T19:27:20.5353365Z INFO:root:GitHub Repository :: nextiva-security-test/cc-server
2024-08-26T19:27:20.5355186Z INFO:root:GitHub Instance :: https://github.com
2024-08-26T19:27:20.5356695Z INFO:root:GitHub Reference (branch/pr) :: refs/heads/develop
2024-08-26T19:27:20.5359189Z INFO:root:Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-08-26T19:27:20.5361239Z INFO:root:Cloning policy repo - nextiva-security-test/cc-server@develop
2024-08-26T19:27:24.7660591Z INFO:root:Loading policy file - /tmp/repo/.github/pac-config.yml
2024-08-26T19:27:24.7676859Z INFO:root:Policy loaded successfully
2024-08-26T19:27:24.7678434Z INFO:root:Saving Policy...
2024-08-26T19:27:24.7680558Z INFO:root:Policy saved
2024-08-26T19:27:24.7681699Z INFO:root:Finished loading policy
2024-08-26T19:27:24.7682636Z INFO:root:Policy as Code Summary:
2024-08-26T19:27:24.7683307Z INFO:root:
2024-08-26T19:27:24.7686755Z INFO:root:name: Default Policy
2024-08-26T19:27:24.7688388Z INFO:root:codescanning: 'critical'
2024-08-26T19:27:24.7689717Z INFO:root:dependabot: 'high'
2024-08-26T19:27:24.7691034Z INFO:root:licensing: 'None'
2024-08-26T19:27:24.7692438Z INFO:root:secretscanning: 'all'
2024-08-26T19:27:24.7693638Z INFO:root:general: 'error'
2024-08-26T19:27:24.7695061Z INFO:root:dependencies: 'error'
2024-08-26T19:27:24.7696098Z INFO:root:```
2024-08-26T19:27:25.5487478Z INFO:root:Total Code Scanning Alerts :: 162
2024-08-26T19:27:25.5576839Z INFO:root:Code Scanning violations :: 47
2024-08-26T19:27:37.9017262Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-08-26T19:27:37.9021675Z ERROR:ghastoolkit.octokit:GraphQL Content :: b'{\n   "data": null,\n   "errors":[\n      {\n         "message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `FA83:23AD1C:B60264:B75108:66CCD71F` when reporting this issue."\n      }\n   ]\n}\n'
2024-08-26T19:27:37.9046940Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-08-26T19:27:37.9047828Z ERROR:root:Failed to get data from GraphQL API
2024-08-26T19:27:37.9048136Z 
2024-08-26T19:27:37.9048880Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-08-26T19:27:37.9049794Z  _____  _   _   ___   _____ _____                       _ _                      
2024-08-26T19:27:37.9050390Z |  __ \| | | | / _ \ /  ___/  __ \                     | (_)                     
2024-08-26T19:27:37.9051171Z | |  \/| |_| |/ /_\ \\ `--.| /  \/ ___  _ __ ___  _ __ | |_  __ _ _ __   ___ ___ 
2024-08-26T19:27:37.9051839Z | | __ |  _  ||  _  | `--. \ |    / _ \| '_ ` _ \| '_ \| | |/ _` | '_ \ / __/ _ \
2024-08-26T19:27:37.9052409Z | |_\ \| | | || | | |/\__/ / \__/\ (_) | | | | | | |_) | | | (_| | | | | (_|  __/
2024-08-26T19:27:37.9053122Z  \____/\_| |_/\_| |_/\____/ \____/\___/|_| |_| |_| .__/|_|_|\__,_|_| |_|\___\___|
2024-08-26T19:27:37.9053690Z                                                  | |                             
2024-08-26T19:27:37.9054209Z                                                  |_|         v2.8.0
2024-08-26T19:27:37.9054821Z     GitHub Advanced Security Policy as Code by GeekMasher
2024-08-26T19:27:37.9055153Z 
2024-08-26T19:27:37.9055435Z GitHub Repository :: nextiva-security-test/cc-server
2024-08-26T19:27:37.9055963Z GitHub Instance :: https://github.com
2024-08-26T19:27:37.9056510Z GitHub Reference (branch/pr) :: refs/heads/develop
2024-08-26T19:27:37.9057481Z ##[group]Policy as Code
2024-08-26T19:27:37.9058368Z Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-08-26T19:27:37.9059682Z Cloning policy repo - nextiva-security-test/cc-server@develop
2024-08-26T19:27:37.9060353Z Loading policy file - /tmp/repo/.github/pac-config.yml
2024-08-26T19:27:37.9060930Z Policy loaded successfully
2024-08-26T19:27:37.9061318Z Saving Policy...
2024-08-26T19:27:37.9061616Z Policy saved
2024-08-26T19:27:37.9062016Z Finished loading policy
2024-08-26T19:27:37.9062400Z Policy as Code Summary:
2024-08-26T19:27:37.9062731Z ```
2024-08-26T19:27:37.9063051Z name: Default Policy
2024-08-26T19:27:37.9063446Z codescanning: 'critical'
2024-08-26T19:27:37.9063830Z dependabot: 'high'
2024-08-26T19:27:37.9064227Z licensing: 'None'
2024-08-26T19:27:37.9064604Z secretscanning: 'all'
2024-08-26T19:27:37.9064968Z general: 'error'
2024-08-26T19:27:37.9065402Z dependencies: 'error'
2024-08-26T19:27:37.9065694Z ```
2024-08-26T19:27:37.9066285Z ##[endgroup]
2024-08-26T19:27:37.9066824Z ##[group]Code Scanning Results
2024-08-26T19:27:37.9067474Z Total Code Scanning Alerts :: 162
2024-08-26T19:27:37.9068008Z Code Scanning violations :: 47
2024-08-26T19:27:37.9068579Z ##[endgroup]
2024-08-26T19:27:37.9069185Z ##[group]Dependabot Results
2024-08-26T19:27:37.9096300Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-08-26T19:27:37.9098057Z ##[error]Failed to get data from GraphQL API
2024-08-26T19:27:37.9098404Z 
2024-08-26T19:27:37.9099337Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-08-26T19:27:49.1159791Z INFO:root:Loaded extra licensing information :: 9459
2024-08-26T19:27:49.1165076Z INFO:root:Total Dependencies in Graph :: 2565
2024-08-26T19:27:49.1197241Z WARNING:root:Dependency License Warning :: nextiva-security-test/cc-server = None
2024-08-26T19:27:49.1198558Z WARNING:root:Dependency License Warning :: abab = None
2024-08-26T19:27:49.1199784Z WARNING:root:Dependency License Warning :: abbrev = Other
2024-08-26T19:27:49.1200926Z WARNING:root:Dependency License Warning :: acorn = None
2024-08-26T19:27:49.1202081Z WARNING:root:Dependency License Warning :: agent-base = None
2024-08-26T19:27:49.1203865Z WARNING:root:Dependency License Warning :: argparse = Other
2024-08-26T19:27:49.1204820Z WARNING:root:Dependency License Warning :: bl = Other
2024-08-26T19:27:49.1205778Z WARNING:root:Dependency License Warning :: buffer = None
2024-08-26T19:27:49.1207115Z WARNING:root:Dependency License Warning :: chrome-trace-event = Other
2024-08-26T19:27:49.1286950Z WARNING:root:Dependency License Warning :: commondir = None
2024-08-26T19:27:49.1288630Z WARNING:root:Dependency License Warning :: concat-map = None
2024-08-26T19:27:49.1289800Z WARNING:root:Dependency License Warning :: default-gateway = None
2024-08-26T19:27:49.1290827Z WARNING:root:Dependency License Warning :: esrecurse = Other
2024-08-26T19:27:49.1292258Z WARNING:root:Dependency License Warning :: fast-json-stable-stringify = Other
2024-08-26T19:27:49.1293567Z WARNING:root:Dependency License Warning :: faye-websocket = Other
2024-08-26T19:27:49.1294620Z WARNING:root:Dependency License Warning :: lodash = Other
2024-08-26T19:27:49.1296087Z WARNING:root:Dependency License Warning :: %40nicolo-ribaudo/eslint-scope-5-internals = None
2024-08-26T19:27:49.1297883Z WARNING:root:Dependency License Warning :: are-we-there-yet = Other
2024-08-26T19:27:49.1299205Z WARNING:root:Dependency License Warning :: atob = None
2024-08-26T19:27:49.1300303Z WARNING:root:Dependency License Warning :: pdfmake = Other
2024-08-26T19:27:49.1302572Z WARNING:root:Dependency License Warning :: rgbcolor = None
2024-08-26T19:27:49.1303830Z WARNING:root:Dependency License Warning :: rxjs-compat = None
2024-08-26T19:27:49.1305157Z WARNING:root:Dependency License Warning :: file-system = None
2024-08-26T19:27:49.1306186Z WARNING:root:Dependency License Warning :: primeng = Other
2024-08-26T19:27:49.1308701Z WARNING:root:Dependency License Warning :: %40amcharts/amcharts4 = None
2024-08-26T19:27:49.1309731Z WARNING:root:Dependency License Warning :: gojs = Other
2024-08-26T19:27:49.1310440Z WARNING:root:Dependency License Warning :: ace-builds = None
2024-08-26T19:27:49.1311260Z WARNING:root:Dependency License Warning :: froala-editor = Other
2024-08-26T19:27:49.1312000Z WARNING:root:Dependency License Warning :: angular-froala-wysiwyg = None
2024-08-26T19:27:49.1312695Z WARNING:root:Dependency License Warning :: react-icons = Other
2024-08-26T19:27:49.1313560Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-light-svg-icons = None
2024-08-26T19:27:49.1314498Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-regular-svg-icons = None
2024-08-26T19:27:49.1315399Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-solid-svg-icons = None
2024-08-26T19:27:49.1316312Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-duotone-svg-icons = None
2024-08-26T19:27:49.1317550Z WARNING:root:Dependency License Warning :: %40nextiva/next-ui-components = None
2024-08-26T19:27:49.1318356Z WARNING:root:Dependency License Warning :: %40nextiva/ncx-admin = None
2024-08-26T19:27:49.1319143Z WARNING:root:Dependency License Warning :: %40nextiva/softphone = None
2024-08-26T19:27:49.1319837Z WARNING:root:Dependency License Warning :: thrio-widgets = None
2024-08-26T19:27:49.1320399Z INFO:root:Dependency Graph violations :: 2
2024-08-26T19:27:49.7506200Z INFO:root:Total Secret Scanning Alerts :: 37
2024-08-26T19:27:49.7514453Z INFO:root:Secret Scanning violations :: 37
2024-08-26T19:27:49.7523903Z INFO:root:Total unacceptable alerts :: 87
2024-08-26T19:27:49.7524870Z ERROR:root:Unacceptable Threshold of Risk has been hit!
2024-08-26T19:27:49.7526426Z ##[group]Dependency Graph Results - Licensing
2024-08-26T19:27:49.7527344Z Loaded extra licensing information :: 9459
2024-08-26T19:27:49.7528010Z Total Dependencies in Graph :: 2565
2024-08-26T19:27:49.7533120Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: nextiva-security-test/cc-server = None
2024-08-26T19:27:49.7535681Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: abab = None
2024-08-26T19:27:49.7537927Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: abbrev = Other
2024-08-26T19:27:49.7541080Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: acorn = None
2024-08-26T19:27:49.7543545Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: agent-base = None
2024-08-26T19:27:49.7545898Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: argparse = Other
2024-08-26T19:27:49.7548056Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: bl = Other
2024-08-26T19:27:49.7550220Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: buffer = None
2024-08-26T19:27:49.7552668Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: chrome-trace-event = Other
2024-08-26T19:27:49.7555056Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: commondir = None
2024-08-26T19:27:49.7557477Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: concat-map = None
2024-08-26T19:27:49.7560037Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: default-gateway = None
2024-08-26T19:27:49.7562531Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: esrecurse = Other
2024-08-26T19:27:49.7565330Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: fast-json-stable-stringify = Other
2024-08-26T19:27:49.7568048Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: faye-websocket = Other
2024-08-26T19:27:49.7570497Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: lodash = Other
2024-08-26T19:27:49.7573509Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nicolo-ribaudo/eslint-scope-5-internals = None
2024-08-26T19:27:49.7576374Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: are-we-there-yet = Other
2024-08-26T19:27:49.7579283Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: atob = None
2024-08-26T19:27:49.7581459Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: pdfmake = Other
2024-08-26T19:27:49.7583828Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: rgbcolor = None
2024-08-26T19:27:49.7586442Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: rxjs-compat = None
2024-08-26T19:27:49.7589138Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: file-system = None
2024-08-26T19:27:49.7591609Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: primeng = Other
2024-08-26T19:27:49.7594218Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40amcharts/amcharts4 = None
2024-08-26T19:27:49.7596568Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: gojs = Other
2024-08-26T19:27:49.7599202Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: ace-builds = None
2024-08-26T19:27:49.7602156Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: froala-editor = Other
2024-08-26T19:27:49.7605023Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: angular-froala-wysiwyg = None
2024-08-26T19:27:49.7607841Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: react-icons = Other
2024-08-26T19:27:49.7610976Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-light-svg-icons = None
2024-08-26T19:27:49.7614262Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-regular-svg-icons = None
2024-08-26T19:27:49.7617417Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-solid-svg-icons = None
2024-08-26T19:27:49.7621451Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-duotone-svg-icons = None
2024-08-26T19:27:49.7624563Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/next-ui-components = None
2024-08-26T19:27:49.7627142Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/ncx-admin = None
2024-08-26T19:27:49.7629747Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/softphone = None
2024-08-26T19:27:49.7632811Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: thrio-widgets = None
2024-08-26T19:27:49.7633902Z Dependency Graph violations :: 2
2024-08-26T19:27:49.7634965Z ##[endgroup]
2024-08-26T19:27:49.7635860Z ##[group]Secret Scanning Results
2024-08-26T19:27:49.7636509Z Total Secret Scanning Alerts :: 37
2024-08-26T19:27:49.7637292Z Secret Scanning violations :: 37
2024-08-26T19:27:49.7638225Z ##[endgroup]
2024-08-26T19:27:49.7639164Z ##[endgroup]
2024-08-26T19:27:49.7640049Z ##[group]Summary
2024-08-26T19:27:49.7640718Z Total unacceptable alerts :: 87
2024-08-26T19:27:49.7642405Z ##[error]Unacceptable Threshold of Risk has been hit!
2024-08-26T19:27:49.7791470Z ##[error]Process completed with exit code 1.
2024-08-26T19:27:49.7894330Z Post job cleanup.
2024-08-26T19:27:49.8672297Z [command]/usr/bin/git version
2024-08-26T19:27:49.8713947Z git version 2.46.0
2024-08-26T19:27:49.8761070Z Temporarily overriding HOME='/home/runner/work/_temp/8b6f80fe-ad31-4348-9377-b2b4047c6619' before making global git config changes
2024-08-26T19:27:49.8763374Z Adding repository directory to the temporary git global config as a safe directory
2024-08-26T19:27:49.8765991Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-08-26T19:27:49.8810069Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-08-26T19:27:49.8841798Z [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' || :"
2024-08-26T19:27:49.9131013Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-26T19:27:49.9169680Z http.https://github.com/.extraheader
2024-08-26T19:27:49.9174951Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-08-26T19:27:49.9213450Z [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' || :"
2024-08-26T19:27:49.9749113Z Cleaning up orphan processes

Code of Conduct

GeekMasher commented 2 months ago

@tr1shul thanks for reporting this bug. You are the 4th person to bring it up. It is a problem with the GraphQL query we are using to get licence information.

I plan on having a patch out for this along with a Code Scanning bug fix next week.

tr1shul commented 1 month ago

@GeekMasher thank you. Any update on this fix?

GeekMasher commented 1 month ago

@tr1shul Please upgrade to v2.9.0 and let me know if everything works

tr1shul commented 1 month ago

@GeekMasher Still getting the error, here's the raw logs:


2024-09-23T15:17:59.8294004Z ##[group]Operating System
2024-09-23T15:17:59.8294662Z Ubuntu
2024-09-23T15:17:59.8295020Z 22.04.5
2024-09-23T15:17:59.8295411Z LTS
2024-09-23T15:17:59.8295715Z ##[endgroup]
2024-09-23T15:17:59.8296104Z ##[group]Runner Image
2024-09-23T15:17:59.8296584Z Image: ubuntu-22.04
2024-09-23T15:17:59.8296996Z Version: 20240915.1.0
2024-09-23T15:17:59.8298172Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240915.1/images/ubuntu/Ubuntu2204-Readme.md
2024-09-23T15:17:59.8299686Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240915.1
2024-09-23T15:17:59.8300565Z ##[endgroup]
2024-09-23T15:17:59.8300965Z ##[group]Runner Image Provisioner
2024-09-23T15:17:59.8301463Z 2.0.384.1
2024-09-23T15:17:59.8301823Z ##[endgroup]
2024-09-23T15:17:59.8316611Z ##[group]GITHUB_TOKEN Permissions
2024-09-23T15:17:59.8318377Z Contents: read
2024-09-23T15:17:59.8318924Z Metadata: read
2024-09-23T15:17:59.8319449Z Packages: read
2024-09-23T15:17:59.8320006Z ##[endgroup]
2024-09-23T15:17:59.8323193Z Secret source: Actions
2024-09-23T15:17:59.8323767Z Prepare workflow directory
2024-09-23T15:17:59.8948972Z Prepare all required actions
2024-09-23T15:17:59.9124421Z Getting action download info
2024-09-23T15:18:00.1724290Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-09-23T15:18:00.3154095Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
2024-09-23T15:18:00.3862966Z Download action repository 'advanced-security/policy-as-code@v2.9.0' (SHA:c5dff3b33e49176359f48b91c3d3906be0eaee7b)
2024-09-23T15:18:01.1996425Z Complete job name: Enforce Policies using GHAS Policy-as-Code
2024-09-23T15:18:01.2917317Z ##[group]Run actions/checkout@v3
2024-09-23T15:18:01.2918282Z with:
2024-09-23T15:18:01.2918763Z   repository: nextiva-security-test/cc-server
2024-09-23T15:18:01.2919531Z   token: ***
2024-09-23T15:18:01.2919966Z   ssh-strict: true
2024-09-23T15:18:01.2920421Z   persist-credentials: true
2024-09-23T15:18:01.2920859Z   clean: true
2024-09-23T15:18:01.2921298Z   sparse-checkout-cone-mode: true
2024-09-23T15:18:01.2921749Z   fetch-depth: 1
2024-09-23T15:18:01.2922121Z   fetch-tags: false
2024-09-23T15:18:01.2922541Z   lfs: false
2024-09-23T15:18:01.2922873Z   submodules: false
2024-09-23T15:18:01.2923273Z   set-safe-directory: true
2024-09-23T15:18:01.2923775Z ##[endgroup]
2024-09-23T15:18:01.5475331Z Syncing repository: nextiva-security-test/cc-server
2024-09-23T15:18:01.5477904Z ##[group]Getting Git version info
2024-09-23T15:18:01.5478841Z Working directory is '/home/runner/work/cc-server/cc-server'
2024-09-23T15:18:01.5481401Z [command]/usr/bin/git version
2024-09-23T15:18:01.5554010Z git version 2.46.0
2024-09-23T15:18:01.5585725Z ##[endgroup]
2024-09-23T15:18:01.5616277Z Temporarily overriding HOME='/home/runner/work/_temp/b927e8ae-0e75-49ae-9f3a-c85329dbadd4' before making global git config changes
2024-09-23T15:18:01.5619149Z Adding repository directory to the temporary git global config as a safe directory
2024-09-23T15:18:01.5622183Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-09-23T15:18:01.5668634Z Deleting the contents of '/home/runner/work/cc-server/cc-server'
2024-09-23T15:18:01.5672061Z ##[group]Initializing the repository
2024-09-23T15:18:01.5675419Z [command]/usr/bin/git init /home/runner/work/cc-server/cc-server
2024-09-23T15:18:01.5759818Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-09-23T15:18:01.5762057Z hint: is subject to change. To configure the initial branch name to use in all
2024-09-23T15:18:01.5763693Z hint: of your new repositories, which will suppress this warning, call:
2024-09-23T15:18:01.5766097Z hint:
2024-09-23T15:18:01.5766951Z hint:  git config --global init.defaultBranch <name>
2024-09-23T15:18:01.5767923Z hint:
2024-09-23T15:18:01.5769035Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-09-23T15:18:01.5771769Z hint: 'development'. The just-created branch can be renamed via this command:
2024-09-23T15:18:01.5773017Z hint:
2024-09-23T15:18:01.5773689Z hint:  git branch -m <name>
2024-09-23T15:18:01.5775773Z Initialized empty Git repository in /home/runner/work/cc-server/cc-server/.git/
2024-09-23T15:18:01.5783656Z [command]/usr/bin/git remote add origin https://github.com/nextiva-security-test/cc-server
2024-09-23T15:18:01.5837882Z ##[endgroup]
2024-09-23T15:18:01.5840402Z ##[group]Disabling automatic garbage collection
2024-09-23T15:18:01.5841633Z [command]/usr/bin/git config --local gc.auto 0
2024-09-23T15:18:01.5869382Z ##[endgroup]
2024-09-23T15:18:01.5872565Z ##[group]Setting up auth
2024-09-23T15:18:01.5875288Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-09-23T15:18:01.5907205Z [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' || :"
2024-09-23T15:18:01.6302599Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-09-23T15:18:01.6322703Z [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' || :"
2024-09-23T15:18:01.6557204Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-09-23T15:18:01.6594063Z ##[endgroup]
2024-09-23T15:18:01.6595412Z ##[group]Fetching the repository
2024-09-23T15:18:01.6605891Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8:refs/remotes/origin/develop
2024-09-23T15:18:02.1436068Z remote: Enumerating objects: 10722, done.        
2024-09-23T15:18:02.1437055Z remote: Counting objects:   0% (1/10722)        
2024-09-23T15:18:02.1438331Z remote: Counting objects:   1% (108/10722)        
2024-09-23T15:18:02.1439151Z remote: Counting objects:   2% (215/10722)        
2024-09-23T15:18:02.1440120Z remote: Counting objects:   3% (322/10722)        
2024-09-23T15:18:02.1440979Z remote: Counting objects:   4% (429/10722)        
2024-09-23T15:18:02.1441805Z remote: Counting objects:   5% (537/10722)        
2024-09-23T15:18:02.1442671Z remote: Counting objects:   6% (644/10722)        
2024-09-23T15:18:02.1443327Z remote: Counting objects:   7% (751/10722)        
2024-09-23T15:18:02.1443826Z remote: Counting objects:   8% (858/10722)        
2024-09-23T15:18:02.1444407Z remote: Counting objects:   9% (965/10722)        
2024-09-23T15:18:02.1444900Z remote: Counting objects:  10% (1073/10722)        
2024-09-23T15:18:02.1464340Z remote: Counting objects:  11% (1180/10722)        
2024-09-23T15:18:02.1465657Z remote: Counting objects:  12% (1287/10722)        
2024-09-23T15:18:02.1466576Z remote: Counting objects:  13% (1394/10722)        
2024-09-23T15:18:02.1467448Z remote: Counting objects:  14% (1502/10722)        
2024-09-23T15:18:02.1468833Z remote: Counting objects:  15% (1609/10722)        
2024-09-23T15:18:02.1469729Z remote: Counting objects:  16% (1716/10722)        
2024-09-23T15:18:02.1470702Z remote: Counting objects:  17% (1823/10722)        
2024-09-23T15:18:02.1471588Z remote: Counting objects:  18% (1930/10722)        
2024-09-23T15:18:02.1472468Z remote: Counting objects:  19% (2038/10722)        
2024-09-23T15:18:02.1473330Z remote: Counting objects:  20% (2145/10722)        
2024-09-23T15:18:02.1474201Z remote: Counting objects:  21% (2252/10722)        
2024-09-23T15:18:02.1474987Z remote: Counting objects:  22% (2359/10722)        
2024-09-23T15:18:02.1475902Z remote: Counting objects:  23% (2467/10722)        
2024-09-23T15:18:02.1476737Z remote: Counting objects:  24% (2574/10722)        
2024-09-23T15:18:02.1477860Z remote: Counting objects:  25% (2681/10722)        
2024-09-23T15:18:02.1478724Z remote: Counting objects:  26% (2788/10722)        
2024-09-23T15:18:02.1479990Z remote: Counting objects:  27% (2895/10722)        
2024-09-23T15:18:02.1480941Z remote: Counting objects:  28% (3003/10722)        
2024-09-23T15:18:02.1481769Z remote: Counting objects:  29% (3110/10722)        
2024-09-23T15:18:02.1482533Z remote: Counting objects:  30% (3217/10722)        
2024-09-23T15:18:02.1483330Z remote: Counting objects:  31% (3324/10722)        
2024-09-23T15:18:02.1484093Z remote: Counting objects:  32% (3432/10722)        
2024-09-23T15:18:02.1484606Z remote: Counting objects:  33% (3539/10722)        
2024-09-23T15:18:02.1485186Z remote: Counting objects:  34% (3646/10722)        
2024-09-23T15:18:02.1485685Z remote: Counting objects:  35% (3753/10722)        
2024-09-23T15:18:02.1510863Z remote: Counting objects:  36% (3860/10722)        
2024-09-23T15:18:02.1512485Z remote: Counting objects:  37% (3968/10722)        
2024-09-23T15:18:02.1513504Z remote: Counting objects:  38% (4075/10722)        
2024-09-23T15:18:02.1514465Z remote: Counting objects:  39% (4182/10722)        
2024-09-23T15:18:02.1515373Z remote: Counting objects:  40% (4289/10722)        
2024-09-23T15:18:02.1516205Z remote: Counting objects:  41% (4397/10722)        
2024-09-23T15:18:02.1517053Z remote: Counting objects:  42% (4504/10722)        
2024-09-23T15:18:02.1518277Z remote: Counting objects:  43% (4611/10722)        
2024-09-23T15:18:02.1519100Z remote: Counting objects:  44% (4718/10722)        
2024-09-23T15:18:02.1519927Z remote: Counting objects:  45% (4825/10722)        
2024-09-23T15:18:02.1520837Z remote: Counting objects:  46% (4933/10722)        
2024-09-23T15:18:02.1521542Z remote: Counting objects:  47% (5040/10722)        
2024-09-23T15:18:02.1522274Z remote: Counting objects:  48% (5147/10722)        
2024-09-23T15:18:02.1522917Z remote: Counting objects:  49% (5254/10722)        
2024-09-23T15:18:02.1523445Z remote: Counting objects:  50% (5361/10722)        
2024-09-23T15:18:02.1524015Z remote: Counting objects:  51% (5469/10722)        
2024-09-23T15:18:02.1524518Z remote: Counting objects:  52% (5576/10722)        
2024-09-23T15:18:02.1525023Z remote: Counting objects:  53% (5683/10722)        
2024-09-23T15:18:02.1525578Z remote: Counting objects:  54% (5790/10722)        
2024-09-23T15:18:02.1526098Z remote: Counting objects:  55% (5898/10722)        
2024-09-23T15:18:02.1526564Z remote: Counting objects:  56% (6005/10722)        
2024-09-23T15:18:02.1531580Z remote: Counting objects:  57% (6112/10722)        
2024-09-23T15:18:02.1532881Z remote: Counting objects:  58% (6219/10722)        
2024-09-23T15:18:02.1533792Z remote: Counting objects:  59% (6326/10722)        
2024-09-23T15:18:02.1534731Z remote: Counting objects:  60% (6434/10722)        
2024-09-23T15:18:02.1535281Z remote: Counting objects:  61% (6541/10722)        
2024-09-23T15:18:02.1535795Z remote: Counting objects:  62% (6648/10722)        
2024-09-23T15:18:02.1536374Z remote: Counting objects:  63% (6755/10722)        
2024-09-23T15:18:02.1536881Z remote: Counting objects:  64% (6863/10722)        
2024-09-23T15:18:02.1537339Z remote: Counting objects:  65% (6970/10722)        
2024-09-23T15:18:02.1538287Z remote: Counting objects:  66% (7077/10722)        
2024-09-23T15:18:02.1538835Z remote: Counting objects:  67% (7184/10722)        
2024-09-23T15:18:02.1539341Z remote: Counting objects:  68% (7291/10722)        
2024-09-23T15:18:02.1539881Z remote: Counting objects:  69% (7399/10722)        
2024-09-23T15:18:02.1540388Z remote: Counting objects:  70% (7506/10722)        
2024-09-23T15:18:02.1540900Z remote: Counting objects:  71% (7613/10722)        
2024-09-23T15:18:02.1541442Z remote: Counting objects:  72% (7720/10722)        
2024-09-23T15:18:02.1541924Z remote: Counting objects:  73% (7828/10722)        
2024-09-23T15:18:02.1542465Z remote: Counting objects:  74% (7935/10722)        
2024-09-23T15:18:02.1543023Z remote: Counting objects:  75% (8042/10722)        
2024-09-23T15:18:02.1543519Z remote: Counting objects:  76% (8149/10722)        
2024-09-23T15:18:02.1554602Z remote: Counting objects:  77% (8256/10722)        
2024-09-23T15:18:02.1555729Z remote: Counting objects:  78% (8364/10722)        
2024-09-23T15:18:02.1556744Z remote: Counting objects:  79% (8471/10722)        
2024-09-23T15:18:02.1557923Z remote: Counting objects:  80% (8578/10722)        
2024-09-23T15:18:02.1558784Z remote: Counting objects:  81% (8685/10722)        
2024-09-23T15:18:02.1559655Z remote: Counting objects:  82% (8793/10722)        
2024-09-23T15:18:02.1560547Z remote: Counting objects:  83% (8900/10722)        
2024-09-23T15:18:02.1561209Z remote: Counting objects:  84% (9007/10722)        
2024-09-23T15:18:02.1561706Z remote: Counting objects:  85% (9114/10722)        
2024-09-23T15:18:02.1562293Z remote: Counting objects:  86% (9221/10722)        
2024-09-23T15:18:02.1562843Z remote: Counting objects:  87% (9329/10722)        
2024-09-23T15:18:02.1563358Z remote: Counting objects:  88% (9436/10722)        
2024-09-23T15:18:02.1563878Z remote: Counting objects:  89% (9543/10722)        
2024-09-23T15:18:02.1564417Z remote: Counting objects:  90% (9650/10722)        
2024-09-23T15:18:02.1564940Z remote: Counting objects:  91% (9758/10722)        
2024-09-23T15:18:02.1565498Z remote: Counting objects:  92% (9865/10722)        
2024-09-23T15:18:02.1565983Z remote: Counting objects:  93% (9972/10722)        
2024-09-23T15:18:02.1566494Z remote: Counting objects:  94% (10079/10722)        
2024-09-23T15:18:02.1567084Z remote: Counting objects:  95% (10186/10722)        
2024-09-23T15:18:02.1567992Z remote: Counting objects:  96% (10294/10722)        
2024-09-23T15:18:02.1568544Z remote: Counting objects:  97% (10401/10722)        
2024-09-23T15:18:02.1569124Z remote: Counting objects:  98% (10508/10722)        
2024-09-23T15:18:02.2051331Z remote: Counting objects:  99% (10615/10722)        
2024-09-23T15:18:02.2052620Z remote: Counting objects: 100% (10722/10722)        
2024-09-23T15:18:02.2054024Z remote: Counting objects: 100% (10722/10722), done.        
2024-09-23T15:18:02.2054910Z remote: Compressing objects:   0% (1/6637)        
2024-09-23T15:18:02.2055785Z remote: Compressing objects:   1% (67/6637)        
2024-09-23T15:18:02.2056734Z remote: Compressing objects:   2% (133/6637)        
2024-09-23T15:18:02.2057515Z remote: Compressing objects:   3% (200/6637)        
2024-09-23T15:18:02.2058504Z remote: Compressing objects:   4% (266/6637)        
2024-09-23T15:18:02.2094805Z remote: Compressing objects:   5% (332/6637)        
2024-09-23T15:18:02.2139446Z remote: Compressing objects:   6% (399/6637)        
2024-09-23T15:18:02.2682349Z remote: Compressing objects:   7% (465/6637)        
2024-09-23T15:18:02.2683270Z remote: Compressing objects:   8% (531/6637)        
2024-09-23T15:18:02.2684219Z remote: Compressing objects:   9% (598/6637)        
2024-09-23T15:18:02.2684892Z remote: Compressing objects:  10% (664/6637)        
2024-09-23T15:18:02.3189741Z remote: Compressing objects:  11% (731/6637)        
2024-09-23T15:18:02.3192593Z remote: Compressing objects:  12% (797/6637)        
2024-09-23T15:18:02.3193505Z remote: Compressing objects:  13% (863/6637)        
2024-09-23T15:18:02.3194276Z remote: Compressing objects:  14% (930/6637)        
2024-09-23T15:18:02.4211659Z remote: Compressing objects:  15% (996/6637)        
2024-09-23T15:18:02.4212935Z remote: Compressing objects:  16% (1062/6637)        
2024-09-23T15:18:02.4799266Z remote: Compressing objects:  17% (1129/6637)        
2024-09-23T15:18:02.5360063Z remote: Compressing objects:  18% (1195/6637)        
2024-09-23T15:18:02.5948568Z remote: Compressing objects:  19% (1262/6637)        
2024-09-23T15:18:02.9427223Z remote: Compressing objects:  20% (1328/6637)        
2024-09-23T15:18:02.9434115Z remote: Compressing objects:  21% (1394/6637)        
2024-09-23T15:18:02.9435071Z remote: Compressing objects:  22% (1461/6637)        
2024-09-23T15:18:03.2321403Z remote: Compressing objects:  23% (1527/6637)        
2024-09-23T15:18:03.2322853Z remote: Compressing objects:  24% (1593/6637)        
2024-09-23T15:18:03.2324403Z remote: Compressing objects:  25% (1660/6637)        
2024-09-23T15:18:03.2325432Z remote: Compressing objects:  26% (1726/6637)        
2024-09-23T15:18:03.2326607Z remote: Compressing objects:  26% (1747/6637)        
2024-09-23T15:18:03.2327577Z remote: Compressing objects:  27% (1792/6637)        
2024-09-23T15:18:03.2330069Z remote: Compressing objects:  28% (1859/6637)        
2024-09-23T15:18:03.2331162Z remote: Compressing objects:  29% (1925/6637)        
2024-09-23T15:18:03.2332159Z remote: Compressing objects:  30% (1992/6637)        
2024-09-23T15:18:03.2333140Z remote: Compressing objects:  31% (2058/6637)        
2024-09-23T15:18:03.2334291Z remote: Compressing objects:  32% (2124/6637)        
2024-09-23T15:18:03.2335297Z remote: Compressing objects:  33% (2191/6637)        
2024-09-23T15:18:03.2336304Z remote: Compressing objects:  34% (2257/6637)        
2024-09-23T15:18:03.2337354Z remote: Compressing objects:  35% (2323/6637)        
2024-09-23T15:18:03.2338596Z remote: Compressing objects:  36% (2390/6637)        
2024-09-23T15:18:03.2339493Z remote: Compressing objects:  37% (2456/6637)        
2024-09-23T15:18:03.2340528Z remote: Compressing objects:  38% (2523/6637)        
2024-09-23T15:18:03.2341590Z remote: Compressing objects:  39% (2589/6637)        
2024-09-23T15:18:03.2342638Z remote: Compressing objects:  40% (2655/6637)        
2024-09-23T15:18:03.2343611Z remote: Compressing objects:  41% (2722/6637)        
2024-09-23T15:18:03.2344638Z remote: Compressing objects:  42% (2788/6637)        
2024-09-23T15:18:03.2886907Z remote: Compressing objects:  43% (2854/6637)        
2024-09-23T15:18:03.2888829Z remote: Compressing objects:  44% (2921/6637)        
2024-09-23T15:18:03.2890223Z remote: Compressing objects:  45% (2987/6637)        
2024-09-23T15:18:03.2891313Z remote: Compressing objects:  46% (3054/6637)        
2024-09-23T15:18:03.2892380Z remote: Compressing objects:  47% (3120/6637)        
2024-09-23T15:18:03.2893359Z remote: Compressing objects:  48% (3186/6637)        
2024-09-23T15:18:03.2894550Z remote: Compressing objects:  49% (3253/6637)        
2024-09-23T15:18:03.3464764Z remote: Compressing objects:  50% (3319/6637)        
2024-09-23T15:18:03.3466034Z remote: Compressing objects:  51% (3385/6637)        
2024-09-23T15:18:03.4055448Z remote: Compressing objects:  52% (3452/6637)        
2024-09-23T15:18:03.4056722Z remote: Compressing objects:  53% (3518/6637)        
2024-09-23T15:18:03.4057891Z remote: Compressing objects:  54% (3584/6637)        
2024-09-23T15:18:03.4059111Z remote: Compressing objects:  55% (3651/6637)        
2024-09-23T15:18:03.4060100Z remote: Compressing objects:  56% (3717/6637)        
2024-09-23T15:18:03.4061199Z remote: Compressing objects:  57% (3784/6637)        
2024-09-23T15:18:03.4062050Z remote: Compressing objects:  58% (3850/6637)        
2024-09-23T15:18:03.4062992Z remote: Compressing objects:  59% (3916/6637)        
2024-09-23T15:18:03.4632780Z remote: Compressing objects:  60% (3983/6637)        
2024-09-23T15:18:03.4634113Z remote: Compressing objects:  61% (4049/6637)        
2024-09-23T15:18:03.4635382Z remote: Compressing objects:  62% (4115/6637)        
2024-09-23T15:18:03.4636750Z remote: Compressing objects:  63% (4182/6637)        
2024-09-23T15:18:03.4638043Z remote: Compressing objects:  64% (4248/6637)        
2024-09-23T15:18:03.5219301Z remote: Compressing objects:  65% (4315/6637)        
2024-09-23T15:18:03.5221617Z remote: Compressing objects:  66% (4381/6637)        
2024-09-23T15:18:03.5803074Z remote: Compressing objects:  67% (4447/6637)        
2024-09-23T15:18:03.5810778Z remote: Compressing objects:  68% (4514/6637)        
2024-09-23T15:18:03.6071090Z remote: Compressing objects:  69% (4580/6637)        
2024-09-23T15:18:03.6075099Z remote: Compressing objects:  70% (4646/6637)        
2024-09-23T15:18:03.6076086Z remote: Compressing objects:  71% (4713/6637)        
2024-09-23T15:18:03.6077082Z remote: Compressing objects:  72% (4779/6637)        
2024-09-23T15:18:03.6078580Z remote: Compressing objects:  73% (4846/6637)        
2024-09-23T15:18:03.6079445Z remote: Compressing objects:  74% (4912/6637)        
2024-09-23T15:18:03.6080385Z remote: Compressing objects:  75% (4978/6637)        
2024-09-23T15:18:03.6081261Z remote: Compressing objects:  76% (5045/6637)        
2024-09-23T15:18:03.6082069Z remote: Compressing objects:  77% (5111/6637)        
2024-09-23T15:18:03.6083215Z remote: Compressing objects:  78% (5177/6637)        
2024-09-23T15:18:03.6084272Z remote: Compressing objects:  79% (5244/6637)        
2024-09-23T15:18:03.6085277Z remote: Compressing objects:  80% (5310/6637)        
2024-09-23T15:18:03.6086396Z remote: Compressing objects:  81% (5376/6637)        
2024-09-23T15:18:03.6087399Z remote: Compressing objects:  82% (5443/6637)        
2024-09-23T15:18:03.6088551Z remote: Compressing objects:  83% (5509/6637)        
2024-09-23T15:18:03.6089656Z remote: Compressing objects:  84% (5576/6637)        
2024-09-23T15:18:03.6090598Z remote: Compressing objects:  85% (5642/6637)        
2024-09-23T15:18:03.6091617Z remote: Compressing objects:  86% (5708/6637)        
2024-09-23T15:18:03.6092807Z remote: Compressing objects:  87% (5775/6637)        
2024-09-23T15:18:03.6093746Z remote: Compressing objects:  88% (5841/6637)        
2024-09-23T15:18:03.6112665Z remote: Compressing objects:  89% (5907/6637)        
2024-09-23T15:18:03.6113737Z remote: Compressing objects:  90% (5974/6637)        
2024-09-23T15:18:03.6114727Z remote: Compressing objects:  91% (6040/6637)        
2024-09-23T15:18:03.6115746Z remote: Compressing objects:  92% (6107/6637)        
2024-09-23T15:18:03.6116810Z remote: Compressing objects:  93% (6173/6637)        
2024-09-23T15:18:03.6138436Z remote: Compressing objects:  94% (6239/6637)        
2024-09-23T15:18:03.6139647Z remote: Compressing objects:  95% (6306/6637)        
2024-09-23T15:18:03.6140630Z remote: Compressing objects:  96% (6372/6637)        
2024-09-23T15:18:03.6141533Z remote: Compressing objects:  97% (6438/6637)        
2024-09-23T15:18:03.6142617Z remote: Compressing objects:  98% (6505/6637)        
2024-09-23T15:18:03.6143580Z remote: Compressing objects:  99% (6571/6637)        
2024-09-23T15:18:03.6144532Z remote: Compressing objects: 100% (6637/6637)        
2024-09-23T15:18:03.6145536Z remote: Compressing objects: 100% (6637/6637), done.        
2024-09-23T15:18:03.7525928Z Receiving objects:   0% (1/10722)
2024-09-23T15:18:03.7620459Z Receiving objects:   1% (108/10722)
2024-09-23T15:18:03.7722838Z Receiving objects:   2% (215/10722)
2024-09-23T15:18:03.7776804Z Receiving objects:   3% (322/10722)
2024-09-23T15:18:03.7849211Z Receiving objects:   4% (429/10722)
2024-09-23T15:18:03.7940716Z Receiving objects:   5% (537/10722)
2024-09-23T15:18:03.8054949Z Receiving objects:   6% (644/10722)
2024-09-23T15:18:03.8110703Z Receiving objects:   7% (751/10722)
2024-09-23T15:18:03.8150029Z Receiving objects:   8% (858/10722)
2024-09-23T15:18:03.8193538Z Receiving objects:   9% (965/10722)
2024-09-23T15:18:03.8240198Z Receiving objects:  10% (1073/10722)
2024-09-23T15:18:03.8590161Z Receiving objects:  11% (1180/10722)
2024-09-23T15:18:03.9286198Z Receiving objects:  12% (1287/10722)
2024-09-23T15:18:03.9331376Z Receiving objects:  13% (1394/10722)
2024-09-23T15:18:03.9354430Z Receiving objects:  14% (1502/10722)
2024-09-23T15:18:03.9373074Z Receiving objects:  15% (1609/10722)
2024-09-23T15:18:03.9394421Z Receiving objects:  16% (1716/10722)
2024-09-23T15:18:03.9424268Z Receiving objects:  17% (1823/10722)
2024-09-23T15:18:03.9482732Z Receiving objects:  18% (1930/10722)
2024-09-23T15:18:04.0183928Z Receiving objects:  19% (2038/10722)
2024-09-23T15:18:04.0202883Z Receiving objects:  20% (2145/10722)
2024-09-23T15:18:04.0217271Z Receiving objects:  21% (2252/10722)
2024-09-23T15:18:04.0231240Z Receiving objects:  22% (2359/10722)
2024-09-23T15:18:04.0250005Z Receiving objects:  23% (2467/10722)
2024-09-23T15:18:04.0263689Z Receiving objects:  24% (2574/10722)
2024-09-23T15:18:04.0293425Z Receiving objects:  25% (2681/10722)
2024-09-23T15:18:04.0419209Z Receiving objects:  26% (2788/10722)
2024-09-23T15:18:04.0523337Z Receiving objects:  27% (2895/10722)
2024-09-23T15:18:04.0568758Z Receiving objects:  28% (3003/10722)
2024-09-23T15:18:04.0688784Z Receiving objects:  29% (3110/10722)
2024-09-23T15:18:04.0712854Z Receiving objects:  30% (3217/10722)
2024-09-23T15:18:04.0977885Z Receiving objects:  31% (3324/10722)
2024-09-23T15:18:04.1814416Z Receiving objects:  32% (3432/10722)
2024-09-23T15:18:04.1829566Z Receiving objects:  33% (3539/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1843165Z Receiving objects:  34% (3646/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1853897Z Receiving objects:  35% (3753/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1884176Z Receiving objects:  36% (3860/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1895533Z Receiving objects:  37% (3968/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1906230Z Receiving objects:  38% (4075/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1920586Z Receiving objects:  39% (4182/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1932853Z Receiving objects:  40% (4289/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1947975Z Receiving objects:  41% (4397/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1962149Z Receiving objects:  42% (4504/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1969050Z Receiving objects:  43% (4611/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.2810481Z Receiving objects:  44% (4718/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.2816644Z Receiving objects:  45% (4825/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3883178Z Receiving objects:  46% (4933/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3943726Z Receiving objects:  47% (5040/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3985196Z Receiving objects:  48% (5147/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4005370Z Receiving objects:  49% (5254/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4024461Z Receiving objects:  50% (5361/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4037324Z Receiving objects:  51% (5469/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4046285Z Receiving objects:  52% (5576/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4055457Z Receiving objects:  53% (5683/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4065417Z Receiving objects:  54% (5790/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4093026Z Receiving objects:  55% (5898/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4114470Z Receiving objects:  56% (6005/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4133618Z Receiving objects:  57% (6112/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4151982Z Receiving objects:  58% (6219/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4169872Z Receiving objects:  59% (6326/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4186838Z Receiving objects:  60% (6434/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4205104Z Receiving objects:  61% (6541/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4222782Z Receiving objects:  62% (6648/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4244223Z Receiving objects:  63% (6755/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4268319Z Receiving objects:  64% (6863/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4289326Z Receiving objects:  65% (6970/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4304648Z Receiving objects:  66% (7077/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4340562Z Receiving objects:  67% (7184/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4785623Z Receiving objects:  68% (7291/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4822051Z Receiving objects:  69% (7399/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4871275Z Receiving objects:  70% (7506/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4928773Z Receiving objects:  71% (7613/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4950335Z Receiving objects:  72% (7720/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4974048Z Receiving objects:  73% (7828/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5033894Z Receiving objects:  74% (7935/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5078421Z Receiving objects:  75% (8042/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5123902Z Receiving objects:  76% (8149/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5149839Z Receiving objects:  77% (8256/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5247436Z Receiving objects:  78% (8364/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5400716Z Receiving objects:  79% (8471/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5655245Z Receiving objects:  80% (8578/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5708091Z Receiving objects:  81% (8685/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6070585Z Receiving objects:  82% (8793/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6100994Z Receiving objects:  83% (8900/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6135771Z Receiving objects:  84% (9007/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6164153Z Receiving objects:  85% (9114/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6184414Z Receiving objects:  85% (9146/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6233945Z Receiving objects:  86% (9221/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6296115Z Receiving objects:  87% (9329/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6318513Z Receiving objects:  88% (9436/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6326322Z Receiving objects:  89% (9543/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6336580Z Receiving objects:  90% (9650/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6343076Z Receiving objects:  91% (9758/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6350012Z Receiving objects:  92% (9865/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6354980Z Receiving objects:  93% (9972/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6360104Z Receiving objects:  94% (10079/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6365146Z Receiving objects:  95% (10186/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6369578Z Receiving objects:  96% (10294/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6371878Z Receiving objects:  97% (10401/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6543657Z Receiving objects:  98% (10508/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6546713Z Receiving objects:  99% (10615/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6549057Z remote: Total 10722 (delta 4729), reused 8200 (delta 3401), pack-reused 0 (from 0)        
2024-09-23T15:18:04.6560718Z Receiving objects: 100% (10722/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6562133Z Receiving objects: 100% (10722/10722), 33.04 MiB | 31.80 MiB/s, done.
2024-09-23T15:18:04.6663757Z Resolving deltas:   0% (0/4729)
2024-09-23T15:18:04.6815330Z Resolving deltas:   1% (48/4729)
2024-09-23T15:18:04.6825667Z Resolving deltas:   2% (95/4729)
2024-09-23T15:18:04.6849542Z Resolving deltas:   3% (142/4729)
2024-09-23T15:18:04.6882740Z Resolving deltas:   4% (190/4729)
2024-09-23T15:18:04.6896658Z Resolving deltas:   5% (237/4729)
2024-09-23T15:18:04.6911978Z Resolving deltas:   6% (284/4729)
2024-09-23T15:18:04.6929524Z Resolving deltas:   7% (332/4729)
2024-09-23T15:18:04.6934797Z Resolving deltas:   8% (379/4729)
2024-09-23T15:18:04.6981220Z Resolving deltas:   9% (426/4729)
2024-09-23T15:18:04.7019284Z Resolving deltas:  10% (473/4729)
2024-09-23T15:18:04.7020427Z Resolving deltas:  11% (521/4729)
2024-09-23T15:18:04.7021868Z Resolving deltas:  12% (568/4729)
2024-09-23T15:18:04.7041584Z Resolving deltas:  13% (615/4729)
2024-09-23T15:18:04.7049934Z Resolving deltas:  14% (663/4729)
2024-09-23T15:18:04.7062475Z Resolving deltas:  15% (710/4729)
2024-09-23T15:18:04.7081454Z Resolving deltas:  16% (757/4729)
2024-09-23T15:18:04.7109364Z Resolving deltas:  17% (804/4729)
2024-09-23T15:18:04.7119590Z Resolving deltas:  18% (852/4729)
2024-09-23T15:18:04.7142308Z Resolving deltas:  19% (899/4729)
2024-09-23T15:18:04.7163150Z Resolving deltas:  20% (946/4729)
2024-09-23T15:18:04.7197538Z Resolving deltas:  21% (994/4729)
2024-09-23T15:18:04.7216296Z Resolving deltas:  22% (1041/4729)
2024-09-23T15:18:04.7231766Z Resolving deltas:  23% (1088/4729)
2024-09-23T15:18:04.7267980Z Resolving deltas:  24% (1135/4729)
2024-09-23T15:18:04.7332572Z Resolving deltas:  25% (1183/4729)
2024-09-23T15:18:04.7379825Z Resolving deltas:  26% (1230/4729)
2024-09-23T15:18:04.7406242Z Resolving deltas:  27% (1277/4729)
2024-09-23T15:18:04.7454118Z Resolving deltas:  28% (1325/4729)
2024-09-23T15:18:04.7529394Z Resolving deltas:  29% (1372/4729)
2024-09-23T15:18:04.7590950Z Resolving deltas:  30% (1419/4729)
2024-09-23T15:18:04.7700205Z Resolving deltas:  31% (1466/4729)
2024-09-23T15:18:04.7747984Z Resolving deltas:  32% (1514/4729)
2024-09-23T15:18:04.7801302Z Resolving deltas:  33% (1561/4729)
2024-09-23T15:18:04.7836701Z Resolving deltas:  34% (1608/4729)
2024-09-23T15:18:04.7902342Z Resolving deltas:  35% (1656/4729)
2024-09-23T15:18:04.7948251Z Resolving deltas:  36% (1703/4729)
2024-09-23T15:18:04.7964943Z Resolving deltas:  37% (1750/4729)
2024-09-23T15:18:04.8018702Z Resolving deltas:  38% (1798/4729)
2024-09-23T15:18:04.8070616Z Resolving deltas:  39% (1845/4729)
2024-09-23T15:18:04.8094436Z Resolving deltas:  40% (1892/4729)
2024-09-23T15:18:04.8111523Z Resolving deltas:  41% (1939/4729)
2024-09-23T15:18:04.8143182Z Resolving deltas:  42% (1987/4729)
2024-09-23T15:18:04.8149751Z Resolving deltas:  43% (2034/4729)
2024-09-23T15:18:04.8172635Z Resolving deltas:  44% (2081/4729)
2024-09-23T15:18:04.8174268Z Resolving deltas:  45% (2129/4729)
2024-09-23T15:18:04.8230810Z Resolving deltas:  46% (2176/4729)
2024-09-23T15:18:04.8239007Z Resolving deltas:  47% (2223/4729)
2024-09-23T15:18:04.8248587Z Resolving deltas:  48% (2270/4729)
2024-09-23T15:18:04.8265217Z Resolving deltas:  49% (2318/4729)
2024-09-23T15:18:04.8276217Z Resolving deltas:  50% (2365/4729)
2024-09-23T15:18:04.8289738Z Resolving deltas:  51% (2412/4729)
2024-09-23T15:18:04.8301264Z Resolving deltas:  52% (2460/4729)
2024-09-23T15:18:04.8310951Z Resolving deltas:  53% (2507/4729)
2024-09-23T15:18:04.8315967Z Resolving deltas:  54% (2554/4729)
2024-09-23T15:18:04.8324592Z Resolving deltas:  55% (2601/4729)
2024-09-23T15:18:04.8331047Z Resolving deltas:  56% (2649/4729)
2024-09-23T15:18:04.8336128Z Resolving deltas:  57% (2696/4729)
2024-09-23T15:18:04.8346883Z Resolving deltas:  58% (2743/4729)
2024-09-23T15:18:04.8349052Z Resolving deltas:  59% (2791/4729)
2024-09-23T15:18:04.8359968Z Resolving deltas:  60% (2838/4729)
2024-09-23T15:18:04.8375421Z Resolving deltas:  61% (2885/4729)
2024-09-23T15:18:04.8405692Z Resolving deltas:  62% (2932/4729)
2024-09-23T15:18:04.8417414Z Resolving deltas:  63% (2980/4729)
2024-09-23T15:18:04.8418412Z Resolving deltas:  64% (3027/4729)
2024-09-23T15:18:04.8428621Z Resolving deltas:  65% (3074/4729)
2024-09-23T15:18:04.8478559Z Resolving deltas:  66% (3122/4729)
2024-09-23T15:18:04.8481853Z Resolving deltas:  67% (3169/4729)
2024-09-23T15:18:04.8482810Z Resolving deltas:  68% (3216/4729)
2024-09-23T15:18:04.8508651Z Resolving deltas:  69% (3264/4729)
2024-09-23T15:18:04.8522442Z Resolving deltas:  70% (3311/4729)
2024-09-23T15:18:04.8537455Z Resolving deltas:  71% (3358/4729)
2024-09-23T15:18:04.8563842Z Resolving deltas:  72% (3405/4729)
2024-09-23T15:18:04.8568440Z Resolving deltas:  73% (3453/4729)
2024-09-23T15:18:04.8604986Z Resolving deltas:  74% (3500/4729)
2024-09-23T15:18:04.8618648Z Resolving deltas:  75% (3547/4729)
2024-09-23T15:18:04.8641413Z Resolving deltas:  76% (3595/4729)
2024-09-23T15:18:04.8666365Z Resolving deltas:  77% (3642/4729)
2024-09-23T15:18:04.8684249Z Resolving deltas:  78% (3689/4729)
2024-09-23T15:18:04.8715709Z Resolving deltas:  79% (3736/4729)
2024-09-23T15:18:04.8769767Z Resolving deltas:  80% (3784/4729)
2024-09-23T15:18:04.8852011Z Resolving deltas:  81% (3831/4729)
2024-09-23T15:18:04.8898808Z Resolving deltas:  82% (3878/4729)
2024-09-23T15:18:04.8921006Z Resolving deltas:  83% (3926/4729)
2024-09-23T15:18:04.8924834Z Resolving deltas:  84% (3973/4729)
2024-09-23T15:18:04.8936253Z Resolving deltas:  85% (4020/4729)
2024-09-23T15:18:04.8945458Z Resolving deltas:  86% (4067/4729)
2024-09-23T15:18:04.8968095Z Resolving deltas:  87% (4115/4729)
2024-09-23T15:18:04.8969161Z Resolving deltas:  88% (4162/4729)
2024-09-23T15:18:04.8971384Z Resolving deltas:  89% (4209/4729)
2024-09-23T15:18:04.8981340Z Resolving deltas:  90% (4257/4729)
2024-09-23T15:18:04.8987200Z Resolving deltas:  91% (4304/4729)
2024-09-23T15:18:04.8998005Z Resolving deltas:  92% (4351/4729)
2024-09-23T15:18:04.9005617Z Resolving deltas:  93% (4398/4729)
2024-09-23T15:18:04.9011935Z Resolving deltas:  94% (4446/4729)
2024-09-23T15:18:04.9016014Z Resolving deltas:  95% (4493/4729)
2024-09-23T15:18:04.9019189Z Resolving deltas:  96% (4540/4729)
2024-09-23T15:18:04.9023010Z Resolving deltas:  97% (4588/4729)
2024-09-23T15:18:04.9028088Z Resolving deltas:  98% (4635/4729)
2024-09-23T15:18:04.9040554Z Resolving deltas:  99% (4682/4729)
2024-09-23T15:18:04.9042412Z Resolving deltas: 100% (4729/4729)
2024-09-23T15:18:04.9043830Z Resolving deltas: 100% (4729/4729), done.
2024-09-23T15:18:04.9575632Z From https://github.com/nextiva-security-test/cc-server
2024-09-23T15:18:04.9578749Z  * [new ref]         27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8 -> origin/develop
2024-09-23T15:18:04.9606962Z ##[endgroup]
2024-09-23T15:18:04.9608801Z ##[group]Determining the checkout info
2024-09-23T15:18:04.9610252Z ##[endgroup]
2024-09-23T15:18:04.9611624Z ##[group]Checking out the ref
2024-09-23T15:18:04.9614857Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2024-09-23T15:18:05.7848486Z Switched to a new branch 'develop'
2024-09-23T15:18:05.7851736Z branch 'develop' set up to track 'origin/develop'.
2024-09-23T15:18:05.7893563Z ##[endgroup]
2024-09-23T15:18:05.7931552Z [command]/usr/bin/git log -1 --format='%H'
2024-09-23T15:18:05.7955489Z '27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8'
2024-09-23T15:18:05.8308180Z ##[group]Run actions/setup-python@v4
2024-09-23T15:18:05.8308720Z with:
2024-09-23T15:18:05.8309040Z   python-version: 3.x
2024-09-23T15:18:05.8309428Z   check-latest: false
2024-09-23T15:18:05.8309995Z   token: ***
2024-09-23T15:18:05.8310311Z   update-environment: true
2024-09-23T15:18:05.8310728Z   allow-prereleases: false
2024-09-23T15:18:05.8311149Z ##[endgroup]
2024-09-23T15:18:05.9579755Z ##[group]Installed versions
2024-09-23T15:18:05.9646596Z Successfully set up CPython (3.12.6)
2024-09-23T15:18:05.9648355Z ##[endgroup]
2024-09-23T15:18:05.9795953Z ##[group]Run advanced-security/policy-as-code@v2.9.0
2024-09-23T15:18:05.9796448Z with:
2024-09-23T15:18:05.9796906Z   policy: nextiva-security-test/cc-server
2024-09-23T15:18:05.9797390Z   policy-path: .github/pac-config.yml
2024-09-23T15:18:05.9798104Z   policy-branch: develop
2024-09-23T15:18:05.9798747Z   token: ***
2024-09-23T15:18:05.9799182Z   argvs: --is-github-app-token --disable-dependencies
2024-09-23T15:18:05.9799686Z   severity: error
2024-09-23T15:18:05.9800145Z   repository: nextiva-security-test/cc-server
2024-09-23T15:18:05.9800579Z   ref: refs/heads/develop
2024-09-23T15:18:05.9800968Z   action: break
2024-09-23T15:18:05.9801341Z   retries: 240
2024-09-23T15:18:05.9801687Z env:
2024-09-23T15:18:05.9802053Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9802746Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib/pkgconfig
2024-09-23T15:18:05.9803395Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9804087Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9804673Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9805213Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib
2024-09-23T15:18:05.9805767Z ##[endgroup]
2024-09-23T15:18:06.0074574Z ##[group]Run echo "Running Policy as Code..."
2024-09-23T15:18:06.0075234Z echo "Running Policy as Code..."
2024-09-23T15:18:06.0076616Z export PYTHONPATH=/home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0:/home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0/vendor
2024-09-23T15:18:06.0077853Z python3 -m ghascompliance \
2024-09-23T15:18:06.0078309Z   --severity "error" \
2024-09-23T15:18:06.0078730Z   --action "break" \
2024-09-23T15:18:06.0079493Z   --github-token "***" \
2024-09-23T15:18:06.0079892Z   --policy-repo-token "" \
2024-09-23T15:18:06.0080462Z   --github-repository "nextiva-security-test/cc-server" \
2024-09-23T15:18:06.0081107Z   --github-ref "refs/heads/develop" \
2024-09-23T15:18:06.0081677Z   --github-policy "nextiva-security-test/cc-server" \
2024-09-23T15:18:06.0082239Z   --github-policy-path ".github/pac-config.yml" \
2024-09-23T15:18:06.0082827Z   --github-policy-branch "develop" \
2024-09-23T15:18:06.0083296Z   --retry-count "240" \
2024-09-23T15:18:06.0083831Z   --is-github-app-token --disable-dependencies
2024-09-23T15:18:06.0114613Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2024-09-23T15:18:06.0115291Z env:
2024-09-23T15:18:06.0115726Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0116341Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib/pkgconfig
2024-09-23T15:18:06.0117049Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0117844Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0118448Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0119109Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib
2024-09-23T15:18:06.0119580Z ##[endgroup]
2024-09-23T15:18:06.0251716Z Running Policy as Code...
2024-09-23T15:18:06.0771240Z /home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0/ghascompliance/__version__.py:35: SyntaxWarning: invalid escape sequence '\|'
2024-09-23T15:18:06.0775044Z   """
2024-09-23T15:18:06.5330384Z INFO:root:GitHub Repository :: nextiva-security-test/cc-server
2024-09-23T15:18:06.5332087Z INFO:root:GitHub Instance :: https://github.com
2024-09-23T15:18:06.5336049Z INFO:root:GitHub Reference (branch/pr) :: refs/heads/develop
2024-09-23T15:18:06.5338190Z INFO:root:Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-09-23T15:18:06.5339986Z INFO:root:Cloning policy repo - nextiva-security-test/cc-server@develop
2024-09-23T15:18:10.6708884Z INFO:root:Loading policy file - /tmp/repo/.github/pac-config.yml
2024-09-23T15:18:10.6724633Z INFO:root:Policy loaded successfully
2024-09-23T15:18:10.6725956Z INFO:root:Saving Policy...
2024-09-23T15:18:10.6728924Z INFO:root:Policy saved
2024-09-23T15:18:10.6730702Z INFO:root:Finished loading policy
2024-09-23T15:18:10.6731523Z INFO:root:Policy as Code Summary:
2024-09-23T15:18:10.6732377Z INFO:root:```
2024-09-23T15:18:10.6732904Z INFO:root:name: Default Policy
2024-09-23T15:18:10.6733742Z INFO:root:codescanning: 'critical'
2024-09-23T15:18:10.6734653Z INFO:root:dependabot: 'high'
2024-09-23T15:18:10.6735430Z INFO:root:licensing: 'None'
2024-09-23T15:18:10.6737440Z INFO:root:secretscanning: 'all'
2024-09-23T15:18:10.6739427Z INFO:root:general: 'error'
2024-09-23T15:18:10.6740257Z INFO:root:dependencies: 'error'
2024-09-23T15:18:10.6740922Z INFO:root:```
2024-09-23T15:18:11.4799551Z INFO:root:Total Code Scanning Alerts :: 161
2024-09-23T15:18:11.5023840Z INFO:root:Code Scanning violations :: 46
2024-09-23T15:18:12.7496908Z WARNING:root:Unable to get Dependabot alerts :: Advisory.__init__() got an unexpected keyword argument 'cvss_severities'
2024-09-23T15:18:12.7499777Z WARNING:root:Trying GraphQL API
2024-09-23T15:18:26.3693080Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-09-23T15:18:26.3698480Z ERROR:ghastoolkit.octokit:GraphQL Content :: b'{\n   "data": null,\n   "errors":[\n      {\n         "message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `E8C4:3C8052:2F45A3A:2FB71ED:66F186B7` when reporting this issue."\n      }\n   ]\n}\n'
2024-09-23T15:18:26.3702604Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:26.3703852Z ERROR:root:Failed to get data from GraphQL API
2024-09-23T15:18:26.3704397Z 
2024-09-23T15:18:26.3705489Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:26.3707023Z  _____  _   _   ___   _____ _____                       _ _                      
2024-09-23T15:18:26.3708320Z |  __ \| | | | / _ \ /  ___/  __ \                     | (_)                     
2024-09-23T15:18:26.3709571Z | |  \/| |_| |/ /_\ \\ `--.| /  \/ ___  _ __ ___  _ __ | |_  __ _ _ __   ___ ___ 
2024-09-23T15:18:26.3710605Z | | __ |  _  ||  _  | `--. \ |    / _ \| '_ ` _ \| '_ \| | |/ _` | '_ \ / __/ _ \
2024-09-23T15:18:26.3711623Z | |_\ \| | | || | | |/\__/ / \__/\ (_) | | | | | | |_) | | | (_| | | | | (_|  __/
2024-09-23T15:18:26.3712752Z  \____/\_| |_/\_| |_/\____/ \____/\___/|_| |_| |_| .__/|_|_|\__,_|_| |_|\___\___|
2024-09-23T15:18:26.3713658Z                                                  | |                             
2024-09-23T15:18:26.3714428Z                                                  |_|         v2.9.0
2024-09-23T15:18:26.3715417Z     GitHub Advanced Security Policy as Code by GeekMasher
2024-09-23T15:18:26.3716017Z 
2024-09-23T15:18:26.3716451Z GitHub Repository :: nextiva-security-test/cc-server
2024-09-23T15:18:26.3717311Z GitHub Instance :: https://github.com
2024-09-23T15:18:26.3718324Z GitHub Reference (branch/pr) :: refs/heads/develop
2024-09-23T15:18:26.3719790Z ##[group]Policy as Code
2024-09-23T15:18:26.3721082Z Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-09-23T15:18:26.3722555Z Cloning policy repo - nextiva-security-test/cc-server@develop
2024-09-23T15:18:26.3723629Z Loading policy file - /tmp/repo/.github/pac-config.yml
2024-09-23T15:18:26.3724485Z Policy loaded successfully
2024-09-23T15:18:26.3725038Z Saving Policy...
2024-09-23T15:18:26.3725569Z Policy saved
2024-09-23T15:18:26.3726358Z Finished loading policy
2024-09-23T15:18:26.3726891Z Policy as Code Summary:
2024-09-23T15:18:26.3727509Z ```
2024-09-23T15:18:26.3728354Z name: Default Policy
2024-09-23T15:18:26.3729105Z codescanning: 'critical'
2024-09-23T15:18:26.3729646Z dependabot: 'high'
2024-09-23T15:18:26.3747222Z licensing: 'None'
2024-09-23T15:18:26.3748264Z secretscanning: 'all'
2024-09-23T15:18:26.3748727Z general: 'error'
2024-09-23T15:18:26.3749205Z dependencies: 'error'
2024-09-23T15:18:26.3749544Z ```
2024-09-23T15:18:26.3750198Z ##[endgroup]
2024-09-23T15:18:26.3751654Z ##[group]Code Scanning Results
2024-09-23T15:18:26.3752088Z Total Code Scanning Alerts :: 161
2024-09-23T15:18:26.3752575Z Code Scanning violations :: 46
2024-09-23T15:18:26.3753180Z ##[endgroup]
2024-09-23T15:18:26.3753777Z ##[group]Dependabot Results
2024-09-23T15:18:26.3786870Z ##[warning] Unable to get Dependabot alerts :: Advisory.__init__() got an unexpected keyword argument 'cvss_severities'
2024-09-23T15:18:26.3788952Z ##[warning] Trying GraphQL API
2024-09-23T15:18:26.3791361Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:26.3792871Z ##[error]Failed to get data from GraphQL API
2024-09-23T15:18:26.3793175Z 
2024-09-23T15:18:26.3793886Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:37.8069596Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-09-23T15:18:37.8071458Z ##[group]Dependency Graph Results - Licensing
2024-09-23T15:18:37.8074667Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:37.8077087Z ##[error]Failed to get data from GraphQL API
2024-09-23T15:18:37.8078386Z 
2024-09-23T15:18:37.8082113Z ERROR:ghastoolkit.octokit:GraphQL Content :: b'{\n   "data": null,\n   "errors":[\n      {\n         "message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `E8C5:3AA426:3CE1571:3D78BB7:66F186C3` when reporting this issue."\n      }\n   ]\n}\n'
2024-09-23T15:18:37.8085616Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:37.8087041Z ERROR:root:Failed to get data from GraphQL API
2024-09-23T15:18:37.8087819Z 
2024-09-23T15:18:37.8089004Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:37.8091297Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:38.3728457Z INFO:root:Total Secret Scanning Alerts :: 37
2024-09-23T15:18:38.3735891Z INFO:root:Secret Scanning violations :: 37
2024-09-23T15:18:38.3738370Z INFO:root:Total unacceptable alerts :: 85
2024-09-23T15:18:38.3739739Z ERROR:root:Unacceptable Threshold of Risk has been hit!
2024-09-23T15:18:38.3741063Z ##[group]Secret Scanning Results
2024-09-23T15:18:38.3745787Z Total Secret Scanning Alerts :: 37
2024-09-23T15:18:38.3746822Z Secret Scanning violations :: 37
2024-09-23T15:18:38.3748418Z ##[endgroup]
2024-09-23T15:18:38.3749538Z ##[endgroup]
2024-09-23T15:18:38.3750564Z ##[group]Summary
2024-09-23T15:18:38.3751369Z Total unacceptable alerts :: 85
2024-09-23T15:18:38.3760503Z ##[error]Unacceptable Threshold of Risk has been hit!
2024-09-23T15:18:38.3979384Z ##[error]Process completed with exit code 1.
2024-09-23T15:18:38.4079569Z Post job cleanup.
2024-09-23T15:18:38.4832823Z [command]/usr/bin/git version
2024-09-23T15:18:38.4871752Z git version 2.46.0
2024-09-23T15:18:38.4918869Z Temporarily overriding HOME='/home/runner/work/_temp/089110bf-2934-407e-86fb-06b05c2eea49' before making global git config changes
2024-09-23T15:18:38.4921417Z Adding repository directory to the temporary git global config as a safe directory
2024-09-23T15:18:38.4923745Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-09-23T15:18:38.4960034Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-09-23T15:18:38.4993771Z [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' || :"
2024-09-23T15:18:38.5267575Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-09-23T15:18:38.5292685Z http.https://github.com/.extraheader
2024-09-23T15:18:38.5305696Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-09-23T15:18:38.5340577Z [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' || :"
2024-09-23T15:18:38.5835006Z Cleaning up orphan processes```
tr1shul commented 1 month ago

GraphQL is not needed in our use case. We want to apply policies only to code scanning alerts and secret scanning then get a successful build job if the policies are not violated. Is there a set of recommended flags I can set in order to disable GraphQL and enable only what's needed?