Skip to content

Use suspense; don't use remarkGfm, as it crashes

688da75
Select commit
Loading
Failed to load commit list.
Open

Starter kit #23

Use suspense; don't use remarkGfm, as it crashes
688da75
Select commit
Loading
Failed to load commit list.
Jenkins - ci.eionet.europa.eu / Jenkins failed Mar 12, 2025 in 3m 22s

Testing/Volto 16/Build test image: error in 'sh' step

Testing / Volto 17 / Volto 17 / Build test image / Shell Script

Error in sh step, with arguments docker build --pull --build-arg="VOLTO_VERSION=$VOLTO" --build-arg="ADDON_NAME=$NAMESPACE/$GIT_NAME" --build-arg="ADDON_PATH=$GIT_NAME" . -t $IMAGE_NAME-frontend.

script returned exit code 1
Build log
+ docker build --pull --build-arg=VOLTO_VERSION=17 --build-arg=ADDON_NAME=@eeacms/volto-chatbot --build-arg=ADDON_PATH=volto-chatbot . -t jenkins-volto-addons-volto-chatbot-pr-23-17-frontend
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  693.2kB

Step 1/9 : ARG VOLTO_VERSION
Step 2/9 : FROM eeacms/frontend-builder:${VOLTO_VERSION}
17: Pulling from eeacms/frontend-builder
Digest: sha256:e51bac1a889969d0b633b7ac6de50f28a6094bb79bdf17966d7910f5b9b28b59
Status: Image is up to date for eeacms/frontend-builder:17
 ---> a19db6bd6e5d
Step 3/9 : ARG ADDON_NAME
 ---> Using cache
 ---> d9592d5c21af
Step 4/9 : ARG ADDON_PATH
 ---> Using cache
 ---> 02c8bc1d855e
Step 5/9 : COPY --chown=node:node ./ /app/src/addons/${ADDON_PATH}/
 ---> c0b8452c9ae7
Step 6/9 : RUN /setupAddon
 ---> Running in 610220fa1529
Removing intermediate container 610220fa1529
 ---> c66e91f17d32
Step 7/9 : RUN yarn install
 ---> Running in e58f810882e2
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @eeacms/chatbotlib@file:.yalc/@eeacms/chatbotlib::locator=%40eeacms%2Fvolto-chatbot%40workspace%3Asrc%2Faddons%2Fvolto-chatbot: ENOENT: no such file or directory, lstat '/app/src/addons/volto-chatbot/.yalc/@eeacms/chatbotlib'
➤ YN0000: └ Completed in 2s 146ms
➤ YN0000: Failed with errors in 2s 148ms
The command '/bin/sh -c yarn install' returned a non-zero code: 1

Testing / Volto 16 / Volto 16 / Build test image / Shell Script

Error in sh step, with arguments docker build --pull --build-arg="VOLTO_VERSION=16" --build-arg="ADDON_NAME=$NAMESPACE/$GIT_NAME" --build-arg="ADDON_PATH=$GIT_NAME" . -t $IMAGE_NAME-frontend16.

script returned exit code 1
Build log
+ docker build --pull --build-arg=VOLTO_VERSION=16 --build-arg=ADDON_NAME=@eeacms/volto-chatbot --build-arg=ADDON_PATH=volto-chatbot . -t jenkins-volto-addons-volto-chatbot-pr-23-17-frontend16
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  693.2kB

