act icon indicating copy to clipboard operation
act copied to clipboard

Volume not working with Windows + Docker Desktop with WSL2 engine

Open manoaratefy opened this issue 2 years ago • 0 comments

Bug report info

act version:            0.2.31
GOOS:                   windows
GOARCH:                 amd64
NumCPU:                 4
Docker host:            DOCKER_HOST environment variable is unset/empty.
Sockets found:
        \\.\pipe\docker_engine
Config files:
        C:\Users\manoaratefy\.actrc:
                -P ubuntu-latest=node:16-buster-slim
                -P -P ubuntu-22.04=node:16-bullseye-slim
                ubuntu-20.04=node:16-buster-slim
                -P ubuntu-18.04=node:16-buster-slim
Build info:
        Go version:            go1.18.5
        Module path:           github.com/nektos/act
        Main version:          (devel)
        Main path:             github.com/nektos/act
        Main checksum:
        Build settings:
                -compiler:            gc
                -ldflags:             -s -w -X main.version=0.2.31 -X main.commit=a20b1d4669d8d032fe35347bd3cfdae58b4d1d97 -X main.date=2022-09-01T02:56:14Z -X main.builtBy=goreleaser
                CGO_ENABLED:          0
                GOARCH:               amd64
                GOOS:                 windows
                GOAMD64:              v1
                vcs:                  git
                vcs.revision:         a20b1d4669d8d032fe35347bd3cfdae58b4d1d97
                vcs.time:             2022-08-31T18:41:56Z
                vcs.modified:         false
Docker Engine:
        Engine version:        20.10.17
        Engine runtime:        runc
        Cgroup version:        1
        Cgroup driver:         cgroupfs
        Storage driver:        overlay2
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:
        OS arch:               x86_64
        OS kernel:             5.10.16.3-microsoft-standard-WSL2
        OS CPU:                4
        OS memory:             3877 MB
        Security options:
                name=seccomp,profile=default

Command used with act

act

Describe issue

