--- /srv/rebuilderd/tmp/rebuilderdWUqFOw/inputs/atuin_18.8.0-1.1_i386.deb +++ /srv/rebuilderd/tmp/rebuilderdWUqFOw/out/atuin_18.8.0-1.1_i386.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-12-05 17:20:14.000000 debian-binary │ -rw-r--r-- 0 0 0 1404 2025-12-05 17:20:14.000000 control.tar.xz │ --rw-r--r-- 0 0 0 4548644 2025-12-05 17:20:14.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 4548552 2025-12-05 17:20:14.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/bin/atuin │ │ │┄ File has been modified after NT_GNU_BUILD_ID has been applied. │ │ │ ├── readelf --wide --notes {} │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ │ │ │ │ Displaying notes found in: .note.gnu.build-id │ │ │ │ Owner Data size Description │ │ │ │ - GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: ec84b74b1e5f4a2173971e8c7da385aeca8530d5 │ │ │ │ + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 68e90667eeca0125bef0a2284d154f40625e1803 │ │ │ │ │ │ │ │ Displaying notes found in: .note.ABI-tag │ │ │ │ Owner Data size Description │ │ │ │ GNU 0x00000010 NT_GNU_ABI_TAG (ABI version tag) OS: Linux, ABI: 3.2.0 │ │ │ ├── strings --all --bytes=8 {} │ │ │ │ @@ -2211,30 +2211,30 @@ │ │ │ │ deleted at-- Add migration script here │ │ │ │ alter table history add column deleted_at integer; │ │ │ │ GLOBALSESSIONDIRECTORYWORKSPACEPREFIXFULLTXTFUZZYtokenemail_sentcounthomageversiontotal_historysessionreasondeletedpage_sizemessageidtimestampsync_tshistory_tsclient_idnew_passwordRecordStatushostscontent_encryption_keyidxtaghttp://atuin_local_daemon:0failed to connect to local atuin daemon at listening on unix socket getting systemd socketmissing systemd socketgetting systemd socket's pathlistening on systemd socket: systemd socket is not at configured client path: could not detect systemd socket path, ensure that it's at the configured path: , error: systemd socket missing pathfailed to register sigterm handlerfailed to register sigint handlerRemoving socket... │ │ │ │ failed to remove socketShutting down... │ │ │ │ booting sync workerfailed to get host_idnot logged in, skipping sync ticksync tick failed with backing off, next sync tick in sync completecould not load encryption key/history.History/EndHistoryhistory.HistoryEndHistoryService was not ready: /history.History/StartHistoryStartHistoryfailed to connect to db: Failed to install default crypto providerFailed to load TLS key and/or certificatefailed to register signal handlerShutting down gracefully... │ │ │ │ could not connect to socketGNU Terry Pratchett, Kris NovaX-Clacks-Overhead/sync/history/sync/calendar/:focus/user/:username/record/record/next/api/v0/me/api/v0/record/next404 not foundfailed to delete store failed to delete storestartfailed to get record index: request to add recordscould not add records; record too largefailed to add record: failed to add recordrecord index requestpassword is not correctfailed to change user password has just signed up!contentregister webhook sent ok!failed to send register webhook: user not founddatabase errorfailed to get user login failedlogin successuser session not found for user id=database error for user request to delete user failed to delete user: failed to delete userthis server is not open for registrationsOnly alphanumeric and hyphens (-) are allowed in usernamesfailed to add user: failed to add userfailed to add session: failed to register user"Through the fathomless deeps of space swims the star turtle Great A'Tuin, bearing on its back the four giant elephants who carry on their shoulders the mass of the Discworld." -- Sir Terry Pratchett18.8.0healthystatusrecord store deprecated; please upgraderequested sync statusfailed to query history countmonthtzrequest to add history itemsfailed to add history: failed to add historyhistory too long, got length , max user-agentclient asked for history from < epoch 0asked for history from before epoch 0failed to load history: failed to load history items of history for user failed to delete history: failed to delete historyinvalid focus: use year/month/dayfailed to query calendarMismatch between definition and access of ``. Fatal internal error. Please consider filing a bug report at https://github.com/clap-rs/clap/issues..tls handshake eofpoll_ready; connectingpoll_ready; errorreconnect::poll_ready: poll_ready; not readypoll_ready; connectedpoll_ready; readyReconnect::callerror: invalid authorization header encodingsession not foundcould not query user sessionmissing authorization headerValueEnum::value_variants contains only values with a corresponding ValueEnum::to_possible_valuescriptselect * from scripts where name = ?1select tag from script_tags where script_id = ?1opening script sqlite database at Atuin: Script sqlite db path (listing scriptsselect * from scriptssaving script to sqlitedelete from scripts where id = ?1delete from script_tags where script_id = ?1update scripts set name = ?1, description = ?2, shebang = ?3, script = ?4 where id = ?5insert or ignore into script_tags(script_id, tag) │ │ │ │ values(?1, ?2)insert or ignore into scripts(id, name, description, shebang, script) │ │ │ │ - values(?1, ?2, ?3, ?4, ?5)create scripts-- Add up migration script here │ │ │ │ + values(?1, ?2, ?3, ?4, ?5)create scriptsDROP TABLE scripts; │ │ │ │ +DROP TABLE script_tags;O │ │ │ │ +%-- Add up migration script here │ │ │ │ CREATE TABLE scripts ( │ │ │ │ id TEXT PRIMARY KEY, │ │ │ │ name TEXT NOT NULL, │ │ │ │ description TEXT NOT NULL, │ │ │ │ shebang TEXT NOT NULL, │ │ │ │ script TEXT NOT NULL, │ │ │ │ inserted_at INTEGER NOT NULL DEFAULT (strftime('%s', 'now')) │ │ │ │ CREATE TABLE script_tags ( │ │ │ │ id INTEGER PRIMARY KEY, │ │ │ │ script_id TEXT NOT NULL, │ │ │ │ tag TEXT NOT NULL │ │ │ │ CREATE UNIQUE INDEX idx_script_tags ON script_tags (script_id, tag);n │ │ │ │ -DROP TABLE scripts; │ │ │ │ -DROP TABLE script_tags;O │ │ │ │ -%unique names-- Add up migration script here │ │ │ │ +unique names-- Add up migration script here │ │ │ │ create unique index name_uniq_idx ON scripts(name); │ │ │ │ -- Add down migration script here │ │ │ │ alter table scripts drop index name_uniq_idx; │ │ │ │ creating temp file at #!/usr/bin/env bashwriting script content to temp filemaking script executableattempting direct script executiondirect execution failed: , trying with interpreterwriting script content without shebang for interpreter executionspawning stdin handlerspawning stdout handlerspawning stderr handlerspawning exit code handlerFailed to execute script: Failed to open child process stderrError flushing stderr: Error writing to stderr: Error reading from process stderr: Process exited with status: Error waiting for child process: Error joining stdout task: Error joining stderr task: Sending exit code: Error writing to stdin: Error flushing stdout: Error writing to stdout: Error reading from process stdout: Failed to open child process stdoutFailed to open child process stdin is not in grpc-statusconnection task error: Error parsing `grpc-timeout` header echo 'Atuin: failed to generate aliases: 'echo 'Atuin: failed to read and generate aliases: │ │ │ │ aliases.zshvars.bashecho 'Atuin: failed to generate vars: echo 'Atuin: failed to read and generate vars: │ │ │ │ aliases.bashvars.fishaliases.fishaliases.xshconfig-shell-alias bytesalias ='' │ │ │ │ aliases[''] ='dotfiles-varvar record too large: max len =export $valid uristruct Host with 2 elementsstruct LoginRequest with 2 elementsstruct CountResponse with 1 elementstruct ErrorResponse with 1 elementstruct LoginResponse with 1 elementstruct StatusResponse with 5 elementsstruct RegisterRequest with 3 elementsstruct RegisterResponse with 1 elementa sequencestruct AddHistoryRequest with 4 elementsstruct RecordStatus with 1 elementstruct SyncHistoryResponse with 1 elementstruct EncryptedData with 2 elementsstruct DeleteHistoryRequest with 1 elementstruct ChangePasswordRequest with 2 elementsfailed to set global default subscriberstruct SendVerificationResponse with 2 elementsstruct VerificationTokenResponse with 1 elementstruct ReshEntry with 51 elementsstruct EncryptedHistory with 2 elementsstruct Recordstruct Record with 7 elementsa mapno next day?assertion failed: DEFAULT_MAX_FRAME_SIZE as usize <= val && val <= MAX_MAX_FRAME_SIZE as usizeassertion failed: val <= frame::MAX_MAX_FRAME_SIZE as usize │ │ │ │ @@ -2253,25 +2253,25 @@ │ │ │ │ [?1006hlast stream closed during poll, wake againMessage only errors if not enough spaceinvalid usage │ │ │ │ [?1000lconnection closed before reading prefaceconnection error PROTOCOL_ERROR -- read_preface: invalid preface; │ │ │ │ StartHistoryRequestcommandParseErrorFailed to show the cursor: invalid filter directivekvdelete from kv where namespace = ?1 and key = ?2opening KV sqlite database at Atuin: KV sqlite db path (listing kv entriesselect * from kv where namespace = ?1 order by key ascselect * from kv order by namespace, key ascloading kv entry select * from kv where namespace = ?1 and key = ?2saving kv entry to sqlitedeleting kv entry insert into kv(namespace, key, value) │ │ │ │ values(?1, ?2, ?3) │ │ │ │ on conflict(namespace, key) do update set │ │ │ │ namespace = excluded.namespace, │ │ │ │ key = excluded.key, │ │ │ │ - value = excluded.valuecreate kv db-- Add up migration script here │ │ │ │ + value = excluded.valuecreate kv db-- Add down migration script here │ │ │ │ +DROP TABLE kv; │ │ │ │ +v-- Add up migration script here │ │ │ │ CREATE TABLE │ │ │ │ namespace TEXT NOT NULL, │ │ │ │ key TEXT NOT NULL, │ │ │ │ value TEXT NOT NULL, │ │ │ │ inserted_at INTEGER NOT NULL DEFAULT (strftime ('%s', 'now')) │ │ │ │ CREATE INDEX idx_kv_namespace ON kv (namespace); │ │ │ │ CREATE UNIQUE INDEX idx_kv ON kv (namespace, key); │ │ │ │ -Hr-- Add down migration script here │ │ │ │ -DROP TABLE kv; │ │ │ │ -vFieldLevelfuture polled after completionsend stream capacity unexpectedly closed │ │ │ │ +HrFieldLevelfuture polled after completionsend stream capacity unexpectedly closed │ │ │ │ [<1ustruct GenericArraytext/plain; charset=utf-8 │ │ │ │ [>uInvalidLiteralUnexpectedTrailingCharacters%ConnTask Future polled twiceexpected RawValueMapAccess::next_value called before next_key │ │ │ │ SELECT inp, rtn, tsb, tse, cwd, │ │ │ │ MIN(tsb) OVER (PARTITION BY sessionid) AS session_start │ │ │ │ FROM xonsh_history │ │ │ │ ORDER BY rowid │ │ │ │ <>::write_ansi incorrectly erroredBUG: panicked while holding a lockacquired connection, but time to acquire exceeded slow thresholdacquired connectionwrite-lock holder panickederror returned from after_connect │ │ │ ├── readelf --wide --decompress --hex-dump=.rodata {} │ │ │ │ @@ -9108,51 +9108,51 @@ │ │ │ │ 0x00995910 65727420 6f722069 676e6f72 6520696e ert or ignore in │ │ │ │ 0x00995920 746f2073 63726970 74732869 642c206e to scripts(id, n │ │ │ │ 0x00995930 616d652c 20646573 63726970 74696f6e ame, description │ │ │ │ 0x00995940 2c207368 6562616e 672c2073 63726970 , shebang, scrip │ │ │ │ 0x00995950 74290a20 20202020 20202020 20202020 t). │ │ │ │ 0x00995960 20202076 616c7565 73283f31 2c203f32 values(?1, ?2 │ │ │ │ 0x00995970 2c203f33 2c203f34 2c203f35 29637265 , ?3, ?4, ?5)cre │ │ │ │ - 0x00995980 61746520 73637269 7074732d 2d204164 ate scripts-- Ad │ │ │ │ - 0x00995990 64207570 206d6967 72617469 6f6e2073 d up migration s │ │ │ │ - 0x009959a0 63726970 74206865 72650a43 52454154 cript here.CREAT │ │ │ │ - 0x009959b0 45205441 424c4520 73637269 70747320 E TABLE scripts │ │ │ │ - 0x009959c0 280a2020 20206964 20544558 54205052 (. id TEXT PR │ │ │ │ - 0x009959d0 494d4152 59204b45 592c0a20 2020206e IMARY KEY,. n │ │ │ │ - 0x009959e0 616d6520 54455854 204e4f54 204e554c ame TEXT NOT NUL │ │ │ │ - 0x009959f0 4c2c0a20 20202064 65736372 69707469 L,. descripti │ │ │ │ - 0x00995a00 6f6e2054 45585420 4e4f5420 4e554c4c on TEXT NOT NULL │ │ │ │ - 0x00995a10 2c0a2020 20207368 6562616e 67205445 ,. shebang TE │ │ │ │ - 0x00995a20 5854204e 4f54204e 554c4c2c 0a202020 XT NOT NULL,. │ │ │ │ - 0x00995a30 20736372 69707420 54455854 204e4f54 script TEXT NOT │ │ │ │ - 0x00995a40 204e554c 4c2c0a20 20202069 6e736572 NULL,. inser │ │ │ │ - 0x00995a50 7465645f 61742049 4e544547 4552204e ted_at INTEGER N │ │ │ │ - 0x00995a60 4f54204e 554c4c20 44454641 554c5420 OT NULL DEFAULT │ │ │ │ - 0x00995a70 28737472 6674696d 65282725 73272c20 (strftime('%s', │ │ │ │ - 0x00995a80 276e6f77 2729290a 293b0a0a 43524541 'now')).);..CREA │ │ │ │ - 0x00995a90 54452054 41424c45 20736372 6970745f TE TABLE script_ │ │ │ │ - 0x00995aa0 74616773 20280a20 20202069 6420494e tags (. id IN │ │ │ │ - 0x00995ab0 54454745 52205052 494d4152 59204b45 TEGER PRIMARY KE │ │ │ │ - 0x00995ac0 592c0a20 20202073 63726970 745f6964 Y,. script_id │ │ │ │ - 0x00995ad0 20544558 54204e4f 54204e55 4c4c2c0a TEXT NOT NULL,. │ │ │ │ - 0x00995ae0 20202020 74616720 54455854 204e4f54 tag TEXT NOT │ │ │ │ - 0x00995af0 204e554c 4c0a293b 0a0a4352 45415445 NULL.);..CREATE │ │ │ │ - 0x00995b00 20554e49 51554520 494e4445 58206964 UNIQUE INDEX id │ │ │ │ - 0x00995b10 785f7363 72697074 5f746167 73204f4e x_script_tags ON │ │ │ │ - 0x00995b20 20736372 6970745f 74616773 20287363 script_tags (sc │ │ │ │ - 0x00995b30 72697074 5f69642c 20746167 293b6e0a ript_id, tag);n. │ │ │ │ - 0x00995b40 ac4ddc1e bc423f00 559218f9 1cfe90b9 .M...B?.U....... │ │ │ │ - 0x00995b50 99dffc10 eed75a63 140a3a27 fcc1ffcd ......Zc..:'.... │ │ │ │ - 0x00995b60 afd42480 98398e52 b0097aa7 d0d34452 ..$..9.R..z...DR │ │ │ │ - 0x00995b70 4f502054 41424c45 20736372 69707473 OP TABLE scripts │ │ │ │ - 0x00995b80 3b0a4452 4f502054 41424c45 20736372 ;.DROP TABLE scr │ │ │ │ - 0x00995b90 6970745f 74616773 3b4f056c c23ebe0e ipt_tags;O.l.>.. │ │ │ │ - 0x00995ba0 ed1e6443 0229908e 77ddc099 2532e3ad ..dC.)..w...%2.. │ │ │ │ - 0x00995bb0 dc339d40 462e6493 182e0ca9 c210b09e .3.@F.d......... │ │ │ │ - 0x00995bc0 9dd0a6fd 868ed6ac 25756e69 71756520 ........%unique │ │ │ │ + 0x00995980 61746520 73637269 70747344 524f5020 ate scriptsDROP │ │ │ │ + 0x00995990 5441424c 45207363 72697074 733b0a44 TABLE scripts;.D │ │ │ │ + 0x009959a0 524f5020 5441424c 45207363 72697074 ROP TABLE script │ │ │ │ + 0x009959b0 5f746167 733b4f05 6cc23ebe 0eed1e64 _tags;O.l.>....d │ │ │ │ + 0x009959c0 43022990 8e77ddc0 992532e3 addc339d C.)..w...%2...3. │ │ │ │ + 0x009959d0 40462e64 93182e0c a9c210b0 9e9dd0a6 @F.d............ │ │ │ │ + 0x009959e0 fd868ed6 ac252d2d 20416464 20757020 .....%-- Add up │ │ │ │ + 0x009959f0 6d696772 6174696f 6e207363 72697074 migration script │ │ │ │ + 0x00995a00 20686572 650a4352 45415445 20544142 here.CREATE TAB │ │ │ │ + 0x00995a10 4c452073 63726970 74732028 0a202020 LE scripts (. │ │ │ │ + 0x00995a20 20696420 54455854 20505249 4d415259 id TEXT PRIMARY │ │ │ │ + 0x00995a30 204b4559 2c0a2020 20206e61 6d652054 KEY,. name T │ │ │ │ + 0x00995a40 45585420 4e4f5420 4e554c4c 2c0a2020 EXT NOT NULL,. │ │ │ │ + 0x00995a50 20206465 73637269 7074696f 6e205445 description TE │ │ │ │ + 0x00995a60 5854204e 4f54204e 554c4c2c 0a202020 XT NOT NULL,. │ │ │ │ + 0x00995a70 20736865 62616e67 20544558 54204e4f shebang TEXT NO │ │ │ │ + 0x00995a80 54204e55 4c4c2c0a 20202020 73637269 T NULL,. scri │ │ │ │ + 0x00995a90 70742054 45585420 4e4f5420 4e554c4c pt TEXT NOT NULL │ │ │ │ + 0x00995aa0 2c0a2020 2020696e 73657274 65645f61 ,. inserted_a │ │ │ │ + 0x00995ab0 7420494e 54454745 52204e4f 54204e55 t INTEGER NOT NU │ │ │ │ + 0x00995ac0 4c4c2044 45464155 4c542028 73747266 LL DEFAULT (strf │ │ │ │ + 0x00995ad0 74696d65 28272573 272c2027 6e6f7727 time('%s', 'now' │ │ │ │ + 0x00995ae0 29290a29 3b0a0a43 52454154 45205441 )).);..CREATE TA │ │ │ │ + 0x00995af0 424c4520 73637269 70745f74 61677320 BLE script_tags │ │ │ │ + 0x00995b00 280a2020 20206964 20494e54 45474552 (. id INTEGER │ │ │ │ + 0x00995b10 20505249 4d415259 204b4559 2c0a2020 PRIMARY KEY,. │ │ │ │ + 0x00995b20 20207363 72697074 5f696420 54455854 script_id TEXT │ │ │ │ + 0x00995b30 204e4f54 204e554c 4c2c0a20 20202074 NOT NULL,. t │ │ │ │ + 0x00995b40 61672054 45585420 4e4f5420 4e554c4c ag TEXT NOT NULL │ │ │ │ + 0x00995b50 0a293b0a 0a435245 41544520 554e4951 .);..CREATE UNIQ │ │ │ │ + 0x00995b60 55452049 4e444558 20696478 5f736372 UE INDEX idx_scr │ │ │ │ + 0x00995b70 6970745f 74616773 204f4e20 73637269 ipt_tags ON scri │ │ │ │ + 0x00995b80 70745f74 61677320 28736372 6970745f pt_tags (script_ │ │ │ │ + 0x00995b90 69642c20 74616729 3b6e0aac 4ddc1ebc id, tag);n..M... │ │ │ │ + 0x00995ba0 423f0055 9218f91c fe90b999 dffc10ee B?.U............ │ │ │ │ + 0x00995bb0 d75a6314 0a3a27fc c1ffcdaf d4248098 .Zc..:'......$.. │ │ │ │ + 0x00995bc0 398e52b0 097aa7d0 d3756e69 71756520 9.R..z...unique │ │ │ │ 0x00995bd0 6e616d65 732d2d20 41646420 7570206d names-- Add up m │ │ │ │ 0x00995be0 69677261 74696f6e 20736372 69707420 igration script │ │ │ │ 0x00995bf0 68657265 0a637265 61746520 756e6971 here.create uniq │ │ │ │ 0x00995c00 75652069 6e646578 206e616d 655f756e ue index name_un │ │ │ │ 0x00995c10 69715f69 6478204f 4e207363 72697074 iq_idx ON script │ │ │ │ 0x00995c20 73286e61 6d65293b fb5488b6 a01b878c s(name);.T...... │ │ │ │ 0x00995c30 ced5da97 423e1fd8 7f15b799 b201655c ....B>........e\ │ │ │ │ @@ -9823,42 +9823,42 @@ │ │ │ │ 0x009985c0 2e6e616d 65737061 63652c0a 20202020 .namespace,. │ │ │ │ 0x009985d0 20202020 20202020 20202020 20202020 │ │ │ │ 0x009985e0 6b657920 3d206578 636c7564 65642e6b key = excluded.k │ │ │ │ 0x009985f0 65792c0a 20202020 20202020 20202020 ey,. │ │ │ │ 0x00998600 20202020 20202020 76616c75 65203d20 value = │ │ │ │ 0x00998610 6578636c 75646564 2e76616c 75656372 excluded.valuecr │ │ │ │ 0x00998620 65617465 206b7620 64622d2d 20416464 eate kv db-- Add │ │ │ │ - 0x00998630 20757020 6d696772 6174696f 6e207363 up migration sc │ │ │ │ - 0x00998640 72697074 20686572 650a4352 45415445 ript here.CREATE │ │ │ │ - 0x00998650 20544142 4c450a20 206b7620 280a2020 TABLE. kv (. │ │ │ │ - 0x00998660 20206e61 6d657370 61636520 54455854 namespace TEXT │ │ │ │ - 0x00998670 204e4f54 204e554c 4c2c0a20 2020206b NOT NULL,. k │ │ │ │ - 0x00998680 65792054 45585420 4e4f5420 4e554c4c ey TEXT NOT NULL │ │ │ │ - 0x00998690 2c0a2020 20207661 6c756520 54455854 ,. value TEXT │ │ │ │ - 0x009986a0 204e4f54 204e554c 4c2c0a20 20202069 NOT NULL,. i │ │ │ │ - 0x009986b0 6e736572 7465645f 61742049 4e544547 nserted_at INTEG │ │ │ │ - 0x009986c0 4552204e 4f54204e 554c4c20 44454641 ER NOT NULL DEFA │ │ │ │ - 0x009986d0 554c5420 28737472 6674696d 65202827 ULT (strftime (' │ │ │ │ - 0x009986e0 2573272c 20276e6f 77272929 0a202029 %s', 'now')). ) │ │ │ │ - 0x009986f0 3b0a0a43 52454154 4520494e 44455820 ;..CREATE INDEX │ │ │ │ - 0x00998700 6964785f 6b765f6e 616d6573 70616365 idx_kv_namespace │ │ │ │ - 0x00998710 204f4e20 6b762028 6e616d65 73706163 ON kv (namespac │ │ │ │ - 0x00998720 65293b0a 0a435245 41544520 554e4951 e);..CREATE UNIQ │ │ │ │ - 0x00998730 55452049 4e444558 20696478 5f6b7620 UE INDEX idx_kv │ │ │ │ - 0x00998740 4f4e206b 7620286e 616d6573 70616365 ON kv (namespace │ │ │ │ - 0x00998750 2c206b65 79293b0a 43d89ea0 da29c09f , key);.C....).. │ │ │ │ - 0x00998760 3041a953 d265b2f9 9d2a2d54 a2fae171 0A.S.e...*-T...q │ │ │ │ - 0x00998770 c3f494bb de0e4fd5 3bde7d1a 1e5469e1 ......O.;.}..Ti. │ │ │ │ - 0x00998780 64263ee1 129d4872 2d2d2041 64642064 d&>...Hr-- Add d │ │ │ │ - 0x00998790 6f776e20 6d696772 6174696f 6e207363 own migration sc │ │ │ │ - 0x009987a0 72697074 20686572 650a4452 4f502054 ript here.DROP T │ │ │ │ - 0x009987b0 41424c45 206b763b 0ae40d6a 4b5fcdf0 ABLE kv;...jK_.. │ │ │ │ - 0x009987c0 e5c83f88 60d9f8b9 94c2b80a 5a8492bd ..?.`.......Z... │ │ │ │ - 0x009987d0 ad5a745e d0a78000 17d2dc3d fa483a18 .Zt^.......=.H:. │ │ │ │ - 0x009987e0 6ef1be7c 5d3eb9bf 76466965 6c644c65 n..|]>..vFieldLe │ │ │ │ + 0x00998630 20646f77 6e206d69 67726174 696f6e20 down migration │ │ │ │ + 0x00998640 73637269 70742068 6572650a 44524f50 script here.DROP │ │ │ │ + 0x00998650 20544142 4c45206b 763b0ae4 0d6a4b5f TABLE kv;...jK_ │ │ │ │ + 0x00998660 cdf0e5c8 3f8860d9 f8b994c2 b80a5a84 ....?.`.......Z. │ │ │ │ + 0x00998670 92bdad5a 745ed0a7 800017d2 dc3dfa48 ...Zt^.......=.H │ │ │ │ + 0x00998680 3a186ef1 be7c5d3e b9bf762d 2d204164 :.n..|]>..v-- Ad │ │ │ │ + 0x00998690 64207570 206d6967 72617469 6f6e2073 d up migration s │ │ │ │ + 0x009986a0 63726970 74206865 72650a43 52454154 cript here.CREAT │ │ │ │ + 0x009986b0 45205441 424c450a 20206b76 20280a20 E TABLE. kv (. │ │ │ │ + 0x009986c0 2020206e 616d6573 70616365 20544558 namespace TEX │ │ │ │ + 0x009986d0 54204e4f 54204e55 4c4c2c0a 20202020 T NOT NULL,. │ │ │ │ + 0x009986e0 6b657920 54455854 204e4f54 204e554c key TEXT NOT NUL │ │ │ │ + 0x009986f0 4c2c0a20 20202076 616c7565 20544558 L,. value TEX │ │ │ │ + 0x00998700 54204e4f 54204e55 4c4c2c0a 20202020 T NOT NULL,. │ │ │ │ + 0x00998710 696e7365 72746564 5f617420 494e5445 inserted_at INTE │ │ │ │ + 0x00998720 47455220 4e4f5420 4e554c4c 20444546 GER NOT NULL DEF │ │ │ │ + 0x00998730 41554c54 20287374 72667469 6d652028 AULT (strftime ( │ │ │ │ + 0x00998740 27257327 2c20276e 6f772729 290a2020 '%s', 'now')). │ │ │ │ + 0x00998750 293b0a0a 43524541 54452049 4e444558 );..CREATE INDEX │ │ │ │ + 0x00998760 20696478 5f6b765f 6e616d65 73706163 idx_kv_namespac │ │ │ │ + 0x00998770 65204f4e 206b7620 286e616d 65737061 e ON kv (namespa │ │ │ │ + 0x00998780 6365293b 0a0a4352 45415445 20554e49 ce);..CREATE UNI │ │ │ │ + 0x00998790 51554520 494e4445 58206964 785f6b76 QUE INDEX idx_kv │ │ │ │ + 0x009987a0 204f4e20 6b762028 6e616d65 73706163 ON kv (namespac │ │ │ │ + 0x009987b0 652c206b 6579293b 0a43d89e a0da29c0 e, key);.C....). │ │ │ │ + 0x009987c0 9f3041a9 53d265b2 f99d2a2d 54a2fae1 .0A.S.e...*-T... │ │ │ │ + 0x009987d0 71c3f494 bbde0e4f d53bde7d 1a1e5469 q......O.;.}..Ti │ │ │ │ + 0x009987e0 e164263e e1129d48 72466965 6c644c65 .d&>...HrFieldLe │ │ │ │ 0x009987f0 76656c66 75747572 6520706f 6c6c6564 velfuture polled │ │ │ │ 0x00998800 20616674 65722063 6f6d706c 6574696f after completio │ │ │ │ 0x00998810 6e73656e 64207374 7265616d 20636170 nsend stream cap │ │ │ │ 0x00998820 61636974 7920756e 65787065 63746564 acity unexpected │ │ │ │ 0x00998830 6c792063 6c6f7365 641b5b3c 31757374 ly closed.[<1ust │ │ │ │ 0x00998840 72756374 2047656e 65726963 41727261 ruct GenericArra │ │ │ │ 0x00998850 79746578 742f706c 61696e3b 20636861 ytext/plain; cha │ │ │ ├── readelf --wide --decompress --hex-dump=.data.rel.ro {} │ │ │ │ @@ -1393,20 +1393,20 @@ │ │ │ │ 0x00e89170 c0000000 09000000 a0619800 10000000 .........a...... │ │ │ │ 0x00e89180 fa6d9700 4a000000 bf000000 38000000 .m..J.......8... │ │ │ │ 0x00e89190 fa6d9700 4a000000 d1000000 09000000 .m..J........... │ │ │ │ 0x00e891a0 b0619800 10000000 fa6d9700 4a000000 .a.......m..J... │ │ │ │ 0x00e891b0 d0000000 3a000000 fa6d9700 4a000000 ....:....m..J... │ │ │ │ 0x00e891c0 47000000 5f000000 fa6d9700 4a000000 G..._....m..J... │ │ │ │ 0x00e891d0 40000000 09000000 00000080 7d599900 @...........}Y.. │ │ │ │ - 0x00e891e0 0e000000 00000080 8b599900 b3010000 .........Y...... │ │ │ │ - 0x00e891f0 00000080 3e5b9900 30000000 b3527fe5 ....>[..0....R.. │ │ │ │ - 0x00e89200 6a120000 00010000 00000080 7d599900 j...........}Y.. │ │ │ │ - 0x00e89210 0e000000 00000080 6e5b9900 2b000000 ........n[..+... │ │ │ │ + 0x00e891e0 0e000000 00000080 8b599900 2b000000 .........Y..+... │ │ │ │ + 0x00e891f0 00000080 b6599900 30000000 b3527fe5 .....Y..0....R.. │ │ │ │ + 0x00e89200 6a120000 00020000 00000080 7d599900 j...........}Y.. │ │ │ │ + 0x00e89210 0e000000 00000080 e6599900 b3010000 .........Y...... │ │ │ │ 0x00e89220 00000080 995b9900 30000000 b3527fe5 .....[..0....R.. │ │ │ │ - 0x00e89230 6a120000 00020000 00000080 c95b9900 j............[.. │ │ │ │ + 0x00e89230 6a120000 00010000 00000080 c95b9900 j............[.. │ │ │ │ 0x00e89240 0c000000 00000080 d55b9900 53000000 .........[..S... │ │ │ │ 0x00e89250 00000080 285c9900 30000000 3e2607ea ....(\..0...>&.. │ │ │ │ 0x00e89260 6a120000 00010000 00000080 c95b9900 j............[.. │ │ │ │ 0x00e89270 0c000000 00000080 585c9900 4f000000 ........X\..O... │ │ │ │ 0x00e89280 00000080 a75c9900 30000000 3e2607ea .....\..0...>&.. │ │ │ │ 0x00e89290 6a120000 00020000 00000080 d891e800 j............... │ │ │ │ 0x00e892a0 04000000 00010000 fa6d9700 4a000000 .........m..J... │ │ │ │ @@ -2664,19 +2664,19 @@ │ │ │ │ 0x00e8e0e0 728d9700 45000000 65000000 39000000 r...E...e...9... │ │ │ │ 0x00e8e0f0 728d9700 45000000 6f000000 09000000 r...E...o....... │ │ │ │ 0x00e8e100 03859900 12000000 e5389900 01000000 .........8...... │ │ │ │ 0x00e8e110 728d9700 45000000 6e000000 4a000000 r...E...n...J... │ │ │ │ 0x00e8e120 728d9700 45000000 46000000 60000000 r...E...F...`... │ │ │ │ 0x00e8e130 728d9700 45000000 3f000000 09000000 r...E...?....... │ │ │ │ 0x00e8e140 00000080 1e869900 0c000000 00000080 ................ │ │ │ │ - 0x00e8e150 2a869900 2e010000 00000080 58879900 *...........X... │ │ │ │ - 0x00e8e160 30000000 2a9fedef 6a120000 00010000 0...*...j....... │ │ │ │ + 0x00e8e150 2a869900 31000000 00000080 5b869900 *...1.......[... │ │ │ │ + 0x00e8e160 30000000 2a9fedef 6a120000 00020000 0...*...j....... │ │ │ │ 0x00e8e170 00000080 1e869900 0c000000 00000080 ................ │ │ │ │ - 0x00e8e180 88879900 31000000 00000080 b9879900 ....1........... │ │ │ │ - 0x00e8e190 30000000 2a9fedef 6a120000 00020000 0...*...j....... │ │ │ │ + 0x00e8e180 8b869900 2e010000 00000080 b9879900 ................ │ │ │ │ + 0x00e8e190 30000000 2a9fedef 6a120000 00010000 0...*...j....... │ │ │ │ 0x00e8e1a0 00000080 40e1e800 02000000 00010000 ....@........... │ │ │ │ 0x00e8e1b0 728d9700 45000000 3e000000 38000000 r...E...>...8... │ │ │ │ 0x00e8e1c0 b88d9700 3e000000 0a000000 0a000000 ....>........... │ │ │ │ 0x00e8e1d0 00000000 04000000 04000000 416c1700 ............Al.. │ │ │ │ 0x00e8e1e0 f78d9700 39000000 bc000000 21000000 ....9.......!... │ │ │ │ 0x00e8e1f0 50ba1900 84000000 04000000 8df72200 P.............". │ │ │ │ 0x00e8e200 318e9700 51000000 6b000000 05000000 1...Q...k....... │ │ │ ├── readelf --wide --decompress --hex-dump=.gnu_debuglink {} │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ │ │ │ │ Hex dump of section '.gnu_debuglink': │ │ │ │ - 0x00000000 38346237 34623165 35663461 32313733 84b74b1e5f4a2173 │ │ │ │ - 0x00000010 39373165 38633764 61333835 61656361 971e8c7da385aeca │ │ │ │ - 0x00000020 38353330 64352e64 65627567 00000000 8530d5.debug.... │ │ │ │ - 0x00000030 ad597b95 .Y{. │ │ │ │ + 0x00000000 65393036 36376565 63613031 32356265 e90667eeca0125be │ │ │ │ + 0x00000010 66306132 32383464 31353466 34303632 f0a2284d154f4062 │ │ │ │ + 0x00000020 35653138 30332e64 65627567 00000000 5e1803.debug.... │ │ │ │ + 0x00000030 f5193660 ..6`