Build: #2 failed Changes by Christopher Navarro

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
5 minutes
Labels
None
Agent
buildserver-1.ncsa.illinois.edu
Revision
204e0b855dc37d146561284197754cb232635ed4
Failing since
#1 (First build for this plan – )
Fixed in
#3 (Changes by Christopher Navarro)
No failed test found. A possible compilation error occurred.

Responsible

This build has been failing since #1
No one has taken responsibility

Code commits

Author Commit Message Commit date
Christopher Navarro Christopher Navarro 204e0b855dc37d146561284197754cb232635ed4 CCROP-424 Updated default experiment file JSON to include 2023 data and remove 2016 data. Updated Crop Land start year to match default SQX data

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCCROP-424Could not obtain issue details from Jira

Error summary for Default Job

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

#6 [stage-1 1/9] FROM docker.io/library/openjdk:14-slim@sha256:95bd8202bd64d4e36ffdf824588c0551b35e8fc3f279492c561e8dfb4d404c70
#6 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 391.45MB 2.8s done
#7 DONE 2.9s

#8 [build 5/6] RUN unzip -o master.zip
#8 CACHED

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

#10 [stage-1 4/9] COPY ./requirements.txt /root/service/requirements.txt
#10 CACHED

#11 [build 3/6] WORKDIR /src
#11 CACHED

#12 [stage-1 3/9] RUN apt-get update &&    apt-get install -y python3 python3-dev python3-pip python3-setuptools binutils libproj-dev gdal-bin libgdal-dev g++ --no-install-recommends &&     apt-get clean -y
#12 CACHED

#13 [build 4/6] RUN wget https://github.com/sandeep-ps/translator-dssat/archive/master.zip
#13 CACHED

#14 [build 2/6] RUN apt-get update && apt-get -y install net-tools
#14 CACHED

#15 [build 6/6] RUN mvn -f translator-dssat-master/pom.xml -DskipTests package
#15 CACHED

#16 [stage-1 2/9] RUN apt update && apt upgrade -y
#16 CACHED

#17 [stage-1 6/9] RUN pip3 install --upgrade pip
#17 CACHED

#18 [stage-1 7/9] RUN pip3 install -r /root/service/requirements.txt
#18 0.752 Collecting click==6.7 (from -r /root/service/requirements.txt (line 1))
#18 0.807   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
#18 0.821      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.2/71.2 kB 6.1 MB/s eta 0:00:00
#18 0.862 Collecting Flask==0.12.2 (from -r /root/service/requirements.txt (line 2))
#18 0.873   Downloading Flask-0.12.2-py2.py3-none-any.whl (83 kB)
#18 0.880      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.0/83.0 kB 16.9 MB/s eta 0:00:00
#18 0.908 Collecting Flask-RESTful==0.3.6 (from -r /root/service/requirements.txt (line 3))
#18 0.919   Downloading Flask_RESTful-0.3.6-py2.py3-none-any.whl (25 kB)
#18 0.953 Collecting Flask-SQLAlchemy==2.3.2 (from -r /root/service/requirements.txt (line 4))
#18 0.964   Downloading Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl (16 kB)
#18 1.001 Collecting Flask-Cors==3.0.3 (from -r /root/service/requirements.txt (line 5))
#18 1.010   Downloading Flask_Cors-3.0.3-py2.py3-none-any.whl (15 kB)
#18 1.047 Collecting gdal==2.2.2 (from -r /root/service/requirements.txt (line 6))
#18 1.059   Downloading GDAL-2.2.2.tar.gz (475 kB)
#18 1.075      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 475.3/475.3 kB 37.1 MB/s eta 0:00:00
#18 1.131   Installing build dependencies: started
#18 2.832   Installing build dependencies: finished with status 'done'
#18 2.834   Getting requirements to build wheel: started
#18 3.044   Getting requirements to build wheel: finished with status 'error'
#18 3.052   error: subprocess-exited-with-error
#18 3.052   
#18 3.052   × Getting requirements to build wheel did not run successfully.
#18 3.052   │ exit code: 1
#18 3.052   ╰─> [5 lines of output]
#18 3.052       /tmp/pip-build-env-u6s81j81/overlay/lib/python3.7/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'use_2to3_fixers'
#18 3.052         warnings.warn(msg)
#18 3.052       /tmp/pip-build-env-u6s81j81/overlay/lib/python3.7/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'use_2to3_exclude_fixers'
#18 3.052         warnings.warn(msg)
#18 3.052       error in GDAL setup command: use_2to3 is invalid.
#18 3.052       [end of output]
#18 3.052   
#18 3.052   note: This error originates from a subprocess, and is likely not a problem with pip.
#18 3.054 error: subprocess-exited-with-error
#18 3.054
#18 3.054 × Getting requirements to build wheel did not run successfully.
#18 3.054 │ exit code: 1
#18 3.054 ╰─> See above for output.
#18 3.054
#18 3.054 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.052       [end of output]
#18 3.052   
#18 3.052   note: This error originates from a subprocess, and is likely not a problem with pip.
#18 3.054 error: subprocess-exited-with-error
#18 3.054
#18 3.054 × Getting requirements to build wheel did not run successfully.
#18 3.054 │ exit code: 1
#18 3.054 ╰─> See above for output.
#18 3.054
#18 3.054 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