[GH-ISSUE #2561] Act push fails but on github succeeds (also, act push succeeds when using in the verbose mode). #1173

Closed
opened 2026-03-01 21:49:27 +03:00 by kerem · 4 comments
Owner

Originally created by @halcwb on GitHub (Dec 9, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2561

Bug report info

act --bug-report
act version:            0.2.70
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 12
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
	/var/run/docker.sock
	$HOME/.docker/run/docker.sock
Config files:           
	/Users/../Library/Application Support/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.23.3
	Module path:           command-line-arguments
	Main version:          
	Main path:             
	Main checksum:         
	Build settings:
		-buildmode:           exe
		-compiler:            gc
		-ldflags:             -X main.version=0.2.70
		DefaultGODEBUG:       asynctimerchan=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,tls10server=1,tls3des=1,tlskyber=0,tlsrsakex=1,tlsunsafeekm=1,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1
		CGO_ENABLED:          1
		CGO_CFLAGS:           
		CGO_CPPFLAGS:         
		CGO_CXXFLAGS:         
		CGO_LDFLAGS:          
		GOARCH:               arm64
		GOOS:                 darwin
		GOARM64:              v8.0
Docker Engine:
	Engine version:        27.3.1
	Engine runtime:        runc
	Cgroup version:        2
	Cgroup driver:         cgroupfs
	Storage driver:        overlay2
	Registry URI:          https://index.docker.io/v1/
	OS:                    Docker Desktop
	OS type:               linux
	OS version:            
	OS arch:               aarch64
	OS kernel:             6.10.14-linuxkit
	OS CPU:                12
	OS memory:             7836 MB
	Security options:
		name=seccomp,profile=unconfined
		name=cgroupns

Command used with act

act --container-architecture linux/amd64
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' 
[Build master/build-2] 🚧  Skipping unsupported platform -- Try running with `-P macOS-latest=...`
[Build master/build-3] 🚧  Skipping unsupported platform -- Try running with `-P macOS-latest=...`
[Build master/build-1] 🚀  Start image=
[Build master/build-1]   🐳  docker pull image= platform=linux/amd64 username= forcePull=true
[Build master/build-1] invalid reference format
[Build master/build-1] using DockerAuthConfig authentication for docker pull
Error: invalid reference format

Describe issue

Expected act to run the push workflow.

https://github.com/halcwb/GenPres2

Workflow content

name: Build master

on: [push, pull_request, workflow_dispatch]

jobs:
  build:
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest, macOS-latest]
    runs-on: ${{ matrix.os }}

    steps:
    - uses: actions/checkout@v2
    - name: Use .NET Core 8.0 SDK
      uses: actions/setup-dotnet@v1
      with:
        dotnet-version: '8.0.x'

    - name: Build
      if: runner.os != 'Windows'
      run: |
        chmod +x ./build.sh
        ./build.sh
      env:
        # Work around https://github.com/actions/setup-dotnet/issues/29
        DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
        CI: true
    - name: Build
      if: runner.os == 'Windows'
      run: ./build.cmd
      env:
        # Work around https://github.com/actions/setup-dotnet/issues/29
        DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
        CI: true

Relevant log output

act push -v
DEBU[0000] Handling container host and socket           
DEBU[0000] Defaulting container socket to DOCKER_HOST   
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' 
WARN  ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠  
DEBU[0000] Loading environment from /Users/halcwb/Development/lab/GenPRES/.env 
DEBU[0000] Loading action inputs from /Users/halcwb/Development/lab/GenPRES/.input 
DEBU[0000] Loading secrets from /Users/halcwb/Development/lab/GenPRES/.secrets 
DEBU[0000] Loading vars from /Users/halcwb/Development/lab/GenPRES/.vars 
DEBU[0000] Evaluated matrix inclusions: map[]           
DEBU[0000] Loading workflows from '/Users/halcwb/Development/lab/GenPRES/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow 'build.yml' in '/Users/halcwb/Development/lab/GenPRES/.github/workflows/build.yml' 
DEBU[0000] Reading workflow '/Users/halcwb/Development/lab/GenPRES/.github/workflows/build.yml' 
DEBU[0000] Conditional GET for notices etag=11847fa6-a8b8-4e00-a582-1c0ccac6bed5 
DEBU[0000] Using first passed in arguments event for filtering: push 
DEBU[0000] Preparing plan for a event: push             
DEBU[0000] Using first passed in arguments event: push  
DEBU[0000] Planning jobs for event: push                
DEBU[0000] gc: 2024-12-09 11:26:52.133494 +0100 CET m=+0.027607834  module=artifactcache
DEBU[0000] Plan Stages: [0x1400046b470]                 
DEBU[0000] Stages Runs: [build]                         
DEBU[0000] Job.Name: build                              
DEBU[0000] Job.RawNeeds: {0 0    <nil> []    0 0}       
DEBU[0000] Job.RawRunsOn: {8 0 !!str ${{ matrix.os }}  <nil> []    10 14} 
DEBU[0000] Job.Env: {0 0    <nil> []    0 0}            
DEBU[0000] Job.If: {0 0  success()  <nil> []    0 0}    
DEBU[0000] Job.Steps: actions/checkout@v2               
DEBU[0000] Job.Steps: Use .NET Core 8.0 SDK             
DEBU[0000] Job.Steps: Build                             
DEBU[0000] Job.Steps: Build                             
DEBU[0000] Job.TimeoutMinutes:                          
DEBU[0000] Job.Services: map[]                          
DEBU[0000] Job.Strategy: &{false 0   {4 0 !!map   <nil> [0x1400040c460 0x1400040c500]    9 9}} 
DEBU[0000] Job.RawContainer: {0 0    <nil> []    0 0}   
DEBU[0000] Job.Defaults.Run.Shell:                      
DEBU[0000] Job.Defaults.Run.WorkingDirectory:           
DEBU[0000] Job.Outputs: map[]                           
DEBU[0000] Job.Uses:                                    
DEBU[0000] Job.With: map[]                              
DEBU[0000] Job.Result:                                  
DEBU[0000] Job.Strategy.FailFast: false                 
DEBU[0000] Job.Strategy.MaxParallel: 0                  
DEBU[0000] Job.Strategy.FailFastString:                 
DEBU[0000] Job.Strategy.MaxParallelString:              
DEBU[0000] Job.Strategy.RawMatrix: {4 0 !!map   <nil> [0x1400040c460 0x1400040c500]    9 9} 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' 
DEBU[0000] using github ref: refs/heads/master          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' 
DEBU[0000] using github ref: refs/heads/master          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000]                                              
DEBU[0000] Job Matrices: [map[os:ubuntu-latest] map[os:windows-latest] map[os:macOS-latest]] 
DEBU[0000] Runner Matrices: map[]                       
DEBU[0000] Final matrix after applying user inclusions '[map[os:ubuntu-latest] map[os:windows-latest] map[os:macOS-latest]]' 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' 
DEBU[0000] using github ref: refs/heads/master          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' 
DEBU[0000] using github ref: refs/heads/master          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' 
DEBU[0000] using github ref: refs/heads/master          
DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 
DEBU[0000] Detected CPUs: 12                            
[Build master/build-1] [DEBUG] evaluating expression 'success()'
[Build master/build-2] [DEBUG] evaluating expression 'success()'
[Build master/build-1] [DEBUG] expression 'success()' evaluated to 'true'
[Build master/build-3] [DEBUG] evaluating expression 'success()'
[Build master/build-2] [DEBUG] expression 'success()' evaluated to 'true'
[Build master/build-3] [DEBUG] expression 'success()' evaluated to 'true'
[Build master/build-3] [DEBUG] evaluating expression '${{ matrix.os }}'
[Build master/build-2] [DEBUG] evaluating expression '${{ matrix.os }}'
[Build master/build-3] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=macOS-latest)'
[Build master/build-2] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=windows-latest)'
[Build master/build-1] [DEBUG] evaluating expression '${{ matrix.os }}'
[Build master/build-3] 🚧  Skipping unsupported platform -- Try running with `-P windows-latest=...`
[Build master/build-1] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=ubuntu-latest)'
[Build master/build-2] 🚧  Skipping unsupported platform -- Try running with `-P windows-latest=...`
[Build master/build-1] 🚀  Start image=catthehacker/ubuntu:act-latest
DEBU[0000] Parallel tasks (0) below minimum, setting to 1 
[Build master/build-1]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[Build master/build-1] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-latest
[Build master/build-1] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' ()
[Build master/build-1] using DockerAuthConfig authentication for docker pull
DEBU[0000] Saving notices etag=11847fa6-a8b8-4e00-a582-1c0ccac6bed5 
DEBU[0000] No new notices                               
[Build master/build-1] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest
[Build master/build-1] [DEBUG] Digest: sha256:89367f3c5437699c6b43fa941041725bcc77682a46f2bbe6557541e384d9cedb :: 
[Build master/build-1] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest :: 
[Build master/build-1] [DEBUG] Removed container: 4da48f1a4f991c64fff39254f7ee4c1eedefc2837542fa84c3aa06698ba91b11
[Build master/build-1] [DEBUG]   🐳  docker volume rm act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98
[Build master/build-1] [DEBUG]   🐳  docker volume rm act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98-env
DEBU[0001] Parallel tasks (0) below minimum, setting to 1 
[Build master/build-1]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Build master/build-1] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/halcwb/Development/lab/GenPRES Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[Build master/build-1] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt: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:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/opt/hostedtoolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98 Target:/Users/halcwb/Development/lab/GenPRES ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[Build master/build-1] [DEBUG] input.NetworkAliases ==> [build-1]
[Build master/build-1] [DEBUG] Created container name=act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98 id=a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd from image catthehacker/ubuntu:act-latest (platform: )
[Build master/build-1] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[Build master/build-1]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Build master/build-1] [DEBUG] Starting container: a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd
[Build master/build-1] [DEBUG] Started container: a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/event.json len:2
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Build master/build-1] [DEBUG] Extracting content to '/var/run/act/'
DEBU[0001] Parallel tasks (0) below minimum, setting to 1 
[Build master/build-1]   🐳  docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir=
[Build master/build-1] [DEBUG] Exec command '[node --no-warnings -e console.log(process.execPath)]'
[Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Build master/build-1] [DEBUG] skip pre step for 'actions/checkout@v2': no action model available
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1]   ☁  git clone 'https://github.com/actions/setup-dotnet' # ref=v1
[Build master/build-1] [DEBUG]   cloning https://github.com/actions/setup-dotnet to /Users/halcwb/.cache/act/actions-setup-dotnet@v1
[Build master/build-1] [DEBUG] Cloned https://github.com/actions/setup-dotnet to /Users/halcwb/.cache/act/actions-setup-dotnet@v1
[Build master/build-1] [DEBUG] Checked out v1
[Build master/build-1] [DEBUG] Read action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false } owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node12 map[] dist/index.js  always()  always()     [] []} {green play}} from 'Unknown'
[Build master/build-1] 🧪  Matrix: map[os:ubuntu-latest]
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] evaluating expression ''
[Build master/build-1] [DEBUG] expression '' evaluated to 'true'
[Build master/build-1] ⭐ Run Main actions/checkout@v2
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Build master/build-1] [DEBUG] Extracting content to '/var/run/act'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1]   🐳  docker cp src=/Users/halcwb/Development/lab/GenPRES/. dst=/Users/halcwb/Development/lab/GenPRES
[Build master/build-1] [DEBUG] Writing tarball /var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3942603001 from /Users/halcwb/Development/lab/GenPRES/.
[Build master/build-1] [DEBUG] Stripping prefix:/Users/halcwb/Development/lab/GenPRES/ src:/Users/halcwb/Development/lab/GenPRES/.
[Build master/build-1] [DEBUG] Extracting content from '/var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3942603001' to '/Users/halcwb/Development/lab/GenPRES'
[Build master/build-1]   ✅  Success - Main actions/checkout@v2
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v1 GITHUB_ACTION_REPOSITORY:actions/setup-dotnet GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: 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:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES INPUT_DOTNET-VERSION:8.0.x ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] evaluating expression ''
[Build master/build-1] [DEBUG] expression '' evaluated to 'true'
[Build master/build-1] ⭐ Run Main Use .NET Core 8.0 SDK
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Build master/build-1] [DEBUG] Extracting content to '/var/run/act'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] About to run action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false } owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node12 map[] dist/index.js  always()  always()     [] []} {green play}}
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] type=remote-action actionDir=/Users/halcwb/.cache/act/actions-setup-dotnet@v1 actionPath= workdir=/Users/halcwb/Development/lab/GenPRES actionCacheDir=/Users/halcwb/.cache/act actionName=actions-setup-dotnet@v1 containerActionDir=/var/run/act/actions/actions-setup-dotnet@v1
[Build master/build-1] [DEBUG] /var/run/act/actions/actions-setup-dotnet@v1
[Build master/build-1] [DEBUG] Removing /Users/halcwb/.cache/act/actions-setup-dotnet@v1/.gitignore before docker cp
[Build master/build-1]   🐳  docker cp src=/Users/halcwb/.cache/act/actions-setup-dotnet@v1/ dst=/var/run/act/actions/actions-setup-dotnet@v1/
[Build master/build-1] [DEBUG] Writing tarball /var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3537047172 from /Users/halcwb/.cache/act/actions-setup-dotnet@v1/
[Build master/build-1] [DEBUG] Stripping prefix:/Users/halcwb/.cache/act/actions-setup-dotnet@v1/ src:/Users/halcwb/.cache/act/actions-setup-dotnet@v1/
[Build master/build-1] [DEBUG] Extracting content from '/var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3537047172' to '/var/run/act/actions/actions-setup-dotnet@v1/'
[Build master/build-1] [DEBUG] executing remote job container: [/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js]
[Build master/build-1]   🐳  docker exec cmd=[/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js] user= workdir=
[Build master/build-1] [DEBUG] Exec command '[/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js]'
[Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES'
| [command]/run/act/actions/actions-setup-dotnet@v1/externals/install-dotnet.sh --version 8.0.404
| dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
| dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
| dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
| dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
| 
| dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.404/dotnet-sdk-8.0.404-linux-arm64.tar.gz
| dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.404/dotnet-sdk-8.0.404-linux-arm64.tar.gz
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Data.Common.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Linq.Expressions.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Formats.Tar.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Memory.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XDocument.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Quic.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encodings.Web.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Xml.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.UnmanagedMemoryStream.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Web.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.IsolatedStorage.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ObjectModel.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.InteropServices.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Process.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libmscordbi.so': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.DataAnnotations.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Security.Cryptography.Native.OpenSsl.so': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/createdump': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.Uri.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.CompilerServices.Unsafe.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Extensions.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.ZipFile.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.OpenSsl.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Buffers.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.DiagnosticSource.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Loader.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.EventBasedAsync.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Formats.Asn1.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.StackTrace.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.CoreLib.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.TypeConverter.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.Xml.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Native.so': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Principal.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Transactions.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.Primitives.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.ServicePoint.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ServiceProcess.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Json.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encoding.Extensions.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.DataContractSerialization.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.ReaderWriter.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebSockets.Client.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.Watcher.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Thread.dll': No space left on device
| cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Web.HttpUtility.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.IO.Compression.Native.so': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Console.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Tasks.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Core.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Primitives.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XPath.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/WindowsBase.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Tools.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Dynamic.Runtime.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.FileVersionInfo.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libhostpolicy.so': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.VisualBasic.Core.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Timer.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Intrinsics.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.SecureString.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.Annotations.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Requests.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Security.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ValueTuple.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Http.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Globalization.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.AppContext.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Sockets.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Linq.Parallel.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.RegularExpressions.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.AccessControl.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Algorithms.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebProxy.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.Serialization.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ServiceModel.Web.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.Specialized.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.Linq.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.Emit.ILGeneration.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Windows.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Resources.ResourceManager.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.Win32.Primitives.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Mail.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Data.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Contracts.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Formatters.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Csp.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.VisualBasic.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.X509Certificates.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XmlDocument.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Drawing.Primitives.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Net.Security.Native.so': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Http.Json.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Tasks.Dataflow.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encoding.CodePages.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.CSharp.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.FileSystem.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.Win32.Registry.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.ThreadPool.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Globalization.Calendars.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.TextWriterTraceListener.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Primitives.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Handles.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Tracing.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Resources.Reader.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.DriveInfo.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XPath.XDocument.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Pipes.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/mscorlib.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Claims.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/.version': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.MemoryMappedFiles.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebHeaderCollection.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebSockets.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.NETCore.App.deps.json': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.Immutable.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.CompilerServices.VisualC.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Ping.dll': No space left on device
| cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.Emit.dll': No space left on device
| mkdir: cannot create directory ‘/root/.dotnet/templates’: No space left on device
| cp: cannot create directory '/root/.dotnet/templates/8.0.11/': No such file or directory
| cp: error writing '/root/.dotnet/ThirdPartyNotices.txt': No space left on device
| cp: error writing '/root/.dotnet/dotnet': No space left on device
| cp: error writing '/root/.dotnet/LICENSE.txt': No space left on device
| dotnet-install: Adding to current process PATH: `/root/.dotnet`. Note: This change will be visible only when sourcing script.
| dotnet-install: Note that the script does not resolve dependencies during installation.
| dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section.
| dotnet-install: Installation finished successfully.
| /root/.dotnet:/opt/acttoolcache/node/18.20.5/arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[Build master/build-1]   ❓ add-matcher /run/act/actions/actions-setup-dotnet@v1/.github/csc.json
[Build master/build-1]   ✅  Success - Main Use .NET Core 8.0 SDK
[Build master/build-1]   ⚙  ::set-env:: DOTNET_ROOT=/root/.dotnet
[Build master/build-1]   ⚙  ::add-path:: /root/.dotnet
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] expression '${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64' rewritten to 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)'
[Build master/build-1] [DEBUG] evaluating expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)'
[Build master/build-1] [DEBUG] expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' evaluated to '%!t(string=/opt/hostedtoolcache/dncs//x64)'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true DOTNET_ROOT:/opt/hostedtoolcache/dncs//x64 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] evaluating expression 'runner.os != 'Windows''
[Build master/build-1] [DEBUG] expression 'runner.os != 'Windows'' evaluated to 'true'
[Build master/build-1] ⭐ Run Main Build
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Build master/build-1] [DEBUG] Extracting content to '/var/run/act'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Wrote command 

