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

"target/debug/deps" continues to grow with continual re-compiles... #3427

Closed
1 of 2 tasks
richb-hanover opened this issue Aug 27, 2023 · 8 comments
Closed
1 of 2 tasks
Labels

Comments

@richb-hanover
Copy link
Contributor

What happened?

I'm reopening / reviving this issue because it slows my development work. I'll point to my updated report with a description of the deps directory after removing all the containers/images/volumes and rebuilding.

What I see is:

  • Stopping and restarting the Dev Container/VS Code works as desired - no recompilation occurs, but...
  • Most any pull from Github causes a recompilation of just about everything associated with task run-book or task run-playground-cached.
  • I frequently need to use cargo install mdbook-admonish on my Intel box (but @eitsupi has tracked down the cause of this.)

This is annoying because:

  • I regulary pull from main to get the latest changes to the Book
  • This triggers a several minute recompilation - the ~150 crates for run-book or npm cache updates.
  • My target/debug/deps folder continues to grow - you can see the set of duplicate files - recompiled minutes apart - in that report updated report

To respond to @max-sixty's question:cargo clean does empty out the deps folder, but then requires recompilation of a lot of stuff.

This may not be our most important issue: I understand the workarounds, and don't feel the urge to update the Book any time soon. As always, please let me know what other information I could provide. Thanks.

PRQL input

N/A

SQL output

N/A

Expected SQL output

No response

MVCE confirmation

  • Minimal example
  • New issue

Anything else?

No response

@richb-hanover richb-hanover added the bug Invalid compiler output or panic label Aug 27, 2023
@max-sixty
Copy link
Member

Could we evaluate exactly:

  • Which files are being created on each run which are taking up space
  • What changes to the underlying repo cause them to be created

A quick scan:

  • I run du -sk from current main and get 41954964.
  • If I run task run-book without changing any code, I get exactly the same value from du -sk — 41954964.
  • If I make a notional change to a line in a rust file and run task run-book, I get an extra 20MB — 41971008
  • If I checkout the latest tag 0.9.4, which has more differences, including different dependencies & toolchain, I get another 700MB — 42644168 (though there may be artifacts which are cached from then)

The next stage would be looking at the diffs in the file lists to see what gets produced, and trying with the playground, and then investigating exactly what actions cause what files to be created...

@richb-hanover
Copy link
Contributor Author

The next stage would be looking at the diffs in the file lists to see what gets produced,

Yes - that makes sense. I'll do that next and report back. Thanks.

@max-sixty max-sixty added devops and removed bug Invalid compiler output or panic labels Aug 28, 2023
@richb-hanover
Copy link
Contributor Author

richb-hanover commented Aug 28, 2023

