What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello everyone! We are currently experiencing some issues with the build process. Failing command: `

USZ0XG6SK
USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet
edited November 2020 in Docker

Hello everyone! We are currently experiencing some issues with the build process. Failing command: RUN mkdir -p /tmp/blackfire && curl -A \"Docker\" -L <https://blackfire.io/api/v1/releases/client/linux_static/amd64> | tar zxp -C /tmp/blackfire && mv /tmp/blackfire/blackfire /usr/bin/blackfire && rm -Rf /tmp/blackfire
Please see the error from the build log in the thread.

Comments

  • USZ0XG6SK
    USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet
    2020-11-30T13:11:39.232+01:00   #10 [cli-basic 2/9] RUN mkdir -p /tmp/blackfire && curl -A "Docker" -L h...
    2020-11-30T13:11:39.232+01:00   #10 digest: sha256:4089ab41c17c5090ad848f820f8644eb38cd82954ea0b630ab02b7b25654fca0
    2020-11-30T13:11:39.232+01:00   #10 name: "[cli-basic 2/9] RUN mkdir -p /tmp/blackfire && curl -A \"Docker\" -L <https://blackfire.io/api/v1/releases/client/linux_static/amd64> | tar zxp -C /tmp/blackfire && mv /tmp/blackfire/blackfire /usr/bin/blackfire && rm -Rf /tmp/blackfire"
    2020-11-30T13:11:39.232+01:00   #10 started: 2020-11-30 12:11:36.276856979 +0000 UTC
    2020-11-30T13:11:39.232+01:00   #10 0.237 % Total % Received % Xferd Average Speed Time Time Time Current
    2020-11-30T13:11:39.232+01:00   #10 0.238 Dload Upload Total Spent Left Speed
    2020-11-30T13:11:39.232+01:00   #10 0.238 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 698 0 698 0 0 5248 0 --:--:-- --:--:-- --:--:-- 5208
    2020-11-30T13:11:39.232+01:00   #10 0.529 gzip: invalid magic
    2020-11-30T13:11:39.232+01:00   #10 0.530 100 243 0 243 0 0 829 0 --:--:-- --:--:-- --:--:-- 829
    2020-11-30T13:11:39.232+01:00   #10 0.530 tar: Child died with signal 13
    2020-11-30T13:11:39.232+01:00   #10 0.531 tar: Error is not recoverable: exiting now
    2020-11-30T13:11:39.232+01:00   #10 completed: 2020-11-30 12:11:36.888975648 +0000 UTC
    2020-11-30T13:11:39.232+01:00   #10 duration: 612.118669ms
    2020-11-30T13:11:39.232+01:00   #10 error: "executor failed running [/bin/sh -c mkdir -p /tmp/blackfire && curl -A \"Docker\" -L <https://blackfire.io/api/v1/releases/client/linux_static/amd64> | tar zxp -C /tmp/blackfire && mv /tmp/blackfire/blackfire /usr/bin/blackfire && rm -Rf /tmp/blackfire]: exit code: 2"
    
  • USZ0XG6SK
    USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet

    Is anyone else experiencing same issues?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Seems like the same. Just got it locally.

  • s.kroll
    s.kroll Posts: 118 🪐 - Explorer

    Same here, started appearing in different projects at the same time

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    Mike Kalinin  [1:13 PM]
    That is global problem.
    
    We’re just shooting blackfire support to fix the issue. No other way at the moment.
    
  • s.kroll
    s.kroll Posts: 118 🪐 - Explorer

    Thanks for the information...

  • U010DNAA3QW
    U010DNAA3QW Posts: 55 🧑🏻‍🚀 - Cadet

    By that possibility, can we maybe think about how we could prevent such a thing from happening in the future? I mean downloading external stuff at all, this is a risk when they are not available at some point. For the Docker Images themselfes I found a solution by setting up a local Docker Registry which acts as a proxy/cache, but for those things that are being downloaded directly in the Dockerfiles I don't have a solution yet... Anyone an idea? 🙂

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    Mike Kalinin  [2:25 PM]
    It is fixed. Just restart pipeline that failed.