Update C++ standard to C++17 #13686
integration_tests.yml
on: pull_request
check_and_prepare
26s
Matrix: build_android
Matrix: build_desktop
Matrix: build_ios
Matrix: build_tvos
Matrix: test_android
Matrix: test_desktop
Matrix: test_ios
Matrix: test_tvos
attempt-retry
Annotations
18 errors and 7 warnings
build-tvos-macos-14
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
build-ios-macos-14
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
test-tvos-macos-14-tvos_simulator
Process completed with exit code 1.
|
test-tvos-macos-14-tvos_simulator
Process completed with exit code 1.
|
test-tvos-macos-14-tvos_simulator
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
build-android-macos-14
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
test-ios-macos-14-simulator_target-gameloop
Process completed with exit code 1.
|
test-ios-macos-14-simulator_target-gameloop
Process completed with exit code 1.
|
test-ios-macos-14-simulator_target-gameloop
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
test-ios-macos-14-ios_target-gameloop
Process completed with exit code 1.
|
test-ios-macos-14-ios_target-gameloop
Process completed with exit code 1.
|
test-ios-macos-14-ios_target-gameloop
[notice] A new release of pip is available: 21.1.1 -> 25.0.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
build-desktop-windows-latest-x64-openssl
Process completed with exit code 1.
|
build-desktop-windows-latest-x64-openssl
Process completed with exit code 1.
|
build-desktop-windows-latest-x64-openssl
Process completed with exit code 1.
|
test-desktop-ubuntu-22.04-x64-openssl
Process completed with exit code 1.
|
test-desktop-ubuntu-22.04-x64-openssl
Process completed with exit code 1.
|
summarize-results
INTEGRATION TEST FAILURES
—————————————————————————
firestore:
Errors and Failures (6):
- [BUILD] [ERROR] [Windows] [x64] [openssl]
- [TEST] [ERROR] [Linux] [x64] [openssl]
- [TEST] [FAILURE] [tvOS] [macos] [tvos_simulator]
- failed tests: ['FilterTest.QueryWhereComposite', 'FilterTest.QueryEmptyWhereComposite', 'TransactionExtraTest.TestRetriesWhenDocumentThatWasReadWithoutBeingWrittenChanges', 'TransactionTest.TestGetNonexistentDocumentThenCreate', 'TransactionTest.TestRunsTransactionsAfterGettingNonexistentDoc', 'TransactionTest.TestRunsTransactionsAfterGettingExistingDoc', 'TransactionTest.TestRunsTransactionsOnExistingDoc', 'TransactionTest.TestRunsTransactionsOnNonexistentDoc', 'TransactionTest.TestSetDocumentWithMerge', 'TransactionTest.TestIncrementTransactionally', 'TransactionTest.TestUpdateTransactionally', 'TransactionTest.TestUpdateFieldsWithDotsTransactionally', 'TransactionTest.TestUpdateNestedFieldsTransactionally', 'TransactionTest.TestCanHaveGetsWithoutMutations', 'SmokeTest.TestCanReadAWrittenDocument', 'SmokeTest.TestObservesExistingDocument', 'SmokeTest.TestObservesNewDocument', 'SmokeTest.TestGetCollectionQuery', 'SourceTest.GetDocumentWhileOnlineWithDefaultGetOptions', 'SourceTest.GetCollectionWhileOnlineWithDefaultGetOptions', 'SourceTest.GetDocumentWhileOfflineWithDefaultGetOptions', 'SourceTest.GetCollectionWhileOfflineWithDefaultGetOptions', 'SourceTest.GetDocumentWhileOnlineWithSourceEqualToCache', 'SourceTest.GetCollectionWhileOnlineWithSourceEqualToCache', 'SourceTest.GetDocumentWhileOfflineWithSourceEqualToCache', 'SourceTest.GetCollectionWhileOfflineWithSourceEqualToCache', 'SourceTest.GetDocumentWhileOnlineWithSourceEqualToServer', 'SourceTest.GetCollectionWhileOnlineWithSourceEqualToServer', 'SourceTest.GetDocumentWhileOfflineWithDifferentGetOptions', 'SourceTest.GetCollectionWhileOfflineWithDifferentGetOptions', 'WriteBatchTest.TestSetDocuments', 'WriteBatchTest.TestSetDocumentWithMerge', 'WriteBatchTest.TestUpdateDocuments', 'WriteBatchTest.TestBatchesCommitAtomicallyRaisingCorrectEvents', 'WriteBatchTest.TestBatchesFailAtomicallyRaisingCorrectEvents', 'WriteBatchTest.TestWriteTheSameServerTimestampAcrossWrites', 'WriteBatchTest.TestCanWriteTheSameDocumentMultipleTimes', 'WriteBatchTest.TestUpdateFieldsWithDots', 'WriteBatchTest.TestUpdateNestedFields', 'NumericTransformsTest.CreateDocumentWithIncrement', 'NumericTransformsTest.MergeOnNonExistingDocumentWithIncrement', 'NumericTransformsTest.IntegerIncrementWithExistingInteger', 'NumericTransformsTest.DoubleIncrementWithExistingDouble', 'NumericTransformsTest.IntegerIncrementWithExistingDouble', 'NumericTransformsTest.DoubleIncrementWithExistingInteger', 'NumericTransformsTest.IntegerIncrementWithExistingString', 'NumericTransformsTest.DoubleIncrementWithExistingString', 'NumericTransformsTest.MultipleDoubleIncrements', 'NumericTransformsTest.IncrementTwiceInABatch', 'NumericTransformsTest.IncrementDeleteIncrementInABatch', 'NumericTransformsTest.ServerTimestampAndIncrement', 'ArrayTransformTest.CreateDocumentWithArrayUnion', 'ArrayTransformTest.AppendToArrayViaUpdate', 'ArrayTransformTest.AppendToArrayViaMergeSet', 'ArrayTransformTest.AppendObjectToArrayViaUpdate', 'ArrayTransformTest.RemoveFromArrayViaUpdate', 'ArrayTransformTest.RemoveFromArrayViaMergeSet', 'ArrayTransformTest.RemoveObjectFromArrayViaUpdate', 'ArrayTransformServerApplicationTest.SetWithNoCachedBaseDoc', 'ArrayTransformServerApplicationTest.MergeSetWithNoCachedBaseDoc', 'ArrayTransformServerApplicationTest.UpdateWithCachedBaseDocUsingArrayUnion', 'ArrayTransformServerApplicationTest.UpdateWithCachedBaseDocUsingArrayRemove', 'ValidationTest.QueriesCannotBeCreatedFromDocumentsMissingSortValues', 'ValidationTest.QueriesCannotBeSortedByAnUncommittedServerTimestamp', 'TypeTest.TestCanReadAndWriteNullFields', 'TypeTest.TestCanReadAndWriteArrayFields', 'TypeTest.TestCanReadAndWriteBlobFields', 'TypeTest.TestCanReadAndWriteGeoPointFields', 'TypeTest.TestCanReadAndWriteDateFields', 'TypeTest.TestCanReadAndWriteTimestampFields', 'TypeTest.TestCanReadAndWriteDocume
|
check_and_prepare
Running pull request tests
|
check_and_prepare
Auto-diff origin/update-cpp-version..648848c078bb0e922b717253f00a9cf87830327b
|
build-desktop-ubuntu-22.04-x64-openssl
No files were found with the provided path: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/firestore/iti/CMakeFiles/. No artifacts will be uploaded.
|
test-tvos-macos-14-tvos_simulator
No files were found with the provided path: testapps/video-*-tvos-macos-14-tvos_simulator.mp4. No artifacts will be uploaded.
|
test-tvos-macos-14-tvos_simulator
xcodesorg/made/xcodes 1.6.2 is already installed and up-to-date.
To reinstall 1.6.2, run:
brew reinstall xcodes
|
test-ios-macos-14-simulator_target-gameloop
No files were found with the provided path: testapps/video-*-ios-macos-14-simulator_target-gameloop.mp4. No artifacts will be uploaded.
|
test-desktop-windows-latest-x64-openssl
Attempt 1 failed. Reason: Timeout of 300000ms hit
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
cmake-windows-latest-x64-openssl
Expired
|
275 KB |
sha256:9cf3250504c25bccc4f3ab711ee0a2376f2f054a1e2eabe10a28a75ea1bbc9e5
|
|
log-artifact-build-android-macos-14
Expired
|
678 Bytes |
sha256:c969c80256d3df16e1712a49a0a01a1f8016b83f226223315e484c925cb4e793
|
|
log-artifact-build-android-ubuntu-22.04
Expired
|
695 Bytes |
sha256:fc13e55955da0c5d3a2d897eb11c59047f4ddb5a2159ca9d530a64663a4e8003
|
|
log-artifact-build-android-windows-latest
Expired
|
711 Bytes |
sha256:c1c077b72dcd2e508cd7fa769412e2dcec3c1a38fc77183da0bd15c3ade9c711
|
|
log-artifact-build-ios-macos-14
Expired
|
659 Bytes |
sha256:36a3ff4895efe9eb9f4959361f0e44620d34e46e10e847684f898adb4fa6f187
|
|
log-artifact-build-tvos-macos-14
Expired
|
664 Bytes |
sha256:cacf07a00416e0d22c6f07edcdd5c61c393c101cb06b8f0fd3da5603ad112a9c
|
|
log-artifact-build-ubuntu-22.04-x64-openssl
Expired
|
744 Bytes |
sha256:9cc3b4943e7245d707ada0f0383a7b119e83324361661cf81f918a0aa17d112d
|
|
log-artifact-build-windows-latest-x64-openssl
Expired
|
910 Bytes |
sha256:ad2c099e8ca791682959ed233002bccb9698b0cfb08eb9d4879f34a6b40fda63
|
|
log-artifact-test-android-macos-14-android_target-gameloop
Expired
|
866 Bytes |
sha256:328b80eb491fa4b67cb145f8b03c63eae46e851e107a140d2d7fadc9d4e20ead
|
|
log-artifact-test-android-macos-14-emulator_ftl_target-gameloop
Expired
|
888 Bytes |
sha256:7a6a8641c823fae7bc9b763ee7f065fdac00d6a65108307a16ab6f3753554641
|
|
log-artifact-test-android-ubuntu-22.04-android_target-gameloop
Expired
|
886 Bytes |
sha256:01656ee9d1a6da408b5513eba2174aa09805c2635fc591f8e83f3124dfe18419
|
|
log-artifact-test-android-ubuntu-22.04-emulator_ftl_target-gameloop
Expired
|
906 Bytes |
sha256:74aec4bc8e8699d7291e5f0d4bdb4f1b12656102f2c26b494b83f586ce8cdbc8
|
|
log-artifact-test-android-windows-latest-android_target-gameloop
Expired
|
893 Bytes |
sha256:a6043dc311d5d2cead78bca52b3b72106e074c42fea0178b99150cb620272274
|
|
log-artifact-test-android-windows-latest-emulator_ftl_target-gameloop
Expired
|
1.81 KB |
sha256:b7245541f2da2721d0eb19d209b5b9fbd089d683353a9429ee02f22ab7452e0e
|
|
log-artifact-test-ios-macos-14-ios_target-gameloop
Expired
|
47.4 KB |
sha256:8103670660b4818ebad4f3d954f4f62a2a909375b73b2bae4700e70b5924043d
|
|
log-artifact-test-ios-macos-14-simulator_target-gameloop
Expired
|
26.5 KB |
sha256:f94d5f53c83d7ebe8f023dbd493d26d6a42245f7a8cb018fd35780b49bdabb88
|
|
log-artifact-test-tvos-macos-14-tvos_simulator
Expired
|
25.9 KB |
sha256:d5d60a13683ed9c5cc364c97436a8fe5b74e46acf669186ab9a6130965766bf9
|
|
log-artifact-test-ubuntu-22.04-x64-openssl
Expired
|
1.3 KB |
sha256:1130e0d3ab5f701c70f3fbf41884ffffe539edf763671fe38b8e62b141a84572
|
|
log-artifact-test-windows-latest-x64-openssl
Expired
|
839 Bytes |
sha256:bfa83403ce6f2f2701b91d3e98190143597974d33a2f935401366bec4740736b
|
|
testapps-android-macos-14
Expired
|
124 MB |
sha256:0ca423a44ff240db15fc2710e2d720c8ba4f3e7e10f00615a5bb4808caad9728
|
|
testapps-android-ubuntu-22.04
Expired
|
124 MB |
sha256:31d2fcff7b3a117f4cf47363817c28779e750d162ced926469b9f261eea7fdf1
|
|
testapps-android-windows-latest
Expired
|
124 MB |
sha256:0684d22d7c59ce7d5c75ec4840c88710fcd2ab12dd6fb79152dce1a17f9bd27f
|
|
testapps-desktop-ubuntu-22.04-x64-openssl
Expired
|
256 MB |
sha256:96335b5eb543030641c261bb321434de41b7eaee63539bcad8eeadd6d1e78a8b
|
|
testapps-desktop-windows-latest-x64-openssl
Expired
|
17.8 MB |
sha256:e2f7c5b95d3ed618db8d5583a928fd05d756d20270b4a6351d566a4fedd8dad8
|
|
testapps-ios-macos-14
Expired
|
152 MB |
sha256:9ae56961774c4279b32b958eaea8232ab4cf70e96a0b47709e026d0882358788
|
|
testapps-tvos-macos-14
Expired
|
36 MB |
sha256:9c0e572442a67e24eebfcb48c817aaaa5bb4f1ae4eb88ff504ee78cb03fae79b
|
|