Dev Container behavior changed last night - the prql/target/debug/deps folder no longer seems to grow without bounds. (It's hovering around 2-4GBytes)

Here's what I learned:

  • Last night, I made a bunch of tests... I used Docker Desktop (current version - 4.22.0?) to remove all containers, images, and volumes from my Intel Macbook
  • I started VS Code, which started the Dev Container. I let it start up. This took a long time - probably more than a half hour. After the Dev Container was configured,...
  • I entered task run-book in a new zsh terminal. After about 9 minutes, the book was built and it looked fine (except for the mdbook-notes formatting as noted below). The resulting prql/target/debug/deps folder contained one copy of all the files shown in the Details below built around 20:40.
  • The Book did not show any of the mdbook-notes; I used cargo install --force mdbook-admonish to get the appropriate formatting.
  • I quit VS Code (first time), and relaunched. Simply using task run-book gave the warning about no mdbook-admonish; I used cargo install --force mdbook-admonish again to get the proper mdbook notes.
  • I quit VS Code (second time), and got another directory listing. This shows two copies of each of the packages - one around 20:40 and the second around 21:32. The file listing is substantially the same as shown in the "Details" below.
  • I launched and quit VS Code a couple more times. Each time I had to cargo install --force mdbook-admonish The prql/target/debug/deps folder did NOT accumulate any new files.
  • But mdbook-admonish was not being cached - I had to re-install each time I started up VS Code.
  • THIS MORNING: I made a video of VS Code starting and what needs to be built. The process was the same as before, including manually installing mdbook-admonish. The video is at: https://youtu.be/C3IW7rXnmSw

Here is the output prql/target/debug/deps. Expand the Details below. No new files are present from this morning; only those after the builds from last night

Update: Edited lightly for clarity.

# Data after taking the video
√ deps % date; du -h . ; ll
Mon Aug 28 07:53:11 EDT 2023
2.6G	.
total 5483304
drwxr-xr-x  655 richb  staff    20K Aug 27 21:38 .
drwxr-xr-x   11 richb  staff   352B Aug 27 21:38 ..
-rw-r--r--@   1 richb  staff    16K Aug 27 21:34 .DS_Store
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:40 addr2line-11af42262d1192bc.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:32 addr2line-1decbcdc2e8f1c4c.d
-rw-r--r--    1 richb  staff   890B Aug 27 21:32 adler-1c0bdff9e0d6b2a6.d
-rw-r--r--    1 richb  staff   850B Aug 27 20:40 adler-eb774189fbd911d3.d
-rw-r--r--    1 richb  staff   2.2K Aug 27 20:41 ahash-287d963eca027c0e.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 21:32 ahash-70fa5f2cd3808054.d
-rw-r--r--    1 richb  staff    11K Aug 27 21:31 aho_corasick-2c2dfba345af4724.d
-rw-r--r--    1 richb  staff    11K Aug 27 20:39 aho_corasick-bf916a2a931b3da2.d
-rw-r--r--    1 richb  staff   2.7K Aug 27 20:42 ansi_to_html-481a0474244cedb2.d
-rw-r--r--    1 richb  staff   2.8K Aug 27 21:33 ansi_to_html-933c0bf4f1edbc15.d
-rw-r--r--    1 richb  staff   3.9K Aug 27 21:32 anstream-f19c182d978ff57b.d
-rw-r--r--    1 richb  staff   3.7K Aug 27 20:40 anstream-f91de44bb2348ead.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 21:32 anstyle-af90b249e2c158e4.d
-rw-r--r--    1 richb  staff   2.2K Aug 27 20:40 anstyle-cce509542ffd7573.d
-rw-r--r--    1 richb  staff   2.2K Aug 27 21:31 anstyle_parse-c708de7d6bc91cdd.d
-rw-r--r--    1 richb  staff   2.1K Aug 27 20:39 anstyle_parse-ce85b4af5d76f3ae.d
-rw-r--r--    1 richb  staff   950B Aug 27 20:39 anstyle_query-41a4ef5e1de54af9.d
-rw-r--r--    1 richb  staff   990B Aug 27 21:32 anstyle_query-7259948e1d227385.d
-rw-r--r--    1 richb  staff   3.9K Aug 27 20:41 anyhow-00566cd55318c6a4.d
-rw-r--r--    1 richb  staff   4.1K Aug 27 21:33 anyhow-dadf894df5c823aa.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 21:33 ariadne-221f03ede581ade8.d
-rw-r--r--    1 richb  staff   2.2K Aug 27 20:41 ariadne-dd80b4160651c488.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:39 autocfg-598af3d7412b9e2a.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:31 autocfg-95fddeba77b8019b.d
-rw-r--r--    1 richb  staff   5.3K Aug 27 20:41 backtrace-820065dda8925aee.d
-rw-r--r--    1 richb  staff   5.5K Aug 27 21:32 backtrace-b7f2c8b0c33658bb.d
-rw-r--r--    1 richb  staff   2.7K Aug 27 21:31 bitflags-0f7868c5b524725c.d
-rw-r--r--    1 richb  staff   562B Aug 27 21:31 bitflags-1926cec1a16924e0.d
-rw-r--r--    1 richb  staff   2.6K Aug 27 20:39 bitflags-bee71b6fd77190e7.d
-rw-r--r--    1 richb  staff   542B Aug 27 20:39 bitflags-f255a966af175049.d
-rw-r--r--    1 richb  staff    13K Aug 27 20:41 bstr-2e14bc9335d83aef.d
-rw-r--r--    1 richb  staff    14K Aug 27 21:33 bstr-faec88148a3f59e4.d
-rw-r--r--    1 richb  staff   873B Aug 27 20:39 cc-aec6b6bea274242d.d
-rw-r--r--    1 richb  staff   913B Aug 27 21:31 cc-b5fd983a03831a1c.d
-rw-r--r--    1 richb  staff   528B Aug 27 20:39 cfg_if-305ff6ac5e1cfc5a.d
-rw-r--r--    1 richb  staff   548B Aug 27 21:31 cfg_if-a4949322dd83a0a2.d
-rw-r--r--    1 richb  staff    11K Aug 27 21:33 chrono-68c6c7dbfbf56e8e.d
-rw-r--r--    1 richb  staff    10K Aug 27 20:41 chrono-a93f11178c247641.d
-rw-r--r--    1 richb  staff   4.3K Aug 27 20:41 chumsky-0ee4ad50b0fbc71d.d
-rw-r--r--    1 richb  staff   4.5K Aug 27 21:33 chumsky-bf9e60c250d0c314.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:41 clap-5e6d95190bc920be.d
-rw-r--r--    1 richb  staff    15K Aug 27 20:41 clap-6aea1d872bfd25e0.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:33 clap-7bced25348ae8222.d
-rw-r--r--    1 richb  staff    16K Aug 27 21:33 clap-e69c518c8b6da26d.d
-rw-r--r--    1 richb  staff    22K Aug 27 20:41 clap_builder-53605c3c561a8e3c.d
-rw-r--r--    1 richb  staff    23K Aug 27 21:32 clap_builder-846e12196f47803c.d
-rw-r--r--    1 richb  staff   4.8K Aug 27 20:41 clap_complete-477d1da1899c6445.d
-rw-r--r--    1 richb  staff   5.0K Aug 27 21:33 clap_complete-c5259171bf6dfe63.d
-rw-r--r--    1 richb  staff   919B Aug 27 21:32 clap_lex-beeff3dfcea492c0.d
-rw-r--r--    1 richb  staff   879B Aug 27 20:41 clap_lex-e2662136ac1cd617.d
-rw-r--r--    1 richb  staff   563B Aug 27 20:39 colorchoice-8fc5c89b96522c28.d
-rw-r--r--    1 richb  staff   583B Aug 27 21:32 colorchoice-d34173616a2c42f2.d
-rw-r--r--    1 richb  staff   3.8K Aug 27 20:41 csv-13b1e0bb5df5f883.d
-rw-r--r--    1 richb  staff   4.0K Aug 27 21:33 csv-d52f67e00441c254.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:33 csv_core-447c6afe3b1a9052.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:41 csv_core-e5a9714cce4f24ff.d
-rw-r--r--    1 richb  staff   528B Aug 27 20:40 either-2856fd3292afcf2f.d
-rw-r--r--    1 richb  staff   548B Aug 27 21:32 either-5d738561e2c5fe55.d
-rw-r--r--    1 richb  staff   412B Aug 27 20:41 enum_as_inner-5df5f8a24f31b6b3.d
-rw-r--r--    1 richb  staff   427B Aug 27 21:33 enum_as_inner-8ccec192e406a9ba.d
-rw-r--r--    1 richb  staff   4.1K Aug 27 20:41 env_logger-543eea3d2d381984.d
-rw-r--r--    1 richb  staff   4.3K Aug 27 21:33 env_logger-f0a4d32cb58a9c7c.d
-rw-r--r--    1 richb  staff   542B Aug 27 20:41 fastrand-7ab04ea9c1f4146c.d
-rw-r--r--    1 richb  staff   562B Aug 27 21:33 fastrand-e6406709308aa321.d
-rw-r--r--    1 richb  staff   539B Aug 27 20:41 getopts-27d60b7cbf93341d.d
-rw-r--r--    1 richb  staff   559B Aug 27 21:33 getopts-936328a6466fd7ad.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 20:40 getrandom-16dcc014ba76c792.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 21:32 getrandom-480b21b3e95447c5.d
-rw-r--r--    1 richb  staff   9.9K Aug 27 20:40 gimli-0fd833bc65da3ef2.d
-rw-r--r--    1 richb  staff    10K Aug 27 21:32 gimli-6da2d27988eaaa25.d
-rw-r--r--    1 richb  staff    11K Aug 27 20:42 handlebars-68d1dfa7d3d466f2.d
-rw-r--r--    1 richb  staff    12K Aug 27 21:33 handlebars-c77bead3fa047736.d
-rw-r--r--    1 richb  staff   4.0K Aug 27 21:33 hashbrown-8a4523677ff17126.d
-rw-r--r--    1 richb  staff   3.8K Aug 27 20:41 hashbrown-d1b808d97ad5dc69.d
-rw-r--r--    1 richb  staff   3.3K Aug 27 21:32 heck-035c046fdc5afb82.d
-rw-r--r--    1 richb  staff   3.2K Aug 27 20:40 heck-3582ae575b6cf835.d
-rw-r--r--    1 richb  staff   1.6K Aug 27 20:41 humantime-4b67dc4c8b3e65e6.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 21:33 humantime-fae31d9a64024b92.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 20:41 iana_time_zone-95b046245d7a1b1b.d
-rw-r--r--    1 richb  staff   1.4K Aug 27 21:33 iana_time_zone-b58a3848a5a6d512.d
-rw-r--r--    1 richb  staff   2.5K Aug 27 21:31 io_lifetimes-afcefdc3f61c13da.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 20:39 io_lifetimes-ccbcc2ace0015969.d
-rw-r--r--    1 richb  staff   583B Aug 27 21:31 is_terminal-6919f407b48abf36.d
-rw-r--r--    1 richb  staff   563B Aug 27 20:39 is_terminal-7224bf279576514b.d
-rw-r--r--    1 richb  staff    18K Aug 27 20:41 itertools-2d43fb02078aeaad.d
-rw-r--r--    1 richb  staff    18K Aug 27 20:41 itertools-72978d5f52e1ee56.d
-rw-r--r--    1 richb  staff    18K Aug 27 21:33 itertools-7f98be492ddf6d12.d
-rw-r--r--    1 richb  staff    19K Aug 27 21:33 itertools-c1045c93051b9793.d
-rw-r--r--    1 richb  staff   851B Aug 27 20:40 itoa-10f0ed6338a99ace.d
-rw-r--r--    1 richb  staff   891B Aug 27 21:32 itoa-e540cfd8036ff6b2.d
-rw-r--r--    1 richb  staff   539K Aug 27 20:40 libaddr2line-11af42262d1192bc.rlib
-rw-r--r--    1 richb  staff   268K Aug 27 20:40 libaddr2line-11af42262d1192bc.rmeta
-rw-r--r--    1 richb  staff   423K Aug 27 21:32 libaddr2line-1decbcdc2e8f1c4c.rlib
-rw-r--r--    1 richb  staff   246K Aug 27 21:32 libaddr2line-1decbcdc2e8f1c4c.rmeta
-rw-r--r--    1 richb  staff   146K Aug 27 21:32 libadler-1c0bdff9e0d6b2a6.rlib
-rw-r--r--    1 richb  staff    23K Aug 27 21:32 libadler-1c0bdff9e0d6b2a6.rmeta
-rw-r--r--    1 richb  staff   227K Aug 27 20:40 libadler-eb774189fbd911d3.rlib
-rw-r--r--    1 richb  staff    23K Aug 27 20:40 libadler-eb774189fbd911d3.rmeta
-rw-r--r--    1 richb  staff   550K Aug 27 20:41 libahash-287d963eca027c0e.rlib
-rw-r--r--    1 richb  staff   298K Aug 27 20:41 libahash-287d963eca027c0e.rmeta
-rw-r--r--    1 richb  staff   467K Aug 27 21:32 libahash-70fa5f2cd3808054.rlib
-rw-r--r--    1 richb  staff   297K Aug 27 21:32 libahash-70fa5f2cd3808054.rmeta
-rw-r--r--    1 richb  staff   9.8M Aug 27 21:32 libaho_corasick-2c2dfba345af4724.rlib
-rw-r--r--    1 richb  staff   1.9M Aug 27 21:32 libaho_corasick-2c2dfba345af4724.rmeta
-rw-r--r--    1 richb  staff    10M Aug 27 20:39 libaho_corasick-bf916a2a931b3da2.rlib
-rw-r--r--    1 richb  staff   1.9M Aug 27 20:39 libaho_corasick-bf916a2a931b3da2.rmeta
-rw-r--r--    1 richb  staff   2.2M Aug 27 20:42 libansi_to_html-481a0474244cedb2.rlib
-rw-r--r--    1 richb  staff   171K Aug 27 20:42 libansi_to_html-481a0474244cedb2.rmeta
-rw-r--r--    1 richb  staff   1.6M Aug 27 21:33 libansi_to_html-933c0bf4f1edbc15.rlib
-rw-r--r--    1 richb  staff   165K Aug 27 21:33 libansi_to_html-933c0bf4f1edbc15.rmeta
-rw-r--r--    1 richb  staff   863K Aug 27 21:32 libanstream-f19c182d978ff57b.rlib
-rw-r--r--    1 richb  staff   225K Aug 27 21:32 libanstream-f19c182d978ff57b.rmeta
-rw-r--r--    1 richb  staff   1.0M Aug 27 20:40 libanstream-f91de44bb2348ead.rlib
-rw-r--r--    1 richb  staff   226K Aug 27 20:40 libanstream-f91de44bb2348ead.rmeta
-rw-r--r--    1 richb  staff   404K Aug 27 21:32 libanstyle-af90b249e2c158e4.rlib
-rw-r--r--    1 richb  staff   231K Aug 27 21:32 libanstyle-af90b249e2c158e4.rmeta
-rw-r--r--    1 richb  staff   518K Aug 27 20:40 libanstyle-cce509542ffd7573.rlib
-rw-r--r--    1 richb  staff   241K Aug 27 20:40 libanstyle-cce509542ffd7573.rmeta
-rw-r--r--    1 richb  staff   316K Aug 27 21:31 libanstyle_parse-c708de7d6bc91cdd.rlib
-rw-r--r--    1 richb  staff   217K Aug 27 21:31 libanstyle_parse-c708de7d6bc91cdd.rmeta
-rw-r--r--    1 richb  staff   398K Aug 27 20:39 libanstyle_parse-ce85b4af5d76f3ae.rlib
-rw-r--r--    1 richb  staff   223K Aug 27 20:39 libanstyle_parse-ce85b4af5d76f3ae.rmeta
-rw-r--r--    1 richb  staff    14K Aug 27 20:39 libanstyle_query-41a4ef5e1de54af9.rlib
-rw-r--r--    1 richb  staff    12K Aug 27 20:39 libanstyle_query-41a4ef5e1de54af9.rmeta
-rw-r--r--    1 richb  staff    14K Aug 27 21:32 libanstyle_query-7259948e1d227385.rlib
-rw-r--r--    1 richb  staff    12K Aug 27 21:32 libanstyle_query-7259948e1d227385.rmeta
-rw-r--r--    1 richb  staff   2.2M Aug 27 20:41 libanyhow-00566cd55318c6a4.rlib
-rw-r--r--    1 richb  staff   510K Aug 27 20:41 libanyhow-00566cd55318c6a4.rmeta
-rw-r--r--    1 richb  staff   2.0M Aug 27 21:33 libanyhow-dadf894df5c823aa.rlib
-rw-r--r--    1 richb  staff   511K Aug 27 21:33 libanyhow-dadf894df5c823aa.rmeta
-rw-r--r--    1 richb  staff   1.8M Aug 27 21:33 libariadne-221f03ede581ade8.rlib
-rw-r--r--    1 richb  staff   435K Aug 27 21:33 libariadne-221f03ede581ade8.rmeta
-rw-r--r--    1 richb  staff   1.9M Aug 27 20:41 libariadne-dd80b4160651c488.rlib
-rw-r--r--    1 richb  staff   468K Aug 27 20:41 libariadne-dd80b4160651c488.rmeta
-rw-r--r--    1 richb  staff   1.9M Aug 27 20:39 libautocfg-598af3d7412b9e2a.rlib
-rw-r--r--    1 richb  staff    85K Aug 27 20:39 libautocfg-598af3d7412b9e2a.rmeta
-rw-r--r--    1 richb  staff   494K Aug 27 21:31 libautocfg-95fddeba77b8019b.rlib
-rw-r--r--    1 richb  staff    79K Aug 27 21:31 libautocfg-95fddeba77b8019b.rmeta
-rw-r--r--    1 richb  staff   9.7M Aug 27 20:41 libbacktrace-820065dda8925aee.rlib
-rw-r--r--    1 richb  staff   375K Aug 27 20:41 libbacktrace-820065dda8925aee.rmeta
-rw-r--r--    1 richb  staff   9.5M Aug 27 21:32 libbacktrace-b7f2c8b0c33658bb.rlib
-rw-r--r--    1 richb  staff   375K Aug 27 21:32 libbacktrace-b7f2c8b0c33658bb.rmeta
-rw-r--r--    1 richb  staff   481K Aug 27 21:31 libbitflags-0f7868c5b524725c.rlib
-rw-r--r--    1 richb  staff   220K Aug 27 21:31 libbitflags-0f7868c5b524725c.rmeta
-rw-r--r--    1 richb  staff    49K Aug 27 21:31 libbitflags-1926cec1a16924e0.rlib
-rw-r--r--    1 richb  staff    48K Aug 27 21:31 libbitflags-1926cec1a16924e0.rmeta
-rw-r--r--    1 richb  staff   620K Aug 27 20:39 libbitflags-bee71b6fd77190e7.rlib
-rw-r--r--    1 richb  staff   224K Aug 27 20:39 libbitflags-bee71b6fd77190e7.rmeta
-rw-r--r--    1 richb  staff    49K Aug 27 20:39 libbitflags-f255a966af175049.rlib
-rw-r--r--    1 richb  staff    47K Aug 27 20:39 libbitflags-f255a966af175049.rmeta
-rw-r--r--    1 richb  staff   3.5M Aug 27 20:41 libbstr-2e14bc9335d83aef.rlib
-rw-r--r--    1 richb  staff   1.5M Aug 27 20:41 libbstr-2e14bc9335d83aef.rmeta
-rw-r--r--    1 richb  staff   3.1M Aug 27 21:33 libbstr-faec88148a3f59e4.rlib
-rw-r--r--    1 richb  staff   1.4M Aug 27 21:33 libbstr-faec88148a3f59e4.rmeta
-rw-r--r--    1 richb  staff   7.5K Aug 27 21:31 libc-7210a355a56b809e.d
-rw-r--r--    1 richb  staff   7.2K Aug 27 20:39 libc-912d6043b09413e5.d
-rw-r--r--    1 richb  staff   6.1M Aug 27 20:39 libcc-aec6b6bea274242d.rlib
-rw-r--r--    1 richb  staff   268K Aug 27 20:39 libcc-aec6b6bea274242d.rmeta
-rw-r--r--    1 richb  staff   1.8M Aug 27 21:31 libcc-b5fd983a03831a1c.rlib
-rw-r--r--    1 richb  staff   255K Aug 27 21:31 libcc-b5fd983a03831a1c.rmeta
-rw-r--r--    1 richb  staff   7.5K Aug 27 20:39 libcfg_if-305ff6ac5e1cfc5a.rlib
-rw-r--r--    1 richb  staff   6.2K Aug 27 20:39 libcfg_if-305ff6ac5e1cfc5a.rmeta
-rw-r--r--    1 richb  staff   7.7K Aug 27 21:31 libcfg_if-a4949322dd83a0a2.rlib
-rw-r--r--    1 richb  staff   6.3K Aug 27 21:31 libcfg_if-a4949322dd83a0a2.rmeta
-rw-r--r--    1 richb  staff   6.2M Aug 27 21:33 libchrono-68c6c7dbfbf56e8e.rlib
-rw-r--r--    1 richb  staff   1.9M Aug 27 21:33 libchrono-68c6c7dbfbf56e8e.rmeta
-rw-r--r--    1 richb  staff   6.2M Aug 27 20:41 libchrono-a93f11178c247641.rlib
-rw-r--r--    1 richb  staff   1.9M Aug 27 20:41 libchrono-a93f11178c247641.rmeta
-rw-r--r--    1 richb  staff   2.9M Aug 27 20:41 libchumsky-0ee4ad50b0fbc71d.rlib
-rw-r--r--    1 richb  staff   2.3M Aug 27 20:41 libchumsky-0ee4ad50b0fbc71d.rmeta
-rw-r--r--    1 richb  staff   2.6M Aug 27 21:33 libchumsky-bf9e60c250d0c314.rlib
-rw-r--r--    1 richb  staff   2.2M Aug 27 21:33 libchumsky-bf9e60c250d0c314.rmeta
-rw-r--r--    1 richb  staff    11K Aug 27 20:41 libclap-5e6d95190bc920be.rlib
-rw-r--r--    1 richb  staff   9.4K Aug 27 20:41 libclap-5e6d95190bc920be.rmeta
-rw-r--r--    1 richb  staff    25M Aug 27 20:41 libclap-6aea1d872bfd25e0.rlib
-rw-r--r--    1 richb  staff   2.3M Aug 27 20:41 libclap-6aea1d872bfd25e0.rmeta
-rw-r--r--    1 richb  staff    13K Aug 27 21:33 libclap-7bced25348ae8222.rlib
-rw-r--r--    1 richb  staff    12K Aug 27 21:33 libclap-7bced25348ae8222.rmeta
-rw-r--r--    1 richb  staff    24M Aug 27 21:33 libclap-e69c518c8b6da26d.rlib
-rw-r--r--    1 richb  staff   2.2M Aug 27 21:33 libclap-e69c518c8b6da26d.rmeta
-rw-r--r--    1 richb  staff    24M Aug 27 20:41 libclap_builder-53605c3c561a8e3c.rlib
-rw-r--r--    1 richb  staff   2.9M Aug 27 20:41 libclap_builder-53605c3c561a8e3c.rmeta
-rw-r--r--    1 richb  staff    23M Aug 27 21:33 libclap_builder-846e12196f47803c.rlib
-rw-r--r--    1 richb  staff   2.8M Aug 27 21:32 libclap_builder-846e12196f47803c.rmeta
-rw-r--r--    1 richb  staff   3.6M Aug 27 20:41 libclap_complete-477d1da1899c6445.rlib
-rw-r--r--    1 richb  staff   163K Aug 27 20:41 libclap_complete-477d1da1899c6445.rmeta
-rw-r--r--    1 richb  staff   3.4M Aug 27 21:33 libclap_complete-c5259171bf6dfe63.rlib
-rw-r--r--    1 richb  staff   159K Aug 27 21:33 libclap_complete-c5259171bf6dfe63.rmeta
-rw-r--r--    1 richb  staff   629K Aug 27 21:32 libclap_lex-beeff3dfcea492c0.rlib
-rw-r--r--    1 richb  staff    88K Aug 27 21:32 libclap_lex-beeff3dfcea492c0.rmeta
-rw-r--r--    1 richb  staff   885K Aug 27 20:41 libclap_lex-e2662136ac1cd617.rlib
-rw-r--r--    1 richb  staff    91K Aug 27 20:41 libclap_lex-e2662136ac1cd617.rmeta
-rw-r--r--    1 richb  staff    72K Aug 27 20:39 libcolorchoice-8fc5c89b96522c28.rlib
-rw-r--r--    1 richb  staff    17K Aug 27 20:39 libcolorchoice-8fc5c89b96522c28.rmeta
-rw-r--r--    1 richb  staff    57K Aug 27 21:32 libcolorchoice-d34173616a2c42f2.rlib
-rw-r--r--    1 richb  staff    17K Aug 27 21:32 libcolorchoice-d34173616a2c42f2.rmeta
-rw-r--r--    1 richb  staff   2.1M Aug 27 20:41 libcsv-13b1e0bb5df5f883.rlib
-rw-r--r--    1 richb  staff   957K Aug 27 20:41 libcsv-13b1e0bb5df5f883.rmeta
-rw-r--r--    1 richb  staff   2.0M Aug 27 21:33 libcsv-d52f67e00441c254.rlib
-rw-r--r--    1 richb  staff   941K Aug 27 21:33 libcsv-d52f67e00441c254.rmeta
-rw-r--r--    1 richb  staff   546K Aug 27 21:33 libcsv_core-447c6afe3b1a9052.rlib
-rw-r--r--    1 richb  staff   208K Aug 27 21:33 libcsv_core-447c6afe3b1a9052.rmeta
-rw-r--r--    1 richb  staff   719K Aug 27 20:41 libcsv_core-e5a9714cce4f24ff.rlib
-rw-r--r--    1 richb  staff   215K Aug 27 20:41 libcsv_core-e5a9714cce4f24ff.rmeta
-rw-r--r--    1 richb  staff   207K Aug 27 20:40 libeither-2856fd3292afcf2f.rlib
-rw-r--r--    1 richb  staff   206K Aug 27 20:40 libeither-2856fd3292afcf2f.rmeta
-rw-r--r--    1 richb  staff   195K Aug 27 21:32 libeither-5d738561e2c5fe55.rlib
-rw-r--r--    1 richb  staff   194K Aug 27 21:32 libeither-5d738561e2c5fe55.rmeta
-rwxr-xr-x    1 richb  staff    14M Aug 27 20:41 libenum_as_inner-5df5f8a24f31b6b3.so
-rwxr-xr-x    1 richb  staff   7.3M Aug 27 21:33 libenum_as_inner-8ccec192e406a9ba.so
-rw-r--r--    1 richb  staff   3.0M Aug 27 20:41 libenv_logger-543eea3d2d381984.rlib
-rw-r--r--    1 richb  staff   298K Aug 27 20:41 libenv_logger-543eea3d2d381984.rmeta
-rw-r--r--    1 richb  staff   2.7M Aug 27 21:33 libenv_logger-f0a4d32cb58a9c7c.rlib
-rw-r--r--    1 richb  staff   294K Aug 27 21:33 libenv_logger-f0a4d32cb58a9c7c.rmeta
-rw-r--r--    1 richb  staff   712K Aug 27 20:41 libfastrand-7ab04ea9c1f4146c.rlib
-rw-r--r--    1 richb  staff   167K Aug 27 20:41 libfastrand-7ab04ea9c1f4146c.rmeta
-rw-r--r--    1 richb  staff   554K Aug 27 21:33 libfastrand-e6406709308aa321.rlib
-rw-r--r--    1 richb  staff   150K Aug 27 21:33 libfastrand-e6406709308aa321.rmeta
-rw-r--r--    1 richb  staff   2.2M Aug 27 20:41 libgetopts-27d60b7cbf93341d.rlib
-rw-r--r--    1 richb  staff   172K Aug 27 20:41 libgetopts-27d60b7cbf93341d.rmeta
-rw-r--r--    1 richb  staff   2.0M Aug 27 21:33 libgetopts-936328a6466fd7ad.rlib
-rw-r--r--    1 richb  staff   161K Aug 27 21:33 libgetopts-936328a6466fd7ad.rmeta
-rw-r--r--    1 richb  staff   325K Aug 27 20:40 libgetrandom-16dcc014ba76c792.rlib
-rw-r--r--    1 richb  staff    81K Aug 27 20:40 libgetrandom-16dcc014ba76c792.rmeta
-rw-r--r--    1 richb  staff   280K Aug 27 21:32 libgetrandom-480b21b3e95447c5.rlib
-rw-r--r--    1 richb  staff   122K Aug 27 21:32 libgetrandom-480b21b3e95447c5.rmeta
-rw-r--r--    1 richb  staff   7.1M Aug 27 20:40 libgimli-0fd833bc65da3ef2.rlib
-rw-r--r--    1 richb  staff   4.8M Aug 27 20:40 libgimli-0fd833bc65da3ef2.rmeta
-rw-r--r--    1 richb  staff   6.6M Aug 27 21:32 libgimli-6da2d27988eaaa25.rlib
-rw-r--r--    1 richb  staff   4.5M Aug 27 21:32 libgimli-6da2d27988eaaa25.rmeta
-rw-r--r--    1 richb  staff    18M Aug 27 20:42 libhandlebars-68d1dfa7d3d466f2.rlib
-rw-r--r--    1 richb  staff   1.4M Aug 27 20:42 libhandlebars-68d1dfa7d3d466f2.rmeta
-rw-r--r--    1 richb  staff    18M Aug 27 21:33 libhandlebars-c77bead3fa047736.rlib
-rw-r--r--    1 richb  staff   1.3M Aug 27 21:33 libhandlebars-c77bead3fa047736.rmeta
-rw-r--r--    1 richb  staff   1.2M Aug 27 21:33 libhashbrown-8a4523677ff17126.rlib
-rw-r--r--    1 richb  staff   1.2M Aug 27 21:33 libhashbrown-8a4523677ff17126.rmeta
-rw-r--r--    1 richb  staff   1.2M Aug 27 20:41 libhashbrown-d1b808d97ad5dc69.rlib
-rw-r--r--    1 richb  staff   1.2M Aug 27 20:41 libhashbrown-d1b808d97ad5dc69.rmeta
-rw-r--r--    1 richb  staff   234K Aug 27 21:32 libheck-035c046fdc5afb82.rlib
-rw-r--r--    1 richb  staff    99K Aug 27 21:32 libheck-035c046fdc5afb82.rmeta
-rw-r--r--    1 richb  staff   700K Aug 27 20:40 libheck-3582ae575b6cf835.rlib
-rw-r--r--    1 richb  staff   102K Aug 27 20:40 libheck-3582ae575b6cf835.rmeta
-rw-r--r--    1 richb  staff   677K Aug 27 20:41 libhumantime-4b67dc4c8b3e65e6.rlib
-rw-r--r--    1 richb  staff    98K Aug 27 20:41 libhumantime-4b67dc4c8b3e65e6.rmeta
-rw-r--r--    1 richb  staff   549K Aug 27 21:33 libhumantime-fae31d9a64024b92.rlib
-rw-r--r--    1 richb  staff    97K Aug 27 21:33 libhumantime-fae31d9a64024b92.rmeta
-rw-r--r--    1 richb  staff   791K Aug 27 20:41 libiana_time_zone-95b046245d7a1b1b.rlib
-rw-r--r--    1 richb  staff    19K Aug 27 20:41 libiana_time_zone-95b046245d7a1b1b.rmeta
-rw-r--r--    1 richb  staff   593K Aug 27 21:33 libiana_time_zone-b58a3848a5a6d512.rlib
-rw-r--r--    1 richb  staff    18K Aug 27 21:33 libiana_time_zone-b58a3848a5a6d512.rmeta
-rw-r--r--    1 richb  staff   112K Aug 27 21:31 libio_lifetimes-afcefdc3f61c13da.rlib
-rw-r--r--    1 richb  staff   110K Aug 27 21:31 libio_lifetimes-afcefdc3f61c13da.rmeta
-rw-r--r--    1 richb  staff   101K Aug 27 20:39 libio_lifetimes-ccbcc2ace0015969.rlib
-rw-r--r--    1 richb  staff    99K Aug 27 20:39 libio_lifetimes-ccbcc2ace0015969.rmeta
-rw-r--r--    1 richb  staff    10K Aug 27 21:31 libis_terminal-6919f407b48abf36.rlib
-rw-r--r--    1 richb  staff   8.9K Aug 27 21:31 libis_terminal-6919f407b48abf36.rmeta
-rw-r--r--    1 richb  staff   8.5K Aug 27 20:39 libis_terminal-7224bf279576514b.rlib
-rw-r--r--    1 richb  staff   7.2K Aug 27 20:39 libis_terminal-7224bf279576514b.rmeta
-rw-r--r--    1 richb  staff   3.4M Aug 27 20:41 libitertools-2d43fb02078aeaad.rlib
-rw-r--r--    1 richb  staff   2.9M Aug 27 20:41 libitertools-2d43fb02078aeaad.rmeta
-rw-r--r--    1 richb  staff   3.3M Aug 27 20:41 libitertools-72978d5f52e1ee56.rlib
-rw-r--r--    1 richb  staff   2.8M Aug 27 20:41 libitertools-72978d5f52e1ee56.rmeta
-rw-r--r--    1 richb  staff   3.0M Aug 27 21:33 libitertools-7f98be492ddf6d12.rlib
-rw-r--r--    1 richb  staff   2.7M Aug 27 21:33 libitertools-7f98be492ddf6d12.rmeta
-rw-r--r--    1 richb  staff   3.1M Aug 27 21:33 libitertools-c1045c93051b9793.rlib
-rw-r--r--    1 richb  staff   2.8M Aug 27 21:33 libitertools-c1045c93051b9793.rmeta
-rw-r--r--    1 richb  staff   124K Aug 27 20:40 libitoa-10f0ed6338a99ace.rlib
-rw-r--r--    1 richb  staff   122K Aug 27 20:40 libitoa-10f0ed6338a99ace.rmeta
-rw-r--r--    1 richb  staff   130K Aug 27 21:32 libitoa-e540cfd8036ff6b2.rlib
-rw-r--r--    1 richb  staff   129K Aug 27 21:32 libitoa-e540cfd8036ff6b2.rmeta
-rw-r--r--    1 richb  staff   6.3M Aug 27 21:31 liblibc-7210a355a56b809e.rlib
-rw-r--r--    1 richb  staff   4.6M Aug 27 21:31 liblibc-7210a355a56b809e.rmeta
-rw-r--r--    1 richb  staff   6.3M Aug 27 20:39 liblibc-912d6043b09413e5.rlib
-rw-r--r--    1 richb  staff   4.3M Aug 27 20:39 liblibc-912d6043b09413e5.rmeta
-rw-r--r--    1 richb  staff   2.2M Aug 27 21:31 liblinux_raw_sys-601de43e213e0e13.rlib
-rw-r--r--    1 richb  staff   1.7M Aug 27 21:31 liblinux_raw_sys-601de43e213e0e13.rmeta
-rw-r--r--    1 richb  staff   2.3M Aug 27 20:39 liblinux_raw_sys-70a4647e25737693.rlib
-rw-r--r--    1 richb  staff   1.6M Aug 27 20:39 liblinux_raw_sys-70a4647e25737693.rmeta
-rw-r--r--    1 richb  staff   3.7M Aug 27 20:39 liblinux_raw_sys-793d6ada422c0353.rlib
-rw-r--r--    1 richb  staff   2.7M Aug 27 20:39 liblinux_raw_sys-793d6ada422c0353.rmeta
-rw-r--r--    1 richb  staff   3.7M Aug 27 21:31 liblinux_raw_sys-7d18d20d33a96565.rlib
-rw-r--r--    1 richb  staff   2.7M Aug 27 21:31 liblinux_raw_sys-7d18d20d33a96565.rmeta
-rw-r--r--    1 richb  staff   573K Aug 27 21:32 liblog-8a57816ab3d8d666.rlib
-rw-r--r--    1 richb  staff   252K Aug 27 21:32 liblog-8a57816ab3d8d666.rmeta
-rw-r--r--    1 richb  staff   715K Aug 27 20:40 liblog-b7fb7a235c9b8a36.rlib
-rw-r--r--    1 richb  staff   246K Aug 27 20:40 liblog-b7fb7a235c9b8a36.rmeta
-rw-r--r--    1 richb  staff    25M Aug 27 21:34 libmdbook-8201a20b226309a8.rlib
-rw-r--r--    1 richb  staff   4.3M Aug 27 21:33 libmdbook-8201a20b226309a8.rmeta
-rw-r--r--    1 richb  staff    25M Aug 27 20:42 libmdbook-e41249253b5d7738.rlib
-rw-r--r--    1 richb  staff   4.8M Aug 27 20:42 libmdbook-e41249253b5d7738.rmeta
-rw-r--r--    1 richb  staff    67K Aug 27 20:42 libmdbook_preprocessor_boilerplate-3203cae72b2e0285.rlib
-rw-r--r--    1 richb  staff    23K Aug 27 20:42 libmdbook_preprocessor_boilerplate-3203cae72b2e0285.rmeta
-rw-r--r--    1 richb  staff    62K Aug 27 21:33 libmdbook_preprocessor_boilerplate-969d305be9c29c52.rlib
-rw-r--r--    1 richb  staff    22K Aug 27 21:33 libmdbook_preprocessor_boilerplate-969d305be9c29c52.rmeta
-rw-r--r--    1 richb  staff   2.3M Aug 27 20:42 libmdbook_prql-65b836051ad0daa2.rlib
-rw-r--r--    1 richb  staff    42K Aug 27 20:42 libmdbook_prql-65b836051ad0daa2.rmeta
-rw-r--r--    1 richb  staff   2.2M Aug 27 21:34 libmdbook_prql-fea7fa188a161124.rlib
-rw-r--r--    1 richb  staff    41K Aug 27 21:34 libmdbook_prql-fea7fa188a161124.rmeta
-rw-r--r--    1 richb  staff   2.5M Aug 27 20:39 libmemchr-4b45861a1c6643cb.rlib
-rw-r--r--    1 richb  staff   1.1M Aug 27 20:39 libmemchr-4b45861a1c6643cb.rmeta
-rw-r--r--    1 richb  staff   2.4M Aug 27 21:31 libmemchr-d2d80f9bc4c64ef6.rlib
-rw-r--r--    1 richb  staff   1.1M Aug 27 21:31 libmemchr-d2d80f9bc4c64ef6.rmeta
-rw-r--r--    1 richb  staff   652K Aug 27 20:41 libminimal_lexical-01ba601f74a70fce.rlib
-rw-r--r--    1 richb  staff   376K Aug 27 20:41 libminimal_lexical-01ba601f74a70fce.rmeta
-rw-r--r--    1 richb  staff   524K Aug 27 21:33 libminimal_lexical-88fe0088546d1e62.rlib
-rw-r--r--    1 richb  staff   355K Aug 27 21:33 libminimal_lexical-88fe0088546d1e62.rmeta
-rw-r--r--    1 richb  staff   820K Aug 27 21:32 libminiz_oxide-29c06828759bbd96.rlib
-rw-r--r--    1 richb  staff   257K Aug 27 21:32 libminiz_oxide-29c06828759bbd96.rmeta
-rw-r--r--    1 richb  staff   917K Aug 27 20:40 libminiz_oxide-998b6bbdb2eac9d2.rlib
-rw-r--r--    1 richb  staff   260K Aug 27 20:40 libminiz_oxide-998b6bbdb2eac9d2.rmeta
-rw-r--r--    1 richb  staff   4.5M Aug 27 21:33 libnom-01142097a460aeb4.rlib
-rw-r--r--    1 richb  staff   3.9M Aug 27 21:33 libnom-01142097a460aeb4.rmeta
-rw-r--r--    1 richb  staff   4.8M Aug 27 20:41 libnom-8f6b166fb2f8b44c.rlib
-rw-r--r--    1 richb  staff   4.0M Aug 27 20:41 libnom-8f6b166fb2f8b44c.rmeta
-rw-r--r--    1 richb  staff   775K Aug 27 20:41 libnum_integer-433fbb6440c12ef7.rlib
-rw-r--r--    1 richb  staff   442K Aug 27 20:41 libnum_integer-433fbb6440c12ef7.rmeta
-rw-r--r--    1 richb  staff   700K Aug 27 21:33 libnum_integer-73260ae6744de0a5.rlib
-rw-r--r--    1 richb  staff   415K Aug 27 21:33 libnum_integer-73260ae6744de0a5.rmeta
-rw-r--r--    1 richb  staff   2.0M Aug 27 21:32 libnum_traits-b4b647c6283e71df.rlib
-rw-r--r--    1 richb  staff   1.8M Aug 27 21:32 libnum_traits-b4b647c6283e71df.rmeta
-rw-r--r--    1 richb  staff   2.3M Aug 27 20:41 libnum_traits-c2698ad07989984f.rlib
-rw-r--r--    1 richb  staff   1.9M Aug 27 20:41 libnum_traits-c2698ad07989984f.rmeta
-rw-r--r--    1 richb  staff   8.7M Aug 27 21:32 libobject-8cf2213712bb0bd1.rlib
-rw-r--r--    1 richb  staff   6.4M Aug 27 21:32 libobject-8cf2213712bb0bd1.rmeta
-rw-r--r--    1 richb  staff   9.1M Aug 27 20:40 libobject-cb2bee6e0e3da5a2.rlib
-rw-r--r--    1 richb  staff   6.7M Aug 27 20:40 libobject-cb2bee6e0e3da5a2.rmeta
-rw-r--r--    1 richb  staff   369K Aug 27 21:31 libonce_cell-241bb06069d00240.rlib
-rw-r--r--    1 richb  staff   223K Aug 27 21:31 libonce_cell-241bb06069d00240.rmeta
-rw-r--r--    1 richb  staff   489K Aug 27 20:39 libonce_cell-937b245015f15b54.rlib
-rw-r--r--    1 richb  staff   227K Aug 27 20:39 libonce_cell-937b245015f15b54.rmeta
-rw-r--r--    1 richb  staff   1.2M Aug 27 21:33 libopener-6b7b434d2476d1f3.rlib
-rw-r--r--    1 richb  staff    90K Aug 27 21:33 libopener-6b7b434d2476d1f3.rmeta
-rw-r--r--    1 richb  staff   1.4M Aug 27 20:41 libopener-c52414e3eaabd0d2.rlib
-rw-r--r--    1 richb  staff    96K Aug 27 20:41 libopener-c52414e3eaabd0d2.rmeta
-rw-r--r--    1 richb  staff   8.3M Aug 27 20:40 libpest-813a84870f51a583.rlib
-rw-r--r--    1 richb  staff   6.8M Aug 27 20:40 libpest-813a84870f51a583.rmeta
-rw-r--r--    1 richb  staff   8.2M Aug 27 21:32 libpest-ef328703b5642215.rlib
-rw-r--r--    1 richb  staff   6.8M Aug 27 21:32 libpest-ef328703b5642215.rmeta
-rwxr-xr-x    1 richb  staff    21M Aug 27 20:42 libpest_derive-7c3bba06eb99c1ec.so
-rwxr-xr-x    1 richb  staff   9.8M Aug 27 21:33 libpest_derive-bbd9a81b49844255.so
-rw-r--r--    1 richb  staff   1.0M Aug 27 21:33 libpest_generator-5b2d5784bc25726f.rlib
-rw-r--r--    1 richb  staff   173K Aug 27 21:32 libpest_generator-5b2d5784bc25726f.rmeta
-rw-r--r--    1 richb  staff   3.6M Aug 27 20:41 libpest_generator-c44470498407d7ca.rlib
-rw-r--r--    1 richb  staff   176K Aug 27 20:41 libpest_generator-c44470498407d7ca.rmeta
-rw-r--r--    1 richb  staff   3.8M Aug 27 21:32 libpest_meta-5486a0da59531ebd.rlib
-rw-r--r--    1 richb  staff   725K Aug 27 21:32 libpest_meta-5486a0da59531ebd.rmeta
-rw-r--r--    1 richb  staff    11M Aug 27 20:40 libpest_meta-beb61b5214581183.rlib
-rw-r--r--    1 richb  staff   775K Aug 27 20:40 libpest_meta-beb61b5214581183.rmeta
-rw-r--r--    1 richb  staff   1.2M Aug 27 21:31 libproc_macro2-90c59fe38364364f.rlib
-rw-r--r--    1 richb  staff   421K Aug 27 21:31 libproc_macro2-90c59fe38364364f.rmeta
-rw-r--r--    1 richb  staff   3.1M Aug 27 20:39 libproc_macro2-a6fc4a51cfb62bb6.rlib
-rw-r--r--    1 richb  staff   414K Aug 27 20:39 libproc_macro2-a6fc4a51cfb62bb6.rmeta
-rw-r--r--    1 richb  staff   3.5M Aug 27 20:42 libprql_ast-6a39cb1073b2ed39.rlib
-rw-r--r--    1 richb  staff   1.6M Aug 27 20:42 libprql_ast-6a39cb1073b2ed39.rmeta
-rw-r--r--    1 richb  staff   3.6M Aug 27 21:33 libprql_ast-b5633098df4342e6.rlib
-rw-r--r--    1 richb  staff   1.5M Aug 27 21:33 libprql_ast-b5633098df4342e6.rmeta
-rw-r--r--    1 richb  staff   105M Aug 27 20:42 libprql_compiler-7309b17e0fc71c24.rlib
-rw-r--r--    1 richb  staff   6.6M Aug 27 20:42 libprql_compiler-7309b17e0fc71c24.rmeta
-rw-r--r--    1 richb  staff   103M Aug 27 21:34 libprql_compiler-acd2531069909558.rlib
-rw-r--r--    1 richb  staff   6.3M Aug 27 21:34 libprql_compiler-acd2531069909558.rmeta
-rw-r--r--    1 richb  staff   250M Aug 27 20:42 libprql_parser-11c2346b13afd241.rlib
-rw-r--r--    1 richb  staff   580K Aug 27 20:42 libprql_parser-11c2346b13afd241.rmeta
-rw-r--r--    1 richb  staff   257M Aug 27 21:34 libprql_parser-281de26bca464c89.rlib
-rw-r--r--    1 richb  staff   563K Aug 27 21:33 libprql_parser-281de26bca464c89.rmeta
-rw-r--r--    1 richb  staff    46K Aug 27 20:41 libpsm-03e454c910fdfa72.rlib
-rw-r--r--    1 richb  staff    31K Aug 27 20:41 libpsm-03e454c910fdfa72.rmeta
-rw-r--r--    1 richb  staff    44K Aug 27 21:33 libpsm-891770461f259f9e.rlib
-rw-r--r--    1 richb  staff    31K Aug 27 21:33 libpsm-891770461f259f9e.rmeta
-rw-r--r--    1 richb  staff   7.2M Aug 27 20:41 libpulldown_cmark-8e9c685d02434147.rlib
-rw-r--r--    1 richb  staff   1.5M Aug 27 20:41 libpulldown_cmark-8e9c685d02434147.rmeta
-rw-r--r--    1 richb  staff   6.8M Aug 27 21:33 libpulldown_cmark-fbbbd57c10c2351e.rlib
-rw-r--r--    1 richb  staff   1.4M Aug 27 21:33 libpulldown_cmark-fbbbd57c10c2351e.rmeta
-rw-r--r--    1 richb  staff   608K Aug 27 21:33 libpulldown_cmark_to_cmark-32dd6746e9ef6808.rlib
-rw-r--r--    1 richb  staff   167K Aug 27 21:33 libpulldown_cmark_to_cmark-32dd6746e9ef6808.rmeta
-rw-r--r--    1 richb  staff   701K Aug 27 20:42 libpulldown_cmark_to_cmark-9ebc7b89684ca0bb.rlib
-rw-r--r--    1 richb  staff   188K Aug 27 20:42 libpulldown_cmark_to_cmark-9ebc7b89684ca0bb.rmeta
-rw-r--r--    1 richb  staff   1.5M Aug 27 20:39 libquote-0dfc506324556388.rlib
-rw-r--r--    1 richb  staff   280K Aug 27 20:39 libquote-0dfc506324556388.rmeta
-rw-r--r--    1 richb  staff   553K Aug 27 21:31 libquote-ff44126907afe42a.rlib
-rw-r--r--    1 richb  staff   279K Aug 27 21:31 libquote-ff44126907afe42a.rmeta
-rw-r--r--    1 richb  staff   1.8M Aug 27 21:32 libregex-2f2b4c51ab8c12b2.rlib
-rw-r--r--    1 richb  staff   738K Aug 27 21:32 libregex-2f2b4c51ab8c12b2.rmeta
-rw-r--r--    1 richb  staff   2.6M Aug 27 20:40 libregex-d8afbaace5bfa36f.rlib
-rw-r--r--    1 richb  staff   746K Aug 27 20:40 libregex-d8afbaace5bfa36f.rmeta
-rw-r--r--    1 richb  staff    21M Aug 27 20:40 libregex_automata-135a64195d840620.rlib
-rw-r--r--    1 richb  staff   3.8M Aug 27 20:40 libregex_automata-135a64195d840620.rmeta
-rw-r--r--    1 richb  staff    20M Aug 27 21:32 libregex_automata-9da9bb2793728695.rlib
-rw-r--r--    1 richb  staff   3.7M Aug 27 21:32 libregex_automata-9da9bb2793728695.rmeta
-rw-r--r--    1 richb  staff   460K Aug 27 21:33 libregex_automata-ad3f70c1acb885d8.rlib
-rw-r--r--    1 richb  staff   376K Aug 27 21:33 libregex_automata-ad3f70c1acb885d8.rmeta
-rw-r--r--    1 richb  staff   556K Aug 27 20:41 libregex_automata-c80f56bac70b17cb.rlib
-rw-r--r--    1 richb  staff   396K Aug 27 20:41 libregex_automata-c80f56bac70b17cb.rmeta
-rw-r--r--    1 richb  staff    18M Aug 27 20:40 libregex_syntax-4f1c9380e2cc228a.rlib
-rw-r--r--    1 richb  staff   7.4M Aug 27 20:40 libregex_syntax-4f1c9380e2cc228a.rmeta
-rw-r--r--    1 richb  staff    17M Aug 27 21:32 libregex_syntax-e7aae5de8fe4559d.rlib
-rw-r--r--    1 richb  staff   6.4M Aug 27 21:32 libregex_syntax-e7aae5de8fe4559d.rmeta
-rw-r--r--    1 richb  staff   1.3M Aug 27 21:32 librustc_demangle-398d677b66a756b6.rlib
-rw-r--r--    1 richb  staff   167K Aug 27 21:32 librustc_demangle-398d677b66a756b6.rmeta
-rw-r--r--    1 richb  staff   1.4M Aug 27 20:40 librustc_demangle-54abc322d304ab81.rlib
-rw-r--r--    1 richb  staff   172K Aug 27 20:40 librustc_demangle-54abc322d304ab81.rmeta
-rw-r--r--    1 richb  staff   4.0M Aug 27 21:31 librustix-23a4daa209598860.rlib
-rw-r--r--    1 richb  staff   3.0M Aug 27 21:31 librustix-23a4daa209598860.rmeta
-rw-r--r--    1 richb  staff   6.2M Aug 27 21:32 librustix-33435e3142fb8e5b.rlib
-rw-r--r--    1 richb  staff   4.5M Aug 27 21:31 librustix-33435e3142fb8e5b.rmeta
-rw-r--r--    1 richb  staff   4.2M Aug 27 20:39 librustix-850d926a1c84a932.rlib
-rw-r--r--    1 richb  staff   3.1M Aug 27 20:39 librustix-850d926a1c84a932.rmeta
-rw-r--r--    1 richb  staff   6.3M Aug 27 20:39 librustix-9aaf97d653ddcabb.rlib
-rw-r--r--    1 richb  staff   4.6M Aug 27 20:39 librustix-9aaf97d653ddcabb.rmeta
-rwxr-xr-x    1 richb  staff   6.2M Aug 27 21:32 librustversion-3d72f460ca64731c.so
-rwxr-xr-x    1 richb  staff   6.9M Aug 27 20:41 librustversion-a5b9924804e34d6a.so
-rw-r--r--    1 richb  staff   312K Aug 27 21:32 libryu-5e8f88da5a38c001.rlib
-rw-r--r--    1 richb  staff   117K Aug 27 21:32 libryu-5e8f88da5a38c001.rmeta
-rw-r--r--    1 richb  staff   387K Aug 27 20:40 libryu-69fc74dff33c2357.rlib
-rw-r--r--    1 richb  staff   138K Aug 27 20:40 libryu-69fc74dff33c2357.rmeta
-rw-r--r--    1 richb  staff   960K Aug 27 21:32 libsemver-4df9e2a6da3153c9.rlib
-rw-r--r--    1 richb  staff   206K Aug 27 21:32 libsemver-4df9e2a6da3153c9.rmeta
-rw-r--r--    1 richb  staff   1.1M Aug 27 20:41 libsemver-5467d2a3ad85995c.rlib
-rw-r--r--    1 richb  staff   211K Aug 27 20:41 libsemver-5467d2a3ad85995c.rmeta
-rw-r--r--    1 richb  staff   6.2M Aug 27 21:32 libserde-056694d70638613a.rlib
-rw-r--r--    1 richb  staff   5.7M Aug 27 21:32 libserde-056694d70638613a.rmeta
-rw-r--r--    1 richb  staff   6.9M Aug 27 20:40 libserde-7ab6e50cd40b45f3.rlib
-rw-r--r--    1 richb  staff   6.1M Aug 27 20:40 libserde-7ab6e50cd40b45f3.rmeta
-rwxr-xr-x    1 richb  staff   9.1M Aug 27 21:32 libserde_derive-2893a9afcca9c530.so
-rwxr-xr-x    1 richb  staff    21M Aug 27 20:40 libserde_derive-7bd33844d2639793.so
-rw-r--r--    1 richb  staff   4.7M Aug 27 21:33 libserde_json-2e7b5872ad945d8d.rlib
-rw-r--r--    1 richb  staff   1.5M Aug 27 21:33 libserde_json-2e7b5872ad945d8d.rmeta
-rw-r--r--    1 richb  staff   4.9M Aug 27 20:41 libserde_json-a3793c038a00ee66.rlib
-rw-r--r--    1 richb  staff   1.6M Aug 27 20:41 libserde_json-a3793c038a00ee66.rmeta
-rw-r--r--    1 richb  staff   253K Aug 27 21:33 libshlex-045e1cc4adc61251.rlib
-rw-r--r--    1 richb  staff    14K Aug 27 21:33 libshlex-045e1cc4adc61251.rmeta
-rw-r--r--    1 richb  staff   381K Aug 27 20:41 libshlex-df9eb4fba8dd532e.rlib
-rw-r--r--    1 richb  staff    14K Aug 27 20:41 libshlex-df9eb4fba8dd532e.rmeta
-rw-r--r--    1 richb  staff    14M Aug 27 20:41 libsqlformat-4fe732ccbdf8bc88.rlib
-rw-r--r--    1 richb  staff   189K Aug 27 20:41 libsqlformat-4fe732ccbdf8bc88.rmeta
-rw-r--r--    1 richb  staff    13M Aug 27 21:33 libsqlformat-7ba1db98f9eef6cc.rlib
-rw-r--r--    1 richb  staff   180K Aug 27 21:33 libsqlformat-7ba1db98f9eef6cc.rmeta
-rw-r--r--    1 richb  staff    72M Aug 27 21:33 libsqlparser-49f03c64da032389.rlib
-rw-r--r--    1 richb  staff    50M Aug 27 21:33 libsqlparser-49f03c64da032389.rmeta
-rw-r--r--    1 richb  staff    73M Aug 27 20:42 libsqlparser-ad479a19329195aa.rlib
-rw-r--r--    1 richb  staff    51M Aug 27 20:42 libsqlparser-ad479a19329195aa.rmeta
-rw-r--r--    1 richb  staff   320K Aug 27 21:33 libstacker-36f5bbed6b267b14.rlib
-rw-r--r--    1 richb  staff    28K Aug 27 21:33 libstacker-36f5bbed6b267b14.rmeta
-rw-r--r--    1 richb  staff   489K Aug 27 20:41 libstacker-a6dc1947ce033a20.rlib
-rw-r--r--    1 richb  staff    29K Aug 27 20:41 libstacker-a6dc1947ce033a20.rmeta
-rw-r--r--    1 richb  staff   1.6M Aug 27 21:32 libstrsim-637eef615e07e92b.rlib
-rw-r--r--    1 richb  staff    68K Aug 27 21:32 libstrsim-637eef615e07e92b.rmeta
-rw-r--r--    1 richb  staff   1.7M Aug 27 20:40 libstrsim-8ed1051e7e58e636.rlib
-rw-r--r--    1 richb  staff    74K Aug 27 20:40 libstrsim-8ed1051e7e58e636.rmeta
-rw-r--r--    1 richb  staff    49K Aug 27 20:41 libstrum-38ddcc781cfe63b3.rlib
-rw-r--r--    1 richb  staff    29K Aug 27 20:41 libstrum-38ddcc781cfe63b3.rmeta
-rw-r--r--    1 richb  staff    47K Aug 27 21:33 libstrum-f037f38716c3e430.rlib
-rw-r--r--    1 richb  staff    32K Aug 27 21:33 libstrum-f037f38716c3e430.rmeta
-rwxr-xr-x    1 richb  staff    17M Aug 27 20:41 libstrum_macros-0a071f49d40c7108.so
-rwxr-xr-x    1 richb  staff   8.5M Aug 27 21:33 libstrum_macros-375cf96c0d1f4486.so
-rw-r--r--    1 richb  staff   7.8M Aug 27 21:31 libsyn-849fee75109957c6.rlib
-rw-r--r--    1 richb  staff   3.5M Aug 27 21:31 libsyn-849fee75109957c6.rmeta
-rw-r--r--    1 richb  staff    17M Aug 27 20:39 libsyn-8a6137fcd09dd9af.rlib
-rw-r--r--    1 richb  staff   3.5M Aug 27 20:39 libsyn-8a6137fcd09dd9af.rmeta
-rw-r--r--    1 richb  staff   1.3M Aug 27 20:41 libtempfile-5d6270af9632af6a.rlib
-rw-r--r--    1 richb  staff   210K Aug 27 20:41 libtempfile-5d6270af9632af6a.rmeta
-rw-r--r--    1 richb  staff   1.1M Aug 27 21:33 libtempfile-d5888848ece06e29.rlib
-rw-r--r--    1 richb  staff   210K Aug 27 21:33 libtempfile-d5888848ece06e29.rmeta
-rw-r--r--    1 richb  staff   1.6M Aug 27 20:41 libtermcolor-65c99b4c957e314f.rlib
-rw-r--r--    1 richb  staff   301K Aug 27 20:41 libtermcolor-65c99b4c957e314f.rmeta
-rw-r--r--    1 richb  staff   1.4M Aug 27 21:33 libtermcolor-930992c1f8f11477.rlib
-rw-r--r--    1 richb  staff   294K Aug 27 21:33 libtermcolor-930992c1f8f11477.rmeta
-rw-r--r--    1 richb  staff    70K Aug 27 21:32 libterminal_size-92b8470f38542631.rlib
-rw-r--r--    1 richb  staff    22K Aug 27 21:32 libterminal_size-92b8470f38542631.rmeta
-rw-r--r--    1 richb  staff   122K Aug 27 20:40 libterminal_size-c6f0442b26ef27d0.rlib
-rw-r--r--    1 richb  staff    22K Aug 27 20:40 libterminal_size-c6f0442b26ef27d0.rmeta
-rw-r--r--    1 richb  staff   910K Aug 27 20:41 libtextwrap-44e52b4c02a9558a.rlib
-rw-r--r--    1 richb  staff    87K Aug 27 20:41 libtextwrap-44e52b4c02a9558a.rmeta
-rw-r--r--    1 richb  staff   754K Aug 27 21:33 libtextwrap-ca3e2bddfb48ce18.rlib
-rw-r--r--    1 richb  staff    82K Aug 27 21:33 libtextwrap-ca3e2bddfb48ce18.rmeta
-rw-r--r--    1 richb  staff    54K Aug 27 20:40 libthiserror-b26cff84a4cf7b96.rlib
-rw-r--r--    1 richb  staff    26K Aug 27 20:40 libthiserror-b26cff84a4cf7b96.rmeta
-rw-r--r--    1 richb  staff    45K Aug 27 21:32 libthiserror-bcc5eb2dc1e6747e.rlib
-rw-r--r--    1 richb  staff    26K Aug 27 21:32 libthiserror-bcc5eb2dc1e6747e.rmeta
-rwxr-xr-x    1 richb  staff    18M Aug 27 20:40 libthiserror_impl-d022ebb9431db375.so
-rwxr-xr-x    1 richb  staff   8.0M Aug 27 21:32 libthiserror_impl-df0b8f233ecafe9e.so
-rw-r--r--    1 richb  staff   7.7M Aug 27 21:33 libtoml-0f4dbdf6be352a5b.rlib
-rw-r--r--    1 richb  staff   1.2M Aug 27 21:33 libtoml-0f4dbdf6be352a5b.rmeta
-rw-r--r--    1 richb  staff   7.8M Aug 27 20:41 libtoml-44533f3529bd8632.rlib
-rw-r--r--    1 richb  staff   1.2M Aug 27 20:41 libtoml-44533f3529bd8632.rmeta
-rw-r--r--    1 richb  staff    53K Aug 27 20:41 libtopological_sort-3fce6101a2b823e2.rlib
-rw-r--r--    1 richb  staff    52K Aug 27 20:41 libtopological_sort-3fce6101a2b823e2.rmeta
-rw-r--r--    1 richb  staff    51K Aug 27 21:33 libtopological_sort-d8fb0fd9613f3052.rlib
-rw-r--r--    1 richb  staff    49K Aug 27 21:33 libtopological_sort-d8fb0fd9613f3052.rmeta
-rw-r--r--    1 richb  staff   1.4M Aug 27 20:39 libucd_trie-38c7fea4365d7493.rlib
-rw-r--r--    1 richb  staff    50K Aug 27 20:39 libucd_trie-38c7fea4365d7493.rmeta
-rw-r--r--    1 richb  staff   1.3M Aug 27 21:32 libucd_trie-b886941c8e391979.rlib
-rw-r--r--    1 richb  staff    46K Aug 27 21:32 libucd_trie-b886941c8e391979.rmeta
-rw-r--r--    1 richb  staff   370K Aug 27 20:41 libunicase-7e82960999cf95c5.rlib
-rw-r--r--    1 richb  staff   125K Aug 27 20:41 libunicase-7e82960999cf95c5.rmeta
-rw-r--r--    1 richb  staff   261K Aug 27 21:33 libunicase-ec8d946ec6db6581.rlib
-rw-r--r--    1 richb  staff   121K Aug 27 21:33 libunicase-ec8d946ec6db6581.rmeta
-rw-r--r--    1 richb  staff   716K Aug 27 21:33 libunicode_categories-8a4ee362a11955d2.rlib
-rw-r--r--    1 richb  staff   565K Aug 27 21:33 libunicode_categories-8a4ee362a11955d2.rmeta
-rw-r--r--    1 richb  staff   692K Aug 27 20:41 libunicode_categories-8a90a71efcbfb671.rlib
-rw-r--r--    1 richb  staff   527K Aug 27 20:41 libunicode_categories-8a90a71efcbfb671.rmeta
-rw-r--r--    1 richb  staff   250K Aug 27 20:39 libunicode_ident-06a3748bafa92ab1.rlib
-rw-r--r--    1 richb  staff   185K Aug 27 20:39 libunicode_ident-06a3748bafa92ab1.rmeta
-rw-r--r--    1 richb  staff   199K Aug 27 21:31 libunicode_ident-dbef6f73ae985399.rlib
-rw-r--r--    1 richb  staff   181K Aug 27 21:31 libunicode_ident-dbef6f73ae985399.rmeta
-rw-r--r--    1 richb  staff   131K Aug 27 21:31 libunicode_width-3f45be079f27c499.rlib
-rw-r--r--    1 richb  staff   120K Aug 27 21:31 libunicode_width-3f45be079f27c499.rmeta
-rw-r--r--    1 richb  staff   132K Aug 27 20:39 libunicode_width-96eb0f29305d84bf.rlib
-rw-r--r--    1 richb  staff   121K Aug 27 20:39 libunicode_width-96eb0f29305d84bf.rmeta
-rw-r--r--    1 richb  staff    63K Aug 27 21:31 libutf8parse-0ee8d8c5f6e79332.rlib
-rw-r--r--    1 richb  staff    41K Aug 27 21:31 libutf8parse-0ee8d8c5f6e79332.rmeta
-rw-r--r--    1 richb  staff    83K Aug 27 20:39 libutf8parse-951ca9bdc6d60a50.rlib
-rw-r--r--    1 richb  staff    41K Aug 27 20:39 libutf8parse-951ca9bdc6d60a50.rmeta
-rw-r--r--    1 richb  staff   452K Aug 27 21:31 libversion_check-00258a8fc1af34a3.rlib
-rw-r--r--    1 richb  staff    97K Aug 27 21:31 libversion_check-00258a8fc1af34a3.rmeta
-rw-r--r--    1 richb  staff   1.7M Aug 27 20:39 libversion_check-dbde7c3a713834cc.rlib
-rw-r--r--    1 richb  staff   101K Aug 27 20:39 libversion_check-dbde7c3a713834cc.rmeta
-rw-r--r--    1 richb  staff   311K Aug 27 20:41 libyansi-08ea8ea844aeb2bf.rlib
-rw-r--r--    1 richb  staff   179K Aug 27 20:41 libyansi-08ea8ea844aeb2bf.rmeta
-rw-r--r--    1 richb  staff   267K Aug 27 21:33 libyansi-2ff60e66f128e386.rlib
-rw-r--r--    1 richb  staff   175K Aug 27 21:33 libyansi-2ff60e66f128e386.rmeta
-rw-r--r--    1 richb  staff   1.8K Aug 27 21:31 linux_raw_sys-601de43e213e0e13.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 20:39 linux_raw_sys-70a4647e25737693.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 20:39 linux_raw_sys-793d6ada422c0353.d
-rw-r--r--    1 richb  staff   1.8K Aug 27 21:31 linux_raw_sys-7d18d20d33a96565.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 21:32 log-8a57816ab3d8d666.d
-rw-r--r--    1 richb  staff   1.1K Aug 27 20:40 log-b7fb7a235c9b8a36.d
-rw-r--r--    1 richb  staff    30K Aug 27 21:33 mdbook-8201a20b226309a8.d
-rw-r--r--    1 richb  staff    28K Aug 27 20:42 mdbook-e41249253b5d7738.d
-rw-r--r--    1 richb  staff   703B Aug 27 20:42 mdbook_preprocessor_boilerplate-3203cae72b2e0285.d
-rw-r--r--    1 richb  staff   723B Aug 27 21:33 mdbook_preprocessor_boilerplate-969d305be9c29c52.d
-rwxr-xr-x    1 richb  staff   324M Aug 27 20:48 mdbook_prql-09b833bde57cebbe
-rw-r--r--    1 richb  staff   198B Aug 27 20:42 mdbook_prql-09b833bde57cebbe.d
-rw-r--r--    1 richb  staff   295B Aug 27 20:42 mdbook_prql-65b836051ad0daa2.d
-rwxr-xr-x    2 richb  staff   327M Aug 27 21:38 mdbook_prql-defb30fa0fd2434e
-rw-r--r--    1 richb  staff   198B Aug 27 21:34 mdbook_prql-defb30fa0fd2434e.d
-rw-r--r--    1 richb  staff   295B Aug 27 21:34 mdbook_prql-fea7fa188a161124.d
-rw-r--r--    1 richb  staff   9.8K Aug 27 20:39 memchr-4b45861a1c6643cb.d
-rw-r--r--    1 richb  staff    10K Aug 27 21:31 memchr-d2d80f9bc4c64ef6.d
-rw-r--r--    1 richb  staff   7.3K Aug 27 20:41 minimal_lexical-01ba601f74a70fce.d
-rw-r--r--    1 richb  staff   7.7K Aug 27 21:33 minimal_lexical-88fe0088546d1e62.d
-rw-r--r--    1 richb  staff   2.6K Aug 27 21:32 miniz_oxide-29c06828759bbd96.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 20:40 miniz_oxide-998b6bbdb2eac9d2.d
-rw-r--r--    1 richb  staff   8.1K Aug 27 21:33 nom-01142097a460aeb4.d
-rw-r--r--    1 richb  staff   7.7K Aug 27 20:41 nom-8f6b166fb2f8b44c.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 20:41 num_integer-433fbb6440c12ef7.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:33 num_integer-73260ae6744de0a5.d
-rw-r--r--    1 richb  staff   7.0K Aug 27 21:32 num_traits-b4b647c6283e71df.d
-rw-r--r--    1 richb  staff   6.7K Aug 27 20:41 num_traits-c2698ad07989984f.d
-rw-r--r--    1 richb  staff    19K Aug 27 21:32 object-8cf2213712bb0bd1.d
-rw-r--r--    1 richb  staff    18K Aug 27 20:40 object-cb2bee6e0e3da5a2.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:31 once_cell-241bb06069d00240.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:39 once_cell-937b245015f15b54.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:33 opener-6b7b434d2476d1f3.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:41 opener-c52414e3eaabd0d2.d
-rw-r--r--    1 richb  staff   7.8K Aug 27 20:40 pest-813a84870f51a583.d
-rw-r--r--    1 richb  staff   8.3K Aug 27 21:32 pest-ef328703b5642215.d
-rw-r--r--    1 richb  staff   402B Aug 27 20:41 pest_derive-7c3bba06eb99c1ec.d
-rw-r--r--    1 richb  staff   417B Aug 27 21:33 pest_derive-bbd9a81b49844255.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 21:32 pest_generator-5b2d5784bc25726f.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 20:41 pest_generator-c44470498407d7ca.d
-rw-r--r--    1 richb  staff   5.3K Aug 27 21:32 pest_meta-5486a0da59531ebd.d
-rw-r--r--    1 richb  staff   5.0K Aug 27 20:40 pest_meta-beb61b5214581183.d
-rw-r--r--    1 richb  staff   3.2K Aug 27 21:31 proc_macro2-90c59fe38364364f.d
-rw-r--r--    1 richb  staff   3.1K Aug 27 20:39 proc_macro2-a6fc4a51cfb62bb6.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:41 prql_ast-6a39cb1073b2ed39.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 21:33 prql_ast-b5633098df4342e6.d
-rw-r--r--    1 richb  staff    10K Aug 27 20:42 prql_compiler-7309b17e0fc71c24.d
-rw-r--r--    1 richb  staff    10K Aug 27 21:33 prql_compiler-acd2531069909558.d
-rw-r--r--    1 richb  staff   1.1K Aug 27 20:42 prql_parser-11c2346b13afd241.d
-rw-r--r--    1 richb  staff   1.1K Aug 27 21:33 prql_parser-281de26bca464c89.d
-rw-r--r--    1 richb  staff   511B Aug 27 20:41 psm-03e454c910fdfa72.d
-rw-r--r--    1 richb  staff   531B Aug 27 21:33 psm-891770461f259f9e.d
-rw-r--r--    1 richb  staff   4.3K Aug 27 20:41 pulldown_cmark-8e9c685d02434147.d
-rw-r--r--    1 richb  staff   4.5K Aug 27 21:33 pulldown_cmark-fbbbd57c10c2351e.d
-rw-r--r--    1 richb  staff   671B Aug 27 21:33 pulldown_cmark_to_cmark-32dd6746e9ef6808.d
-rw-r--r--    1 richb  staff   651B Aug 27 20:42 pulldown_cmark_to_cmark-9ebc7b89684ca0bb.d
-rw-r--r--    1 richb  staff   2.5K Aug 27 20:39 quote-0dfc506324556388.d
-rw-r--r--    1 richb  staff   2.7K Aug 27 21:31 quote-ff44126907afe42a.d
-rw-r--r--    1 richb  staff   4.2K Aug 27 21:32 regex-2f2b4c51ab8c12b2.d
-rw-r--r--    1 richb  staff   4.0K Aug 27 20:40 regex-d8afbaace5bfa36f.d
-rw-r--r--    1 richb  staff    24K Aug 27 20:40 regex_automata-135a64195d840620.d
-rw-r--r--    1 richb  staff    25K Aug 27 21:32 regex_automata-9da9bb2793728695.d
-rw-r--r--    1 richb  staff   3.3K Aug 27 21:33 regex_automata-ad3f70c1acb885d8.d
-rw-r--r--    1 richb  staff   3.2K Aug 27 20:41 regex_automata-c80f56bac70b17cb.d
-rw-r--r--    1 richb  staff    12K Aug 27 20:39 regex_syntax-4f1c9380e2cc228a.d
-rw-r--r--    1 richb  staff    13K Aug 27 21:32 regex_syntax-e7aae5de8fe4559d.d
-rw-r--r--    1 richb  staff   1.4K Aug 27 21:32 rustc_demangle-398d677b66a756b6.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 20:40 rustc_demangle-54abc322d304ab81.d
-rw-r--r--    1 richb  staff    13K Aug 27 21:31 rustix-23a4daa209598860.d
-rw-r--r--    1 richb  staff    37K Aug 27 21:31 rustix-33435e3142fb8e5b.d
-rw-r--r--    1 richb  staff    13K Aug 27 20:39 rustix-850d926a1c84a932.d
-rw-r--r--    1 richb  staff    35K Aug 27 20:39 rustix-9aaf97d653ddcabb.d
-rw-r--r--    1 richb  staff   4.1K Aug 27 21:32 rustversion-3d72f460ca64731c.d
-rw-r--r--    1 richb  staff   3.9K Aug 27 20:40 rustversion-a5b9924804e34d6a.d
-rw-r--r--    1 richb  staff   4.5K Aug 27 21:32 ryu-5e8f88da5a38c001.d
-rw-r--r--    1 richb  staff   4.3K Aug 27 20:40 ryu-69fc74dff33c2357.d
-rw-r--r--    1 richb  staff   3.4K Aug 27 21:32 semver-4df9e2a6da3153c9.d
-rw-r--r--    1 richb  staff   3.2K Aug 27 20:41 semver-5467d2a3ad85995c.d
-rw-r--r--    1 richb  staff   7.2K Aug 27 21:32 serde-056694d70638613a.d
-rw-r--r--    1 richb  staff   6.8K Aug 27 20:40 serde-7ab6e50cd40b45f3.d
-rw-r--r--    1 richb  staff   5.5K Aug 27 21:31 serde_derive-2893a9afcca9c530.d
-rw-r--r--    1 richb  staff   5.3K Aug 27 20:39 serde_derive-7bd33844d2639793.d
-rw-r--r--    1 richb  staff   6.6K Aug 27 21:33 serde_json-2e7b5872ad945d8d.d
-rw-r--r--    1 richb  staff   6.3K Aug 27 20:41 serde_json-a3793c038a00ee66.d
-rw-r--r--    1 richb  staff   541B Aug 27 21:33 shlex-045e1cc4adc61251.d
-rw-r--r--    1 richb  staff   521B Aug 27 20:41 shlex-df9eb4fba8dd532e.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 20:41 sqlformat-4fe732ccbdf8bc88.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 21:33 sqlformat-7ba1db98f9eef6cc.d
-rw-r--r--    1 richb  staff    12K Aug 27 21:33 sqlparser-49f03c64da032389.d
-rw-r--r--    1 richb  staff    11K Aug 27 20:41 sqlparser-ad479a19329195aa.d
-rw-r--r--    1 richb  staff   559B Aug 27 21:33 stacker-36f5bbed6b267b14.d
-rw-r--r--    1 richb  staff   539B Aug 27 20:41 stacker-a6dc1947ce033a20.d
-rw-r--r--    1 richb  staff   552B Aug 27 21:32 strsim-637eef615e07e92b.d
-rw-r--r--    1 richb  staff   532B Aug 27 20:40 strsim-8ed1051e7e58e636.d
-rw-r--r--    1 richb  staff   926B Aug 27 20:41 strum-38ddcc781cfe63b3.d
-rw-r--r--    1 richb  staff   966B Aug 27 21:33 strum-f037f38716c3e430.d
-rw-r--r--    1 richb  staff   6.3K Aug 27 20:41 strum_macros-0a071f49d40c7108.d
-rw-r--r--    1 richb  staff   6.6K Aug 27 21:32 strum_macros-375cf96c0d1f4486.d
-rw-r--r--    1 richb  staff    15K Aug 27 21:31 syn-849fee75109957c6.d
-rw-r--r--    1 richb  staff    15K Aug 27 20:39 syn-8a6137fcd09dd9af.d
-rw-r--r--    1 richb  staff   3.0K Aug 27 20:41 tempfile-5d6270af9632af6a.d
-rw-r--r--    1 richb  staff   3.1K Aug 27 21:33 tempfile-d5888848ece06e29.d
-rw-r--r--    1 richb  staff   549B Aug 27 20:41 termcolor-65c99b4c957e314f.d
-rw-r--r--    1 richb  staff   569B Aug 27 21:33 termcolor-930992c1f8f11477.d
-rw-r--r--    1 richb  staff   978B Aug 27 21:32 terminal_size-92b8470f38542631.d
-rw-r--r--    1 richb  staff   938B Aug 27 20:40 terminal_size-c6f0442b26ef27d0.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 20:41 textwrap-44e52b4c02a9558a.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:33 textwrap-ca3e2bddfb48ce18.d
-rw-r--r--    1 richb  staff   1.2K Aug 27 20:40 thiserror-b26cff84a4cf7b96.d
-rw-r--r--    1 richb  staff   1.3K Aug 27 21:32 thiserror-bcc5eb2dc1e6747e.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 20:39 thiserror_impl-d022ebb9431db375.d
-rw-r--r--    1 richb  staff   2.4K Aug 27 21:31 thiserror_impl-df0b8f233ecafe9e.d
-rw-r--r--    1 richb  staff   3.3K Aug 27 21:33 toml-0f4dbdf6be352a5b.d
-rw-r--r--    1 richb  staff   3.1K Aug 27 20:41 toml-44533f3529bd8632.d
-rw-r--r--    1 richb  staff   598B Aug 27 20:41 topological_sort-3fce6101a2b823e2.d
-rw-r--r--    1 richb  staff   618B Aug 27 21:33 topological_sort-d8fb0fd9613f3052.d
-rw-r--r--    1 richb  staff   887B Aug 27 20:39 ucd_trie-38c7fea4365d7493.d
-rw-r--r--    1 richb  staff   927B Aug 27 21:32 ucd_trie-b886941c8e391979.d
-rw-r--r--    1 richb  staff   1.6K Aug 27 20:41 unicase-7e82960999cf95c5.d
-rw-r--r--    1 richb  staff   1.6K Aug 27 21:33 unicase-ec8d946ec6db6581.d
-rw-r--r--    1 richb  staff   1.0K Aug 27 21:33 unicode_categories-8a4ee362a11955d2.d
-rw-r--r--    1 richb  staff   1.0K Aug 27 20:41 unicode_categories-8a90a71efcbfb671.d
-rw-r--r--    1 richb  staff   946B Aug 27 20:39 unicode_ident-06a3748bafa92ab1.d
-rw-r--r--    1 richb  staff   986B Aug 27 21:31 unicode_ident-dbef6f73ae985399.d
-rw-r--r--    1 richb  staff   994B Aug 27 21:31 unicode_width-3f45be079f27c499.d
-rw-r--r--    1 richb  staff   954B Aug 27 20:39 unicode_width-96eb0f29305d84bf.d
-rw-r--r--    1 richb  staff   938B Aug 27 21:31 utf8parse-0ee8d8c5f6e79332.d
-rw-r--r--    1 richb  staff   898B Aug 27 20:39 utf8parse-951ca9bdc6d60a50.d
-rw-r--r--    1 richb  staff   1.7K Aug 27 21:31 version_check-00258a8fc1af34a3.d
-rw-r--r--    1 richb  staff   1.6K Aug 27 20:39 version_check-dbde7c3a713834cc.d
-rw-r--r--    1 richb  staff   2.1K Aug 27 20:41 yansi-08ea8ea844aeb2bf.d
-rw-r--r--    1 richb  staff   2.3K Aug 27 21:33 yansi-2ff60e66f128e386.d
√ deps %

@max-sixty
Copy link
Member

max-sixty commented Aug 28, 2023

Thanks for the detail!

So is it correct that (edit: aside from) #3336, this isn't an issue any longer, as far as we know?

@richb-hanover
Copy link
Contributor Author

Here's a compilation of curiosities:

  • mdbook-admonish not found in Dev Container #3336 is not fixed. I have to re-run cargo install --force mdbook-admonish each time I restart the Dev Container. If I don't, I see:
    mdbook-admonish: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by mdbook-admonish)
    mdbook-admonish: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by mdbook-admonish)
    mdbook-admonish: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by mdbook-admonish)
    
  • The "Configuring Dev Container" task takes about 2m 30s every time I start the Dev Container. Is it possible to cache any of this? (see around 35 seconds into the video at https://www.youtube.com/watch?v=C3IW7rXnmSw)
  • (GOOD NEWS) the prql/target/debug/deps directory remains about 1.3GBytes
  • There are a few duplicated files in that directory - see bitflags, clap, itertools, rustix, regex_automata, and others the Details below. Any idea why?
  • mdbook_prql is enormous (342 MBytes) - any idea why?

Thanks!

√ deps % date; du -h . ; ls -alT
Mon Aug 28 18:30:06 EDT 2023
1.3G	.
total 2723128
drwxr-xr-x  328 richb  staff      10496 Aug 28 18:06:04 2023 .
drwxr-xr-x   11 richb  staff        352 Aug 28 18:09:06 2023 ..
-rw-r--r--    1 richb  staff       1327 Aug 28 18:00:04 2023 addr2line-1decbcdc2e8f1c4c.d
-rw-r--r--    1 richb  staff        890 Aug 28 18:00:00 2023 adler-1c0bdff9e0d6b2a6.d
-rw-r--r--    1 richb  staff       2414 Aug 28 18:00:24 2023 ahash-70fa5f2cd3808054.d
-rw-r--r--    1 richb  staff      11665 Aug 28 17:59:24 2023 aho_corasick-2c2dfba345af4724.d
-rw-r--r--    1 richb  staff       2908 Aug 28 18:01:07 2023 ansi_to_html-933c0bf4f1edbc15.d
-rw-r--r--    1 richb  staff       3947 Aug 28 17:59:31 2023 anstream-f19c182d978ff57b.d
-rw-r--r--    1 richb  staff       2368 Aug 28 17:59:28 2023 anstyle-af90b249e2c158e4.d
-rw-r--r--    1 richb  staff       2229 Aug 28 17:59:23 2023 anstyle_parse-c708de7d6bc91cdd.d
-rw-r--r--    1 richb  staff        990 Aug 28 17:59:28 2023 anstyle_query-7259948e1d227385.d
-rw-r--r--    1 richb  staff       4182 Aug 28 18:00:30 2023 anyhow-dadf894df5c823aa.d
-rw-r--r--    1 richb  staff       2384 Aug 28 18:00:52 2023 ariadne-221f03ede581ade8.d
-rw-r--r--    1 richb  staff       1285 Aug 28 17:59:16 2023 autocfg-95fddeba77b8019b.d
-rw-r--r--    1 richb  staff       5681 Aug 28 18:00:23 2023 backtrace-b7f2c8b0c33658bb.d
-rw-r--r--    1 richb  staff       2784 Aug 28 17:59:05 2023 bitflags-0f7868c5b524725c.d
-rw-r--r--    1 richb  staff        562 Aug 28 17:59:03 2023 bitflags-1926cec1a16924e0.d
-rw-r--r--    1 richb  staff      14487 Aug 28 18:00:27 2023 bstr-faec88148a3f59e4.d
-rw-r--r--    1 richb  staff        913 Aug 28 17:59:02 2023 cc-b5fd983a03831a1c.d
-rw-r--r--    1 richb  staff        548 Aug 28 17:59:01 2023 cfg_if-a4949322dd83a0a2.d
-rw-r--r--    1 richb  staff      11183 Aug 28 18:00:34 2023 chrono-68c6c7dbfbf56e8e.d
-rw-r--r--    1 richb  staff       4602 Aug 28 18:00:42 2023 chumsky-bf9e60c250d0c314.d
-rw-r--r--    1 richb  staff       1320 Aug 28 18:00:31 2023 clap-7bced25348ae8222.d
-rw-r--r--    1 richb  staff      16046 Aug 28 18:00:57 2023 clap-e69c518c8b6da26d.d
-rw-r--r--    1 richb  staff      23420 Aug 28 18:00:18 2023 clap_builder-846e12196f47803c.d
-rw-r--r--    1 richb  staff       5120 Aug 28 18:00:40 2023 clap_complete-c5259171bf6dfe63.d
-rw-r--r--    1 richb  staff        919 Aug 28 18:00:12 2023 clap_lex-beeff3dfcea492c0.d
-rw-r--r--    1 richb  staff        583 Aug 28 17:59:28 2023 colorchoice-d34173616a2c42f2.d
-rw-r--r--    1 richb  staff       4113 Aug 28 18:00:56 2023 csv-d52f67e00441c254.d
-rw-r--r--    1 richb  staff       1312 Aug 28 18:00:51 2023 csv_core-447c6afe3b1a9052.d
-rw-r--r--    1 richb  staff        548 Aug 28 18:00:18 2023 either-5d738561e2c5fe55.d
-rw-r--r--    1 richb  staff        427 Aug 28 18:00:31 2023 enum_as_inner-8ccec192e406a9ba.d
-rw-r--r--    1 richb  staff       4417 Aug 28 18:00:33 2023 env_logger-f0a4d32cb58a9c7c.d
-rw-r--r--    1 richb  staff        562 Aug 28 18:00:31 2023 fastrand-e6406709308aa321.d
-rw-r--r--    1 richb  staff        559 Aug 28 18:00:26 2023 getopts-936328a6466fd7ad.d
-rw-r--r--    1 richb  staff       2470 Aug 28 18:00:07 2023 getrandom-480b21b3e95447c5.d
-rw-r--r--    1 richb  staff      10700 Aug 28 18:00:01 2023 gimli-6da2d27988eaaa25.d
-rw-r--r--    1 richb  staff      12101 Aug 28 18:01:11 2023 handlebars-c77bead3fa047736.d
-rw-r--r--    1 richb  staff       4074 Aug 28 18:00:30 2023 hashbrown-8a4523677ff17126.d
-rw-r--r--    1 richb  staff       3430 Aug 28 17:59:59 2023 heck-035c046fdc5afb82.d
-rw-r--r--    1 richb  staff       1692 Aug 28 18:00:33 2023 humantime-fae31d9a64024b92.d
-rw-r--r--    1 richb  staff       1422 Aug 28 18:00:33 2023 iana_time_zone-b58a3848a5a6d512.d
-rw-r--r--    1 richb  staff       2563 Aug 28 17:59:16 2023 io_lifetimes-afcefdc3f61c13da.d
-rw-r--r--    1 richb  staff        583 Aug 28 17:59:16 2023 is_terminal-6919f407b48abf36.d
-rw-r--r--    1 richb  staff      18915 Aug 28 18:00:44 2023 itertools-7f98be492ddf6d12.d
-rw-r--r--    1 richb  staff      19348 Aug 28 18:00:46 2023 itertools-c1045c93051b9793.d
-rw-r--r--    1 richb  staff        891 Aug 28 17:59:57 2023 itoa-e540cfd8036ff6b2.d
-rw-r--r--    1 richb  staff     433132 Aug 28 18:00:04 2023 libaddr2line-1decbcdc2e8f1c4c.rlib
-rw-r--r--    1 richb  staff     251944 Aug 28 18:00:04 2023 libaddr2line-1decbcdc2e8f1c4c.rmeta
-rw-r--r--    1 richb  staff     149780 Aug 28 18:00:00 2023 libadler-1c0bdff9e0d6b2a6.rlib
-rw-r--r--    1 richb  staff      23996 Aug 28 18:00:00 2023 libadler-1c0bdff9e0d6b2a6.rmeta
-rw-r--r--    1 richb  staff     478118 Aug 28 18:00:24 2023 libahash-70fa5f2cd3808054.rlib
-rw-r--r--    1 richb  staff     303813 Aug 28 18:00:24 2023 libahash-70fa5f2cd3808054.rmeta
-rw-r--r--    1 richb  staff   10256936 Aug 28 17:59:27 2023 libaho_corasick-2c2dfba345af4724.rlib
-rw-r--r--    1 richb  staff    1968384 Aug 28 17:59:25 2023 libaho_corasick-2c2dfba345af4724.rmeta
-rw-r--r--    1 richb  staff    1720536 Aug 28 18:01:07 2023 libansi_to_html-933c0bf4f1edbc15.rlib
-rw-r--r--    1 richb  staff     168756 Aug 28 18:01:07 2023 libansi_to_html-933c0bf4f1edbc15.rmeta
-rw-r--r--    1 richb  staff     883258 Aug 28 17:59:31 2023 libanstream-f19c182d978ff57b.rlib
-rw-r--r--    1 richb  staff     230416 Aug 28 17:59:31 2023 libanstream-f19c182d978ff57b.rmeta
-rw-r--r--    1 richb  staff     413892 Aug 28 17:59:29 2023 libanstyle-af90b249e2c158e4.rlib
-rw-r--r--    1 richb  staff     236803 Aug 28 17:59:28 2023 libanstyle-af90b249e2c158e4.rmeta
-rw-r--r--    1 richb  staff     323222 Aug 28 17:59:23 2023 libanstyle_parse-c708de7d6bc91cdd.rlib
-rw-r--r--    1 richb  staff     222069 Aug 28 17:59:23 2023 libanstyle_parse-c708de7d6bc91cdd.rmeta
-rw-r--r--    1 richb  staff      14180 Aug 28 17:59:28 2023 libanstyle_query-7259948e1d227385.rlib
-rw-r--r--    1 richb  staff      12691 Aug 28 17:59:28 2023 libanstyle_query-7259948e1d227385.rmeta
-rw-r--r--    1 richb  staff    2070678 Aug 28 18:00:31 2023 libanyhow-dadf894df5c823aa.rlib
-rw-r--r--    1 richb  staff     522807 Aug 28 18:00:31 2023 libanyhow-dadf894df5c823aa.rmeta
-rw-r--r--    1 richb  staff    1880330 Aug 28 18:00:53 2023 libariadne-221f03ede581ade8.rlib
-rw-r--r--    1 richb  staff     445800 Aug 28 18:00:53 2023 libariadne-221f03ede581ade8.rmeta
-rw-r--r--    1 richb  staff     505474 Aug 28 17:59:16 2023 libautocfg-95fddeba77b8019b.rlib
-rw-r--r--    1 richb  staff      80665 Aug 28 17:59:16 2023 libautocfg-95fddeba77b8019b.rmeta
-rw-r--r--    1 richb  staff    9956902 Aug 28 18:00:25 2023 libbacktrace-b7f2c8b0c33658bb.rlib
-rw-r--r--    1 richb  staff     384078 Aug 28 18:00:23 2023 libbacktrace-b7f2c8b0c33658bb.rmeta
-rw-r--r--    1 richb  staff     492062 Aug 28 17:59:05 2023 libbitflags-0f7868c5b524725c.rlib
-rw-r--r--    1 richb  staff     225725 Aug 28 17:59:05 2023 libbitflags-0f7868c5b524725c.rmeta
-rw-r--r--    1 richb  staff      50362 Aug 28 17:59:03 2023 libbitflags-1926cec1a16924e0.rlib
-rw-r--r--    1 richb  staff      48894 Aug 28 17:59:03 2023 libbitflags-1926cec1a16924e0.rmeta
-rw-r--r--    1 richb  staff    3238046 Aug 28 18:00:29 2023 libbstr-faec88148a3f59e4.rlib
-rw-r--r--    1 richb  staff    1491310 Aug 28 18:00:28 2023 libbstr-faec88148a3f59e4.rmeta
-rw-r--r--    1 richb  staff       7670 Aug 28 17:59:02 2023 libc-7210a355a56b809e.d
-rw-r--r--    1 richb  staff    1920220 Aug 28 17:59:03 2023 libcc-b5fd983a03831a1c.rlib
-rw-r--r--    1 richb  staff     260679 Aug 28 17:59:02 2023 libcc-b5fd983a03831a1c.rmeta
-rw-r--r--    1 richb  staff       7870 Aug 28 17:59:01 2023 libcfg_if-a4949322dd83a0a2.rlib
-rw-r--r--    1 richb  staff       6402 Aug 28 17:59:01 2023 libcfg_if-a4949322dd83a0a2.rmeta
-rw-r--r--    1 richb  staff    6449360 Aug 28 18:00:37 2023 libchrono-68c6c7dbfbf56e8e.rlib
-rw-r--r--    1 richb  staff    1960022 Aug 28 18:00:36 2023 libchrono-68c6c7dbfbf56e8e.rmeta
-rw-r--r--    1 richb  staff    2700120 Aug 28 18:00:44 2023 libchumsky-bf9e60c250d0c314.rlib
-rw-r--r--    1 richb  staff    2274776 Aug 28 18:00:44 2023 libchumsky-bf9e60c250d0c314.rmeta
-rw-r--r--    1 richb  staff      13578 Aug 28 18:00:31 2023 libclap-7bced25348ae8222.rlib
-rw-r--r--    1 richb  staff      12115 Aug 28 18:00:31 2023 libclap-7bced25348ae8222.rmeta
-rw-r--r--    1 richb  staff   24975540 Aug 28 18:01:04 2023 libclap-e69c518c8b6da26d.rlib
-rw-r--r--    1 richb  staff    2336039 Aug 28 18:00:59 2023 libclap-e69c518c8b6da26d.rmeta
-rw-r--r--    1 richb  staff   24480540 Aug 28 18:00:26 2023 libclap_builder-846e12196f47803c.rlib
-rw-r--r--    1 richb  staff    2981798 Aug 28 18:00:21 2023 libclap_builder-846e12196f47803c.rmeta
-rw-r--r--    1 richb  staff    3589398 Aug 28 18:00:41 2023 libclap_complete-c5259171bf6dfe63.rlib
-rw-r--r--    1 richb  staff     163035 Aug 28 18:00:41 2023 libclap_complete-c5259171bf6dfe63.rmeta
-rw-r--r--    1 richb  staff     643736 Aug 28 18:00:13 2023 libclap_lex-beeff3dfcea492c0.rlib
-rw-r--r--    1 richb  staff      90111 Aug 28 18:00:13 2023 libclap_lex-beeff3dfcea492c0.rmeta
-rw-r--r--    1 richb  staff      58496 Aug 28 17:59:28 2023 libcolorchoice-d34173616a2c42f2.rlib
-rw-r--r--    1 richb  staff      17182 Aug 28 17:59:28 2023 libcolorchoice-d34173616a2c42f2.rmeta
-rw-r--r--    1 richb  staff    2051208 Aug 28 18:00:56 2023 libcsv-d52f67e00441c254.rlib
-rw-r--r--    1 richb  staff     963849 Aug 28 18:00:56 2023 libcsv-d52f67e00441c254.rmeta
-rw-r--r--    1 richb  staff     559484 Aug 28 18:00:51 2023 libcsv_core-447c6afe3b1a9052.rlib
-rw-r--r--    1 richb  staff     213436 Aug 28 18:00:51 2023 libcsv_core-447c6afe3b1a9052.rmeta
-rw-r--r--    1 richb  staff     199622 Aug 28 18:00:18 2023 libeither-5d738561e2c5fe55.rlib
-rw-r--r--    1 richb  staff     198158 Aug 28 18:00:18 2023 libeither-5d738561e2c5fe55.rmeta
-rwxr-xr-x    1 richb  staff    7659872 Aug 28 18:00:58 2023 libenum_as_inner-8ccec192e406a9ba.so
-rw-r--r--    1 richb  staff    2830198 Aug 28 18:00:34 2023 libenv_logger-f0a4d32cb58a9c7c.rlib
-rw-r--r--    1 richb  staff     301132 Aug 28 18:00:34 2023 libenv_logger-f0a4d32cb58a9c7c.rmeta
-rw-r--r--    1 richb  staff     567410 Aug 28 18:00:32 2023 libfastrand-e6406709308aa321.rlib
-rw-r--r--    1 richb  staff     153175 Aug 28 18:00:32 2023 libfastrand-e6406709308aa321.rmeta
-rw-r--r--    1 richb  staff    2090570 Aug 28 18:00:27 2023 libgetopts-936328a6466fd7ad.rlib
-rw-r--r--    1 richb  staff     165244 Aug 28 18:00:26 2023 libgetopts-936328a6466fd7ad.rmeta
-rw-r--r--    1 richb  staff     287054 Aug 28 18:00:07 2023 libgetrandom-480b21b3e95447c5.rlib
-rw-r--r--    1 richb  staff     125057 Aug 28 18:00:07 2023 libgetrandom-480b21b3e95447c5.rmeta
-rw-r--r--    1 richb  staff    6935078 Aug 28 18:00:04 2023 libgimli-6da2d27988eaaa25.rlib
-rw-r--r--    1 richb  staff    4703015 Aug 28 18:00:03 2023 libgimli-6da2d27988eaaa25.rmeta
-rw-r--r--    1 richb  staff   18686356 Aug 28 18:01:17 2023 libhandlebars-c77bead3fa047736.rlib
-rw-r--r--    1 richb  staff    1344017 Aug 28 18:01:13 2023 libhandlebars-c77bead3fa047736.rmeta
-rw-r--r--    1 richb  staff    1236110 Aug 28 18:00:30 2023 libhashbrown-8a4523677ff17126.rlib
-rw-r--r--    1 richb  staff    1219938 Aug 28 18:00:30 2023 libhashbrown-8a4523677ff17126.rmeta
-rw-r--r--    1 richb  staff     239786 Aug 28 17:59:59 2023 libheck-035c046fdc5afb82.rlib
-rw-r--r--    1 richb  staff     101761 Aug 28 17:59:59 2023 libheck-035c046fdc5afb82.rmeta
-rw-r--r--    1 richb  staff     561700 Aug 28 18:00:33 2023 libhumantime-fae31d9a64024b92.rlib
-rw-r--r--    1 richb  staff      99320 Aug 28 18:00:33 2023 libhumantime-fae31d9a64024b92.rmeta
-rw-r--r--    1 richb  staff     607518 Aug 28 18:00:33 2023 libiana_time_zone-b58a3848a5a6d512.rlib
-rw-r--r--    1 richb  staff      18030 Aug 28 18:00:33 2023 libiana_time_zone-b58a3848a5a6d512.rmeta
-rw-r--r--    1 richb  staff     114450 Aug 28 17:59:16 2023 libio_lifetimes-afcefdc3f61c13da.rlib
-rw-r--r--    1 richb  staff     112964 Aug 28 17:59:16 2023 libio_lifetimes-afcefdc3f61c13da.rmeta
-rw-r--r--    1 richb  staff      10608 Aug 28 17:59:16 2023 libis_terminal-6919f407b48abf36.rlib
-rw-r--r--    1 richb  staff       9122 Aug 28 17:59:16 2023 libis_terminal-6919f407b48abf36.rmeta
-rw-r--r--    1 richb  staff    3186188 Aug 28 18:00:46 2023 libitertools-7f98be492ddf6d12.rlib
-rw-r--r--    1 richb  staff    2819156 Aug 28 18:00:46 2023 libitertools-7f98be492ddf6d12.rmeta
-rw-r--r--    1 richb  staff    3263204 Aug 28 18:00:48 2023 libitertools-c1045c93051b9793.rlib
-rw-r--r--    1 richb  staff    2893795 Aug 28 18:00:48 2023 libitertools-c1045c93051b9793.rmeta
-rw-r--r--    1 richb  staff     133458 Aug 28 17:59:58 2023 libitoa-e540cfd8036ff6b2.rlib
-rw-r--r--    1 richb  staff     131997 Aug 28 17:59:57 2023 libitoa-e540cfd8036ff6b2.rmeta
-rw-r--r--    1 richb  staff    6598944 Aug 28 17:59:05 2023 liblibc-7210a355a56b809e.rlib
-rw-r--r--    1 richb  staff    4806372 Aug 28 17:59:04 2023 liblibc-7210a355a56b809e.rmeta
-rw-r--r--    1 richb  staff    2286384 Aug 28 17:59:12 2023 liblinux_raw_sys-601de43e213e0e13.rlib
-rw-r--r--    1 richb  staff    1739224 Aug 28 17:59:12 2023 liblinux_raw_sys-601de43e213e0e13.rmeta
-rw-r--r--    1 richb  staff    3831354 Aug 28 17:59:18 2023 liblinux_raw_sys-7d18d20d33a96565.rlib
-rw-r--r--    1 richb  staff    2864216 Aug 28 17:59:18 2023 liblinux_raw_sys-7d18d20d33a96565.rmeta
-rw-r--r--    1 richb  staff     586914 Aug 28 17:59:36 2023 liblog-8a57816ab3d8d666.rlib
-rw-r--r--    1 richb  staff     257761 Aug 28 17:59:36 2023 liblog-8a57816ab3d8d666.rmeta
-rw-r--r--    1 richb  staff   25825082 Aug 28 18:01:22 2023 libmdbook-8201a20b226309a8.rlib
-rw-r--r--    1 richb  staff    4543728 Aug 28 18:01:18 2023 libmdbook-8201a20b226309a8.rmeta
-rw-r--r--    1 richb  staff      63300 Aug 28 18:01:20 2023 libmdbook_preprocessor_boilerplate-969d305be9c29c52.rlib
-rw-r--r--    1 richb  staff      22888 Aug 28 18:01:20 2023 libmdbook_preprocessor_boilerplate-969d305be9c29c52.rmeta
-rw-r--r--    1 richb  staff    2333924 Aug 28 18:01:33 2023 libmdbook_prql-fea7fa188a161124.rlib
-rw-r--r--    1 richb  staff      42031 Aug 28 18:01:31 2023 libmdbook_prql-fea7fa188a161124.rmeta
-rw-r--r--    1 richb  staff    2500512 Aug 28 17:59:02 2023 libmemchr-d2d80f9bc4c64ef6.rlib
-rw-r--r--    1 richb  staff    1105951 Aug 28 17:59:01 2023 libmemchr-d2d80f9bc4c64ef6.rmeta
-rw-r--r--    1 richb  staff     536638 Aug 28 18:00:33 2023 libminimal_lexical-88fe0088546d1e62.rlib
-rw-r--r--    1 richb  staff     363118 Aug 28 18:00:33 2023 libminimal_lexical-88fe0088546d1e62.rmeta
-rw-r--r--    1 richb  staff     839800 Aug 28 18:00:05 2023 libminiz_oxide-29c06828759bbd96.rlib
-rw-r--r--    1 richb  staff     263624 Aug 28 18:00:05 2023 libminiz_oxide-29c06828759bbd96.rmeta
-rw-r--r--    1 richb  staff    4720356 Aug 28 18:00:40 2023 libnom-01142097a460aeb4.rlib
-rw-r--r--    1 richb  staff    4042295 Aug 28 18:00:39 2023 libnom-01142097a460aeb4.rmeta
-rw-r--r--    1 richb  staff     716464 Aug 28 18:00:29 2023 libnum_integer-73260ae6744de0a5.rlib
-rw-r--r--    1 richb  staff     425444 Aug 28 18:00:29 2023 libnum_integer-73260ae6744de0a5.rmeta
-rw-r--r--    1 richb  staff    2085360 Aug 28 18:00:26 2023 libnum_traits-b4b647c6283e71df.rlib
-rw-r--r--    1 richb  staff    1907040 Aug 28 18:00:26 2023 libnum_traits-b4b647c6283e71df.rmeta
-rw-r--r--    1 richb  staff    9135950 Aug 28 18:00:12 2023 libobject-8cf2213712bb0bd1.rlib
-rw-r--r--    1 richb  staff    6757872 Aug 28 18:00:12 2023 libobject-8cf2213712bb0bd1.rmeta
-rw-r--r--    1 richb  staff     378270 Aug 28 17:59:02 2023 libonce_cell-241bb06069d00240.rlib
-rw-r--r--    1 richb  staff     228206 Aug 28 17:59:01 2023 libonce_cell-241bb06069d00240.rmeta
-rw-r--r--    1 richb  staff    1216850 Aug 28 18:00:44 2023 libopener-6b7b434d2476d1f3.rlib
-rw-r--r--    1 richb  staff      92432 Aug 28 18:00:44 2023 libopener-6b7b434d2476d1f3.rmeta
-rw-r--r--    1 richb  staff    8579030 Aug 28 17:59:53 2023 libpest-ef328703b5642215.rlib
-rw-r--r--    1 richb  staff    7102427 Aug 28 17:59:53 2023 libpest-ef328703b5642215.rmeta
-rwxr-xr-x    1 richb  staff   10274592 Aug 28 18:01:11 2023 libpest_derive-bbd9a81b49844255.so
-rw-r--r--    1 richb  staff    1033572 Aug 28 18:00:27 2023 libpest_generator-5b2d5784bc25726f.rlib
-rw-r--r--    1 richb  staff     176689 Aug 28 18:00:26 2023 libpest_generator-5b2d5784bc25726f.rmeta
-rw-r--r--    1 richb  staff    3994254 Aug 28 18:00:08 2023 libpest_meta-5486a0da59531ebd.rlib
-rw-r--r--    1 richb  staff     742096 Aug 28 18:00:06 2023 libpest_meta-5486a0da59531ebd.rmeta
-rw-r--r--    1 richb  staff    1265818 Aug 28 17:59:03 2023 libproc_macro2-90c59fe38364364f.rlib
-rw-r--r--    1 richb  staff     430631 Aug 28 17:59:02 2023 libproc_macro2-90c59fe38364364f.rmeta
-rw-r--r--    1 richb  staff    3817892 Aug 28 18:01:07 2023 libprql_ast-b5633098df4342e6.rlib
-rw-r--r--    1 richb  staff    1604607 Aug 28 18:01:05 2023 libprql_ast-b5633098df4342e6.rmeta
-rw-r--r--    1 richb  staff  108420610 Aug 28 18:01:44 2023 libprql_compiler-acd2531069909558.rlib
-rw-r--r--    1 richb  staff    6598119 Aug 28 18:01:30 2023 libprql_compiler-acd2531069909558.rmeta
-rw-r--r--    1 richb  staff  269652720 Aug 28 18:01:26 2023 libprql_parser-281de26bca464c89.rlib
-rw-r--r--    1 richb  staff     577009 Aug 28 18:01:09 2023 libprql_parser-281de26bca464c89.rmeta
-rw-r--r--    1 richb  staff      44718 Aug 28 18:00:26 2023 libpsm-891770461f259f9e.rlib
-rw-r--r--    1 richb  staff      31727 Aug 28 18:00:26 2023 libpsm-891770461f259f9e.rmeta
-rw-r--r--    1 richb  staff    7167416 Aug 28 18:00:31 2023 libpulldown_cmark-fbbbd57c10c2351e.rlib
-rw-r--r--    1 richb  staff    1491563 Aug 28 18:00:30 2023 libpulldown_cmark-fbbbd57c10c2351e.rmeta
-rw-r--r--    1 richb  staff     622178 Aug 28 18:01:05 2023 libpulldown_cmark_to_cmark-32dd6746e9ef6808.rlib
-rw-r--r--    1 richb  staff     170741 Aug 28 18:01:04 2023 libpulldown_cmark_to_cmark-32dd6746e9ef6808.rmeta
-rw-r--r--    1 richb  staff     566534 Aug 28 17:59:03 2023 libquote-ff44126907afe42a.rlib
-rw-r--r--    1 richb  staff     285741 Aug 28 17:59:03 2023 libquote-ff44126907afe42a.rmeta
-rw-r--r--    1 richb  staff    1916466 Aug 28 18:00:07 2023 libregex-2f2b4c51ab8c12b2.rlib
-rw-r--r--    1 richb  staff     755940 Aug 28 18:00:07 2023 libregex-2f2b4c51ab8c12b2.rmeta
-rw-r--r--    1 richb  staff   21081962 Aug 28 17:59:37 2023 libregex_automata-9da9bb2793728695.rlib
-rw-r--r--    1 richb  staff    3907047 Aug 28 17:59:34 2023 libregex_automata-9da9bb2793728695.rmeta
-rw-r--r--    1 richb  staff     471140 Aug 28 18:00:27 2023 libregex_automata-ad3f70c1acb885d8.rlib
-rw-r--r--    1 richb  staff     384803 Aug 28 18:00:27 2023 libregex_automata-ad3f70c1acb885d8.rmeta
-rw-r--r--    1 richb  staff   17665544 Aug 28 17:59:30 2023 libregex_syntax-e7aae5de8fe4559d.rlib
-rw-r--r--    1 richb  staff    6670478 Aug 28 17:59:28 2023 libregex_syntax-e7aae5de8fe4559d.rmeta
-rw-r--r--    1 richb  staff    1374394 Aug 28 18:00:16 2023 librustc_demangle-398d677b66a756b6.rlib
-rw-r--r--    1 richb  staff     171083 Aug 28 18:00:15 2023 librustc_demangle-398d677b66a756b6.rmeta
-rw-r--r--    1 richb  staff    4237270 Aug 28 17:59:13 2023 librustix-23a4daa209598860.rlib
-rw-r--r--    1 richb  staff    3147003 Aug 28 17:59:13 2023 librustix-23a4daa209598860.rmeta
-rw-r--r--    1 richb  staff    6457100 Aug 28 17:59:24 2023 librustix-33435e3142fb8e5b.rlib
-rw-r--r--    1 richb  staff    4764147 Aug 28 17:59:24 2023 librustix-33435e3142fb8e5b.rmeta
-rwxr-xr-x    1 richb  staff    6520712 Aug 28 18:00:17 2023 librustversion-3d72f460ca64731c.so
-rw-r--r--    1 richb  staff     319724 Aug 28 17:59:58 2023 libryu-5e8f88da5a38c001.rlib
-rw-r--r--    1 richb  staff     120027 Aug 28 17:59:58 2023 libryu-5e8f88da5a38c001.rmeta
-rw-r--r--    1 richb  staff     982614 Aug 28 18:00:25 2023 libsemver-4df9e2a6da3153c9.rlib
-rw-r--r--    1 richb  staff     210570 Aug 28 18:00:25 2023 libsemver-4df9e2a6da3153c9.rmeta
-rw-r--r--    1 richb  staff    6485190 Aug 28 18:00:04 2023 libserde-056694d70638613a.rlib
-rw-r--r--    1 richb  staff    5970855 Aug 28 18:00:03 2023 libserde-056694d70638613a.rmeta
-rwxr-xr-x    1 richb  staff    9511976 Aug 28 17:59:59 2023 libserde_derive-2893a9afcca9c530.so
-rw-r--r--    1 richb  staff    4915746 Aug 28 18:00:28 2023 libserde_json-2e7b5872ad945d8d.rlib
-rw-r--r--    1 richb  staff    1558739 Aug 28 18:00:27 2023 libserde_json-2e7b5872ad945d8d.rmeta
-rw-r--r--    1 richb  staff     258646 Aug 28 18:00:52 2023 libshlex-045e1cc4adc61251.rlib
-rw-r--r--    1 richb  staff      14509 Aug 28 18:00:52 2023 libshlex-045e1cc4adc61251.rmeta
-rw-r--r--    1 richb  staff   14054218 Aug 28 18:00:55 2023 libsqlformat-7ba1db98f9eef6cc.rlib
-rw-r--r--    1 richb  staff     184381 Aug 28 18:00:54 2023 libsqlformat-7ba1db98f9eef6cc.rmeta
-rw-r--r--    1 richb  staff   75153674 Aug 28 18:01:20 2023 libsqlparser-49f03c64da032389.rlib
-rw-r--r--    1 richb  staff   52347557 Aug 28 18:01:13 2023 libsqlparser-49f03c64da032389.rmeta
-rw-r--r--    1 richb  staff     327732 Aug 28 18:00:29 2023 libstacker-36f5bbed6b267b14.rlib
-rw-r--r--    1 richb  staff      29128 Aug 28 18:00:29 2023 libstacker-36f5bbed6b267b14.rmeta
-rw-r--r--    1 richb  staff    1700326 Aug 28 18:00:18 2023 libstrsim-637eef615e07e92b.rlib
-rw-r--r--    1 richb  staff      69958 Aug 28 18:00:17 2023 libstrsim-637eef615e07e92b.rmeta
-rw-r--r--    1 richb  staff      47718 Aug 28 18:01:02 2023 libstrum-f037f38716c3e430.rlib
-rw-r--r--    1 richb  staff      33124 Aug 28 18:01:02 2023 libstrum-f037f38716c3e430.rmeta
-rwxr-xr-x    1 richb  staff    8867592 Aug 28 18:01:01 2023 libstrum_macros-375cf96c0d1f4486.so
-rw-r--r--    1 richb  staff    8204886 Aug 28 17:59:08 2023 libsyn-849fee75109957c6.rlib
-rw-r--r--    1 richb  staff    3686810 Aug 28 17:59:06 2023 libsyn-849fee75109957c6.rmeta
-rw-r--r--    1 richb  staff    1172006 Aug 28 18:00:40 2023 libtempfile-d5888848ece06e29.rlib
-rw-r--r--    1 richb  staff     215085 Aug 28 18:00:40 2023 libtempfile-d5888848ece06e29.rmeta
-rw-r--r--    1 richb  staff    1511464 Aug 28 18:00:32 2023 libtermcolor-930992c1f8f11477.rlib
-rw-r--r--    1 richb  staff     300722 Aug 28 18:00:32 2023 libtermcolor-930992c1f8f11477.rmeta
-rw-r--r--    1 richb  staff      71634 Aug 28 18:00:07 2023 libterminal_size-92b8470f38542631.rlib
-rw-r--r--    1 richb  staff      22382 Aug 28 18:00:06 2023 libterminal_size-92b8470f38542631.rmeta
-rw-r--r--    1 richb  staff     772432 Aug 28 18:00:51 2023 libtextwrap-ca3e2bddfb48ce18.rlib
-rw-r--r--    1 richb  staff      83821 Aug 28 18:00:51 2023 libtextwrap-ca3e2bddfb48ce18.rmeta
-rw-r--r--    1 richb  staff      45746 Aug 28 17:59:50 2023 libthiserror-bcc5eb2dc1e6747e.rlib
-rw-r--r--    1 richb  staff      26842 Aug 28 17:59:50 2023 libthiserror-bcc5eb2dc1e6747e.rmeta
-rwxr-xr-x    1 richb  staff    8415872 Aug 28 17:59:50 2023 libthiserror_impl-df0b8f233ecafe9e.so
-rw-r--r--    1 richb  staff    8096216 Aug 28 18:00:50 2023 libtoml-0f4dbdf6be352a5b.rlib
-rw-r--r--    1 richb  staff    1220228 Aug 28 18:00:49 2023 libtoml-0f4dbdf6be352a5b.rmeta
-rw-r--r--    1 richb  staff      51858 Aug 28 18:00:52 2023 libtopological_sort-d8fb0fd9613f3052.rlib
-rw-r--r--    1 richb  staff      50364 Aug 28 18:00:52 2023 libtopological_sort-d8fb0fd9613f3052.rmeta
-rw-r--r--    1 richb  staff    1336574 Aug 28 17:59:28 2023 libucd_trie-b886941c8e391979.rlib
-rw-r--r--    1 richb  staff      46652 Aug 28 17:59:28 2023 libucd_trie-b886941c8e391979.rmeta
-rw-r--r--    1 richb  staff     267570 Aug 28 18:00:26 2023 libunicase-ec8d946ec6db6581.rlib
-rw-r--r--    1 richb  staff     124256 Aug 28 18:00:26 2023 libunicase-ec8d946ec6db6581.rmeta
-rw-r--r--    1 richb  staff     733566 Aug 28 18:00:52 2023 libunicode_categories-8a4ee362a11955d2.rlib
-rw-r--r--    1 richb  staff     578196 Aug 28 18:00:52 2023 libunicode_categories-8a4ee362a11955d2.rmeta
-rw-r--r--    1 richb  staff     204156 Aug 28 17:58:54 2023 libunicode_ident-dbef6f73ae985399.rlib
-rw-r--r--    1 richb  staff     185308 Aug 28 17:58:54 2023 libunicode_ident-dbef6f73ae985399.rmeta
-rw-r--r--    1 richb  staff     134120 Aug 28 17:59:13 2023 libunicode_width-3f45be079f27c499.rlib
-rw-r--r--    1 richb  staff     122832 Aug 28 17:59:13 2023 libunicode_width-3f45be079f27c499.rmeta
-rw-r--r--    1 richb  staff      64658 Aug 28 17:59:16 2023 libutf8parse-0ee8d8c5f6e79332.rlib
-rw-r--r--    1 richb  staff      42210 Aug 28 17:59:16 2023 libutf8parse-0ee8d8c5f6e79332.rmeta
-rw-r--r--    1 richb  staff     462858 Aug 28 17:59:02 2023 libversion_check-00258a8fc1af34a3.rlib
-rw-r--r--    1 richb  staff      99812 Aug 28 17:59:02 2023 libversion_check-00258a8fc1af34a3.rmeta
-rw-r--r--    1 richb  staff     273294 Aug 28 18:00:52 2023 libyansi-2ff60e66f128e386.rlib
-rw-r--r--    1 richb  staff     179587 Aug 28 18:00:52 2023 libyansi-2ff60e66f128e386.rmeta
-rw-r--r--    1 richb  staff       1844 Aug 28 17:59:11 2023 linux_raw_sys-601de43e213e0e13.d
-rw-r--r--    1 richb  staff       1844 Aug 28 17:59:17 2023 linux_raw_sys-7d18d20d33a96565.d
-rw-r--r--    1 richb  staff       1233 Aug 28 17:59:36 2023 log-8a57816ab3d8d666.d
-rw-r--r--    1 richb  staff      30242 Aug 28 18:01:16 2023 mdbook-8201a20b226309a8.d
-rw-r--r--    1 richb  staff        723 Aug 28 18:01:20 2023 mdbook_preprocessor_boilerplate-969d305be9c29c52.d
-rwxr-xr-x    2 richb  staff  342873832 Aug 28 18:06:04 2023 mdbook_prql-defb30fa0fd2434e
-rw-r--r--    1 richb  staff        198 Aug 28 18:01:44 2023 mdbook_prql-defb30fa0fd2434e.d
-rw-r--r--    1 richb  staff        295 Aug 28 18:01:31 2023 mdbook_prql-fea7fa188a161124.d
-rw-r--r--    1 richb  staff      10577 Aug 28 17:59:01 2023 memchr-d2d80f9bc4c64ef6.d
-rw-r--r--    1 richb  staff       7861 Aug 28 18:00:32 2023 minimal_lexical-88fe0088546d1e62.d
-rw-r--r--    1 richb  staff       2624 Aug 28 18:00:04 2023 miniz_oxide-29c06828759bbd96.d
-rw-r--r--    1 richb  staff       8300 Aug 28 18:00:37 2023 nom-01142097a460aeb4.d
-rw-r--r--    1 richb  staff       1357 Aug 28 18:00:29 2023 num_integer-73260ae6744de0a5.d
-rw-r--r--    1 richb  staff       7177 Aug 28 18:00:25 2023 num_traits-b4b647c6283e71df.d
-rw-r--r--    1 richb  staff      19933 Aug 28 18:00:08 2023 object-8cf2213712bb0bd1.d
-rw-r--r--    1 richb  staff       1323 Aug 28 17:59:01 2023 once_cell-241bb06069d00240.d
-rw-r--r--    1 richb  staff       1298 Aug 28 18:00:44 2023 opener-6b7b434d2476d1f3.d
-rw-r--r--    1 richb  staff       8455 Aug 28 17:59:50 2023 pest-ef328703b5642215.d
-rw-r--r--    1 richb  staff        417 Aug 28 18:00:27 2023 pest_derive-bbd9a81b49844255.d
-rw-r--r--    1 richb  staff       1787 Aug 28 18:00:26 2023 pest_generator-5b2d5784bc25726f.d
-rw-r--r--    1 richb  staff       5421 Aug 28 18:00:05 2023 pest_meta-5486a0da59531ebd.d
-rw-r--r--    1 richb  staff       3294 Aug 28 17:59:02 2023 proc_macro2-90c59fe38364364f.d
-rw-r--r--    1 richb  staff       1209 Aug 28 18:01:02 2023 prql_ast-b5633098df4342e6.d
-rw-r--r--    1 richb  staff      10281 Aug 28 18:01:18 2023 prql_compiler-acd2531069909558.d
-rw-r--r--    1 richb  staff       1129 Aug 28 18:01:05 2023 prql_parser-281de26bca464c89.d
-rw-r--r--    1 richb  staff        531 Aug 28 18:00:26 2023 psm-891770461f259f9e.d
-rw-r--r--    1 richb  staff       4574 Aug 28 18:00:29 2023 pulldown_cmark-fbbbd57c10c2351e.d
-rw-r--r--    1 richb  staff        671 Aug 28 18:01:04 2023 pulldown_cmark_to_cmark-32dd6746e9ef6808.d
-rw-r--r--    1 richb  staff       2751 Aug 28 17:59:02 2023 quote-ff44126907afe42a.d
-rw-r--r--    1 richb  staff       4271 Aug 28 18:00:06 2023 regex-2f2b4c51ab8c12b2.d
-rw-r--r--    1 richb  staff      25246 Aug 28 17:59:31 2023 regex_automata-9da9bb2793728695.d
-rw-r--r--    1 richb  staff       3391 Aug 28 18:00:27 2023 regex_automata-ad3f70c1acb885d8.d
-rw-r--r--    1 richb  staff      13384 Aug 28 17:59:25 2023 regex_syntax-e7aae5de8fe4559d.d
-rw-r--r--    1 richb  staff       1386 Aug 28 18:00:15 2023 rustc_demangle-398d677b66a756b6.d
-rw-r--r--    1 richb  staff      13476 Aug 28 17:59:12 2023 rustix-23a4daa209598860.d
-rw-r--r--    1 richb  staff      37727 Aug 28 17:59:21 2023 rustix-33435e3142fb8e5b.d
-rw-r--r--    1 richb  staff       4193 Aug 28 18:00:05 2023 rustversion-3d72f460ca64731c.d
-rw-r--r--    1 richb  staff       4610 Aug 28 17:59:58 2023 ryu-5e8f88da5a38c001.d
-rw-r--r--    1 richb  staff       3476 Aug 28 18:00:24 2023 semver-4df9e2a6da3153c9.d
-rw-r--r--    1 richb  staff       7375 Aug 28 17:59:59 2023 serde-056694d70638613a.d
-rw-r--r--    1 richb  staff       5647 Aug 28 17:59:08 2023 serde_derive-2893a9afcca9c530.d
-rw-r--r--    1 richb  staff       6772 Aug 28 18:00:26 2023 serde_json-2e7b5872ad945d8d.d
-rw-r--r--    1 richb  staff        541 Aug 28 18:00:52 2023 shlex-045e1cc4adc61251.d
-rw-r--r--    1 richb  staff       2502 Aug 28 18:00:53 2023 sqlformat-7ba1db98f9eef6cc.d
-rw-r--r--    1 richb  staff      11957 Aug 28 18:00:59 2023 sqlparser-49f03c64da032389.d
-rw-r--r--    1 richb  staff        559 Aug 28 18:00:29 2023 stacker-36f5bbed6b267b14.d
-rw-r--r--    1 richb  staff        552 Aug 28 18:00:17 2023 strsim-637eef615e07e92b.d
-rw-r--r--    1 richb  staff        966 Aug 28 18:01:02 2023 strum-f037f38716c3e430.d
-rw-r--r--    1 richb  staff       6723 Aug 28 18:00:18 2023 strum_macros-375cf96c0d1f4486.d
-rw-r--r--    1 richb  staff      15866 Aug 28 17:59:03 2023 syn-849fee75109957c6.d
-rw-r--r--    1 richb  staff       3185 Aug 28 18:00:40 2023 tempfile-d5888848ece06e29.d
-rw-r--r--    1 richb  staff        569 Aug 28 18:00:32 2023 termcolor-930992c1f8f11477.d
-rw-r--r--    1 richb  staff        978 Aug 28 18:00:06 2023 terminal_size-92b8470f38542631.d
-rw-r--r--    1 richb  staff       1344 Aug 28 18:00:51 2023 textwrap-ca3e2bddfb48ce18.d
-rw-r--r--    1 richb  staff       1335 Aug 28 17:59:50 2023 thiserror-bcc5eb2dc1e6747e.d
-rw-r--r--    1 richb  staff       2494 Aug 28 17:59:12 2023 thiserror_impl-df0b8f233ecafe9e.d
-rw-r--r--    1 richb  staff       3362 Aug 28 18:00:48 2023 toml-0f4dbdf6be352a5b.d
-rw-r--r--    1 richb  staff        618 Aug 28 18:00:52 2023 topological_sort-d8fb0fd9613f3052.d
-rw-r--r--    1 richb  staff        927 Aug 28 17:59:28 2023 ucd_trie-b886941c8e391979.d
-rw-r--r--    1 richb  staff       1686 Aug 28 18:00:26 2023 unicase-ec8d946ec6db6581.d
-rw-r--r--    1 richb  staff       1041 Aug 28 18:00:51 2023 unicode_categories-8a4ee362a11955d2.d
-rw-r--r--    1 richb  staff        986 Aug 28 17:58:54 2023 unicode_ident-dbef6f73ae985399.d
-rw-r--r--    1 richb  staff        994 Aug 28 17:59:13 2023 unicode_width-3f45be079f27c499.d
-rw-r--r--    1 richb  staff        938 Aug 28 17:59:16 2023 utf8parse-0ee8d8c5f6e79332.d
-rw-r--r--    1 richb  staff       1764 Aug 28 17:59:02 2023 version_check-00258a8fc1af34a3.d
-rw-r--r--    1 richb  staff       2318 Aug 28 18:00:52 2023 yansi-2ff60e66f128e386.d
√ deps %

@eitsupi
Copy link
Member

eitsupi commented Aug 29, 2023

The "Configuring Dev Container" task takes about 2m 30s every time I start the Dev Container. Is it possible to cache any of this? (see around 35 seconds into the video at youtube.com/watch?v=C3IW7rXnmSw)

What does "I start the Dev Container" mean?
This is a postCreateCommand that is executed only once when the container is created. It is not executed when the container is started, but when the container is created.
Normally, there is no need to recreate the container each time, and the container will not be recreated unless you explicitly command the container to be recreated.

@max-sixty
Copy link
Member

  • 3336 is not fixed.

(Sorry — I knew this and typo-ed above, now edited)

There are a few duplicated files in that directory - see bitflags, clap, itertools, rustix, regex_automata, and others the Details below. Any idea why?

Dependencies are duplicated if they require different versions, which may contribute

mdbook_prql is enormous (342 MBytes) - any idea why?

Interesting (though only academically so given it's still 350MB :) ). These are debug builds, so possible are just not optimized and so big. But that is much higher than I would have expected.


So I think the point that @eitsupi 's asked about is the remaining one from this issue

@richb-hanover
Copy link
Contributor Author

richb-hanover commented Aug 29, 2023

Thanks for these comments. I believe there are two outstanding issues:

  1. mdbook-admonish not found in Dev Container #3336 - I think we have diagnosed this as an upstream issue

  2. @eitsupi writes: 'What does "I start the Dev Container" mean?" '
    I moved the discussion to What triggers a Dev Container rebuild? #3441 since it's a separate question from the original issue.

We are making tons of progress. (In particular, the 'growing target/debug/deps folder' seems to be solved.) I think we can close this. Thanks!

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

No branches or pull requests

3 participants