Build: #224 was successful
Job: Test, build and push docker image was successful
Job result summary
- Completed
- Duration
- 17 minutes
- Revision
-
e0ce49f09c235869c8f1c89d811247555a91f42b
e0ce49f09c235869c8f1c89d811247555a91f42b - Total tests
- 324
- Successful since
- #199 ()
Tests
- 324 tests in total
- 21 seconds taken in total.
Error summary
The build generated some errors. See the full build log for more details.
in Provider (created by WrapperComponent)
in WrapperComponent
PASS src/tests/Dashboard/container/DictionaryDisplay.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `searchValue` is marked as required in `<<anonymous>>`, but its value is `undefined`.
in Unknown (at DictionariesDisplay.jsx:88)
in DictionaryDisplay (at DictionaryDisplay.test.jsx:120)
in Router (created by MemoryRouter)
in MemoryRouter (created by WrapperComponent)
in WrapperComponent
console.error node_modules/react-dom/cjs/react-dom.development.js:506
Warning: A component is changing a controlled input of type search to be uncontrolled. Input elements should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components
in input (at DictionariesSearch.jsx:9)
in form (at DictionariesSearch.jsx:8)
in div (at DictionariesSearch.jsx:6)
in div (at DictionariesSearch.jsx:5)
in Unknown (at DictionariesDisplay.jsx:88)
in div (at DictionariesDisplay.jsx:86)
in div (at DictionariesDisplay.jsx:85)
in DictionaryDisplay (at DictionaryDisplay.test.jsx:120)
in Router (created by MemoryRouter)
in MemoryRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/Dashboard/action/dictionaryAction.test.js
PASS src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx
PASS src/tests/Dictionary/ListDictionaries.test.jsx
PASS src/tests/bulkConcepts/containers/BulkConceptsPage.test.js
PASS src/tests/userDashboard/actions/index.test.js
PASS src/tests/bulkConcepts/actions/bulkConcept.test.js
PASS src/tests/bulkConcepts/addBulkConcepts.test.jsx
PASS src/tests/userDashboard/container/UserDashboard.test.jsx
PASS src/tests/Dashboard/action/specificConceptAction.test.js
PASS src/tests/Dictionary/DictionaryModal.test.jsx
PASS src/tests/bulkConcepts/actions/index.test.js
PASS src/tests/Dashboard/action/api.test.js
PASS src/tests/Dashboard/reducer/dictionaryReducers.test.js
PASS src/tests/Dashboard/addExistingConcepts/actions/index.test.js
PASS src/tests/App.test.js
PASS src/tests/Login/actions/login.test.js
PASS src/tests/Auth/LoginDetails.test.jsx
PASS src/tests/GeneralSearch/generalSearchContainer.test.js
PASS src/tests/Login/container/index.test.jsx
PASS src/tests/Navbar.test.js
PASS src/tests/GeneralSearch/Actions/generalSearchActions.test.jsx
PASS src/tests/dictionaryConcepts/reducer/dictionaryConcept.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptForm.test.jsx
PASS src/tests/bulkConcepts/reducer/index.test.js
PASS src/tests/Auth/index.test.jsx
PASS src/tests/dictionaryConcepts/components/AddMapping.test.jsx
PASS src/tests/Signup/index.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersRow.test.jsx
PASS src/tests/bulkConcepts/bulkConceptList.test.jsx
PASS src/tests/Dictionary/EditDictionary.test.jsx
PASS src/tests/Dictionary/UserDashboard.test.jsx
PASS src/tests/dictionaryConcepts/components/ConceptNameRows.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersTable.test.jsx
PASS src/tests/AuthReducers.test.js
PASS src/tests/bulkConcepts/components/PreviewCard.test.js
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: Invalid prop `body` of type `number` supplied to `CardBody`, expected `string`.
in CardBody (at PreviewCard.jsx:24)
in PreviewCard (at PreviewCard.test.js:35)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/dictionaryConcepts/components/ExternalMapping.test.js
PASS src/tests/Dashboard/action/ConceptsActionCreator.test.js
PASS src/tests/dictionaryConcepts/components/ActionButtons.test.jsx
PASS src/tests/Dashboard/reducer/conceptReducer.test.js
PASS src/tests/userDashboard/reducers/index.test.js
PASS src/tests/dictionaryConcepts/components/InternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/ViewMappingsModal.test.js
PASS src/tests/dictionaryConcepts/components/ViewConceptMappings.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptTable.test.jsx
PASS src/tests/AuthActions.test.js
PASS src/tests/bulkConcepts/reducers/index.test.js
PASS src/tests/Auth/notFound.test.js
PASS src/tests/GeneralSearch/Reducers/generalSearchReducer.test.jsx
PASS src/tests/dictionaryConcepts/components/MappingModal.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionTable.test.jsx
PASS src/tests/Loader.test.js
PASS src/tests/Dictionary/AddDictionary.test.js
PASS src/tests/bulkConcepts/components/ActionButtons.test.js
PASS src/tests/Title.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionRow.test.js
Snapshot Summary
› 63 snapshots written in 28 test suites.
Test Suites: 61 passed, 61 total
Tests: 348 passed, 348 total
Snapshots: 63 added, 63 total
Time: 43.229s, estimated 46s
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
in WrapperComponent
PASS src/tests/Dashboard/container/DictionaryDisplay.test.jsx
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: The prop `searchValue` is marked as required in `<<anonymous>>`, but its value is `undefined`.
in Unknown (at DictionariesDisplay.jsx:88)
in DictionaryDisplay (at DictionaryDisplay.test.jsx:120)
in Router (created by MemoryRouter)
in MemoryRouter (created by WrapperComponent)
in WrapperComponent
console.error node_modules/react-dom/cjs/react-dom.development.js:506
Warning: A component is changing a controlled input of type search to be uncontrolled. Input elements should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components
in input (at DictionariesSearch.jsx:9)
in form (at DictionariesSearch.jsx:8)
in div (at DictionariesSearch.jsx:6)
in div (at DictionariesSearch.jsx:5)
in Unknown (at DictionariesDisplay.jsx:88)
in div (at DictionariesDisplay.jsx:86)
in div (at DictionariesDisplay.jsx:85)
in DictionaryDisplay (at DictionaryDisplay.test.jsx:120)
in Router (created by MemoryRouter)
in MemoryRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/Dashboard/action/dictionaryAction.test.js
PASS src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx
PASS src/tests/Dictionary/ListDictionaries.test.jsx
PASS src/tests/bulkConcepts/containers/BulkConceptsPage.test.js
PASS src/tests/userDashboard/actions/index.test.js
PASS src/tests/bulkConcepts/actions/bulkConcept.test.js
PASS src/tests/bulkConcepts/addBulkConcepts.test.jsx
PASS src/tests/userDashboard/container/UserDashboard.test.jsx
PASS src/tests/Dashboard/action/specificConceptAction.test.js
PASS src/tests/Dictionary/DictionaryModal.test.jsx
PASS src/tests/bulkConcepts/actions/index.test.js
PASS src/tests/Dashboard/action/api.test.js
PASS src/tests/Dashboard/reducer/dictionaryReducers.test.js
PASS src/tests/Dashboard/addExistingConcepts/actions/index.test.js
PASS src/tests/App.test.js
PASS src/tests/Login/actions/login.test.js
PASS src/tests/Auth/LoginDetails.test.jsx
PASS src/tests/GeneralSearch/generalSearchContainer.test.js
PASS src/tests/Login/container/index.test.jsx
PASS src/tests/Navbar.test.js
PASS src/tests/GeneralSearch/Actions/generalSearchActions.test.jsx
PASS src/tests/dictionaryConcepts/reducer/dictionaryConcept.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptForm.test.jsx
PASS src/tests/bulkConcepts/reducer/index.test.js
PASS src/tests/Auth/index.test.jsx
PASS src/tests/dictionaryConcepts/components/AddMapping.test.jsx
PASS src/tests/Signup/index.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersRow.test.jsx
PASS src/tests/bulkConcepts/bulkConceptList.test.jsx
PASS src/tests/Dictionary/EditDictionary.test.jsx
PASS src/tests/Dictionary/UserDashboard.test.jsx
PASS src/tests/dictionaryConcepts/components/ConceptNameRows.test.jsx
PASS src/tests/dictionaryConcepts/components/AnswersTable.test.jsx
PASS src/tests/AuthReducers.test.js
PASS src/tests/bulkConcepts/components/PreviewCard.test.js
● Console
console.error node_modules/prop-types/checkPropTypes.js:19
Warning: Failed prop type: Invalid prop `body` of type `number` supplied to `CardBody`, expected `string`.
in CardBody (at PreviewCard.jsx:24)
in PreviewCard (at PreviewCard.test.js:35)
in MockRouter (created by WrapperComponent)
in WrapperComponent
PASS src/tests/dictionaryConcepts/components/ExternalMapping.test.js
PASS src/tests/Dashboard/action/ConceptsActionCreator.test.js
PASS src/tests/dictionaryConcepts/components/ActionButtons.test.jsx
PASS src/tests/Dashboard/reducer/conceptReducer.test.js
PASS src/tests/userDashboard/reducers/index.test.js
PASS src/tests/dictionaryConcepts/components/InternalMapping.test.js
PASS src/tests/dictionaryConcepts/components/ViewMappingsModal.test.js
PASS src/tests/dictionaryConcepts/components/ViewConceptMappings.test.js
PASS src/tests/dictionaryConcepts/components/CreateConceptTable.test.jsx
PASS src/tests/AuthActions.test.js
PASS src/tests/bulkConcepts/reducers/index.test.js
PASS src/tests/Auth/notFound.test.js
PASS src/tests/GeneralSearch/Reducers/generalSearchReducer.test.jsx
PASS src/tests/dictionaryConcepts/components/MappingModal.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionTable.test.jsx
PASS src/tests/Loader.test.js
PASS src/tests/Dictionary/AddDictionary.test.js
PASS src/tests/bulkConcepts/components/ActionButtons.test.js
PASS src/tests/Title.test.js
PASS src/tests/dictionaryConcepts/components/DescriptionRow.test.js
Snapshot Summary
› 63 snapshots written in 28 test suites.
Test Suites: 61 passed, 61 total
Tests: 348 passed, 348 total
Snapshots: 63 added, 63 total
Time: 43.229s, estimated 46s
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