Build: #258 was successful
Job: Test, build and push docker image was successful
Job result summary
- Completed
- Duration
- 8 minutes
- Revision
-
da27b8d7f1c9f93b3c1c1429e7c06ff0c90f1fb1
da27b8d7f1c9f93b3c1c1429e7c06ff0c90f1fb1 - Total tests
- 354
- Successful since
- #199 ()
Tests
- 354 tests in total
- 26 seconds taken in total.
Error summary
The build generated some errors. See the full build log for more details.
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at CreateConceptForm.jsx:145)
in CreateConceptForm (at EditConcept.jsx:222)
in div (at EditConcept.jsx:219)
in div (at EditConcept.jsx:218)
in div (at EditConcept.jsx:217)
in div (at EditConcept.jsx:203)
in EditConcept (at EditConcept.test.jsx:62)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/dictionaryConcepts/container/CreateConcept.test.jsx (5.488s)
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `to` is marked as required in `Link`, but its value is `null`.
in Link (at CreateConceptForm.jsx:187)
in CreateConceptForm (at CreateConcept.jsx:260)
in div (at CreateConcept.jsx:259)
in div (at CreateConcept.jsx:258)
in div (at CreateConcept.jsx:257)
in div (at CreateConcept.jsx:243)
in CreateConcept (at CreateConcept.test.jsx:63)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/userDashboard/actions/index.test.js
PASS src/tests/Dashboard/action/api.test.js
PASS src/tests/bulkConcepts/addBulkConcepts.test.jsx
PASS src/tests/Dashboard/reducer/dictionaryReducers.test.js
PASS src/tests/bulkConcepts/actions/index.test.js
PASS src/tests/Login/actions/login.test.js
PASS src/tests/Dashboard/reducer/conceptReducer.test.js
PASS src/tests/Navbar.test.js
PASS src/tests/dictionaryConcepts/components/ViewMappingsModal.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptForm.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at CreateConceptForm.jsx:145)
PASS src/tests/userDashboard/reducers/index.test.js
PASS src/tests/Dashboard/action/specificConceptAction.test.js
PASS src/tests/Dashboard/addExistingConcepts/actions/index.test.js
PASS src/tests/Login/container/index.test.jsx
PASS src/tests/bulkConcepts/reducer/index.test.js
PASS src/tests/GeneralSearch/generalSearchContainer.test.js
PASS src/tests/dictionaryConcepts/components/ActionButtons.test.jsx
PASS src/tests/Dictionary/AddDictionary.test.js
PASS src/tests/AuthReducers.test.js
PASS src/tests/GeneralSearch/Actions/generalSearchActions.test.jsx
PASS src/tests/dictionaryConcepts/components/MappingModal.test.js
PASS src/tests/Dictionary/EditDictionary.test.jsx
PASS src/tests/bulkConcepts/components/PreviewCard.test.js
PASS src/tests/Auth/index.test.jsx
PASS src/tests/Dictionary/ListDictionaries.test.jsx
PASS src/tests/dictionaryConcepts/components/AddMapping.test.jsx
PASS src/tests/dictionaryConcepts/components/RemoveMappingsModal.test.jsx
PASS src/tests/AuthActions.test.js
PASS src/tests/dictionaryConcepts/components/ViewConceptMappings.test.js
PASS src/tests/dictionaryConcepts/components/InternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/RemoveMappings.test.jsx
PASS src/tests/dictionaryConcepts/components/CreateConceptTable.test.jsx
PASS src/tests/dictionaryConcepts/components/DescriptionTable.test.jsx
PASS src/tests/GeneralSearch/Reducers/generalSearchReducer.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswerRow.test.js
PASS src/tests/dictionaryConcepts/components/ExternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/ConceptNameRows.test.jsx
PASS src/tests/dictionaryConcepts/container/SelectAnswers.test.js
PASS src/tests/Signup/index.test.jsx
PASS src/tests/bulkConcepts/reducers/index.test.js
PASS src/tests/bulkConcepts/components/ActionButtons.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionRow.test.js
PASS src/tests/Dictionary/UserDashboard.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersTable.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at AnswersTable.test.jsx:19)
PASS src/tests/Dashboard/action/ConceptsActionCreator.test.js
PASS src/tests/Auth/LoginDetails.test.jsx
PASS src/tests/Auth/notFound.test.js
PASS src/tests/Title.test.js
PASS src/tests/Loader.test.js
PASS src/tests/App.test.js
Snapshot Summary
› 61 snapshots written in 26 test suites.
Test Suites: 63 passed, 63 total
Tests: 376 passed, 376 total
Snapshots: 61 added, 61 total
Time: 59.777s
Ran all test suites.
+ docker --version
+ docker login -u openmrsci -p '********'
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
+ IMAGE=openmrs/ocl-client
+ TAG=latest
+ /usr/bin/docker build --force-rm=true --tag=openmrs/ocl-client:latest .
+ docker push openmrs/ocl-client:latest
+ docker image inspect '--format={{index .RepoDigests 0}}' openmrs/ocl-client:latest
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at CreateConceptForm.jsx:145)
in CreateConceptForm (at EditConcept.jsx:222)
in div (at EditConcept.jsx:219)
in div (at EditConcept.jsx:218)
in div (at EditConcept.jsx:217)
in div (at EditConcept.jsx:203)
in EditConcept (at EditConcept.test.jsx:62)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/dictionaryConcepts/container/CreateConcept.test.jsx (5.488s)
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `to` is marked as required in `Link`, but its value is `null`.
in Link (at CreateConceptForm.jsx:187)
in CreateConceptForm (at CreateConcept.jsx:260)
in div (at CreateConcept.jsx:259)
in div (at CreateConcept.jsx:258)
in div (at CreateConcept.jsx:257)
in div (at CreateConcept.jsx:243)
in CreateConcept (at CreateConcept.test.jsx:63)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/userDashboard/actions/index.test.js
PASS src/tests/Dashboard/action/api.test.js
PASS src/tests/bulkConcepts/addBulkConcepts.test.jsx
PASS src/tests/Dashboard/reducer/dictionaryReducers.test.js
PASS src/tests/bulkConcepts/actions/index.test.js
PASS src/tests/Login/actions/login.test.js
PASS src/tests/Dashboard/reducer/conceptReducer.test.js
PASS src/tests/Navbar.test.js
PASS src/tests/dictionaryConcepts/components/ViewMappingsModal.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptForm.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at CreateConceptForm.jsx:145)
PASS src/tests/userDashboard/reducers/index.test.js
PASS src/tests/Dashboard/action/specificConceptAction.test.js
PASS src/tests/Dashboard/addExistingConcepts/actions/index.test.js
PASS src/tests/Login/container/index.test.jsx
PASS src/tests/bulkConcepts/reducer/index.test.js
PASS src/tests/GeneralSearch/generalSearchContainer.test.js
PASS src/tests/dictionaryConcepts/components/ActionButtons.test.jsx
PASS src/tests/Dictionary/AddDictionary.test.js
PASS src/tests/AuthReducers.test.js
PASS src/tests/GeneralSearch/Actions/generalSearchActions.test.jsx
PASS src/tests/dictionaryConcepts/components/MappingModal.test.js
PASS src/tests/Dictionary/EditDictionary.test.jsx
PASS src/tests/bulkConcepts/components/PreviewCard.test.js
PASS src/tests/Auth/index.test.jsx
PASS src/tests/Dictionary/ListDictionaries.test.jsx
PASS src/tests/dictionaryConcepts/components/AddMapping.test.jsx
PASS src/tests/dictionaryConcepts/components/RemoveMappingsModal.test.jsx
PASS src/tests/AuthActions.test.js
PASS src/tests/dictionaryConcepts/components/ViewConceptMappings.test.js
PASS src/tests/dictionaryConcepts/components/InternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/RemoveMappings.test.jsx
PASS src/tests/dictionaryConcepts/components/CreateConceptTable.test.jsx
PASS src/tests/dictionaryConcepts/components/DescriptionTable.test.jsx
PASS src/tests/GeneralSearch/Reducers/generalSearchReducer.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswerRow.test.js
PASS src/tests/dictionaryConcepts/components/ExternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/ConceptNameRows.test.jsx
PASS src/tests/dictionaryConcepts/container/SelectAnswers.test.js
PASS src/tests/Signup/index.test.jsx
PASS src/tests/bulkConcepts/reducers/index.test.js
PASS src/tests/bulkConcepts/components/ActionButtons.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionRow.test.js
PASS src/tests/Dictionary/UserDashboard.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersTable.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `handleAnswerChange` is marked as required in `AnswersTable`, but its value is `undefined`.
in AnswersTable (at AnswersTable.test.jsx:19)
PASS src/tests/Dashboard/action/ConceptsActionCreator.test.js
PASS src/tests/Auth/LoginDetails.test.jsx
PASS src/tests/Auth/notFound.test.js
PASS src/tests/Title.test.js
PASS src/tests/Loader.test.js
PASS src/tests/App.test.js
Snapshot Summary
› 61 snapshots written in 26 test suites.
Test Suites: 63 passed, 63 total
Tests: 376 passed, 376 total
Snapshots: 61 added, 61 total
Time: 59.777s
Ran all test suites.
+ docker --version
+ docker login -u openmrsci -p '********'
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
+ IMAGE=openmrs/ocl-client
+ TAG=latest
+ /usr/bin/docker build --force-rm=true --tag=openmrs/ocl-client:latest .
+ docker push openmrs/ocl-client:latest
+ docker image inspect '--format={{index .RepoDigests 0}}' openmrs/ocl-client:latest