Step 1/9 : ARG VOLTO_VERSION
Step 2/9 : FROM eeacms/frontend-builder:${VOLTO_VERSION}
16: Pulling from eeacms/frontend-builder
7d97e254a046: Pulling fs layer
b323a342d564: Pulling fs layer
5817cb8b5fae: Pulling fs layer
8535a7dc8bd9: Pulling fs layer
a5e8db731e10: Pulling fs layer
1aa2a1f375e7: Pulling fs layer
4f4fb700ef54: Pulling fs layer
7bbc1d01cb77: Pulling fs layer
faddcc5689ce: Pulling fs layer
4561e46c16f2: Pulling fs layer
a7d9e52e1a63: Pulling fs layer
4f4fb700ef54: Waiting
7bbc1d01cb77: Waiting
faddcc5689ce: Waiting
8535a7dc8bd9: Waiting
4561e46c16f2: Waiting
a5e8db731e10: Waiting
1aa2a1f375e7: Waiting
a7d9e52e1a63: Waiting
b323a342d564: Verifying Checksum
b323a342d564: Download complete
7d97e254a046: Download complete
8535a7dc8bd9: Verifying Checksum
8535a7dc8bd9: Download complete
5817cb8b5fae: Verifying Checksum
5817cb8b5fae: Download complete
a5e8db731e10: Verifying Checksum
a5e8db731e10: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7bbc1d01cb77: Verifying Checksum
7bbc1d01cb77: Download complete
4561e46c16f2: Verifying Checksum
4561e46c16f2: Download complete
7d97e254a046: Pull complete
b323a342d564: Pull complete
1aa2a1f375e7: Verifying Checksum
1aa2a1f375e7: Download complete
5817cb8b5fae: Pull complete
a7d9e52e1a63: Verifying Checksum
a7d9e52e1a63: Download complete
8535a7dc8bd9: Pull complete
a5e8db731e10: Pull complete
faddcc5689ce: Verifying Checksum
faddcc5689ce: Download complete
1aa2a1f375e7: Pull complete
4f4fb700ef54: Pull complete
7bbc1d01cb77: Pull complete
faddcc5689ce: Pull complete
4561e46c16f2: Pull complete
a7d9e52e1a63: Pull complete
Digest: sha256:cea0e6be961d4aaf695fc178877fa90b722499e40b149558695f439a1cc76509
Status: Downloaded newer image for eeacms/frontend-builder:16
 ---> 6e0935b55f45
Step 3/9 : ARG ADDON_NAME
 ---> Running in 51f1afbf12c9
Removing intermediate container 51f1afbf12c9
 ---> 03134cf538e6
Step 4/9 : ARG ADDON_PATH
 ---> Running in 1a5bf1f34b3e
Removing intermediate container 1a5bf1f34b3e
 ---> 84ea7a2ea73d
Step 5/9 : COPY --chown=node:node ./ /app/src/addons/${ADDON_PATH}/
 ---> 9226c0fa35a1
Step 6/9 : RUN /setupAddon
 ---> Running in 1de6d217cd67
Removing intermediate container 1de6d217cd67
 ---> 8dda9e89bbfd
Step 7/9 : RUN yarn install
 ---> Running in e301b9ea9966
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @eeacms/chatbotlib@file:.yalc/@eeacms/chatbotlib::locator=%40eeacms%2Fvolto-chatbot%40workspace%3Asrc%2Faddons%2Fvolto-chatbot: ENOENT: no such file or directory, lstat '/app/src/addons/volto-chatbot/.yalc/@eeacms/chatbotlib'
➤ YN0000: └ Completed in 1s 574ms
➤ YN0000: Failed with errors in 1s 576ms
The command '/bin/sh -c yarn install' returned a non-zero code: 1

Details

  • Declarative: Checkout SCM (5.5 sec)
    • Declarative: Tool Install (1.7 sec)
      • Release (1.6 sec)
      • Check if testing needed (1.6 sec)
      • Testing (3 min 3 sec)
        • Volto 17 (28 ms)
          • Volto 17 (1 min 15 sec)
            • Build test image (52 sec)
              Error: script returned exit code 1
            • Fix code (1.7 sec)
            • ES lint (1.5 sec)
            • Style lint (1.6 sec)
            • Prettier (1.6 sec)
            • Unit tests (1.5 sec)
            • Integration tests (1.6 sec)
            • Report to SonarQube (1.5 sec)
        • Volto 16 (3 min 0 sec)
          • Volto 16 (2 min 56 sec)
            • Build test image (2 min 41 sec)
              Error: script returned exit code 1
            • Unit tests Volto 16 (1.7 sec)
            • Integration tests Volto 16 (1.6 sec)
      • SonarQube compare to master (1.6 sec)
      • Pull Request (1.6 sec)
      • Declarative: Post Actions (1.6 sec)