Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working on windows for python tests (downloading python breaks) #2258

Open
KDot227 opened this issue Mar 22, 2024 · 1 comment
Open

Not Working on windows for python tests (downloading python breaks) #2258

KDot227 opened this issue Mar 22, 2024 · 1 comment
Labels
kind/bug Something isn't working

Comments

@KDot227
Copy link

KDot227 commented Mar 22, 2024

Bug report info

act version:            0.2.60
GOOS:                   windows
GOARCH:                 amd64
NumCPU:                 24
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
Config files:
        C:\Users\this1\AppData\Local\act\actrc:
                -P ubuntu-latest=catthehacker/ubuntu:act-latest
                -P ubuntu-22.04=catthehacker/ubuntu:act-22.04
                -P ubuntu-20.04=catthehacker/ubuntu:act-20.04
                -P ubuntu-18.04=catthehacker/ubuntu:act-18.04
Build info:
        Go version:            go1.20.14
        Module path:           github.com/nektos/act
        Main version:          (devel)
        Main path:             github.com/nektos/act
        Main checksum:
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -ldflags:             -s -w -X main.version=0.2.60 -X main.commit=d3c8664d3d6acb855ae5418f6d02930c98bf877e -X main.date=2024-03-01T02:13:23Z -X main.builtBy=goreleaser
                CGO_ENABLED:          0
                GOARCH:               amd64
                GOOS:                 windows
                GOAMD64:              v1
                vcs:                  git
                vcs.revision:         d3c8664d3d6acb855ae5418f6d02930c98bf877e
                vcs.time:             2024-03-01T02:12:58Z
                vcs.modified:         false

Error: error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/info": open //./pipe/docker_engine: The system cannot find the file specified.

Command used with act

.\act -j build -P windows-latest=-self-hosted

Describe issue

Python setup.ps1 errors when trying to download AND won't use a predownloaded python that is already on my machine.

Link to GitHub repository

No response

Workflow content

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

permissions:
  contents: read

jobs:
  build:

    runs-on: windows-latest

    steps:
    - uses: actions/checkout@v3
    - name: Set up Python 3.12.2
      uses: actions/setup-python@v3
      with:
        python-version: "3.12.2"
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install flake8 pytest
        pip install -r requirements.txt
    - name: Lint with flake8
      run: |
        # stop the build if there are Python syntax errors or undefined names
        flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
        # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
        flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
    - name: Test with pytest
      run: |
        pytest

Relevant log output

