Skip to content

Cannot find module MODULE_NOT_FOUND #6034

@diktamxx

Description

@diktamxx

Bug report info

act version:            0.2.83
GOOS:                   darwin
GOARCH:                 amd64
NumCPU:                 8
Docker host:            unix:///Users/tam/.docker/run/docker.sock
Sockets found:
        /var/run/docker.sock
        $HOME/.docker/run/docker.sock
Config files:           
        /Users/tam/Library/Application Support/act/actrc:
                -P ubuntu-latest=node:16-buster-slim
                -P ubuntu-22.04=node:16-bullseye-slim
                -P ubuntu-20.04=node:16-buster-slim
                -P ubuntu-18.04=node:16-buster-slim
Build info:
        Go version:            go1.25.4
        Module path:           command-line-arguments
        Main version:          
        Main path:             
        Main checksum:         
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -ldflags:             -X main.version=0.2.83
                DefaultGODEBUG:       containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0
                CGO_ENABLED:          1
                CGO_CFLAGS:           
                CGO_CPPFLAGS:         
                CGO_CXXFLAGS:         
                CGO_LDFLAGS:          
                GOARCH:               amd64
                GOOS:                 darwin
                GOAMD64:              v1
Docker Engine:
        Engine version:        28.4.0
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         cgroupfs
        Storage driver:        overlayfs
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:            
        OS arch:               x86_64
        OS kernel:             6.10.14-linuxkit
        OS CPU:                7
        OS memory:             11959 MB
        Security options:
                name=seccomp,profile=builtin
                name=cgroupns

Command used with act

act \
--use-gitignore=false \
--env-file .github/workflows/.env \
--secret-file .github/workflows/.secret \
--var-file .github/workflows/.variables

Describe issue

🐳  docker exec cmd=[/opt/acttoolcache/node/24.14.0/x64/bin/node /var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js] user= workdir=
| node:internal/modules/cjs/loader:1459
|   throw err;
|   ^
| 
| Error: Cannot find module '/var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js'
|     at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
|     at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
|     at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
|     at Module._load (node:internal/modules/cjs/loader:1242:25)
|     at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
|     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
|     at node:internal/main/run_main_module:33:47 {
|   code: 'MODULE_NOT_FOUND',
|   requireStack: []
| }
| 
| Node.js v24.14.0

Link to GitHub repository

No response

Workflow content

- name: Load environment variables
  uses: dmno-dev/varlock-action@v1.0.0
  with:
    working-directory: ${{ env.WORKDIR }}
    show-summary: "true"

Relevant log output

