lang/rust:
- [11.2 amd64](https://ptpb.pw/Ya-5) (compressed)
- [11.2 i386](https://ptpb.pw/sIB7) (compressed)
- [12.0 amd64](https://ptpb.pw/w55-) (compressed)
- [12.0 i386](https://ptpb.pw/RDp9) (compressed)
- [13.0 amd64](https://ptpb.pw/q4je) (compressed)
- [13.0 i386](https://ptpb.pw/3AL8) (compressed)
consumers (on 11.2 amd64):
- [audio/spotifyd](https://ptpb.pw/mUH1)
- [benchmarks/hyperfine](https://ptpb.pw/PyG7)
- [databases/puppetdb-cli](https://ptpb.pw/YVqZ)
- [devel/bingrep](https://ptpb.pw/JDxH)
- [devel/git-absorb](https://ptpb.pw/oJl5)
- [devel/interactive_rebase_tool](https://ptpb.pw/2nOr)
- [devel/pijul](https://ptpb.pw/ww3Q)
- [devel/racer](https://ptpb.pw/qFdl)
- [devel/racerd](https://ptpb.pw/FEGK)
- [devel/rust-bindgen](https://ptpb.pw/pAtc)
- [devel/rust-cbindgen](https://ptpb.pw/2CLa)
- [devel/sccache](https://ptpb.pw/paiQ)
- [devel/tokei](https://ptpb.pw/8y_v)
- [dns/doh-proxy](https://ptpb.pw/QXRr)
- [editors/kak-lsp](https://ptpb.pw/8mGV)
- [editors/parinfer-rust](https://ptpb.pw/yaEG)
- [editors/xi-core](https://ptpb.pw/qgV8)
- [games/genact](https://ptpb.pw/jYdZ)
- [graphics/librsvg2-rust](https://ptpb.pw/m3bZ)
- [mail/thunderbird](https://ptpb.pw/HP71) (compressed)
- [multimedia/rav1e](https://ptpb.pw/TOuP)
- [net-im/fractal](https://ptpb.pw/DtWO)
- [net/rabbiteer](https://ptpb.pw/5UjV)
- [net/routinator](https://ptpb.pw/H3Ay)
- [security/cargo-audit](https://ptpb.pw/yFeE)
- [security/kr](https://ptpb.pw/O0M4)
- [security/suricata](https://ptpb.pw/sC0S) (compressed)
- [sysutils/exa](https://ptpb.pw/5pla)
- [sysutils/fd](https://ptpb.pw/SEAm)
- [sysutils/flowgger](https://ptpb.pw/5Ull)
- [sysutils/fusefs-sandboxfs](https://ptpb.pw/s-Zl)
- [sysutils/hexyl](https://ptpb.pw/8WAq)
- [sysutils/potnet](https://ptpb.pw/kRcD)
- [textproc/bat](https://ptpb.pw/V2Pc)
- [textproc/ripgrep](https://ptpb.pw/kDQV)
- [textproc/xsv-rs](https://ptpb.pw/8bvo)
- [www/cliqz](https://ptpb.pw/6T39) (compressed)
- [www/firefox-esr](https://ptpb.pw/4RUO) (compressed)
- [www/firefox](https://ptpb.pw/mQTS) (compressed)
- [www/geckodriver](https://ptpb.pw/NsWP)
- [www/newsboat](https://ptpb.pw/ZSeW)
- [www/seamonkey](https://ptpb.pw/JNgO) (compressed)
- [www/websocat](https://ptpb.pw/dpy4)
- [x11/admiral](https://ptpb.pw/BuQQ)
- [x11/alacritty](https://ptpb.pw/EasO)
Some logs couldn't be uploaded as is e.g.,
```
$ curl -F c=@suricata-4.1.2_3.log https://ptpb.pw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
```
so require some post-processing e.g.,
```
$ fetch -qo- https://ptpb.pw/sC0S | b64decode -o /dev/stdout | xzcat | less
```