Build:
- 0
2025-02-19 07:35.17: New job: docker build {
"compose-or-build": true,
"commit": "04c363bf269ddeaa493a5ee5aebde8504e23f33a",
"dockerfile": {
"file": "Dockerfile"
},
"docker_context": null,
"squash": false,
"build_args": [],
"path": null
}
2025-02-19 07:35.17: Checking out commit 04c363bf. To reproduce:
git clone --recursive "https://github.com/quantifyearth/tmf-implementation.git" -b "mwd-relax-install-requirements" && cd "tmf-implementation" && git reset --hard 04c363bf
2025-02-19 07:35.17: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tmf-implementation.git-5332eb8f4e9a0e164ac8337c5fb9bb231623a1b49513d9e0b7e8093b59f0e60b/.git"
"/tmp/git-checkout7790350"
2025-02-19 07:35.17: Exec: "git" "-C" "/tmp/git-checkout7790350" "reset"
"--hard" "-q" "04c363bf269ddeaa493a5ee5aebde8504e23f33a"
2025-02-19 07:35.17: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout7790350/Dockerfile"
"--iidfile" "/tmp/git-checkout7790350/docker-iid"
"--" "/tmp/git-checkout7790350"
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 3.27MB
Step 1/16 : FROM golang:bullseye AS littlejohn
bullseye: Pulling from library/golang
Digest: sha256:cf29cafe674ad5e637311148fb7933f67c4e8cafa79ce066aad0e7aa708fc287
Status: Image is up to date for golang:bullseye
---> 310589e8caee
Step 2/16 : RUN git clone https://github.com/carboncredits/littlejohn.git
---> Using cache
---> 52eff5b9ebbc
Step 3/16 : WORKDIR littlejohn
---> Using cache
---> 6de335ebeb49
Step 4/16 : RUN go build
---> Using cache
---> 371ea56e898e
Step 5/16 : FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
ubuntu-small-3.10.1: Pulling from osgeo/gdal
Digest: sha256:e8606061e83065fcf317bc6244a1ea11afa68891c5adccea8449e3501e6fa917
Status: Image is up to date for ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
---> 3f8a21dfad2b
Step 6/16 : COPY --from=littlejohn /go/littlejohn/littlejohn /bin/littlejohn
---> Using cache
---> 5909d7783b4d
Step 7/16 : RUN apt-get update -qqy && apt-get install -qy git libpq-dev python3-pip && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/*
---> Using cache
---> 6ca5b571d390
Step 8/16 : RUN pip config set global.break-system-packages true
---> Running in 3709ed804591
Writing to /root/.config/pip/pip.conf
---> Removed intermediate container 3709ed804591
---> b8f9efc93318
Step 9/16 : RUN pip install --upgrade pip
---> Running in 46fc7a1ea698
Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
Collecting pip
Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.0 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 24.0
ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
The command '/bin/sh -c pip install --upgrade pip' returned a non-zero code: 1
2025-02-19 07:35.23: Job failed: Docker build exited with status 1