Skip to content

chore(copier): update template https://github.com/dafyddj/copier-ssf-…

9f869c5
Select commit
Loading
Failed to load commit list.
Merged

chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.10.6 #159

chore(copier): update template https://github.com/dafyddj/copier-ssf-…
9f869c5
Select commit
Loading
Failed to load commit list.
coqbot-app / GitLab CI job amazonlinux-2023-master (branch) completed Mar 1, 2026 in 0s

Test has failed on GitLab CI

This job is allowed to fail.

We show below the last 40 lines of the trace from GitLab (the complete trace is available here).

Details

2026-03-01T01:12:31.256727Z 01E #6 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.1.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256729Z 01E #6 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.2.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256730Z 01E #6 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.3.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256732Z 01E #6 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.4.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256733Z 01E #6 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.5.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256735Z 01E #6 13.04 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
2026-03-01T01:12:31.256740Z 01E #6 ERROR: process "/bin/bash -x -o pipefail -c yum install -y sudo openssh-server openssh-clients which curl" did not complete successfully: exit code: 1
2026-03-01T01:12:31.256742Z 01E ------
2026-03-01T01:12:31.256743Z 01E  > [ 3/17] RUN yum install -y sudo openssh-server openssh-clients which curl:
2026-03-01T01:12:31.256744Z 01E 13.03   - package curl-minimal-8.2.1-1.amzn2023.0.2.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256745Z 01E 13.03   - package curl-minimal-8.2.1-1.amzn2023.0.3.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256747Z 01E 13.03   - package curl-minimal-8.3.0-1.amzn2023.0.1.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256748Z 01E 13.03   - package curl-minimal-8.3.0-1.amzn2023.0.2.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256750Z 01E 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.1.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256751Z 01E 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.2.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256752Z 01E 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.3.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256754Z 01E 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.4.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256755Z 01E 13.03   - package curl-minimal-8.5.0-1.amzn2023.0.5.x86_64 from amazonlinux conflicts with curl provided by curl-8.11.1-4.amzn2023.0.1.x86_64 from amazonlinux
2026-03-01T01:12:31.256757Z 01E 13.04 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
2026-03-01T01:12:31.256758Z 01E ------
2026-03-01T01:12:31.256759Z 01E Dockerfile:5
2026-03-01T01:12:31.256760Z 01E --------------------
2026-03-01T01:12:31.256761Z 01E    3 |                 ENV container=docker
2026-03-01T01:12:31.256762Z 01E    4 |                 RUN yum clean all
2026-03-01T01:12:31.256763Z 01E    5 | >>>             RUN yum install -y sudo openssh-server openssh-clients which curl
2026-03-01T01:12:31.256764Z 01E    6 |                 RUN [ -f "/etc/ssh/ssh_host_rsa_key" ] || ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ''
2026-03-01T01:12:31.256765Z 01E    7 |     
2026-03-01T01:12:31.256766Z 01E --------------------
2026-03-01T01:12:31.256767Z 01E ERROR: failed to build: failed to solve: process "/bin/bash -x -o pipefail -c yum install -y sudo openssh-server openssh-clients which curl" did not complete successfully: exit code: 1
2026-03-01T01:12:31.256768Z 01E ---- End output of docker -H tcp://docker:2375 build - ----
2026-03-01T01:12:31.256769Z 01E Ran docker -H tcp://docker:2375 build - returned 1] on default-amazonlinux-2023-master
2026-03-01T01:12:31.256771Z 01E >>>>>> ----------------------
2026-03-01T01:12:31.256771Z 01E >>>>>> Please see .kitchen/logs/kitchen.log for more details
2026-03-01T01:12:31.256772Z 01E >>>>>> Also try running `kitchen diagnose --all` for configuration
2026-03-01T01:12:31.493903Z 00O 
2026-03-01T01:12:31.493907Z 00O+
2026-03-01T01:12:31.494633Z 00O+Cleaning up project directory and file based variables
2026-03-01T01:12:32.085743Z 00O 
2026-03-01T01:12:32.085747Z 00O+
2026-03-01T01:12:33.999864Z 00O ERROR: Job failed: exit code 1