Build:
  1. 0
2025-02-19 07:47.39: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "5a99bae5f29026e53a9cf35a752fc9ad9336d12e",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2025-02-19 07:47.39: Checking out commit 5a99bae5. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/tmf-implementation.git" -b "mwd-relax-install-requirements" && cd "tmf-implementation" && git reset --hard 5a99bae5
2025-02-19 07:47.39: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tmf-implementation.git-5332eb8f4e9a0e164ac8337c5fb9bb231623a1b49513d9e0b7e8093b59f0e60b/.git" 
                           "/tmp/git-checkout4f09bad"
2025-02-19 07:47.40: Exec: "git" "-C" "/tmp/git-checkout4f09bad" "reset" 
                           "--hard" "-q" "5a99bae5f29026e53a9cf35a752fc9ad9336d12e"
2025-02-19 07:47.40: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout4f09bad/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout4f09bad/docker-iid" 
                           "--" "/tmp/git-checkout4f09bad"
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.289MB

Step 1/15 : 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/15 : RUN git clone https://github.com/carboncredits/littlejohn.git
 ---> Using cache
 ---> 52eff5b9ebbc
Step 3/15 : WORKDIR littlejohn
 ---> Using cache
 ---> 6de335ebeb49
Step 4/15 : RUN go build
 ---> Using cache
 ---> 371ea56e898e
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
 ---> 5909d7783b4d
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
 ---> 6ca5b571d390
Step 8/15 : RUN pip config set global.break-system-packages true
 ---> Using cache
 ---> b8f9efc93318
Step 9/15 : RUN pip install gdal[numpy]==3.10.1
 ---> Using cache
 ---> e187121080c9
Step 10/15 : WORKDIR /usr/src/app
 ---> Using cache
 ---> c3143b179050
Step 11/15 : COPY requirements.txt ./
 ---> Using cache
 ---> f90607101102
Step 12/15 : RUN pip install --no-cache-dir -r requirements.txt
 ---> Using cache
 ---> 335920871899
Step 13/15 : COPY . ./
 ---> 3e61a9677861
Step 14/15 : RUN make lint && make type && make test
 ---> Running in 34233578ba4d
python -m pylint methods

------------------------------------
Your code has been rated at 10.00/10

python -m pylint test

------------------------------------
Your code has been rated at 10.00/10

python -m mypy methods
Success: no issues found in 40 source files
python3 -m pytest -vv
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /usr/src/app
collecting ... collected 25 items / 1 error

==================================== ERRORS ====================================
_____________________ ERROR collecting test/test_chunks.py _____________________
test/test_chunks.py:5: in <module>
    from methods.inputs.locate_gedi_data import chunk_geometry # pylint: disable=E0401
methods/inputs/locate_gedi_data.py:21: in <module>
    def chunk_geometry(source: ogr.Layer, max_degrees: float) -> ogr.DataSource:
E   AttributeError: module 'osgeo.ogr' has no attribute 'DataSource'
=========================== short test summary info ============================
ERROR test/test_chunks.py - AttributeError: module 'osgeo.ogr' has no attribute 'DataSource'
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 4.69s ===============================
make: *** [Makefile:3: test] Error 2
The command '/bin/sh -c make lint && make type && make test' returned a non-zero code: 2
2025-02-19 07:50.03: Job failed: Docker build exited with status 2