The volume is empty when I run my workflow on Windows with Docker Desktop (WSL2 engine). Same computer, same Docker but runned from a Debian WSL2 works fine. In my specific case, seems like the volume still have the subfolders but no file found (ls /root/rpmbuild/SPECS doesn't show anything).

Link to GitHub repository

https://github.com/blazingfasthttp/openresty-module-brotli

Workflow content

name: compile
on: [push]
jobs:
  compile:
    name: Compile RPM for CentOS 7
    runs-on: ubuntu-latest

    steps:
      - name: Check out the repo
        uses: actions/checkout@v2
      
      - run: echo ${{ github.workspace }}/SPECS

      - name: Run the build process with Docker
        uses: addnab/docker-run-action@v3
        with:
          image: manoaratefy/openresty-compile:centos-7
          options: -v ${{ github.workspace }}/SPECS:/root/rpmbuild/SPECS
          shell: bash
          run: |
            ls /root/rpmbuild/SPECS

Relevant log output

time="2022-09-10T21:57:58+03:00" level=debug msg="Loading environment from C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.env"
time="2022-09-10T21:57:58+03:00" level=debug msg="Loading secrets from C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.secrets"
time="2022-09-10T21:57:58+03:00" level=debug msg="Loading workflows from 'C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.github\\workflows'"
time="2022-09-10T21:57:58+03:00" level=debug msg="Loading workflows recursively"
time="2022-09-10T21:57:58+03:00" level=debug msg="Found workflow 'compile.yml' in 'C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.github\\workflows\\compile.yml'"
time="2022-09-10T21:57:58+03:00" level=debug msg="Reading workflow 'C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.github\\workflows\\compile.yml'"
time="2022-09-10T21:57:58+03:00" level=debug msg="Planning event: push"
time="2022-09-10T21:57:58+03:00" level=debug msg="Loading slug from git directory 'C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.git'"
time="2022-09-10T21:57:58+03:00" level=debug msg="Loading revision from git directory 'C:\\Users\\manoaratefy\\Development\\nginx-module-brotli\\.git'"
time="2022-09-10T21:57:58+03:00" level=debug msg="Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1\n"
time="2022-09-10T21:57:58+03:00" level=debug msg="HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'"
time="2022-09-10T21:57:58+03:00" level=debug msg="using github ref: refs/heads/main"
time="2022-09-10T21:57:58+03:00" level=debug msg="Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1\n"
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'success()'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'success()' evaluated to 'true'
[compile/Compile RPM for CentOS 7] 🚀  Start image=node:16-buster-slim
[compile/Compile RPM for CentOS 7]   🐳  docker pull image=node:16-buster-slim platform= username= forcePull=false
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker pull node:16-buster-slim
[compile/Compile RPM for CentOS 7] [DEBUG] Image exists? true
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker volume rm act-compile-Compile-RPM-for-CentOS-7
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker volume rm act-compile-Compile-RPM-for-CentOS-7-env
[compile/Compile RPM for CentOS 7]   🐳  docker create image=node:16-buster-slim platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[compile/Compile RPM for CentOS 7] [DEBUG] Created container name=act-compile-Compile-RPM-for-CentOS-7 id=1e6fef06758eb6702480d16ed7ca843b1eac3152f0a5a37cc655b165189a1492 from image node:16-buster-slim (platform: )
[compile/Compile RPM for CentOS 7] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp]
[compile/Compile RPM for CentOS 7]   🐳  docker run image=node:16-buster-slim platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[compile/Compile RPM for CentOS 7] [DEBUG] Starting container: 1e6fef06758eb6702480d16ed7ca843b1eac3152f0a5a37cc655b165189a1492
[compile/Compile RPM for CentOS 7] [DEBUG] Started container: 1e6fef06758eb6702480d16ed7ca843b1eac3152f0a5a37cc655b165189a1492
[compile/Compile RPM for CentOS 7] [DEBUG] Writing entry to tarball workflow/event.json len:2
[compile/Compile RPM for CentOS 7] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[compile/Compile RPM for CentOS 7] [DEBUG] Writing entry to tarball workflow/paths.txt len:0
[compile/Compile RPM for CentOS 7] [DEBUG] Extracting content to '/var/run/act/'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Skipping local actions/checkout because workdir was already copied
[compile/Compile RPM for CentOS 7] [DEBUG] skip pre step for 'Check out the repo': no action model available
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7]   ☁  git clone 'https://github.com/addnab/docker-run-action' # ref=v3
[compile/Compile RPM for CentOS 7] [DEBUG]   cloning https://github.com/addnab/docker-run-action to C:\Users\manoaratefy\.cache\act/addnab-docker-run-action@v3
[compile/Compile RPM for CentOS 7] [DEBUG] Cloned https://github.com/addnab/docker-run-action to C:\Users\manoaratefy\.cache\act/addnab-docker-run-action@v3
[compile/Compile RPM for CentOS 7] [DEBUG] Checked out v3
[compile/Compile RPM for CentOS 7] [DEBUG] Read action &{Docker Run Action  Run a command in a new container map[docker_network:{Docker Network ID false ${{ job.container.network }}} image:{Image true } options:{Options false } password:{Password false } registry:{Registry false } run:{Run command in container false } shell:{Use a specific shell false sh} username:{Username false }] map[] {docker map[]   always()  always() Dockerfile  [] []} { }} from 'Unknown'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] expression '${{ job.container.network }}' rewritten to 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('{0}', job.container.network)' evaluated to '%!t(string=)'    
[compile/Compile RPM for CentOS 7] [DEBUG] expression '-v ${{ github.workspace }}/SPECS:/root/rpmbuild/SPECS' rewritten to 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)' evaluated to '%!t(string=-v /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS:/root/rpmbuild/SPECS)'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Skipping local actions/checkout because workdir was already copied
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 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_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Compile RPM for CentOS 7 GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:blazingfasthttp/openresty-module-brotli GITHUB_REPOSITORY_OWNER:blazingfasthttp GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6a40118398cc24bb69d84856130d71b0dc0a68b1 GITHUB_TOKEN: GITHUB_WORKFLOW:compile GITHUB_WORKSPACE:/mnt/c/Users/manoaratefy/Development/nginx-module-brotli ImageOS:ubuntu20 NODE_VERSION:16.17.0 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: YARN_VERSION:1.22.19]
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression ''
[compile/Compile RPM for CentOS 7] [DEBUG] expression '' evaluated to 'true'
[compile/Compile RPM for CentOS 7] ⭐ Run Main Check out the repo
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7]   🐳  docker cp src=C:\Users\manoaratefy\Development\nginx-module-brotli\. dst=/mnt/c/Users/manoaratefy/Development/nginx-module-brotli
[compile/Compile RPM for CentOS 7] [DEBUG] Writing tarball C:\Users\MANOAR~1\AppData\Local\Temp\act2594012003 from C:\Users\manoaratefy\Development\nginx-module-brotli\.
[compile/Compile RPM for CentOS 7] [DEBUG] Stripping prefix:C:\Users\manoaratefy\Development\nginx-module-brotli\ src:C:\Users\manoaratefy\Development\nginx-module-brotli\.
[compile/Compile RPM for CentOS 7] [DEBUG] Extracting content from 'C:\Users\MANOAR~1\AppData\Local\Temp\act2594012003' to '/mnt/c/Users/manoaratefy/Development/nginx-module-brotli'
[compile/Compile RPM for CentOS 7]   ✅  Success - Main Check out the repo
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:1 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_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Compile RPM for CentOS 7 GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:blazingfasthttp/openresty-module-brotli GITHUB_REPOSITORY_OWNER:blazingfasthttp GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6a40118398cc24bb69d84856130d71b0dc0a68b1 GITHUB_TOKEN: GITHUB_WORKFLOW:compile GITHUB_WORKSPACE:/mnt/c/Users/manoaratefy/Development/nginx-module-brotli ImageOS:ubuntu20 NODE_VERSION:16.17.0 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: YARN_VERSION:1.22.19]
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression ''
[compile/Compile RPM for CentOS 7] [DEBUG] expression '' evaluated to 'true'
[compile/Compile RPM for CentOS 7] ⭐ Run Main echo ${{ github.workspace }}/SPECS
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'echo ${{ github.workspace }}/SPECS' rewritten to 'format('echo {0}/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('echo {0}/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('echo {0}/SPECS', github.workspace)' evaluated to '%!t(string=echo /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS)'
[compile/Compile RPM for CentOS 7] [DEBUG] Wrote command

echo /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS

 to 'workflow/1'
[compile/Compile RPM for CentOS 7] [DEBUG] Writing entry to tarball workflow/1 len:69
[compile/Compile RPM for CentOS 7] [DEBUG] Extracting content to '/var/run/act'
[compile/Compile RPM for CentOS 7]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/1] user= workdir=
[compile/Compile RPM for CentOS 7] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/1]'
[compile/Compile RPM for CentOS 7] [DEBUG] Working directory '/mnt/c/Users/manoaratefy/Development/nginx-module-brotli'     
| /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS
[compile/Compile RPM for CentOS 7]   ✅  Success - Main echo ${{ github.workspace }}/SPECS
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] expression '-v ${{ github.workspace }}/SPECS:/root/rpmbuild/SPECS' rewritten to 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)' evaluated to '%!t(string=-v /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS:/root/rpmbuild/SPECS)'
[compile/Compile RPM for CentOS 7] [DEBUG] setupEnv => map[ACT:true CI:true 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_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Compile RPM for CentOS 7 GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:blazingfasthttp/openresty-module-brotli GITHUB_REPOSITORY_OWNER:blazingfasthttp GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6a40118398cc24bb69d84856130d71b0dc0a68b1 GITHUB_TOKEN: GITHUB_WORKFLOW:compile GITHUB_WORKSPACE:/mnt/c/Users/manoaratefy/Development/nginx-module-brotli INPUT_IMAGE:manoaratefy/openresty-compile:centos-7 INPUT_OPTIONS:-v /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS:/root/rpmbuild/SPECS INPUT_RUN:ls /root/rpmbuild/SPECS INPUT_SHELL:bash ImageOS:ubuntu20 NODE_VERSION:16.17.0 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: YARN_VERSION:1.22.19]
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression ''
[compile/Compile RPM for CentOS 7] [DEBUG] expression '' evaluated to 'true'
[compile/Compile RPM for CentOS 7] ⭐ Run Main Run the build process with Docker
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] About to run action &{Docker Run Action  Run a command in a new container map[docker_network:{Docker Network ID false ${{ job.container.network }}} image:{Image true } options:{Options false } password:{Password false } registry:{Registry false } run:{Run command in container false } shell:{Use a specific shell false sh} username:{Username false }] map[] {docker map[]   always()  always() Dockerfile  [] []} { }}
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] expression '${{ job.container.network }}' rewritten to 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('{0}', job.container.network)' evaluated to '%!t(string=)'    
[compile/Compile RPM for CentOS 7] [DEBUG] type=3 actionDir=C:\Users\manoaratefy\.cache\act/addnab-docker-run-action@v3 actionPath= workdir=C:\Users\manoaratefy\Development\nginx-module-brotli actionCacheDir=C:\Users\manoaratefy\.cache\act actionName=addnab-docker-run-action@v3 containerActionDir=/var/run/act/actions/addnab-docker-run-action@v3
[compile/Compile RPM for CentOS 7] [DEBUG] image 'act-addnab-docker-run-action-v3-dockeraction:latest' for architecture '' already exists
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] expression '${{ job.container.network }}' rewritten to 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('{0}', job.container.network)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('{0}', job.container.network)' evaluated to '%!t(string=)'    
[compile/Compile RPM for CentOS 7] [DEBUG] expression '-v ${{ github.workspace }}/SPECS:/root/rpmbuild/SPECS' rewritten to 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] evaluating expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)'
[compile/Compile RPM for CentOS 7] [DEBUG] expression 'format('-v {0}/SPECS:/root/rpmbuild/SPECS', github.workspace)' evaluated to '%!t(string=-v /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS:/root/rpmbuild/SPECS)'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7]   🐳  docker pull image=act-addnab-docker-run-action-v3-dockeraction:latest platform= username= forcePull=false
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker pull act-addnab-docker-run-action-v3-dockeraction:latest
[compile/Compile RPM for CentOS 7] [DEBUG] Image exists? true
[compile/Compile RPM for CentOS 7]   🐳  docker create image=act-addnab-docker-run-action-v3-dockeraction:latest platform= entrypoint=[] cmd=[]
[compile/Compile RPM for CentOS 7] [DEBUG] Created container name=act-compile--7-2 id=aa03744872cf4e0f4a94cda44db9fd0b1db5f7da82ecaa906d24e7eaf03174ad from image act-addnab-docker-run-action-v3-dockeraction:latest (platform: )
[compile/Compile RPM for CentOS 7] [DEBUG] ENV ==> [INPUT_REGISTRY= GITHUB_RUN_NUMBER=1 GITHUB_ACTION_REF=v3 GITHUB_EVENT_PATH=/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL=https://api.github.com/graphql INPUT_IMAGE=manoaratefy/openresty-compile:centos-7 INPUT_OPTIONS=-v /mnt/c/Users/manoaratefy/Development/nginx-module-brotli/SPECS:/root/rpmbuild/SPECS GITHUB_PATH=/var/run/act/workflow/paths.txt GITHUB_REF_TYPE=branch INPUT_PASSWORD= GITHUB_ACTION_REPOSITORY=addnab/docker-run-action GITHUB_ACTIONS=true GITHUB_SERVER_URL=https://github.com GITHUB_JOB=Compile RPM for CentOS 7 INPUT_SHELL=bash GITHUB_WORKFLOW=compile RUNNER_TRACKING_ID= INPUT_USERNAME= INPUT_RUN=ls /root/rpmbuild/SPECS INPUT_DOCKER_NETWORK= NODE_VERSION=16.17.0 GITHUB_REPOSITORY=blazingfasthttp/openresty-module-brotli GITHUB_REF=refs/heads/main GITHUB_REF_NAME=main GITHUB_API_URL=https://api.github.com GITHUB_HEAD_REF= ACT=true GITHUB_RUN_ID=1 GITHUB_EVENT_NAME=push GITHUB_REPOSITORY_OWNER=blazingfasthttp GITHUB_RETENTION_DAYS=0 ImageOS=ubuntu20 CI=true GITHUB_ACTION=2 GITHUB_TOKEN= RUNNER_PERFLOG=/dev/null GITHUB_SHA=6a40118398cc24bb69d84856130d71b0dc0a68b1 GITHUB_BASE_REF= PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin YARN_VERSION=1.22.19 GITHUB_ENV=/var/run/act/workflow/envs.txt GITHUB_ACTION_PATH= GITHUB_ACTOR=nektos/act GITHUB_WORKSPACE=/mnt/c/Users/manoaratefy/Development/nginx-module-brotli RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp]
[compile/Compile RPM for CentOS 7]   🐳  docker run image=act-addnab-docker-run-action-v3-dockeraction:latest platform= entrypoint=[] cmd=[]
[compile/Compile RPM for CentOS 7] [DEBUG] Starting container: aa03744872cf4e0f4a94cda44db9fd0b1db5f7da82ecaa906d24e7eaf03174ad
[compile/Compile RPM for CentOS 7] [DEBUG] Started container: aa03744872cf4e0f4a94cda44db9fd0b1db5f7da82ecaa906d24e7eaf03174ad
[compile/Compile RPM for CentOS 7] [DEBUG] Return status: 0
[compile/Compile RPM for CentOS 7] [DEBUG] Removed container: aa03744872cf4e0f4a94cda44db9fd0b1db5f7da82ecaa906d24e7eaf03174ad
[compile/Compile RPM for CentOS 7]   ✅  Success - Main Run the build process with Docker
[compile/Compile RPM for CentOS 7] [DEBUG] skipping post step for 'Check out the repo': no action model available
[compile/Compile RPM for CentOS 7] [DEBUG] Removed container: 1e6fef06758eb6702480d16ed7ca843b1eac3152f0a5a37cc655b165189a1492
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker volume rm act-compile-Compile-RPM-for-CentOS-7
[compile/Compile RPM for CentOS 7] [DEBUG]   🐳  docker volume rm act-compile-Compile-RPM-for-CentOS-7-env
[compile/Compile RPM for CentOS 7] 🏁  Job succeeded
[compile/Compile RPM for CentOS 7] [DEBUG] Loading slug from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Loading revision from git directory 'C:\Users\manoaratefy\Development\nginx-module-brotli\.git'
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1
[compile/Compile RPM for CentOS 7] [DEBUG] HEAD points to '6a40118398cc24bb69d84856130d71b0dc0a68b1'
[compile/Compile RPM for CentOS 7] [DEBUG] using github ref: refs/heads/main
[compile/Compile RPM for CentOS 7] [DEBUG] Found revision: 6a40118398cc24bb69d84856130d71b0dc0a68b1

Additional information

No response

manoaratefy avatar Sep 10 '22 18:09 manoaratefy