[Python application/build] [DEBUG] evaluating expression 'success()'
[Python application/build] [DEBUG] expression 'success()' evaluated to 'true'
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Python application/build] [DEBUG] skip pre step for 'actions/checkout@v3': no action model available
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build]   Γÿü  git clone 'https://github.com/actions/setup-python' # ref=v3
[Python application/build] [DEBUG]   cloning https://github.com/actions/setup-python to C:\Users\this1\.cache\act/actions-setup-python@v3
[Python application/build] [DEBUG] Unable to pull refs/heads/v3: non-fast-forward update
[Python application/build] [DEBUG] Cloned https://github.com/actions/setup-python to C:\Users\this1\.cache\act/actions-setup-python@v3
[Python application/build] [DEBUG] Checked out v3
[Python application/build] [DEBUG] Read action &{Setup Python GitHub Set up a specific version of Python and add the command-line tools to the PATH. map[architecture:{The target architecture (x86, x64) of the Python interpreter. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry. false } cache-dependency-path:{Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. false } python-version:{Version range or exact version of a Python version to use, using SemVer's version range syntax. false 3.x} token:{Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user. false ${{ github.token }}}] map[cache-hit:{A boolean value to indicate a cache entry was found } python-version:{The installed python version. Useful when given a version range as input. }] {node16 map[] dist/setup/index.js  always() dist/cache-save/index.js success()   [] []} {yellow code}} from 'Unknown'
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.144.11.238:56610/ ALLUSERSPROFILE:C:\ProgramData APPDATA:C:\Users\this1\AppData\Roaming CHROME_CRASHPAD_PIPE_NAME:\\.\pipe\crashpad_17136_AJEPAIBKONNHRSGH CI:true CLINK_DIR:C:\Program Files (x86)\clink COLORTERM:truecolor COMPUTERNAME:KDOT ChocolateyInstall:C:\ProgramData\chocolatey ChocolateyLastPathUpdate:133526909390693453 ChocolateyToolsLocation:C:\tools ComSpec:C:\WINDOWS\system32\cmd.exe CommonProgramFiles:C:\Program Files\Common Files CommonProgramFiles(x86):C:\Program Files (x86)\Common Files CommonProgramW6432:C:\Program Files\Common Files DriverData:C:\Windows\System32\Drivers\DriverData EFC_9356:1 FPS_BROWSER_APP_PROFILE_STRING:Internet Explorer FPS_BROWSER_USER_PROFILE_STRING:Default GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:KDot227/SomalifuscatorV2 GITHUB_REPOSITORY_OWNER:KDot227 GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:64c4cab82a996c3ab9cef4da76efceb4ebb0f534 GITHUB_WORKFLOW:Python application GITHUB_WORKSPACE:C:\Users\this1\.cache\act\4cd61a58d142e328\hostexecutor GIT_ASKPASS:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass.sh GOPATH:C:\Users\this1\go HOMEDRIVE:C: HOMEPATH:\Users\this1 ImageOS:windowslatest LANG:en_US.UTF-8 LOCALAPPDATA:C:\Users\this1\AppData\Local LOGONSERVER:\\KDOT NUMBER_OF_PROCESSORS:24 ORIGINAL_XDG_CURRENT_DESKTOP:undefined OS:Windows_NT OneDrive:C:\Users\this1\OneDrive OneDriveConsumer:C:\Users\this1\OneDrive PATHEXT:.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL POWERSHELL_DISTRIBUTION_CHANNEL:MSI:Windows 10 Pro PROCESSOR_ARCHITECTURE:AMD64 PROCESSOR_IDENTIFIER:Intel64 Family 6 Model 151 Stepping 2, GenuineIntel PROCESSOR_LEVEL:6 PROCESSOR_REVISION:9702 PSModulePath:C:\Users\this1\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PUBLIC:C:\Users\Public Path:C:\Program Files\PowerShell\7;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Program Files\LLVM\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Go\bin;C:\Program Files\CMake\bin;C:\tools\gsudo\Current;C:\Program Files\nodejs\;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files\Mullvad VPN\resources;C:\Program Files\Docker\Docker\resources\bin;C:\Users\this1\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\this1\AppData\Local\Programs\Python\Python312\;C:\Users\this1\.cargo\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Users\this1\AppData\Local\Microsoft\WindowsApps;C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\this1\Downloads\nim-2.0.2_x64\nim-2.0.2\bin;C:\Users\this1\.nimble\bin;\Scripts;C:\Users\this1\AppData\Local\Programs\Python\Python311;C:\Users\this1\AppData\Local\Programs\Python\Python311\Scripts;C:\Program Files\NASM;C:\Program Files\qemu;C:\Users\this1\.dotnet\tools;C:\ProgramData\mingw64\mingw64\bin;C:\tools\Nim\nim-2.0.0\bin;C:\Users\this1\go\bin;C:\Users\this1\.bun\bin;C:\Users\this1\AppData\Roaming\npm;C:\Program Files\WinRAR; ProgramData:C:\ProgramData ProgramFiles:C:\Program Files ProgramFiles(x86):C:\Program Files (x86) ProgramW6432:C:\Program Files RUNNER_ARCH:amd64 RUNNER_OS:windows RUNNER_PERFLOG:/dev/null RUNNER_TEMP:C:\Users\this1\.cache\act\4cd61a58d142e328\tmp RUNNER_TOOL_CACHE:C:\Users\this1\.cache\act\tool_cache RUNNER_TRACKING_ID: SESSIONNAME:Console STARSHIP_SESSION_KEY:BFGmOQA5ydtf1lji STARSHIP_SHELL:pwsh SystemDrive:C: SystemRoot:C:\WINDOWS TEMP:C:\Users\this1\AppData\Local\Temp TERM_PROGRAM:vscode TERM_PROGRAM_VERSION:1.87.2 TMP:C:\Users\this1\AppData\Local\Temp USERDOMAIN:KDOT USERDOMAIN_ROAMINGPROFILE:KDOT USERNAME:this1 USERPROFILE:C:\Users\this1 VBOX_MSI_INSTALL_PATH:C:\Program Files\Oracle\VirtualBox\ VIRTUAL_ENV_DISABLE_PROMPT:1 VSCODE_GIT_ASKPASS_EXTRA_ARGS: VSCODE_GIT_ASKPASS_MAIN:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass-main.js VSCODE_GIT_ASKPASS_NODE:C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\Code.exe VSCODE_GIT_IPC_HANDLE:\\.\pipe\vscode-git-f1bac0bcb4-sock VSCODE_INJECTION:1 __PSLockDownPolicy:0 windir:C:\WINDOWS]
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] evaluating expression ''
[Python application/build] [DEBUG] expression '' evaluated to 'true'
[Python application/build] Γ¡É Run Main actions/checkout@v3
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Stripping prefix:C:\Users\this1\Desktop\Software\Software\SomalifuscatorV2\ src:C:\Users\this1\Desktop\Software\Software\SomalifuscatorV2\.
[Python application/build]   ✅  Success - Main actions/checkout@v3
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.144.11.238:56610/ ALLUSERSPROFILE:C:\ProgramData APPDATA:C:\Users\this1\AppData\Roaming CHROME_CRASHPAD_PIPE_NAME:\\.\pipe\crashpad_17136_AJEPAIBKONNHRSGH CI:true CLINK_DIR:C:\Program Files (x86)\clink COLORTERM:truecolor COMPUTERNAME:KDOT ChocolateyInstall:C:\ProgramData\chocolatey ChocolateyLastPathUpdate:133526909390693453 ChocolateyToolsLocation:C:\tools ComSpec:C:\WINDOWS\system32\cmd.exe CommonProgramFiles:C:\Program Files\Common Files CommonProgramFiles(x86):C:\Program Files (x86)\Common Files CommonProgramW6432:C:\Program Files\Common Files DriverData:C:\Windows\System32\Drivers\DriverData EFC_9356:1 FPS_BROWSER_APP_PROFILE_STRING:Internet Explorer FPS_BROWSER_USER_PROFILE_STRING:Default GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/setup-python GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:KDot227/SomalifuscatorV2 GITHUB_REPOSITORY_OWNER:KDot227 GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:64c4cab82a996c3ab9cef4da76efceb4ebb0f534 GITHUB_WORKFLOW:Python application GITHUB_WORKSPACE:C:\Users\this1\.cache\act\4cd61a58d142e328\hostexecutor GIT_ASKPASS:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass.sh GOPATH:C:\Users\this1\go HOMEDRIVE:C: HOMEPATH:\Users\this1 INPUT_PYTHON-VERSION:3.12.2 ImageOS:windowslatest LANG:en_US.UTF-8 LOCALAPPDATA:C:\Users\this1\AppData\Local LOGONSERVER:\\KDOT NUMBER_OF_PROCESSORS:24 ORIGINAL_XDG_CURRENT_DESKTOP:undefined OS:Windows_NT OneDrive:C:\Users\this1\OneDrive OneDriveConsumer:C:\Users\this1\OneDrive PATHEXT:.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL POWERSHELL_DISTRIBUTION_CHANNEL:MSI:Windows 10 Pro PROCESSOR_ARCHITECTURE:AMD64 PROCESSOR_IDENTIFIER:Intel64 Family 6 Model 151 Stepping 2, GenuineIntel PROCESSOR_LEVEL:6 PROCESSOR_REVISION:9702 PSModulePath:C:\Users\this1\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PUBLIC:C:\Users\Public Path:C:\Program Files\PowerShell\7;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Program Files\LLVM\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Go\bin;C:\Program Files\CMake\bin;C:\tools\gsudo\Current;C:\Program Files\nodejs\;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files\Mullvad VPN\resources;C:\Program Files\Docker\Docker\resources\bin;C:\Users\this1\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\this1\AppData\Local\Programs\Python\Python312\;C:\Users\this1\.cargo\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Users\this1\AppData\Local\Microsoft\WindowsApps;C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\this1\Downloads\nim-2.0.2_x64\nim-2.0.2\bin;C:\Users\this1\.nimble\bin;\Scripts;C:\Users\this1\AppData\Local\Programs\Python\Python311;C:\Users\this1\AppData\Local\Programs\Python\Python311\Scripts;C:\Program Files\NASM;C:\Program Files\qemu;C:\Users\this1\.dotnet\tools;C:\ProgramData\mingw64\mingw64\bin;C:\tools\Nim\nim-2.0.0\bin;C:\Users\this1\go\bin;C:\Users\this1\.bun\bin;C:\Users\this1\AppData\Roaming\npm;C:\Program Files\WinRAR; ProgramData:C:\ProgramData ProgramFiles:C:\Program Files ProgramFiles(x86):C:\Program Files (x86) ProgramW6432:C:\Program Files RUNNER_ARCH:amd64 RUNNER_OS:windows RUNNER_PERFLOG:/dev/null RUNNER_TEMP:C:\Users\this1\.cache\act\4cd61a58d142e328\tmp RUNNER_TOOL_CACHE:C:\Users\this1\.cache\act\tool_cache RUNNER_TRACKING_ID: SESSIONNAME:Console STARSHIP_SESSION_KEY:BFGmOQA5ydtf1lji STARSHIP_SHELL:pwsh SystemDrive:C: SystemRoot:C:\WINDOWS TEMP:C:\Users\this1\AppData\Local\Temp TERM_PROGRAM:vscode TERM_PROGRAM_VERSION:1.87.2 TMP:C:\Users\this1\AppData\Local\Temp USERDOMAIN:KDOT USERDOMAIN_ROAMINGPROFILE:KDOT USERNAME:this1 USERPROFILE:C:\Users\this1 VBOX_MSI_INSTALL_PATH:C:\Program Files\Oracle\VirtualBox\ VIRTUAL_ENV_DISABLE_PROMPT:1 VSCODE_GIT_ASKPASS_EXTRA_ARGS: VSCODE_GIT_ASKPASS_MAIN:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass-main.js VSCODE_GIT_ASKPASS_NODE:C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\Code.exe VSCODE_GIT_IPC_HANDLE:\\.\pipe\vscode-git-f1bac0bcb4-sock VSCODE_INJECTION:1 __PSLockDownPolicy:0 windir:C:\WINDOWS]
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] evaluating expression ''
[Python application/build] [DEBUG] expression '' evaluated to 'true'
[Python application/build] Γ¡É Run Main Set up Python 3.12.2
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] About to run action &{Setup Python GitHub Set up a specific version of Python and add the command-line tools to the PATH. map[architecture:{The target architecture (x86, x64) of the Python interpreter. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry. false } cache-dependency-path:{Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. false } python-version:{Version range or exact version of a Python version to use, using SemVer's version range syntax. false 3.x} token:{Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user. false ${{ github.token }}}] map[cache-hit:{A boolean value to indicate a cache entry was found } python-version:{The installed python version. Useful when given a version range as input. }] {node16 map[] dist/setup/index.js  always() dist/cache-save/index.js success()   [] []} {yellow code}}
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
[Python application/build] [DEBUG] evaluating expression 'format('{0}', github.token)'
[Python application/build] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=)'
[Python application/build] [DEBUG] type=remote-action actionDir=C:\Users\this1\.cache\act/actions-setup-python@v3 actionPath= workdir=C:\Users\this1\Desktop\Software\Software\SomalifuscatorV2 actionCacheDir=C:\Users\this1\.cache\act actionName=actions-setup-python@v3 containerActionDir=C:/Users/this1/.cache/act/4cd61a58d142e328/act/actions/actions-setup-python@v3
[Python application/build] [DEBUG] C:/Users/this1/.cache/act/4cd61a58d142e328/act/actions/actions-setup-python@v3
[Python application/build] [DEBUG] Removing C:\Users\this1\.cache\act/actions-setup-python@v3/.gitignore before docker cp
[Python application/build] [DEBUG] Stripping prefix:C:\Users\this1\.cache\act\actions-setup-python@v3\ src:C:\Users\this1\.cache\act/actions-setup-python@v3/
[Python application/build] [DEBUG] executing remote job container: [node C:/Users/this1/.cache/act/4cd61a58d142e328/act/actions/actions-setup-python@v3/dist/setup/index.js]
[Python application/build] [DEBUG] Failed to setup Pty Unsupported
[Python application/build]   💬  ::debug::Semantic version spec of 3.12.2 is 3.12.2
[Python application/build]   💬  ::debug::isExplicit: 3.12.2
[Python application/build]   💬  ::debug::explicit? true
[Python application/build]   💬  ::debug::checking cache: C:\Users\this1\.cache\act\tool_cache\Python\3.12.2\x64
[Python application/build]   💬  ::debug::not found
[Python application/build]   | Version 3.12.2 was not found in the local cache
[Python application/build]   💬  ::debug::check 3.13.0-alpha.5 satisfies 3.12.2
[Python application/build]   💬  ::debug::check 3.13.0-alpha.4 satisfies 3.12.2
[Python application/build]   💬  ::debug::check 3.13.0-alpha.3 satisfies 3.12.2
[Python application/build]   💬  ::debug::check 3.13.0-alpha.2 satisfies 3.12.2
[Python application/build]   💬  ::debug::check 3.13.0-alpha.1 satisfies 3.12.2
[Python application/build]   💬  ::debug::check 3.12.2 satisfies 3.12.2
[Python application/build]   💬  ::debug::arm64===x64 && darwin===win32
[Python application/build]   💬  ::debug::x64===x64 && darwin===win32
[Python application/build]   💬  ::debug::x64===x64 && linux===win32
[Python application/build]   💬  ::debug::x64===x64 && linux===win32
[Python application/build]   💬  ::debug::x64===x64 && win32===win32
[Python application/build]   💬  ::debug::matched 3.12.2
[Python application/build]   | Version 3.12.2 is available for downloading
[Python application/build]   | Download from "https://github.com/actions/python-versions/releases/download/3.12.2-7817845786/python-3.12.2-win32-x64.zip"
[Python application/build]   💬  ::debug::Downloading https://github.com/actions/python-versions/releases/download/3.12.2-7817845786/python-3.12.2-win32-x64.zip
[Python application/build]   💬  ::debug::Destination C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\6c3e2b1c-363b-4c0a-82e4-765837a6b022
[Python application/build]   💬  ::debug::download complete
[Python application/build]   | Extract downloaded archive
[Python application/build]   | [command]C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\6c3e2b1c-363b-4c0a-82e4-765837a6b022', 'C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\248573ad-caa5-4a43-b99c-b05a1245b25a')"
[Python application/build]   | Execute installation script
[Python application/build]   | Check if Python hostedtoolcache folder exist...
[Python application/build]   | 
[Python application/build]   | Check if current Python version is installed...
[Python application/build]   | 
[Python application/build]   | Python3.12 (x64) was found in C:\Users\this1\.cache\act\tool_cache\Python...
[Python application/build]   | 
[Python application/build]   | Deleting C:\Users\this1\.cache\act\tool_cache\Python\3.12.2\x64...
[Python application/build]   | 
[Python application/build]   | Remove registry entries for Python 3.12(x64)...
[Python application/build]   | 
[Python application/build]   Γ¥ù  ::error::Remove-Item : Requested registry access is not allowed.
[Python application/build]   Γ¥ô  ::error::At C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\248573ad-caa5-4a43-b99c-b05a1245b25a\setup.ps1:56 char:13%0D%0A+             Remove-Item Registry::$_ -Recurse -Force -Verbose%0D%0A+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0D%0A    + CategoryInfo          : PermissionDenied: (HKEY_LOCAL_MACH...rsion\Uninstall:String) [Remove-Item], SecurityException
[Python application/build]   Γ¥ù  ::error::+ FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.RemoveItemCommand
[Python application/build]   Γ¥ù  ::error::Remove-Item : Requested registry access is not allowed.
[Python application/build]   Γ¥ô  ::error::At C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\248573ad-caa5-4a43-b99c-b05a1245b25a\setup.ps1:56 char:13%0D%0A+             Remove-Item Registry::$_ -Recurse -Force -Verbose%0D%0A+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0D%0A    + CategoryInfo          : PermissionDenied: (HKEY_LOCAL_MACH...rsion\Uninstall:String) [Remove-Item], SecurityException%0D%0A    + FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.RemoveItemCommand
[Python application/build]   | Create Python 3.12.2 folder in C:\Users\this1\.cache\act\tool_cache\Python
[Python application/build]   | 
[Python application/build]   | Copy Python binaries to C:\Users\this1\.cache\act\tool_cache\Python\3.12.2\x64
[Python application/build]   | 
[Python application/build]   | Install Python 3.12.2 in C:\Users\this1\.cache\act\tool_cache\Python...
[Python application/build]   | 
[Python application/build]   Γ¥ù  ::error::Error happened during Python installation%0D%0AAt C:\Users\this1\.cache\act\4cd61a58d142e328\tmp\248573ad-caa5-4a43-b99c-b05a1245b25a\setup.ps1:127 char:5
[Python application/build]   Γ¥ù  ::error::+     Throw "Error happened during Python installation"%0D%0A+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%0D%0A    + CategoryInfo          : OperationStopped: (Error happened ...on installation:String) [], RuntimeException%0D%0A    + FullyQualifiedErrorId : Error happened during Python installation
[Python application/build]   Γ¥ù  ::error::The process 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' failed with exit code 1
[Python application/build]   ❌  Failure - Main Set up Python 3.12.2
[Python application/build] exit status 1
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.144.11.238:56610/ ALLUSERSPROFILE:C:\ProgramData APPDATA:C:\Users\this1\AppData\Roaming CHROME_CRASHPAD_PIPE_NAME:\\.\pipe\crashpad_17136_AJEPAIBKONNHRSGH CI:true CLINK_DIR:C:\Program Files (x86)\clink COLORTERM:truecolor COMPUTERNAME:KDOT ChocolateyInstall:C:\ProgramData\chocolatey ChocolateyLastPathUpdate:133526909390693453 ChocolateyToolsLocation:C:\tools ComSpec:C:\WINDOWS\system32\cmd.exe CommonProgramFiles:C:\Program Files\Common Files CommonProgramFiles(x86):C:\Program Files (x86)\Common Files CommonProgramW6432:C:\Program Files\Common Files DriverData:C:\Windows\System32\Drivers\DriverData EFC_9356:1 FPS_BROWSER_APP_PROFILE_STRING:Internet Explorer FPS_BROWSER_USER_PROFILE_STRING:Default GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:KDot227/SomalifuscatorV2 GITHUB_REPOSITORY_OWNER:KDot227 GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:64c4cab82a996c3ab9cef4da76efceb4ebb0f534 GITHUB_WORKFLOW:Python application GITHUB_WORKSPACE:C:\Users\this1\.cache\act\4cd61a58d142e328\hostexecutor GIT_ASKPASS:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass.sh GOPATH:C:\Users\this1\go HOMEDRIVE:C: HOMEPATH:\Users\this1 ImageOS:windowslatest LANG:en_US.UTF-8 LOCALAPPDATA:C:\Users\this1\AppData\Local LOGONSERVER:\\KDOT NUMBER_OF_PROCESSORS:24 ORIGINAL_XDG_CURRENT_DESKTOP:undefined OS:Windows_NT OneDrive:C:\Users\this1\OneDrive OneDriveConsumer:C:\Users\this1\OneDrive PATHEXT:.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL POWERSHELL_DISTRIBUTION_CHANNEL:MSI:Windows 10 Pro PROCESSOR_ARCHITECTURE:AMD64 PROCESSOR_IDENTIFIER:Intel64 Family 6 Model 151 Stepping 2, GenuineIntel PROCESSOR_LEVEL:6 PROCESSOR_REVISION:9702 PSModulePath:C:\Users\this1\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PUBLIC:C:\Users\Public Path:C:\Program Files\PowerShell\7;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Program Files\LLVM\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Go\bin;C:\Program Files\CMake\bin;C:\tools\gsudo\Current;C:\Program Files\nodejs\;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files\Mullvad VPN\resources;C:\Program Files\Docker\Docker\resources\bin;C:\Users\this1\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\this1\AppData\Local\Programs\Python\Python312\;C:\Users\this1\.cargo\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Users\this1\AppData\Local\Microsoft\WindowsApps;C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\this1\Downloads\nim-2.0.2_x64\nim-2.0.2\bin;C:\Users\this1\.nimble\bin;\Scripts;C:\Users\this1\AppData\Local\Programs\Python\Python311;C:\Users\this1\AppData\Local\Programs\Python\Python311\Scripts;C:\Program Files\NASM;C:\Program Files\qemu;C:\Users\this1\.dotnet\tools;C:\ProgramData\mingw64\mingw64\bin;C:\tools\Nim\nim-2.0.0\bin;C:\Users\this1\go\bin;C:\Users\this1\.bun\bin;C:\Users\this1\AppData\Roaming\npm;C:\Program Files\WinRAR; ProgramData:C:\ProgramData ProgramFiles:C:\Program Files ProgramFiles(x86):C:\Program Files (x86) ProgramW6432:C:\Program Files RUNNER_ARCH:amd64 RUNNER_OS:windows RUNNER_PERFLOG:/dev/null RUNNER_TEMP:C:\Users\this1\.cache\act\4cd61a58d142e328\tmp RUNNER_TOOL_CACHE:C:\Users\this1\.cache\act\tool_cache RUNNER_TRACKING_ID: SESSIONNAME:Console STARSHIP_SESSION_KEY:BFGmOQA5ydtf1lji STARSHIP_SHELL:pwsh SystemDrive:C: SystemRoot:C:\WINDOWS TEMP:C:\Users\this1\AppData\Local\Temp TERM_PROGRAM:vscode TERM_PROGRAM_VERSION:1.87.2 TMP:C:\Users\this1\AppData\Local\Temp USERDOMAIN:KDOT USERDOMAIN_ROAMINGPROFILE:KDOT USERNAME:this1 USERPROFILE:C:\Users\this1 VBOX_MSI_INSTALL_PATH:C:\Program Files\Oracle\VirtualBox\ VIRTUAL_ENV_DISABLE_PROMPT:1 VSCODE_GIT_ASKPASS_EXTRA_ARGS: VSCODE_GIT_ASKPASS_MAIN:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass-main.js VSCODE_GIT_ASKPASS_NODE:C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\Code.exe VSCODE_GIT_IPC_HANDLE:\\.\pipe\vscode-git-f1bac0bcb4-sock VSCODE_INJECTION:1 __PSLockDownPolicy:0 windir:C:\WINDOWS]
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] evaluating expression ''
[Python application/build] [DEBUG] expression '' evaluated to 'false'
[Python application/build] [DEBUG] Skipping step 'Install dependencies' due to ''
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.144.11.238:56610/ ALLUSERSPROFILE:C:\ProgramData APPDATA:C:\Users\this1\AppData\Roaming CHROME_CRASHPAD_PIPE_NAME:\\.\pipe\crashpad_17136_AJEPAIBKONNHRSGH CI:true CLINK_DIR:C:\Program Files (x86)\clink COLORTERM:truecolor COMPUTERNAME:KDOT ChocolateyInstall:C:\ProgramData\chocolatey ChocolateyLastPathUpdate:133526909390693453 ChocolateyToolsLocation:C:\tools ComSpec:C:\WINDOWS\system32\cmd.exe CommonProgramFiles:C:\Program Files\Common Files CommonProgramFiles(x86):C:\Program Files (x86)\Common Files CommonProgramW6432:C:\Program Files\Common Files DriverData:C:\Windows\System32\Drivers\DriverData EFC_9356:1 FPS_BROWSER_APP_PROFILE_STRING:Internet Explorer FPS_BROWSER_USER_PROFILE_STRING:Default GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:KDot227/SomalifuscatorV2 GITHUB_REPOSITORY_OWNER:KDot227 GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:64c4cab82a996c3ab9cef4da76efceb4ebb0f534 GITHUB_WORKFLOW:Python application GITHUB_WORKSPACE:C:\Users\this1\.cache\act\4cd61a58d142e328\hostexecutor GIT_ASKPASS:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass.sh GOPATH:C:\Users\this1\go HOMEDRIVE:C: HOMEPATH:\Users\this1 ImageOS:windowslatest LANG:en_US.UTF-8 LOCALAPPDATA:C:\Users\this1\AppData\Local LOGONSERVER:\\KDOT NUMBER_OF_PROCESSORS:24 ORIGINAL_XDG_CURRENT_DESKTOP:undefined OS:Windows_NT OneDrive:C:\Users\this1\OneDrive OneDriveConsumer:C:\Users\this1\OneDrive PATHEXT:.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL POWERSHELL_DISTRIBUTION_CHANNEL:MSI:Windows 10 Pro PROCESSOR_ARCHITECTURE:AMD64 PROCESSOR_IDENTIFIER:Intel64 Family 6 Model 151 Stepping 2, GenuineIntel PROCESSOR_LEVEL:6 PROCESSOR_REVISION:9702 PSModulePath:C:\Users\this1\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PUBLIC:C:\Users\Public Path:C:\Program Files\PowerShell\7;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Program Files\LLVM\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Go\bin;C:\Program Files\CMake\bin;C:\tools\gsudo\Current;C:\Program Files\nodejs\;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files\Mullvad VPN\resources;C:\Program Files\Docker\Docker\resources\bin;C:\Users\this1\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\this1\AppData\Local\Programs\Python\Python312\;C:\Users\this1\.cargo\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\starship\bin\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Users\this1\AppData\Local\Microsoft\WindowsApps;C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\this1\Downloads\nim-2.0.2_x64\nim-2.0.2\bin;C:\Users\this1\.nimble\bin;\Scripts;C:\Users\this1\AppData\Local\Programs\Python\Python311;C:\Users\this1\AppData\Local\Programs\Python\Python311\Scripts;C:\Program Files\NASM;C:\Program Files\qemu;C:\Users\this1\.dotnet\tools;C:\ProgramData\mingw64\mingw64\bin;C:\tools\Nim\nim-2.0.0\bin;C:\Users\this1\go\bin;C:\Users\this1\.bun\bin;C:\Users\this1\AppData\Roaming\npm;C:\Program Files\WinRAR; ProgramData:C:\ProgramData ProgramFiles:C:\Program Files ProgramFiles(x86):C:\Program Files (x86) ProgramW6432:C:\Program Files RUNNER_ARCH:amd64 RUNNER_OS:windows RUNNER_PERFLOG:/dev/null RUNNER_TEMP:C:\Users\this1\.cache\act\4cd61a58d142e328\tmp RUNNER_TOOL_CACHE:C:\Users\this1\.cache\act\tool_cache RUNNER_TRACKING_ID: SESSIONNAME:Console STARSHIP_SESSION_KEY:BFGmOQA5ydtf1lji STARSHIP_SHELL:pwsh SystemDrive:C: SystemRoot:C:\WINDOWS TEMP:C:\Users\this1\AppData\Local\Temp TERM_PROGRAM:vscode TERM_PROGRAM_VERSION:1.87.2 TMP:C:\Users\this1\AppData\Local\Temp USERDOMAIN:KDOT USERDOMAIN_ROAMINGPROFILE:KDOT USERNAME:this1 USERPROFILE:C:\Users\this1 VBOX_MSI_INSTALL_PATH:C:\Program Files\Oracle\VirtualBox\ VIRTUAL_ENV_DISABLE_PROMPT:1 VSCODE_GIT_ASKPASS_EXTRA_ARGS: VSCODE_GIT_ASKPASS_MAIN:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass-main.js VSCODE_GIT_ASKPASS_NODE:C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\Code.exe VSCODE_GIT_IPC_HANDLE:\\.\pipe\vscode-git-f1bac0bcb4-sock VSCODE_INJECTION:1 __PSLockDownPolicy:0 windir:C:\WINDOWS]
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
ogramFiles(x86):C:\Program Files (x86) ProgramW6432:C:\Program Files RUNNER_ARCH:amd64 RUNNER_OS:windows RUNNER_PERFLOG:/dev/null RUNNER_TEMP:C:\Users\this1\.cache\act\4cd61a58d142e328\tmp RUNNER_TOOL_CACHE:C:\Users\this1\.cache\act\tool_cache RUNNER_TRACKING_ID: SESSIONNAME:Console STARSHIP_SESSION_KEY:BFGmOQA5ydtf1lji STARSHIP_SHELL:pwsh SystemDrive:C: SystemRoot:C:\WINDOWS TEMP:C:\Users\this1\AppData\Local\Temp TERM_PROGRAM:vscode TERM_PROGRAM_VERSION:1.87.2 TMP:C:\Users\this1\AppData\Local\Temp USERDOMAIN:KDOT USERDOMAIN_ROAMINGPROFILE:KDOT USERNAME:this1 USERPROFILE:C:\Users\this1 VBOX_MSI_INSTALL_PATH:C:\Program Files\Oracle\VirtualBox\ VIRTUAL_ENV_DISABLE_PROMPT:1 VSCODE_GIT_ASKPASS_EXTRA_ARGS: VSCODE_GIT_ASKPASS_MAIN:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass-main.js VSCODE_GIT_ASKPASS_NODE:C:\Users\this1\AppData\Local\Programs\Microsoft VS Code\Code.exe VSCODE_GIT_IPC_HANDLE:\\.\pipe\vscode-git-f1bac0bcb4-sock VSCODE_INJECTION:1 __PSLockDownPolicy:0 windir:C:\WINDOWS]
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] evaluating expression ''
[Python application/build] [DEBUG] expression '' evaluated to 'false'
[Python application/build] [DEBUG] Skipping step 'Test with pytest' due to ''
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] Loading revision from git directory
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] HEAD points to '64c4cab82a996c3ab9cef4da76efceb4ebb0f534'
[Python application/build] [DEBUG] using github ref: refs/heads/main
[Python application/build] [DEBUG] Found revision: 64c4cab82a996c3ab9cef4da76efceb4ebb0f534
[Python application/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.144.11.238:56610/ ALLUSERSPROFILE:C:\ProgramData APPDATA:C:\Users\this1\AppData\Roaming CHROME_CRASHPAD_PIPE_NAME:\\.\pipe\crashpad_17136_AJEPAIBKONNHRSGH CI:true CLINK_DIR:C:\Program Files (x86)\clink COLORTERM:truecolor COMPUTERNAME:KDOT ChocolateyInstall:C:\ProgramData\chocolatey ChocolateyLastPathUpdate:133526909390693453 ChocolateyToolsLocation:C:\tools ComSpec:C:\WINDOWS\system32\cmd.exe CommonProgramFiles:C:\Program Files\Common Files CommonProgramFiles(x86):C:\Program Files (x86)\Common Files CommonProgramW6432:C:\Program Files\Common Files DriverData:C:\Windows\System32\Drivers\DriverData EFC_9356:1 FPS_BROWSER_APP_PROFILE_STRING:Internet Explorer FPS_BROWSER_USER_PROFILE_STRING:Default GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/setup-python GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_OUTPUT:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/outputcmd.txt GITHUB_PATH:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:KDot227/SomalifuscatorV2 GITHUB_REPOSITORY_OWNER:KDot227 GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:64c4cab82a996c3ab9cef4da76efceb4ebb0f534 GITHUB_STATE:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:C:/Users/this1/.cache/act/4cd61a58d142e328/act/workflow/SUMMARY.md GITHUB_WORKFLOW:Python application GITHUB_WORKSPACE:C:\Users\this1\.cache\act\4cd61a58d142e328\hostexecutor GIT_ASKPASS:c:\Users\this1\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\askpass.sh GOPATH:C:\Users\this1\go HOMEDRIVE:C:

Additional information

Even when I have an already installed python version I still get this error. I have tried removing the cache but nothing seems to be working.

@KDot227 KDot227 added the kind/bug Something isn't working label Mar 22, 2024
@KDot227
Copy link
Author

KDot227 commented Apr 4, 2024

Mind you, I already have python downloaded and added to path prior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant