Build: #1 failed First build for this plan

Build result summary

Details

Completed
Queue duration
3 seconds
Duration
7 minutes
Labels
None
Agent
buildserver-1.ncsa.illinois.edu
Revision
c0bcdab62b027827ef148b8bbe04823e04b319ba
Fixed in
#3 (Changes by Christopher Navarro)
No failed test found. A possible compilation error occurred.

Responsible

No one has taken responsibility for this failure

Error summary for Default Job

The job generated some errors, drill down into the full build log for more details.

#14 39.58 Setting up libpython3-dev:amd64 (3.7.3-1) ...
#14 39.59 Setting up libgeotiff-dev:amd64 (1.4.3-1) ...
#14 39.60 Setting up libpoppler-private-dev:amd64 (0.71.0-5+deb10u2) ...
#14 39.61 Setting up libarmadillo-dev (1:9.200.7+dfsg-1) ...
#14 39.62 Setting up python3-dev (3.7.3-1) ...
#14 39.63 Setting up libhdf4-alt-dev (4.2.13-4) ...
#14 39.64 Setting up icu-devtools (63.1-6+deb10u3) ...
#14 39.65 Setting up libicu-dev:amd64 (63.1-6+deb10u3) ...
#14 39.66 Setting up default-libmysqlclient-dev:amd64 (1.0.5) ...
#14 39.68 Setting up libxml2-dev:amd64 (2.9.4+dfsg1-7+deb10u6) ...
#14 39.69 Setting up libxerces-c-dev (3.2.2+debian-1+deb10u1) ...
#14 39.70 Setting up libdap-dev:amd64 (3.20.3-1) ...
#14 39.72 Setting up odbcinst (2.3.6-0.1) ...
#14 39.74 Setting up odbcinst1debian2:amd64 (2.3.6-0.1) ...
#14 39.75 Setting up libgdal20 (2.4.0+dfsg-1+deb10u1) ...
#14 39.76 Setting up unixodbc-dev:amd64 (2.3.6-0.1) ...
#14 39.77 Setting up gdal-bin (2.4.0+dfsg-1+deb10u1) ...
#14 39.78 Setting up libgdal-dev (2.4.0+dfsg-1+deb10u1) ...
#14 39.79 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#14 DONE 40.2s

#15 [stage-1 4/9] COPY ./requirements.txt /root/service/requirements.txt
#15 DONE 0.0s

#16 [stage-1 5/9] COPY --from=build /src/translator-dssat-master/target/*.jar /root/service/lib/translator-dssat-master/target/
#16 DONE 0.1s

#17 [stage-1 6/9] RUN pip3 install --upgrade pip
#17 1.303 Collecting pip
#17 1.444   Downloading https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl (2.1MB)
#17 1.767 Installing collected packages: pip
#17 1.767   Found existing installation: pip 18.1
#17 1.770     Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
#17 1.770     Can't uninstall 'pip'. No files were found to uninstall.
#17 2.861 Successfully installed pip-23.2.1
#17 DONE 3.0s

#18 [stage-1 7/9] RUN pip3 install -r /root/service/requirements.txt
#18 0.741 Collecting click==6.7 (from -r /root/service/requirements.txt (line 1))
#18 0.780   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
#18 0.797      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.2/71.2 kB 5.1 MB/s eta 0:00:00
#18 0.838 Collecting Flask==0.12.2 (from -r /root/service/requirements.txt (line 2))
#18 0.850   Downloading Flask-0.12.2-py2.py3-none-any.whl (83 kB)
#18 0.858      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.0/83.0 kB 17.1 MB/s eta 0:00:00
#18 0.885 Collecting Flask-RESTful==0.3.6 (from -r /root/service/requirements.txt (line 3))
#18 0.897   Downloading Flask_RESTful-0.3.6-py2.py3-none-any.whl (25 kB)
#18 0.932 Collecting Flask-SQLAlchemy==2.3.2 (from -r /root/service/requirements.txt (line 4))
#18 0.946   Downloading Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl (16 kB)
#18 0.982 Collecting Flask-Cors==3.0.3 (from -r /root/service/requirements.txt (line 5))
#18 0.994   Downloading Flask_Cors-3.0.3-py2.py3-none-any.whl (15 kB)
#18 1.029 Collecting gdal==2.2.2 (from -r /root/service/requirements.txt (line 6))
#18 1.043   Downloading GDAL-2.2.2.tar.gz (475 kB)
#18 1.063      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 475.3/475.3 kB 29.1 MB/s eta 0:00:00
#18 1.125   Installing build dependencies: started
#18 2.833   Installing build dependencies: finished with status 'done'
#18 2.835   Getting requirements to build wheel: started
#18 3.040   Getting requirements to build wheel: finished with status 'error'
#18 3.048   error: subprocess-exited-with-error
#18 3.048   
#18 3.048   × Getting requirements to build wheel did not run successfully.
#18 3.048   │ exit code: 1
#18 3.048   ╰─> [5 lines of output]
#18 3.048       /tmp/pip-build-env-7_utfsbn/overlay/lib/python3.7/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'use_2to3_fixers'
#18 3.048         warnings.warn(msg)
#18 3.048       /tmp/pip-build-env-7_utfsbn/overlay/lib/python3.7/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'use_2to3_exclude_fixers'
#18 3.048         warnings.warn(msg)
#18 3.048       error in GDAL setup command: use_2to3 is invalid.
#18 3.048       [end of output]
#18 3.048   
#18 3.048   note: This error originates from a subprocess, and is likely not a problem with pip.
#18 3.051 error: subprocess-exited-with-error
#18 3.051
#18 3.051 × Getting requirements to build wheel did not run successfully.
#18 3.051 │ exit code: 1
#18 3.051 ╰─> See above for output.
#18 3.051
#18 3.051 note: This error originates from a subprocess, and is likely not a problem with pip.
#18 ERROR: process "/bin/sh -c pip3 install -r /root/service/requirements.txt" did not complete successfully: exit code: 1
------
> [stage-1 7/9] RUN pip3 install -r /root/service/requirements.txt:
#18 3.048       [end of output]
#18 3.048   
#18 3.048   note: This error originates from a subprocess, and is likely not a problem with pip.
#18 3.051 error: subprocess-exited-with-error
#18 3.051
#18 3.051 × Getting requirements to build wheel did not run successfully.
#18 3.051 │ exit code: 1
#18 3.051 ╰─> See above for output.
#18 3.051
#18 3.051 note: This error originates from a subprocess, and is likely not a problem with pip.
------
Dockerfile:27
--------------------
  25 |     RUN pip3 install --upgrade pip
  26 |     # Install service requirements
  27 | >>> RUN pip3 install -r /root/service/requirements.txt
  28 |     
  29 |     WORKDIR /root/service
--------------------
ERROR: failed to solve: process "/bin/sh -c pip3 install -r /root/service/requirements.txt" did not complete successfully: exit code: 1