Build:
  1. 0
2025-05-06 11:42.41: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "ac212ef2ca127a9bd1eabe8c0c7ac2d94d70c2bf",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2025-05-06 11:42.41: Checking out commit ac212ef2. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/tmf-implementation.git" -b "jh2589-overhaul" && cd "tmf-implementation" && git reset --hard ac212ef2
2025-05-06 11:42.41: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tmf-implementation.git-5332eb8f4e9a0e164ac8337c5fb9bb231623a1b49513d9e0b7e8093b59f0e60b/.git" 
                           "/tmp/git-checkout18283091"
2025-05-06 11:42.42: Exec: "git" "-C" "/tmp/git-checkout18283091" "reset" 
                           "--hard" "-q" "ac212ef2ca127a9bd1eabe8c0c7ac2d94d70c2bf"
2025-05-06 11:42.42: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout18283091/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout18283091/docker-iid" 
                           "--" "/tmp/git-checkout18283091"
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.433MB

Step 1/15 : FROM golang:bullseye AS littlejohn
bullseye: Pulling from library/golang
Digest: sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6
Status: Image is up to date for golang:bullseye
 ---> 31f6fcc2055c
Step 2/15 : RUN git clone https://github.com/carboncredits/littlejohn.git
 ---> Using cache
 ---> e52991318f77
Step 3/15 : WORKDIR littlejohn
 ---> Using cache
 ---> fcfa057d52a5
Step 4/15 : RUN go build
 ---> Using cache
 ---> a339a3a3f452
Step 5/15 : 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/15 : COPY --from=littlejohn /go/littlejohn/littlejohn /bin/littlejohn
 ---> Using cache
 ---> f088c9b93224
Step 7/15 : 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
 ---> 64876f5d45df
Step 8/15 : RUN pip config set global.break-system-packages true
 ---> Using cache
 ---> 3857a0cf5c7b
Step 9/15 : RUN pip install gdal[numpy]==3.10.1
 ---> Using cache
 ---> 4b30b3f9bdcb
Step 10/15 : WORKDIR /usr/src/app
 ---> Using cache
 ---> 4a2607a134e8
Step 11/15 : COPY requirements.txt ./
COPY failed: file not found in build context or excluded by .dockerignore: stat requirements.txt: file does not exist
2025-05-06 11:42.44: Job failed: Docker build exited with status 1