676 lines
158 KiB
Plaintext
676 lines
158 KiB
Plaintext
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/e2e (webkit)] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Checked out v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/e2e (webkit)] ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] cloning https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Cloned https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Checked out v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or 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} mirror:{Used to specify an alternative mirror to downlooad Node.js binaries from false } mirror-token:{The token used as Authorization header when fetching from the mirror false } node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. 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 if a cache was hit. } node-version:{The installed node version. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/e2e (webkit)] ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] cloning https://github.com/actions/upload-artifact to /Users/Vinod/.cache/act/actions-upload-artifact@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Cloned https://github.com/actions/upload-artifact to /Users/Vinod/.cache/act/actions-upload-artifact@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/visual-regression] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/visual-regression] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Checked out v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Read action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[compression-level:{The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
|
|
false 6} if-no-files-found:{The desired behavior if no files are found using the provided path.
|
|
Available Options:
|
|
warn: Output a warning but do not fail the action
|
|
error: Fail the action with an error message
|
|
ignore: Do not output any warnings or errors, the action does not fail
|
|
false warn} include-hidden-files:{If true, hidden files will be included in the artifact. If false, hidden files will be excluded from the artifact.
|
|
false false} name:{Artifact name false artifact} overwrite:{If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.
|
|
false false} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention.
|
|
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
|
|
false }] map[artifact-digest:{SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
} artifact-id:{A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
|
} artifact-url:{A download URL for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This download URL only works for requests Authenticated with GitHub. Anonymous downloads will be prompted to first login. If an anonymous download URL is needed than a short time restricted URL can be generated using the download artifact API: https://docs.github.com/en/rest/actions/artifacts#download-an-artifact
|
|
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work. Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
|
|
}] {node20 map[] dist/upload/index.js always() always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/e2e (webkit)] 🧪 Matrix: map[browser:webkit]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'true'
|
|
[CI Pipeline/e2e (webkit)] ⭐ Run Main Checkout code
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }}
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'format('{0}', github.repository)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=CommunityRule/community-rule)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'format('{0}', github.token)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-checkout@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-checkout@v4 containerActionDir=/Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-checkout@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Removing /Users/Vinod/.cache/act/actions-checkout@v4/.gitignore before docker cp
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] /Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-checkout@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-checkout@v4/ src:/Users/Vinod/.cache/act/actions-checkout@v4/
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/e2e (webkit)] | Cannot find: node in PATH
|
|
[CI Pipeline/e2e (webkit)] ❌ Failure - Main Checkout code
|
|
[CI Pipeline/e2e (webkit)] Cannot find: node in PATH
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod INPUT_CACHE:npm INPUT_NODE-VERSION:20 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Setup Node.js' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Install dependencies' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Install Playwright browsers' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Build application' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:5 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Start application' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:6 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Wait for application to be ready' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:7 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Skipping step 'Run E2E tests' due to ''
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'playwright-results-${{ matrix.browser }}' rewritten to 'format('playwright-results-{0}', matrix.browser)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'format('playwright-results-{0}', matrix.browser)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'format('playwright-results-{0}', matrix.browser)' evaluated to '%!t(string=playwright-results-webkit)'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:8 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/upload-artifact GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod INPUT_NAME:playwright-results-webkit INPUT_PATH:test-results/
|
|
playwright-report/
|
|
INPUT_RETENTION-DAYS:30 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/e2e (webkit)] ⭐ Run Main Upload test results
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] About to run action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[compression-level:{The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
|
|
false 6} if-no-files-found:{The desired behavior if no files are found using the provided path.
|
|
Available Options:
|
|
warn: Output a warning but do not fail the action
|
|
error: Fail the action with an error message
|
|
ignore: Do not output any warnings or errors, the action does not fail
|
|
false warn} include-hidden-files:{If true, hidden files will be included in the artifact. If false, hidden files will be excluded from the artifact.
|
|
false false} name:{Artifact name false artifact} overwrite:{If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.
|
|
false false} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention.
|
|
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
|
|
false }] map[artifact-digest:{SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
} artifact-id:{A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
|
} artifact-url:{A download URL for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This download URL only works for requests Authenticated with GitHub. Anonymous downloads will be prompted to first login. If an anonymous download URL is needed than a short time restricted URL can be generated using the download artifact API: https://docs.github.com/en/rest/actions/artifacts#download-an-artifact
|
|
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work. Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
|
|
}] {node20 map[] dist/upload/index.js always() always() [] []} { }}
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-upload-artifact@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-upload-artifact@v4 containerActionDir=/Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-upload-artifact@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Removing /Users/Vinod/.cache/act/actions-upload-artifact@v4/.gitignore before docker cp
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] /Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-upload-artifact@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-upload-artifact@v4/ src:/Users/Vinod/.cache/act/actions-upload-artifact@v4/
|
|
[CI Pipeline/visual-regression] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/visual-regression] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Checked out v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/visual-regression] ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
|
|
[CI Pipeline/visual-regression] [DEBUG] cloning https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-upload-artifact@v4/dist/upload/index.js]
|
|
[CI Pipeline/e2e (webkit)] | Cannot find: node in PATH
|
|
[CI Pipeline/e2e (webkit)] ❌ Failure - Main Upload test results
|
|
[CI Pipeline/e2e (webkit)] Cannot find: node in PATH
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] skipping post step for 'Setup Node.js'; main step was skipped
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:e2e GITHUB_OUTPUT:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/outputcmd.txt GITHUB_PATH:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_STATE:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/Users/Vinod/.cache/act/f42616da4b07b25b/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/f42616da4b07b25b/hostexecutor HOME:/Users/Vinod INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_FILTER: INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:CommunityRule/community-rule INPUT_SET-SAFE-DIRECTORY:true INPUT_SHOW-PROGRESS:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SSH-USER:git INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/f42616da4b07b25b/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/e2e (webkit)] ⭐ Run Post Checkout code
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] run post step for 'Checkout code'
|
|
[CI Pipeline/e2e (webkit)] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/f42616da4b07b25b/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/e2e (webkit)] | Cannot find: node in PATH
|
|
[CI Pipeline/e2e (webkit)] ❌ Failure - Post Checkout code
|
|
[CI Pipeline/e2e (webkit)] Cleaning up services for job e2e (webkit)
|
|
[CI Pipeline/e2e (webkit)] Cleaning up container for job e2e (webkit)
|
|
[CI Pipeline/e2e (webkit)] 🏁 Job failed
|
|
[CI Pipeline/visual-regression] [DEBUG] Cloned https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Checked out v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or 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} mirror:{Used to specify an alternative mirror to downlooad Node.js binaries from false } mirror-token:{The token used as Authorization header when fetching from the mirror false } node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. 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 if a cache was hit. } node-version:{The installed node version. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/visual-regression] ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
|
|
[CI Pipeline/visual-regression] [DEBUG] cloning https://github.com/actions/upload-artifact to /Users/Vinod/.cache/act/actions-upload-artifact@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/visual-regression] [DEBUG] Cloned https://github.com/actions/upload-artifact to /Users/Vinod/.cache/act/actions-upload-artifact@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Checked out v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Read action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[compression-level:{The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
|
|
false 6} if-no-files-found:{The desired behavior if no files are found using the provided path.
|
|
Available Options:
|
|
warn: Output a warning but do not fail the action
|
|
error: Fail the action with an error message
|
|
ignore: Do not output any warnings or errors, the action does not fail
|
|
false warn} include-hidden-files:{If true, hidden files will be included in the artifact. If false, hidden files will be excluded from the artifact.
|
|
false false} name:{Artifact name false artifact} overwrite:{If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.
|
|
false false} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention.
|
|
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
|
|
false }] map[artifact-digest:{SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
} artifact-id:{A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
|
} artifact-url:{A download URL for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This download URL only works for requests Authenticated with GitHub. Anonymous downloads will be prompted to first login. If an anonymous download URL is needed than a short time restricted URL can be generated using the download artifact API: https://docs.github.com/en/rest/actions/artifacts#download-an-artifact
|
|
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work. Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
|
|
}] {node20 map[] dist/upload/index.js always() always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'true'
|
|
[CI Pipeline/visual-regression] ⭐ Run Main Checkout code
|
|
[CI Pipeline/visual-regression] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }}
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression 'format('{0}', github.token)'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression 'format('{0}', github.repository)'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=CommunityRule/community-rule)'
|
|
[CI Pipeline/visual-regression] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-checkout@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-checkout@v4 containerActionDir=/Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-checkout@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Removing /Users/Vinod/.cache/act/actions-checkout@v4/.gitignore before docker cp
|
|
[CI Pipeline/visual-regression] [DEBUG] /Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-checkout@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-checkout@v4/ src:/Users/Vinod/.cache/act/actions-checkout@v4/
|
|
[CI Pipeline/visual-regression] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/visual-regression] | Cannot find: node in PATH
|
|
[CI Pipeline/visual-regression] ❌ Failure - Main Checkout code
|
|
[CI Pipeline/visual-regression] Cannot find: node in PATH
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod INPUT_CACHE:npm INPUT_NODE-VERSION:20 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Setup Node.js' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Install dependencies' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Install Playwright browsers' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Build application' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:5 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Start application' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:6 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Wait for application to be ready' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:7 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/visual-regression] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/visual-regression] [DEBUG] Skipping step 'Run visual regression tests' due to ''
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:8 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/upload-artifact GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod INPUT_NAME:visual-regression-results INPUT_PATH:test-results/
|
|
tests/e2e/visual-regression.spec.ts-snapshots/
|
|
INPUT_RETENTION-DAYS:30 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/visual-regression] ⭐ Run Main Upload visual regression results
|
|
[CI Pipeline/visual-regression] [DEBUG] About to run action &{Upload a Build Artifact GitHub Upload a build artifact that can be used by subsequent workflow steps map[compression-level:{The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
|
|
false 6} if-no-files-found:{The desired behavior if no files are found using the provided path.
|
|
Available Options:
|
|
warn: Output a warning but do not fail the action
|
|
error: Fail the action with an error message
|
|
ignore: Do not output any warnings or errors, the action does not fail
|
|
false warn} include-hidden-files:{If true, hidden files will be included in the artifact. If false, hidden files will be excluded from the artifact.
|
|
false false} name:{Artifact name false artifact} overwrite:{If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.
|
|
false false} path:{A file, directory or wildcard pattern that describes what to upload true } retention-days:{Duration after which artifact will expire in days. 0 means using default retention.
|
|
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
|
|
false }] map[artifact-digest:{SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
} artifact-id:{A unique identifier for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
|
} artifact-url:{A download URL for the artifact that was just uploaded. Empty if the artifact upload failed.
|
|
This download URL only works for requests Authenticated with GitHub. Anonymous downloads will be prompted to first login. If an anonymous download URL is needed than a short time restricted URL can be generated using the download artifact API: https://docs.github.com/en/rest/actions/artifacts#download-an-artifact
|
|
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work. Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
|
|
}] {node20 map[] dist/upload/index.js always() always() [] []} { }}
|
|
[CI Pipeline/visual-regression] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-upload-artifact@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-upload-artifact@v4 containerActionDir=/Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-upload-artifact@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Removing /Users/Vinod/.cache/act/actions-upload-artifact@v4/.gitignore before docker cp
|
|
[CI Pipeline/visual-regression] [DEBUG] /Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-upload-artifact@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-upload-artifact@v4/ src:/Users/Vinod/.cache/act/actions-upload-artifact@v4/
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/performance] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/performance] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/performance] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/visual-regression] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-upload-artifact@v4/dist/upload/index.js]
|
|
[CI Pipeline/visual-regression] | Cannot find: node in PATH
|
|
[CI Pipeline/visual-regression] ❌ Failure - Main Upload visual regression results
|
|
[CI Pipeline/visual-regression] Cannot find: node in PATH
|
|
[CI Pipeline/visual-regression] [DEBUG] skipping post step for 'Setup Node.js'; main step was skipped
|
|
[CI Pipeline/visual-regression] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:visual-regression GITHUB_OUTPUT:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/outputcmd.txt GITHUB_PATH:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_STATE:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/Users/Vinod/.cache/act/2746df9b70b8df36/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2746df9b70b8df36/hostexecutor HOME:/Users/Vinod INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_FILTER: INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:CommunityRule/community-rule INPUT_SET-SAFE-DIRECTORY:true INPUT_SHOW-PROGRESS:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SSH-USER:git INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2746df9b70b8df36/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/visual-regression] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/visual-regression] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/visual-regression] ⭐ Run Post Checkout code
|
|
[CI Pipeline/visual-regression] [DEBUG] run post step for 'Checkout code'
|
|
[CI Pipeline/visual-regression] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/2746df9b70b8df36/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/visual-regression] | Cannot find: node in PATH
|
|
[CI Pipeline/visual-regression] ❌ Failure - Post Checkout code
|
|
[CI Pipeline/visual-regression] Cleaning up services for job visual-regression
|
|
[CI Pipeline/visual-regression] Cleaning up container for job visual-regression
|
|
[CI Pipeline/visual-regression] 🏁 Job failed
|
|
[CI Pipeline/performance] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/performance] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/performance] [DEBUG] Checked out v4
|
|
[CI Pipeline/performance] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/performance] ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
|
|
[CI Pipeline/performance] [DEBUG] cloning https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/performance] [DEBUG] Cloned https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/performance] [DEBUG] Checked out v4
|
|
[CI Pipeline/performance] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or 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} mirror:{Used to specify an alternative mirror to downlooad Node.js binaries from false } mirror-token:{The token used as Authorization header when fetching from the mirror false } node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. 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 if a cache was hit. } node-version:{The installed node version. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'true'
|
|
[CI Pipeline/performance] ⭐ Run Main Checkout code
|
|
[CI Pipeline/performance] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }}
|
|
[CI Pipeline/performance] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression 'format('{0}', github.repository)'
|
|
[CI Pipeline/performance] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=CommunityRule/community-rule)'
|
|
[CI Pipeline/performance] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression 'format('{0}', github.token)'
|
|
[CI Pipeline/performance] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
|
|
[CI Pipeline/performance] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-checkout@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-checkout@v4 containerActionDir=/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/actions/actions-checkout@v4
|
|
[CI Pipeline/performance] [DEBUG] Removing /Users/Vinod/.cache/act/actions-checkout@v4/.gitignore before docker cp
|
|
[CI Pipeline/performance] [DEBUG] /Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/actions/actions-checkout@v4
|
|
[CI Pipeline/performance] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-checkout@v4/ src:/Users/Vinod/.cache/act/actions-checkout@v4/
|
|
[CI Pipeline/performance] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/performance] | Cannot find: node in PATH
|
|
[CI Pipeline/performance] ❌ Failure - Main Checkout code
|
|
[CI Pipeline/performance] Cannot find: node in PATH
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod INPUT_CACHE:npm INPUT_NODE-VERSION:20 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Setup Node.js' due to ''
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Install dependencies' due to ''
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Build application' due to ''
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Start application' due to ''
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:5 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Wait for application to be ready' due to ''
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:6 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/performance] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/performance] [DEBUG] Skipping step 'Run Lighthouse CI' due to ''
|
|
[CI Pipeline/performance] [DEBUG] skipping post step for 'Setup Node.js'; main step was skipped
|
|
[CI Pipeline/performance] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:performance GITHUB_OUTPUT:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/outputcmd.txt GITHUB_PATH:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_STATE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/hostexecutor HOME:/Users/Vinod INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_FILTER: INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:CommunityRule/community-rule INPUT_SET-SAFE-DIRECTORY:true INPUT_SHOW-PROGRESS:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SSH-USER:git INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/2f6e97e8bd8dbf97/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/performance] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/performance] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/performance] ⭐ Run Post Checkout code
|
|
[CI Pipeline/performance] [DEBUG] run post step for 'Checkout code'
|
|
[CI Pipeline/performance] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/2f6e97e8bd8dbf97/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/performance] | Cannot find: node in PATH
|
|
[CI Pipeline/performance] ❌ Failure - Post Checkout code
|
|
[CI Pipeline/performance] Cleaning up services for job performance
|
|
[CI Pipeline/performance] Cleaning up container for job performance
|
|
[CI Pipeline/performance] 🏁 Job failed
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/storybook] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/storybook] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/storybook] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/storybook] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/storybook] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/storybook] [DEBUG] Checked out v4
|
|
[CI Pipeline/storybook] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/storybook] ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
|
|
[CI Pipeline/storybook] [DEBUG] cloning https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/storybook] [DEBUG] Cloned https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/storybook] [DEBUG] Checked out v4
|
|
[CI Pipeline/storybook] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or 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} mirror:{Used to specify an alternative mirror to downlooad Node.js binaries from false } mirror-token:{The token used as Authorization header when fetching from the mirror false } node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. 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 if a cache was hit. } node-version:{The installed node version. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/storybook] [DEBUG] expression '' evaluated to 'true'
|
|
[CI Pipeline/storybook] ⭐ Run Main Checkout code
|
|
[CI Pipeline/storybook] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }}
|
|
[CI Pipeline/storybook] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression 'format('{0}', github.repository)'
|
|
[CI Pipeline/storybook] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=CommunityRule/community-rule)'
|
|
[CI Pipeline/storybook] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression 'format('{0}', github.token)'
|
|
[CI Pipeline/storybook] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
|
|
[CI Pipeline/storybook] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-checkout@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-checkout@v4 containerActionDir=/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/actions/actions-checkout@v4
|
|
[CI Pipeline/storybook] [DEBUG] Removing /Users/Vinod/.cache/act/actions-checkout@v4/.gitignore before docker cp
|
|
[CI Pipeline/storybook] [DEBUG] /Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/actions/actions-checkout@v4
|
|
[CI Pipeline/storybook] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-checkout@v4/ src:/Users/Vinod/.cache/act/actions-checkout@v4/
|
|
[CI Pipeline/storybook] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/storybook] | Cannot find: node in PATH
|
|
[CI Pipeline/storybook] ❌ Failure - Main Checkout code
|
|
[CI Pipeline/storybook] Cannot find: node in PATH
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod INPUT_CACHE:npm INPUT_NODE-VERSION:20 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/storybook] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/storybook] [DEBUG] Skipping step 'Setup Node.js' due to ''
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/storybook] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/storybook] [DEBUG] Skipping step 'Install dependencies' due to ''
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/storybook] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/storybook] [DEBUG] Skipping step 'Build Storybook' due to ''
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/storybook] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/storybook] [DEBUG] Skipping step 'Run Storybook tests' due to ''
|
|
[CI Pipeline/storybook] [DEBUG] skipping post step for 'Setup Node.js'; main step was skipped
|
|
[CI Pipeline/storybook] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50511/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:storybook GITHUB_OUTPUT:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/outputcmd.txt GITHUB_PATH:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_STATE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/hostexecutor HOME:/Users/Vinod INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_FILTER: INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:CommunityRule/community-rule INPUT_SET-SAFE-DIRECTORY:true INPUT_SHOW-PROGRESS:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SSH-USER:git INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/eaaa7b6f837dcf49/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/storybook] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/storybook] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/storybook] ⭐ Run Post Checkout code
|
|
[CI Pipeline/storybook] [DEBUG] run post step for 'Checkout code'
|
|
[CI Pipeline/storybook] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/eaaa7b6f837dcf49/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/storybook] | Cannot find: node in PATH
|
|
[CI Pipeline/storybook] ❌ Failure - Post Checkout code
|
|
[CI Pipeline/storybook] Cleaning up services for job storybook
|
|
[CI Pipeline/storybook] Cleaning up container for job storybook
|
|
[CI Pipeline/storybook] 🏁 Job failed
|
|
[CI Pipeline/lint] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/lint] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/lint] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/lint] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/lint] [DEBUG] Unable to pull refs/heads/v4: worktree contains unstaged changes
|
|
[CI Pipeline/lint] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/lint] [DEBUG] Checked out v4
|
|
[CI Pipeline/lint] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/lint] context canceled
|
|
[CI Pipeline/lint] [DEBUG] skipping post step for 'Setup Node.js'; step was not executed
|
|
[CI Pipeline/lint] [DEBUG] skipping post step for 'Checkout code'; step was not executed
|
|
[CI Pipeline/lint] Cleaning up services for job lint
|
|
[CI Pipeline/lint] Cleaning up container for job lint
|
|
[CI Pipeline/lint] 🏁 Job succeeded
|
|
[CI Pipeline/build] [DEBUG] evaluating expression 'success()'
|
|
[CI Pipeline/build] [DEBUG] expression 'success()' evaluated to 'true'
|
|
[CI Pipeline/build] ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
|
[CI Pipeline/build] [DEBUG] cloning https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/build] [DEBUG] Cloned https://github.com/actions/checkout to /Users/Vinod/.cache/act/actions-checkout@v4
|
|
[CI Pipeline/build] [DEBUG] Checked out v4
|
|
[CI Pipeline/build] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/build] ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
|
|
[CI Pipeline/build] [DEBUG] cloning https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/build] [DEBUG] Cloned https://github.com/actions/setup-node to /Users/Vinod/.cache/act/actions-setup-node@v4
|
|
[CI Pipeline/build] [DEBUG] Checked out v4
|
|
[CI Pipeline/build] [DEBUG] Read action &{Setup Node.js environment GitHub Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH. map[always-auth:{Set always-auth in npmrc. false false} architecture:{Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. false } cache-dependency-path:{Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or 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} mirror:{Used to specify an alternative mirror to downlooad Node.js binaries from false } mirror-token:{The token used as Authorization header when fetching from the mirror false } node-version:{Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. false } node-version-file:{File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions. false } registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. false } scope:{Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). false } token:{Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. 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 if a cache was hit. } node-version:{The installed node version. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} { }} from 'Unknown'
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/build] [DEBUG] expression '' evaluated to 'true'
|
|
[CI Pipeline/build] ⭐ Run Main Checkout code
|
|
[CI Pipeline/build] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} filter:{Partially clone against a given filter. Overrides sparse-checkout if set.
|
|
false } github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.
|
|
false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} show-progress:{Whether to show progress status output when fetching. false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines.
|
|
false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.
|
|
false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.
|
|
|
|
We recommend using a service account with the least permissions necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
|
|
false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
|
|
false true} ssh-user:{The user to use when connecting to the remote SSH host. By default 'git' is used.
|
|
false git} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.
|
|
|
|
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
|
|
false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.
|
|
|
|
We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.
|
|
|
|
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
|
|
false ${{ github.token }}}] map[commit:{The commit SHA that was checked out } ref:{The branch, tag or SHA that was checked out }] {node20 map[] dist/index.js always() dist/index.js always() [] []} { }}
|
|
[CI Pipeline/build] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
|
|
[CI Pipeline/build] [DEBUG] evaluating expression 'format('{0}', github.repository)'
|
|
[CI Pipeline/build] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=CommunityRule/community-rule)'
|
|
[CI Pipeline/build] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
|
|
[CI Pipeline/build] [DEBUG] evaluating expression 'format('{0}', github.token)'
|
|
[CI Pipeline/build] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
|
|
[CI Pipeline/build] [DEBUG] type=remote-action actionDir=/Users/Vinod/.cache/act/actions-checkout@v4 actionPath= workdir=/workspace/CommunityRule/community-rule actionCacheDir=/Users/Vinod/.cache/act actionName=actions-checkout@v4 containerActionDir=/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/actions/actions-checkout@v4
|
|
[CI Pipeline/build] [DEBUG] Removing /Users/Vinod/.cache/act/actions-checkout@v4/.gitignore before docker cp
|
|
[CI Pipeline/build] [DEBUG] /Users/Vinod/.cache/act/bae0e73dbed73bd8/act/actions/actions-checkout@v4
|
|
[CI Pipeline/build] [DEBUG] Stripping prefix:/Users/Vinod/.cache/act/actions-checkout@v4/ src:/Users/Vinod/.cache/act/actions-checkout@v4/
|
|
[CI Pipeline/build] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/bae0e73dbed73bd8/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/build] | Cannot find: node in PATH
|
|
[CI Pipeline/build] ❌ Failure - Main Checkout code
|
|
[CI Pipeline/build] Cannot find: node in PATH
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/setup-node GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod INPUT_CACHE:npm INPUT_NODE-VERSION:20 ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/build] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/build] [DEBUG] Skipping step 'Setup Node.js' due to ''
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/build] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/build] [DEBUG] Skipping step 'Install dependencies' due to ''
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/build] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/build] [DEBUG] Skipping step 'Build application' due to ''
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression ''
|
|
[CI Pipeline/build] [DEBUG] expression '' evaluated to 'false'
|
|
[CI Pipeline/build] [DEBUG] Skipping step 'Build Storybook' due to ''
|
|
[CI Pipeline/build] [DEBUG] skipping post step for 'Setup Node.js'; main step was skipped
|
|
[CI Pipeline/build] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.1.3:50541/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:https://git.medlab.host/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:an.di GITHUB_API_URL:https://git.medlab.host/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_OUTPUT:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/outputcmd.txt GITHUB_PATH:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/adilallo/enhancement/TestingFramework GITHUB_REF_NAME:adilallo/enhancement/TestingFramework GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:CommunityRule/community-rule GITHUB_REPOSITORY_OWNER:CommunityRule GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://git.medlab.host GITHUB_SHA:dec2757f88b843da25faf219cb03491d3ef8cd4d GITHUB_STATE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/Users/Vinod/.cache/act/bae0e73dbed73bd8/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:CI Pipeline GITHUB_WORKSPACE:/Users/Vinod/.cache/act/bae0e73dbed73bd8/hostexecutor HOME:/Users/Vinod INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_FILTER: INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:CommunityRule/community-rule INPUT_SET-SAFE-DIRECTORY:true INPUT_SHOW-PROGRESS:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SSH-USER:git INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:macoslatest LOGNAME:Vinod PATH:/usr/bin:/bin:/usr/sbin:/sbin RUNNER_ARCH:amd64 RUNNER_OS:macOS RUNNER_PERFLOG:/dev/null RUNNER_TEMP:/Users/Vinod/.cache/act/bae0e73dbed73bd8/tmp RUNNER_TOOL_CACHE:/Users/Vinod/.cache/act/tool_cache RUNNER_TRACKING_ID: SHELL:/bin/bash SSH_AUTH_SOCK:/private/tmp/com.apple.launchd.TR6IO7q3CL/Listeners TMPDIR:/var/folders/zh/1tz9wdyd7zd5qr_x789vr2s00000gn/T/ USER:Vinod XPC_FLAGS:0x0 XPC_SERVICE_NAME:com.gitea.act-runner]
|
|
[CI Pipeline/build] [DEBUG] evaluating expression 'always()'
|
|
[CI Pipeline/build] [DEBUG] expression 'always()' evaluated to 'true'
|
|
[CI Pipeline/build] ⭐ Run Post Checkout code
|
|
[CI Pipeline/build] [DEBUG] run post step for 'Checkout code'
|
|
[CI Pipeline/build] [DEBUG] executing remote job container: [node /Users/Vinod/.cache/act/bae0e73dbed73bd8/act/actions/actions-checkout@v4/dist/index.js]
|
|
[CI Pipeline/build] | Cannot find: node in PATH
|
|
[CI Pipeline/build] ❌ Failure - Post Checkout code
|
|
[CI Pipeline/build] Cleaning up services for job build
|
|
[CI Pipeline/build] Cleaning up container for job build
|
|
[CI Pipeline/build] 🏁 Job failed
|