Build: #3 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
1 minute
Agent
buildserver-1.ncsa.illinois.edu
Revision
74c9369c4278255f776359f8011c22adfa85c0c3
Successful since
#1 ()

Error summary

The build generated some errors. See the full build log for more details.

#14 55.94   Line 501:29:  'classes.textField' is missing in props validation                         react/prop-types
#14 55.94
#14 55.94 src/components/PriceDistributionDocumentation.jsx
#14 55.94   Line 4:9:  'insuranceTermDefinitions' is defined but never used  no-unused-vars
#14 55.94
#14 55.94 src/components/PriceDistributionInputsRun.jsx
#14 55.94   Line 8:8:    'Grid' is defined but never used                          no-unused-vars
#14 55.94   Line 9:8:    'Button' is defined but never used                        no-unused-vars
#14 55.94   Line 10:8:   'Icon' is defined but never used                          no-unused-vars
#14 55.94   Line 366:7:  'textFieldInputStyle' is assigned a value but never used  no-unused-vars
#14 55.94
#14 55.94 src/components/PriceDistributionResults.jsx
#14 55.94   Line 100:36:  'data' is defined but never used                                           no-unused-vars
#14 55.94   Line 116:34:  'index' is defined but never used                                          no-unused-vars
#14 55.94   Line 116:41:  'labels' is defined but never used                                         no-unused-vars
#14 55.94   Line 141:34:  'index' is defined but never used                                          no-unused-vars
#14 55.94   Line 141:41:  'labels' is defined but never used                                         no-unused-vars
#14 55.94   Line 240:10:  'classes' is assigned a value but never used                               no-unused-vars
#14 55.94   Line 262:18:  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins
#14 55.94   Line 280:23:  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins
#14 55.94
#14 55.94 src/components/Results.jsx
#14 55.94   Line 161:14:  'handleYearRowChange' is missing in props validation                       react/prop-types
#14 55.94   Line 169:14:  'handleResultsChange' is missing in props validation                       react/prop-types
#14 55.94   Line 173:14:  'handleResultsChange' is missing in props validation                       react/prop-types
#14 55.94   Line 177:14:  'handleYearRowChange' is missing in props validation                       react/prop-types
#14 55.94   Line 182:10:  'classes' is missing in props validation                                   react/prop-types
#14 55.94   Line 196:18:  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins
#14 55.94   Line 196:67:  'countyResultJson' is missing in props validation                          react/prop-types
#14 55.94   Line 197:26:  'countyResultJson' is missing in props validation                          react/prop-types
#14 55.94   Line 341:55:  'classes.paper' is missing in props validation                             react/prop-types
#14 55.94   Line 355:32:  'classes.table' is missing in props validation                             react/prop-types
#14 55.94
#14 55.94 src/components/Term.jsx
#14 55.94   Line 7:18:   'links' is missing in props validation         react/prop-types
#14 55.94   Line 7:46:   'links' is missing in props validation         react/prop-types
#14 55.94   Line 7:52:   'links.length' is missing in props validation  react/prop-types
#14 55.94   Line 8:27:   'links' is missing in props validation         react/prop-types
#14 55.94   Line 8:33:   'links.map' is missing in props validation     react/prop-types
#14 55.94   Line 16:44:  'term' is missing in props validation          react/prop-types
#14 55.94   Line 18:18:  'definition' is missing in props validation    react/prop-types
#14 55.94
#14 55.94 src/components/Tooltip.jsx
#14 55.94   Line 19:31:  'title' is missing in props validation  react/prop-types
#14 55.94
#14 55.94 src/datawolf.config.js
#14 55.94   Line 10:7:  'inputDatasets' is assigned a value but never used  no-unused-vars
#14 55.94
#14 55.94 src/reducers/priceDistribution.js
#14 55.94   Line 1:8:  'config' is defined but never used  no-unused-vars
#14 55.94
#14 55.94 Search for the keywords to learn more about each warning.
#14 55.94 To ignore, add // eslint-disable-next-line to the line before.
#14 55.94
#14 55.94 File sizes after gzip:
#14 55.94
#14 56.02   429.58 kB  build/static/js/main.53bc62b8.js
#14 56.02   27.86 kB   build/static/css/main.53793a87.css
#14 56.02
#14 56.02 The project was built assuming it is hosted at /.
#14 56.02 You can control this with the homepage field in your package.json.
#14 56.02
#14 56.02 The build folder is ready to be deployed.
#14 56.02 You may serve it with a static server:
#14 56.02
#14 56.02   npm install -g serve
#14 56.02   serve -s build
#14 56.02
#14 56.02 Find out more about deployment here:
#14 56.02
#14 56.02   https://cra.link/deployment
#14 56.02
#14 DONE 56.2s

#5 [stage-1 1/5] FROM docker.io/library/nginx:1.19.1-alpine@sha256:ee8c35a6944eb3cc415cd4cbeddef13927895d4ffa50b976886e3abe48b3f35a
#5 sha256:f034c60dfcad1a26f20253238af43026a7a3b39fdaa27c18b320f1ea7cdac2f5
#5 CACHED

#15 [stage-1 2/5] COPY --from=builder /usr/src/app/build/ /usr/share/nginx/html/
#15 sha256:a4821d39a9688a3ed219969b815af5defd64dbdeff0df6ddcf5b6746be7a06cc
#15 DONE 0.1s

#16 [stage-1 3/5] COPY public /usr/share/nginx/html/public/
#16 sha256:d4710f8754e834afd1d4a610c4a2fb8cb37a8695f5967553d5ca34d9d8979667
#16 DONE 0.0s

#17 [stage-1 4/5] COPY public/keycloak.json /usr/share/nginx/html/
#17 sha256:c7bba0d6e724aa7f0fc1ff026094621b2aa07dbcc4a1628ba3ddac1e1c0b985f
#17 DONE 0.0s

#18 [stage-1 5/5] COPY nginx.conf /etc/nginx/conf.d/default.conf
#18 sha256:fec14114db20e5f9ed4f8429be3708cf4769875eab1c88ca2d6a8cfe91ffdeaf
#18 DONE 0.0s

#19 exporting to image
#19 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#19 exporting layers 0.1s done
#19 writing image sha256:6fd2cac0f2fba013a9f2ae2f636bd764fb2a16ab096a85115858c9dcf689e909 done
#19 naming to docker.io/farmdoc/frontend done
#19 DONE 0.1s