Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I found that at least some of the tests <code>(ExtensionWebstorePrivateApiTest.AppInstallBubble</code> for example) succeed on a <code>dev image</code> but fail on a <code>test image</code>. This is even when running them via an <code>sshfs mounted directory</code> (no autotest involved). I see an error on the screen about an invalid profile and this:</p> <pre><code>[10375:10375:0702/172634:2214463961:ERROR:nss_util.cc(88)] Failed to create /home/chronos/user/.pki/nssdb directory. [10375:10375:0702/172634:2214497333:ERROR:nss_util.cc(588)] Error opening persistent database (configDir='sql:' tokenDescription='Real NSS database'): NSS error code: -8192 [10375:10406:0702/172634:2214908084:ERROR:diagnostic_error_delegate.h(31)] sqlite error 778, errno 0: disk I/O error [10375:10406:0702/172634:2214908549:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: no such table: meta [10375:10384:0702/172634:2214913640:ERROR:diagnostic_error_delegate.h(31)] sqlite error 778, errno 0: disk I/O error [10375:10384:0702/172634:2214913831:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: no such table: meta [10375:10406:0702/172634:2214913926:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: SQL logic error or missing database [10375:10384:0702/172634:2214914378:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: no such table: meta [10375:10384:0702/172634:2214914415:ERROR:keyword_table.cc(536)] Can't write default search id backup. [10375:10384:0702/172634:2214914432:ERROR:keyword_table.cc(465)] Failed to update default search id backup. [10375:10384:0702/172634:2214914475:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: SQL logic error or missing database [10375:10384:0702/172634:2214914497:ERROR:web_data_service.cc(657)] Cannot initialize the web database: 1 [10375:10375:0702/172635:2215119305:ERROR:object_proxy.cc(495)] Failed to call method: org.bluez.Manager.DefaultAdapter: object_path= /: org.bluez.Error.NoSuchAdapter: No such adapter [10375:10384:0702/172639:2219896500:ERROR:diagnostic_error_delegate.h(31)] sqlite error 778, errno 0: disk I/O error [10375:10384:0702/172639:2219896877:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: no such table: meta [10375:10384:0702/172639:2219896943:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: SQL logic error or missing database [10375:10384:0702/172639:2219898265:ERROR:diagnostic_error_delegate.h(31)] sqlite error 778, errno 0: disk I/O error [10375:10384:0702/172639:2219898567:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: no such table: meta [10375:10384:0702/172639:2219898658:ERROR:diagnostic_error_delegate.h(31)] sqlite error 1, errno 0: SQL logic error or missing database [0702/172716:ERROR:test_launcher.cc(386)] Test timeout (45000 ms) exceeded for ExtensionWebstorePrivateApiTest.AppInstallBubble </code></pre> <p><code>BUGFIX:SQLITE 4.4.1</code> has fixed the bug indicating by <code>error code 778</code>, which is caused by <code>disk reading fault</code>, which is actually recoverable internally by the <code>db engine</code> itself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload