React Native Android Build timeout after 2700 seconds

Bitrise Build Issue Report template

Description of the issue

I am trying to build an Android Build pipeline and after switching from apk to abb, I am getting a timeout after 45 minutes.

Environment:

Where did the issue happen?

If on Bitrise.io: Android + Docker Stack (16.04)

Which build Step causes the issue and which version of the step?

E.g.: Android Build 0.10.0

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does the issue happen sporadically, or every time? : Every time
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : Today, first time I run this pipeline.

Local reproduction

No, cant be reproduced

Local reproduction: Linux / Android (docker based) stack builds

Yes, can be reproduced.

Build log

/root/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp3/okhttp/3.12.1/dc6d02e4e68514eff5631963e28ca7742ac69efe/okhttp-3.12.1.jar: D8: Type `org.conscrypt.Conscrypt` was not found, it is required for default or static interface methods desugaring of `java.security.Provider okhttp3.internal.platform.ConscryptPlatform.getProvider()`
D8: synthesized for lambda desugaring: Type `com.google.android.exoplayer2.upstream.HttpDataSource$-CC` was not found, it is required for default or static interface methods desugaring of `boolean com.google.android.exoplayer2.upstream.-$$Lambda$HttpDataSource$fz-i4cgBB9tTB1JUdq8hmlAPFIw.evaluate(java.lang.Object)`
D8: synthesized for lambda desugaring: Type `com.google.android.exoplayer2.trackselection.TrackBitrateEstimator$-CC` was not found, it is required for default or static interface methods desugaring of `int[] com.google.android.exoplayer2.trackselection.-$$Lambda$TrackBitrateEstimator$2lQ5lBvmOkJuNPw2qehuzXBInmI.getBitrates(com.google.android.exoplayer2.Format[], java.util.List, com.google.android.exoplayer2.source.chunk.MediaChunkIterator[], int[])`
D8: synthesized for lambda desugaring: Type `com.google.android.exoplayer2.trackselection.BufferSizeAdaptationBuilder$DynamicFormatFilter$-CC` was not found, it is required for default or static interface methods desugaring of `boolean com.google.android.exoplayer2.trackselection.-$$Lambda$BufferSizeAdaptationBuilder$DynamicFormatFilter$BH3m8KzNbxVGby6qwbUDLza1S04.isFormatAllowed(com.google.android.exoplayer2.Format, int, boolean)`
D8: synthesized for lambda desugaring: Type `com.google.android.exoplayer2.trackselection.TrackSelection$Factory$-CC` was not found, it is required for default or static interface methods desugaring of `com.google.android.exoplayer2.trackselection.TrackSelection com.google.android.exoplayer2.trackselection.-$$Lambda$TrackSelection$Factory$9mnNWe-5kFFae0E_IiLXrOzpdtA.createAdaptiveTrackSelection(com.google.android.exoplayer2.trackselection.TrackSelection$Definition)`
/root/.gradle/caches/transforms-2/files-2.1/a74cc12638bca5d496f103d170d64e92/jars/classes.jar: D8: Type `com.amazon.device.iap.PurchasingService` was not found, it is required for default or static interface methods desugaring of `void com.onesignal.TrackAmazonPurchase.setListener()`
/root/.gradle/caches/transforms-2/files-2.1/a74cc12638bca5d496f103d170d64e92/jars/classes.jar: D8: Type `com.google.android.gms.gcm.GoogleCloudMessaging` was not found, it is required for default or static interface methods desugaring of `java.lang.String com.onesignal.PushRegistratorGCM.getToken(java.lang.String)`
/root/.gradle/caches/transforms-2/files-2.1/a74cc12638bca5d496f103d170d64e92/jars/classes.jar: D8: Type `com.amazon.device.iap.model.ProductDataResponse$RequestStatus` was not found, it is required for default or static interface methods desugaring of `void com.onesignal.TrackAmazonPurchase$1.<clinit>()`
/root/.gradle/caches/transforms-2/files-2.1/a74cc12638bca5d496f103d170d64e92/jars/classes.jar: D8: Interface `com.amazon.device.iap.PurchasingListener` not found. It's needed to make sure desugaring of `com.onesignal.TrackAmazonPurchase$OSPurchasingListener` is correct. Desugaring will assume that this interface has no default method.
> Task :app:transformClassesWithDexBuilderForRelease
> Task :app:transformDexArchiveWithExternalLibsDexMergerForRelease
> Task :app:transformDexArchiveWithDexMergerForRelease
timeout after 2700 seconds

Hi there! Can you please send us an URL for the build?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.