Skip to content

Removing package.json again #299

Removing package.json again

Removing package.json again #299

Triggered via pull request October 7, 2025 20:30
@wmathurinwmathurin
opened #2781
Status Failure
Total duration 52m 22s
Artifacts

pr.yaml

on: pull_request_target
test-orchestrator
18s
test-orchestrator
Matrix: android-pr
Fit to window
Zoom out
Zoom in

Annotations

20 errors
BriefcaseSyncDownTargetTest.testCleanGhostsOneObjectType: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testSyncDownFetchingOneObjectType: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testSyncDownFetchingTwoObjectTypes: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testIdsToSkip: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testStartFetchWithMaxTimeStamp: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testCleanGhostsTwoObjectTypes: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testSyncDownFetchingOneObjectTypeWithMultipleRetrieveCalls: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testStartFetchNoMaxTimeStamp: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
BriefcaseSyncDownTargetTest.testSyncDownFetchingTwoObjectTypesWithMultipleRetrieveCalls: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/BriefcaseSyncDownTargetTest.java#L73
java.lang.NullPointerException: Attempt to invoke virtual method 'com.salesforce.androidsdk.rest.RestClient$ClientInfo com.salesforce.androidsdk.rest.RestClient.getClientInfo()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.BriefcaseSyncDownTargetTest.cleanRecordsOnServer(BriefcaseSyncDownTargetTest.java:79)
CollectionSyncUpTargetTest.testConstructors: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/CollectionSyncUpTargetTest.java#L1
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Set java.util.Map.keySet()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.SyncUpTargetTest.tearDown(SyncUpTargetTest.java:74)
CollectionSyncUpTargetTest.testCollectionSyncUpTargetIsDefault: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/CollectionSyncUpTargetTest.java#L1
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Set java.util.Map.keySet()' on a null object reference at com.salesforce.androidsdk.mobilesync.target.SyncUpTargetTest.tearDown(SyncUpTargetTest.java:74)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParent]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParentRemotelyUpdatedParent]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParentRemotelyDeletedParent]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParentUpdatedChild]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParentUpdatedChildRemotelyUpdatedParent]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
ParentChildrenOtherSyncTest.test[SyncUpLocallyDeletedParentUpdatedChildRemotelyDeletedParent]: libs/test/MobileSyncTest/src/com/salesforce/androidsdk/mobilesync/target/ParentChildrenOtherSyncTest.java#L100
java.net.UnknownHostException: Unable to resolve host "mobilesdk.my.salesforce.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
android-pr (MobileSync) / test-android
❌ Tests reported 17 failures
android-pr (SalesforceSDK) / test-android
❌ Tests reported 1 failures