$ act \
-v \
--use-gitignore=false \
--env-file .github/workflows/.env \
--secret-file .github/workflows/.secret \
--var-file .github/workflows/.variables
DEBU[0000] Handling container host and socket           
DEBU[0000] Defaulting container socket to DOCKER_HOST   
INFO[0000] Using docker host 'unix:///Users/tam/.docker/run/docker.sock', and daemon socket 'unix:///Users/tam/.docker/run/docker.sock' 
DEBU[0000] Loading environment from /Users/tam/Documents/blog/.github/workflows/.env 
DEBU[0000] Conditional GET for notices etag=a42f0829-db62-498b-8d1e-bc71d7b3bb5b 
DEBU[0000] Loading action inputs from /Users/tam/Documents/blog/.input 
DEBU[0000] Loading secrets from /Users/tam/Documents/blog/.github/workflows/.secret 
DEBU[0000] Loading vars from /Users/tam/Documents/blog/.github/workflows/.variables 
DEBU[0000] Evaluated matrix inclusions: map[]           
DEBU[0000] Loading workflows from '/Users/tam/Documents/blog/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow '.env' in '/Users/tam/Documents/blog/.github/workflows/.env' 
DEBU[0000] Found workflow '.secret' in '/Users/tam/Documents/blog/.github/workflows/.secret' 
DEBU[0000] Found workflow '.variables' in '/Users/tam/Documents/blog/.github/workflows/.variables' 
DEBU[0000] Found workflow 'api-ci.yaml' in '/Users/tam/Documents/blog/.github/workflows/api-ci.yaml' 
DEBU[0000] Found workflow 'workflow.example' in '/Users/tam/Documents/blog/.github/workflows/workflow.example' 
DEBU[0000] Reading workflow '/Users/tam/Documents/blog/.github/workflows/api-ci.yaml' 
DEBU[0000] Preparing plan with all jobs                 
DEBU[0000] Using default workflow event: push           
DEBU[0000] Planning jobs for event: push                
DEBU[0000] gc: 2026-03-21 13:20:40.951327 +0800 CST m=+0.088408036  module=artifactcache
DEBU[0000] Plan Stages: [0xc00050e3f0]                  
DEBU[0000] Stages Runs: [integration]                   
DEBU[0000] Job.Name: integration                        
DEBU[0000] Job.RawNeeds: {0 0    <nil> []    0 0}       
DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-latest  <nil> []    19 14} 
DEBU[0000] Job.Env: {0 0    <nil> []    0 0}            
DEBU[0000] Job.If: {0 0  success()  <nil> []    0 0}    
DEBU[0000] Job.Steps: 检出代码                              
DEBU[0000] Job.Steps: 验证环境变量                            
DEBU[0000] Job.Steps: 置备环境                              
DEBU[0000] Job.Steps: 单元测试                              
DEBU[0000] Job.Steps: 集成测试                              
DEBU[0000] Job.Steps: 架构测试                              
DEBU[0000] Job.TimeoutMinutes:                          
DEBU[0000] Job.Services: map[]                          
DEBU[0000] Job.Strategy: <nil>                          
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] Empty Strategy, matrixes=[map[]]             
DEBU[0000] Job Matrices: [map[]]                        
DEBU[0000] Runner Matrices: map[]                       
DEBU[0000] Final matrix after applying user inclusions '[map[]]' 
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046 
DEBU[0000] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046' 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0000] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046 
DEBU[0000] Detected CPUs: 8                             
DEBU[0000] PlanExecutor concurrency: 8                  
DEBU[0000] Detected CPUs: 8                             
[Blog API/integration] [DEBUG] evaluating expression 'success()'
[Blog API/integration] [DEBUG] expression 'success()' evaluated to 'true'
[Blog API/integration] ⭐ Run Set up job
[Blog API/integration] 🚀  Start image=node:16-buster-slim
DEBU[0000] Parallel tasks (0) below minimum, setting to 1 
[Blog API/integration]   🐳  docker pull image=node:16-buster-slim platform= username= forcePull=true
[Blog API/integration] [DEBUG]   🐳  docker pull node:16-buster-slim
[Blog API/integration] [DEBUG] pulling image 'docker.io/library/node:16-buster-slim' ()
[Blog API/integration] using DockerAuthConfig authentication for docker pull
DEBU[0001] Saving notices etag=a42f0829-db62-498b-8d1e-bc71d7b3bb5b 
DEBU[0001] No new notices                               
[Blog API/integration] [DEBUG] Pulling from library/node :: 16-buster-slim
[Blog API/integration] [DEBUG] Digest: sha256:3ebf2875c188d22939c6ab080cfb1a4a6248cc86bae600ea8e2326aa03acdb8f :: 
[Blog API/integration] [DEBUG] Status: Image is up to date for node:16-buster-slim :: 
[Blog API/integration] [DEBUG] Removed container: 136e4e3259aa4c11d906addbd40a36d3a509ababf1310d2cccfe4df18d80d463
[Blog API/integration] [DEBUG]   🐳  docker volume rm act-Blog-API-integration-d5db78e44a67fe0467ce7e4c34b5416ea4e7c160b931b584b285566a01cb7d34
[Blog API/integration] [DEBUG]   🐳  docker volume rm act-Blog-API-integration-d5db78e44a67fe0467ce7e4c34b5416ea4e7c160b931b584b285566a01cb7d34-env
DEBU[0001] Parallel tasks (0) below minimum, setting to 1 
[Blog API/integration]   🐳  docker create image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Blog API/integration] [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=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:node:16-buster-slim Volumes:map[] WorkingDir:/Users/tam/Documents/blog Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[Blog API/integration] [DEBUG] Common container.HostConfig ==> &{Binds:[/Users/tam/.docker/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> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Blog-API-integration-d5db78e44a67fe0467ce7e4c34b5416ea4e7c160b931b584b285566a01cb7d34-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Blog-API-integration-d5db78e44a67fe0467ce7e4c34b5416ea4e7c160b931b584b285566a01cb7d34 Target:/Users/tam/Documents/blog ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[Blog API/integration] [DEBUG] input.NetworkAliases ==> [integration]
[Blog API/integration] [DEBUG] Created container name=act-Blog-API-integration-d5db78e44a67fe0467ce7e4c34b5416ea4e7c160b931b584b285566a01cb7d34 id=0551a439575a42058a5bfdfa2d2e3866ac31bbec5dfb504ded3408cd4c690a8e from image node:16-buster-slim (platform: )
[Blog API/integration] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[Blog API/integration]   🐳  docker run image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Blog API/integration] [DEBUG] Starting container: 0551a439575a42058a5bfdfa2d2e3866ac31bbec5dfb504ded3408cd4c690a8e
[Blog API/integration] [DEBUG] Started container: 0551a439575a42058a5bfdfa2d2e3866ac31bbec5dfb504ded3408cd4c690a8e
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/event.json len:2
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Blog API/integration] [DEBUG] Extracting content to '/var/run/act/'
DEBU[0002] Parallel tasks (0) below minimum, setting to 1 
[Blog API/integration]   🐳  docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir=
[Blog API/integration] [DEBUG] Exec command '[node --no-warnings -e console.log(process.execPath)]'
[Blog API/integration] [DEBUG] Working directory '/Users/tam/Documents/blog'
[Blog API/integration]   ✅  Success - Set up job
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Blog API/integration] [DEBUG] skip pre step for '检出代码': no action model available
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration]   ☁  git clone 'https://github.com/dmno-dev/varlock-action' # ref=v1.0.0
[Blog API/integration] [DEBUG]   cloning https://github.com/dmno-dev/varlock-action to /Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0
[Blog API/integration] [DEBUG] Cloned https://github.com/dmno-dev/varlock-action to /Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0
[Blog API/integration] [DEBUG] Checked out v1.0.0
[Blog API/integration] [DEBUG] Read action &{Varlock Environment Loader dmno-dev Load and validate environment variables using varlock schema validation map[fail-on-error:{Fail the action if validation errors are found false true} output-format:{Output format: "env" exports variables as environment variables/secrets, "json" outputs a single JSON blob false env} show-summary:{Show a summary of loaded environment variables false true} working-directory:{Directory containing .env.schema files false .}] map[error-count:{Number of validation errors found } json-env:{JSON blob containing all environment variables (only available when output-format is "json"). This will contain all environment variables, including sensitive ones. Be careful. } summary:{Summary of loaded environment variables }] {node24 map[] dist/index.js  always()  always()     [] []} {blue shield}} from 'Unknown'
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration]   ☁  git clone 'https://github.com/actions/setup-java' # ref=v5
[Blog API/integration] [DEBUG]   cloning https://github.com/actions/setup-java to /Users/tam/.cache/act/actions-setup-java@v5
[Blog API/integration] [DEBUG] Cloned https://github.com/actions/setup-java to /Users/tam/.cache/act/actions-setup-java@v5
[Blog API/integration] [DEBUG] Checked out v5
[Blog API/integration] [DEBUG] Read action &{Setup Java JDK GitHub Set up a specific version of the Java JDK and add the command-line tools to the PATH map[architecture:{The architecture of the package (defaults to the action runner's architecture) false } cache:{Name of the build platform to cache dependencies. It can be "maven", "gradle" or "sbt". false } cache-dependency-path:{The path to a dependency file: pom.xml, build.gradle, build.sbt, etc. This option can be used with the `cache` option. If this option is omitted, the action searches for the dependency file in the entire repository. This option supports wildcards and a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec false false} distribution:{Java distribution. See the list of supported distributions in README file true } gpg-passphrase:{Environment variable name for the GPG private key passphrase. Default is $GPG_PASSPHRASE. false } gpg-private-key:{GPG private key to import. Default is empty string. false } java-package:{The package type (jdk, jre, jdk+fx, jre+fx) false jdk} java-version:{The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file false } java-version-file:{The path to the `.java-version` file. See examples of supported syntax in README file false } jdkFile:{Path to where the compressed JDK is located false } job-status:{Workaround to pass job status to post job step. This variable is not intended for manual setting false ${{ job.status }}} mvn-toolchain-id:{Name of Maven Toolchain ID if the default name of "${distribution}_${java-version}" is not wanted. See examples of supported syntax in Advanced Usage file false } mvn-toolchain-vendor:{Name of Maven Toolchain Vendor if the default name of "${distribution}" is not wanted. See examples of supported syntax in Advanced Usage file false } overwrite-settings:{Overwrite the settings.xml file if it exists. Default is "true". false true} server-id:{ID of the distributionManagement repository in the pom.xml file. Default is `github` false github} server-password:{Environment variable name for password or token for authentication to the Apache Maven repository. Default is $GITHUB_TOKEN false GITHUB_TOKEN} server-username:{Environment variable name for the username for authentication to the Apache Maven repository. Default is $GITHUB_ACTOR false GITHUB_ACTOR} settings-path:{Path to where the settings.xml file will be written. Default is ~/.m2. false } token:{The token used to authenticate when fetching version manifests hosted on github.com, such as for the Microsoft Build of OpenJDK. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}}] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key } distribution:{Distribution of Java that has been installed } path:{Path to where the java environment has been installed (same as $JAVA_HOME) } version:{Actual version of the java environment that has been installed }] {node24 map[] dist/setup/index.js  always() dist/cleanup/index.js always()     [] []} { }} from 'Unknown'
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Skipping local actions/checkout because workdir was already copied
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v6 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog INPUT_FETCH-DEPTH:0 ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'true'
[Blog API/integration] ⭐ Run Main 检出代码
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Blog API/integration] [DEBUG] Extracting content to '/var/run/act'
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration]   🐳  docker cp src=/Users/tam/Documents/blog/. dst=/Users/tam/Documents/blog
[Blog API/integration] [DEBUG] Writing tarball /var/folders/k6/vw91xcg90lv196qd6fxc03wh0000gn/T/act2766343305 from /Users/tam/Documents/blog/.
[Blog API/integration] [DEBUG] Stripping prefix:/Users/tam/Documents/blog/ src:/Users/tam/Documents/blog/.
[Blog API/integration] [DEBUG] Extracting content from '/var/folders/k6/vw91xcg90lv196qd6fxc03wh0000gn/T/act2766343305' to '/Users/tam/Documents/blog'
[Blog API/integration]   ✅  Success - Main 检出代码 [339.609041ms]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] expression '${{ env.WORKDIR }}' rewritten to 'format('{0}', env.WORKDIR)'
[Blog API/integration] [DEBUG] evaluating expression 'format('{0}', env.WORKDIR)'
[Blog API/integration] [DEBUG] expression 'format('{0}', env.WORKDIR)' evaluated to '%!t(string=backend/api)'
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v1.0.0 GITHUB_ACTION_REPOSITORY:dmno-dev/varlock-action 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog INPUT_WORKING-DIRECTORY:backend/api ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'true'
[Blog API/integration] ⭐ Run Main 验证环境变量
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Blog API/integration] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Blog API/integration] [DEBUG] Extracting content to '/var/run/act'
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] About to run action &{Varlock Environment Loader dmno-dev Load and validate environment variables using varlock schema validation map[fail-on-error:{Fail the action if validation errors are found false true} output-format:{Output format: "env" exports variables as environment variables/secrets, "json" outputs a single JSON blob false env} show-summary:{Show a summary of loaded environment variables false true} working-directory:{Directory containing .env.schema files false .}] map[error-count:{Number of validation errors found } json-env:{JSON blob containing all environment variables (only available when output-format is "json"). This will contain all environment variables, including sensitive ones. Be careful. } summary:{Summary of loaded environment variables }] {node24 map[] dist/index.js  always()  always()     [] []} {blue shield}}
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] type=remote-action actionDir=/Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0 actionPath= workdir=/Users/tam/Documents/blog actionCacheDir=/Users/tam/.cache/act actionName=dmno-dev-varlock-action@v1.0.0 containerActionDir=/var/run/act/actions/dmno-dev-varlock-action@v1.0.0
[Blog API/integration] [DEBUG] /var/run/act/actions/dmno-dev-varlock-action@v1.0.0
[Blog API/integration] [DEBUG] Removing /Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0/.gitignore before docker cp
[Blog API/integration]   🐳  docker cp src=/Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0/ dst=/var/run/act/actions/dmno-dev-varlock-action@v1.0.0/
[Blog API/integration] [DEBUG] Writing tarball /var/folders/k6/vw91xcg90lv196qd6fxc03wh0000gn/T/act3681975526 from /Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0/
[Blog API/integration] [DEBUG] Stripping prefix:/Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0/ src:/Users/tam/.cache/act/dmno-dev-varlock-action@v1.0.0/
[Blog API/integration] [DEBUG] Extracting content from '/var/folders/k6/vw91xcg90lv196qd6fxc03wh0000gn/T/act3681975526' to '/var/run/act/actions/dmno-dev-varlock-action@v1.0.0/'
[Blog API/integration] [DEBUG] executing remote job container: [/usr/local/bin/node /var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js]
[Blog API/integration]   🐳  docker exec cmd=[/usr/local/bin/node /var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js] user= workdir=
[Blog API/integration] [DEBUG] Exec command '[/usr/local/bin/node /var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js]'
[Blog API/integration] [DEBUG] Working directory '/Users/tam/Documents/blog'
| node:internal/modules/cjs/loader:1031
|   throw err;
|   ^
| 
| Error: Cannot find module '/var/run/act/actions/dmno-dev-varlock-action@v1.0.0/dist/index.js'
|     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
|     at Function.Module._load (node:internal/modules/cjs/loader:873:27)
|     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
|     at node:internal/main/run_main_module:22:47 {
|   code: 'MODULE_NOT_FOUND',
|   requireStack: []
| }
[Blog API/integration]   ❌  Failure - Main 验证环境变量 [237.07839ms]
[Blog API/integration] exitcode '1': failure
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] expression '${{ env.WORKDIR }}/build.gradle' rewritten to 'format('{0}/build.gradle', env.WORKDIR)'
[Blog API/integration] [DEBUG] evaluating expression 'format('{0}/build.gradle', env.WORKDIR)'
[Blog API/integration] [DEBUG] expression 'format('{0}/build.gradle', env.WORKDIR)' evaluated to '%!t(string=backend/api/build.gradle)'
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v5 GITHUB_ACTION_REPOSITORY:actions/setup-java 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog INPUT_CACHE:gradle INPUT_CACHE-DEPENDENCY-PATH:backend/api/build.gradle INPUT_DISTRIBUTION:zulu INPUT_JAVA-VERSION:25 ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'false'
[Blog API/integration] [DEBUG] Skipping step '置备环境' due to ''
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'false'
[Blog API/integration] [DEBUG] Skipping step '单元测试' due to ''
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true GITHUB_ACTION:4 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'false'
[Blog API/integration] [DEBUG] Skipping step '集成测试' due to ''
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.31.203:55637/ APP_ENV:ci CI:true GITHUB_ACTION:5 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:integration GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:diktamxx/blog GITHUB_REPOSITORY_OWNER:diktamxx GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0c4053ec2144ebd559a3d306aa6d6413eea10046 GITHUB_WORKFLOW:Blog API GITHUB_WORKSPACE:/Users/tam/Documents/blog ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: WORKDIR:backend/api]
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] evaluating expression ''
[Blog API/integration] [DEBUG] expression '' evaluated to 'false'
[Blog API/integration] [DEBUG] Skipping step '架构测试' due to ''
[Blog API/integration] [DEBUG] skipping post step for '置备环境'; main step was skipped
[Blog API/integration] [DEBUG] skipping post step for '检出代码': no action model available
[Blog API/integration] ⭐ Run Complete job
[Blog API/integration] [DEBUG] Loading revision from git directory
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration] [DEBUG] HEAD points to '0c4053ec2144ebd559a3d306aa6d6413eea10046'
[Blog API/integration] [DEBUG] using github ref: refs/heads/main
[Blog API/integration] [DEBUG] Found revision: 0c4053ec2144ebd559a3d306aa6d6413eea10046
[Blog API/integration]   ✅  Success - Complete job
[Blog API/integration] 🏁  Job failed
Error: Job 'integration' failed

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions