Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failure in wait_for_response while accessing overreacted.io #23890

Open
CYBAI opened this issue Jul 30, 2019 · 3 comments
Open

Assertion failure in wait_for_response while accessing overreacted.io #23890

CYBAI opened this issue Jul 30, 2019 · 3 comments

Comments

@CYBAI
Copy link
Collaborator

@CYBAI CYBAI commented Jul 30, 2019

→ ./mach run https://overreacted.io/
assertion failed: `(left == right)`
  left: `Receiving([])`,
 right: `Empty` (thread <unnamed>, at components/net/fetch/methods.rs:494)
stack backtrace:
   0: __ZN9backtrace9backtrace20trace_unsynchronized17hbea64ae413ec881eE (0x10fa2de9c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:66
   1: __ZN9backtrace9backtrace5trace17h9d8a2b19b1089dcfE (0x10fa2de22)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:53
   2: __ZN9backtrace7capture9Backtrace6create17h49163312931f35e3E (0x10fa295f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:163
   3: __ZN9backtrace7capture9Backtrace3new17h4fc595ced4cda688E (0x10fa29534)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:126
   4: __ZN5servo4main28_$u7b$$u7b$closure$u7d$$u7d$17h7f9e6b69d8ca3e5dE (0x1080e879e)
             at /Users/cybai/codespace/mozilla/servo/ports/glutin/main2.rs:116
   5: __ZN3std9panicking20rust_panic_with_hook17h95c9e00cedd70e48E (0x110199560)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:481
   6: __ZN3std9panicking18continue_panic_fmt17h7823dd08c9b69816E (0x110198fbc)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:384
   7: __ZN3std9panicking15begin_panic_fmt17hd10964bb107992fdE (0x110198f10)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:339
   8: __ZN3net5fetch7methods17wait_for_response17h772c9644b00a448bE (0x10cdf5dbd)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:494
   9: __ZN3net5fetch7methods10main_fetch17hcebdcd3429f5c3eeE (0x10cdf4ebd)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:453
  10: __ZN3net5fetch7methods21fetch_with_cors_cache17h35a493386ba00c34E (0x10cdf3717)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:137
  11: __ZN3net5fetch7methods5fetch17h33a74f54990cf319E (0x10cdf357f)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:97
  12: __ZN3net15resource_thread19CoreResourceManager5fetch28_$u7b$$u7b$closure$u7d$$u7d$17hcc3317d4605960dfE (0x10ce08110)
             at /Users/cybai/codespace/mozilla/servo/components/net/resource_thread.rs:504
  13: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17he2e8c60d7bc3a95eE (0x10cb75af2)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  14: __ZN3std9panicking3try7do_call17h76b7b71a9e014f7aE (0x10cc3ad84)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  15: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  16: __ZN3std9panicking3try17hd67817749cbb9692E (0x10cc3a574)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  17: __ZN3std5panic12catch_unwind17h43f4114c6d4e24a2E (0x10cb75b92)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  18: __ZN10rayon_core6unwind14halt_unwinding17hb9eb1605ed0988ebE (0x10cea90f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/unwind.rs:17
  19: __ZN10rayon_core5spawn9spawn_job28_$u7b$$u7b$closure$u7d$$u7d$17hfde2312457b62b34E (0x10cb7495e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/spawn/mod.rs:98
  20: __ZN77_$LT$rayon_core..job..HeapJob$LT$BODY$GT$$u20$as$u20$rayon_core..job..Job$GT$7execute17h5e335938b9645452E (0x10cec9f0e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:163
  21: __ZN10rayon_core3job6JobRef7execute17h56221b34e768ab56E (0x10ee0168c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:59
  22: __ZN10rayon_core8registry12WorkerThread7execute17h7d2aca3fa9d11597E (0x10edfd82c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:734
  23: __ZN10rayon_core8registry12WorkerThread15wait_until_cold17he33b1a3bf437ce1cE (0x10edfd561)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:718
  24: __ZN10rayon_core8registry12WorkerThread10wait_until17h125d7b516239440dE (0x10edfcea8)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:692
  25: __ZN10rayon_core8registry9main_loop17h46d7f16b433f3c71E (0x10edfe0ef)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:812
  26: __ZN10rayon_core8registry13ThreadBuilder3run17ha6eabf39cefe59efE (0x10edfac8f)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:58
  27: __ZN88_$LT$rayon_core..registry..DefaultSpawn$u20$as$u20$rayon_core..registry..ThreadSpawn$GT$5spawn28_$u7b$$u7b$closure$u7d$$u7d$17h5cad22709aeeadadE (0x10edfb230)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:103
  28: __ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17had2dd1ae3b17b2a6E (0x10ee00080)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/sys_common/backtrace.rs:77
  29: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17he0033c1f3caddb09E (0x10edf2b60)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:470
  30: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h359ef96b66421c99E (0x10ee12813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  31: __ZN3std9panicking3try7do_call17he825c1f4aff876d4E (0x10ee0fc41)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  32: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  33: __ZN3std9panicking3try17h27da9128d62178d9E (0x10ee0f8b1)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  34: __ZN3std5panic12catch_unwind17hd95b70a9044ca8b8E (0x10ee13813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  35: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$17hb53642b9b7c1760eE (0x10edf2993)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:469
  36: __ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf971345dd38acbbaE (0x10ee06204)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ops/function.rs:231
  37: __ZN83_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$9call_once17h70e2ade998cb08d4E (0x110188a2d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  38: __ZN3std3sys4unix6thread6Thread3new12thread_start17hd51509cdeb057c7aE (0x1101a0e0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  39: __pthread_body (0x7fff62ea32ea)
  40: __pthread_start (0x7fff62ea6248)
[2019-07-30T06:57:16Z ERROR servo] assertion failed: `(left == right)`
  left: `Receiving([])`,
 right: `Empty`
called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }" (thread <unnamed>, at src/libcore/result.rs:1051)
Rayon: detected unexpected panic; aborting
Redirecting call to abort() to mozalloc_abort

stack backtrace:
   0: __ZN9backtrace9backtrace20trace_unsynchronized17hbea64ae413ec881eE (0x10fa2de9c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:66
   1: __ZN9backtrace9backtrace5trace17h9d8a2b19b1089dcfE (0x10fa2de22)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:53
   2: __ZN9backtrace7capture9Backtrace6create17h49163312931f35e3E (0x10fa295f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:163
   3: __ZN9backtrace7capture9Backtrace3new17h4fc595ced4cda688E (0x10fa29534)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:126
   4: __ZN5servo4main28_$u7b$$u7b$closure$u7d$$u7d$17h7f9e6b69d8ca3e5dE (0x1080e879e)
             at /Users/cybai/codespace/mozilla/servo/ports/glutin/main2.rs:116
   5: __ZN3std9panicking20rust_panic_with_hook17h95c9e00cedd70e48E (0x110199560)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:481
   6: __ZN3std9panicking18continue_panic_fmt17h7823dd08c9b69816E (0x110198fbc)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:384
   7: _rust_begin_unwind (0x110198ea8)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:311
   8: __ZN4core9panicking9panic_fmt17h2ac7b82ffae6c731E (0x1101b9fd1)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/panicking.rs:85
   9: __ZN4core6result13unwrap_failed17h12118fc098bffdc0E (0x1101ba0b8)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/result.rs:1051
  10: __ZN4core6result19Result$LT$T$C$E$GT$6unwrap17h4648cd93a418a6f4E (0x10cbb5f0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/result.rs:852
  11: __ZN3net10http_cache22create_cached_response17h905cb05517a47440E (0x10ce63fe3)
             at /Users/cybai/codespace/mozilla/servo/components/net/http_cache.rs:307
  12: __ZN3net10http_cache9HttpCache18construct_response17hc53067ceb10dc8dcE (0x10ce681c4)
             at /Users/cybai/codespace/mozilla/servo/components/net/http_cache.rs:662
  13: __ZN3net11http_loader27http_network_or_cache_fetch17h6bfee0e6985dcf04E (0x10cc98143)
             at /Users/cybai/codespace/mozilla/servo/components/net/http_loader.rs:1012
  14: __ZN3net11http_loader10http_fetch17hb96f3ef2112cea60E (0x10cc9475f)
             at /Users/cybai/codespace/mozilla/servo/components/net/http_loader.rs:554
  15: __ZN3net5fetch7methods12scheme_fetch17hda331487b6a5b25bE (0x10cdf7141)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:589
  16: __ZN3net5fetch7methods10main_fetch28_$u7b$$u7b$closure$u7d$$u7d$17hb97f64a5834b1e9eE (0x10cd358ac)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:249
  17: __ZN4core6option15Option$LT$T$GT$14unwrap_or_else17hb7831c583d8634e0E (0x10ccb162a)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/option.rs:419
  18: __ZN3net5fetch7methods10main_fetch17hcebdcd3429f5c3eeE (0x10cdf3f8a)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:229
  19: __ZN3net5fetch7methods21fetch_with_cors_cache17h35a493386ba00c34E (0x10cdf3717)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:137
  20: __ZN3net5fetch7methods5fetch17h33a74f54990cf319E (0x10cdf357f)
             at /Users/cybai/codespace/mozilla/servo/components/net/fetch/methods.rs:97
  21: __ZN3net15resource_thread19CoreResourceManager5fetch28_$u7b$$u7b$closure$u7d$$u7d$17hcc3317d4605960dfE (0x10ce08110)
             at /Users/cybai/codespace/mozilla/servo/components/net/resource_thread.rs:504
  22: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17he2e8c60d7bc3a95eE (0x10cb75af2)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  23: __ZN3std9panicking3try7do_call17h76b7b71a9e014f7aE (0x10cc3ad84)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  24: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  25: __ZN3std9panicking3try17hd67817749cbb9692E (0x10cc3a574)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  26: __ZN3std5panic12catch_unwind17h43f4114c6d4e24a2E (0x10cb75b92)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  27: __ZN10rayon_core6unwind14halt_unwinding17hb9eb1605ed0988ebE (0x10cea90f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/unwind.rs:17
  28: __ZN10rayon_core5spawn9spawn_job28_$u7b$$u7b$closure$u7d$$u7d$17hfde2312457b62b34E (0x10cb7495e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/spawn/mod.rs:98
  29: __ZN77_$LT$rayon_core..job..HeapJob$LT$BODY$GT$$u20$as$u20$rayon_core..job..Job$GT$7execute17h5e335938b9645452E (0x10cec9f0e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:163
  30: __ZN10rayon_core3job6JobRef7execute17h56221b34e768ab56E (0x10ee0168c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:59
  31: __ZN10rayon_core8registry12WorkerThread7execute17h7d2aca3fa9d11597E (0x10edfd82c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:734
  32: __ZN10rayon_core8registry12WorkerThread15wait_until_cold17he33b1a3bf437ce1cE (0x10edfd561)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:718
  33: __ZN10rayon_core8registry12WorkerThread10wait_until17h125d7b516239440dE (0x10edfcea8)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:692
  34: __ZN10rayon_core8registry9main_loop17h46d7f16b433f3c71E (0x10edfe0ef)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:812
  35: __ZN10rayon_core8registry13ThreadBuilder3run17ha6eabf39cefe59efE (0x10edfac8f)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:58
  36: __ZN88_$LT$rayon_core..registry..DefaultSpawn$u20$as$u20$rayon_core..registry..ThreadSpawn$GT$5spawn28_$u7b$$u7b$closure$u7d$$u7d$17h5cad22709aeeadadE (0x10edfb230)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:103
  37: __ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17had2dd1ae3b17b2a6E (0x10ee00080)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/sys_common/backtrace.rs:77
  38: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17he0033c1f3caddb09E (0x10edf2b60)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:470
  39: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h359ef96b66421c99E (0x10ee12813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  40: __ZN3std9panicking3try7do_call17he825c1f4aff876d4E (0x10ee0fc41)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  41: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  42: __ZN3std9panicking3try17h27da9128d62178d9E (0x10ee0f8b1)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  43: __ZN3std5panic12catch_unwind17hd95b70a9044ca8b8E (0x10ee13813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  44: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$17hb53642b9b7c1760eE (0x10edf2993)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:469
  45: __ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf971345dd38acbbaE (0x10ee06204)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ops/function.rs:231
  46: __ZN83_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$9call_once17h70e2ade998cb08d4E (0x110188a2d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  47: __ZN3std3sys4unix6thread6Thread3new12thread_start17hd51509cdeb057c7aE (0x1101a0e0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  48: __pthread_body (0x7fff62ea32ea)
  49: __pthread_start (0x7fff62ea6248)
[2019-07-30T06:57:16Z ERROR servo] called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }"
called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }" (thread tokio-runtime-worker-5, at src/libcore/result.rs:1051)
Rayon: detected unexpected panic; aborting
Redirecting call to abort() to mozalloc_abort

called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }" (thread <unnamed>, at src/libcore/result.rs:1051)
stack backtrace:
   0: __ZN9backtrace9backtrace20trace_unsynchronized17hbea64ae413ec881eE (0x10fa2de9c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:66
   1: __ZN9backtrace9backtrace5trace17h9d8a2b19b1089dcfE (0x10fa2de22)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:53
   2: __ZN9backtrace7capture9Backtrace6create17h49163312931f35e3E (0x10fa295f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:163
   3: __ZN9backtrace7capture9Backtrace3new17h4fc595ced4cda688E (0x10fa29534)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:126
   4: __ZN5servo4main28_$u7b$$u7b$closure$u7d$$u7d$17h7f9e6b69d8ca3e5dE (0x1080e879e)
             at /Users/cybai/codespace/mozilla/servo/ports/glutin/main2.rs:116
   5: __ZN3std9panicking20rust_panic_with_hook17h95c9e00cedd70e48E (0x110199560)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:481
   6: __ZN3std9panicking18continue_panic_fmt17h7823dd08c9b69816E (0x110198fbc)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:384
   7: _rust_begin_unwind (0x110198ea8)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:311
   8: __ZN4core9panicking9panic_fmt17h2ac7b82ffae6c731E (0x1101b9fd1)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/panicking.rs:85
   9: __ZN4core6result13unwrap_failed17h12118fc098bffdc0E (0x1101ba0b8)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/result.rs:1051
  10: __ZN4core6result19Result$LT$T$C$E$GT$6unwrap17h4648cd93a418a6f4E (0x10cbb5f0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/result.rs:852
  11: __ZN3net11http_loader18http_network_fetch28_$u7b$$u7b$closure$u7d$$u7d$17h50dcee86e7253ba9E (0x10cd1c25a)
             at /Users/cybai/codespace/mozilla/servo/components/net/http_loader.rs:1362
  12: __ZN94_$LT$futures..stream..fold..Fold$LT$S$C$F$C$Fut$C$T$GT$$u20$as$u20$futures..future..Future$GT$4poll17h0b758f05f5ecfe17E (0x10cdec905)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/stream/fold.rs:58
  13: __ZN7futures6future5chain22Chain$LT$A$C$B$C$C$GT$4poll17h15cbfe1667a5842fE (0x10cd07de3)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/chain.rs:26
  14: __ZN95_$LT$futures..future..and_then..AndThen$LT$A$C$B$C$F$GT$$u20$as$u20$futures..future..Future$GT$4poll17he9bbab0384b2327dE (0x10cc36047)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/and_then.rs:32
  15: __ZN89_$LT$futures..future..map_err..MapErr$LT$A$C$F$GT$$u20$as$u20$futures..future..Future$GT$4poll17h94471b96f52d1526E (0x10cb736bb)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/map_err.rs:30
  16: __ZN70_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$futures..future..Future$GT$4poll17h9aaddd210ffcf2a5E (0x1100ab019)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/future/mod.rs:113
  17: __ZN7futures9task_impl14Spawn$LT$T$GT$18poll_future_notify28_$u7b$$u7b$closure$u7d$$u7d$17h3a0c65900f28c79bE (0x10fed4b44)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:289
  18: __ZN7futures9task_impl14Spawn$LT$T$GT$5enter28_$u7b$$u7b$closure$u7d$$u7d$17he01bb0095cd1c898E (0x10fed4e42)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:363
  19: __ZN7futures9task_impl3std3set17h1ea2c38e93be34b6E (0x10fec95f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/std/mod.rs:78
  20: __ZN7futures9task_impl14Spawn$LT$T$GT$5enter17hb3ccdfc0bffb5c58E (0x10fed4cc7)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:363
  21: __ZN7futures9task_impl14Spawn$LT$T$GT$18poll_future_notify17h08cbb67c033245baE (0x10fed4a79)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.23/src/task_impl/mod.rs:289
  22: __ZN16tokio_threadpool4task4Task3run28_$u7b$$u7b$closure$u7d$$u7d$17h81820bb59a916fb6E (0x10fecb0bc)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/task/mod.rs:145
  23: __ZN4core3ops8function6FnOnce9call_once17h1b0258a89a48232eE (0x10fed927c)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ops/function.rs:231
  24: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h575ef71808c019cbE (0x10fec5e97)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  25: __ZN3std9panicking3try7do_call17ha960e890fa14a837E (0x10febaa4c)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  26: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  27: __ZN3std9panicking3try17hae5b862414674ac7E (0x10feba752)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  28: __ZN3std5panic12catch_unwind17ha55dd5fc0e37e096E (0x10fec624e)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  29: __ZN16tokio_threadpool4task4Task3run17hbdfd65e28cc89e44E (0x10fecaa5e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/task/mod.rs:130
  30: __ZN16tokio_threadpool6worker6Worker9run_task217h6051b498513cfe1bE (0x10fee0812)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:567
  31: __ZN16tokio_threadpool6worker6Worker8run_task17hc57265c27552aef0E (0x10fee0195)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:459
  32: __ZN16tokio_threadpool6worker6Worker18try_run_owned_task17ha7b00b055da6ddb0E (0x10fedf93b)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:390
  33: __ZN16tokio_threadpool6worker6Worker12try_run_task17h64842cfa1ebd2126E (0x10fedf3dc)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:297
  34: __ZN16tokio_threadpool6worker6Worker3run17h21666c5cf92a6fecE (0x10fedf25d)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:241
  35: __ZN5tokio7runtime7builder7Builder5build28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17h2ca37a46a6749ad3E (0x10fe6dc9b)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.8/src/runtime/builder.rs:125
  36: __ZN11tokio_timer5timer6handle12with_default28_$u7b$$u7b$closure$u7d$$u7d$17h2d292d5a6720985dE (0x10fe6b727)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101
  37: __ZN3std6thread5local17LocalKey$LT$T$GT$8try_with17h89e4a9966e4d2ac9E (0x10fe5e8fd)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:257
  38: __ZN3std6thread5local17LocalKey$LT$T$GT$4with17h3442299c58137e05E (0x10fe5e04f)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:234
  39: __ZN11tokio_timer5timer6handle12with_default17h3517a3209f98b046E (0x10fe6b5bb)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84
  40: __ZN5tokio7runtime7builder7Builder5build28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17hfa6c8d5e4e7fa3e3E (0x10fe6dcdc)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.8/src/runtime/builder.rs:124
  41: __ZN11tokio_timer5clock5clock12with_default28_$u7b$$u7b$closure$u7d$$u7d$17h5cc12fb480a8d481E (0x10fe5ff43)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137
  42: __ZN3std6thread5local17LocalKey$LT$T$GT$8try_with17h1101c951c6749d0aE (0x10fe5e46b)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:257
  43: __ZN3std6thread5local17LocalKey$LT$T$GT$4with17hf714521c87355835E (0x10fe5e217)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:234
  44: __ZN11tokio_timer5clock5clock12with_default17h535fb5e0b6a7df12E (0x10fe5fe77)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117
  45: __ZN5tokio7runtime7builder7Builder5build28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17h2b334f4648aafa02E (0x10fe6dd22)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.8/src/runtime/builder.rs:123
  46: __ZN13tokio_reactor12with_default28_$u7b$$u7b$closure$u7d$$u7d$17hb34470f62679c7f2E (0x10fe70a69)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.3/src/lib.rs:231
  47: __ZN3std6thread5local17LocalKey$LT$T$GT$8try_with17h4a08b2b2a576bf45E (0x10fe5e5b9)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:257
  48: __ZN3std6thread5local17LocalKey$LT$T$GT$4with17hd5b208f74e72f522E (0x10fe5e168)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:234
  49: __ZN13tokio_reactor12with_default17he5b2bf54a7e8a3d7E (0x10fe70896)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.3/src/lib.rs:214
  50: __ZN5tokio7runtime7builder7Builder5build28_$u7b$$u7b$closure$u7d$$u7d$17h9c7dc5fb0da73e38E (0x10fe6de46)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.8/src/runtime/builder.rs:122
  51: __ZN16tokio_threadpool8callback8Callback4call17hf8ff39e32018a49dE (0x10fed53c5)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/callback.rs:22
  52: __ZN16tokio_threadpool6worker6Worker6do_run28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17h45d595cd15be3cdcE (0x10fedef57)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:127
  53: __ZN14tokio_executor6global12with_default28_$u7b$$u7b$closure$u7d$$u7d$17h1e5cd1db987abd61E (0x10febd798)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.7/src/global.rs:209
  54: __ZN3std6thread5local17LocalKey$LT$T$GT$8try_with17hd475087f9ed4ade1E (0x10fed0e4d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:257
  55: __ZN3std6thread5local17LocalKey$LT$T$GT$4with17h7372eb4420cd7e09E (0x10fed05df)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:234
  56: __ZN14tokio_executor6global12with_default17hb78e54e0ae4c6dc0E (0x10febd69b)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.7/src/global.rs:178
  57: __ZN16tokio_threadpool6worker6Worker6do_run28_$u7b$$u7b$closure$u7d$$u7d$17hd8c5066646e5bdbeE (0x10fedeff6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:125
  58: __ZN3std6thread5local17LocalKey$LT$T$GT$8try_with17h10addf935240b906E (0x10fed0790)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:257
  59: __ZN3std6thread5local17LocalKey$LT$T$GT$4with17heca3c3f5850e657bE (0x10fed062c)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/local.rs:234
  60: __ZN16tokio_threadpool6worker6Worker6do_run17h96adc6147800f8d7E (0x10fedee43)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/worker/mod.rs:116
  61: __ZN16tokio_threadpool4pool4Pool12spawn_thread28_$u7b$$u7b$closure$u7d$$u7d$17h72f16aa18d4e8b97E (0x10fee4714)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.14/src/pool/mod.rs:344
  62: __ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h197ea48b513144ccE (0x10fed8c3f)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/sys_common/backtrace.rs:77
  63: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17hc7e14831015ad801E (0x10fed197f)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:470
  64: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h08722ea08874133eE (0x10fec5e5f)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  65: __ZN3std9panicking3try7do_call17ha9a220ef8abe0e06E (0x10febaac4)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  66: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  67: __ZN3std9panicking3try17hdcb025c589c6eba5E (0x10feba8e4)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  68: __ZN3std5panic12catch_unwind17h5627a5dca32362d2E (0x10fec61ff)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  69: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$17h789b06c7ce75332fE (0x10fed17cd)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:469
  70: __ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hff126c6d96130dedE (0x10fed9244)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ops/function.rs:231
  71: __ZN83_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$9call_once17h70e2ade998cb08d4E (0x110188a2d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  72: __ZN3std3sys4unix6thread6Thread3new12thread_start17hd51509cdeb057c7aE (0x1101a0e0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  73: __pthread_body (0x7fff62ea32ea)
  74: __pthread_start (0x7fff62ea6248)
[2019-07-30T06:57:21Z ERROR servo] called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }"
Stack trace
stack backtrace:
   0: __ZN9backtrace9backtrace20trace_unsynchronized17hbea64ae413ec881eE (0x10fa2de9c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:66
   1: __ZN9backtrace9backtrace5trace17h9d8a2b19b1089dcfE (0x10fa2de22)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/backtrace/mod.rs:53
   2: __ZN9backtrace7capture9Backtrace6create17h49163312931f35e3E (0x10fa295f6)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:163
   3: __ZN9backtrace7capture9Backtrace3new17h4fc595ced4cda688E (0x10fa29534)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.26/src/capture.rs:126
   4: __ZN5servo21install_crash_handler7handler17hd2b43bc6f27dabc7E (0x1080c8771)
             at /Users/cybai/codespace/mozilla/servo/ports/glutin/main2.rs:60
   5: __sigtramp (0x7fff62e9ab5c)
   6: _mozalloc_abort (0x10c4665d0)
             at /Users/cybai/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/6dff104/mozjs/memory/mozalloc/mozalloc_abort.cpp:33
   7: _abort (0x10c4665ec)
             at /Users/cybai/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/6dff104/mozjs/memory/mozalloc/mozalloc_abort.cpp:79
   8: __ZN3std3sys4unix14abort_internal17hd7647bf0a9be49b2E (0x1101a1308)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/sys/unix/mod.rs:155
   9: __ZN3std7process5abort17h04ec02493956be69E (0x110195228)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/process.rs:1575
  10: __ZN74_$LT$rayon_core..unwind..AbortIfPanic$u20$as$u20$core..ops..drop..Drop$GT$4drop17hf909590c1489f826E (0x10ee01bdd)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/unwind.rs:29
  11: __ZN4core3ptr18real_drop_in_place17h337c384ebd0b1127E (0x10ee068f4)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ptr/mod.rs:175
  12: __ZN10rayon_core8registry8Registry12handle_panic17hc0476cf3f7cdd1b1E (0x10edfc4b1)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:333
  13: __ZN10rayon_core5spawn9spawn_job28_$u7b$$u7b$closure$u7d$$u7d$17hfde2312457b62b34E (0x10cb74a31)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/spawn/mod.rs:101
  14: __ZN77_$LT$rayon_core..job..HeapJob$LT$BODY$GT$$u20$as$u20$rayon_core..job..Job$GT$7execute17h5e335938b9645452E (0x10cec9f0e)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:163
  15: __ZN10rayon_core3job6JobRef7execute17h56221b34e768ab56E (0x10ee0168c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/job.rs:59
  16: __ZN10rayon_core8registry12WorkerThread7execute17h7d2aca3fa9d11597E (0x10edfd82c)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:734
  17: __ZN10rayon_core8registry12WorkerThread15wait_until_cold17he33b1a3bf437ce1cE (0x10edfd561)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:718
  18: __ZN10rayon_core8registry12WorkerThread10wait_until17h125d7b516239440dE (0x10edfcea8)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:692
  19: __ZN10rayon_core8registry9main_loop17h46d7f16b433f3c71E (0x10edfe0ef)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:812
  20: __ZN10rayon_core8registry13ThreadBuilder3run17ha6eabf39cefe59efE (0x10edfac8f)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:58
  21: __ZN88_$LT$rayon_core..registry..DefaultSpawn$u20$as$u20$rayon_core..registry..ThreadSpawn$GT$5spawn28_$u7b$$u7b$closure$u7d$$u7d$17h5cad22709aeeadadE (0x10edfb230)
             at /Users/cybai/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:103
  22: __ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17had2dd1ae3b17b2a6E (0x10ee00080)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/sys_common/backtrace.rs:77
  23: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$28_$u7b$$u7b$closure$u7d$$u7d$17he0033c1f3caddb09E (0x10edf2b60)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:470
  24: __ZN101_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h359ef96b66421c99E (0x10ee12813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:315
  25: __ZN3std9panicking3try7do_call17he825c1f4aff876d4E (0x10ee0fc41)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:296
  26: ___rust_maybe_catch_panic (0x1101a18fe)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libpanic_unwind/lib.rs:82
  27: __ZN3std9panicking3try17h27da9128d62178d9E (0x10ee0f8b1)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panicking.rs:275
  28: __ZN3std5panic12catch_unwind17hd95b70a9044ca8b8E (0x10ee13813)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/panic.rs:394
  29: __ZN3std6thread7Builder15spawn_unchecked28_$u7b$$u7b$closure$u7d$$u7d$17hb53642b9b7c1760eE (0x10edf2993)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libstd/thread/mod.rs:469
  30: __ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf971345dd38acbbaE (0x10ee06204)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/libcore/ops/function.rs:231
  31: __ZN83_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$9call_once17h70e2ade998cb08d4E (0x110188a2d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  32: __ZN3std3sys4unix6thread6Thread3new12thread_start17hd51509cdeb057c7aE (0x1101a0e0d)
             at /rustc/273f42b5964c29dda2c5a349dd4655529767b07f/src/liballoc/boxed.rs:766
  33: __pthread_body (0x7fff62ea32ea)
  34: __pthread_start (0x7fff62ea6248)
Servo exited with return value 11

Built with latest master (9043f24) on macOS 10.14.5

@CYBAI
Copy link
Collaborator Author

@CYBAI CYBAI commented Jul 30, 2019

It looks like an intermittent assertion failure and I sometimes get different data from same page 🤔

Assertion data with long receive data array
assertion failed: `(left == right)`
  left: `Receiving([40, 119, 105, 110, 100, 111, 119, 46, 119, 101, 98, 112, 97, 99, 107, 74, 115, 111, 110, 112, 61, 119, 105, 110, 100, 111, 119, 46, 119, 101, 98, 112, 97, 99, 107, 74, 115, 111, 110, 112, 124, 124, 91, 93, 41, 46, 112, 117, 115, 104, 40, 91, 91, 49, 50, 93, 44, 123, 49, 53, 51, 58, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 44, 110, 41, 123, 34, 117, 115, 101, 32, 115, 116, 114, 105, 99, 116, 34, 59, 110, 46, 114, 40, 116, 41, 59, 110, 40, 49, 56, 41, 44, 110, 40, 50, 51, 53, 41, 44, 110, 40, 50, 51, 55, 41, 44, 110, 40, 51, 56, 41, 44, 110, 40, 56, 54, 41, 59, 118, 97, 114, 32, 97, 61, 110, 40, 55, 41, 44, 114, 61, 110, 46, 110, 40, 97, 41, 44, 108, 61, 110, 40, 48, 41, 44, 111, 61, 110, 46, 110, 40, 108, 41, 44, 105, 61, 110, 40, 51, 54, 41, 44, 115, 61, 110, 40, 49, 54, 53, 41, 44, 99, 61, 110, 46, 110, 40, 115, 41, 44, 117, 61, 40, 110, 40, 50, 52, 50, 41, 44, 110, 40, 49, 55, 52, 41, 41, 44, 109, 61, 110, 40, 49, 53, 54, 41, 44, 102, 61, 110, 40, 49, 55, 55, 41, 44, 112, 61, 40, 110, 40, 50, 52, 51, 41, 44, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 102, 117, 110, 99, 116, 105, 111, 110, 32, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 101, 46, 97, 112, 112, 108, 121, 40, 116, 104, 105, 115, 44, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 124, 124, 116, 104, 105, 115, 125, 114, 101, 116, 117, 114, 110, 32, 114, 40, 41, 40, 116, 44, 101, 41, 44, 116, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 114, 101, 110, 100, 101, 114, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 102, 111, 114, 109, 34, 44, 123, 97, 99, 116, 105, 111, 110, 58, 34, 104, 116, 116, 112, 115, 58, 47, 47, 97, 112, 112, 46, 99, 111, 110, 118, 101, 114, 116, 107, 105, 116, 46, 99, 111, 109, 47, 102, 111, 114, 109, 115, 47, 56, 49, 50, 48, 52, 55, 47, 115, 117, 98, 115, 99, 114, 105, 112, 116, 105, 111, 110, 115, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 115, 101, 118, 97, 45, 102, 111, 114, 109, 32, 102, 111, 114, 109, 107, 105, 116, 45, 102, 111, 114, 109, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 112, 111, 115, 116, 34, 44, 34, 109, 105, 110, 45, 119, 105, 100, 116, 104, 34, 58, 34, 52, 48, 48, 32, 53, 48, 48, 32, 54, 48, 48, 32, 55, 48, 48, 32, 56, 48, 48, 34, 44, 115, 116, 121, 108, 101, 58, 123, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 50, 53, 53, 44, 32, 50, 53, 53, 44, 32, 50, 53, 53, 41, 34, 44, 98, 111, 114, 100, 101, 114, 82, 97, 100, 105, 117, 115, 58, 34, 54, 112, 120, 34, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 115, 116, 121, 108, 101, 34, 58, 34, 102, 117, 108, 108, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 99, 111, 108, 117, 109, 110, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 99, 111, 108, 117, 109, 110, 34, 44, 115, 116, 121, 108, 101, 58, 123, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 50, 52, 57, 44, 32, 50, 53, 48, 44, 32, 50, 53, 49, 41, 34, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 104, 49, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 104, 101, 97, 100, 101, 114, 34, 44, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 104, 101, 97, 100, 101, 114, 34, 44, 115, 116, 121, 108, 101, 58, 123, 99, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 55, 55, 44, 32, 55, 55, 44, 32, 55, 55, 41, 34, 44, 102, 111, 110, 116, 83, 105, 122, 101, 58, 34, 50, 48, 112, 120, 34, 44, 102, 111, 110, 116, 87, 101, 105, 103, 104, 116, 58, 55, 48, 48, 125, 125, 44, 34, 74, 111, 105, 110, 32, 116, 104, 101, 32, 78, 101, 119, 115, 108, 101, 116, 116, 101, 114, 34, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 115, 117, 98, 104, 101, 97, 100, 101, 114, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 115, 117, 98, 104, 101, 97, 100, 101, 114, 34, 44, 115, 116, 121, 108, 101, 58, 123, 99, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 49, 48, 52, 44, 32, 49, 48, 52, 44, 32, 49, 48, 52, 41, 34, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 34, 44, 110, 117, 108, 108, 44, 34, 83, 117, 98, 115, 99, 114, 105, 98, 101, 32, 116, 111, 32, 103, 101, 116, 32, 109, 121, 32, 108, 97, 116, 101, 115, 116, 32, 99, 111, 110, 116, 101, 110, 116, 32, 98, 121, 32, 101, 109, 97, 105, 108, 46, 34, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 105, 109, 97, 103, 101, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 115, 118, 103, 34, 44, 123, 120, 109, 108, 110, 115, 58, 34, 104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 119, 51, 46, 111, 114, 103, 47, 50, 48, 48, 48, 47, 115, 118, 103, 34, 44, 119, 105, 100, 116, 104, 58, 34, 52, 54, 34, 44, 104, 101, 105, 103, 104, 116, 58, 34, 52, 54, 34, 44, 118, 105, 101, 119, 66, 111, 120, 58, 34, 48, 32, 48, 32, 52, 54, 32, 52, 54, 34, 44, 115, 116, 121, 108, 101, 58, 123, 109, 97, 120, 87, 105, 100, 116, 104, 58, 34, 49, 48, 48, 37, 34, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 103, 34, 44, 123, 102, 105, 108, 108, 58, 34, 110, 111, 110, 101, 34, 44, 102, 105, 108, 108, 82, 117, 108, 101, 58, 34, 101, 118, 101, 110, 111, 100, 100, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 97, 116, 104, 34, 44, 123, 102, 105, 108, 108, 58, 34, 35, 68, 68, 57, 50, 65, 66, 34, 44, 100, 58, 34, 77, 50, 51, 44, 51, 54, 32, 67, 50, 50, 46, 56, 49, 51, 44, 51, 54, 32, 50, 50, 46, 54, 50, 55, 44, 51, 53, 46, 57, 52, 56, 32, 50, 50, 46, 52, 54, 51, 44, 51, 53, 46, 56, 52, 52, 32, 76, 48, 46, 52, 54, 51, 44, 50, 49, 46, 56, 52, 52, 32, 67, 48, 46, 49, 53, 57, 44, 50, 49, 46, 54, 53, 49, 32, 45, 48, 46, 48, 49, 55, 44, 50, 49, 46, 51, 48, 56, 32, 48, 46, 48, 48, 49, 44, 50, 48, 46, 57, 52, 56, 32, 67, 48, 46, 48, 50, 44, 50, 48, 46, 53, 56, 57, 32, 48, 46, 50, 51, 44, 50, 48, 46, 50, 54, 54, 32, 48, 46, 53, 53, 51, 44, 50, 48, 46, 49, 48, 53, 32, 76, 50, 51, 44, 54, 32, 76, 52, 53, 46, 52, 52, 55, 44, 50, 48, 46, 49, 48, 53, 32, 67, 52, 53, 46, 55, 54, 57, 44, 50, 48, 46, 50, 54, 54, 32, 52, 53, 46, 57, 56, 44, 50, 48, 46, 53, 56, 56, 32, 52, 53, 46, 57, 57, 57, 44, 50, 48, 46, 57, 52, 56, 32, 67, 52, 54, 46, 48, 49, 56, 44, 50, 49, 46, 51, 48, 56, 32, 52, 53, 46, 56, 52, 49, 44, 50, 49, 46, 54, 53, 32, 52, 53, 46, 53, 51, 55, 44, 50, 49, 46, 56, 52, 52, 32, 76, 50, 51, 46, 53, 51, 55, 44, 51, 53, 46, 56, 52, 52, 32, 67, 50, 51, 46, 51, 55, 51, 44, 51, 53, 46, 57, 52, 56, 32, 50, 51, 46, 49, 56, 55, 44, 51, 54, 32, 50, 51, 44, 51, 54, 32, 90, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 97, 116, 104, 34, 44, 123, 102, 105, 108, 108, 58, 34, 35, 70, 70, 70, 34, 44, 100, 58, 34, 77, 51, 56, 44, 51, 55, 32, 76, 56, 44, 51, 55, 32, 76, 56, 44, 49, 32, 67, 56, 44, 48, 46, 52, 52, 56, 32, 56, 46, 52, 52, 56, 44, 48, 32, 57, 44, 48, 32, 76, 51, 55, 44, 48, 32, 67, 51, 55, 46, 53, 53, 50, 44, 48, 32, 51, 56, 44, 48, 46, 52, 52, 56, 32, 51, 56, 44, 49, 32, 76, 51, 56, 44, 51, 55, 32, 90, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 97, 116, 104, 34, 44, 123, 102, 105, 108, 108, 58, 34, 35, 70, 70, 65, 55, 67, 52, 34, 44, 100, 58, 34, 77, 52, 53, 44, 52, 54, 32, 67, 52, 52, 46, 57, 49, 54, 44, 52, 54, 32, 52, 52, 46, 56, 51, 49, 44, 52, 53, 46, 57, 56, 57, 32, 52, 52, 46, 55, 52, 56, 44, 52, 53, 46, 57, 54, 56, 32, 76, 50, 49, 46, 55, 52, 56, 44, 51, 57, 46, 57, 54, 56, 32, 76, 50, 50, 44, 51, 51, 32, 76, 52, 54, 44, 50, 49, 32, 76, 52, 54, 44, 52, 53, 32, 67, 52, 54, 44, 52, 53, 46, 51, 49, 32, 52, 53, 46, 56, 53, 54, 44, 52, 53, 46, 54, 48, 50, 32, 52, 53, 46, 54, 49, 49, 44, 52, 53, 46, 55, 57, 50, 32, 67, 52, 53, 46, 52, 51, 53, 44, 52, 53, 46, 57, 50, 56, 32, 52, 53, 46, 50, 49, 57, 44, 52, 54, 32, 52, 53, 44, 52, 54, 32, 90, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 97, 116, 104, 34, 44, 123, 102, 105, 108, 108, 58, 34, 35, 70, 70, 67, 51, 68, 55, 34, 44, 100, 58, 34, 77, 52, 53, 44, 52, 54, 32, 76, 49, 44, 52, 54, 32, 67, 48, 46, 52, 52, 55, 44, 52, 54, 32, 48, 44, 52, 53, 46, 53, 53, 50, 32, 48, 44, 52, 53, 32, 76, 48, 44, 50, 49, 32, 76, 52, 53, 46, 52, 55, 57, 44, 52, 52, 46, 49, 50, 50, 32, 67, 52, 53, 46, 56, 56, 44, 52, 52, 46, 51, 52, 49, 32, 52, 54, 46, 48, 56, 51, 44, 52, 52, 46, 56, 48, 52, 32, 52, 53, 46, 57, 54, 57, 44, 52, 53, 46, 50, 52, 55, 32, 67, 52, 53, 46, 56, 53, 54, 44, 52, 53, 46, 54, 57, 32, 52, 53, 46, 52, 53, 55, 44, 52, 54, 32, 52, 53, 44, 52, 54, 32, 90, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 97, 116, 104, 34, 44, 123, 102, 105, 108, 108, 58, 34, 35, 70, 70, 65, 55, 67, 52, 34, 44, 100, 58, 34, 77, 49, 57, 32, 50, 48, 46, 52, 49, 52, 76, 49, 52, 46, 50, 57, 51, 32, 49, 53, 46, 55, 48, 55, 67, 49, 51, 46, 57, 48, 50, 32, 49, 53, 46, 51, 49, 54, 32, 49, 51, 46, 57, 48, 50, 32, 49, 52, 46, 54, 56, 52, 32, 49, 52, 46, 50, 57, 51, 32, 49, 52, 46, 50, 57, 51, 76, 49, 57, 32, 57, 46, 53, 56, 54, 32, 50, 48, 46, 52, 49, 52, 32, 49, 49, 32, 49, 54, 46, 52, 49, 52, 32, 49, 53, 32, 50, 48, 46, 52, 49, 52, 32, 49, 57, 32, 49, 57, 32, 50, 48, 46, 52, 49, 52, 122, 77, 50, 55, 32, 50, 48, 46, 52, 49, 52, 76, 50, 53, 46, 53, 56, 54, 32, 49, 57, 32, 50, 57, 46, 53, 56, 54, 32, 49, 53, 32, 50, 53, 46, 53, 56, 54, 32, 49, 49, 32, 50, 55, 32, 57, 46, 53, 56, 54, 32, 51, 49, 46, 55, 48, 55, 32, 49, 52, 46, 50, 57, 51, 67, 51, 50, 46, 48, 57, 56, 32, 49, 52, 46, 54, 56, 52, 32, 51, 50, 46, 48, 57, 56, 32, 49, 53, 46, 51, 49, 54, 32, 51, 49, 46, 55, 48, 55, 32, 49, 53, 46, 55, 48, 55, 76, 50, 55, 32, 50, 48, 46, 52, 49, 52, 122, 34, 125, 41, 41, 41, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 99, 111, 108, 117, 109, 110, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 99, 111, 108, 117, 109, 110, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 117, 108, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 97, 108, 101, 114, 116, 32, 102, 111, 114, 109, 107, 105, 116, 45, 97, 108, 101, 114, 116, 45, 101, 114, 114, 111, 114, 34, 44, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 101, 114, 114, 111, 114, 115, 34, 44, 34, 100, 97, 116, 97, 45, 103, 114, 111, 117, 112, 34, 58, 34, 97, 108, 101, 114, 116, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 102, 105, 101, 108, 100, 115, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 115, 101, 118, 97, 45, 102, 105, 101, 108, 100, 115, 32, 102, 111, 114, 109, 107, 105, 116, 45, 102, 105, 101, 108, 100, 115, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 102, 105, 101, 108, 100, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 105, 110, 112, 117, 116, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 105, 110, 112, 117, 116, 34, 44, 34, 97, 114, 105, 97, 45, 108, 97, 98, 101, 108, 34, 58, 34, 89, 111, 117, 114, 32, 102, 105, 114, 115, 116, 32, 110, 97, 109, 101, 34, 44, 110, 97, 109, 101, 58, 34, 102, 105, 101, 108, 100, 115, 91, 102, 105, 114, 115, 116, 95, 110, 97, 109, 101, 93, 34, 44, 112, 108, 97, 99, 101, 104, 111, 108, 100, 101, 114, 58, 34, 89, 111, 117, 114, 32, 102, 105, 114, 115, 116, 32, 110, 97, 109, 101, 34, 44, 116, 121, 112, 101, 58, 34, 116, 101, 120, 116, 34, 44, 115, 116, 121, 108, 101, 58, 123, 98, 111, 114, 100, 101, 114, 67, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 50, 50, 55, 44, 32, 50, 50, 55, 44, 32, 50, 50, 55, 41, 34, 44, 98, 111, 114, 100, 101, 114, 82, 97, 100, 105, 117, 115, 58, 34, 52, 112, 120, 34, 44, 99, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 48, 44, 32, 48, 44, 32, 48, 41, 34, 44, 102, 111, 110, 116, 87, 101, 105, 103, 104, 116, 58, 52, 48, 48, 125, 125, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 102, 105, 101, 108, 100, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 105, 110, 112, 117, 116, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 105, 110, 112, 117, 116, 34, 44, 110, 97, 109, 101, 58, 34, 101, 109, 97, 105, 108, 95, 97, 100, 100, 114, 101, 115, 115, 34, 44, 34, 97, 114, 105, 97, 45, 108, 97, 98, 101, 108, 34, 58, 34, 89, 111, 117, 114, 32, 101, 109, 97, 105, 108, 32, 97, 100, 100, 114, 101, 115, 115, 34, 44, 112, 108, 97, 99, 101, 104, 111, 108, 100, 101, 114, 58, 34, 89, 111, 117, 114, 32, 101, 109, 97, 105, 108, 32, 97, 100, 100, 114, 101, 115, 115, 34, 44, 114, 101, 113, 117, 105, 114, 101, 100, 58, 34, 34, 44, 116, 121, 112, 101, 58, 34, 101, 109, 97, 105, 108, 34, 44, 115, 116, 121, 108, 101, 58, 123, 98, 111, 114, 100, 101, 114, 67, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 50, 50, 55, 44, 32, 50, 50, 55, 44, 32, 50, 50, 55, 41, 34, 44, 98, 111, 114, 100, 101, 114, 82, 97, 100, 105, 117, 115, 58, 34, 52, 112, 120, 34, 44, 99, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 48, 44, 32, 48, 44, 32, 48, 41, 34, 44, 102, 111, 110, 116, 87, 101, 105, 103, 104, 116, 58, 52, 48, 48, 125, 125, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 117, 116, 116, 111, 110, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 115, 117, 98, 109, 105, 116, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 115, 117, 98, 109, 105, 116, 32, 102, 111, 114, 109, 107, 105, 116, 45, 115, 117, 98, 109, 105, 116, 34, 44, 115, 116, 121, 108, 101, 58, 123, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 58, 34, 104, 115, 108, 40, 51, 52, 48, 44, 32, 54, 51, 37, 44, 32, 53, 53, 37, 41, 34, 44, 98, 111, 114, 100, 101, 114, 82, 97, 100, 105, 117, 115, 58, 34, 50, 52, 112, 120, 34, 44, 99, 111, 108, 111, 114, 58, 34, 119, 104, 105, 116, 101, 34, 44, 102, 111, 110, 116, 87, 101, 105, 103, 104, 116, 58, 55, 48, 48, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 115, 112, 105, 110, 110, 101, 114, 34, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 115, 112, 97, 110, 34, 44, 110, 117, 108, 108, 44, 34, 83, 117, 98, 115, 99, 114, 105, 98, 101, 34, 41, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 34, 100, 97, 116, 97, 45, 101, 108, 101, 109, 101, 110, 116, 34, 58, 34, 103, 117, 97, 114, 97, 110, 116, 101, 101, 34, 44, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 102, 111, 114, 109, 107, 105, 116, 45, 103, 117, 97, 114, 97, 110, 116, 101, 101, 34, 44, 115, 116, 121, 108, 101, 58, 123, 99, 111, 108, 111, 114, 58, 34, 114, 103, 98, 40, 55, 55, 44, 32, 55, 55, 44, 32, 55, 55, 41, 34, 44, 102, 111, 110, 116, 83, 105, 122, 101, 58, 34, 49, 51, 112, 120, 34, 44, 102, 111, 110, 116, 87, 101, 105, 103, 104, 116, 58, 52, 48, 48, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 34, 44, 110, 117, 108, 108, 44, 34, 73, 32, 119, 111, 110, 226, 128, 153, 116, 32, 115, 101, 110, 100, 32, 121, 111, 117, 32, 115, 112, 97, 109, 46, 34, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 34, 44, 110, 117, 108, 108, 44, 34, 85, 110, 115, 117, 98, 115, 99, 114, 105, 98, 101, 32, 97, 116, 32, 34, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 101, 109, 34, 44, 110, 117, 108, 108, 44, 34, 97, 110, 121, 34, 41, 44, 34, 32, 116, 105, 109, 101, 46, 34, 41, 41, 41, 41, 41, 125, 44, 116, 125, 40, 111, 46, 97, 46, 67, 111, 109, 112, 111, 110, 101, 110, 116, 41, 41, 44, 100, 61, 110, 40, 49, 55, 54, 41, 44, 104, 61, 110, 40, 49, 55, 51, 41, 44, 103, 61, 110, 40, 49, 53, 53, 41, 44, 98, 61, 110, 40, 50, 52, 52, 41, 44, 69, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 98, 46, 115, 117, 112, 112, 111, 114, 116, 101, 100, 76, 97, 110, 103, 117, 97, 103, 101, 115, 91, 101, 93, 46, 114, 101, 112, 108, 97, 99, 101, 40, 47, 32, 47, 103, 44, 34, 32, 34, 41, 125, 59, 110, 46, 100, 40, 116, 44, 34, 112, 97, 103, 101, 81, 117, 101, 114, 121, 34, 44, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 76, 125, 41, 59, 118, 97, 114, 32, 121, 61, 39, 115, 121, 115, 116, 101, 109, 45, 117, 105, 44, 32, 45, 97, 112, 112, 108, 101, 45, 115, 121, 115, 116, 101, 109, 44, 32, 66, 108, 105, 110, 107, 77, 97, 99, 83, 121, 115, 116, 101, 109, 70, 111, 110, 116, 44, 32, 34, 83, 101, 103, 111, 101, 32, 85, 73, 34, 44, 92, 110, 32, 32, 32, 32, 34, 82, 111, 98, 111, 116, 111, 34, 44, 32, 34, 79, 120, 121, 103, 101, 110, 34, 44, 32, 34, 85, 98, 117, 110, 116, 117, 34, 44, 32, 34, 67, 97, 110, 116, 97, 114, 101, 108, 108, 34, 44, 32, 34, 70, 105, 114, 97, 32, 83, 97, 110, 115, 34, 44, 92, 110, 32, 32, 32, 32, 34, 68, 114, 111, 105, 100, 32, 83, 97, 110, 115, 34, 44, 32, 34, 72, 101, 108, 118, 101, 116, 105, 99, 97, 32, 78, 101, 117, 101, 34, 44, 32, 115, 97, 110, 115, 45, 115, 101, 114, 105, 102, 39, 44, 107, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 102, 117, 110, 99, 116, 105, 111, 110, 32, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 101, 46, 97, 112, 112, 108, 121, 40, 116, 104, 105, 115, 44, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 124, 124, 116, 104, 105, 115, 125, 114, 101, 116, 117, 114, 110, 32, 114, 40, 41, 40, 116, 44, 101, 41, 44, 116, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 114, 101, 110, 100, 101, 114, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 118, 97, 114, 32, 101, 61, 116, 104, 105, 115, 46, 112, 114, 111, 112, 115, 44, 116, 61, 101, 46, 116, 114, 97, 110, 115, 108, 97, 116, 105, 111, 110, 115, 44, 110, 61, 101, 46, 108, 97, 110, 103, 44, 97, 61, 101, 46, 108, 97, 110, 103, 117, 97, 103, 101, 76, 105, 110, 107, 44, 114, 61, 101, 46, 101, 100, 105, 116, 85, 114, 108, 44, 108, 61, 116, 46, 102, 105, 108, 116, 101, 114, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 114, 101, 116, 117, 114, 110, 34, 114, 117, 34, 33, 61, 61, 101, 125, 41, 44, 115, 61, 45, 49, 33, 61, 61, 116, 46, 105, 110, 100, 101, 120, 79, 102, 40, 34, 114, 117, 34, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 99, 108, 97, 115, 115, 78, 97, 109, 101, 58, 34, 116, 114, 97, 110, 115, 108, 97, 116, 105, 111, 110, 115, 34, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 100, 46, 97, 44, 123, 115, 116, 121, 108, 101, 58, 123, 102, 111, 110, 116, 70, 97, 109, 105, 108, 121, 58, 121, 125, 125, 44, 116, 46, 108, 101, 110, 103, 116, 104, 62, 48, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 115, 112, 97, 110, 34, 44, 110, 117, 108, 108, 44, 115, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 115, 112, 97, 110, 34, 44, 110, 117, 108, 108, 44, 34, 79, 114, 105, 103, 105, 110, 97, 108, 108, 121, 32, 119, 114, 105, 116, 116, 101, 110, 32, 105, 110, 58, 34, 44, 34, 32, 34, 44, 34, 101, 110, 34, 61, 61, 61, 110, 63, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 34, 44, 110, 117, 108, 108, 44, 69, 40, 34, 101, 110, 34, 41, 41, 58, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 97, 40, 34, 101, 110, 34, 41, 125, 44, 34, 69, 110, 103, 108, 105, 115, 104, 34, 41, 44, 34, 32, 226, 128, 162, 32, 34, 44, 34, 114, 117, 34, 61, 61, 61, 110, 63, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 34, 44, 110, 117, 108, 108, 44, 34, 208, 160, 209, 131, 209, 129, 209, 129, 208, 186, 208, 184, 208, 185, 32, 40, 208, 176, 208, 178, 209, 130, 208, 190, 209, 128, 209, 129, 208, 186, 208, 184, 208, 185, 32, 208, 191, 208, 181, 209, 128, 208, 181, 208, 178, 208, 190, 208, 180, 41, 34, 41, 58, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 97, 40, 34, 114, 117, 34, 41, 125, 44, 34, 208, 160, 209, 131, 209, 129, 209, 129, 208, 186, 208, 184, 208, 185, 32, 40, 208, 176, 208, 178, 209, 130, 208, 190, 209, 128, 209, 129, 208, 186, 208, 184, 208, 185, 32, 208, 191, 208, 181, 209, 128, 208, 181, 208, 178, 208, 190, 208, 180, 41, 34, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 114, 34, 44, 110, 117, 108, 108, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 114, 34, 44, 110, 117, 108, 108, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 115, 112, 97, 110, 34, 44, 110, 117, 108, 108, 44, 34, 84, 114, 97, 110, 115, 108, 97, 116, 101, 100, 32, 98, 121, 32, 114, 101, 97, 100, 101, 114, 115, 32, 105, 110, 116, 111, 58, 32, 34, 41, 44, 108, 46, 109, 97, 112, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 111, 46, 97, 46, 70, 114, 97, 103, 109, 101, 110, 116, 44, 123, 107, 101, 121, 58, 101, 125, 44, 101, 61, 61, 61, 110, 63, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 34, 44, 110, 117, 108, 108, 44, 69, 40, 101, 41, 41, 58, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 97, 40, 101, 41, 125, 44, 69, 40, 101, 41, 41, 44, 116, 61, 61, 61, 108, 46, 108, 101, 110, 103, 116, 104, 45, 49, 63, 34, 34, 58, 34, 32, 226, 128, 162, 32, 34, 41, 125, 41, 41, 44, 34, 101, 110, 34, 33, 61, 61, 110, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 111, 46, 97, 46, 70, 114, 97, 103, 109, 101, 110, 116, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 114, 34, 44, 110, 117, 108, 108, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 98, 114, 34, 44, 110, 117, 108, 108, 41, 44, 34, 114, 117, 34, 33, 61, 61, 110, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 111, 46, 97, 46, 70, 114, 97, 103, 109, 101, 110, 116, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 97, 40, 34, 101, 110, 34, 41, 125, 44, 34, 82, 101, 97, 100, 32, 116, 104, 101, 32, 111, 114, 105, 103, 105, 110, 97, 108, 34, 41, 44, 34, 32, 226, 128, 162, 32, 34, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 97, 34, 44, 123, 104, 114, 101, 102, 58, 114, 44, 116, 97, 114, 103, 101, 116, 58, 34, 95, 98, 108, 97, 110, 107, 34, 44, 114, 101, 108, 58, 34, 110, 111, 111, 112, 101, 110, 101, 114, 32, 110, 111, 114, 101, 102, 101, 114, 114, 101, 114, 34, 125, 44, 34, 73, 109, 112, 114, 111, 118, 101, 32, 116, 104, 105, 115, 32, 116, 114, 97, 110, 115, 108, 97, 116, 105, 111, 110, 34, 41, 44, 34, 32, 226, 128, 162, 32, 34, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 34, 47, 34, 43, 110, 125, 44, 34, 86, 105, 101, 119, 32, 97, 108, 108, 32, 116, 114, 97, 110, 115, 108, 97, 116, 101, 100, 32, 112, 111, 115, 116, 115, 34, 41, 44, 34, 32, 34, 41, 41, 41, 125, 44, 116, 125, 40, 111, 46, 97, 46, 67, 111, 109, 112, 111, 110, 101, 110, 116, 41, 44, 118, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 102, 117, 110, 99, 116, 105, 111, 110, 32, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 101, 46, 97, 112, 112, 108, 121, 40, 116, 104, 105, 115, 44, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 124, 124, 116, 104, 105, 115, 125, 114, 101, 116, 117, 114, 110, 32, 114, 40, 41, 40, 116, 44, 101, 41, 44, 116, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 46, 114, 101, 110, 100, 101, 114, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 118, 97, 114, 32, 101, 61, 116, 104, 105, 115, 46, 112, 114, 111, 112, 115, 46, 100, 97, 116, 97, 46, 109, 97, 114, 107, 100, 111, 119, 110, 82, 101, 109, 97, 114, 107, 44, 116, 61, 99, 40, 41, 40, 116, 104, 105, 115, 46, 112, 114, 111, 112, 115, 44, 34, 100, 97, 116, 97, 46, 115, 105, 116, 101, 46, 115, 105, 116, 101, 77, 101, 116, 97, 100, 97, 116, 97, 46, 116, 105, 116, 108, 101, 34, 41, 44, 97, 61, 116, 104, 105, 115, 46, 112, 114, 111, 112, 115, 46, 112, 97, 103, 101, 67, 111, 110, 116, 101, 120, 116, 44, 114, 61, 97, 46, 112, 114, 101, 118, 105, 111, 117, 115, 44, 108, 61, 97, 46, 110, 101, 120, 116, 44, 115, 61, 97, 46, 115, 108, 117, 103, 44, 100, 61, 97, 46, 116, 114, 97, 110, 115, 108, 97, 116, 105, 111, 110, 115, 44, 98, 61, 97, 46, 116, 114, 97, 110, 115, 108, 97, 116, 101, 100, 76, 105, 110, 107, 115, 44, 118, 61, 101, 46, 102, 105, 101, 108, 100, 115, 46, 108, 97, 110, 103, 75, 101, 121, 44, 76, 61, 101, 46, 104, 116, 109, 108, 59, 98, 46, 102, 111, 114, 69, 97, 99, 104, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 118, 97, 114, 32, 116, 61, 34, 47, 34, 43, 118, 43, 101, 59, 76, 61, 76, 46, 114, 101, 112, 108, 97, 99, 101, 40, 110, 101, 119, 32, 82, 101, 103, 69, 120, 112, 40, 39, 34, 39, 43, 101, 46, 114, 101, 112, 108, 97, 99, 101, 40, 47, 91, 46, 42, 43, 63, 94, 36, 123, 125, 40, 41, 124, 91, 92, 93, 92, 92, 93, 47, 103, 44, 34, 92, 92, 36, 38, 34, 41, 43, 39, 34, 39, 44, 34, 103, 34, 41, 44, 39, 34, 39, 43, 116, 43, 39, 34, 39, 41, 125, 41, 44, 40, 100, 61, 100, 46, 115, 108, 105, 99, 101, 40, 41, 41, 46, 115, 111, 114, 116, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 69, 40, 101, 41, 60, 69, 40, 116, 41, 63, 45, 49, 58, 49, 125, 41, 44, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 115, 119, 105, 116, 99, 104, 40, 101, 41, 123, 99, 97, 115, 101, 34, 114, 117, 34, 58, 99, 97, 115, 101, 34, 98, 103, 34, 58, 110, 46, 101, 40, 53, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 53, 44, 55, 41, 41, 44, 110, 46, 101, 40, 51, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 54, 44, 55, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 117, 107, 34, 58, 110, 46, 101, 40, 53, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 53, 44, 55, 41, 41, 44, 110, 46, 101, 40, 51, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 54, 44, 55, 41, 41, 44, 110, 46, 101, 40, 54, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 55, 44, 55, 41, 41, 44, 110, 46, 101, 40, 52, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 56, 44, 55, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 99, 115, 34, 58, 99, 97, 115, 101, 34, 100, 97, 34, 58, 99, 97, 115, 101, 34, 100, 101, 34, 58, 99, 97, 115, 101, 34, 101, 115, 34, 58, 99, 97, 115, 101, 34, 102, 105, 34, 58, 99, 97, 115, 101, 34, 102, 114, 34, 58, 99, 97, 115, 101, 34, 104, 117, 34, 58, 99, 97, 115, 101, 34, 105, 116, 34, 58, 99, 97, 115, 101, 34, 110, 108, 34, 58, 99, 97, 115, 101, 34, 110, 111, 34, 58, 99, 97, 115, 101, 34, 112, 108, 34, 58, 99, 97, 115, 101, 34, 112, 116, 45, 98, 114, 34, 58, 99, 97, 115, 101, 34, 115, 107, 34, 58, 99, 97, 115, 101, 34, 115, 114, 34, 58, 99, 97, 115, 101, 34, 115, 113, 34, 58, 99, 97, 115, 101, 34, 115, 118, 34, 58, 99, 97, 115, 101, 34, 116, 114, 34, 58, 110, 46, 101, 40, 54, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 55, 44, 55, 41, 41, 44, 110, 46, 101, 40, 52, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 56, 44, 55, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 118, 105, 34, 58, 110, 46, 101, 40, 49, 56, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 52, 57, 44, 55, 41, 41, 44, 110, 46, 101, 40, 49, 55, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 53, 48, 44, 55, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 102, 97, 34, 58, 110, 46, 101, 40, 49, 54, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 53, 49, 44, 55, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 97, 114, 34, 58, 110, 46, 101, 40, 49, 53, 41, 46, 116, 104, 101, 110, 40, 110, 46, 116, 46, 98, 105, 110, 100, 40, 110, 117, 108, 108, 44, 50, 53, 50, 44, 55, 41, 41, 125, 125, 40, 118, 41, 59, 118, 97, 114, 32, 119, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 41, 123, 118, 97, 114, 32, 110, 61, 101, 46, 114, 101, 112, 108, 97, 99, 101, 40, 116, 43, 34, 47, 34, 44, 34, 34, 41, 59, 114, 101, 116, 117, 114, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 114, 101, 116, 117, 114, 110, 34, 101, 110, 34, 61, 61, 61, 101, 63, 110, 58, 34, 34, 43, 101, 43, 110, 125, 125, 40, 115, 44, 118, 41, 44, 67, 61, 119, 40, 34, 101, 110, 34, 41, 44, 120, 61, 34, 104, 116, 116, 112, 115, 58, 47, 47, 103, 105, 116, 104, 117, 98, 46, 99, 111, 109, 47, 103, 97, 101, 97, 114, 111, 110, 47, 111, 118, 101, 114, 114, 101, 97, 99, 116, 101, 100, 46, 105, 111, 47, 101, 100, 105, 116, 47, 109, 97, 115, 116, 101, 114, 47, 115, 114, 99, 47, 112, 97, 103, 101, 115, 47, 34, 43, 67, 46, 115, 108, 105, 99, 101, 40, 49, 44, 67, 46, 108, 101, 110, 103, 116, 104, 45, 49, 41, 43, 34, 47, 105, 110, 100, 101, 120, 34, 43, 40, 34, 101, 110, 34, 61, 61, 61, 118, 63, 34, 34, 58, 34, 46, 34, 43, 118, 41, 43, 34, 46, 109, 100, 34, 44, 78, 61, 34, 104, 116, 116, 112, 115, 58, 47, 47, 109, 111, 98, 105, 108, 101, 46, 116, 119, 105, 116, 116, 101, 114, 46, 99, 111, 109, 47, 115, 101, 97, 114, 99, 104, 63, 113, 61, 34, 43, 101, 110, 99, 111, 100, 101, 85, 82, 73, 67, 111, 109, 112, 111, 110, 101, 110, 116, 40, 34, 104, 116, 116, 112, 115, 58, 47, 47, 111, 118, 101, 114, 114, 101, 97, 99, 116, 101, 100, 46, 105, 111, 34, 43, 67, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 109, 46, 97, 44, 123, 108, 111, 99, 97, 116, 105, 111, 110, 58, 116, 104, 105, 115, 46, 112, 114, 111, 112, 115, 46, 108, 111, 99, 97, 116, 105, 111, 110, 44, 116, 105, 116, 108, 101, 58, 116, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 102, 46, 97, 44, 123, 108, 97, 110, 103, 58, 118, 44, 116, 105, 116, 108, 101, 58, 101, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 116, 105, 116, 108, 101, 44, 100, 101, 115, 99, 114, 105, 112, 116, 105, 111, 110, 58, 101, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 115, 112, 111, 105, 108, 101, 114, 44, 115, 108, 117, 103, 58, 101, 46, 102, 105, 101, 108, 100, 115, 46, 115, 108, 117, 103, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 109, 97, 105, 110, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 97, 114, 116, 105, 99, 108, 101, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 104, 101, 97, 100, 101, 114, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 104, 49, 34, 44, 123, 115, 116, 121, 108, 101, 58, 123, 99, 111, 108, 111, 114, 58, 34, 118, 97, 114, 40, 45, 45, 116, 101, 120, 116, 84, 105, 116, 108, 101, 41, 34, 125, 125, 44, 101, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 116, 105, 116, 108, 101, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 34, 44, 123, 115, 116, 121, 108, 101, 58, 79, 98, 106, 101, 99, 116, 46, 97, 115, 115, 105, 103, 110, 40, 123, 125, 44, 79, 98, 106, 101, 99, 116, 40, 103, 46, 98, 41, 40, 45, 46, 50, 41, 44, 123, 100, 105, 115, 112, 108, 97, 121, 58, 34, 98, 108, 111, 99, 107, 34, 44, 109, 97, 114, 103, 105, 110, 66, 111, 116, 116, 111, 109, 58, 79, 98, 106, 101, 99, 116, 40, 103, 46, 97, 41, 40, 49, 41, 44, 109, 97, 114, 103, 105, 110, 84, 111, 112, 58, 79, 98, 106, 101, 99, 116, 40, 103, 46, 97, 41, 40, 45, 46, 56, 41, 125, 41, 125, 44, 79, 98, 106, 101, 99, 116, 40, 104, 46, 97, 41, 40, 101, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 100, 97, 116, 101, 44, 118, 41, 44, 34, 32, 226, 128, 162, 32, 34, 43, 79, 98, 106, 101, 99, 116, 40, 104, 46, 98, 41, 40, 101, 46, 116, 105, 109, 101, 84, 111, 82, 101, 97, 100, 41, 41, 44, 100, 46, 108, 101, 110, 103, 116, 104, 62, 48, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 107, 44, 123, 116, 114, 97, 110, 115, 108, 97, 116, 105, 111, 110, 115, 58, 100, 44, 101, 100, 105, 116, 85, 114, 108, 58, 120, 44, 108, 97, 110, 103, 117, 97, 103, 101, 76, 105, 110, 107, 58, 119, 44, 108, 97, 110, 103, 58, 118, 125, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 100, 97, 110, 103, 101, 114, 111, 117, 115, 108, 121, 83, 101, 116, 73, 110, 110, 101, 114, 72, 84, 77, 76, 58, 123, 95, 95, 104, 116, 109, 108, 58, 76, 125, 125, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 102, 111, 111, 116, 101, 114, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 112, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 97, 34, 44, 123, 104, 114, 101, 102, 58, 78, 44, 116, 97, 114, 103, 101, 116, 58, 34, 95, 98, 108, 97, 110, 107, 34, 44, 114, 101, 108, 58, 34, 110, 111, 111, 112, 101, 110, 101, 114, 32, 110, 111, 114, 101, 102, 101, 114, 114, 101, 114, 34, 125, 44, 34, 68, 105, 115, 99, 117, 115, 115, 32, 111, 110, 32, 84, 119, 105, 116, 116, 101, 114, 34, 41, 44, 34, 32, 226, 128, 162, 32, 34, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 97, 34, 44, 123, 104, 114, 101, 102, 58, 120, 44, 116, 97, 114, 103, 101, 116, 58, 34, 95, 98, 108, 97, 110, 107, 34, 44, 114, 101, 108, 58, 34, 110, 111, 111, 112, 101, 110, 101, 114, 32, 110, 111, 114, 101, 102, 101, 114, 114, 101, 114, 34, 125, 44, 34, 69, 100, 105, 116, 32, 111, 110, 32, 71, 105, 116, 72, 117, 98, 34, 41, 41, 41, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 97, 115, 105, 100, 101, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 100, 105, 118, 34, 44, 123, 115, 116, 121, 108, 101, 58, 123, 109, 97, 114, 103, 105, 110, 58, 34, 57, 48, 112, 120, 32, 48, 32, 52, 48, 112, 120, 32, 48, 34, 44, 102, 111, 110, 116, 70, 97, 109, 105, 108, 121, 58, 121, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 112, 44, 110, 117, 108, 108, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 104, 51, 34, 44, 123, 115, 116, 121, 108, 101, 58, 123, 102, 111, 110, 116, 70, 97, 109, 105, 108, 121, 58, 34, 77, 111, 110, 116, 115, 101, 114, 114, 97, 116, 44, 32, 115, 97, 110, 115, 45, 115, 101, 114, 105, 102, 34, 44, 109, 97, 114, 103, 105, 110, 84, 111, 112, 58, 79, 98, 106, 101, 99, 116, 40, 103, 46, 97, 41, 40, 46, 50, 53, 41, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 115, 116, 121, 108, 101, 58, 123, 98, 111, 120, 83, 104, 97, 100, 111, 119, 58, 34, 110, 111, 110, 101, 34, 44, 116, 101, 120, 116, 68, 101, 99, 111, 114, 97, 116, 105, 111, 110, 58, 34, 110, 111, 110, 101, 34, 44, 99, 111, 108, 111, 114, 58, 34, 118, 97, 114, 40, 45, 45, 112, 105, 110, 107, 41, 34, 125, 44, 116, 111, 58, 34, 47, 34, 125, 44, 34, 79, 118, 101, 114, 114, 101, 97, 99, 116, 101, 100, 34, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 117, 46, 97, 44, 110, 117, 108, 108, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 110, 97, 118, 34, 44, 110, 117, 108, 108, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 117, 108, 34, 44, 123, 115, 116, 121, 108, 101, 58, 123, 100, 105, 115, 112, 108, 97, 121, 58, 34, 102, 108, 101, 120, 34, 44, 102, 108, 101, 120, 87, 114, 97, 112, 58, 34, 119, 114, 97, 112, 34, 44, 106, 117, 115, 116, 105, 102, 121, 67, 111, 110, 116, 101, 110, 116, 58, 34, 115, 112, 97, 99, 101, 45, 98, 101, 116, 119, 101, 101, 110, 34, 44, 108, 105, 115, 116, 83, 116, 121, 108, 101, 58, 34, 110, 111, 110, 101, 34, 44, 112, 97, 100, 100, 105, 110, 103, 58, 48, 125, 125, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 108, 105, 34, 44, 110, 117, 108, 108, 44, 114, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 114, 46, 102, 105, 101, 108, 100, 115, 46, 115, 108, 117, 103, 44, 114, 101, 108, 58, 34, 112, 114, 101, 118, 34, 44, 115, 116, 121, 108, 101, 58, 123, 109, 97, 114, 103, 105, 110, 82, 105, 103, 104, 116, 58, 50, 48, 125, 125, 44, 34, 226, 134, 144, 32, 34, 44, 114, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 116, 105, 116, 108, 101, 41, 41, 44, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 34, 108, 105, 34, 44, 110, 117, 108, 108, 44, 108, 38, 38, 111, 46, 97, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 105, 46, 76, 105, 110, 107, 44, 123, 116, 111, 58, 108, 46, 102, 105, 101, 108, 100, 115, 46, 115, 108, 117, 103, 44, 114, 101, 108, 58, 34, 110, 101, 120, 116, 34, 125, 44, 108, 46, 102, 114, 111, 110, 116, 109, 97, 116, 116, 101, 114, 46, 116, 105, 116, 108, 101, 44, 34, 32, 226, 134, 146, 34, 41, 41, 41, 41, 41, 41, 125, 44, 116, 125, 40, 111, 46, 97, 46, 67, 111, 109, 112, 111, 110, 101, 110, 116, 41, 44, 76, 61, 40, 116, 46, 100, 101, 102, 97, 117, 108, 116, 61, 118, 44, 34, 49, 49, 50, 51, 50, 57, 55, 56, 53, 50, 34, 41, 125, 44, 50, 51, 53, 58, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 44, 110, 41, 123, 34, 117, 115, 101, 32, 115, 116, 114, 105, 99, 116, 34, 59, 118, 97, 114, 32, 97, 61, 110, 40, 49, 50, 41, 44, 114, 61, 110, 40, 51, 49, 41, 44, 108, 61, 110, 40, 50, 56, 41, 44, 111, 61, 110, 40, 50, 55, 41, 44, 105, 61, 91, 93, 46, 115, 111, 114, 116, 44, 115, 61, 91, 49, 44, 50, 44, 51, 93, 59, 97, 40, 97, 46, 80, 43, 97, 46, 70, 42, 40, 111, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 115, 46, 115, 111, 114, 116, 40, 118, 111, 105, 100, 32, 48, 41, 125, 41, 124, 124, 33, 111, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 115, 46, 115, 111, 114, 116, 40, 110, 117, 108, 108, 41, 125, 41, 124, 124, 33, 110, 40, 50, 51, 54, 41, 40, 105, 41, 41, 44, 34, 65, 114, 114, 97, 121, 34, 44, 123, 115, 111, 114, 116, 58, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 118, 111, 105, 100, 32, 48, 61, 61, 61, 101, 63, 105, 46, 99, 97, 108, 108, 40, 108, 40, 116, 104, 105, 115, 41, 41, 58, 105, 46, 99, 97, 108, 108, 40, 108, 40, 116, 104, 105, 115, 41, 44, 114, 40, 101, 41, 41, 125, 125, 41, 125, 44, 50, 51, 54, 58, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 44, 110, 41, 123, 34, 117, 115, 101, 32, 115, 116, 114, 105, 99, 116, 34, 59, 118, 97, 114, 32, 97, 61, 110, 40, 50, 55, 41, 59, 101, 46, 101, 120, 112, 111, 114, 116, 115, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 101, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 33, 33, 101, 38, 38])`,
 right: `Empty` (thread <unnamed>, at components/net/fetch/methods.rs:494)
@gterzian
Copy link
Member

@gterzian gterzian commented Jul 30, 2019

The assertion failure happens when DoneChan is None, the response is neither Done nor Empty, see

fn wait_for_response(response: &mut Response, target: Target, done_chan: &mut DoneChannel) {

So somewhere DoneChan is set to None, but a response is return with a body of Receiving. This could either come from the network, or the cache, or something else.

@gterzian
Copy link
Member

@gterzian gterzian commented Sep 18, 2019

There is a chance that this will be fixed by #24203, since it adds some clean-ups, for example using stricter ordering for the atomic operations, and it also makes sure the done chan is set to None in a few cases where previously it wasn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.