[GH-ISSUE #609] Issue: Error response from daemon: Error processing tar file(exit status 1) - no such file or directory #400

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

Originally created by @devinbost on GitHub (Apr 5, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/609

When I try running this tool, it fails with:

. . .
[CI - Go Functions style check/Go 1.12 Functions style check-2 ] 🐳 docker cp src=/home/dbost/.cache/act/apache-pulsar-test-infra-paths-filter@master dst=/actions/
[CI - Unit - Brokers - Broker Group 2/unit-tests ] 🐳 docker cp src=/home/dbost/.cache/act/apache-pulsar-test-infra-paths-filter@master dst=/actions/
[CI - CPP, Python Tests/cpp-tests ] Failure - Changed files check

Error: Error response from daemon: Error processing tar file(exit status 1): chmod /actions/apache-pulsar-test-infra-paths-filter@master/setup-maven/node_modules/semver/range.bnf: no such file or directory

Steps to reproduce:

# Create new VM in GCP running Ubuntu 18.04
# Install docker and git
sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg \
    lsb-release -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo \
  "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
  $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
# download my Pulsar fork
git clone https://github.com/devinbost/pulsar.git

# download and install act
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
# checkout my Pulsar branch
cd pulsar
git checkout disable-function-batching

# Run act
sudo -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04
Originally created by @devinbost on GitHub (Apr 5, 2021). Original GitHub issue: https://github.com/nektos/act/issues/609 When I try running this tool, it fails with: > . . . > [CI - Go Functions style check/Go 1.12 Functions style check-2 ] 🐳 docker cp src=/home/dbost/.cache/act/apache-pulsar-test-infra-paths-filter@master dst=/actions/ > [CI - Unit - Brokers - Broker Group 2/unit-tests ] 🐳 docker cp src=/home/dbost/.cache/act/apache-pulsar-test-infra-paths-filter@master dst=/actions/ > [CI - CPP, Python Tests/cpp-tests ] ❌ Failure - Changed files check > Error: Error response from daemon: Error processing tar file(exit status 1): chmod /actions/apache-pulsar-test-infra-paths-filter@master/setup-maven/node_modules/semver/range.bnf: no such file or directory **Steps to reproduce:** ``` # Create new VM in GCP running Ubuntu 18.04 # Install docker and git sudo apt-get update sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg \ lsb-release -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo \ "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io -y # download my Pulsar fork git clone https://github.com/devinbost/pulsar.git # download and install act curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash # checkout my Pulsar branch cd pulsar git checkout disable-function-batching # Run act sudo -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04 ```
kerem 2026-03-01 21:43:03 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (May 6, 2021):

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

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

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#400
No description provided.