chmod +x ./build.sh
./build.sh


 to 'workflow/2'
[Build master/build-1] [DEBUG] Writing entry to tarball workflow/2 len:33
[Build master/build-1] [DEBUG] Extracting content to '/var/run/act'
[Build master/build-1]   🐳  docker exec cmd=[bash -e /var/run/act/workflow/2] user= workdir=
[Build master/build-1] [DEBUG] Exec command '[bash -e /var/run/act/workflow/2]'
[Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES'
| Restoring dotnet tools...
| npm warn deprecated sc-emitter@1.1.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
| npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
| npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
| npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
| npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
| 
| added 315 packages, and audited 316 packages in 6s
| 
| 116 packages are looking for funding
|   run `npm fund` for details
| 
| 2 high severity vulnerabilities
| 
| To address all issues, run:
|   npm audit fix
| 
| Run `npm audit` for details.
| 
| > genpres@1.0.0 build
| > dotnet fable src/Client -o dist -e .jsx && npm run init-assets && vite build --outDir ./../deploy
| 
| 
| > genpres@1.0.0 init-assets
| > [ -d dist ] || mkdir dist && cp src/Client/public/*.* dist/.
| 
| vite v5.4.10 building for production...
| 
| (!) outDir /Users/halcwb/Development/lab/GenPRES/deploy is not inside project root and will not be emptied.
| Use --emptyOutDir to override.
| 
| transforming...
| ✓ 2 modules transformed.
| x Build failed in 23ms
| error during build:
| Could not resolve "./App.jsx" from "dist/index.html"
| file: /Users/halcwb/Development/lab/GenPRES/dist/index.html
|     at getRollupError (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/parseAst.js:396:41)
|     at error (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/parseAst.js:392:42)
|     at ModuleLoader.handleInvalidResolvedId (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/node-entry.js:20083:24)
|     at file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/node-entry.js:20043:26
[Build master/build-1]   ❌  Failure - Main Build
[Build master/build-1] exitcode '1': failure
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] expression '${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64' rewritten to 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)'
[Build master/build-1] [DEBUG] evaluating expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)'
[Build master/build-1] [DEBUG] expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' evaluated to '%!t(string=/opt/hostedtoolcache/dncs//x64)'
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true DOTNET_ROOT:/opt/hostedtoolcache/dncs//x64 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] evaluating expression 'runner.os == 'Windows''
[Build master/build-1] [DEBUG] expression 'runner.os == 'Windows'' evaluated to 'false'
[Build master/build-1] [DEBUG] Skipping step 'Build' due to 'runner.os == 'Windows''
[Build master/build-1] [DEBUG] skipping post step for 'actions/checkout@v2': no action model available
[Build master/build-1] 🏁  Job failed
[Build master/build-1] [DEBUG] Loading revision from git directory
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
[Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993'
[Build master/build-1] [DEBUG] using github ref: refs/heads/master
[Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993
Error: Job 'build' failed

Additional information

When I run act with the in verbose mode, it runs as expected! There is indeed a problem in my build.yml setup. That's what I wanted to fix locally using act.

Originally created by @halcwb on GitHub (Dec 9, 2024). Original GitHub issue: https://github.com/nektos/act/issues/2561 ### Bug report info ```plain text act --bug-report act version: 0.2.70 GOOS: darwin GOARCH: arm64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/../Library/Application Support/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.23.3 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.70 DefaultGODEBUG: asynctimerchan=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,tls10server=1,tls3des=1,tlskyber=0,tlsrsakex=1,tlsunsafeekm=1,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin GOARM64: v8.0 Docker Engine: Engine version: 27.3.1 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: aarch64 OS kernel: 6.10.14-linuxkit OS CPU: 12 OS memory: 7836 MB Security options: name=seccomp,profile=unconfined name=cgroupns ``` ### Command used with act ```sh act --container-architecture linux/amd64 INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' [Build master/build-2] 🚧 Skipping unsupported platform -- Try running with `-P macOS-latest=...` [Build master/build-3] 🚧 Skipping unsupported platform -- Try running with `-P macOS-latest=...` [Build master/build-1] 🚀 Start image= [Build master/build-1] 🐳 docker pull image= platform=linux/amd64 username= forcePull=true [Build master/build-1] invalid reference format [Build master/build-1] using DockerAuthConfig authentication for docker pull Error: invalid reference format ``` ### Describe issue Expected act to run the push workflow. ### Link to GitHub repository https://github.com/halcwb/GenPres2 ### Workflow content ```yml name: Build master on: [push, pull_request, workflow_dispatch] jobs: build: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Use .NET Core 8.0 SDK uses: actions/setup-dotnet@v1 with: dotnet-version: '8.0.x' - name: Build if: runner.os != 'Windows' run: | chmod +x ./build.sh ./build.sh env: # Work around https://github.com/actions/setup-dotnet/issues/29 DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 CI: true - name: Build if: runner.os == 'Windows' run: ./build.cmd env: # Work around https://github.com/actions/setup-dotnet/issues/29 DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 CI: true ``` ### Relevant log output ```sh act push -v DEBU[0000] Handling container host and socket DEBU[0000] Defaulting container socket to DOCKER_HOST INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock' WARN ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠ DEBU[0000] Loading environment from /Users/halcwb/Development/lab/GenPRES/.env DEBU[0000] Loading action inputs from /Users/halcwb/Development/lab/GenPRES/.input DEBU[0000] Loading secrets from /Users/halcwb/Development/lab/GenPRES/.secrets DEBU[0000] Loading vars from /Users/halcwb/Development/lab/GenPRES/.vars DEBU[0000] Evaluated matrix inclusions: map[] DEBU[0000] Loading workflows from '/Users/halcwb/Development/lab/GenPRES/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'build.yml' in '/Users/halcwb/Development/lab/GenPRES/.github/workflows/build.yml' DEBU[0000] Reading workflow '/Users/halcwb/Development/lab/GenPRES/.github/workflows/build.yml' DEBU[0000] Conditional GET for notices etag=11847fa6-a8b8-4e00-a582-1c0ccac6bed5 DEBU[0000] Using first passed in arguments event for filtering: push DEBU[0000] Preparing plan for a event: push DEBU[0000] Using first passed in arguments event: push DEBU[0000] Planning jobs for event: push DEBU[0000] gc: 2024-12-09 11:26:52.133494 +0100 CET m=+0.027607834 module=artifactcache DEBU[0000] Plan Stages: [0x1400046b470] DEBU[0000] Stages Runs: [build] DEBU[0000] Job.Name: build DEBU[0000] Job.RawNeeds: {0 0 <nil> [] 0 0} DEBU[0000] Job.RawRunsOn: {8 0 !!str ${{ matrix.os }} <nil> [] 10 14} DEBU[0000] Job.Env: {0 0 <nil> [] 0 0} DEBU[0000] Job.If: {0 0 success() <nil> [] 0 0} DEBU[0000] Job.Steps: actions/checkout@v2 DEBU[0000] Job.Steps: Use .NET Core 8.0 SDK DEBU[0000] Job.Steps: Build DEBU[0000] Job.Steps: Build DEBU[0000] Job.TimeoutMinutes: DEBU[0000] Job.Services: map[] DEBU[0000] Job.Strategy: &{false 0 {4 0 !!map <nil> [0x1400040c460 0x1400040c500] 9 9}} DEBU[0000] Job.RawContainer: {0 0 <nil> [] 0 0} DEBU[0000] Job.Defaults.Run.Shell: DEBU[0000] Job.Defaults.Run.WorkingDirectory: DEBU[0000] Job.Outputs: map[] DEBU[0000] Job.Uses: DEBU[0000] Job.With: map[] DEBU[0000] Job.Result: DEBU[0000] Job.Strategy.FailFast: false DEBU[0000] Job.Strategy.MaxParallel: 0 DEBU[0000] Job.Strategy.FailFastString: DEBU[0000] Job.Strategy.MaxParallelString: DEBU[0000] Job.Strategy.RawMatrix: {4 0 !!map <nil> [0x1400040c460 0x1400040c500] 9 9} DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' DEBU[0000] using github ref: refs/heads/master DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' DEBU[0000] using github ref: refs/heads/master DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] DEBU[0000] Job Matrices: [map[os:ubuntu-latest] map[os:windows-latest] map[os:macOS-latest]] DEBU[0000] Runner Matrices: map[] DEBU[0000] Final matrix after applying user inclusions '[map[os:ubuntu-latest] map[os:windows-latest] map[os:macOS-latest]]' DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' DEBU[0000] using github ref: refs/heads/master DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' DEBU[0000] using github ref: refs/heads/master DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' DEBU[0000] using github ref: refs/heads/master DEBU[0000] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 DEBU[0000] Detected CPUs: 12 [Build master/build-1] [DEBUG] evaluating expression 'success()' [Build master/build-2] [DEBUG] evaluating expression 'success()' [Build master/build-1] [DEBUG] expression 'success()' evaluated to 'true' [Build master/build-3] [DEBUG] evaluating expression 'success()' [Build master/build-2] [DEBUG] expression 'success()' evaluated to 'true' [Build master/build-3] [DEBUG] expression 'success()' evaluated to 'true' [Build master/build-3] [DEBUG] evaluating expression '${{ matrix.os }}' [Build master/build-2] [DEBUG] evaluating expression '${{ matrix.os }}' [Build master/build-3] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=macOS-latest)' [Build master/build-2] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=windows-latest)' [Build master/build-1] [DEBUG] evaluating expression '${{ matrix.os }}' [Build master/build-3] 🚧 Skipping unsupported platform -- Try running with `-P windows-latest=...` [Build master/build-1] [DEBUG] expression '${{ matrix.os }}' evaluated to '%!t(string=ubuntu-latest)' [Build master/build-2] 🚧 Skipping unsupported platform -- Try running with `-P windows-latest=...` [Build master/build-1] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Parallel tasks (0) below minimum, setting to 1 [Build master/build-1] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true [Build master/build-1] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-latest [Build master/build-1] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-latest' () [Build master/build-1] using DockerAuthConfig authentication for docker pull DEBU[0000] Saving notices etag=11847fa6-a8b8-4e00-a582-1c0ccac6bed5 DEBU[0000] No new notices [Build master/build-1] [DEBUG] Pulling from catthehacker/ubuntu :: act-latest [Build master/build-1] [DEBUG] Digest: sha256:89367f3c5437699c6b43fa941041725bcc77682a46f2bbe6557541e384d9cedb :: [Build master/build-1] [DEBUG] Status: Image is up to date for catthehacker/ubuntu:act-latest :: [Build master/build-1] [DEBUG] Removed container: 4da48f1a4f991c64fff39254f7ee4c1eedefc2837542fa84c3aa06698ba91b11 [Build master/build-1] [DEBUG] 🐳 docker volume rm act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98 [Build master/build-1] [DEBUG] 🐳 docker volume rm act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98-env DEBU[0001] Parallel tasks (0) below minimum, setting to 1 [Build master/build-1] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [Build master/build-1] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/halcwb/Development/lab/GenPRES Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} [Build master/build-1] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt: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:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/opt/hostedtoolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98 Target:/Users/halcwb/Development/lab/GenPRES ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>} [Build master/build-1] [DEBUG] input.NetworkAliases ==> [build-1] [Build master/build-1] [DEBUG] Created container name=act-Build-master-build-1-885ae25cecf912d33ef3a16330505d0c910b639c2723cdf19c8627dc93e86e98 id=a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd from image catthehacker/ubuntu:act-latest (platform: ) [Build master/build-1] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=ARM64 RUNNER_TEMP=/tmp LANG=C.UTF-8] [Build master/build-1] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [Build master/build-1] [DEBUG] Starting container: a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd [Build master/build-1] [DEBUG] Started container: a787dd0d96a6ba75aab14ebfde32a962b93ed9e4278d7cba7be6ad397088a5dd [Build master/build-1] [DEBUG] Writing entry to tarball workflow/event.json len:2 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Build master/build-1] [DEBUG] Extracting content to '/var/run/act/' DEBU[0001] Parallel tasks (0) below minimum, setting to 1 [Build master/build-1] 🐳 docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir= [Build master/build-1] [DEBUG] Exec command '[node --no-warnings -e console.log(process.execPath)]' [Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Skipping local actions/checkout because workdir was already copied [Build master/build-1] [DEBUG] skip pre step for 'actions/checkout@v2': no action model available [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] ☁ git clone 'https://github.com/actions/setup-dotnet' # ref=v1 [Build master/build-1] [DEBUG] cloning https://github.com/actions/setup-dotnet to /Users/halcwb/.cache/act/actions-setup-dotnet@v1 [Build master/build-1] [DEBUG] Cloned https://github.com/actions/setup-dotnet to /Users/halcwb/.cache/act/actions-setup-dotnet@v1 [Build master/build-1] [DEBUG] Checked out v1 [Build master/build-1] [DEBUG] Read action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false } owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node12 map[] dist/index.js always() always() [] []} {green play}} from 'Unknown' [Build master/build-1] 🧪 Matrix: map[os:ubuntu-latest] [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Skipping local actions/checkout because workdir was already copied [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] evaluating expression '' [Build master/build-1] [DEBUG] expression '' evaluated to 'true' [Build master/build-1] ⭐ Run Main actions/checkout@v2 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [Build master/build-1] [DEBUG] Extracting content to '/var/run/act' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] 🐳 docker cp src=/Users/halcwb/Development/lab/GenPRES/. dst=/Users/halcwb/Development/lab/GenPRES [Build master/build-1] [DEBUG] Writing tarball /var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3942603001 from /Users/halcwb/Development/lab/GenPRES/. [Build master/build-1] [DEBUG] Stripping prefix:/Users/halcwb/Development/lab/GenPRES/ src:/Users/halcwb/Development/lab/GenPRES/. [Build master/build-1] [DEBUG] Extracting content from '/var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3942603001' to '/Users/halcwb/Development/lab/GenPRES' [Build master/build-1] ✅ Success - Main actions/checkout@v2 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v1 GITHUB_ACTION_REPOSITORY:actions/setup-dotnet GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: 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:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES INPUT_DOTNET-VERSION:8.0.x ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] evaluating expression '' [Build master/build-1] [DEBUG] expression '' evaluated to 'true' [Build master/build-1] ⭐ Run Main Use .NET Core 8.0 SDK [Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [Build master/build-1] [DEBUG] Extracting content to '/var/run/act' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] About to run action &{Setup .NET Core SDK GitHub Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository map[config-file:{Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. false } dotnet-version:{Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x false } include-prerelease:{Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. false } owner:{Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url false } source-url:{Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword false }] map[] {node12 map[] dist/index.js always() always() [] []} {green play}} [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] type=remote-action actionDir=/Users/halcwb/.cache/act/actions-setup-dotnet@v1 actionPath= workdir=/Users/halcwb/Development/lab/GenPRES actionCacheDir=/Users/halcwb/.cache/act actionName=actions-setup-dotnet@v1 containerActionDir=/var/run/act/actions/actions-setup-dotnet@v1 [Build master/build-1] [DEBUG] /var/run/act/actions/actions-setup-dotnet@v1 [Build master/build-1] [DEBUG] Removing /Users/halcwb/.cache/act/actions-setup-dotnet@v1/.gitignore before docker cp [Build master/build-1] 🐳 docker cp src=/Users/halcwb/.cache/act/actions-setup-dotnet@v1/ dst=/var/run/act/actions/actions-setup-dotnet@v1/ [Build master/build-1] [DEBUG] Writing tarball /var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3537047172 from /Users/halcwb/.cache/act/actions-setup-dotnet@v1/ [Build master/build-1] [DEBUG] Stripping prefix:/Users/halcwb/.cache/act/actions-setup-dotnet@v1/ src:/Users/halcwb/.cache/act/actions-setup-dotnet@v1/ [Build master/build-1] [DEBUG] Extracting content from '/var/folders/j5/xhmmjddj01vbgx6s11kdnwfc0000gn/T/act3537047172' to '/var/run/act/actions/actions-setup-dotnet@v1/' [Build master/build-1] [DEBUG] executing remote job container: [/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js] [Build master/build-1] 🐳 docker exec cmd=[/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js] user= workdir= [Build master/build-1] [DEBUG] Exec command '[/opt/acttoolcache/node/18.20.5/arm64/bin/node /var/run/act/actions/actions-setup-dotnet@v1/dist/index.js]' [Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES' | [command]/run/act/actions/actions-setup-dotnet@v1/externals/install-dotnet.sh --version 8.0.404 | dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where: | dotnet-install: - The SDK needs to be installed without user interaction and without admin rights. | dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs. | dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer. | | dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.404/dotnet-sdk-8.0.404-linux-arm64.tar.gz | dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.404/dotnet-sdk-8.0.404-linux-arm64.tar.gz | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Data.Common.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Linq.Expressions.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Formats.Tar.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Memory.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XDocument.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Quic.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encodings.Web.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Xml.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.UnmanagedMemoryStream.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Web.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.IsolatedStorage.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ObjectModel.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.InteropServices.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Process.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libmscordbi.so': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.DataAnnotations.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Security.Cryptography.Native.OpenSsl.so': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/createdump': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.Uri.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.CompilerServices.Unsafe.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Extensions.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.ZipFile.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.OpenSsl.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Buffers.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.DiagnosticSource.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Loader.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.EventBasedAsync.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Formats.Asn1.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.StackTrace.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.CoreLib.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.TypeConverter.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.Xml.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Native.so': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Principal.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Transactions.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.Primitives.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.ServicePoint.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ServiceProcess.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Json.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encoding.Extensions.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Private.DataContractSerialization.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.ReaderWriter.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebSockets.Client.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.Watcher.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Thread.dll': No space left on device | cp: error writing '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Web.HttpUtility.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.IO.Compression.Native.so': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Console.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Tasks.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Core.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Primitives.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XPath.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/WindowsBase.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Tools.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Dynamic.Runtime.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.FileVersionInfo.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libhostpolicy.so': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.VisualBasic.Core.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Timer.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Intrinsics.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.SecureString.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ComponentModel.Annotations.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Requests.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Security.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ValueTuple.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Http.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Globalization.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.AppContext.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Sockets.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Linq.Parallel.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.RegularExpressions.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.AccessControl.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Algorithms.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebProxy.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.Serialization.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.ServiceModel.Web.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.Specialized.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.Linq.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.Emit.ILGeneration.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Windows.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Resources.ResourceManager.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.Win32.Primitives.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Mail.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Data.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Contracts.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Serialization.Formatters.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Csp.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.VisualBasic.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.X509Certificates.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XmlDocument.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Drawing.Primitives.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/libSystem.Net.Security.Native.so': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Http.Json.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.Tasks.Dataflow.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Text.Encoding.CodePages.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.CSharp.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Compression.FileSystem.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.Win32.Registry.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Threading.ThreadPool.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Globalization.Calendars.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.TextWriterTraceListener.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Cryptography.Primitives.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.Handles.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Diagnostics.Tracing.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Resources.Reader.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.FileSystem.DriveInfo.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Xml.XPath.XDocument.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.Pipes.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/mscorlib.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Security.Claims.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/.version': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.IO.MemoryMappedFiles.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebHeaderCollection.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.WebSockets.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/Microsoft.NETCore.App.deps.json': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Collections.Immutable.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Runtime.CompilerServices.VisualC.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Net.Ping.dll': No space left on device | cp: cannot create regular file '/root/.dotnet/shared/Microsoft.NETCore.App/8.0.11/System.Reflection.Emit.dll': No space left on device | mkdir: cannot create directory ‘/root/.dotnet/templates’: No space left on device | cp: cannot create directory '/root/.dotnet/templates/8.0.11/': No such file or directory | cp: error writing '/root/.dotnet/ThirdPartyNotices.txt': No space left on device | cp: error writing '/root/.dotnet/dotnet': No space left on device | cp: error writing '/root/.dotnet/LICENSE.txt': No space left on device | dotnet-install: Adding to current process PATH: `/root/.dotnet`. Note: This change will be visible only when sourcing script. | dotnet-install: Note that the script does not resolve dependencies during installation. | dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section. | dotnet-install: Installation finished successfully. | /root/.dotnet:/opt/acttoolcache/node/18.20.5/arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin [Build master/build-1] ❓ add-matcher /run/act/actions/actions-setup-dotnet@v1/.github/csc.json [Build master/build-1] ✅ Success - Main Use .NET Core 8.0 SDK [Build master/build-1] ⚙ ::set-env:: DOTNET_ROOT=/root/.dotnet [Build master/build-1] ⚙ ::add-path:: /root/.dotnet [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] expression '${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64' rewritten to 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' [Build master/build-1] [DEBUG] evaluating expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' [Build master/build-1] [DEBUG] expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' evaluated to '%!t(string=/opt/hostedtoolcache/dncs//x64)' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true DOTNET_ROOT:/opt/hostedtoolcache/dncs//x64 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] evaluating expression 'runner.os != 'Windows'' [Build master/build-1] [DEBUG] expression 'runner.os != 'Windows'' evaluated to 'true' [Build master/build-1] ⭐ Run Main Build [Build master/build-1] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Build master/build-1] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [Build master/build-1] [DEBUG] Extracting content to '/var/run/act' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Wrote command chmod +x ./build.sh ./build.sh to 'workflow/2' [Build master/build-1] [DEBUG] Writing entry to tarball workflow/2 len:33 [Build master/build-1] [DEBUG] Extracting content to '/var/run/act' [Build master/build-1] 🐳 docker exec cmd=[bash -e /var/run/act/workflow/2] user= workdir= [Build master/build-1] [DEBUG] Exec command '[bash -e /var/run/act/workflow/2]' [Build master/build-1] [DEBUG] Working directory '/Users/halcwb/Development/lab/GenPRES' | Restoring dotnet tools... | npm warn deprecated sc-emitter@1.1.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. | npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. | npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. | npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported | npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. | | added 315 packages, and audited 316 packages in 6s | | 116 packages are looking for funding | run `npm fund` for details | | 2 high severity vulnerabilities | | To address all issues, run: | npm audit fix | | Run `npm audit` for details. | | > genpres@1.0.0 build | > dotnet fable src/Client -o dist -e .jsx && npm run init-assets && vite build --outDir ./../deploy | | | > genpres@1.0.0 init-assets | > [ -d dist ] || mkdir dist && cp src/Client/public/*.* dist/. | | vite v5.4.10 building for production... | | (!) outDir /Users/halcwb/Development/lab/GenPRES/deploy is not inside project root and will not be emptied. | Use --emptyOutDir to override. | | transforming... | ✓ 2 modules transformed. | x Build failed in 23ms | error during build: | Could not resolve "./App.jsx" from "dist/index.html" | file: /Users/halcwb/Development/lab/GenPRES/dist/index.html | at getRollupError (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/parseAst.js:396:41) | at error (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/parseAst.js:392:42) | at ModuleLoader.handleInvalidResolvedId (file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/node-entry.js:20083:24) | at file:///Users/halcwb/Development/lab/GenPRES/node_modules/rollup/dist/es/shared/node-entry.js:20043:26 [Build master/build-1] ❌ Failure - Main Build [Build master/build-1] exitcode '1': failure [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] expression '${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64' rewritten to 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' [Build master/build-1] [DEBUG] evaluating expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' [Build master/build-1] [DEBUG] expression 'format('{0}/dncs/{1}/x64', runner.tool_cache, matrix.dotnet)' evaluated to '%!t(string=/opt/hostedtoolcache/dncs//x64)' [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.2.23:62255/ CI:true DOTNET_ROOT:/opt/hostedtoolcache/dncs//x64 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:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/master GITHUB_REF_NAME:master GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:halcwb/GenPres2 GITHUB_REPOSITORY_OWNER:halcwb GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2e05697cebec52872b2a8c43819e0ea5f2ae1993 GITHUB_WORKFLOW:Build master GITHUB_WORKSPACE:/Users/halcwb/Development/lab/GenPRES ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] evaluating expression 'runner.os == 'Windows'' [Build master/build-1] [DEBUG] expression 'runner.os == 'Windows'' evaluated to 'false' [Build master/build-1] [DEBUG] Skipping step 'Build' due to 'runner.os == 'Windows'' [Build master/build-1] [DEBUG] skipping post step for 'actions/checkout@v2': no action model available [Build master/build-1] 🏁 Job failed [Build master/build-1] [DEBUG] Loading revision from git directory [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 [Build master/build-1] [DEBUG] HEAD points to '2e05697cebec52872b2a8c43819e0ea5f2ae1993' [Build master/build-1] [DEBUG] using github ref: refs/heads/master [Build master/build-1] [DEBUG] Found revision: 2e05697cebec52872b2a8c43819e0ea5f2ae1993 Error: Job 'build' failed ``` ### Additional information When I run act with the in verbose mode, it runs as expected! There is indeed a problem in my build.yml setup. That's what I wanted to fix locally using act.
kerem 2026-03-01 21:49:27 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@halcwb commented on GitHub (Dec 9, 2024):

Finally, got it working using act push --container-architecture linux/arm64/v8. Also, needed to add more virtual disk resource to docker. Last one is a bit strange as I run the application including some large resource files (missing in the build process) inside a docker container on the same machine.

<!-- gh-comment-id:2527600232 --> @halcwb commented on GitHub (Dec 9, 2024): Finally, got it working using `act push --container-architecture linux/arm64/v8`. Also, needed to add more virtual disk resource to docker. Last one is a bit strange as I run the application including some large resource files (missing in the build process) inside a docker container on the same machine.
Author
Owner

@halcwb commented on GitHub (Dec 9, 2024):

Another thing to note using act with a different repository. When running act without the verbose parameter, I get the invalid reference format. When using act push -v, it runs as expected.

<!-- gh-comment-id:2527689962 --> @halcwb commented on GitHub (Dec 9, 2024): Another thing to note using act with a different repository. When running act without the verbose parameter, I get the invalid reference format. When using `act push -v`, it runs as expected.
Author
Owner

@sebastien-perpignane commented on GitHub (Dec 10, 2024):

Hi,

try like this:
act --container-architecture=linux/amd64
with "=" between the option name and its value.

I guess the command should fail if the "=" character is missing, it could be improved.

<!-- gh-comment-id:2530509909 --> @sebastien-perpignane commented on GitHub (Dec 10, 2024): Hi, try like this: `act --container-architecture=linux/amd64` with "=" between the option name and its value. I guess the command should fail if the "=" character is missing, it could be improved.
Author
Owner

@halcwb commented on GitHub (Dec 16, 2024):

Hi,

try like this: act --container-architecture=linux/amd64 with "=" between the option name and its value.

I guess the command should fail if the "=" character is missing, it could be improved.

This did the trick, thanks

<!-- gh-comment-id:2547009788 --> @halcwb commented on GitHub (Dec 16, 2024): > Hi, > > try like this: `act --container-architecture=linux/amd64` with "=" between the option name and its value. > > I guess the command should fail if the "=" character is missing, it could be improved. This did the trick, thanks
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#1173
No description provided.