Closed Bug 1621556 Opened 5 years ago Closed 5 years ago

Perma tier 2 fenix arsenic.errors.SessionStartError: unknown error: Failed to decode response from marionette

Categories

(Testing :: Condprofile, defect, P5)

Version 3
defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Assigned: tarek)

Details

(Keywords: intermittent-failure)

Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=292631275&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZH1iaC1CTiabcU72TZWlPg/runs/1/artifacts/public/logs/live_backing.log


[task 2020-03-11T06:55:36.207Z] condprof ERROR | full x condprof/../condprof/customization/default.json failed.
[task 2020-03-11T06:55:36.207Z] Traceback (most recent call last):
[task 2020-03-11T06:55:36.207Z] File "condprof/../condprof/runner.py", line 164, in run_all
[task 2020-03-11T06:55:36.207Z] res.append(await self.one_run(scenario, customization))
[task 2020-03-11T06:55:36.207Z] File "condprof/../condprof/runner.py", line 139, in one_run
[task 2020-03-11T06:55:36.207Z] ).run(not self.visible)
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/creator.py", line 77, in run
[task 2020-03-11T06:55:36.208Z] metadata = await self.build_profile(device, headless)
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/creator.py", line 152, in build_profile
[task 2020-03-11T06:55:36.208Z] async with get_session(geckodriver, firefox_instance) as session:
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/init.py", line 16, in aenter
[task 2020-03-11T06:55:36.208Z] self.session = await start_session(self.service, self.browser, self.bind)
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/init.py", line 29, in start_session
[task 2020-03-11T06:55:36.208Z] return await driver.new_session(browser, bind=bind)
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/webdriver.py", line 56, in new_session
[task 2020-03-11T06:55:36.208Z] err_resp["error"], err_resp.get("message", ""), original_response
[task 2020-03-11T06:55:36.208Z] arsenic.errors.SessionStartError: unknown error: Failed to decode response from marionette
[task 2020-03-11T06:55:36.208Z] Traceback (most recent call last):
[task 2020-03-11T06:55:36.208Z] File "condprof/main.py", line 77, in <module>
[task 2020-03-11T06:55:36.208Z] main()
[task 2020-03-11T06:55:36.208Z] File "condprof/main.py", line 72, in main
[task 2020-03-11T06:55:36.208Z] args.device_name,
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/runner.py", line 196, in run
[task 2020-03-11T06:55:36.208Z] failures, results = loop.run_until_complete(runner.run_all())
[task 2020-03-11T06:55:36.208Z] File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
[task 2020-03-11T06:55:36.208Z] return future.result()
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/runner.py", line 167, in run_all
[task 2020-03-11T06:55:36.208Z] self.display_error(scenario, customization)
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/runner.py", line 164, in run_all
[task 2020-03-11T06:55:36.208Z] res.append(await self.one_run(scenario, customization))
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/runner.py", line 139, in one_run
[task 2020-03-11T06:55:36.208Z] ).run(not self.visible)
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/creator.py", line 77, in run
[task 2020-03-11T06:55:36.208Z] metadata = await self.build_profile(device, headless)
[task 2020-03-11T06:55:36.208Z] File "condprof/../condprof/creator.py", line 152, in build_profile
[task 2020-03-11T06:55:36.208Z] async with get_session(geckodriver, firefox_instance) as session:
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/init.py", line 16, in aenter
[task 2020-03-11T06:55:36.208Z] self.session = await start_session(self.service, self.browser, self.bind)
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/init.py", line 29, in start_session
[task 2020-03-11T06:55:36.208Z] return await driver.new_session(browser, bind=bind)
[task 2020-03-11T06:55:36.208Z] File "/builds/task_1583909332/fetches/condprofile/lib/python3.6/site-packages/arsenic/webdriver.py", line 56, in new_session
[task 2020-03-11T06:55:36.208Z] err_resp["error"], err_resp.get("message", ""), original_response
[task 2020-03-11T06:55:36.208Z] arsenic.errors.SessionStartError: unknown error: Failed to decode response from marionette
[task 2020-03-11T06:55:36.208Z] Unclosed client session
[task 2020-03-11T06:55:36.208Z] client_session: <aiohttp.client.ClientSession object at 0x7fb865038208>
[task 2020-03-11T06:55:36.208Z] Unclosed connector
[task 2020-03-11T06:55:36.208Z] connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7fb865015888>, 10492526.193125535)]']
[task 2020-03-11T06:55:36.208Z] connector: <aiohttp.connector.TCPConnector object at 0x7fb8650380f0>
[task 2020-03-11T06:55:36.208Z] script.py: command finished
[task 2020-03-11T06:55:36.208Z] script.py: enabling charging for device 'Pixel 2' ('FA79D1A07331')...
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z] netstat -aop
[task 2020-03-11T06:55:36.208Z] Active Internet connections (servers and established)
[task 2020-03-11T06:55:36.208Z] Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name Timer
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:8099 0.0.0.0:* LISTEN 59/taskcluster-prox off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 127.0.0.11:40945 0.0.0.0:* LISTEN - off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:53369 0.0.0.0:* LISTEN 476/geckodriver off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:45267 TIME_WAIT - timewait (54.67/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:37649 TIME_WAIT - timewait (54.27/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:52389 TIME_WAIT - timewait (48.75/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:54595 TIME_WAIT - timewait (54.62/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:53763 TIME_WAIT - timewait (54.36/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:40831 TIME_WAIT - timewait (49.11/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:38126 localhost:60022 ESTABLISHED 27/generic-worker keepalive (3.75/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:50681 TIME_WAIT - timewait (59.94/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:33267 TIME_WAIT - timewait (54.16/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:2828 localhost:34782 TIME_WAIT - timewait (48.75/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:36653 TIME_WAIT - timewait (59.85/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:36941 TIME_WAIT - timewait (59.81/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:58317 TIME_WAIT - timewait (59.81/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:34047 TIME_WAIT - timewait (59.97/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:34713 TIME_WAIT - timewait (54.36/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:38860 localhost:53369 TIME_WAIT - timewait (54.82/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:56335 TIME_WAIT - timewait (54.36/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:33615 TIME_WAIT - timewait (59.85/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 1 0 bitbar-ubuntu-169:50170 sfo03s07-in-f10.1:https CLOSE_WAIT 19/python off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:34205 TIME_WAIT - timewait (54.67/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:56911 TIME_WAIT - timewait (59.85/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:57955 TIME_WAIT - timewait (54.16/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:33091 TIME_WAIT - timewait (48.75/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:35583 TIME_WAIT - timewait (59.81/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 bitbar-ubuntu-169:38052 137.80.201.35.bc.:https ESTABLISHED 27/generic-worker off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:38751 TIME_WAIT - timewait (48.75/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:56945 TIME_WAIT - timewait (54.16/0/0)
[task 2020-03-11T06:55:36.208Z] tcp 0 0 localhost:5037 localhost:38647 TIME_WAIT - timewait (54.67/0/0)
[task 2020-03-11T06:55:36.208Z] tcp6 0 0 [::]:60099 [::]:* LISTEN 47/livelog off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp6 0 0 [::]:60022 [::]:* LISTEN 47/livelog off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] tcp6 0 0 localhost:60022 localhost:38126 ESTABLISHED 47/livelog keepalive (28.82/0/0)
[task 2020-03-11T06:55:36.208Z] udp 0 0 127.0.0.11:45298 0.0.0.0:* - off (0.00/0/0)
[task 2020-03-11T06:55:36.208Z] Active UNIX domain sockets (servers and established)
[task 2020-03-11T06:55:36.208Z] Proto RefCnt Flags Type State I-Node PID/Program name Path
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z] df -h
[task 2020-03-11T06:55:36.208Z] Filesystem Size Used Avail Use% Mounted on
[task 2020-03-11T06:55:36.208Z] overlay 458G 71G 364G 17% /
[task 2020-03-11T06:55:36.208Z] tmpfs 64M 0 64M 0% /dev
[task 2020-03-11T06:55:36.208Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[task 2020-03-11T06:55:36.208Z] shm 64M 0 64M 0% /dev/shm
[task 2020-03-11T06:55:36.208Z] /dev/sda1 458G 71G 364G 17% /test
[task 2020-03-11T06:55:36.208Z] tmpfs 7.8G 0 7.8G 0% /proc/acpi
[task 2020-03-11T06:55:36.208Z] tmpfs 7.8G 0 7.8G 0% /proc/scsi
[task 2020-03-11T06:55:36.208Z] tmpfs 7.8G 0 7.8G 0% /sys/firmware
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z]
[task 2020-03-11T06:55:36.208Z] script.py: exiting with exitcode 1.
[fetches 2020-03-11T06:55:36.218Z] removing /builds/task_1583909332/fetches
[fetches 2020-03-11T06:55:37.393Z] finished
[taskcluster 2020-03-11T06:55:37.401Z] Exit Code: 1
[taskcluster 2020-03-11T06:55:37.401Z] User Time: 36.750834s
[taskcluster 2020-03-11T06:55:37.401Z] Kernel Time: 5.554254s
[taskcluster 2020-03-11T06:55:37.401Z] Wall Time: 6m41.264002967s
[taskcluster 2020-03-11T06:55:37.401Z] Result: FAILED
[taskcluster 2020-03-11T06:55:37.401Z] === Task Finished ===
[taskcluster 2020-03-11T06:55:37.401Z] Task Duration: 6m41.265457142s
[taskcluster 2020-03-11T06:55:37.619Z] Uploading artifact public/condprof/adb-full-default.log from file archive/adb-full-default.log with content encoding "gzip", mime type "text/plain" and expiry 2021-03-11T04:14:43.130Z
[taskcluster 2020-03-11T06:55:37.846Z] Uploading artifact public/condprof/geckodriver-full-default.log from file archive/geckodriver-full-default.log with content encoding "gzip", mime type "text/plain" and expiry 2021-03-11T04:14:43.130Z
[taskcluster 2020-03-11T06:55:37.999Z] Uploading artifact public/condprof/logcat.log from file archive/logcat.log with content encoding "gzip", mime type "text/plain" and expiry 2021-03-11T04:14:43.130Z
[taskcluster 2020-03-11T06:55:38.322Z] Uploading redirect artifact public/logs/live.log to URL https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZH1iaC1CTiabcU72TZWlPg/runs/1/artifacts/public/logs/live_backing.log with mime type "text/plain; charset=utf-8" and expiry 2021-03-11T04:14:43.130Z
[taskcluster:error] exit status 1

This affects fenix but not geckoview.

Summary: Perma tier 2 arsenic.errors.SessionStartError: unknown error: Failed to decode response from marionette → Perma tier 2 fenix arsenic.errors.SessionStartError: unknown error: Failed to decode response from marionette

I think this is the relevant logcat error for this. It's the same failure as all the other Raptor/Browsertime Fenix failures and it seems like it's a Fenix build failure:

03-11 06:17:16.995 I/zygote64( 5680): Rejecting re-init on previously-failed class java.lang.Class<mozilla.components.browser.engine.gecko.GeckoEngine$webExtensionTabHandler$1>: java.lang.NoClassDefFoundError: Failed resolution of: Lmozilla/components/concept/engine/webextension/TabHandler;
03-11 06:17:16.995 I/zygote64( 5680):   at void mozilla.components.browser.engine.gecko.GeckoEngine.<init>(android.content.Context, mozilla.components.concept.engine.Settings, org.mozilla.geckoview.GeckoRuntime, kotlin.jvm.functions.Function0, mozilla.components.concept.engine.content.blocking.TrackingProtectionExceptionStorage) (GeckoEngine.kt:82)
03-11 06:17:16.995 I/zygote64( 5680):   at void mozilla.components.browser.engine.gecko.GeckoEngine.<init>(android.content.Context, mozilla.components.concept.engine.Settings, org.mozilla.geckoview.GeckoRuntime, kotlin.jvm.functions.Function0, mozilla.components.concept.engine.content.blocking.TrackingProtectionExceptionStorage, int) (GeckoEngine.kt:62)
03-11 06:17:16.995 I/zygote64( 5680):   at mozilla.components.browser.engine.gecko.GeckoEngine org.mozilla.fenix.components.Core$engine$2.invoke() (Core.kt:73)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object org.mozilla.fenix.components.Core$engine$2.invoke() (Core.kt:54)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object kotlin.SynchronizedLazyImpl.getValue() (LazyJVM.kt:74)
03-11 06:17:16.995 I/zygote64( 5680):   at mozilla.components.concept.engine.Engine org.mozilla.fenix.components.Core.getEngine() (Core.kt:-1)
03-11 06:17:16.995 I/zygote64( 5680):   at void org.mozilla.fenix.FenixApplication.setupInMainProcessOnly() (FenixApplication.kt:116)
03-11 06:17:16.995 I/zygote64( 5680):   at void org.mozilla.fenix.FenixApplication.onCreate() (FenixApplication.kt:78)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1118)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5807)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1664)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.os.Looper.loop() (Looper.java:164)
03-11 06:17:16.995 D/GeckoThread( 5680): State changed to MOZGLUE_READY
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6600)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
03-11 06:17:16.995 I/zygote64( 5680):   at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
03-11 06:17:16.995 I/zygote64( 5680):   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:772)
03-11 06:17:16.995 I/zygote64( 5680): Caused by: java.lang.ClassNotFoundException: Didn't find class "mozilla.components.concept.engine.webextension.TabHandler" on path: DexPathList[[zip file "/data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/base.apk"],nativeLibraryDirectories=[/data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/lib/arm64, /data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
03-11 06:17:16.995 I/zygote64( 5680):   at void mozilla.components.browser.engine.gecko.GeckoEngine.<init>(android.content.Context, mozilla.components.concept.engine.Settings, org.mozilla.geckoview.GeckoRuntime, kotlin.jvm.functions.Function0, mozilla.components.concept.engine.content.blocking.TrackingProtectionExceptionStorage) (GeckoEngine.kt:82)
03-11 06:17:16.995 I/zygote64( 5680):   at void mozilla.components.browser.engine.gecko.GeckoEngine.<init>(android.content.Context, mozilla.components.concept.engine.Settings, org.mozilla.geckoview.GeckoRuntime, kotlin.jvm.functions.Function0, mozilla.components.concept.engine.content.blocking.TrackingProtectionExceptionStorage, int) (GeckoEngine.kt:62)
03-11 06:17:16.995 I/zygote64( 5680):   at mozilla.components.browser.engine.gecko.GeckoEngine org.mozilla.fenix.components.Core$engine$2.invoke() (Core.kt:73)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object org.mozilla.fenix.components.Core$engine$2.invoke() (Core.kt:54)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object kotlin.SynchronizedLazyImpl.getValue() (LazyJVM.kt:74)
03-11 06:17:16.995 I/zygote64( 5680):   at mozilla.components.concept.engine.Engine org.mozilla.fenix.components.Core.getEngine() (Core.kt:-1)
03-11 06:17:16.995 I/zygote64( 5680):   at void org.mozilla.fenix.FenixApplication.setupInMainProcessOnly() (FenixApplication.kt:116)
03-11 06:17:16.995 I/zygote64( 5680):   at void org.mozilla.fenix.FenixApplication.onCreate() (FenixApplication.kt:78)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1118)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5807)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.-wrap1(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:-1)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1664)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.os.Looper.loop() (Looper.java:164)
03-11 06:17:16.995 I/zygote64( 5680):   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6600)
03-11 06:17:16.995 I/zygote64( 5680):   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
03-11 06:17:16.995 I/zygote64( 5680):   at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
03-11 06:17:16.995 I/zygote64( 5680):   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:772)
03-11 06:17:16.995 I/zygote64( 5680): 
03-11 06:17:16.995 D/AndroidRuntime( 5680): Shutting down VM
--------- beginning of crash
03-11 06:17:16.997 E/AndroidRuntime( 5680): FATAL EXCEPTION: main
03-11 06:17:16.997 E/AndroidRuntime( 5680): Process: org.mozilla.fenix.performancetest, PID: 5680
03-11 06:17:16.997 E/AndroidRuntime( 5680): java.lang.NoClassDefFoundError: Failed resolution of: Lmozilla/components/browser/engine/gecko/GeckoEngine$webExtensionTabHandler$1;
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at mozilla.components.browser.engine.gecko.GeckoEngine.<init>(GeckoEngine.kt:82)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at mozilla.components.browser.engine.gecko.GeckoEngine.<init>(GeckoEngine.kt:62)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at org.mozilla.fenix.components.Core$engine$2.invoke(Core.kt:73)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at org.mozilla.fenix.components.Core$engine$2.invoke(Core.kt:54)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at org.mozilla.fenix.components.Core.getEngine(Unknown Source:7)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at org.mozilla.fenix.FenixApplication.setupInMainProcessOnly(FenixApplication.kt:116)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at org.mozilla.fenix.FenixApplication.onCreate(FenixApplication.kt:78)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1118)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5807)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.app.ActivityThread.-wrap1(Unknown Source:0)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1664)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.os.Handler.dispatchMessage(Handler.java:105)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.os.Looper.loop(Looper.java:164)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at android.app.ActivityThread.main(ActivityThread.java:6600)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.reflect.Method.invoke(Native Method)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
03-11 06:17:16.997 E/AndroidRuntime( 5680): Caused by: java.lang.ClassNotFoundException: mozilla.components.browser.engine.gecko.GeckoEngine$webExtensionTabHandler$1
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.VMClassLoader.findLoadedClass(Native Method)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	... 18 more
03-11 06:17:16.997 E/AndroidRuntime( 5680): Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lmozilla/components/concept/engine/webextension/TabHandler;
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	... 18 more
03-11 06:17:16.997 E/AndroidRuntime( 5680): Caused by: java.lang.ClassNotFoundException: Didn't find class "mozilla.components.concept.engine.webextension.TabHandler" on path: DexPathList[[zip file "/data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/base.apk"],nativeLibraryDirectories=[/data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/lib/arm64, /data/app/org.mozilla.fenix.performancetest-DLhyr35025IBk1zEgDVf9Q==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
03-11 06:17:16.997 E/AndroidRuntime( 5680): 	... 18 more
03-11 06:17:16.997 I/mozac/CrashReporter( 5680): Received crash: UncaughtExceptionCrash(throwable=java.lang.NoClassDefFoundError: Failed resolution of: Lmozilla/components/browser/engine/gecko/GeckoEngine$webExtensionTabHandler$1;, breadcrumbs=[])
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.