[GH-ISSUE #1640] V tests runs in a wrong folder #815

Closed
opened 2026-03-01 21:46:37 +03:00 by kerem · 1 comment
Owner

Originally created by @ArtemkaKun on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1640

Bug report info

act version:            0.2.42
GOOS:                   linux
GOARCH:                 amd64
NumCPU:                 16
Docker host:            DOCKER_HOST environment variable is unset/empty.
Sockets found:
        /var/run/docker.sock
Config files:           
        /root/.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
        Module path:           github.com/nektos/act
        Main version:          (devel)
        Main path:             github.com/nektos/act
        Main checksum:         
        Build settings:
                -buildmode:           pie
                -compiler:            gc
                -trimpath:            true
                CGO_ENABLED:          1
                GOARCH:               amd64
                GOOS:                 linux
                GOAMD64:              v1
Docker Engine:
        Engine version:        23.0.1
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         systemd
        Storage driver:        btrfs
        Registry URI:          https://index.docker.io/v1/
        OS:                    Garuda Linux
        OS type:               linux
        OS version:            
        OS arch:               x86_64
        OS kernel:             6.1.12-zen1-1.1-zen
        OS CPU:                16
        OS memory:             32016 MB
        Security options:
                name=seccomp,profile=builtin
                name=cgroupns



### Command used with act

```sh
`sudo act -s GITHUB_TOKEN=XYZ`

Describe issue

I install V programming language with vlang/setup-v@v1.3 and checkout my project, which contains V test, with actions/checkout@v3.

When I run the v test . command, it starts V language tests (cloned by vlang/setup-v@v1.3), not tests in my repo. The same behavior can be achieved if I clone a V language repo -> cd to it -> run v test ..

Job on real GitHub Actions runner works as expected (runs tests from repo folder, not V folder).

https://github.com/ArtemkaKun/v-project-basement

Workflow content

name: New changes validation

on:
  push:
    branches:
      - 'main'
  pull_request:

jobs:
  simple-build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        trimming: [ null , -skip-unused ]
        memory-management: [ null , -autofree ]
    steps:
      - name: Install V
        uses: vlang/setup-v@v1.3
        with:
          check-latest: true

      - name: Checkout ${{ github.event.repository.name }}
        uses: actions/checkout@v3

      - name: ${{ matrix.trimming }} ${{ matrix.memory-management }} build
        run: v ${{ matrix.trimming }} ${{ matrix.memory-management }} .

  test:
    needs: simple-build
    runs-on: ubuntu-latest
    steps:
      - name: Install V
        uses: vlang/setup-v@v1.3
        with:
          check-latest: true

      - name: Checkout ${{ github.event.repository.name }}
        uses: actions/checkout@v3

      - name: Run tests
        run: v test .

Relevant log output

[sudo] password for yuart:          
DEBU[0000] Loading environment from /home/yuart/Projects/v-project-basement/.env 
DEBU[0000] Loading action inputs from /home/yuart/Projects/v-project-basement/.input 
DEBU[0000] Loading secrets from /home/yuart/Projects/v-project-basement/.secrets 
DEBU[0000] Loading workflows from '/home/yuart/Projects/v-project-basement/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow 'new-changes-validation.yml' in '/home/yuart/Projects/v-project-basement/.github/workflows/new-changes-validation.yml' 
DEBU[0000] Reading workflow '/home/yuart/Projects/v-project-basement/.github/workflows/new-changes-validation.yml' 
DEBU[0000] Conditional GET for notices etag=5fa232a9-ede5-4ddc-a5e4-f0f5dcd7192c 
DEBU[0000] Preparing plan with all jobs                 
DEBU[0000] Using default workflow event: push           
DEBU[0000] Planning jobs for event: push                
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c 
DEBU[0000] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0000] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c 
DEBU[0001] Saving notices etag=5fa232a9-ede5-4ddc-a5e4-f0f5dcd7192c 
DEBU[0001] No new notices 
[New changes validation/test] [DEBUG] evaluating expression 'success()'
[New changes validation/test] [DEBUG] expression 'success()' evaluated to 'true'
[New changes validation/test] 🚀  Start image=catthehacker/ubuntu:act-latest
[New changes validation/test]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[New changes validation/test] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-latest
[New changes validation/test] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' ()
[New changes validation/test] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest
[New changes validation/test] [DEBUG] Digest: sha256:46d59ae7f843024f51dbb8e37fb6421334a78c324ef05ec1e395a712238d1bc3 :: 
[New changes validation/test] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest :: 
[New changes validation/test]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"]
 cmd=[]
[New changes validation/test] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false 
AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS
=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest
 Volumes:map[] WorkingDir:/home/yuart/Projects/v-project-basement Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:m
ap[] StopSignal: StopTimeout:<nil> Shell:[]}
[New changes validation/test] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerID
File: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false V
olumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] Grou
pAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] S
torageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs
:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWr
iteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] De
viceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLim
it:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-New-changes-validat
ion-test-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:
<nil>} {Type:volume Source:act-New-changes-validation-test Target:/home/yuart/Projects/v-project-basement ReadOnly:false Consistency:
 BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-toolcache Target:/toolcache R
eadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPat
hs:[] Init:<nil>}
[New changes validation/test] [DEBUG] Created container name=act-New-changes-validation-test id=f0e6e9525631313b9399fbeb67173ecbebdae
00e620fc917c8b75d0d0f4ac4db from image catthehacker/ubuntu:act-latest (platform: )
[New changes validation/test] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tm
p LANG=C.UTF-8]
[New changes validation/test]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cm
d=[]
[New changes validation/test] [DEBUG] Starting container: f0e6e9525631313b9399fbeb67173ecbebdae00e620fc917c8b75d0d0f4ac4db
[New changes validation/test] [DEBUG] Started container: f0e6e9525631313b9399fbeb67173ecbebdae00e620fc917c8b75d0d0f4ac4db
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/event.json len:2
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[New changes validation/test] [DEBUG] Extracting content to '/var/run/act/'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test]   ☁  git clone 'https://github.com/vlang/setup-v' # ref=v1.3
[New changes validation/test] [DEBUG]   cloning https://github.com/vlang/setup-v to /root/.cache/act/vlang-setup-v@v1.3
[New changes validation/test] [DEBUG] Unable to pull refs/heads/v1.3: worktree contains unstaged changes
[New changes validation/test] [DEBUG] Cloned https://github.com/vlang/setup-v to /root/.cache/act/vlang-setup-v@v1.3
[New changes validation/test] [DEBUG] Checked out v1.3
[New changes validation/test] [DEBUG] Read action &{Setup Vlang vlang Setup a Vlang environment downloading V and adding it to the PA
TH map[architecture:{Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default. fals
e } check-latest:{Set this option if you want the action to check for the latest available version of V. If `stable` is false, it wil
l check for the latest commit from the default branch. false false} stable:{Set this option if you want the action to use the stable 
version of V false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git c
onfig, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.

We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes ne
cessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actio
ns/creating-and-using-encrypted-secrets)
 false ${{ github.token }}} version:{Version to use. It can be the branch, tag or SHA to checkout from the V repository. Examples: 0.
2.4, weekly.2022.07 false } version-file:{File containing the version to use. It can contain the branch, tag or SHA to checkout from 
the V repository. Examples: .v-version false }] map[architecture:{Architecture that was used to install V } bin-path:{Path to the dir
ectory that contains the V binary } v-bin-path:{Path to the V binary } version:{Version of V installed }] {node16 map[] dist/index.js
  always() dist/index.js always()   [] []} { }} from 'Unknown'
[New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', 
github.event.repository.name)'
[New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)'
[New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec
kout )'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Skipping local actions/checkout because workdir was already copied
[New changes validation/test] [DEBUG] skip pre step for 'Checkout ${{ github.event.repository.name }}': no action model available
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni
nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v1.3 GITHUB_ACTI
ON_REPOSITORY:vlang/setup-v GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/wo
rkflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/g
raphql GITHUB_HEAD_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Arte
mkaKun/v-project-basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVE
R_URL:https://github.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation 
GITHUB_WORKSPACE:/home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 INPUT_CHECK-LATEST:true ImageOS:ubuntu20 LSB_OS_VERSION:22
04 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr
/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoo
lcache USER:root]
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] evaluating expression ''
[New changes validation/test] [DEBUG] expression '' evaluated to 'true'
[New changes validation/test] ⭐ Run Main Install V
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[New changes validation/test] [DEBUG] Extracting content to '/var/run/act'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] About to run action &{Setup Vlang vlang Setup a Vlang environment downloading V and adding it t
o the PATH map[architecture:{Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by defau
lt. false } check-latest:{Set this option if you want the action to check for the latest available version of V. If `stable` is false
, it will check for the latest commit from the default branch. false false} stable:{Set this option if you want the action to use the
 stable version of V false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the loc
al git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.

We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes ne
cessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actio
ns/creating-and-using-encrypted-secrets)
 false ${{ github.token }}} version:{Version to use. It can be the branch, tag or SHA to checkout from the V repository. Examples: 0.
2.4, weekly.2022.07 false } version-file:{File containing the version to use. It can contain the branch, tag or SHA to checkout from 
the V repository. Examples: .v-version false }] map[architecture:{Architecture that was used to install V } bin-path:{Path to the dir
ectory that contains the V binary } v-bin-path:{Path to the V binary } version:{Version of V installed }] {node16 map[] dist/index.js
  always() dist/index.js always()   [] []} { }}
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
[New changes validation/test] [DEBUG] evaluating expression 'format('{0}', github.token)'
[New changes validation/test] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
[New changes validation/test] [DEBUG] type=remote-action actionDir=/root/.cache/act/vlang-setup-v@v1.3 actionPath= workdir=/home/yuar
t/Projects/v-project-basement actionCacheDir=/root/.cache/act actionName=vlang-setup-v@v1.3 containerActionDir=/var/run/act/actions/v
lang-setup-v@v1.3
[New changes validation/test] [DEBUG] Removing /root/.cache/act/vlang-setup-v@v1.3/.gitignore before docker cp
[New changes validation/test] [DEBUG] /var/run/act/actions/vlang-setup-v@v1.3
[New changes validation/test]   🐳  docker cp src=/root/.cache/act/vlang-setup-v@v1.3/ dst=/var/run/act/actions/vlang-setup-v@v1.3/
[New changes validation/test] [DEBUG] Writing tarball /tmp/act2505493253 from /root/.cache/act/vlang-setup-v@v1.3/
[New changes validation/test] [DEBUG] Stripping prefix:/root/.cache/act/vlang-setup-v@v1.3/ src:/root/.cache/act/vlang-setup-v@v1.3/
[New changes validation/test] [DEBUG] Extracting content from '/tmp/act2505493253' to '/var/run/act/actions/vlang-setup-v@v1.3/'
[New changes validation/test] [DEBUG] executing remote job container: [node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js]
[New changes validation/test]   🐳  docker exec cmd=[node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js] user= workdir=
[New changes validation/test] [DEBUG] Exec command '[node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js]'
[New changes validation/test] [DEBUG] Working directory '/home/yuart/Projects/v-project-basement'
[New changes validation/test]   | Resolved  as 
[New changes validation/test]   | Checking latest release...
[New changes validation/test]   | Downloading vlang ...
[New changes validation/test]   | Determining the default branch
[New changes validation/test]   | Retrieving the default branch name
[New changes validation/test]   | Default branch 'master'
[New changes validation/test]   | Creating directory: /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64
[New changes validation/test]   | Downloading the archive
[New changes validation/test]   | Downloaded archive 'https://codeload.github.com/vlang/v/legacy.tar.gz/refs/heads/master'
[New changes validation/test]   | Writing archive to disk
[New changes validation/test]   | Extracting the archive
[New changes validation/test]   💬  ::debug::Checking tar --version
[New changes validation/test]   💬  ::debug::tar (GNU tar) 1.34%0ACopyright (C) 2021 Free Software Foundation, Inc.%0ALicense GPLv3+:
 GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.%0AThis is free software: you are free to change and redistribute it.
%0AThere is NO WARRANTY, to the extent permitted by law.%0A%0AWritten by John Gilmore and Jay Fenlason.
[New changes validation/test]   | [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/yuart/Projects/v-project
-basement/vlang/vlang_linux_x64/86465b32-b771-4c08-9f81-b77aa1307d92 -f /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64
/86465b32-b771-4c08-9f81-b77aa1307d92.tar.gz
[New changes validation/test]   | Resolved version vlang-v-b1ed1d3
[New changes validation/test]   | Running make...
[New changes validation/test]   | make fresh_vc
[New changes validation/test]   | make[1]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | rm -rf ./vc
[New changes validation/test]   | git clone --filter=blob:none --quiet https://github.com/vlang/vc ./vc
[New changes validation/test]   | make[1]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | cd ./vc && git clean -xf && git pull --quiet
[New changes validation/test]   | make fresh_tcc
[New changes validation/test]   | make[1]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | rm -rf ./thirdparty/tcc
[New changes validation/test]   | git clone --filter=blob:none --quiet --branch thirdparty-linux-amd64 https://github.com/vlang/tccbi
n ./thirdparty/tcc
[New changes validation/test]   | make[2]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | make[2]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | make[1]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64'
[New changes validation/test]   | cd ./thirdparty/tcc && git clean -xf && git pull --quiet
[New changes validation/test]   | cc  -std=gnu99 -w -o v1.exe ./vc/v.c -lm -lpthread 
[New changes validation/test]   | ./v1.exe -no-parallel -o v2.exe  cmd/v
[New changes validation/test]   | ./v2.exe -o ./v  cmd/v
[New changes validation/test]   | rm -rf v1.exe v2.exe
[New changes validation/test]   | Your `tcc` is working. Good - it is much faster at compiling C source code.
[New changes validation/test]   | V has been successfully built
[New changes validation/test]   | V 0.3.3 b1ed1d3
[New changes validation/test]   | 
[New changes validation/test]   | Adding v to the cache...
[New changes validation/test]   💬  ::debug::Caching tool v 0.3.3 x64
[New changes validation/test]   💬  ::debug::source dir: /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64
[New changes validation/test]   💬  ::debug::destination /opt/hostedtoolcache/v/0.3.3/x64
[New changes validation/test]   💬  ::debug::finished caching tool
[New changes validation/test]   | Cached v to: /opt/hostedtoolcache/v/0.3.3/x64
[New changes validation/test]   ✅  Success - Main Install V
[New changes validation/test]   ⚙  ::set-output:: v-bin-path=/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64/v
[New changes validation/test]   ⚙  ::set-output:: version=0.3.3
[New changes validation/test]   ⚙  ::set-output:: architecture=x64
[New changes validation/test]   ⚙  ::set-output:: bin-path=/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64
[New changes validation/test]   ⚙  ::add-path:: /opt/hostedtoolcache/v/0.3.3/x64
[New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', 
github.event.repository.name)'
[New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)'
[New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec
kout )'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Skipping local actions/checkout because workdir was already copied
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni
nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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_ENV:/var/run/act/w
orkflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/
graphql GITHUB_HEAD_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Art
emkaKun/v-project-basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERV
ER_URL:https://github.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation
 GITHUB_WORKSPACE:/home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PA
TH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/loc
al/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] evaluating expression ''
[New changes validation/test] [DEBUG] expression '' evaluated to 'true'
[New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', 
github.event.repository.name)'
[New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)'
[New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec
kout )'
[New changes validation/test] ⭐ Run Main Checkout 
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[New changes validation/test] [DEBUG] Extracting content to '/var/run/act'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test]   🐳  docker cp src=/home/yuart/Projects/v-project-basement/. dst=/home/yuart/Projects/v-project-baseme
nt
[New changes validation/test] [DEBUG] Writing tarball /tmp/act369889214 from /home/yuart/Projects/v-project-basement/.
[New changes validation/test] [DEBUG] Stripping prefix:/home/yuart/Projects/v-project-basement/ src:/home/yuart/Projects/v-project-ba
sement/.
[New changes validation/test] [DEBUG] Extracting content from '/tmp/act369889214' to '/home/yuart/Projects/v-project-basement'
[New changes validation/test]   ✅  Success - Main Checkout 
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni
nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_R
EPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt G
ITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEA
D_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:ArtemkaKun/v-project-
basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git
hub.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation GITHUB_WORKSPACE:
/home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtool
cache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/ho
stedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] evaluating expression ''
[New changes validation/test] [DEBUG] expression '' evaluated to 'true'
[New changes validation/test] ⭐ Run Main Run tests
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[New changes validation/test] [DEBUG] Extracting content to '/var/run/act'
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Loading revision from git directory
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c'
[New changes validation/test] [DEBUG] using github ref: refs/heads/main
[New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c
[New changes validation/test] [DEBUG] Wrote command 

v test .

 to 'workflow/2'
[New changes validation/test] [DEBUG] Writing entry to tarball workflow/2 len:10
[New changes validation/test] [DEBUG] Extracting content to '/var/run/act'
[New changes validation/test]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2] user= workdir=
[New changes validation/test] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2]'
[New changes validation/test] [DEBUG] Working directory '/home/yuart/Projects/v-project-basement'
[New changes validation/test]   | ---- Testing... ----------------------------------------------------------------
[New changes validation/test]   |  FAIL  [   1/1317]   127.317 ms /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64/cmd/t
ools/vdoc/html_tag_escape_test.v

Additional information

No response

Originally created by @ArtemkaKun on GitHub (Feb 21, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1640 ### Bug report info ```plain text act version: 0.2.42 GOOS: linux GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files: /root/.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 Module path: github.com/nektos/act Main version: (devel) Main path: github.com/nektos/act Main checksum: Build settings: -buildmode: pie -compiler: gc -trimpath: true CGO_ENABLED: 1 GOARCH: amd64 GOOS: linux GOAMD64: v1 Docker Engine: Engine version: 23.0.1 Engine runtime: runc Cgroup version: 2 Cgroup driver: systemd Storage driver: btrfs Registry URI: https://index.docker.io/v1/ OS: Garuda Linux OS type: linux OS version: OS arch: x86_64 OS kernel: 6.1.12-zen1-1.1-zen OS CPU: 16 OS memory: 32016 MB Security options: name=seccomp,profile=builtin name=cgroupns ``` ``` ### Command used with act ```sh `sudo act -s GITHUB_TOKEN=XYZ` ``` ### Describe issue I install V programming language with `vlang/setup-v@v1.3` and checkout my project, which contains V test, with `actions/checkout@v3`. When I run the `v test .` command, it starts V language tests (cloned by `vlang/setup-v@v1.3`), not tests in my repo. The same behavior can be achieved if I clone a V language repo -> `cd` to it -> run `v test .`. Job on real GitHub Actions runner works as expected (runs tests from repo folder, not V folder). ### Link to GitHub repository https://github.com/ArtemkaKun/v-project-basement ### Workflow content ```yml name: New changes validation on: push: branches: - 'main' pull_request: jobs: simple-build: runs-on: ubuntu-latest strategy: matrix: trimming: [ null , -skip-unused ] memory-management: [ null , -autofree ] steps: - name: Install V uses: vlang/setup-v@v1.3 with: check-latest: true - name: Checkout ${{ github.event.repository.name }} uses: actions/checkout@v3 - name: ${{ matrix.trimming }} ${{ matrix.memory-management }} build run: v ${{ matrix.trimming }} ${{ matrix.memory-management }} . test: needs: simple-build runs-on: ubuntu-latest steps: - name: Install V uses: vlang/setup-v@v1.3 with: check-latest: true - name: Checkout ${{ github.event.repository.name }} uses: actions/checkout@v3 - name: Run tests run: v test . ``` ### Relevant log output ```sh [sudo] password for yuart: DEBU[0000] Loading environment from /home/yuart/Projects/v-project-basement/.env DEBU[0000] Loading action inputs from /home/yuart/Projects/v-project-basement/.input DEBU[0000] Loading secrets from /home/yuart/Projects/v-project-basement/.secrets DEBU[0000] Loading workflows from '/home/yuart/Projects/v-project-basement/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'new-changes-validation.yml' in '/home/yuart/Projects/v-project-basement/.github/workflows/new-changes-validation.yml' DEBU[0000] Reading workflow '/home/yuart/Projects/v-project-basement/.github/workflows/new-changes-validation.yml' DEBU[0000] Conditional GET for notices etag=5fa232a9-ede5-4ddc-a5e4-f0f5dcd7192c DEBU[0000] Preparing plan with all jobs DEBU[0000] Using default workflow event: push DEBU[0000] Planning jobs for event: push DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c DEBU[0000] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c DEBU[0001] Saving notices etag=5fa232a9-ede5-4ddc-a5e4-f0f5dcd7192c DEBU[0001] No new notices [New changes validation/test] [DEBUG] evaluating expression 'success()' [New changes validation/test] [DEBUG] expression 'success()' evaluated to 'true' [New changes validation/test] 🚀 Start image=catthehacker/ubuntu:act-latest [New changes validation/test] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true [New changes validation/test] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-latest [New changes validation/test] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' () [New changes validation/test] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest [New changes validation/test] [DEBUG] Digest: sha256:46d59ae7f843024f51dbb8e37fb6421334a78c324ef05ec1e395a712238d1bc3 :: [New changes validation/test] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest :: [New changes validation/test] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] [New changes validation/test] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS =Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/home/yuart/Projects/v-project-basement Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:m ap[] StopSignal: StopTimeout:<nil> Shell:[]} [New changes validation/test] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerID File: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false V olumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] Grou pAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] S torageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs :0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWr iteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] De viceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLim it:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-New-changes-validat ion-test-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions: <nil>} {Type:volume Source:act-New-changes-validation-test Target:/home/yuart/Projects/v-project-basement ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-toolcache Target:/toolcache R eadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPat hs:[] Init:<nil>} [New changes validation/test] [DEBUG] Created container name=act-New-changes-validation-test id=f0e6e9525631313b9399fbeb67173ecbebdae 00e620fc917c8b75d0d0f4ac4db from image catthehacker/ubuntu:act-latest (platform: ) [New changes validation/test] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tm p LANG=C.UTF-8] [New changes validation/test] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cm d=[] [New changes validation/test] [DEBUG] Starting container: f0e6e9525631313b9399fbeb67173ecbebdae00e620fc917c8b75d0d0f4ac4db [New changes validation/test] [DEBUG] Started container: f0e6e9525631313b9399fbeb67173ecbebdae00e620fc917c8b75d0d0f4ac4db [New changes validation/test] [DEBUG] Writing entry to tarball workflow/event.json len:2 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [New changes validation/test] [DEBUG] Extracting content to '/var/run/act/' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] ☁ git clone 'https://github.com/vlang/setup-v' # ref=v1.3 [New changes validation/test] [DEBUG] cloning https://github.com/vlang/setup-v to /root/.cache/act/vlang-setup-v@v1.3 [New changes validation/test] [DEBUG] Unable to pull refs/heads/v1.3: worktree contains unstaged changes [New changes validation/test] [DEBUG] Cloned https://github.com/vlang/setup-v to /root/.cache/act/vlang-setup-v@v1.3 [New changes validation/test] [DEBUG] Checked out v1.3 [New changes validation/test] [DEBUG] Read action &{Setup Vlang vlang Setup a Vlang environment downloading V and adding it to the PA TH map[architecture:{Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by default. fals e } check-latest:{Set this option if you want the action to check for the latest available version of V. If `stable` is false, it wil l check for the latest commit from the default branch. false false} stable:{Set this option if you want the action to use the stable version of V false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git c onfig, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes ne cessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actio ns/creating-and-using-encrypted-secrets) false ${{ github.token }}} version:{Version to use. It can be the branch, tag or SHA to checkout from the V repository. Examples: 0. 2.4, weekly.2022.07 false } version-file:{File containing the version to use. It can contain the branch, tag or SHA to checkout from the V repository. Examples: .v-version false }] map[architecture:{Architecture that was used to install V } bin-path:{Path to the dir ectory that contains the V binary } v-bin-path:{Path to the V binary } version:{Version of V installed }] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' [New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec kout )' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Skipping local actions/checkout because workdir was already copied [New changes validation/test] [DEBUG] skip pre step for 'Checkout ${{ github.event.repository.name }}': no action model available [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v1.3 GITHUB_ACTI ON_REPOSITORY:vlang/setup-v GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/wo rkflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/g raphql GITHUB_HEAD_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Arte mkaKun/v-project-basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVE R_URL:https://github.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation GITHUB_WORKSPACE:/home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 INPUT_CHECK-LATEST:true ImageOS:ubuntu20 LSB_OS_VERSION:22 04 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr /games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/ bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoo lcache USER:root] [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] evaluating expression '' [New changes validation/test] [DEBUG] expression '' evaluated to 'true' [New changes validation/test] ⭐ Run Main Install V [New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [New changes validation/test] [DEBUG] Extracting content to '/var/run/act' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] About to run action &{Setup Vlang vlang Setup a Vlang environment downloading V and adding it t o the PATH map[architecture:{Target architecture for V to use. Examples: linux, macos, windows. Will use system architecture by defau lt. false } check-latest:{Set this option if you want the action to check for the latest available version of V. If `stable` is false , it will check for the latest commit from the default branch. false false} stable:{Set this option if you want the action to use the stable version of V false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the loc al git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes ne cessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actio ns/creating-and-using-encrypted-secrets) false ${{ github.token }}} version:{Version to use. It can be the branch, tag or SHA to checkout from the V repository. Examples: 0. 2.4, weekly.2022.07 false } version-file:{File containing the version to use. It can contain the branch, tag or SHA to checkout from the V repository. Examples: .v-version false }] map[architecture:{Architecture that was used to install V } bin-path:{Path to the dir ectory that contains the V binary } v-bin-path:{Path to the V binary } version:{Version of V installed }] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' [New changes validation/test] [DEBUG] evaluating expression 'format('{0}', github.token)' [New changes validation/test] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' [New changes validation/test] [DEBUG] type=remote-action actionDir=/root/.cache/act/vlang-setup-v@v1.3 actionPath= workdir=/home/yuar t/Projects/v-project-basement actionCacheDir=/root/.cache/act actionName=vlang-setup-v@v1.3 containerActionDir=/var/run/act/actions/v lang-setup-v@v1.3 [New changes validation/test] [DEBUG] Removing /root/.cache/act/vlang-setup-v@v1.3/.gitignore before docker cp [New changes validation/test] [DEBUG] /var/run/act/actions/vlang-setup-v@v1.3 [New changes validation/test] 🐳 docker cp src=/root/.cache/act/vlang-setup-v@v1.3/ dst=/var/run/act/actions/vlang-setup-v@v1.3/ [New changes validation/test] [DEBUG] Writing tarball /tmp/act2505493253 from /root/.cache/act/vlang-setup-v@v1.3/ [New changes validation/test] [DEBUG] Stripping prefix:/root/.cache/act/vlang-setup-v@v1.3/ src:/root/.cache/act/vlang-setup-v@v1.3/ [New changes validation/test] [DEBUG] Extracting content from '/tmp/act2505493253' to '/var/run/act/actions/vlang-setup-v@v1.3/' [New changes validation/test] [DEBUG] executing remote job container: [node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js] [New changes validation/test] 🐳 docker exec cmd=[node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js] user= workdir= [New changes validation/test] [DEBUG] Exec command '[node /var/run/act/actions/vlang-setup-v@v1.3/dist/index.js]' [New changes validation/test] [DEBUG] Working directory '/home/yuart/Projects/v-project-basement' [New changes validation/test] | Resolved as [New changes validation/test] | Checking latest release... [New changes validation/test] | Downloading vlang ... [New changes validation/test] | Determining the default branch [New changes validation/test] | Retrieving the default branch name [New changes validation/test] | Default branch 'master' [New changes validation/test] | Creating directory: /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64 [New changes validation/test] | Downloading the archive [New changes validation/test] | Downloaded archive 'https://codeload.github.com/vlang/v/legacy.tar.gz/refs/heads/master' [New changes validation/test] | Writing archive to disk [New changes validation/test] | Extracting the archive [New changes validation/test] 💬 ::debug::Checking tar --version [New changes validation/test] 💬 ::debug::tar (GNU tar) 1.34%0ACopyright (C) 2021 Free Software Foundation, Inc.%0ALicense GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.%0AThis is free software: you are free to change and redistribute it. %0AThere is NO WARRANTY, to the extent permitted by law.%0A%0AWritten by John Gilmore and Jay Fenlason. [New changes validation/test] | [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/yuart/Projects/v-project -basement/vlang/vlang_linux_x64/86465b32-b771-4c08-9f81-b77aa1307d92 -f /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64 /86465b32-b771-4c08-9f81-b77aa1307d92.tar.gz [New changes validation/test] | Resolved version vlang-v-b1ed1d3 [New changes validation/test] | Running make... [New changes validation/test] | make fresh_vc [New changes validation/test] | make[1]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | rm -rf ./vc [New changes validation/test] | git clone --filter=blob:none --quiet https://github.com/vlang/vc ./vc [New changes validation/test] | make[1]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | cd ./vc && git clean -xf && git pull --quiet [New changes validation/test] | make fresh_tcc [New changes validation/test] | make[1]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | rm -rf ./thirdparty/tcc [New changes validation/test] | git clone --filter=blob:none --quiet --branch thirdparty-linux-amd64 https://github.com/vlang/tccbi n ./thirdparty/tcc [New changes validation/test] | make[2]: Entering directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | make[2]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | make[1]: Leaving directory '/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64' [New changes validation/test] | cd ./thirdparty/tcc && git clean -xf && git pull --quiet [New changes validation/test] | cc -std=gnu99 -w -o v1.exe ./vc/v.c -lm -lpthread [New changes validation/test] | ./v1.exe -no-parallel -o v2.exe cmd/v [New changes validation/test] | ./v2.exe -o ./v cmd/v [New changes validation/test] | rm -rf v1.exe v2.exe [New changes validation/test] | Your `tcc` is working. Good - it is much faster at compiling C source code. [New changes validation/test] | V has been successfully built [New changes validation/test] | V 0.3.3 b1ed1d3 [New changes validation/test] | [New changes validation/test] | Adding v to the cache... [New changes validation/test] 💬 ::debug::Caching tool v 0.3.3 x64 [New changes validation/test] 💬 ::debug::source dir: /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64 [New changes validation/test] 💬 ::debug::destination /opt/hostedtoolcache/v/0.3.3/x64 [New changes validation/test] 💬 ::debug::finished caching tool [New changes validation/test] | Cached v to: /opt/hostedtoolcache/v/0.3.3/x64 [New changes validation/test] ✅ Success - Main Install V [New changes validation/test] ⚙ ::set-output:: v-bin-path=/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64/v [New changes validation/test] ⚙ ::set-output:: version=0.3.3 [New changes validation/test] ⚙ ::set-output:: architecture=x64 [New changes validation/test] ⚙ ::set-output:: bin-path=/home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64 [New changes validation/test] ⚙ ::add-path:: /opt/hostedtoolcache/v/0.3.3/x64 [New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec kout )' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Skipping local actions/checkout because workdir was already copied [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 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_ENV:/var/run/act/w orkflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/ graphql GITHUB_HEAD_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Art emkaKun/v-project-basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERV ER_URL:https://github.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation GITHUB_WORKSPACE:/home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PA TH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games :/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/loc al/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] evaluating expression '' [New changes validation/test] [DEBUG] expression '' evaluated to 'true' [New changes validation/test] [DEBUG] expression 'Checkout ${{ github.event.repository.name }}' rewritten to 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] evaluating expression 'format('Checkout {0}', github.event.repository.name)' [New changes validation/test] [DEBUG] expression 'format('Checkout {0}', github.event.repository.name)' evaluated to '%!t(string=Chec kout )' [New changes validation/test] ⭐ Run Main Checkout [New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [New changes validation/test] [DEBUG] Extracting content to '/var/run/act' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] 🐳 docker cp src=/home/yuart/Projects/v-project-basement/. dst=/home/yuart/Projects/v-project-baseme nt [New changes validation/test] [DEBUG] Writing tarball /tmp/act369889214 from /home/yuart/Projects/v-project-basement/. [New changes validation/test] [DEBUG] Stripping prefix:/home/yuart/Projects/v-project-basement/ src:/home/yuart/Projects/v-project-ba sement/. [New changes validation/test] [DEBUG] Extracting content from '/tmp/act369889214' to '/home/yuart/Projects/v-project-basement' [New changes validation/test] ✅ Success - Main Checkout [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noni nteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_R EPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt G ITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEA D_REF: GITHUB_JOB:test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:ArtemkaKun/v-project- basement GITHUB_REPOSITORY_OWNER:ArtemkaKun GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git hub.com GITHUB_SHA:92271cfb643ee8c6862d71d6f2c895ddc3ec721c GITHUB_TOKEN:*** GITHUB_WORKFLOW:New changes validation GITHUB_WORKSPACE: /home/yuart/Projects/v-project-basement IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtool cache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/ho stedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] evaluating expression '' [New changes validation/test] [DEBUG] expression '' evaluated to 'true' [New changes validation/test] ⭐ Run Main Run tests [New changes validation/test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [New changes validation/test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [New changes validation/test] [DEBUG] Extracting content to '/var/run/act' [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Loading revision from git directory [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] HEAD points to '92271cfb643ee8c6862d71d6f2c895ddc3ec721c' [New changes validation/test] [DEBUG] using github ref: refs/heads/main [New changes validation/test] [DEBUG] Found revision: 92271cfb643ee8c6862d71d6f2c895ddc3ec721c [New changes validation/test] [DEBUG] Wrote command v test . to 'workflow/2' [New changes validation/test] [DEBUG] Writing entry to tarball workflow/2 len:10 [New changes validation/test] [DEBUG] Extracting content to '/var/run/act' [New changes validation/test] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2] user= workdir= [New changes validation/test] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/2]' [New changes validation/test] [DEBUG] Working directory '/home/yuart/Projects/v-project-basement' [New changes validation/test] | ---- Testing... ---------------------------------------------------------------- [New changes validation/test] | FAIL [ 1/1317] 127.317 ms /home/yuart/Projects/v-project-basement/vlang/vlang_linux_x64/cmd/t ools/vdoc/html_tag_escape_test.v ``` ### Additional information _No response_
kerem 2026-03-01 21:46:37 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 21, 2023):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:1685435104 --> @github-actions[bot] commented on GitHub (Aug 21, 2023): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#815
No description provided.