01KRYYK27KE36CY9ERGQ3RS43D: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KRYYKQSWJHAMYCGS1ENH78E7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T01:47:28.552Zjob assigned to worker 01KRYYKZR019FFPM3VT2YREZ4C [factory aws, i-04fe48238398e835b] (queued for 50 s)
 
22026-05-19T01:47:36.310Zstarting task 0: "setup"
32026-05-19T01:47:36.315Z++ uname -s
42026-05-19T01:47:36.318Z+ kern=SunOS
52026-05-19T01:47:36.318Z+ build_user=build
62026-05-19T01:47:36.318Z+ build_uid=12345
72026-05-19T01:47:36.318Z+ work_dir=/work
82026-05-19T01:47:36.318Z+ input_dir=/input
92026-05-19T01:47:36.318Z+ [[ 0 == 12345 ]]
102026-05-19T01:47:36.318Z+ case "$kern" in
112026-05-19T01:47:36.318Z+ groupadd -g 12345 build
122026-05-19T01:47:36.329Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T01:47:38.337Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T01:47:38.409Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T01:47:38.412Z+ home_fs=zfs
162026-05-19T01:47:38.412Z+ [[ zfs == autofs ]]
172026-05-19T01:47:38.412Z+ mkdir -p /home/build
182026-05-19T01:47:38.415Z+ chown build:build /home/build /work
192026-05-19T01:47:40.414Z+ chmod 0700 /home/build /work
202026-05-19T01:47:40.417Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-19T01:47:40.423Zstarting task 1: "rust-toolchain"
222026-05-19T01:47:40.429Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T01:47:40.429Z * rust toolchain channel = "1.94.0"
242026-05-19T01:47:40.429Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-19T01:47:40.429Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-19T01:47:40.429Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T01:47:40.429Z * rust toolchain profile = "default"
282026-05-19T01:47:40.432Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T01:47:40.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T01:47:40.509Zinfo: downloading installer
312026-05-19T01:47:41.870Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T01:47:41.870Zwarn: /home/build/.rustup/settings.toml
332026-05-19T01:47:41.870Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T01:47:41.870Zwarn: instead of the one inferred from the default host triple.
352026-05-19T01:47:41.882Zinfo: profile set to default
362026-05-19T01:47:41.882Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T01:47:41.885Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T01:47:42.018Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T01:47:42.021Zinfo: downloading 6 components
402026-05-19T01:47:56.301Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T01:47:56.301Z
422026-05-19T01:47:56.332Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T01:47:56.332Z
442026-05-19T01:47:56.332Z
452026-05-19T01:47:56.332ZRust is installed now. Great!
462026-05-19T01:47:56.332Z
472026-05-19T01:47:56.332ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T01:47:56.332Zenvironment variable. This has not been done automatically.
492026-05-19T01:47:56.332Z
502026-05-19T01:47:56.332ZTo configure your current shell, you need to source
512026-05-19T01:47:56.332Zthe corresponding env file under $HOME/.cargo.
522026-05-19T01:47:56.332Z
532026-05-19T01:47:56.332ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T01:47:56.332Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T01:47:56.336Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T01:47:56.336Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T01:47:56.336Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T01:47:56.336Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T01:47:56.336Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T01:47:56.336Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T01:47:56.336Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T01:47:56.429Z+ rustup --version
632026-05-19T01:47:56.434Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T01:47:56.434Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T01:47:56.456Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T01:47:56.459Z+ cargo --version
672026-05-19T01:47:56.467Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T01:47:56.470Z+ rustc --version
692026-05-19T01:47:56.491Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T01:47:56.494Zprocess exited: duration 16070 ms, exit code 0
 
712026-05-19T01:47:56.503Zstarting task 2: "authentication"
722026-05-19T01:47:56.521Zprocess exited: duration 17 ms, exit code 0
 
732026-05-19T01:47:56.528Zstarting task 3: "clone repository"
742026-05-19T01:47:56.531Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T01:47:56.534Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T01:47:56.574ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T01:48:06.058Z+ cd /work/oxidecomputer/omicron
782026-05-19T01:48:06.058Z+ git fetch origin e5e35b862ac88137be0e4dfe007c15f55a9f451a
792026-05-19T01:48:06.326ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T01:48:06.326Z * branch e5e35b862ac88137be0e4dfe007c15f55a9f451a -> FETCH_HEAD
812026-05-19T01:48:06.341Z+ [[ -n '' ]]
822026-05-19T01:48:06.341Z+ git reset --hard e5e35b862ac88137be0e4dfe007c15f55a9f451a
832026-05-19T01:48:06.574ZHEAD is now at e5e35b862 Pull in consistent DHCPv6 DUID fixes
842026-05-19T01:48:06.577Zprocess exited: duration 10049 ms, exit code 0
 
852026-05-19T01:48:06.584Zstarting task 4: "build"
862026-05-19T01:48:06.589Z+ source .github/buildomat/ci-env.sh
872026-05-19T01:48:06.592Z++ export CARGO_TERM_COLOR=always
882026-05-19T01:48:06.592Z++ CARGO_TERM_COLOR=always
892026-05-19T01:48:06.592Z+ cargo --version
902026-05-19T01:48:06.600Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-19T01:48:06.603Z+ rustc --version
922026-05-19T01:48:06.623Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-19T01:48:06.626Z+ WORK=/work
942026-05-19T01:48:06.626Z+ pfexec mkdir -p /work
952026-05-19T01:48:06.629Z+ pfexec chown build /work
962026-05-19T01:48:06.631Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-19T01:48:08.277Z Startup: Refreshing catalog 'helios' ... Done
982026-05-19T01:48:08.341Z Startup: Caching catalogs ... Done
992026-05-19T01:48:08.542ZPlanning: Solver setup ... Done (0.172s)
1002026-05-19T01:48:08.558ZPlanning: Running solver ... Done (0.016s)
1012026-05-19T01:48:08.563ZPlanning: Finding local manifests ... Done (0.002s)
1022026-05-19T01:48:08.574ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-19T01:48:08.594ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-19T01:48:08.608ZPlanning: Package planning ... Done (0.014s)
1052026-05-19T01:48:08.611ZPlanning: Merging actions ... Done (0.001s)
1062026-05-19T01:48:08.799ZPlanning: Checking for conflicting actions ... Done (0.189s)
1072026-05-19T01:48:08.802ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-19T01:48:09.536ZPlanning: Evaluating mediators ... Done (0.736s)
1092026-05-19T01:48:09.539ZPlanning: Planning completed in 1.18 seconds
1102026-05-19T01:48:09.545Z Packages to install: 2
1112026-05-19T01:48:09.545Z Estimated space available: 156.10 GB
1122026-05-19T01:48:09.546ZEstimated space to be consumed: 19.74 MB
1132026-05-19T01:48:09.546Z Create boot environment: No
1142026-05-19T01:48:09.546ZCreate backup boot environment: No
1152026-05-19T01:48:09.546Z Rebuild boot archive: No
1162026-05-19T01:48:09.549Z
1172026-05-19T01:48:09.549ZChanged packages:
1182026-05-19T01:48:09.549Zhelios
1192026-05-19T01:48:09.549Z developer/build-essential
1202026-05-19T01:48:09.549Z None -> 11-3.0
1212026-05-19T01:48:09.549Z library/libxmlsec1
1222026-05-19T01:48:09.549Z None -> 1.2.35-3.0
1232026-05-19T01:48:09.570Z
1242026-05-19T01:48:09.570ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-19T01:48:10.844ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1262026-05-19T01:48:10.899Z Actions: 1/268 actions (Installing new actions)
1272026-05-19T01:48:10.950Z Actions: Completed 268 actions in 0.05 seconds.
1282026-05-19T01:48:10.957ZFinalize: Updating package state database ... Done (0.006s)
1292026-05-19T01:48:10.957ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-19T01:48:10.974ZFinalize: Updating image state ... Done (0.016s)
1312026-05-19T01:48:13.532ZFinalize: Creating fast lookup database ... Done (2.537s)
1322026-05-19T01:48:13.603ZFinalize: Reading search index ... Done (0.012s)
1332026-05-19T01:48:13.606ZFinalize: Updating search index ... Done (0.000s)
1342026-05-19T01:48:13.681ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-19T01:48:13.979ZPlanning: Evaluating mediator changes ... Done
1362026-05-19T01:48:14.084ZPlanning: Checking for conflicting actions ... Done
1372026-05-19T01:48:14.087ZPlanning: Consolidating action changes ... Done
1382026-05-19T01:48:14.242ZPlanning: Evaluating mediators ... Done
1392026-05-19T01:48:14.246ZPlanning: Planning completed in 0.26 seconds
1402026-05-19T01:48:14.266Z Mediators to change: 2
1412026-05-19T01:48:14.266Z Create boot environment: No
1422026-05-19T01:48:14.266ZCreate backup boot environment: No
1432026-05-19T01:48:14.326ZFinalize: Updating package state database ... Done
1442026-05-19T01:48:14.326ZFinalize: Updating package cache ... Done
1452026-05-19T01:48:14.338ZFinalize: Updating image state ... Done
1462026-05-19T01:48:16.260ZFinalize: Creating fast lookup database ... Done
1472026-05-19T01:48:16.320ZFinalize: Reading search index ... Done
1482026-05-19T01:48:16.323ZFinalize: Updating search index ... Done
1492026-05-19T01:48:16.410ZFinalize: Updating package cache ... Done
1502026-05-19T01:48:16.693ZPlanning: Evaluating mediator changes ... Done
1512026-05-19T01:48:16.798ZPlanning: Checking for conflicting actions ... Done
1522026-05-19T01:48:16.801ZPlanning: Consolidating action changes ... Done
1532026-05-19T01:48:16.955ZPlanning: Evaluating mediators ... Done
1542026-05-19T01:48:16.958ZPlanning: Planning completed in 0.26 seconds
1552026-05-19T01:48:16.979Z Mediators to change: 1
1562026-05-19T01:48:16.979Z Create boot environment: No
1572026-05-19T01:48:16.982ZCreate backup boot environment: No
1582026-05-19T01:48:17.035ZFinalize: Updating package state database ... Done
1592026-05-19T01:48:17.035ZFinalize: Updating package cache ... Done
1602026-05-19T01:48:17.046ZFinalize: Updating image state ... Done
1612026-05-19T01:48:18.976ZFinalize: Creating fast lookup database ... Done
1622026-05-19T01:48:19.037ZFinalize: Reading search index ... Done
1632026-05-19T01:48:19.040ZFinalize: Updating search index ... Done
1642026-05-19T01:48:19.121ZFinalize: Updating package cache ... Done
1652026-05-19T01:48:19.428ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-19T01:48:19.428Zapache system 2.4 system
1672026-05-19T01:48:19.428Zclang system 15 system
1682026-05-19T01:48:19.428Zcsh system system illumos
1692026-05-19T01:48:19.428Zctags system system illumos
1702026-05-19T01:48:19.428Zfile vendor vendor darwinsys
1712026-05-19T01:48:19.428Zfile system system illumos
1722026-05-19T01:48:19.428Zgcc vendor 14 vendor
1732026-05-19T01:48:19.428Zgcc system 13 system
1742026-05-19T01:48:19.428Zgcc system 10 system
1752026-05-19T01:48:19.428Zgo system 1.25 system
1762026-05-19T01:48:19.428Zllvm system 15 system
1772026-05-19T01:48:19.428Zmariadb system 11.4 system
1782026-05-19T01:48:19.429Zmta vendor vendor dma
1792026-05-19T01:48:19.429Zopenjdk system 17 system
1802026-05-19T01:48:19.429Zopenjdk system 11 system
1812026-05-19T01:48:19.429Zopenssl vendor 3 vendor
1822026-05-19T01:48:19.429Zperl system 5.40 system
1832026-05-19T01:48:19.429Zpostgresql system 18 system
1842026-05-19T01:48:19.429Zpostgresql system 17 system
1852026-05-19T01:48:19.429Zpython vendor 3 vendor
1862026-05-19T01:48:19.429Zpython system 2 system
1872026-05-19T01:48:19.429Zpython3 vendor 3.13 vendor
1882026-05-19T01:48:19.429Zruby system 3.4 system
1892026-05-19T01:48:19.429Zruby system 3.0 system
1902026-05-19T01:48:19.429Zwords vendor vendor american-english
1912026-05-19T01:48:19.429Zwords system system australian-english
1922026-05-19T01:48:19.429Zwords system system british-english
1932026-05-19T01:48:19.429Zwords system system canadian-english
1942026-05-19T01:48:19.429Zwords system system french
1952026-05-19T01:48:19.429Zwords system system italian
1962026-05-19T01:48:19.429Zwords system system ngerman
1972026-05-19T01:48:19.429Zwords system system ogerman
1982026-05-19T01:48:19.429Zwords system system spanish
1992026-05-19T01:48:19.690ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-19T01:48:19.690Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-19T01:48:19.956ZFMRI IFO
2022026-05-19T01:48:19.956Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-19T01:48:19.956Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-19T01:48:19.956Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-19T01:48:19.956Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-19T01:48:19.956Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-19T01:48:19.956Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-19T01:48:19.956Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-19T01:48:19.956Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-19T01:48:19.956Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-19T01:48:20.185Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-19T01:48:20.421Z Updating crates.io index
2132026-05-19T01:48:20.459Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-19T01:48:20.679Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-19T01:48:21.463Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-19T01:48:22.090Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-19T01:48:22.846Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-19T01:48:23.351Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-19T01:48:24.638Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-19T01:48:25.350Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-19T01:48:25.690Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-19T01:48:26.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-19T01:48:26.953Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-19T01:48:27.394Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-19T01:48:27.708Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-19T01:48:28.620Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-19T01:48:29.093Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-19T01:48:29.361Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-19T01:48:29.657Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-19T01:48:29.999Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-19T01:48:30.402Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-19T01:48:30.608Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-19T01:48:30.830Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-19T01:48:31.069Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-19T01:48:31.433Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-19T01:48:31.824Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-19T01:48:32.450Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-19T01:48:32.652Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-19T01:48:32.953Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-19T01:48:33.217Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-19T01:48:34.604Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-19T01:48:35.441Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-19T01:48:35.885Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-19T01:48:36.229Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-19T01:48:36.551Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-19T01:48:36.886Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-19T01:48:37.348Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-19T01:48:37.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-19T01:48:37.811Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-19T01:48:38.068Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-19T01:48:38.401Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-19T01:48:50.095Z Downloading crates ...
2532026-05-19T01:48:50.159Z Downloaded is_terminal_polyfill v1.70.2
2542026-05-19T01:48:50.162Z Downloaded bytecount v0.6.9
2552026-05-19T01:48:50.162Z Downloaded bitflags v2.11.0
2562026-05-19T01:48:50.165Z Downloaded scroll_derive v0.12.1
2572026-05-19T01:48:50.168Z Downloaded block-buffer v0.10.4
2582026-05-19T01:48:50.170Z Downloaded anstyle-query v1.1.5
2592026-05-19T01:48:50.173Z Downloaded plain v0.2.3
2602026-05-19T01:48:50.176Z Downloaded autocfg v1.5.0
2612026-05-19T01:48:50.183Z Downloaded clap v4.5.60
2622026-05-19T01:48:50.188Z Downloaded once_cell v1.21.3
2632026-05-19T01:48:50.191Z Downloaded zerocopy-derive v0.7.35
2642026-05-19T01:48:50.194Z Downloaded smallvec v1.15.1
2652026-05-19T01:48:50.194Z Downloaded usdt v0.5.0
2662026-05-19T01:48:50.194Z Downloaded anyhow v1.0.102
2672026-05-19T01:48:50.197Z Downloaded unicode-linebreak v0.1.5
2682026-05-19T01:48:50.197Z Downloaded anstyle v1.0.13
2692026-05-19T01:48:50.201Z Downloaded byteorder v1.5.0
2702026-05-19T01:48:50.204Z Downloaded memchr v2.8.0
2712026-05-19T01:48:50.204Z Downloaded zerofrom-derive v0.1.6
2722026-05-19T01:48:50.204Z Downloaded usdt-macro v0.5.0
2732026-05-19T01:48:50.207Z Downloaded usdt-attr-macro v0.5.0
2742026-05-19T01:48:50.207Z Downloaded toml_datetime v0.6.11
2752026-05-19T01:48:50.210Z Downloaded version_check v0.9.5
2762026-05-19T01:48:50.210Z Downloaded typeid v1.0.3
2772026-05-19T01:48:50.210Z Downloaded zerovec v0.11.5
2782026-05-19T01:48:50.213Z Downloaded idna v1.1.0
2792026-05-19T01:48:50.217Z Downloaded clap_lex v1.0.0
2802026-05-19T01:48:50.220Z Downloaded unicode-xid v0.2.6
2812026-05-19T01:48:50.220Z Downloaded writeable v0.6.2
2822026-05-19T01:48:50.221Z Downloaded zerovec-derive v0.11.2
2832026-05-19T01:48:50.221Z Downloaded utf8parse v0.2.2
2842026-05-19T01:48:50.221Z Downloaded utf8_iter v1.0.4
2852026-05-19T01:48:50.221Z Downloaded thread-id v4.2.2
2862026-05-19T01:48:50.224Z Downloaded goblin v0.8.2
2872026-05-19T01:48:50.224Z Downloaded zmij v1.0.21
2882026-05-19T01:48:50.227Z Downloaded typenum v1.19.0
2892026-05-19T01:48:50.227Z Downloaded anstream v0.6.21
2902026-05-19T01:48:50.229Z Downloaded toml_write v0.1.2
2912026-05-19T01:48:50.229Z Downloaded thiserror v1.0.69
2922026-05-19T01:48:50.232Z Downloaded yoke v0.8.1
2932026-05-19T01:48:50.236Z Downloaded ordered-float v2.10.1
2942026-05-19T01:48:50.236Z Downloaded heck v0.4.1
2952026-05-19T01:48:50.236Z Downloaded dtrace-parser v0.2.0
2962026-05-19T01:48:50.236Z Downloaded ucd-trie v0.1.7
2972026-05-19T01:48:50.239Z Downloaded percent-encoding v2.3.2
2982026-05-19T01:48:50.239Z Downloaded fnv v1.0.7
2992026-05-19T01:48:50.239Z Downloaded anstyle-parse v0.2.7
3002026-05-19T01:48:50.239Z Downloaded thiserror-impl v2.0.18
3012026-05-19T01:48:50.239Z Downloaded zerofrom v0.1.6
3022026-05-19T01:48:50.242Z Downloaded yoke-derive v0.8.1
3032026-05-19T01:48:50.242Z Downloaded unicode-ident v1.0.24
3042026-05-19T01:48:50.242Z Downloaded thiserror-impl v1.0.69
3052026-05-19T01:48:50.247Z Downloaded pretty-hex v0.4.1
3062026-05-19T01:48:50.249Z Downloaded usdt-impl v0.5.0
3072026-05-19T01:48:50.249Z Downloaded toml_edit v0.22.27
3082026-05-19T01:48:50.252Z Downloaded zerotrie v0.2.3
3092026-05-19T01:48:50.255Z Downloaded toml v0.8.23
3102026-05-19T01:48:50.255Z Downloaded serde_spanned v0.6.9
3112026-05-19T01:48:50.258Z Downloaded macaddr v1.0.1
3122026-05-19T01:48:50.259Z Downloaded tinystr v0.8.2
3132026-05-19T01:48:50.261Z Downloaded fs-err v3.3.0
3142026-05-19T01:48:50.262Z Downloaded crypto-common v0.1.7
3152026-05-19T01:48:50.264Z Downloaded form_urlencoded v1.2.2
3162026-05-19T01:48:50.264Z Downloaded dof v0.3.0
3172026-05-19T01:48:50.264Z Downloaded serde-value v0.7.0
3182026-05-19T01:48:50.264Z Downloaded cargo-platform v0.2.0
3192026-05-19T01:48:50.300Z Downloaded url v2.5.8
3202026-05-19T01:48:50.300Z Downloaded thiserror v2.0.18
3212026-05-19T01:48:50.300Z Downloaded memmap v0.7.0
3222026-05-19T01:48:50.300Z Downloaded fastrand v2.3.0
3232026-05-19T01:48:50.300Z Downloaded cargo_metadata v0.21.0
3242026-05-19T01:48:50.301Z Downloaded colorchoice v1.0.4
3252026-05-19T01:48:50.301Z Downloaded cfg-if v1.0.4
3262026-05-19T01:48:50.301Z Downloaded textwrap v0.16.2
3272026-05-19T01:48:50.301Z Downloaded erased-serde v0.4.9
3282026-05-19T01:48:50.301Z Downloaded potential_utf v0.1.4
3292026-05-19T01:48:50.301Z Downloaded digest v0.10.7
3302026-05-19T01:48:50.301Z Downloaded zerocopy v0.7.35
3312026-05-19T01:48:50.301Z Downloaded strsim v0.11.1
3322026-05-19T01:48:50.301Z Downloaded winnow v0.7.14
3332026-05-19T01:48:50.301Z Downloaded tabled_derive v0.7.0
3342026-05-19T01:48:50.301Z Downloaded generic-array v0.14.7
3352026-05-19T01:48:50.301Z Downloaded heck v0.5.0
3362026-05-19T01:48:50.301Z Downloaded terminal_size v0.4.3
3372026-05-19T01:48:50.301Z Downloaded stable_deref_trait v1.2.1
3382026-05-19T01:48:50.304Z Downloaded proc-macro-error-attr v1.0.4
3392026-05-19T01:48:50.304Z Downloaded swrite v0.1.0
3402026-05-19T01:48:50.304Z Downloaded cpufeatures v0.2.17
3412026-05-19T01:48:50.304Z Downloaded serde_derive v1.0.228
3422026-05-19T01:48:50.304Z Downloaded unicode-width v0.2.0
3432026-05-19T01:48:50.307Z Downloaded unicode-width v0.1.14
3442026-05-19T01:48:50.310Z Downloaded idna_adapter v1.2.1
3452026-05-19T01:48:50.313Z Downloaded itoa v1.0.17
3462026-05-19T01:48:50.316Z Downloaded smawk v0.3.2
3472026-05-19T01:48:50.318Z Downloaded camino-tempfile v1.4.1
3482026-05-19T01:48:50.318Z Downloaded proc-macro-error v1.0.4
3492026-05-19T01:48:50.321Z Downloaded errno v0.3.14
3502026-05-19T01:48:50.321Z Downloaded equivalent v1.0.2
3512026-05-19T01:48:50.325Z Downloaded synstructure v0.13.2
3522026-05-19T01:48:50.325Z Downloaded litemap v0.8.1
3532026-05-19T01:48:50.336Z Downloaded scroll v0.12.0
3542026-05-19T01:48:50.339Z Downloaded displaydoc v0.2.5
3552026-05-19T01:48:50.343Z Downloaded pest_derive v2.8.6
3562026-05-19T01:48:50.347Z Downloaded log v0.4.29
3572026-05-19T01:48:50.350Z Downloaded cargo_toml v0.21.0
3582026-05-19T01:48:50.353Z Downloaded serde_tokenstream v0.2.3
3592026-05-19T01:48:50.355Z Downloaded clap_derive v4.5.55
3602026-05-19T01:48:50.363Z Downloaded pest_generator v2.8.6
3612026-05-19T01:48:50.368Z Downloaded cargo-util-schemas v0.8.2
3622026-05-19T01:48:50.370Z Downloaded quote v1.0.45
3632026-05-19T01:48:50.374Z Downloaded camino v1.2.2
3642026-05-19T01:48:50.377Z Downloaded tempfile v3.25.0
3652026-05-19T01:48:50.380Z Downloaded icu_properties_data v2.1.2
3662026-05-19T01:48:50.383Z Downloaded sha2 v0.10.9
3672026-05-19T01:48:50.385Z Downloaded serde-untagged v0.1.9
3682026-05-19T01:48:50.388Z Downloaded icu_normalizer_data v2.1.1
3692026-05-19T01:48:50.388Z Downloaded icu_provider v2.1.1
3702026-05-19T01:48:50.391Z Downloaded papergrid v0.11.0
3712026-05-19T01:48:50.394Z Downloaded semver v1.0.28
3722026-05-19T01:48:50.394Z Downloaded proc-macro2 v1.0.106
3732026-05-19T01:48:50.396Z Downloaded num-traits v0.2.19
3742026-05-19T01:48:50.399Z Downloaded getrandom v0.4.1
3752026-05-19T01:48:50.401Z Downloaded icu_properties v2.1.2
3762026-05-19T01:48:50.404Z Downloaded icu_normalizer v2.1.1
3772026-05-19T01:48:50.407Z Downloaded pest_meta v2.8.6
3782026-05-19T01:48:50.409Z Downloaded icu_collections v2.1.1
3792026-05-19T01:48:50.413Z Downloaded serde_core v1.0.228
3802026-05-19T01:48:50.416Z Downloaded serde v1.0.228
3812026-05-19T01:48:50.421Z Downloaded icu_locale_core v2.1.1
3822026-05-19T01:48:50.426Z Downloaded indexmap v2.14.0
3832026-05-19T01:48:50.438Z Downloaded tabled v0.15.0
3842026-05-19T01:48:50.447Z Downloaded pest v2.8.6
3852026-05-19T01:48:50.453Z Downloaded serde_json v1.0.149
3862026-05-19T01:48:50.455Z Downloaded syn v1.0.109
3872026-05-19T01:48:50.461Z Downloaded hashbrown v0.17.0
3882026-05-19T01:48:50.466Z Downloaded clap_builder v4.5.60
3892026-05-19T01:48:50.484Z Downloaded syn v2.0.117
3902026-05-19T01:48:50.501Z Downloaded rustix v1.1.3
3912026-05-19T01:48:50.524Z Downloaded libc v0.2.185
3922026-05-19T01:48:50.588Z Compiling proc-macro2 v1.0.106
3932026-05-19T01:48:50.589Z Compiling quote v1.0.45
3942026-05-19T01:48:50.592Z Compiling unicode-ident v1.0.24
3952026-05-19T01:48:50.592Z Compiling serde_core v1.0.228
3962026-05-19T01:48:50.592Z Compiling libc v0.2.185
3972026-05-19T01:48:50.592Z Compiling version_check v0.9.5
3982026-05-19T01:48:50.592Z Compiling serde v1.0.228
3992026-05-19T01:48:50.592Z Compiling stable_deref_trait v1.2.1
4002026-05-19T01:48:50.592Z Compiling memchr v2.8.0
4012026-05-19T01:48:50.592Z Compiling zmij v1.0.21
4022026-05-19T01:48:50.772Z Compiling itoa v1.0.17
4032026-05-19T01:48:50.776Z Compiling thiserror v1.0.69
4042026-05-19T01:48:50.776Z Compiling autocfg v1.5.0
4052026-05-19T01:48:50.776Z Compiling ucd-trie v0.1.7
4062026-05-19T01:48:50.776Z Compiling litemap v0.8.1
4072026-05-19T01:48:51.041Z Compiling writeable v0.6.2
4082026-05-19T01:48:51.046Z Compiling rustix v1.1.3
4092026-05-19T01:48:51.146Z Compiling byteorder v1.5.0
4102026-05-19T01:48:51.230Z Compiling icu_properties_data v2.1.2
4112026-05-19T01:48:51.297Z Compiling icu_normalizer_data v2.1.1
4122026-05-19T01:48:51.427Z Compiling pest v2.8.6
4132026-05-19T01:48:51.460Z Compiling serde_json v1.0.149
4142026-05-19T01:48:51.463Z Compiling bitflags v2.11.0
4152026-05-19T01:48:51.476Z Compiling smallvec v1.15.1
4162026-05-19T01:48:51.496Z Compiling num-traits v0.2.19
4172026-05-19T01:48:51.650Z Compiling equivalent v1.0.2
4182026-05-19T01:48:51.754Z Compiling typeid v1.0.3
4192026-05-19T01:48:51.810Z Compiling hashbrown v0.17.0
4202026-05-19T01:48:51.813Z Compiling usdt-impl v0.5.0
4212026-05-19T01:48:51.883Z Compiling proc-macro-error-attr v1.0.4
4222026-05-19T01:48:51.886Z Compiling syn v1.0.109
4232026-05-19T01:48:51.886Z Compiling erased-serde v0.4.9
4242026-05-19T01:48:51.886Z Compiling winnow v0.7.14
4252026-05-19T01:48:51.933Z Compiling toml_write v0.1.2
4262026-05-19T01:48:51.953Z Compiling errno v0.3.14
4272026-05-19T01:48:52.028Z Compiling thread-id v4.2.2
4282026-05-19T01:48:52.069Z Compiling proc-macro-error v1.0.4
4292026-05-19T01:48:52.157Z Compiling log v0.4.29
4302026-05-19T01:48:52.192Z Compiling percent-encoding v2.3.2
4312026-05-19T01:48:52.266Z Compiling thiserror v2.0.18
4322026-05-19T01:48:52.285Z Compiling plain v0.2.3
4332026-05-19T01:48:52.305Z Compiling utf8parse v0.2.2
4342026-05-19T01:48:52.340Z Compiling indexmap v2.14.0
4352026-05-19T01:48:52.402Z Compiling utf8_iter v1.0.4
4362026-05-19T01:48:52.426Z Compiling camino v1.2.2
4372026-05-19T01:48:52.456Z Compiling syn v2.0.117
4382026-05-19T01:48:52.477Z Compiling getrandom v0.4.1
4392026-05-19T01:48:52.477Z Compiling anstyle-parse v0.2.7
4402026-05-19T01:48:52.558Z Compiling pest_meta v2.8.6
4412026-05-19T01:48:52.575Z Compiling form_urlencoded v1.2.2
4422026-05-19T01:48:52.693Z Compiling ordered-float v2.10.1
4432026-05-19T01:48:52.820Z Compiling colorchoice v1.0.4
4442026-05-19T01:48:52.853Z Compiling pretty-hex v0.4.1
4452026-05-19T01:48:52.896Z Compiling cfg-if v1.0.4
4462026-05-19T01:48:52.915Z Compiling is_terminal_polyfill v1.70.2
4472026-05-19T01:48:52.932Z Compiling anstyle-query v1.1.5
4482026-05-19T01:48:52.978Z Compiling anstyle v1.0.13
4492026-05-19T01:48:53.019Z Compiling fs-err v3.3.0
4502026-05-19T01:48:53.056Z Compiling fastrand v2.3.0
4512026-05-19T01:48:53.059Z Compiling fnv v1.0.7
4522026-05-19T01:48:53.094Z Compiling terminal_size v0.4.3
4532026-05-19T01:48:53.097Z Compiling strsim v0.11.1
4542026-05-19T01:48:53.189Z Compiling anstream v0.6.21
4552026-05-19T01:48:53.208Z Compiling heck v0.4.1
4562026-05-19T01:48:53.228Z Compiling unicode-width v0.1.14
4572026-05-19T01:48:53.253Z Compiling heck v0.5.0
4582026-05-19T01:48:53.271Z Compiling anyhow v1.0.102
4592026-05-19T01:48:53.472Z Compiling semver v1.0.28
4602026-05-19T01:48:53.513Z Compiling unicode-xid v0.2.6
4612026-05-19T01:48:53.516Z Compiling clap_lex v1.0.0
4622026-05-19T01:48:53.531Z Compiling once_cell v1.21.3
4632026-05-19T01:48:53.533Z Compiling bytecount v0.6.9
4642026-05-19T01:48:53.599Z Compiling memmap v0.7.0
4652026-05-19T01:48:53.705Z Compiling clap_builder v4.5.60
4662026-05-19T01:48:53.723Z Compiling tempfile v3.25.0
4672026-05-19T01:48:53.772Z Compiling serde-untagged v0.1.9
4682026-05-19T01:48:53.798Z Compiling papergrid v0.11.0
4692026-05-19T01:48:53.816Z Compiling unicode-linebreak v0.1.5
4702026-05-19T01:48:53.835Z Compiling unicode-width v0.2.0
4712026-05-19T01:48:53.864Z Compiling smawk v0.3.2
4722026-05-19T01:48:53.945Z Compiling swrite v0.1.0
4732026-05-19T01:48:54.023Z Compiling camino-tempfile v1.4.1
4742026-05-19T01:48:54.045Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-05-19T01:48:54.089Z Compiling textwrap v0.16.2
4762026-05-19T01:48:54.372Z Compiling tabled_derive v0.7.0
4772026-05-19T01:48:55.031Z Compiling synstructure v0.13.2
4782026-05-19T01:48:55.031Z Compiling pest_generator v2.8.6
4792026-05-19T01:48:55.121Z Compiling tabled v0.15.0
4802026-05-19T01:48:55.569Z Compiling serde_derive v1.0.228
4812026-05-19T01:48:55.614Z Compiling zerofrom-derive v0.1.6
4822026-05-19T01:48:55.614Z Compiling yoke-derive v0.8.1
4832026-05-19T01:48:55.614Z Compiling zerovec-derive v0.11.2
4842026-05-19T01:48:55.614Z Compiling displaydoc v0.2.5
4852026-05-19T01:48:55.665Z Compiling thiserror-impl v1.0.69
4862026-05-19T01:48:55.666Z Compiling zerocopy-derive v0.7.35
4872026-05-19T01:48:55.666Z Compiling scroll_derive v0.12.1
4882026-05-19T01:48:55.696Z Compiling thiserror-impl v2.0.18
4892026-05-19T01:48:55.697Z Compiling clap_derive v4.5.55
4902026-05-19T01:48:55.697Z Compiling pest_derive v2.8.6
4912026-05-19T01:48:56.293Z Compiling scroll v0.12.0
4922026-05-19T01:48:56.462Z Compiling zerocopy v0.7.35
4932026-05-19T01:48:56.511Z Compiling goblin v0.8.2
4942026-05-19T01:48:56.561Z Compiling zerofrom v0.1.6
4952026-05-19T01:48:56.669Z Compiling yoke v0.8.1
4962026-05-19T01:48:56.712Z Compiling dtrace-parser v0.2.0
4972026-05-19T01:48:56.823Z Compiling zerovec v0.11.5
4982026-05-19T01:48:56.823Z Compiling zerotrie v0.2.3
4992026-05-19T01:48:57.014Z Compiling clap v4.5.60
5002026-05-19T01:48:57.252Z Compiling tinystr v0.8.2
5012026-05-19T01:48:57.252Z Compiling potential_utf v0.1.4
5022026-05-19T01:48:57.375Z Compiling icu_collections v2.1.1
5032026-05-19T01:48:57.402Z Compiling icu_locale_core v2.1.1
5042026-05-19T01:48:57.925Z Compiling icu_provider v2.1.1
5052026-05-19T01:48:57.999Z Compiling serde_spanned v0.6.9
5062026-05-19T01:48:57.999Z Compiling toml_datetime v0.6.11
5072026-05-19T01:48:58.002Z Compiling serde-value v0.7.0
5082026-05-19T01:48:58.002Z Compiling cargo-platform v0.2.0
5092026-05-19T01:48:58.002Z Compiling macaddr v1.0.1
5102026-05-19T01:48:58.032Z Compiling dof v0.3.0
5112026-05-19T01:48:58.038Z Compiling serde_tokenstream v0.2.3
5122026-05-19T01:48:58.144Z Compiling icu_normalizer v2.1.1
5132026-05-19T01:48:58.144Z Compiling icu_properties v2.1.2
5142026-05-19T01:48:58.283Z Compiling toml_edit v0.22.27
5152026-05-19T01:48:58.832Z Compiling usdt-attr-macro v0.5.0
5162026-05-19T01:48:58.833Z Compiling usdt-macro v0.5.0
5172026-05-19T01:48:58.992Z Compiling idna_adapter v1.2.1
5182026-05-19T01:48:59.098Z Compiling idna v1.1.0
5192026-05-19T01:48:59.360Z Compiling url v2.5.8
5202026-05-19T01:48:59.446Z Compiling usdt v0.5.0
5212026-05-19T01:48:59.572Z Compiling toml v0.8.23
5222026-05-19T01:48:59.904Z Compiling cargo-util-schemas v0.8.2
5232026-05-19T01:48:59.904Z Compiling cargo_toml v0.21.0
5242026-05-19T01:49:00.697Z Compiling cargo_metadata v0.21.0
5252026-05-19T01:49:01.608Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-19T01:49:03.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.65s
5272026-05-19T01:49:03.918Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-19T01:49:04.482Z Downloading crates ...
5292026-05-19T01:49:04.591Z Downloaded bitflags v1.3.2
5302026-05-19T01:49:04.595Z Downloaded ciborium-ll v0.2.2
5312026-05-19T01:49:04.601Z Downloaded crc v3.4.0
5322026-05-19T01:49:04.601Z Downloaded adler2 v2.0.1
5332026-05-19T01:49:04.606Z Downloaded cfg_aliases v0.1.1
5342026-05-19T01:49:04.610Z Downloaded cancel-safe-futures v0.1.5
5352026-05-19T01:49:04.625Z Downloaded bzip2 v0.6.1
5362026-05-19T01:49:04.631Z Downloaded base64ct v1.8.3
5372026-05-19T01:49:04.635Z Downloaded async-trait v0.1.89
5382026-05-19T01:49:04.652Z Downloaded cargo-platform v0.1.9
5392026-05-19T01:49:04.655Z Downloaded async-stream v0.3.6
5402026-05-19T01:49:04.659Z Downloaded atomic-waker v1.1.2
5412026-05-19T01:49:04.662Z Downloaded derive_builder_core v0.20.2
5422026-05-19T01:49:04.662Z Downloaded bit-set v0.8.0
5432026-05-19T01:49:04.665Z Downloaded async-stream-impl v0.3.6
5442026-05-19T01:49:04.665Z Downloaded crossterm v0.28.1
5452026-05-19T01:49:04.668Z Downloaded derive-ex v0.1.8
5462026-05-19T01:49:04.672Z Downloaded darling_macro v0.20.11
5472026-05-19T01:49:04.672Z Downloaded cobs v0.3.0
5482026-05-19T01:49:04.672Z Downloaded bitfield-macros v0.19.4
5492026-05-19T01:49:04.672Z Downloaded bitfield v0.19.4
5502026-05-19T01:49:04.676Z Downloaded env_filter v1.0.0
5512026-05-19T01:49:04.676Z Downloaded defmt-macros v1.0.1
5522026-05-19T01:49:04.681Z Downloaded deranged v0.5.8
5532026-05-19T01:49:04.681Z Downloaded crossbeam-deque v0.8.6
5542026-05-19T01:49:04.681Z Downloaded base16ct v0.2.0
5552026-05-19T01:49:04.682Z Downloaded async-recursion v1.1.1
5562026-05-19T01:49:04.685Z Downloaded ecdsa v0.16.9
5572026-05-19T01:49:04.685Z Downloaded convert_case v0.4.0
5582026-05-19T01:49:04.685Z Downloaded defmt v0.3.100
5592026-05-19T01:49:04.685Z Downloaded atomicwrites v0.4.4
5602026-05-19T01:49:04.688Z Downloaded aead v0.5.2
5612026-05-19T01:49:04.688Z Downloaded bit-vec v0.6.3
5622026-05-19T01:49:04.688Z Downloaded atty v0.2.14
5632026-05-19T01:49:04.691Z Downloaded dropshot-api-manager-types v0.7.1
5642026-05-19T01:49:04.691Z Downloaded backoff v0.4.0
5652026-05-19T01:49:04.691Z Downloaded cstr-argument v0.1.2
5662026-05-19T01:49:04.694Z Downloaded debug-ignore v1.0.5
5672026-05-19T01:49:04.694Z Downloaded bit-set v0.5.3
5682026-05-19T01:49:04.697Z Downloaded derive-where v1.6.0
5692026-05-19T01:49:04.697Z Downloaded crc-catalog v2.4.0
5702026-05-19T01:49:04.700Z Downloaded bb8 v0.8.6
5712026-05-19T01:49:04.700Z Downloaded arrayref v0.3.9
5722026-05-19T01:49:04.700Z Downloaded env_logger v0.11.9
5732026-05-19T01:49:04.705Z Downloaded dropshot_endpoint v0.17.0
5742026-05-19T01:49:04.709Z Downloaded crc32fast v1.5.0
5752026-05-19T01:49:04.709Z Downloaded darling_macro v0.23.0
5762026-05-19T01:49:04.709Z Downloaded bcrypt-pbkdf v0.10.0
5772026-05-19T01:49:04.709Z Downloaded cpufeatures v0.3.0
5782026-05-19T01:49:04.712Z Downloaded block-padding v0.3.3
5792026-05-19T01:49:04.713Z Downloaded assert_matches v1.5.0
5802026-05-19T01:49:04.713Z Downloaded array-init v0.0.4
5812026-05-19T01:49:04.713Z Downloaded ascii-canvas v3.0.0
5822026-05-19T01:49:04.713Z Downloaded document-features v0.2.12
5832026-05-19T01:49:04.717Z Downloaded float-ord v0.3.2
5842026-05-19T01:49:04.723Z Downloaded cfg_aliases v0.2.1
5852026-05-19T01:49:04.727Z Downloaded cargo_metadata v0.19.2
5862026-05-19T01:49:04.730Z Downloaded argon2 v0.5.3
5872026-05-19T01:49:04.733Z Downloaded darling_core v0.21.3
5882026-05-19T01:49:04.736Z Downloaded derive_builder_macro v0.20.2
5892026-05-19T01:49:04.736Z Downloaded float-cmp v0.10.0
5902026-05-19T01:49:04.736Z Downloaded dyn-clone v1.0.20
5912026-05-19T01:49:04.739Z Downloaded foreign-types v0.5.0
5922026-05-19T01:49:04.739Z Downloaded compression-core v0.4.31
5932026-05-19T01:49:04.739Z Downloaded castaway v0.2.4
5942026-05-19T01:49:04.739Z Downloaded dtrace-parser v0.3.0
5952026-05-19T01:49:04.742Z Downloaded fixedbitset v0.4.2
5962026-05-19T01:49:04.742Z Downloaded embedded-io v0.6.1
5972026-05-19T01:49:04.745Z Downloaded foreign-types-macros v0.2.3
5982026-05-19T01:49:04.745Z Downloaded dirs-next v2.0.0
5992026-05-19T01:49:04.745Z Downloaded crucible-workspace-hack v0.1.0
6002026-05-19T01:49:04.748Z Downloaded constant_time_eq v0.4.2
6012026-05-19T01:49:04.748Z Downloaded flagset v0.4.7
6022026-05-19T01:49:04.751Z Downloaded fallible-iterator v0.2.0
6032026-05-19T01:49:04.751Z Downloaded foreign-types-shared v0.3.1
6042026-05-19T01:49:04.751Z Downloaded foreign-types v0.3.2
6052026-05-19T01:49:04.751Z Downloaded cipher v0.4.4
6062026-05-19T01:49:04.754Z Downloaded camino-tempfile-ext v0.3.3
6072026-05-19T01:49:04.754Z Downloaded funty v2.0.0
6082026-05-19T01:49:04.754Z Downloaded fd-lock v4.0.4
6092026-05-19T01:49:04.758Z Downloaded futures-core v0.3.32
6102026-05-19T01:49:04.758Z Downloaded foldhash v0.2.0
6112026-05-19T01:49:04.762Z Downloaded ena v0.14.4
6122026-05-19T01:49:04.762Z Downloaded critical-section v1.2.0
6132026-05-19T01:49:04.762Z Downloaded chacha20 v0.10.0
6142026-05-19T01:49:04.762Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-05-19T01:49:04.765Z Downloaded darling_macro v0.21.3
6162026-05-19T01:49:04.765Z Downloaded dof v0.4.0
6172026-05-19T01:49:04.765Z Downloaded bitfield-struct v0.6.2
6182026-05-19T01:49:04.765Z Downloaded globwalk v0.9.1
6192026-05-19T01:49:04.768Z Downloaded futures-task v0.3.32
6202026-05-19T01:49:04.768Z Downloaded cbc v0.1.2
6212026-05-19T01:49:04.768Z Downloaded ed25519 v2.2.3
6222026-05-19T01:49:04.771Z Downloaded dirs-sys-next v0.1.2
6232026-05-19T01:49:04.771Z Downloaded find-msvc-tools v0.1.9
6242026-05-19T01:49:04.771Z Downloaded daft v0.1.5
6252026-05-19T01:49:04.814Z Downloaded corncobs v0.1.4
6262026-05-19T01:49:04.814Z Downloaded csv-core v0.1.13
6272026-05-19T01:49:04.814Z Downloaded filetime v0.2.27
6282026-05-19T01:49:04.821Z Downloaded gethostname v0.5.0
6292026-05-19T01:49:04.821Z Downloaded futures-macro v0.3.32
6302026-05-19T01:49:04.821Z Downloaded embedded-io v0.4.0
6312026-05-19T01:49:04.821Z Downloaded derive_builder v0.20.2
6322026-05-19T01:49:04.821Z Downloaded cmake v0.1.57
6332026-05-19T01:49:04.822Z Downloaded arrayvec v0.7.6
6342026-05-19T01:49:04.822Z Downloaded either v1.15.0
6352026-05-19T01:49:04.822Z Downloaded futures-sink v0.3.32
6362026-05-19T01:49:04.822Z Downloaded fatfs v0.3.6
6372026-05-19T01:49:04.822Z Downloaded fxhash v0.2.1
6382026-05-19T01:49:04.822Z Downloaded curve25519-dalek-derive v0.1.1
6392026-05-19T01:49:04.822Z Downloaded downcast-rs v2.0.2
6402026-05-19T01:49:04.822Z Downloaded defmt-parser v1.0.0
6412026-05-19T01:49:04.822Z Downloaded console v0.15.11
6422026-05-19T01:49:04.822Z Downloaded compression-codecs v0.4.37
6432026-05-19T01:49:04.822Z Downloaded hostname v0.3.1
6442026-05-19T01:49:04.822Z Downloaded home v0.5.12
6452026-05-19T01:49:04.822Z Downloaded foreign-types-shared v0.1.1
6462026-05-19T01:49:04.822Z Downloaded buf-list v1.1.2
6472026-05-19T01:49:04.822Z Downloaded curve25519-dalek v4.1.3
6482026-05-19T01:49:04.822Z Downloaded hash32 v0.2.1
6492026-05-19T01:49:04.822Z Downloaded group v0.13.0
6502026-05-19T01:49:04.822Z Downloaded glob v0.3.3
6512026-05-19T01:49:04.822Z Downloaded fs-err v2.11.0
6522026-05-19T01:49:04.822Z Downloaded const-oid v0.9.6
6532026-05-19T01:49:04.822Z Downloaded hex-literal v0.4.1
6542026-05-19T01:49:04.822Z Downloaded daft-derive v0.1.5
6552026-05-19T01:49:04.822Z Downloaded hostname v0.4.2
6562026-05-19T01:49:04.822Z Downloaded cookie v0.18.1
6572026-05-19T01:49:04.822Z Downloaded fs_extra v1.3.0
6582026-05-19T01:49:04.828Z Downloaded futures-executor v0.3.32
6592026-05-19T01:49:04.828Z Downloaded display-error-chain v0.2.2
6602026-05-19T01:49:04.828Z Downloaded crunchy v0.2.4
6612026-05-19T01:49:04.828Z Downloaded diff v0.1.13
6622026-05-19T01:49:04.828Z Downloaded hubpack v0.1.2
6632026-05-19T01:49:04.828Z Downloaded crc8 v0.1.1
6642026-05-19T01:49:04.828Z Downloaded const_format_proc_macros v0.2.34
6652026-05-19T01:49:04.828Z Downloaded colored v2.2.0
6662026-05-19T01:49:04.833Z Downloaded hex v0.4.3
6672026-05-19T01:49:04.833Z Downloaded hash32 v0.3.1
6682026-05-19T01:49:04.833Z Downloaded colored v3.1.1
6692026-05-19T01:49:04.833Z Downloaded console v0.16.2
6702026-05-19T01:49:04.836Z Downloaded clang-sys v1.8.1
6712026-05-19T01:49:04.836Z Downloaded erased-serde v0.3.31
6722026-05-19T01:49:04.836Z Downloaded foldhash v0.1.5
6732026-05-19T01:49:04.840Z Downloaded http-body v1.0.1
6742026-05-19T01:49:04.840Z Downloaded cexpr v0.6.0
6752026-05-19T01:49:04.840Z Downloaded dsl_auto_type v0.2.0
6762026-05-19T01:49:04.843Z Downloaded drift v0.1.4
6772026-05-19T01:49:04.847Z Downloaded ciborium v0.2.2
6782026-05-19T01:49:04.852Z Downloaded git-stub-vcs v0.1.0
6792026-05-19T01:49:04.852Z Downloaded git-stub v1.0.0
6802026-05-19T01:49:04.852Z Downloaded derive_more v0.99.20
6812026-05-19T01:49:04.855Z Downloaded darling_core v0.23.0
6822026-05-19T01:49:04.858Z Downloaded hubpack_derive v0.1.1
6832026-05-19T01:49:04.858Z Downloaded chacha20 v0.9.1
6842026-05-19T01:49:04.858Z Downloaded instant v0.1.13
6852026-05-19T01:49:04.861Z Downloaded ident_case v1.0.1
6862026-05-19T01:49:04.861Z Downloaded globset v0.4.18
6872026-05-19T01:49:04.861Z Downloaded convert_case v0.10.0
6882026-05-19T01:49:04.865Z Downloaded ctr v0.9.2
6892026-05-19T01:49:04.865Z Downloaded bit-vec v0.8.0
6902026-05-19T01:49:04.868Z Downloaded crossbeam-epoch v0.9.18
6912026-05-19T01:49:04.868Z Downloaded indent_write v2.2.0
6922026-05-19T01:49:04.868Z Downloaded endian-type v0.1.2
6932026-05-19T01:49:04.868Z Downloaded bzip2 v0.4.4
6942026-05-19T01:49:04.871Z Downloaded inout v0.1.4
6952026-05-19T01:49:04.871Z Downloaded dunce v1.0.5
6962026-05-19T01:49:04.871Z Downloaded bcs v0.1.6
6972026-05-19T01:49:04.874Z Downloaded byte-wrapper v0.1.0
6982026-05-19T01:49:04.874Z Downloaded backon v1.6.0
6992026-05-19T01:49:04.877Z Downloaded is_ci v1.2.0
7002026-05-19T01:49:04.877Z Downloaded darling v0.23.0
7012026-05-19T01:49:04.880Z Downloaded impl-trait-for-tuples v0.2.3
7022026-05-19T01:49:04.884Z Downloaded hyper-staticfile v0.10.1
7032026-05-19T01:49:04.884Z Downloaded http-range v0.1.5
7042026-05-19T01:49:04.884Z Downloaded getrandom v0.3.4
7052026-05-19T01:49:04.887Z Downloaded ed25519-dalek v2.2.0
7062026-05-19T01:49:04.888Z Downloaded indoc v1.0.9
7072026-05-19T01:49:04.890Z Downloaded blake2 v0.10.6
7082026-05-19T01:49:04.891Z Downloaded allocator-api2 v0.2.21
7092026-05-19T01:49:04.893Z Downloaded cassowary v0.3.0
7102026-05-19T01:49:04.893Z Downloaded difflib v0.4.0
7112026-05-19T01:49:04.898Z Downloaded async-bb8-diesel v0.2.1
7122026-05-19T01:49:04.898Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-19T01:49:04.898Z Downloaded hyper-tls v0.6.0
7142026-05-19T01:49:04.902Z Downloaded httpdate v1.0.3
7152026-05-19T01:49:04.902Z Downloaded highway v1.3.0
7162026-05-19T01:49:04.903Z Downloaded ahash v0.8.12
7172026-05-19T01:49:04.903Z Downloaded lru v0.12.5
7182026-05-19T01:49:04.905Z Downloaded des v0.8.1
7192026-05-19T01:49:04.905Z Downloaded http-body-util v0.1.3
7202026-05-19T01:49:04.905Z Downloaded defmt v1.0.1
7212026-05-19T01:49:04.909Z Downloaded getrandom v0.2.17
7222026-05-19T01:49:04.913Z Downloaded half v1.8.3
7232026-05-19T01:49:04.913Z Downloaded managed v0.8.0
7242026-05-19T01:49:04.917Z Downloaded md5 v0.7.0
7252026-05-19T01:49:04.917Z Downloaded maybe-uninit v2.0.0
7262026-05-19T01:49:04.917Z Downloaded lazy_static v1.5.0
7272026-05-19T01:49:04.917Z Downloaded crc-any v2.5.0
7282026-05-19T01:49:04.920Z Downloaded internet-checksum v0.2.1
7292026-05-19T01:49:04.920Z Downloaded linked-hash-map v0.5.6
7302026-05-19T01:49:04.920Z Downloaded lzss v0.8.2
7312026-05-19T01:49:04.920Z Downloaded ff v0.13.1
7322026-05-19T01:49:04.920Z Downloaded data-encoding v2.10.0
7332026-05-19T01:49:04.923Z Downloaded derive_more v2.1.1
7342026-05-19T01:49:04.930Z Downloaded multimap v0.10.1
7352026-05-19T01:49:04.933Z Downloaded memoffset v0.9.1
7362026-05-19T01:49:04.934Z Downloaded md-5 v0.10.6
7372026-05-19T01:49:04.934Z Downloaded ingot-macros v0.1.1
7382026-05-19T01:49:04.934Z Downloaded enum-as-inner v0.6.1
7392026-05-19T01:49:04.934Z Downloaded ipnet v2.11.0
7402026-05-19T01:49:04.937Z Downloaded keccak v0.1.6
7412026-05-19T01:49:04.937Z Downloaded dropshot-api-manager v0.7.1
7422026-05-19T01:49:04.939Z Downloaded libefi-sys v0.1.0
7432026-05-19T01:49:04.939Z Downloaded ipnetwork v0.21.1
7442026-05-19T01:49:04.939Z Downloaded indoc v2.0.7
7452026-05-19T01:49:04.942Z Downloaded nodrop v0.1.14
7462026-05-19T01:49:04.942Z Downloaded newtype-uuid-macros v0.1.0
7472026-05-19T01:49:04.945Z Downloaded newtype_derive v0.1.6
7482026-05-19T01:49:04.946Z Downloaded num v0.4.3
7492026-05-19T01:49:04.946Z Downloaded normalize-line-endings v0.3.0
7502026-05-19T01:49:04.946Z Downloaded lru-slab v0.1.2
7512026-05-19T01:49:04.952Z Downloaded flume v0.11.1
7522026-05-19T01:49:04.952Z Downloaded diesel-dtrace v0.5.0
7532026-05-19T01:49:04.955Z Downloaded new_debug_unreachable v1.0.6
7542026-05-19T01:49:04.955Z Downloaded match_cfg v0.1.0
7552026-05-19T01:49:04.955Z Downloaded jobserver v0.1.34
7562026-05-19T01:49:04.955Z Downloaded darling v0.20.11
7572026-05-19T01:49:04.955Z Downloaded newline-converter v0.3.0
7582026-05-19T01:49:04.958Z Downloaded libsw-core v0.3.2
7592026-05-19T01:49:04.958Z Downloaded num-derive v0.3.3
7602026-05-19T01:49:04.961Z Downloaded futures v0.3.32
7612026-05-19T01:49:04.964Z Downloaded elliptic-curve v0.13.8
7622026-05-19T01:49:04.964Z Downloaded bytes v1.11.1
7632026-05-19T01:49:04.967Z Downloaded nonempty v0.12.0
7642026-05-19T01:49:04.971Z Downloaded num-derive v0.4.2
7652026-05-19T01:49:04.971Z Downloaded num-iter v0.1.45
7662026-05-19T01:49:04.971Z Downloaded ingot v0.1.1
7672026-05-19T01:49:04.974Z Downloaded iana-time-zone v0.1.65
7682026-05-19T01:49:04.974Z Downloaded chrono-tz v0.10.4
7692026-05-19T01:49:04.983Z Downloaded openssl-probe v0.2.1
7702026-05-19T01:49:04.987Z Downloaded olpc-cjson v0.1.4
7712026-05-19T01:49:04.987Z Downloaded lock_api v0.4.14
7722026-05-19T01:49:04.987Z Downloaded opaque-debug v0.3.1
7732026-05-19T01:49:04.987Z Downloaded num_enum_derive v0.5.11
7742026-05-19T01:49:04.990Z Downloaded maplit v1.0.2
7752026-05-19T01:49:04.990Z Downloaded libsw v3.5.0
7762026-05-19T01:49:04.990Z Downloaded libloading v0.8.9
7772026-05-19T01:49:05.004Z Downloaded oso-derive v0.27.3
7782026-05-19T01:49:05.007Z Downloaded openssl-macros v0.1.1
7792026-05-19T01:49:05.007Z Downloaded mime_guess v2.0.5
7802026-05-19T01:49:05.007Z Downloaded packed_struct_codegen v0.10.1
7812026-05-19T01:49:05.011Z Downloaded mime v0.3.17
7822026-05-19T01:49:05.011Z Downloaded linear-map v1.2.0
7832026-05-19T01:49:05.011Z Downloaded half v2.7.1
7842026-05-19T01:49:05.014Z Downloaded pbkdf2 v0.11.0
7852026-05-19T01:49:05.014Z Downloaded num-complex v0.4.6
7862026-05-19T01:49:05.017Z Downloaded multer v3.1.0
7872026-05-19T01:49:05.017Z Downloaded hashbrown v0.12.3
7882026-05-19T01:49:05.020Z Downloaded peg-runtime v0.8.5
7892026-05-19T01:49:05.020Z Downloaded headers-core v0.3.0
7902026-05-19T01:49:05.020Z Downloaded futures-io v0.3.32
7912026-05-19T01:49:05.023Z Downloaded num-rational v0.4.2
7922026-05-19T01:49:05.023Z Downloaded fixedbitset v0.5.7
7932026-05-19T01:49:05.023Z Downloaded derive_more-impl v2.1.1
7942026-05-19T01:49:05.026Z Downloaded memmap2 v0.9.10
7952026-05-19T01:49:05.030Z Downloaded path-slash v0.1.5
7962026-05-19T01:49:05.030Z Downloaded parse-display v0.10.0
7972026-05-19T01:49:05.030Z Downloaded humantime v2.3.0
7982026-05-19T01:49:05.033Z Downloaded arc-swap v1.8.2
7992026-05-19T01:49:05.033Z Downloaded phf_shared v0.11.3
8002026-05-19T01:49:05.033Z Downloaded pbkdf2 v0.12.2
8012026-05-19T01:49:05.036Z Downloaded parse-size v1.1.0
8022026-05-19T01:49:05.036Z Downloaded num_enum_derive v0.7.5
8032026-05-19T01:49:05.036Z Downloaded num_enum v0.5.11
8042026-05-19T01:49:05.039Z Downloaded crossterm v0.29.0
8052026-05-19T01:49:05.042Z Downloaded pin-utils v0.1.0
8062026-05-19T01:49:05.045Z Downloaded num-conv v0.2.0
8072026-05-19T01:49:05.045Z Downloaded lalrpop-util v0.19.12
8082026-05-19T01:49:05.045Z Downloaded num-integer v0.1.46
8092026-05-19T01:49:05.048Z Downloaded phf_shared v0.13.1
8102026-05-19T01:49:05.048Z Downloaded is-terminal v0.4.17
8112026-05-19T01:49:05.048Z Downloaded const_format v0.2.35
8122026-05-19T01:49:05.051Z Downloaded num_enum v0.7.5
8132026-05-19T01:49:05.054Z Downloaded ignore v0.4.25
8142026-05-19T01:49:05.057Z Downloaded crossbeam-utils v0.8.21
8152026-05-19T01:49:05.057Z Downloaded indexmap v1.9.3
8162026-05-19T01:49:05.061Z Downloaded nibble_vec v0.1.0
8172026-05-19T01:49:05.061Z Downloaded ghash v0.5.1
8182026-05-19T01:49:05.061Z Downloaded crossbeam-channel v0.5.15
8192026-05-19T01:49:05.064Z Downloaded oxnet v0.1.4
8202026-05-19T01:49:05.066Z Downloaded predicates-core v1.0.10
8212026-05-19T01:49:05.067Z Downloaded num_threads v0.1.7
8222026-05-19T01:49:05.067Z Downloaded oxide-tokio-rt v0.1.4
8232026-05-19T01:49:05.070Z Downloaded kstat-rs v0.2.4
8242026-05-19T01:49:05.070Z Downloaded instability v0.3.11
8252026-05-19T01:49:05.070Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-05-19T01:49:05.072Z Downloaded owo-colors v4.3.0
8272026-05-19T01:49:05.072Z Downloaded nu-ansi-term v0.50.3
8282026-05-19T01:49:05.072Z Downloaded password-hash v0.5.0
8292026-05-19T01:49:05.076Z Downloaded phf_shared v0.12.1
8302026-05-19T01:49:05.076Z Downloaded paste v1.0.15
8312026-05-19T01:49:05.080Z Downloaded async-compression v0.4.41
8322026-05-19T01:49:05.084Z Downloaded cc v1.2.56
8332026-05-19T01:49:05.084Z Downloaded pem v3.0.6
8342026-05-19T01:49:05.087Z Downloaded bumpalo v3.20.2
8352026-05-19T01:49:05.087Z Downloaded proc-macro-crate v3.4.0
8362026-05-19T01:49:05.087Z Downloaded parse-display-derive v0.10.0
8372026-05-19T01:49:05.090Z Downloaded predicates-tree v1.0.13
8382026-05-19T01:49:05.090Z Downloaded progenitor-macro v0.10.0
8392026-05-19T01:49:05.090Z Downloaded hickory-resolver v0.25.2
8402026-05-19T01:49:05.093Z Downloaded openssl-probe v0.1.6
8412026-05-19T01:49:05.094Z Downloaded progenitor-client v0.10.0
8422026-05-19T01:49:05.094Z Downloaded pem-rfc7468 v0.7.0
8432026-05-19T01:49:05.097Z Downloaded progenitor-client v0.11.2
8442026-05-19T01:49:05.097Z Downloaded phf v0.13.1
8452026-05-19T01:49:05.097Z Downloaded newtype-uuid v1.3.2
8462026-05-19T01:49:05.100Z Downloaded phf v0.12.1
8472026-05-19T01:49:05.100Z Downloaded darling v0.21.3
8482026-05-19T01:49:05.103Z Downloaded proc-macro-crate v1.3.1
8492026-05-19T01:49:05.103Z Downloaded pkg-config v0.3.32
8502026-05-19T01:49:05.103Z Downloaded pkcs8 v0.10.2
8512026-05-19T01:49:05.106Z Downloaded peg v0.8.5
8522026-05-19T01:49:05.109Z Downloaded ingot-types v0.1.2
8532026-05-19T01:49:05.109Z Downloaded illumos-nvpair v0.3.0
8542026-05-19T01:49:05.109Z Downloaded crypto-bigint v0.5.5
8552026-05-19T01:49:05.112Z Downloaded polyval v0.6.2
8562026-05-19T01:49:05.117Z Downloaded der v0.7.10
8572026-05-19T01:49:05.121Z Downloaded psl-types v2.0.11
8582026-05-19T01:49:05.121Z Downloaded omicron-zone-package v0.12.2
8592026-05-19T01:49:05.121Z Downloaded rand_chacha v0.3.1
8602026-05-19T01:49:05.124Z Downloaded predicates v3.1.4
8612026-05-19T01:49:05.124Z Downloaded parking_lot_core v0.8.6
8622026-05-19T01:49:05.124Z Downloaded progenitor-macro v0.14.0
8632026-05-19T01:49:05.127Z Downloaded parking_lot_core v0.9.12
8642026-05-19T01:49:05.127Z Downloaded primeorder v0.13.6
8652026-05-19T01:49:05.131Z Downloaded heapless v0.8.0
8662026-05-19T01:49:05.131Z Downloaded postgres-protocol v0.6.10
8672026-05-19T01:49:05.134Z Downloaded hickory-resolver v0.24.4
8682026-05-19T01:49:05.134Z Downloaded parking_lot v0.11.2
8692026-05-19T01:49:05.141Z Downloaded ppv-lite86 v0.2.21
8702026-05-19T01:49:05.141Z Downloaded password-hash v0.4.2
8712026-05-19T01:49:05.142Z Downloaded progenitor-macro v0.11.2
8722026-05-19T01:49:05.145Z Downloaded progenitor v0.14.0
8732026-05-19T01:49:05.145Z Downloaded radium v0.7.0
8742026-05-19T01:49:05.145Z Downloaded progenitor v0.11.2
8752026-05-19T01:49:05.145Z Downloaded packed_struct v0.10.1
8762026-05-19T01:49:05.145Z Downloaded libbz2-rs-sys v0.2.2
8772026-05-19T01:49:05.145Z Downloaded ref-cast v1.0.25
8782026-05-19T01:49:05.146Z Downloaded expectorate v1.2.0
8792026-05-19T01:49:05.150Z Downloaded indicatif v0.18.4
8802026-05-19T01:49:05.150Z Downloaded cookie_store v0.22.1
8812026-05-19T01:49:05.150Z Downloaded poly1305 v0.8.0
8822026-05-19T01:49:05.153Z Downloaded heapless v0.7.17
8832026-05-19T01:49:05.157Z Downloaded rand_xorshift v0.4.0
8842026-05-19T01:49:05.157Z Downloaded ref-cast-impl v1.0.25
8852026-05-19T01:49:05.157Z Downloaded progenitor-client v0.14.0
8862026-05-19T01:49:05.157Z Downloaded nanorand v0.7.0
8872026-05-19T01:49:05.159Z Downloaded proc-macro-error2 v2.0.1
8882026-05-19T01:49:05.159Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-05-19T01:49:05.163Z Downloaded diesel_derives v2.3.7
8902026-05-19T01:49:05.167Z Downloaded progenitor-extras v0.2.0
8912026-05-19T01:49:05.167Z Downloaded miniz_oxide v0.8.9
8922026-05-19T01:49:05.170Z Downloaded pkcs5 v0.7.1
8932026-05-19T01:49:05.170Z Downloaded precomputed-hash v0.1.1
8942026-05-19T01:49:05.170Z Downloaded hashbrown v0.13.2
8952026-05-19T01:49:05.173Z Downloaded rtoolbox v0.0.3
8962026-05-19T01:49:05.173Z Downloaded progenitor v0.10.0
8972026-05-19T01:49:05.177Z Downloaded oso v0.27.3
8982026-05-19T01:49:05.177Z Downloaded progenitor-macro v0.13.0
8992026-05-19T01:49:05.180Z Downloaded hyper-rustls v0.27.7
9002026-05-19T01:49:05.180Z Downloaded litrs v1.0.0
9012026-05-19T01:49:05.180Z Downloaded dropshot_endpoint v0.16.7
9022026-05-19T01:49:05.184Z Downloaded httparse v1.10.1
9032026-05-19T01:49:05.189Z Downloaded chacha20poly1305 v0.10.1
9042026-05-19T01:49:05.189Z Downloaded rustc_version v0.1.7
9052026-05-19T01:49:05.189Z Downloaded quick-error v1.2.3
9062026-05-19T01:49:05.189Z Downloaded native-tls v0.2.18
9072026-05-19T01:49:05.192Z Downloaded rustc_version v0.4.1
9082026-05-19T01:49:05.192Z Downloaded rustc-hash v2.1.1
9092026-05-19T01:49:05.192Z Downloaded ar_archive_writer v0.5.1
9102026-05-19T01:49:05.192Z Downloaded lru-cache v0.1.2
9112026-05-19T01:49:05.195Z Downloaded hmac v0.12.1
9122026-05-19T01:49:05.195Z Downloaded russh-cryptovec v0.7.3
9132026-05-19T01:49:05.195Z Downloaded recursive v0.1.1
9142026-05-19T01:49:05.195Z Downloaded compact_str v0.8.1
9152026-05-19T01:49:05.198Z Downloaded base64 v0.22.1
9162026-05-19T01:49:05.201Z Downloaded r2d2 v0.8.10
9172026-05-19T01:49:05.201Z Downloaded progenitor v0.13.0
9182026-05-19T01:49:05.204Z Downloaded base64 v0.21.7
9192026-05-19T01:49:05.204Z Downloaded parking_lot v0.12.5
9202026-05-19T01:49:05.207Z Downloaded p256 v0.13.2
9212026-05-19T01:49:05.207Z Downloaded rand_seeder v0.4.0
9222026-05-19T01:49:05.210Z Downloaded peg-macros v0.8.5
9232026-05-19T01:49:05.210Z Downloaded rand_core v0.6.4
9242026-05-19T01:49:05.210Z Downloaded pin-project-lite v0.2.17
9252026-05-19T01:49:05.213Z Downloaded rfc6979 v0.4.0
9262026-05-19T01:49:05.218Z Downloaded pin-project-internal v1.1.11
9272026-05-19T01:49:05.218Z Downloaded futures-channel v0.3.32
9282026-05-19T01:49:05.218Z Downloaded flate2 v1.1.9
9292026-05-19T01:49:05.221Z Downloaded aes v0.8.4
9302026-05-19T01:49:05.223Z Downloaded aes-gcm v0.10.3
9312026-05-19T01:49:05.227Z Downloaded powerfmt v0.2.0
9322026-05-19T01:49:05.227Z Downloaded postcard v1.1.3
9332026-05-19T01:49:05.227Z Downloaded darling_core v0.20.11
9342026-05-19T01:49:05.230Z Downloaded progenitor-client v0.13.0
9352026-05-19T01:49:05.230Z Downloaded salsa20 v0.10.2
9362026-05-19T01:49:05.233Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-19T01:49:05.233Z Downloaded http v1.4.0
9382026-05-19T01:49:05.237Z Downloaded sapling-renderdag v0.1.0
9392026-05-19T01:49:05.237Z Downloaded postgres-types v0.2.12
9402026-05-19T01:49:05.237Z Downloaded same-file v1.0.6
9412026-05-19T01:49:05.240Z Downloaded hickory-server v0.25.2
9422026-05-19T01:49:05.240Z Downloaded resolv-conf v0.7.6
9432026-05-19T01:49:05.244Z Downloaded libscf-sys v1.1.0
9442026-05-19T01:49:05.244Z Downloaded der_derive v0.7.3
9452026-05-19T01:49:05.244Z Downloaded scopeguard v1.2.0
9462026-05-19T01:49:05.244Z Downloaded ciborium-io v0.2.2
9472026-05-19T01:49:05.247Z Downloaded blowfish v0.9.1
9482026-05-19T01:49:05.247Z Downloaded rand_core v0.10.0
9492026-05-19T01:49:05.247Z Downloaded serde_repr v0.1.20
9502026-05-19T01:49:05.250Z Downloaded sha1 v0.10.6
9512026-05-19T01:49:05.250Z Downloaded secrecy v0.10.3
9522026-05-19T01:49:05.250Z Downloaded scroll_derive v0.13.1
9532026-05-19T01:49:05.250Z Downloaded serde-big-array v0.5.1
9542026-05-19T01:49:05.253Z Downloaded seq-macro v0.3.6
9552026-05-19T01:49:05.253Z Downloaded quinn-udp v0.5.14
9562026-05-19T01:49:05.261Z Downloaded progenitor-impl v0.14.0
9572026-05-19T01:49:05.264Z Downloaded psm v0.1.30
9582026-05-19T01:49:05.268Z Downloaded shell-words v1.1.1
9592026-05-19T01:49:05.271Z Downloaded serde_spanned v1.0.4
9602026-05-19T01:49:05.271Z Downloaded scrypt v0.11.0
9612026-05-19T01:49:05.271Z Downloaded serde_plain v1.0.2
9622026-05-19T01:49:05.275Z Downloaded rustls-native-certs v0.8.3
9632026-05-19T01:49:05.278Z Downloaded pkcs1 v0.7.5
9642026-05-19T01:49:05.280Z Downloaded mio v1.2.0
9652026-05-19T01:49:05.284Z Downloaded serde_bytes v0.11.19
9662026-05-19T01:49:05.284Z Downloaded num-bigint v0.4.6
9672026-05-19T01:49:05.287Z Downloaded rand_chacha v0.9.0
9682026-05-19T01:49:05.292Z Downloaded sigpipe v0.1.3
9692026-05-19T01:49:05.292Z Downloaded signal-hook-mio v0.2.5
9702026-05-19T01:49:05.295Z Downloaded slog-bunyan v2.5.0
9712026-05-19T01:49:05.295Z Downloaded siphasher v1.0.2
9722026-05-19T01:49:05.295Z Downloaded signature v2.2.0
9732026-05-19T01:49:05.298Z Downloaded rand_core v0.9.5
9742026-05-19T01:49:05.301Z Downloaded pretty_assertions v1.4.1
9752026-05-19T01:49:05.301Z Downloaded rustls-pemfile v1.0.4
9762026-05-19T01:49:05.304Z Downloaded russh-keys v0.45.0
9772026-05-19T01:49:05.307Z Downloaded signal-hook-tokio v0.3.1
9782026-05-19T01:49:05.308Z Downloaded rustversion v1.0.22
9792026-05-19T01:49:05.311Z Downloaded pin-project v1.1.11
9802026-05-19T01:49:05.318Z Downloaded progenitor-impl v0.11.2
9812026-05-19T01:49:05.321Z Downloaded semver v0.1.20
9822026-05-19T01:49:05.321Z Downloaded prefix-trie v0.7.0
9832026-05-19T01:49:05.324Z Downloaded slog-envlogger v2.2.0
9842026-05-19T01:49:05.325Z Downloaded hyper-util v0.1.20
9852026-05-19T01:49:05.328Z Downloaded schemars_derive v0.8.22
9862026-05-19T01:49:05.328Z Downloaded papergrid v0.17.0
9872026-05-19T01:49:05.331Z Downloaded serde_derive_internals v0.29.1
9882026-05-19T01:49:05.334Z Downloaded itertools v0.10.5
9892026-05-19T01:49:05.337Z Downloaded sqlparser_derive v0.5.0
9902026-05-19T01:49:05.337Z Downloaded secrecy v0.8.0
9912026-05-19T01:49:05.337Z Downloaded sct v0.7.1
9922026-05-19T01:49:05.341Z Downloaded rustls-pki-types v1.14.0
9932026-05-19T01:49:05.341Z Downloaded rustls-pemfile v2.2.0
9942026-05-19T01:49:05.344Z Downloaded hashbrown v0.16.1
9952026-05-19T01:49:05.347Z Downloaded strum v0.26.3
9962026-05-19T01:49:05.347Z Downloaded slab v0.4.12
9972026-05-19T01:49:05.347Z Downloaded structmeta-derive v0.3.0
9982026-05-19T01:49:05.350Z Downloaded structmeta v0.3.0
9992026-05-19T01:49:05.350Z Downloaded strip-ansi-escapes v0.2.1
10002026-05-19T01:49:05.353Z Downloaded openssl-sys v0.9.115
10012026-05-19T01:49:05.357Z Downloaded sync_wrapper v1.0.2
10022026-05-19T01:49:05.357Z Downloaded sync-ptr v0.1.4
10032026-05-19T01:49:05.357Z Downloaded strum v0.27.2
10042026-05-19T01:49:05.361Z Downloaded aho-corasick v1.1.4
10052026-05-19T01:49:05.397Z Downloaded progenitor-impl v0.13.0
10062026-05-19T01:49:05.401Z Downloaded simd-adler32 v0.3.8
10072026-05-19T01:49:05.401Z Downloaded signal-hook-registry v1.4.8
10082026-05-19T01:49:05.401Z Downloaded serde_path_to_error v0.1.20
10092026-05-19T01:49:05.401Z Downloaded scroll v0.13.0
10102026-05-19T01:49:05.401Z Downloaded supports-color v3.0.2
10112026-05-19T01:49:05.401Z Downloaded subtle v2.6.1
10122026-05-19T01:49:05.401Z Downloaded slog-json v2.6.1
10132026-05-19T01:49:05.401Z Downloaded slog-async v2.8.0
10142026-05-19T01:49:05.401Z Downloaded rusty-fork v0.3.1
10152026-05-19T01:49:05.401Z Downloaded smallvec v0.6.14
10162026-05-19T01:49:05.401Z Downloaded ron v0.8.1
10172026-05-19T01:49:05.401Z Downloaded thiserror-impl-no-std v2.0.2
10182026-05-19T01:49:05.401Z Downloaded testing_table v0.3.0
10192026-05-19T01:49:05.401Z Downloaded rcgen v0.12.1
10202026-05-19T01:49:05.401Z Downloaded slog-dtrace v0.3.0
10212026-05-19T01:49:05.402Z Downloaded take_mut v0.2.2
10222026-05-19T01:49:05.402Z Downloaded tagptr v0.2.0
10232026-05-19T01:49:05.406Z Downloaded tabwriter v1.4.1
10242026-05-19T01:49:05.406Z Downloaded spki v0.7.3
10252026-05-19T01:49:05.406Z Downloaded progenitor-impl v0.10.0
10262026-05-19T01:49:05.409Z Downloaded itertools v0.12.1
10272026-05-19T01:49:05.409Z Downloaded ssh-cipher v0.2.0
10282026-05-19T01:49:05.413Z Downloaded strum_macros v0.24.3
10292026-05-19T01:49:05.413Z Downloaded sqlformat v0.3.5
10302026-05-19T01:49:05.413Z Downloaded tinyvec_macros v0.1.1
10312026-05-19T01:49:05.416Z Downloaded snafu-derive v0.8.9
10322026-05-19T01:49:05.416Z Downloaded iddqd v0.3.18
10332026-05-19T01:49:05.419Z Downloaded minimal-lexical v0.2.1
10342026-05-19T01:49:05.422Z Downloaded string_cache v0.8.9
10352026-05-19T01:49:05.425Z Downloaded serde-hex v0.1.0
10362026-05-19T01:49:05.425Z Downloaded jiff-static v0.2.21
10372026-05-19T01:49:05.427Z Downloaded tokio-macros v2.7.0
10382026-05-19T01:49:05.427Z Downloaded iri-string v0.7.10
10392026-05-19T01:49:05.430Z Downloaded stacker v0.1.23
10402026-05-19T01:49:05.433Z Downloaded strum_macros v0.26.4
10412026-05-19T01:49:05.433Z Downloaded slog-scope v4.4.1
10422026-05-19T01:49:05.436Z Downloaded serde_urlencoded v0.7.1
10432026-05-19T01:49:05.436Z Downloaded sec1 v0.7.3
10442026-05-19T01:49:05.439Z Downloaded time-core v0.1.8
10452026-05-19T01:49:05.439Z Downloaded tabled_derive v0.11.0
10462026-05-19T01:49:05.442Z Downloaded schemars v0.8.22
10472026-05-19T01:49:05.446Z Downloaded support-bundle-viewer v0.1.2
10482026-05-19T01:49:05.449Z Downloaded libxml v0.3.3
10492026-05-19T01:49:05.452Z Downloaded hyper v1.8.1
10502026-05-19T01:49:05.456Z Downloaded thread-id v5.1.0
10512026-05-19T01:49:05.460Z Downloaded itertools v0.14.0
10522026-05-19T01:49:05.463Z Downloaded tap v1.0.1
10532026-05-19T01:49:05.463Z Downloaded static_assertions v1.1.0
10542026-05-19T01:49:05.463Z Downloaded ssh-encoding v0.2.0
10552026-05-19T01:49:05.463Z Downloaded h2 v0.4.13
10562026-05-19T01:49:05.466Z Downloaded slog-stdlog v4.1.1
10572026-05-19T01:49:05.469Z Downloaded thread_local v1.1.9
10582026-05-19T01:49:05.469Z Downloaded stringprep v0.1.5
10592026-05-19T01:49:05.470Z Downloaded slog-term v2.9.2
10602026-05-19T01:49:05.474Z Downloaded time-macros v0.2.27
10612026-05-19T01:49:05.474Z Downloaded termtree v0.5.1
10622026-05-19T01:49:05.477Z Downloaded tower-service v0.3.3
10632026-05-19T01:49:05.477Z Downloaded termios v0.3.3
10642026-05-19T01:49:05.477Z Downloaded serde_yaml v0.9.34+deprecated
10652026-05-19T01:49:05.480Z Downloaded serde_with_macros v3.17.0
10662026-05-19T01:49:05.480Z Downloaded spin v0.9.8
10672026-05-19T01:49:05.483Z Downloaded smf v0.2.3
10682026-05-19T01:49:05.483Z Downloaded signal-hook v0.3.18
10692026-05-19T01:49:05.483Z Downloaded strum_macros v0.27.2
10702026-05-19T01:49:05.486Z Downloaded rustls-platform-verifier v0.6.2
10712026-05-19T01:49:05.489Z Downloaded tokio-dtrace v0.1.1
10722026-05-19T01:49:05.489Z Downloaded tls_codec v0.4.2
10732026-05-19T01:49:05.493Z Downloaded similar v2.7.0
10742026-05-19T01:49:05.496Z Downloaded thiserror-no-std v2.0.2
10752026-05-19T01:49:05.496Z Downloaded serde_cbor v0.11.2
10762026-05-19T01:49:05.499Z Downloaded topological-sort v0.2.2
10772026-05-19T01:49:05.499Z Downloaded try-lock v0.2.5
10782026-05-19T01:49:05.499Z Downloaded tokio-native-tls v0.3.1
10792026-05-19T01:49:05.499Z Downloaded rayon-core v1.13.0
10802026-05-19T01:49:05.502Z Downloaded tiny-keccak v2.0.2
10812026-05-19T01:49:05.505Z Downloaded shlex v1.3.0
10822026-05-19T01:49:05.505Z Downloaded schemars v0.9.0
10832026-05-19T01:49:05.511Z Downloaded unarray v0.1.4
10842026-05-19T01:49:05.514Z Downloaded trait-variant v0.1.2
10852026-05-19T01:49:05.514Z Downloaded typify-macro v0.4.3
10862026-05-19T01:49:05.514Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-05-19T01:49:05.517Z Downloaded qorb v0.4.1
10882026-05-19T01:49:05.520Z Downloaded rsa v0.9.10
10892026-05-19T01:49:05.520Z Downloaded universal-hash v0.5.1
10902026-05-19T01:49:05.523Z Downloaded num-bigint-dig v0.8.6
10912026-05-19T01:49:05.526Z Downloaded utf-8 v0.7.6
10922026-05-19T01:49:05.526Z Downloaded socket2 v0.5.10
10932026-05-19T01:49:05.526Z Downloaded usdt-macro v0.6.0
10942026-05-19T01:49:05.526Z Downloaded tls_codec_derive v0.4.2
10952026-05-19T01:49:05.529Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10962026-05-19T01:49:05.529Z Downloaded rand v0.8.6
10972026-05-19T01:49:05.533Z Downloaded unicode-truncate v1.1.0
10982026-05-19T01:49:05.533Z Downloaded quinn v0.11.9
10992026-05-19T01:49:05.536Z Downloaded term v0.7.0
11002026-05-19T01:49:05.536Z Downloaded aws-lc-rs v1.16.3
11012026-05-19T01:49:05.540Z Downloaded usdt-attr-macro v0.6.0
11022026-05-19T01:49:05.543Z Downloaded untrusted v0.9.0
11032026-05-19T01:49:05.543Z Downloaded unit-prefix v0.5.2
11042026-05-19T01:49:05.543Z Downloaded tokio-tungstenite v0.21.0
11052026-05-19T01:49:05.546Z Downloaded void v1.0.2
11062026-05-19T01:49:05.546Z Downloaded rand v0.10.0
11072026-05-19T01:49:05.549Z Downloaded rustls-webpki v0.103.9
11082026-05-19T01:49:05.549Z Downloaded tower-layer v0.3.3
11092026-05-19T01:49:05.553Z Downloaded headers v0.4.1
11102026-05-19T01:49:05.553Z Downloaded nom v7.1.3
11112026-05-19T01:49:05.556Z Downloaded wait-timeout v0.2.1
11122026-05-19T01:49:05.559Z Downloaded typify-macro v0.6.2
11132026-05-19T01:49:05.560Z Downloaded snafu v0.8.9
11142026-05-19T01:49:05.563Z Downloaded publicsuffix v2.3.0
11152026-05-19T01:49:05.563Z Downloaded tui-tree-widget v0.23.1
11162026-05-19T01:49:05.566Z Downloaded tokio-rustls v0.25.0
11172026-05-19T01:49:05.566Z Downloaded samael v0.0.19
11182026-05-19T01:49:05.569Z Downloaded tokio-rustls v0.24.1
11192026-05-19T01:49:05.569Z Downloaded usdt v0.6.0
11202026-05-19T01:49:05.572Z Downloaded test-strategy v0.4.5
11212026-05-19T01:49:05.572Z Downloaded xattr v1.6.1
11222026-05-19T01:49:05.576Z Downloaded blake3 v1.8.3
11232026-05-19T01:49:05.579Z Downloaded xshell-macros v0.2.7
11242026-05-19T01:49:05.579Z Downloaded want v0.3.1
11252026-05-19T01:49:05.579Z Downloaded prettyplease v0.2.37
11262026-05-19T01:49:05.582Z Downloaded bindgen v0.71.1
11272026-05-19T01:49:05.585Z Downloaded toml_parser v1.0.9+spec-1.1.0
11282026-05-19T01:49:05.588Z Downloaded waitgroup v0.1.2
11292026-05-19T01:49:05.588Z Downloaded tokio-stream v0.1.18
11302026-05-19T01:49:05.593Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-19T01:49:05.593Z Downloaded hashbrown v0.15.5
11322026-05-19T01:49:05.596Z Downloaded zone_cfg_derive v0.3.1
11332026-05-19T01:49:05.596Z Downloaded hkdf v0.12.4
11342026-05-19T01:49:05.596Z Downloaded term v1.2.1
11352026-05-19T01:49:05.599Z Downloaded schemars v1.2.1
11362026-05-19T01:49:05.605Z Downloaded zone v0.3.1
11372026-05-19T01:49:05.608Z Downloaded uzers v0.12.2
11382026-05-19T01:49:05.608Z Downloaded zeroize_derive v1.4.3
11392026-05-19T01:49:05.608Z Downloaded tokio-rustls v0.26.4
11402026-05-19T01:49:05.612Z Downloaded usdt-impl v0.6.0
11412026-05-19T01:49:05.612Z Downloaded slog v2.8.2
11422026-05-19T01:49:05.615Z Downloaded vsss-rs v3.3.4
11432026-05-19T01:49:05.615Z Downloaded subprocess v0.2.15
11442026-05-19T01:49:05.615Z Downloaded untrusted v0.7.1
11452026-05-19T01:49:05.620Z Downloaded socket2 v0.6.3
11462026-05-19T01:49:05.620Z Downloaded rand v0.9.2
11472026-05-19T01:49:05.623Z Downloaded ryu v1.0.23
11482026-05-19T01:49:05.623Z Downloaded vergen-gitcl v1.0.8
11492026-05-19T01:49:05.623Z Downloaded vergen-lib v0.1.6
11502026-05-19T01:49:05.623Z Downloaded unicase v2.9.0
11512026-05-19T01:49:05.626Z Downloaded p521 v0.13.3
11522026-05-19T01:49:05.626Z Downloaded walkdir v2.5.0
11532026-05-19T01:49:05.629Z Downloaded bitvec v1.0.1
11542026-05-19T01:49:05.636Z Downloaded russh v0.45.0
11552026-05-19T01:49:05.639Z Downloaded xshell v0.2.7
11562026-05-19T01:49:05.642Z Downloaded toml v0.9.12+spec-1.1.0
11572026-05-19T01:49:05.642Z Downloaded wyz v0.5.1
11582026-05-19T01:49:05.645Z Downloaded whoami v1.6.1
11592026-05-19T01:49:05.645Z Downloaded vergen-git2 v1.0.7
11602026-05-19T01:49:05.645Z Downloaded tracing-attributes v0.1.31
11612026-05-19T01:49:05.648Z Downloaded libm v0.2.16
11622026-05-19T01:49:05.651Z Downloaded itertools v0.13.0
11632026-05-19T01:49:05.655Z Downloaded tar v0.4.45
11642026-05-19T01:49:05.658Z Downloaded unicode-properties v0.1.4
11652026-05-19T01:49:05.661Z Downloaded futures-util v0.3.32
11662026-05-19T01:49:05.666Z Downloaded vergen v9.0.6
11672026-05-19T01:49:05.669Z Downloaded chrono v0.4.44
11682026-05-19T01:49:05.672Z Downloaded tinyvec v1.10.0
11692026-05-19T01:49:05.676Z Downloaded zstd v0.13.3
11702026-05-19T01:49:05.679Z Downloaded rustyline v14.0.0
11712026-05-19T01:49:05.682Z Downloaded git2 v0.20.4
11722026-05-19T01:49:05.685Z Downloaded toml v0.7.8
11732026-05-19T01:49:05.688Z Downloaded twox-hash v2.1.2
11742026-05-19T01:49:05.688Z Downloaded whoami v2.1.0
11752026-05-19T01:49:05.692Z Downloaded tracing-core v0.1.36
11762026-05-19T01:49:05.699Z Downloaded toml v1.0.6+spec-1.1.0
11772026-05-19T01:49:05.702Z Downloaded typify v0.4.3
11782026-05-19T01:49:05.716Z Downloaded zeroize v1.8.2
11792026-05-19T01:49:05.719Z Downloaded rpassword v7.4.0
11802026-05-19T01:49:05.719Z Downloaded zstd-safe v7.2.4
11812026-05-19T01:49:05.722Z Downloaded tungstenite v0.23.0
11822026-05-19T01:49:05.725Z Downloaded yasna v0.5.2
11832026-05-19T01:49:05.725Z Downloaded typify v0.6.2
11842026-05-19T01:49:05.728Z Downloaded uuid v1.23.0
11852026-05-19T01:49:05.728Z Downloaded vte v0.14.1
11862026-05-19T01:49:05.733Z Downloaded regex v1.12.3
11872026-05-19T01:49:05.736Z Downloaded reedline v0.40.0
11882026-05-19T01:49:05.739Z Downloaded unsafe-libyaml v0.2.11
11892026-05-19T01:49:05.739Z Downloaded unicode-bidi v0.3.18
11902026-05-19T01:49:05.742Z Downloaded tokio-tungstenite v0.23.1
11912026-05-19T01:49:05.743Z Downloaded ssh-key v0.6.7
11922026-05-19T01:49:05.746Z Downloaded tungstenite v0.21.0
11932026-05-19T01:49:05.749Z Downloaded zerocopy v0.6.6
11942026-05-19T01:49:05.752Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-05-19T01:49:05.755Z Downloaded tokio-postgres v0.7.16
11962026-05-19T01:49:05.758Z Downloaded steno v0.4.1
11972026-05-19T01:49:05.762Z Downloaded zopfli v0.8.3
11982026-05-19T01:49:05.767Z Downloaded lalrpop v0.19.12
11992026-05-19T01:49:05.783Z Downloaded reqwest v0.12.28
12002026-05-19T01:49:05.786Z Downloaded toml_edit v0.19.15
12012026-05-19T01:49:05.795Z Downloaded unicode_categories v0.1.1
12022026-05-19T01:49:05.798Z Downloaded zip v0.6.6
12032026-05-19T01:49:05.802Z Downloaded portable-atomic v1.13.1
12042026-05-19T01:49:05.806Z Downloaded rayon v1.11.0
12052026-05-19T01:49:05.809Z Downloaded yansi v1.0.1
12062026-05-19T01:49:05.812Z Downloaded reqwest v0.13.2
12072026-05-19T01:49:05.815Z Downloaded unicode-segmentation v1.12.0
12082026-05-19T01:49:05.815Z Downloaded goblin v0.10.5
12092026-05-19T01:49:05.820Z Downloaded tower v0.5.3
12102026-05-19T01:49:05.825Z Downloaded quick-xml v0.37.5
12112026-05-19T01:49:05.829Z Downloaded zerocopy-derive v0.8.40
12122026-05-19T01:49:05.835Z Downloaded rustls-webpki v0.101.7
12132026-05-19T01:49:05.842Z Downloaded x509-cert v0.2.5
12142026-05-19T01:49:05.845Z Downloaded salty v0.3.0
12152026-05-19T01:49:05.849Z Downloaded proptest v1.10.0
12162026-05-19T01:49:05.856Z Downloaded petname v2.0.2
12172026-05-19T01:49:05.860Z Downloaded moka v0.12.13
12182026-05-19T01:49:05.863Z Downloaded p384 v0.13.1
12192026-05-19T01:49:05.866Z Downloaded serde_with v3.17.0
12202026-05-19T01:49:05.872Z Downloaded zip v4.6.1
12212026-05-19T01:49:05.876Z Downloaded typed-path v0.9.3
12222026-05-19T01:49:05.882Z Downloaded tower-http v0.6.8
12232026-05-19T01:49:05.887Z Downloaded tokio-util v0.7.18
12242026-05-19T01:49:05.891Z Downloaded object v0.30.4
12252026-05-19T01:49:05.895Z Downloaded unicode-normalization v0.1.25
12262026-05-19T01:49:05.899Z Downloaded dropshot v0.17.0
12272026-05-19T01:49:05.910Z Downloaded tough v0.22.0
12282026-05-19T01:49:05.914Z Downloaded rustls-webpki v0.102.8
12292026-05-19T01:49:05.926Z Downloaded radix_trie v0.2.1
12302026-05-19T01:49:05.929Z Downloaded quinn-proto v0.11.13
12312026-05-19T01:49:05.933Z Downloaded polar-core v0.27.3
12322026-05-19T01:49:05.938Z Downloaded dropshot v0.16.7
12332026-05-19T01:49:05.950Z Downloaded winnow v0.6.26
12342026-05-19T01:49:05.956Z Downloaded winnow v0.5.40
12352026-05-19T01:49:05.960Z Downloaded bstr v1.12.1
12362026-05-19T01:49:05.965Z Downloaded openssl v0.10.79
12372026-05-19T01:49:05.971Z Downloaded nix v0.27.1
12382026-05-19T01:49:05.979Z Downloaded time v0.3.47
12392026-05-19T01:49:05.986Z Downloaded nix v0.29.0
12402026-05-19T01:49:05.998Z Downloaded tabled v0.20.0
12412026-05-19T01:49:06.008Z Downloaded rustls v0.21.12
12422026-05-19T01:49:06.014Z Downloaded zlib-rs v0.6.2
12432026-05-19T01:49:06.017Z Downloaded regex-syntax v0.6.29
12442026-05-19T01:49:06.022Z Downloaded hickory-proto v0.25.2
12452026-05-19T01:49:06.031Z Downloaded smoltcp v0.9.1
12462026-05-19T01:49:06.036Z Downloaded rustls v0.22.4
12472026-05-19T01:49:06.044Z Downloaded regex-syntax v0.8.10
12482026-05-19T01:49:06.048Z Downloaded diesel v2.3.7
12492026-05-19T01:49:06.061Z Downloaded webpki-roots v1.0.6
12502026-05-19T01:49:06.064Z Downloaded rustix v0.38.44
12512026-05-19T01:49:06.076Z Downloaded regress v0.10.5
12522026-05-19T01:49:06.080Z Downloaded zerocopy v0.8.40
12532026-05-19T01:49:06.086Z Downloaded regress v0.11.1
12542026-05-19T01:49:06.091Z Downloaded rustls v0.23.37
12552026-05-19T01:49:06.099Z Downloaded nix v0.28.0
12562026-05-19T01:49:06.104Z Downloaded vcpkg v0.2.15
12572026-05-19T01:49:06.127Z Downloaded smoltcp v0.11.0
12582026-05-19T01:49:06.134Z Downloaded typify-impl v0.6.2
12592026-05-19T01:49:06.143Z Downloaded openapiv3 v2.2.0
12602026-05-19T01:49:06.149Z Downloaded object v0.37.3
12612026-05-19T01:49:06.155Z Downloaded hickory-proto v0.24.4
12622026-05-19T01:49:06.163Z Downloaded nix v0.31.2
12632026-05-19T01:49:06.175Z Downloaded zerocopy-derive v0.6.6
12642026-05-19T01:49:06.182Z Downloaded regex-automata v0.4.14
12652026-05-19T01:49:06.215Z Downloaded csv v1.4.0
12662026-05-19T01:49:06.228Z Downloaded sqlparser v0.61.0
12672026-05-19T01:49:06.234Z Downloaded sled v0.34.7
12682026-05-19T01:49:06.247Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12692026-05-19T01:49:06.258Z Downloaded tracing v0.1.44
12702026-05-19T01:49:06.271Z Downloaded ratatui v0.29.0
12712026-05-19T01:49:06.282Z Downloaded typify-impl v0.4.3
12722026-05-19T01:49:06.291Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-19T01:49:06.319Z Downloaded encoding_rs v0.8.35
12742026-05-19T01:49:06.332Z Downloaded petgraph v0.6.5
12752026-05-19T01:49:06.365Z Downloaded libgit2-sys v0.18.3+1.9.2
12762026-05-19T01:49:06.417Z Downloaded petgraph v0.8.3
12772026-05-19T01:49:06.430Z Downloaded jiff v0.2.21
12782026-05-19T01:49:06.441Z Downloaded libz-sys v1.1.24
12792026-05-19T01:49:06.453Z Downloaded sha3 v0.10.8
12802026-05-19T01:49:06.464Z Downloaded tokio v1.52.1
12812026-05-19T01:49:06.541Z Downloaded ring v0.17.14
12822026-05-19T01:49:07.012Z Downloaded aws-lc-sys v0.40.0
12832026-05-19T01:49:07.264Z Compiling libc v0.2.185
12842026-05-19T01:49:07.264Z Compiling serde v1.0.228
12852026-05-19T01:49:07.268Z Compiling log v0.4.29
12862026-05-19T01:49:07.268Z Compiling find-msvc-tools v0.1.9
12872026-05-19T01:49:07.268Z Compiling shlex v1.3.0
12882026-05-19T01:49:07.268Z Compiling smallvec v1.15.1
12892026-05-19T01:49:07.268Z Compiling typenum v1.19.0
12902026-05-19T01:49:07.268Z Compiling subtle v2.6.1
12912026-05-19T01:49:07.455Z Compiling generic-array v0.14.7
12922026-05-19T01:49:07.455Z Compiling scopeguard v1.2.0
12932026-05-19T01:49:07.513Z Compiling const-oid v0.9.6
12942026-05-19T01:49:07.517Z Compiling serde_json v1.0.149
12952026-05-19T01:49:07.529Z Compiling syn v2.0.117
12962026-05-19T01:49:07.541Z Compiling zerocopy v0.8.40
12972026-05-19T01:49:07.544Z Compiling pin-project-lite v0.2.17
12982026-05-19T01:49:07.555Z Compiling portable-atomic v1.13.1
12992026-05-19T01:49:07.599Z Compiling lock_api v0.4.14
13002026-05-19T01:49:07.614Z Compiling parking_lot_core v0.9.12
13012026-05-19T01:49:07.635Z Compiling pkg-config v0.3.32
13022026-05-19T01:49:07.662Z Compiling bitflags v2.11.0
13032026-05-19T01:49:07.679Z Compiling critical-section v1.2.0
13042026-05-19T01:49:07.683Z Compiling libm v0.2.16
13052026-05-19T01:49:07.710Z Compiling futures-core v0.3.32
13062026-05-19T01:49:07.797Z Compiling num-traits v0.2.19
13072026-05-19T01:49:07.813Z Compiling percent-encoding v2.3.2
13082026-05-19T01:49:07.845Z Compiling futures-sink v0.3.32
13092026-05-19T01:49:07.874Z Compiling getrandom v0.4.1
13102026-05-19T01:49:07.892Z Compiling futures-task v0.3.32
13112026-05-19T01:49:07.948Z Compiling futures-channel v0.3.32
13122026-05-19T01:49:07.951Z Compiling cpufeatures v0.2.17
13132026-05-19T01:49:07.980Z Compiling slab v0.4.12
13142026-05-19T01:49:08.028Z Compiling futures-io v0.3.32
13152026-05-19T01:49:08.062Z Compiling rand_core v0.10.0
13162026-05-19T01:49:08.065Z Compiling indexmap v2.14.0
13172026-05-19T01:49:08.108Z Compiling getrandom v0.3.4
13182026-05-19T01:49:08.180Z Compiling rustversion v1.0.22
13192026-05-19T01:49:08.196Z Compiling form_urlencoded v1.2.2
13202026-05-19T01:49:08.211Z Compiling fs_extra v1.3.0
13212026-05-19T01:49:08.226Z Compiling dunce v1.0.5
13222026-05-19T01:49:08.240Z Compiling ident_case v1.0.1
13232026-05-19T01:49:08.252Z Compiling base64ct v1.8.3
13242026-05-19T01:49:08.280Z Compiling regex-syntax v0.8.10
13252026-05-19T01:49:08.294Z Compiling rustix v1.1.3
13262026-05-19T01:49:08.329Z Compiling flagset v0.4.7
13272026-05-19T01:49:08.376Z Compiling getrandom v0.2.17
13282026-05-19T01:49:08.420Z Compiling jobserver v0.1.34
13292026-05-19T01:49:08.448Z Compiling errno v0.3.14
13302026-05-19T01:49:08.493Z Compiling mio v1.2.0
13312026-05-19T01:49:08.523Z Compiling rand_core v0.6.4
13322026-05-19T01:49:08.539Z Compiling socket2 v0.6.3
13332026-05-19T01:49:08.573Z Compiling signal-hook-registry v1.4.8
13342026-05-19T01:49:08.617Z Compiling cc v1.2.56
13352026-05-19T01:49:08.631Z Compiling once_cell v1.21.3
13362026-05-19T01:49:08.684Z Compiling parking_lot v0.12.5
13372026-05-19T01:49:08.791Z Compiling pem-rfc7468 v0.7.0
13382026-05-19T01:49:08.805Z Compiling iana-time-zone v0.1.65
13392026-05-19T01:49:08.888Z Compiling vcpkg v0.2.15
13402026-05-19T01:49:08.936Z Compiling aws-lc-rs v1.16.3
13412026-05-19T01:49:08.950Z Compiling uuid v1.23.0
13422026-05-19T01:49:08.969Z Compiling tracing-core v0.1.36
13432026-05-19T01:49:08.989Z Compiling rustc_version v0.4.1
13442026-05-19T01:49:09.016Z Compiling base64 v0.22.1
13452026-05-19T01:49:09.075Z Compiling rand_core v0.9.5
13462026-05-19T01:49:09.191Z Compiling tinyvec_macros v0.1.1
13472026-05-19T01:49:09.204Z Compiling httparse v1.10.1
13482026-05-19T01:49:09.278Z Compiling openssl-probe v0.2.1
13492026-05-19T01:49:09.320Z Compiling untrusted v0.9.0
13502026-05-19T01:49:09.334Z Compiling untrusted v0.7.1
13512026-05-19T01:49:09.397Z Compiling tinyvec v1.10.0
13522026-05-19T01:49:09.419Z Compiling cmake v0.1.57
13532026-05-19T01:49:09.422Z Compiling aho-corasick v1.1.4
13542026-05-19T01:49:09.462Z Compiling atomic-waker v1.1.2
13552026-05-19T01:49:09.484Z Compiling tower-layer v0.3.3
13562026-05-19T01:49:09.497Z Compiling try-lock v0.2.5
13572026-05-19T01:49:09.533Z Compiling rustls v0.23.37
13582026-05-19T01:49:09.578Z Compiling tower-service v0.3.3
13592026-05-19T01:49:09.610Z Compiling dyn-clone v1.0.20
13602026-05-19T01:49:09.625Z Compiling schemars v0.8.22
13612026-05-19T01:49:09.628Z Compiling want v0.3.1
13622026-05-19T01:49:09.671Z Compiling foreign-types-shared v0.1.1
13632026-05-19T01:49:09.695Z Compiling openssl v0.10.79
13642026-05-19T01:49:09.732Z Compiling httpdate v1.0.3
13652026-05-19T01:49:09.758Z Compiling pin-utils v0.1.0
13662026-05-19T01:49:09.773Z Compiling foreign-types v0.3.2
13672026-05-19T01:49:09.776Z Compiling unicode-normalization v0.1.25
13682026-05-19T01:49:09.776Z Compiling spin v0.9.8
13692026-05-19T01:49:09.815Z Compiling powerfmt v0.2.0
13702026-05-19T01:49:09.830Z Compiling num-conv v0.2.0
13712026-05-19T01:49:09.846Z Compiling time-core v0.1.8
13722026-05-19T01:49:09.863Z Compiling crc32fast v1.5.0
13732026-05-19T01:49:09.867Z Compiling native-tls v0.2.18
13742026-05-19T01:49:09.916Z Compiling wait-timeout v0.2.1
13752026-05-19T01:49:09.962Z Compiling sync_wrapper v1.0.2
13762026-05-19T01:49:09.984Z Compiling deranged v0.5.8
13772026-05-19T01:49:09.984Z Compiling bit-vec v0.8.0
13782026-05-19T01:49:09.990Z Compiling crossbeam-utils v0.8.21
13792026-05-19T01:49:10.025Z Compiling time-macros v0.2.27
13802026-05-19T01:49:10.028Z Compiling quick-error v1.2.3
13812026-05-19T01:49:10.056Z Compiling siphasher v1.0.2
13822026-05-19T01:49:10.091Z Compiling simd-adler32 v0.3.8
13832026-05-19T01:49:10.121Z Compiling tempfile v3.25.0
13842026-05-19T01:49:10.177Z Compiling syn v1.0.109
13852026-05-19T01:49:10.229Z Compiling usdt-impl v0.6.0
13862026-05-19T01:49:10.263Z Compiling num_threads v0.1.7
13872026-05-19T01:49:10.290Z Compiling unicode-segmentation v1.12.0
13882026-05-19T01:49:10.307Z Compiling regex-automata v0.4.14
13892026-05-19T01:49:10.360Z Compiling aws-lc-sys v0.40.0
13902026-05-19T01:49:10.364Z Compiling ring v0.17.14
13912026-05-19T01:49:10.399Z Compiling openssl-sys v0.9.115
13922026-05-19T01:49:10.430Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-19T01:49:10.473Z Compiling synstructure v0.13.2
13942026-05-19T01:49:10.513Z Compiling serde_derive_internals v0.29.1
13952026-05-19T01:49:10.541Z Compiling pest_generator v2.8.6
13962026-05-19T01:49:10.562Z Compiling darling_core v0.20.11
13972026-05-19T01:49:10.650Z Compiling darling_core v0.21.3
13982026-05-19T01:49:10.742Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-05-19T01:49:10.806Z Compiling rusty-fork v0.3.1
14002026-05-19T01:49:11.059Z Compiling bit-set v0.8.0
14012026-05-19T01:49:11.075Z Compiling slog v2.8.2
14022026-05-19T01:49:11.132Z Compiling heapless v0.7.17
14032026-05-19T01:49:11.161Z Compiling rand_xorshift v0.4.0
14042026-05-19T01:49:11.226Z Compiling time v0.3.47
14052026-05-19T01:49:11.240Z Compiling thread-id v5.1.0
14062026-05-19T01:49:11.274Z Compiling cookie v0.18.1
14072026-05-19T01:49:11.299Z Compiling zstd-safe v7.2.4
14082026-05-19T01:49:11.312Z Compiling ryu v1.0.23
14092026-05-19T01:49:11.336Z Compiling iri-string v0.7.10
14102026-05-19T01:49:11.352Z Compiling signal-hook v0.3.18
14112026-05-19T01:49:11.398Z Compiling paste v1.0.15
14122026-05-19T01:49:11.547Z Compiling unicode-properties v0.1.4
14132026-05-19T01:49:11.562Z Compiling anyhow v1.0.102
14142026-05-19T01:49:11.562Z Compiling allocator-api2 v0.2.21
14152026-05-19T01:49:11.577Z Compiling unarray v0.1.4
14162026-05-19T01:49:11.577Z Compiling unicode-bidi v0.3.18
14172026-05-19T01:49:11.696Z Compiling adler2 v2.0.1
14182026-05-19T01:49:11.830Z Compiling miniz_oxide v0.8.9
14192026-05-19T01:49:11.877Z Compiling heck v0.4.1
14202026-05-19T01:49:12.134Z Compiling stringprep v0.1.5
14212026-05-19T01:49:12.150Z Compiling vergen-lib v0.1.6
14222026-05-19T01:49:12.163Z Compiling num-integer v0.1.46
14232026-05-19T01:49:12.281Z Compiling serde_derive v1.0.228
14242026-05-19T01:49:12.349Z Compiling zeroize_derive v1.4.3
14252026-05-19T01:49:12.448Z Compiling zerofrom-derive v0.1.6
14262026-05-19T01:49:12.480Z Compiling yoke-derive v0.8.1
14272026-05-19T01:49:12.504Z Compiling zerovec-derive v0.11.2
14282026-05-19T01:49:12.608Z Compiling zerocopy-derive v0.8.40
14292026-05-19T01:49:12.627Z Compiling displaydoc v0.2.5
14302026-05-19T01:49:12.873Z Compiling tokio-macros v2.7.0
14312026-05-19T01:49:12.911Z Compiling futures-macro v0.3.32
14322026-05-19T01:49:12.973Z Compiling der_derive v0.7.3
14332026-05-19T01:49:13.020Z Compiling zeroize v1.8.2
14342026-05-19T01:49:13.264Z Compiling rustls-pki-types v1.14.0
14352026-05-19T01:49:13.390Z Compiling thiserror-impl v2.0.18
14362026-05-19T01:49:13.630Z Compiling tracing-attributes v0.1.31
14372026-05-19T01:49:13.656Z Compiling scroll_derive v0.13.1
14382026-05-19T01:49:13.683Z Compiling schemars_derive v0.8.22
14392026-05-19T01:49:13.735Z Compiling pest_derive v2.8.6
14402026-05-19T01:49:13.749Z Compiling crypto-common v0.1.7
14412026-05-19T01:49:13.807Z Compiling block-buffer v0.10.4
14422026-05-19T01:49:13.875Z Compiling zerofrom v0.1.6
14432026-05-19T01:49:13.917Z Compiling futures-util v0.3.32
14442026-05-19T01:49:13.977Z Compiling digest v0.10.7
14452026-05-19T01:49:13.992Z Compiling yoke v0.8.1
14462026-05-19T01:49:14.029Z Compiling block-padding v0.3.3
14472026-05-19T01:49:14.244Z Compiling zerovec v0.11.5
14482026-05-19T01:49:14.249Z Compiling zerotrie v0.2.3
14492026-05-19T01:49:14.271Z Compiling hmac v0.12.1
14502026-05-19T01:49:14.289Z Compiling inout v0.1.4
14512026-05-19T01:49:14.442Z Compiling cipher v0.4.4
14522026-05-19T01:49:14.484Z Compiling sha2 v0.10.9
14532026-05-19T01:49:14.555Z Compiling der v0.7.10
14542026-05-19T01:49:14.571Z Compiling pbkdf2 v0.12.2
14552026-05-19T01:49:14.574Z Compiling scroll v0.13.0
14562026-05-19T01:49:14.708Z Compiling tinystr v0.8.2
14572026-05-19T01:49:14.725Z Compiling potential_utf v0.1.4
14582026-05-19T01:49:14.764Z Compiling salsa20 v0.10.2
14592026-05-19T01:49:14.832Z Compiling thiserror v2.0.18
14602026-05-19T01:49:14.877Z Compiling icu_locale_core v2.1.1
14612026-05-19T01:49:14.909Z Compiling icu_collections v2.1.1
14622026-05-19T01:49:14.925Z Compiling scrypt v0.11.0
14632026-05-19T01:49:14.942Z Compiling cbc v0.1.2
14642026-05-19T01:49:14.959Z Compiling aes v0.8.4
14652026-05-19T01:49:15.007Z Compiling darling_macro v0.20.11
14662026-05-19T01:49:15.048Z Compiling tracing v0.1.44
14672026-05-19T01:49:15.111Z Compiling openssl-macros v0.1.1
14682026-05-19T01:49:15.208Z Compiling goblin v0.10.5
14692026-05-19T01:49:15.346Z Compiling rustls-native-certs v0.8.3
14702026-05-19T01:49:15.487Z Compiling spki v0.7.3
14712026-05-19T01:49:15.601Z Compiling icu_provider v2.1.1
14722026-05-19T01:49:15.718Z Compiling pkcs5 v0.7.1
14732026-05-19T01:49:15.740Z Compiling darling v0.20.11
14742026-05-19T01:49:15.837Z Compiling bytes v1.11.1
14752026-05-19T01:49:15.890Z Compiling icu_properties v2.1.2
14762026-05-19T01:49:15.908Z Compiling icu_normalizer v2.1.1
14772026-05-19T01:49:15.925Z Compiling chrono v0.4.44
14782026-05-19T01:49:15.928Z Compiling ipnet v2.11.0
14792026-05-19T01:49:15.973Z Compiling derive_builder_core v0.20.2
14802026-05-19T01:49:15.978Z Compiling dtrace-parser v0.3.0
14812026-05-19T01:49:16.144Z Compiling pkcs8 v0.10.2
14822026-05-19T01:49:16.234Z Compiling signature v2.2.0
14832026-05-19T01:49:16.364Z Compiling tokio v1.52.1
14842026-05-19T01:49:16.430Z Compiling http v1.4.0
14852026-05-19T01:49:16.468Z Compiling webpki-roots v1.0.6
14862026-05-19T01:49:16.484Z Compiling thiserror-impl v1.0.69
14872026-05-19T01:49:16.487Z Compiling scroll_derive v0.12.1
14882026-05-19T01:49:16.487Z Compiling serde_urlencoded v0.7.1
14892026-05-19T01:49:16.606Z Compiling serde_spanned v0.6.9
14902026-05-19T01:49:16.762Z Compiling idna_adapter v1.2.1
14912026-05-19T01:49:16.778Z Compiling toml_datetime v0.6.11
14922026-05-19T01:49:16.781Z Compiling serde_tokenstream v0.2.3
14932026-05-19T01:49:16.860Z Compiling derive_builder_macro v0.20.2
14942026-05-19T01:49:16.916Z Compiling idna v1.1.0
14952026-05-19T01:49:17.031Z Compiling ppv-lite86 v0.2.21
14962026-05-19T01:49:17.058Z Compiling http-body v1.0.1
14972026-05-19T01:49:17.116Z Compiling erased-serde v0.3.31
14982026-05-19T01:49:17.202Z Compiling http-body-util v0.1.3
14992026-05-19T01:49:17.236Z Compiling url v2.5.8
15002026-05-19T01:49:17.251Z Compiling scroll v0.12.0
15012026-05-19T01:49:17.358Z Compiling rand_chacha v0.9.0
15022026-05-19T01:49:17.374Z Compiling rand_chacha v0.3.1
15032026-05-19T01:49:17.377Z Compiling md-5 v0.10.6
15042026-05-19T01:49:17.404Z Compiling darling_macro v0.21.3
15052026-05-19T01:49:17.434Z Compiling bstr v1.12.1
15062026-05-19T01:49:17.461Z Compiling pin-project-internal v1.1.11
15072026-05-19T01:49:17.537Z Compiling zerocopy-derive v0.7.35
15082026-05-19T01:49:17.560Z Compiling rand v0.9.2
15092026-05-19T01:49:17.596Z Compiling async-trait v0.1.89
15102026-05-19T01:49:17.615Z Compiling curve25519-dalek v4.1.3
15112026-05-19T01:49:17.974Z Compiling dof v0.4.0
15122026-05-19T01:49:18.055Z Compiling thiserror v1.0.69
15132026-05-19T01:49:18.069Z Compiling ff v0.13.1
15142026-05-19T01:49:18.108Z Compiling hash32 v0.2.1
15152026-05-19T01:49:18.177Z Compiling proptest v1.10.0
15162026-05-19T01:49:18.215Z Compiling memoffset v0.9.1
15172026-05-19T01:49:18.232Z Compiling ref-cast v1.0.25
15182026-05-19T01:49:18.255Z Compiling fallible-iterator v0.2.0
15192026-05-19T01:49:18.323Z Compiling base16ct v0.2.0
15202026-05-19T01:49:18.384Z Compiling smoltcp v0.9.1
15212026-05-19T01:49:18.434Z Compiling zlib-rs v0.6.2
15222026-05-19T01:49:18.449Z Compiling psl-types v2.0.11
15232026-05-19T01:49:18.524Z Compiling num-bigint-dig v0.8.6
15242026-05-19T01:49:18.578Z Compiling ipnetwork v0.21.1
15252026-05-19T01:49:18.594Z Compiling litrs v1.0.0
15262026-05-19T01:49:18.598Z Compiling rustix v0.38.44
15272026-05-19T01:49:18.625Z Compiling cfg_aliases v0.2.1
15282026-05-19T01:49:18.669Z Compiling pin-project v1.1.11
15292026-05-19T01:49:18.709Z Compiling nix v0.31.2
15302026-05-19T01:49:18.788Z Compiling publicsuffix v2.3.0
15312026-05-19T01:49:18.791Z Compiling postgres-protocol v0.6.10
15322026-05-19T01:49:18.827Z Compiling oxnet v0.1.4
15332026-05-19T01:49:18.978Z Compiling sec1 v0.7.3
15342026-05-19T01:49:19.023Z Compiling zerocopy v0.7.35
15352026-05-19T01:49:19.167Z Compiling group v0.13.0
15362026-05-19T01:49:19.184Z Compiling document-features v0.2.12
15372026-05-19T01:49:19.251Z Compiling darling v0.21.3
15382026-05-19T01:49:19.266Z Compiling rand v0.8.6
15392026-05-19T01:49:19.299Z Compiling goblin v0.8.2
15402026-05-19T01:49:19.329Z Compiling derive_builder v0.20.2
15412026-05-19T01:49:19.345Z Compiling futures-executor v0.3.32
15422026-05-19T01:49:19.361Z Compiling hubpack_derive v0.1.1
15432026-05-19T01:49:19.376Z Compiling cargo-platform v0.1.9
15442026-05-19T01:49:19.393Z Compiling hex v0.4.3
15452026-05-19T01:49:19.476Z Compiling hkdf v0.12.4
15462026-05-19T01:49:19.576Z Compiling crypto-bigint v0.5.5
15472026-05-19T01:49:19.624Z Compiling regex v1.12.3
15482026-05-19T01:49:19.658Z Compiling num-iter v0.1.45
15492026-05-19T01:49:19.690Z Compiling ref-cast-impl v1.0.25
15502026-05-19T01:49:19.719Z Compiling snafu-derive v0.8.9
15512026-05-19T01:49:19.735Z Compiling curve25519-dalek-derive v0.1.1
15522026-05-19T01:49:19.754Z Compiling daft-derive v0.1.5
15532026-05-19T01:49:19.809Z Compiling strum_macros v0.27.2
15542026-05-19T01:49:20.129Z Compiling tokio-util v0.7.18
15552026-05-19T01:49:20.179Z Compiling tower v0.5.3
15562026-05-19T01:49:20.195Z Compiling tokio-native-tls v0.3.1
15572026-05-19T01:49:20.214Z Compiling phf_shared v0.13.1
15582026-05-19T01:49:20.292Z Compiling terminal_size v0.4.3
15592026-05-19T01:49:20.392Z Compiling lazy_static v1.5.0
15602026-05-19T01:49:20.421Z Compiling vergen v9.0.6
15612026-05-19T01:49:20.452Z Compiling fs-err v3.3.0
15622026-05-19T01:49:20.475Z Compiling encoding_rs v0.8.35
15632026-05-19T01:49:20.499Z Compiling ahash v0.8.12
15642026-05-19T01:49:20.517Z Compiling object v0.37.3
15652026-05-19T01:49:20.609Z Compiling tower-http v0.6.8
15662026-05-19T01:49:20.626Z Compiling newtype-uuid v1.3.2
15672026-05-19T01:49:20.666Z Compiling managed v0.8.0
15682026-05-19T01:49:20.686Z Compiling libbz2-rs-sys v0.2.2
15692026-05-19T01:49:20.727Z Compiling bitflags v1.3.2
15702026-05-19T01:49:20.812Z Compiling foldhash v0.1.5
15712026-05-19T01:49:20.827Z Compiling h2 v0.4.13
15722026-05-19T01:49:20.898Z Compiling same-file v1.0.6
15732026-05-19T01:49:20.987Z Compiling bumpalo v3.20.2
15742026-05-19T01:49:21.006Z Compiling mime v0.3.17
15752026-05-19T01:49:21.043Z Compiling foldhash v0.2.0
15762026-05-19T01:49:21.079Z Compiling winnow v0.5.40
15772026-05-19T01:49:21.206Z Compiling clap_builder v4.5.60
15782026-05-19T01:49:21.253Z Compiling hashbrown v0.16.1
15792026-05-19T01:49:21.283Z Compiling zopfli v0.8.3
15802026-05-19T01:49:21.298Z Compiling bzip2 v0.6.1
15812026-05-19T01:49:21.385Z Compiling flate2 v1.1.9
15822026-05-19T01:49:21.520Z Compiling dof v0.3.0
15832026-05-19T01:49:21.685Z Compiling snafu v0.8.9
15842026-05-19T01:49:21.710Z Compiling walkdir v2.5.0
15852026-05-19T01:49:21.724Z Compiling hashbrown v0.15.5
15862026-05-19T01:49:21.850Z Compiling strum v0.27.2
15872026-05-19T01:49:21.867Z Compiling daft v0.1.5
15882026-05-19T01:49:22.060Z Compiling elliptic-curve v0.13.8
15892026-05-19T01:49:22.123Z Compiling phf v0.13.1
15902026-05-19T01:49:22.163Z Compiling cargo_metadata v0.19.2
15912026-05-19T01:49:22.179Z Compiling signal-hook-mio v0.2.5
15922026-05-19T01:49:22.275Z Compiling cookie_store v0.22.1
15932026-05-19T01:49:22.293Z Compiling hubpack v0.1.2
15942026-05-19T01:49:22.307Z Compiling bzip2 v0.4.4
15952026-05-19T01:49:22.322Z Compiling usdt-macro v0.6.0
15962026-05-19T01:49:22.503Z Compiling toml_edit v0.19.15
15972026-05-19T01:49:22.518Z Compiling usdt-attr-macro v0.6.0
15982026-05-19T01:49:22.533Z Compiling futures v0.3.32
15992026-05-19T01:49:22.549Z Compiling serde_with_macros v3.17.0
16002026-05-19T01:49:22.649Z Compiling zstd v0.13.3
16012026-05-19T01:49:22.664Z Compiling postgres-types v0.2.12
16022026-05-19T01:49:22.825Z Compiling dtrace-parser v0.2.0
16032026-05-19T01:49:22.932Z Compiling globset v0.4.18
16042026-05-19T01:49:22.950Z Compiling ed25519 v2.2.3
16052026-05-19T01:49:23.108Z Compiling pkcs1 v0.7.5
16062026-05-19T01:49:23.244Z Compiling olpc-cjson v0.1.4
16072026-05-19T01:49:23.333Z Compiling serde_plain v1.0.2
16082026-05-19T01:49:23.425Z Compiling serde-big-array v0.5.1
16092026-05-19T01:49:23.505Z Compiling rfc6979 v0.4.0
16102026-05-19T01:49:23.533Z Compiling async-recursion v1.1.1
16112026-05-19T01:49:23.554Z Compiling strum_macros v0.26.4
16122026-05-19T01:49:23.597Z Compiling serde_repr v0.1.20
16132026-05-19T01:49:23.601Z Compiling enum-as-inner v0.6.1
16142026-05-19T01:49:23.629Z Compiling clap_derive v4.5.55
16152026-05-19T01:49:23.654Z Compiling phf_shared v0.11.3
16162026-05-19T01:49:23.721Z Compiling float-cmp v0.10.0
16172026-05-19T01:49:23.852Z Compiling hyper v1.8.1
16182026-05-19T01:49:23.868Z Compiling pem v3.0.6
16192026-05-19T01:49:23.884Z Compiling thread-id v4.2.2
16202026-05-19T01:49:23.899Z Compiling memmap2 v0.9.10
16212026-05-19T01:49:23.997Z Compiling env_filter v1.0.0
16222026-05-19T01:49:24.184Z Compiling keccak v0.1.6
16232026-05-19T01:49:24.187Z Compiling static_assertions v1.1.0
16242026-05-19T01:49:24.218Z Compiling fixedbitset v0.5.7
16252026-05-19T01:49:24.247Z Compiling data-encoding v2.10.0
16262026-05-19T01:49:24.262Z Compiling fixedbitset v0.4.2
16272026-05-19T01:49:24.263Z Compiling normalize-line-endings v0.3.0
16282026-05-19T01:49:24.293Z Compiling difflib v0.4.0
16292026-05-19T01:49:24.347Z Compiling rustc-hash v2.1.1
16302026-05-19T01:49:24.375Z Compiling jiff v0.2.21
16312026-05-19T01:49:24.492Z Compiling either v1.15.0
16322026-05-19T01:49:24.514Z Compiling new_debug_unreachable v1.0.6
16332026-05-19T01:49:24.539Z Compiling typed-path v0.9.3
16342026-05-19T01:49:24.598Z Compiling predicates-core v1.0.10
16352026-05-19T01:49:24.719Z Compiling whoami v2.1.0
16362026-05-19T01:49:24.822Z Compiling precomputed-hash v0.1.1
16372026-05-19T01:49:24.872Z Compiling predicates v3.1.4
16382026-05-19T01:49:24.887Z Compiling itertools v0.13.0
16392026-05-19T01:49:24.931Z Compiling string_cache v0.8.9
16402026-05-19T01:49:24.963Z Compiling hyper-util v0.1.20
16412026-05-19T01:49:25.026Z Compiling tokio-postgres v0.7.16
16422026-05-19T01:49:25.099Z Compiling hickory-proto v0.25.2
16432026-05-19T01:49:25.119Z Compiling iddqd v0.3.18
16442026-05-19T01:49:25.186Z Compiling petgraph v0.6.5
16452026-05-19T01:49:25.214Z Compiling petgraph v0.8.3
16462026-05-19T01:49:25.423Z Compiling strum v0.26.3
16472026-05-19T01:49:25.505Z Compiling sha3 v0.10.8
16482026-05-19T01:49:25.521Z Compiling clap v4.5.60
16492026-05-19T01:49:25.542Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16502026-05-19T01:49:25.574Z Compiling toml_edit v0.22.27
16512026-05-19T01:49:25.616Z Compiling env_logger v0.11.9
16522026-05-19T01:49:25.813Z Compiling usdt v0.6.0
16532026-05-19T01:49:25.995Z Compiling usdt-impl v0.5.0
16542026-05-19T01:49:26.011Z Compiling toml v0.7.8
16552026-05-19T01:49:26.097Z Compiling serde_with v3.17.0
16562026-05-19T01:49:26.175Z Compiling ecdsa v0.16.9
16572026-05-19T01:49:26.323Z Compiling crossterm v0.28.1
16582026-05-19T01:49:26.586Z Compiling hyper-tls v0.6.0
16592026-05-19T01:49:26.605Z Compiling rsa v0.9.10
16602026-05-19T01:49:26.632Z Compiling ed25519-dalek v2.2.0
16612026-05-19T01:49:26.836Z Compiling zip v0.6.6
16622026-05-19T01:49:27.152Z Compiling zip v4.6.1
16632026-05-19T01:49:27.426Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-05-19T01:49:27.542Z Compiling tokio-stream v0.1.18
16652026-05-19T01:49:27.608Z Compiling buf-list v1.1.2
16662026-05-19T01:49:27.635Z Compiling similar v2.7.0
16672026-05-19T01:49:27.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-19T01:49:27.802Z Compiling openapiv3 v2.2.0
16692026-05-19T01:49:27.906Z Compiling x509-cert v0.2.5
16702026-05-19T01:49:28.038Z Compiling sha1 v0.10.6
16712026-05-19T01:49:28.053Z Compiling crossbeam-epoch v0.9.18
16722026-05-19T01:49:28.067Z Compiling toml_datetime v0.7.5+spec-1.1.0
16732026-05-19T01:49:28.126Z Compiling lalrpop-util v0.19.12
16742026-05-19T01:49:28.187Z Compiling peg-runtime v0.8.5
16752026-05-19T01:49:28.284Z Compiling thread_local v1.1.9
16762026-05-19T01:49:28.327Z Compiling slog-async v2.8.0
16772026-05-19T01:49:28.343Z Compiling crossbeam-channel v0.5.15
16782026-05-19T01:49:28.376Z Compiling is-terminal v0.4.17
16792026-05-19T01:49:28.391Z Compiling filetime v0.2.27
16802026-05-19T01:49:28.407Z Compiling term v1.2.1
16812026-05-19T01:49:28.490Z Compiling take_mut v0.2.2
16822026-05-19T01:49:28.505Z Compiling xattr v1.6.1
16832026-05-19T01:49:28.674Z Compiling slog-term v2.9.2
16842026-05-19T01:49:28.695Z Compiling tar v0.4.45
16852026-05-19T01:49:46.306Z Compiling rustls-webpki v0.103.9
16862026-05-19T01:49:49.080Z Compiling tokio-rustls v0.26.4
16872026-05-19T01:49:49.080Z Compiling rustls-platform-verifier v0.6.2
16882026-05-19T01:49:49.291Z Compiling hyper-rustls v0.27.7
16892026-05-19T01:49:49.480Z Compiling reqwest v0.12.28
16902026-05-19T01:49:49.480Z Compiling reqwest v0.13.2
16912026-05-19T01:49:50.700Z Compiling tough v0.22.0
16922026-05-19T01:49:53.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932026-05-19T01:49:53.416Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942026-05-19T01:49:56.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.21s
16952026-05-19T01:49:56.364Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16962026-05-19T01:49:56.399ZMay 19 01:49:55.181 INFO Starting download, target: Console
16972026-05-19T01:49:56.399ZMay 19 01:49:55.182 INFO Starting download, target: Clickhouse
16982026-05-19T01:49:56.399ZMay 19 01:49:55.182 INFO Starting download, target: Cockroach
16992026-05-19T01:49:56.399ZMay 19 01:49:55.182 INFO Starting download, target: MaghemiteMgd
17002026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Starting download, target: DendriteStub
17012026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Starting download, target: TransceiverControl
17022026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17032026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17042026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17062026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-19T01:49:56.405ZMay 19 01:49:55.182 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17082026-05-19T01:49:56.814ZMay 19 01:49:55.595 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092026-05-19T01:49:57.039ZMay 19 01:49:55.819 INFO Download complete, target: TransceiverControl
17102026-05-19T01:49:57.504ZMay 19 01:49:56.282 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17112026-05-19T01:49:57.740ZMay 19 01:49:56.516 INFO Download complete, target: Console
17122026-05-19T01:49:58.143ZMay 19 01:49:56.923 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17132026-05-19T01:49:58.433ZMay 19 01:49:57.205 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-05-19T01:49:58.969ZMay 19 01:49:57.753 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-19T01:49:58.969ZMay 19 01:49:57.753 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-19T01:49:59.837ZMay 19 01:49:58.621 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-19T01:50:00.475ZMay 19 01:49:59.242 INFO Download complete, target: DendriteStub
17182026-05-19T01:50:00.874ZMay 19 01:49:59.605 INFO Download complete, target: MaghemiteMgd
17192026-05-19T01:50:03.761ZMay 19 01:50:02.542 INFO Checking that binary works, target: Cockroach
17202026-05-19T01:50:04.029ZMay 19 01:50:02.803 INFO Download complete, target: Cockroach
17212026-05-19T01:50:06.581ZMay 19 01:50:05.364 INFO Checking that binary works, target: Clickhouse
17222026-05-19T01:50:06.698ZMay 19 01:50:05.482 INFO Download complete, target: Clickhouse
17232026-05-19T01:50:06.704ZAll prerequisites installed successfully
17242026-05-19T01:50:06.707Z
17252026-05-19T01:50:06.707Zreal 2:00.060050129
17262026-05-19T01:50:06.707Zuser 6:52.725054252
17272026-05-19T01:50:06.707Zsys 1:44.769616784
17282026-05-19T01:50:06.707Ztrap 0.264004990
17292026-05-19T01:50:06.707Ztflt 1.997645743
17302026-05-19T01:50:06.707Zdflt 2.301991883
17312026-05-19T01:50:06.707Zkflt 0.054194687
17322026-05-19T01:50:06.707Zlock 23:29.263611057
17332026-05-19T01:50:06.707Zslp 19:04.994981830
17342026-05-19T01:50:06.708Zlat 25.060820759
17352026-05-19T01:50:06.708Zstop 2:52.048157322
17362026-05-19T01:50:06.708Z+ ptime -m cargo xtask download softnpu
17372026-05-19T01:50:07.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17382026-05-19T01:50:07.257Z Running `target/debug/xtask download softnpu`
17392026-05-19T01:50:08.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17402026-05-19T01:50:08.083Z Running `target/debug/xtask-downloader softnpu`
17412026-05-19T01:50:08.126ZMay 19 01:50:06.910 INFO Starting download, target: Softnpu
17422026-05-19T01:50:08.129ZMay 19 01:50:06.910 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17432026-05-19T01:50:08.705ZMay 19 01:50:07.488 INFO Download complete, target: Softnpu
17442026-05-19T01:50:08.711Z
17452026-05-19T01:50:08.711Zreal 1.997068446
17462026-05-19T01:50:08.711Zuser 1.320333359
17472026-05-19T01:50:08.712Zsys 0.656173880
17482026-05-19T01:50:08.712Ztrap 0.000507123
17492026-05-19T01:50:08.712Ztflt 0.000050841
17502026-05-19T01:50:08.712Zdflt 0.000293528
17512026-05-19T01:50:08.712Zkflt 0.000000000
17522026-05-19T01:50:08.712Zlock 10.294569743
17532026-05-19T01:50:08.712Zslp 0.447433704
17542026-05-19T01:50:08.712Zlat 0.080010810
17552026-05-19T01:50:08.712Zstop 0.000168510
17562026-05-19T01:50:08.712Z+ export CARGO_INCREMENTAL=0
17572026-05-19T01:50:08.712Z+ CARGO_INCREMENTAL=0
17582026-05-19T01:50:08.712Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17592026-05-19T01:50:09.601Z Compiling proc-macro2 v1.0.106
17602026-05-19T01:50:09.601Z Compiling quote v1.0.45
17612026-05-19T01:50:09.602Z Compiling unicode-ident v1.0.24
17622026-05-19T01:50:09.602Z Compiling libc v0.2.185
17632026-05-19T01:50:09.605Z Compiling serde_core v1.0.228
17642026-05-19T01:50:09.605Z Compiling serde v1.0.228
17652026-05-19T01:50:09.605Z Compiling cfg-if v1.0.4
17662026-05-19T01:50:09.605Z Compiling version_check v0.9.5
17672026-05-19T01:50:09.605Z Compiling find-msvc-tools v0.1.9
17682026-05-19T01:50:09.605Z Compiling shlex v1.3.0
17692026-05-19T01:50:09.605Z Compiling typenum v1.19.0
17702026-05-19T01:50:09.605Z Compiling zmij v1.0.21
17712026-05-19T01:50:09.605Z Compiling autocfg v1.5.0
17722026-05-19T01:50:09.605Z Compiling memchr v2.8.0
17732026-05-19T01:50:09.750Z Compiling serde_json v1.0.149
17742026-05-19T01:50:09.950Z Compiling portable-atomic v1.13.1
17752026-05-19T01:50:10.088Z Compiling generic-array v0.14.7
17762026-05-19T01:50:10.118Z Compiling libm v0.2.16
17772026-05-19T01:50:10.135Z Compiling zerocopy v0.8.40
17782026-05-19T01:50:10.192Z Compiling parking_lot_core v0.9.12
17792026-05-19T01:50:10.234Z Compiling smallvec v1.15.1
17802026-05-19T01:50:10.234Z Compiling num-traits v0.2.19
17812026-05-19T01:50:10.234Z Compiling icu_normalizer_data v2.1.1
17822026-05-19T01:50:10.264Z Compiling icu_properties_data v2.1.2
17832026-05-19T01:50:10.335Z Compiling itoa v1.0.17
17842026-05-19T01:50:10.435Z Compiling getrandom v0.4.1
17852026-05-19T01:50:10.478Z Compiling log v0.4.29
17862026-05-19T01:50:10.495Z Compiling stable_deref_trait v1.2.1
17872026-05-19T01:50:10.495Z Compiling pkg-config v0.3.32
17882026-05-19T01:50:10.536Z Compiling subtle v2.6.1
17892026-05-19T01:50:10.681Z Compiling scopeguard v1.2.0
17902026-05-19T01:50:10.746Z Compiling percent-encoding v2.3.2
17912026-05-19T01:50:10.760Z Compiling writeable v0.6.2
17922026-05-19T01:50:10.777Z Compiling litemap v0.8.1
17932026-05-19T01:50:10.928Z Compiling jobserver v0.1.34
17942026-05-19T01:50:10.962Z Compiling getrandom v0.2.17
17952026-05-19T01:50:10.962Z Compiling errno v0.3.14
17962026-05-19T01:50:10.962Z Compiling lock_api v0.4.14
17972026-05-19T01:50:11.024Z Compiling rand_core v0.6.4
17982026-05-19T01:50:11.074Z Compiling cc v1.2.56
17992026-05-19T01:50:11.104Z Compiling pin-project-lite v0.2.17
18002026-05-19T01:50:11.143Z Compiling fnv v1.0.7
18012026-05-19T01:50:11.201Z Compiling thiserror v2.0.18
18022026-05-19T01:50:11.231Z Compiling syn v2.0.117
18032026-05-19T01:50:11.254Z Compiling getrandom v0.3.4
18042026-05-19T01:50:11.346Z Compiling equivalent v1.0.2
18052026-05-19T01:50:11.366Z Compiling fs_extra v1.3.0
18062026-05-19T01:50:11.383Z Compiling dunce v1.0.5
18072026-05-19T01:50:11.467Z Compiling utf8_iter v1.0.4
18082026-05-19T01:50:11.489Z Compiling rand_core v0.10.0
18092026-05-19T01:50:11.517Z Compiling rustversion v1.0.22
18102026-05-19T01:50:11.523Z Compiling schemars v0.8.22
18112026-05-19T01:50:11.530Z Compiling form_urlencoded v1.2.2
18122026-05-19T01:50:11.653Z Compiling critical-section v1.2.0
18132026-05-19T01:50:11.702Z Compiling signal-hook-registry v1.4.8
18142026-05-19T01:50:11.747Z Compiling hashbrown v0.17.0
18152026-05-19T01:50:11.802Z Compiling cmake v0.1.57
18162026-05-19T01:50:11.802Z Compiling rustix v1.1.3
18172026-05-19T01:50:11.864Z Compiling mio v1.2.0
18182026-05-19T01:50:11.920Z Compiling socket2 v0.6.3
18192026-05-19T01:50:12.132Z Compiling semver v1.0.28
18202026-05-19T01:50:12.165Z Compiling bitflags v2.11.0
18212026-05-19T01:50:12.201Z Compiling once_cell v1.21.3
18222026-05-19T01:50:12.303Z Compiling indexmap v2.14.0
18232026-05-19T01:50:12.337Z Compiling parking_lot v0.12.5
18242026-05-19T01:50:12.376Z Compiling const-oid v0.9.6
18252026-05-19T01:50:12.394Z Compiling ring v0.17.14
18262026-05-19T01:50:12.394Z Compiling aws-lc-sys v0.40.0
18272026-05-19T01:50:12.516Z Compiling aws-lc-rs v1.16.3
18282026-05-19T01:50:12.554Z Compiling futures-core v0.3.32
18292026-05-19T01:50:12.586Z Compiling httparse v1.10.1
18302026-05-19T01:50:12.634Z Compiling strsim v0.11.1
18312026-05-19T01:50:12.707Z Compiling vcpkg v0.2.15
18322026-05-19T01:50:12.725Z Compiling thiserror v1.0.69
18332026-05-19T01:50:12.910Z Compiling ucd-trie v0.1.7
18342026-05-19T01:50:12.959Z Compiling byteorder v1.5.0
18352026-05-19T01:50:12.981Z Compiling iana-time-zone v0.1.65
18362026-05-19T01:50:13.051Z Compiling syn v1.0.109
18372026-05-19T01:50:13.078Z Compiling pest v2.8.6
18382026-05-19T01:50:13.132Z Compiling ident_case v1.0.1
18392026-05-19T01:50:13.173Z Compiling heck v0.5.0
18402026-05-19T01:50:13.179Z Compiling regex-syntax v0.8.10
18412026-05-19T01:50:13.182Z Compiling uuid v1.23.0
18422026-05-19T01:50:13.248Z Compiling rustls v0.23.37
18432026-05-19T01:50:13.326Z Compiling cpufeatures v0.2.17
18442026-05-19T01:50:13.339Z Compiling openssl-sys v0.9.115
18452026-05-19T01:50:13.489Z Compiling futures-sink v0.3.32
18462026-05-19T01:50:13.525Z Compiling rustc_version v0.4.1
18472026-05-19T01:50:13.615Z Compiling futures-task v0.3.32
18482026-05-19T01:50:13.643Z Compiling futures-channel v0.3.32
18492026-05-19T01:50:13.664Z Compiling slab v0.4.12
18502026-05-19T01:50:13.779Z Compiling futures-io v0.3.32
18512026-05-19T01:50:13.828Z Compiling aho-corasick v1.1.4
18522026-05-19T01:50:13.863Z Compiling dyn-clone v1.0.20
18532026-05-19T01:50:14.033Z Compiling synstructure v0.13.2
18542026-05-19T01:50:14.049Z Compiling serde_derive_internals v0.29.1
18552026-05-19T01:50:14.114Z Compiling openssl v0.10.79
18562026-05-19T01:50:14.152Z Compiling plain v0.2.3
18572026-05-19T01:50:14.178Z Compiling base64 v0.22.1
18582026-05-19T01:50:14.199Z Compiling crc32fast v1.5.0
18592026-05-19T01:50:14.291Z Compiling pest_meta v2.8.6
18602026-05-19T01:50:14.375Z Compiling crossbeam-utils v0.8.21
18612026-05-19T01:50:14.494Z Compiling time-core v0.1.8
18622026-05-19T01:50:14.507Z Compiling num-conv v0.2.0
18632026-05-19T01:50:14.680Z Compiling regex-automata v0.4.14
18642026-05-19T01:50:14.688Z Compiling time-macros v0.2.27
18652026-05-19T01:50:14.688Z Compiling pretty-hex v0.4.1
18662026-05-19T01:50:14.722Z Compiling native-tls v0.2.18
18672026-05-19T01:50:14.755Z Compiling base64ct v1.8.3
18682026-05-19T01:50:14.794Z Compiling anyhow v1.0.102
18692026-05-19T01:50:14.816Z Compiling darling_core v0.21.3
18702026-05-19T01:50:14.870Z Compiling pest_generator v2.8.6
18712026-05-19T01:50:14.950Z Compiling tracing-core v0.1.36
18722026-05-19T01:50:14.969Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-05-19T01:50:15.066Z Compiling pem-rfc7468 v0.7.0
18742026-05-19T01:50:15.266Z Compiling flagset v0.4.7
18752026-05-19T01:50:15.296Z Compiling serde_derive v1.0.228
18762026-05-19T01:50:15.322Z Compiling zeroize_derive v1.4.3
18772026-05-19T01:50:15.336Z Compiling zerofrom-derive v0.1.6
18782026-05-19T01:50:15.353Z Compiling yoke-derive v0.8.1
18792026-05-19T01:50:15.356Z Compiling zerovec-derive v0.11.2
18802026-05-19T01:50:15.412Z Compiling displaydoc v0.2.5
18812026-05-19T01:50:15.511Z Compiling zerocopy-derive v0.8.40
18822026-05-19T01:50:15.554Z Compiling tokio-macros v2.7.0
18832026-05-19T01:50:15.674Z Compiling futures-macro v0.3.32
18842026-05-19T01:50:15.937Z Compiling zeroize v1.8.2
18852026-05-19T01:50:16.205Z Compiling thiserror-impl v2.0.18
18862026-05-19T01:50:16.248Z Compiling schemars_derive v0.8.22
18872026-05-19T01:50:16.301Z Compiling tracing-attributes v0.1.31
18882026-05-19T01:50:16.403Z Compiling der_derive v0.7.3
18892026-05-19T01:50:16.436Z Compiling thiserror-impl v1.0.69
18902026-05-19T01:50:16.462Z Compiling zerofrom v0.1.6
18912026-05-19T01:50:16.607Z Compiling yoke v0.8.1
18922026-05-19T01:50:16.646Z Compiling crypto-common v0.1.7
18932026-05-19T01:50:16.819Z Compiling zerovec v0.11.5
18942026-05-19T01:50:16.835Z Compiling zerotrie v0.2.3
18952026-05-19T01:50:16.914Z Compiling block-buffer v0.10.4
18962026-05-19T01:50:17.274Z Compiling digest v0.10.7
18972026-05-19T01:50:17.395Z Compiling tinystr v0.8.2
18982026-05-19T01:50:17.417Z Compiling potential_utf v0.1.4
18992026-05-19T01:50:17.433Z Compiling pest_derive v2.8.6
19002026-05-19T01:50:17.481Z Compiling futures-util v0.3.32
19012026-05-19T01:50:17.524Z Compiling hmac v0.12.1
19022026-05-19T01:50:17.553Z Compiling icu_collections v2.1.1
19032026-05-19T01:50:17.615Z Compiling icu_locale_core v2.1.1
19042026-05-19T01:50:17.647Z Compiling block-padding v0.3.3
19052026-05-19T01:50:17.760Z Compiling rustls-pki-types v1.14.0
19062026-05-19T01:50:17.812Z Compiling inout v0.1.4
19072026-05-19T01:50:17.977Z Compiling openssl-macros v0.1.1
19082026-05-19T01:50:18.132Z Compiling cipher v0.4.4
19092026-05-19T01:50:18.315Z Compiling sha2 v0.10.9
19102026-05-19T01:50:18.383Z Compiling icu_provider v2.1.1
19112026-05-19T01:50:18.405Z Compiling bytes v1.11.1
19122026-05-19T01:50:18.435Z Compiling chrono v0.4.44
19132026-05-19T01:50:18.524Z Compiling serde_tokenstream v0.2.3
19142026-05-19T01:50:18.644Z Compiling icu_properties v2.1.2
19152026-05-19T01:50:18.677Z Compiling icu_normalizer v2.1.1
19162026-05-19T01:50:18.833Z Compiling scroll_derive v0.12.1
19172026-05-19T01:50:18.989Z Compiling tokio v1.52.1
19182026-05-19T01:50:19.488Z Compiling scroll_derive v0.13.1
19192026-05-19T01:50:19.831Z Compiling idna_adapter v1.2.1
19202026-05-19T01:50:19.850Z Compiling ppv-lite86 v0.2.21
19212026-05-19T01:50:19.992Z Compiling idna v1.1.0
19222026-05-19T01:50:20.125Z Compiling http v1.4.0
19232026-05-19T01:50:20.166Z Compiling untrusted v0.9.0
19242026-05-19T01:50:20.241Z Compiling tracing v0.1.44
19252026-05-19T01:50:20.277Z Compiling der v0.7.10
19262026-05-19T01:50:20.314Z Compiling darling_macro v0.21.3
19272026-05-19T01:50:20.319Z Compiling regex v1.12.3
19282026-05-19T01:50:20.379Z Compiling url v2.5.8
19292026-05-19T01:50:20.653Z Compiling zerocopy-derive v0.7.35
19302026-05-19T01:50:20.722Z Compiling rand_core v0.9.5
19312026-05-19T01:50:20.746Z Compiling slog v2.8.2
19322026-05-19T01:50:21.252Z Compiling spki v0.7.3
19332026-05-19T01:50:21.405Z Compiling darling v0.21.3
19342026-05-19T01:50:21.441Z Compiling salsa20 v0.10.2
19352026-05-19T01:50:21.471Z Compiling pbkdf2 v0.12.2
19362026-05-19T01:50:21.987Z Compiling cookie v0.18.1
19372026-05-19T01:50:22.073Z Compiling camino v1.2.2
19382026-05-19T01:50:22.200Z Compiling scrypt v0.11.0
19392026-05-19T01:50:22.306Z Compiling rand_chacha v0.9.0
19402026-05-19T01:50:22.376Z Compiling http-body v1.0.1
19412026-05-19T01:50:22.440Z Compiling cbc v0.1.2
19422026-05-19T01:50:22.467Z Compiling aes v0.8.4
19432026-05-19T01:50:22.601Z Compiling usdt-impl v0.5.0
19442026-05-19T01:50:22.645Z Compiling untrusted v0.7.1
19452026-05-19T01:50:22.663Z Compiling tinyvec_macros v0.1.1
19462026-05-19T01:50:22.683Z Compiling tokio-util v0.7.18
19472026-05-19T01:50:22.734Z Compiling usdt-impl v0.6.0
19482026-05-19T01:50:22.749Z Compiling openssl-probe v0.2.1
19492026-05-19T01:50:22.760Z Compiling either v1.15.0
19502026-05-19T01:50:22.840Z Compiling ref-cast v1.0.25
19512026-05-19T01:50:22.864Z Compiling unicode-segmentation v1.12.0
19522026-05-19T01:50:22.917Z Compiling paste v1.0.15
19532026-05-19T01:50:22.931Z Compiling winnow v0.7.14
19542026-05-19T01:50:22.970Z Compiling atomic-waker v1.1.2
19552026-05-19T01:50:22.993Z Compiling pkcs5 v0.7.1
19562026-05-19T01:50:23.250Z Compiling tinyvec v1.10.0
19572026-05-19T01:50:23.287Z Compiling rand v0.9.2
19582026-05-19T01:50:23.668Z Compiling scroll v0.13.0
19592026-05-19T01:50:23.764Z Compiling scroll v0.12.0
19602026-05-19T01:50:23.781Z Compiling toml_datetime v0.6.11
19612026-05-19T01:50:23.886Z Compiling serde_spanned v0.6.9
19622026-05-19T01:50:23.967Z Compiling async-trait v0.1.89
19632026-05-19T01:50:24.056Z Compiling heapless v0.7.17
19642026-05-19T01:50:24.059Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-05-19T01:50:24.118Z Compiling tower-layer v0.3.3
19662026-05-19T01:50:24.138Z Compiling tower-service v0.3.3
19672026-05-19T01:50:24.296Z Compiling zstd-safe v7.2.4
19682026-05-19T01:50:24.313Z Compiling try-lock v0.2.5
19692026-05-19T01:50:24.389Z Compiling fastrand v2.3.0
19702026-05-19T01:50:24.414Z Compiling signal-hook v0.3.18
19712026-05-19T01:50:24.527Z Compiling want v0.3.1
19722026-05-19T01:50:24.599Z Compiling h2 v0.4.13
19732026-05-19T01:50:24.645Z Compiling toml_parser v1.0.9+spec-1.1.0
19742026-05-19T01:50:24.716Z Compiling goblin v0.8.2
19752026-05-19T01:50:24.810Z Compiling goblin v0.10.5
19762026-05-19T01:50:24.873Z Compiling pkcs8 v0.10.2
19772026-05-19T01:50:25.122Z Compiling heck v0.4.1
19782026-05-19T01:50:25.166Z Compiling zerocopy v0.7.35
19792026-05-19T01:50:25.206Z Compiling ipnet v2.11.0
19802026-05-19T01:50:25.331Z Compiling ref-cast-impl v1.0.25
19812026-05-19T01:50:25.416Z Compiling darling_core v0.20.11
19822026-05-19T01:50:25.725Z Compiling curve25519-dalek v4.1.3
19832026-05-19T01:50:25.741Z Compiling toml_datetime v0.7.5+spec-1.1.0
19842026-05-19T01:50:25.893Z Compiling memoffset v0.9.1
19852026-05-19T01:50:25.995Z Compiling winnow v0.5.40
19862026-05-19T01:50:26.021Z Compiling httpdate v1.0.3
19872026-05-19T01:50:26.113Z Compiling pin-utils v0.1.0
19882026-05-19T01:50:26.203Z Compiling rustix v0.38.44
19892026-05-19T01:50:26.582Z Compiling foreign-types-shared v0.1.1
19902026-05-19T01:50:26.598Z Compiling litrs v1.0.0
19912026-05-19T01:50:26.665Z Compiling foreign-types v0.3.2
19922026-05-19T01:50:26.908Z Compiling dof v0.3.0
19932026-05-19T01:50:27.040Z Compiling tempfile v3.25.0
19942026-05-19T01:50:27.057Z Compiling document-features v0.2.12
19952026-05-19T01:50:27.394Z Compiling darling_macro v0.20.11
19962026-05-19T01:50:27.421Z Compiling toml_edit v0.19.15
19972026-05-19T01:50:27.454Z Compiling unicode-normalization v0.1.25
19982026-05-19T01:50:27.555Z Compiling hyper v1.8.1
19992026-05-19T01:50:27.571Z Compiling dof v0.4.0
20002026-05-19T01:50:27.612Z Compiling dtrace-parser v0.2.0
20012026-05-19T01:50:27.933Z Compiling dtrace-parser v0.3.0
20022026-05-19T01:50:28.014Z Compiling daft-derive v0.1.5
20032026-05-19T01:50:28.101Z Compiling pin-project-internal v1.1.11
20042026-05-19T01:50:28.265Z Compiling spin v0.9.8
20052026-05-19T01:50:28.294Z Compiling thread-id v4.2.2
20062026-05-19T01:50:28.348Z Compiling thread-id v5.1.0
20072026-05-19T01:50:28.392Z Compiling powerfmt v0.2.0
20082026-05-19T01:50:28.493Z Compiling num-bigint-dig v0.8.6
20092026-05-19T01:50:28.662Z Compiling smoltcp v0.9.1
20102026-05-19T01:50:28.669Z Compiling cfg_aliases v0.2.1
20112026-05-19T01:50:28.670Z Compiling deranged v0.5.8
20122026-05-19T01:50:28.670Z Compiling hyper-util v0.1.20
20132026-05-19T01:50:28.696Z Compiling nix v0.31.2
20142026-05-19T01:50:29.066Z Compiling darling v0.20.11
20152026-05-19T01:50:29.210Z Compiling rustls-native-certs v0.8.3
20162026-05-19T01:50:29.282Z Compiling ipnetwork v0.21.1
20172026-05-19T01:50:29.710Z Compiling strum_macros v0.26.4
20182026-05-19T01:50:29.743Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-19T01:50:29.903Z Compiling sync_wrapper v1.0.2
20202026-05-19T01:50:29.917Z Compiling wait-timeout v0.2.1
20212026-05-19T01:50:30.051Z Compiling utf8parse v0.2.2
20222026-05-19T01:50:30.158Z Compiling siphasher v1.0.2
20232026-05-19T01:50:30.312Z Compiling anstyle v1.0.13
20242026-05-19T01:50:30.328Z Compiling quick-error v1.2.3
20252026-05-19T01:50:30.408Z Compiling simd-adler32 v0.3.8
20262026-05-19T01:50:30.449Z Compiling bit-vec v0.8.0
20272026-05-19T01:50:30.464Z Compiling num_threads v0.1.7
20282026-05-19T01:50:30.657Z Compiling time v0.3.47
20292026-05-19T01:50:30.674Z Compiling bit-set v0.8.0
20302026-05-19T01:50:30.856Z Compiling rusty-fork v0.3.1
20312026-05-19T01:50:30.899Z Compiling anstyle-parse v0.2.7
20322026-05-19T01:50:30.940Z Compiling tower v0.5.3
20332026-05-19T01:50:31.314Z Compiling derive_builder_core v0.20.2
20342026-05-19T01:50:31.358Z Compiling snafu-derive v0.8.9
20352026-05-19T01:50:31.424Z Compiling http-body-util v0.1.3
20362026-05-19T01:50:31.690Z Compiling webpki-roots v1.0.6
20372026-05-19T01:50:31.710Z Compiling rand_xorshift v0.4.0
20382026-05-19T01:50:31.833Z Compiling signature v2.2.0
20392026-05-19T01:50:31.860Z Compiling hubpack_derive v0.1.1
20402026-05-19T01:50:31.876Z Compiling strum_macros v0.27.2
20412026-05-19T01:50:32.104Z Compiling fs-err v3.3.0
20422026-05-19T01:50:32.210Z Compiling ahash v0.8.12
20432026-05-19T01:50:32.324Z Compiling iri-string v0.7.10
20442026-05-19T01:50:32.358Z Compiling ryu v1.0.23
20452026-05-19T01:50:32.361Z Compiling unicode-properties v0.1.4
20462026-05-19T01:50:32.361Z Compiling anstyle-query v1.1.5
20472026-05-19T01:50:32.450Z Compiling is_terminal_polyfill v1.70.2
20482026-05-19T01:50:32.560Z Compiling unicode-bidi v0.3.18
20492026-05-19T01:50:32.606Z Compiling object v0.37.3
20502026-05-19T01:50:32.622Z Compiling allocator-api2 v0.2.21
20512026-05-19T01:50:32.641Z Compiling colorchoice v1.0.4
20522026-05-19T01:50:32.676Z Compiling unarray v0.1.4
20532026-05-19T01:50:32.720Z Compiling adler2 v2.0.1
20542026-05-19T01:50:32.755Z Compiling anstream v0.6.21
20552026-05-19T01:50:32.773Z Compiling serde_urlencoded v0.7.1
20562026-05-19T01:50:32.807Z Compiling proptest v1.10.0
20572026-05-19T01:50:32.867Z Compiling miniz_oxide v0.8.9
20582026-05-19T01:50:32.896Z Compiling stringprep v0.1.5
20592026-05-19T01:50:33.109Z Compiling derive_builder_macro v0.20.2
20602026-05-19T01:50:33.438Z Compiling tokio-native-tls v0.3.1
20612026-05-19T01:50:33.554Z Compiling tower-http v0.6.8
20622026-05-19T01:50:33.570Z Compiling usdt-macro v0.6.0
20632026-05-19T01:50:33.573Z Compiling usdt-attr-macro v0.6.0
20642026-05-19T01:50:33.831Z Compiling rand_chacha v0.3.1
20652026-05-19T01:50:33.851Z Compiling erased-serde v0.3.31
20662026-05-19T01:50:33.999Z Compiling md-5 v0.10.6
20672026-05-19T01:50:34.024Z Compiling bstr v1.12.1
20682026-05-19T01:50:34.167Z Compiling num-integer v0.1.46
20692026-05-19T01:50:34.223Z Compiling hash32 v0.2.1
20702026-05-19T01:50:34.308Z Compiling vergen-lib v0.1.6
20712026-05-19T01:50:34.332Z Compiling ff v0.13.1
20722026-05-19T01:50:34.433Z Compiling zlib-rs v0.6.2
20732026-05-19T01:50:34.459Z Compiling fallible-iterator v0.2.0
20742026-05-19T01:50:34.477Z Compiling psl-types v2.0.11
20752026-05-19T01:50:34.480Z Compiling base16ct v0.2.0
20762026-05-19T01:50:34.589Z Compiling publicsuffix v2.3.0
20772026-05-19T01:50:34.605Z Compiling group v0.13.0
20782026-05-19T01:50:34.609Z Compiling num-iter v0.1.45
20792026-05-19T01:50:34.645Z Compiling sec1 v0.7.3
20802026-05-19T01:50:34.767Z Compiling postgres-protocol v0.6.10
20812026-05-19T01:50:34.803Z Compiling newtype-uuid v1.3.2
20822026-05-19T01:50:34.931Z Compiling rand v0.8.6
20832026-05-19T01:50:35.123Z Compiling oxnet v0.1.4
20842026-05-19T01:50:35.397Z Compiling derive_builder v0.20.2
20852026-05-19T01:50:35.441Z Compiling hyper-tls v0.6.0
20862026-05-19T01:50:35.532Z Compiling phf_shared v0.13.1
20872026-05-19T01:50:35.550Z Compiling pin-project v1.1.11
20882026-05-19T01:50:35.609Z Compiling lazy_static v1.5.0
20892026-05-19T01:50:35.718Z Compiling terminal_size v0.4.3
20902026-05-19T01:50:35.758Z Compiling serde_with_macros v3.17.0
20912026-05-19T01:50:35.776Z Compiling futures-executor v0.3.32
20922026-05-19T01:50:35.808Z Compiling hex v0.4.3
20932026-05-19T01:50:35.990Z Compiling cargo-platform v0.1.9
20942026-05-19T01:50:36.030Z Compiling hkdf v0.12.4
20952026-05-19T01:50:36.137Z Compiling crypto-bigint v0.5.5
20962026-05-19T01:50:36.199Z Compiling enum-as-inner v0.6.1
20972026-05-19T01:50:36.221Z Compiling clap_derive v4.5.55
20982026-05-19T01:50:36.241Z Compiling async-recursion v1.1.1
20992026-05-19T01:50:36.255Z Compiling serde_repr v0.1.20
21002026-05-19T01:50:36.529Z Compiling flate2 v1.1.9
21012026-05-19T01:50:36.715Z Compiling vergen v9.0.6
21022026-05-19T01:50:36.790Z Compiling encoding_rs v0.8.35
21032026-05-19T01:50:36.853Z Compiling managed v0.8.0
21042026-05-19T01:50:36.874Z Compiling mime v0.3.17
21052026-05-19T01:50:36.929Z Compiling bumpalo v3.20.2
21062026-05-19T01:50:36.946Z Compiling clap_lex v1.0.0
21072026-05-19T01:50:37.091Z Compiling bitflags v1.3.2
21082026-05-19T01:50:37.123Z Compiling foldhash v0.2.0
21092026-05-19T01:50:37.181Z Compiling libbz2-rs-sys v0.2.2
21102026-05-19T01:50:37.199Z Compiling foldhash v0.1.5
21112026-05-19T01:50:37.249Z Compiling same-file v1.0.6
21122026-05-19T01:50:37.324Z Compiling hashbrown v0.16.1
21132026-05-19T01:50:37.342Z Compiling hashbrown v0.15.5
21142026-05-19T01:50:37.390Z Compiling walkdir v2.5.0
21152026-05-19T01:50:37.667Z Compiling bzip2 v0.6.1
21162026-05-19T01:50:37.684Z Compiling zopfli v0.8.3
21172026-05-19T01:50:37.772Z Compiling clap_builder v4.5.60
21182026-05-19T01:50:37.844Z Compiling elliptic-curve v0.13.8
21192026-05-19T01:50:37.940Z Compiling zstd v0.13.3
21202026-05-19T01:50:38.072Z Compiling cargo_metadata v0.19.2
21212026-05-19T01:50:38.098Z Compiling futures v0.3.32
21222026-05-19T01:50:38.270Z Compiling phf v0.13.1
21232026-05-19T01:50:38.376Z Compiling snafu v0.8.9
21242026-05-19T01:50:38.428Z Compiling signal-hook-mio v0.2.5
21252026-05-19T01:50:38.555Z Compiling daft v0.1.5
21262026-05-19T01:50:38.724Z Compiling postgres-types v0.2.12
21272026-05-19T01:50:38.777Z Compiling cookie_store v0.22.1
21282026-05-19T01:50:38.793Z Compiling bzip2 v0.4.4
21292026-05-19T01:50:38.849Z Compiling globset v0.4.18
21302026-05-19T01:50:39.175Z Compiling strum v0.27.2
21312026-05-19T01:50:39.378Z Compiling hubpack v0.1.2
21322026-05-19T01:50:39.381Z Compiling ed25519 v2.2.3
21332026-05-19T01:50:39.411Z Compiling phf_shared v0.11.3
21342026-05-19T01:50:39.444Z Compiling crossbeam-epoch v0.9.18
21352026-05-19T01:50:39.501Z Compiling olpc-cjson v0.1.4
21362026-05-19T01:50:39.588Z Compiling pkcs1 v0.7.5
21372026-05-19T01:50:39.618Z Compiling pem v3.0.6
21382026-05-19T01:50:39.668Z Compiling serde_plain v1.0.2
21392026-05-19T01:50:39.681Z Compiling serde-big-array v0.5.1
21402026-05-19T01:50:39.844Z Compiling rfc6979 v0.4.0
21412026-05-19T01:50:39.862Z Compiling float-cmp v0.10.0
21422026-05-19T01:50:39.886Z Compiling memmap2 v0.9.10
21432026-05-19T01:50:39.918Z Compiling env_filter v1.0.0
21442026-05-19T01:50:39.987Z Compiling new_debug_unreachable v1.0.6
21452026-05-19T01:50:39.990Z Compiling whoami v2.1.0
21462026-05-19T01:50:40.021Z Compiling jiff v0.2.21
21472026-05-19T01:50:40.035Z Compiling predicates-core v1.0.10
21482026-05-19T01:50:40.101Z Compiling toml_write v0.1.2
21492026-05-19T01:50:40.137Z Compiling typed-path v0.9.3
21502026-05-19T01:50:40.192Z Compiling keccak v0.1.6
21512026-05-19T01:50:40.218Z Compiling fixedbitset v0.4.2
21522026-05-19T01:50:40.272Z Compiling static_assertions v1.1.0
21532026-05-19T01:50:40.315Z Compiling rustc-hash v2.1.1
21542026-05-19T01:50:40.318Z Compiling difflib v0.4.0
21552026-05-19T01:50:40.347Z Compiling data-encoding v2.10.0
21562026-05-19T01:50:40.365Z Compiling fixedbitset v0.5.7
21572026-05-19T01:50:40.442Z Compiling precomputed-hash v0.1.1
21582026-05-19T01:50:40.479Z Compiling normalize-line-endings v0.3.0
21592026-05-19T01:50:40.592Z Compiling predicates v3.1.4
21602026-05-19T01:50:40.683Z Compiling hickory-proto v0.25.2
21612026-05-19T01:50:40.778Z Compiling petgraph v0.8.3
21622026-05-19T01:50:40.890Z Compiling string_cache v0.8.9
21632026-05-19T01:50:40.906Z Compiling iddqd v0.3.18
21642026-05-19T01:50:40.961Z Compiling petgraph v0.6.5
21652026-05-19T01:50:40.993Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21662026-05-19T01:50:41.123Z Compiling sha3 v0.10.8
21672026-05-19T01:50:41.166Z Compiling toml_edit v0.22.27
21682026-05-19T01:50:41.274Z Compiling tokio-postgres v0.7.16
21692026-05-19T01:50:41.480Z Compiling env_logger v0.11.9
21702026-05-19T01:50:41.787Z Compiling usdt v0.6.0
21712026-05-19T01:50:41.813Z Compiling ecdsa v0.16.9
21722026-05-19T01:50:42.062Z Compiling rsa v0.9.10
21732026-05-19T01:50:42.223Z Compiling ed25519-dalek v2.2.0
21742026-05-19T01:50:42.667Z Compiling zip v4.6.1
21752026-05-19T01:50:42.948Z Compiling clap v4.5.60
21762026-05-19T01:50:43.049Z Compiling crossterm v0.28.1
21772026-05-19T01:50:43.286Z Compiling zip v0.6.6
21782026-05-19T01:50:43.770Z Compiling serde_with v3.17.0
21792026-05-19T01:50:43.774Z Compiling similar v2.7.0
21802026-05-19T01:50:43.835Z Compiling strum v0.26.3
21812026-05-19T01:50:43.851Z Compiling toml v0.7.8
21822026-05-19T01:50:43.938Z Compiling tokio-stream v0.1.18
21832026-05-19T01:50:43.991Z Compiling itertools v0.13.0
21842026-05-19T01:50:44.033Z Compiling buf-list v1.1.2
21852026-05-19T01:50:44.332Z Compiling x509-cert v0.2.5
21862026-05-19T01:50:44.424Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-19T01:50:44.529Z Compiling openapiv3 v2.2.0
21882026-05-19T01:50:44.686Z Compiling sha1 v0.10.6
21892026-05-19T01:50:44.924Z Compiling lalrpop-util v0.19.12
21902026-05-19T01:50:45.205Z Compiling peg-runtime v0.8.5
21912026-05-19T01:51:00.193Z Compiling rustls-webpki v0.103.9
21922026-05-19T01:51:01.277Z Compiling macaddr v1.0.1
21932026-05-19T01:51:01.297Z Compiling structmeta-derive v0.3.0
21942026-05-19T01:51:01.371Z Compiling rayon-core v1.13.0
21952026-05-19T01:51:01.442Z Compiling crucible-workspace-hack v0.1.0
21962026-05-19T01:51:01.574Z Compiling itertools v0.14.0
21972026-05-19T01:51:01.611Z Compiling secrecy v0.10.3
21982026-05-19T01:51:01.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-05-19T01:51:01.675Z Compiling rustls v0.22.4
22002026-05-19T01:51:01.793Z Compiling heapless v0.8.0
22012026-05-19T01:51:02.015Z Compiling crossbeam-deque v0.8.6
22022026-05-19T01:51:02.049Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-19T01:51:02.179Z Compiling toml_edit v0.23.10+spec-1.0.0
22042026-05-19T01:51:02.226Z Compiling rustls-webpki v0.102.8
22052026-05-19T01:51:02.261Z Compiling hash32 v0.3.1
22062026-05-19T01:51:02.277Z Compiling multer v3.1.0
22072026-05-19T01:51:02.295Z Compiling structmeta v0.3.0
22082026-05-19T01:51:02.366Z Compiling thread_local v1.1.9
22092026-05-19T01:51:02.451Z Compiling compression-core v0.4.31
22102026-05-19T01:51:02.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112026-05-19T01:51:02.530Z Compiling match_cfg v0.1.0
22122026-05-19T01:51:02.562Z Compiling smoltcp v0.11.0
22132026-05-19T01:51:02.622Z Compiling slog-async v2.8.0
22142026-05-19T01:51:02.650Z Compiling unicode-width v0.2.0
22152026-05-19T01:51:02.736Z Compiling proc-macro-crate v3.4.0
22162026-05-19T01:51:02.817Z Compiling hostname v0.3.1
22172026-05-19T01:51:02.834Z Compiling ingot-macros v0.1.1
22182026-05-19T01:51:02.944Z Compiling compression-codecs v0.4.37
22192026-05-19T01:51:02.964Z Compiling derive-ex v0.1.8
22202026-05-19T01:51:03.064Z Compiling slog-json v2.6.1
22212026-05-19T01:51:03.105Z Compiling crossbeam-channel v0.5.15
22222026-05-19T01:51:03.183Z Compiling half v2.7.1
22232026-05-19T01:51:03.318Z Compiling newtype-uuid-macros v0.1.0
22242026-05-19T01:51:03.348Z Compiling cobs v0.3.0
22252026-05-19T01:51:03.533Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-19T01:51:03.558Z Compiling universal-hash v0.5.1
22272026-05-19T01:51:03.666Z Compiling async-stream-impl v0.3.6
22282026-05-19T01:51:03.721Z Compiling serde_spanned v1.0.4
22292026-05-19T01:51:03.842Z Compiling tokio-rustls v0.26.4
22302026-05-19T01:51:03.908Z Compiling rustls-platform-verifier v0.6.2
22312026-05-19T01:51:04.070Z Compiling toml_datetime v1.0.0+spec-1.1.0
22322026-05-19T01:51:04.086Z Compiling hyper-rustls v0.27.7
22332026-05-19T01:51:04.129Z Compiling is-terminal v0.4.17
22342026-05-19T01:51:04.132Z Compiling proc-macro-error-attr v1.0.4
22352026-05-19T01:51:04.253Z Compiling dropshot v0.17.0
22362026-05-19T01:51:04.268Z Compiling toml_writer v1.0.6+spec-1.1.0
22372026-05-19T01:51:04.364Z Compiling reqwest v0.12.28
22382026-05-19T01:51:04.423Z Compiling reqwest v0.13.2
22392026-05-19T01:51:04.481Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-05-19T01:51:04.515Z Compiling convert_case v0.4.0
22412026-05-19T01:51:04.532Z Compiling opaque-debug v0.3.1
22422026-05-19T01:51:04.550Z Compiling take_mut v0.2.2
22432026-05-19T01:51:04.570Z Compiling term v1.2.1
22442026-05-19T01:51:04.585Z Compiling ciborium-io v0.2.2
22452026-05-19T01:51:04.625Z Compiling poly1305 v0.8.0
22462026-05-19T01:51:04.693Z Compiling ciborium-ll v0.2.2
22472026-05-19T01:51:04.743Z Compiling thiserror-no-std v2.0.2
22482026-05-19T01:51:04.840Z Compiling derive_more v0.99.20
22492026-05-19T01:51:04.856Z Compiling tokio-rustls v0.25.0
22502026-05-19T01:51:04.989Z Compiling slog-term v2.9.2
22512026-05-19T01:51:05.102Z Compiling test-strategy v0.4.5
22522026-05-19T01:51:05.190Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-19T01:51:05.329Z Compiling async-stream v0.3.6
22542026-05-19T01:51:05.484Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-05-19T01:51:05.501Z Compiling ingot-types v0.1.2
22562026-05-19T01:51:05.544Z Compiling postcard v1.1.3
22572026-05-19T01:51:05.938Z Compiling tough v0.22.0
22582026-05-19T01:51:05.964Z Compiling ingot v0.1.1
22592026-05-19T01:51:05.988Z Compiling slog-bunyan v2.5.0
22602026-05-19T01:51:06.191Z Compiling num_enum_derive v0.7.5
22612026-05-19T01:51:06.236Z Compiling async-compression v0.4.41
22622026-05-19T01:51:06.394Z Compiling parse-display-derive v0.10.0
22632026-05-19T01:51:06.719Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22642026-05-19T01:51:06.993Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-19T01:51:07.129Z Compiling proc-macro-crate v1.3.1
22662026-05-19T01:51:07.258Z Compiling backon v1.6.0
22672026-05-19T01:51:07.440Z Compiling waitgroup v0.1.2
22682026-05-19T01:51:07.475Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22692026-05-19T01:51:07.530Z Compiling password-hash v0.5.0
22702026-05-19T01:51:07.548Z Compiling chacha20 v0.9.1
22712026-05-19T01:51:07.652Z Compiling dropshot_endpoint v0.17.0
22722026-05-19T01:51:07.670Z Compiling rustls-pemfile v2.2.0
22732026-05-19T01:51:07.722Z Compiling blake2 v0.10.6
22742026-05-19T01:51:07.845Z Compiling aead v0.5.2
22752026-05-19T01:51:07.861Z Compiling foreign-types-macros v0.2.3
22762026-05-19T01:51:08.015Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22772026-05-19T01:51:08.055Z Compiling serde_path_to_error v0.1.20
22782026-05-19T01:51:08.177Z Compiling hostname v0.4.2
22792026-05-19T01:51:08.350Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-19T01:51:08.384Z Compiling proc-macro-error v1.0.4
22812026-05-19T01:51:08.410Z Compiling instant v0.1.13
22822026-05-19T01:51:08.466Z Compiling foreign-types-shared v0.3.1
22832026-05-19T01:51:08.484Z Compiling cpufeatures v0.3.0
22842026-05-19T01:51:08.501Z Compiling debug-ignore v1.0.5
22852026-05-19T01:51:08.553Z Compiling typeid v1.0.3
22862026-05-19T01:51:08.556Z Compiling foreign-types v0.5.0
22872026-05-19T01:51:08.569Z Compiling chacha20 v0.10.0
22882026-05-19T01:51:08.605Z Compiling backoff v0.4.0
22892026-05-19T01:51:08.605Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22902026-05-19T01:51:08.706Z Compiling chacha20poly1305 v0.10.1
22912026-05-19T01:51:08.711Z Compiling argon2 v0.5.3
22922026-05-19T01:51:08.711Z Compiling parse-display v0.10.0
22932026-05-19T01:51:08.711Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-19T01:51:08.777Z Compiling num_enum_derive v0.5.11
22952026-05-19T01:51:08.855Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-05-19T01:51:08.882Z Compiling num_enum v0.7.5
22972026-05-19T01:51:08.918Z Compiling ciborium v0.2.2
22982026-05-19T01:51:08.935Z Compiling vsss-rs v3.3.4
22992026-05-19T01:51:09.166Z Compiling tabwriter v1.4.1
23002026-05-19T01:51:09.318Z Compiling regress v0.10.5
23012026-05-19T01:51:09.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-19T01:51:09.554Z Compiling byte-wrapper v0.1.0
23032026-05-19T01:51:09.602Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23042026-05-19T01:51:09.689Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23052026-05-19T01:51:09.723Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23062026-05-19T01:51:09.796Z Compiling cstr-argument v0.1.2
23072026-05-19T01:51:09.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-05-19T01:51:09.987Z Compiling erased-serde v0.4.9
23092026-05-19T01:51:10.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-05-19T01:51:10.299Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-19T01:51:10.318Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-19T01:51:10.339Z Compiling num_enum v0.5.11
23132026-05-19T01:51:10.374Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23142026-05-19T01:51:10.452Z Compiling rand v0.10.0
23152026-05-19T01:51:10.468Z Compiling rayon v1.11.0
23162026-05-19T01:51:10.471Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23172026-05-19T01:51:10.501Z Compiling indent_write v2.2.0
23182026-05-19T01:51:10.563Z Compiling colored v3.1.1
23192026-05-19T01:51:10.627Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-05-19T01:51:10.653Z Compiling libefi-sys v0.1.0
23212026-05-19T01:51:10.675Z Compiling zone_cfg_derive v0.3.1
23222026-05-19T01:51:10.755Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-19T01:51:10.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23242026-05-19T01:51:10.901Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-19T01:51:10.954Z Compiling camino-tempfile v1.4.1
23262026-05-19T01:51:11.140Z Compiling itertools v0.12.1
23272026-05-19T01:51:11.250Z Compiling usdt-attr-macro v0.5.0
23282026-05-19T01:51:11.266Z Compiling usdt-macro v0.5.0
23292026-05-19T01:51:11.296Z Compiling num-derive v0.4.2
23302026-05-19T01:51:11.358Z Compiling bitfield-struct v0.6.2
23312026-05-19T01:51:11.374Z Compiling blake3 v1.8.3
23322026-05-19T01:51:11.434Z Compiling ordered-float v2.10.1
23332026-05-19T01:51:11.736Z Compiling memmap v0.7.0
23342026-05-19T01:51:11.758Z Compiling sigpipe v0.1.3
23352026-05-19T01:51:11.874Z Compiling glob v0.3.3
23362026-05-19T01:51:11.970Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-05-19T01:51:12.002Z Compiling swrite v0.1.0
23382026-05-19T01:51:12.018Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392026-05-19T01:51:12.032Z Compiling usdt v0.5.0
23402026-05-19T01:51:12.130Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-19T01:51:12.180Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-05-19T01:51:12.349Z Compiling serde-value v0.7.0
23432026-05-19T01:51:12.602Z Compiling zone v0.3.1
23442026-05-19T01:51:12.618Z Compiling serde-untagged v0.1.9
23452026-05-19T01:51:12.694Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-19T01:51:12.811Z Compiling toml v0.8.23
23472026-05-19T01:51:12.888Z Compiling smf v0.2.3
23482026-05-19T01:51:12.907Z Compiling filetime v0.2.27
23492026-05-19T01:51:12.948Z Compiling xattr v1.6.1
23502026-05-19T01:51:12.989Z Compiling unicode-xid v0.2.6
23512026-05-19T01:51:13.004Z Compiling constant_time_eq v0.4.2
23522026-05-19T01:51:13.057Z Compiling arrayvec v0.7.6
23532026-05-19T01:51:13.161Z Compiling whoami v1.6.1
23542026-05-19T01:51:13.165Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-05-19T01:51:13.172Z Compiling arrayref v0.3.9
23562026-05-19T01:51:13.222Z Compiling tar v0.4.45
23572026-05-19T01:51:13.265Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-19T01:51:13.279Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-05-19T01:51:13.338Z Compiling cargo-util-schemas v0.8.2
23602026-05-19T01:51:13.543Z Compiling tokio-dtrace v0.1.1
23612026-05-19T01:51:13.643Z Compiling console v0.16.2
23622026-05-19T01:51:13.893Z Compiling gethostname v0.5.0
23632026-05-19T01:51:13.958Z Compiling cargo-platform v0.2.0
23642026-05-19T01:51:14.026Z Compiling topological-sort v0.2.2
23652026-05-19T01:51:14.063Z Compiling unit-prefix v0.5.2
23662026-05-19T01:51:14.090Z Compiling oxide-tokio-rt v0.1.4
23672026-05-19T01:51:14.203Z Compiling indicatif v0.18.4
23682026-05-19T01:51:14.240Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-05-19T01:51:14.256Z Compiling shell-words v1.1.1
23702026-05-19T01:51:14.522Z Compiling cargo_metadata v0.21.0
23712026-05-19T01:51:23.746Z Compiling progenitor-client v0.14.0
23722026-05-19T01:51:23.766Z Compiling progenitor-client v0.10.0
23732026-05-19T01:51:23.766Z Compiling omicron-zone-package v0.12.2
23742026-05-19T01:51:24.227Z Compiling progenitor-extras v0.2.0
23752026-05-19T01:51:26.415Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-19T01:51:26.556Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23772026-05-19T01:51:26.674Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23782026-05-19T01:51:26.710Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23792026-05-19T01:51:26.731Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23802026-05-19T01:51:26.748Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23812026-05-19T01:51:26.764Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-05-19T01:51:26.848Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-19T01:51:27.031Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23842026-05-19T01:51:30.750Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-05-19T01:51:38.338Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-05-19T01:51:41.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-05-19T01:51:42.398Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-05-19T01:51:52.070Z Finished `release` profile [optimized] target(s) in 1m 43s
23892026-05-19T01:51:52.222Z Running `target/release/omicron-package -t test target create -p dev`
23902026-05-19T01:51:52.287ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-05-19T01:51:52.290ZCreated new build target 'test' and set it as active
23922026-05-19T01:51:52.290Z
23932026-05-19T01:51:52.290Zreal 1:43.577245563
23942026-05-19T01:51:52.290Zuser 16:53.949735985
23952026-05-19T01:51:52.290Zsys 2:39.076332404
23962026-05-19T01:51:52.290Ztrap 0.447325979
23972026-05-19T01:51:52.290Ztflt 2.925889783
23982026-05-19T01:51:52.290Zdflt 3.950117964
23992026-05-19T01:51:52.290Zkflt 0.000657934
24002026-05-19T01:51:52.290Zlock 52:23.582220505
24012026-05-19T01:51:52.290Zslp 42:59.704462889
24022026-05-19T01:51:52.290Zlat 43.993769156
24032026-05-19T01:51:52.290Zstop 5:31.661552007
24042026-05-19T01:51:52.293Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-05-19T01:51:53.176Z Finished `release` profile [optimized] target(s) in 0.87s
24062026-05-19T01:51:53.250Z Running `target/release/omicron-package -t test package`
24072026-05-19T01:51:53.309ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-05-19T01:51:54.730Z Compiling heck v0.5.0
24092026-05-19T01:51:54.730Z Compiling regress v0.11.1
24102026-05-19T01:51:54.730Z Compiling unsafe-libyaml v0.2.11
24112026-05-19T01:51:54.991Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-05-19T01:51:55.012Z Compiling regress v0.10.5
24132026-05-19T01:51:55.036Z Compiling is-terminal v0.4.17
24142026-05-19T01:51:55.036Z Compiling unicode-width v0.1.14
24152026-05-19T01:51:55.081Z Compiling prettyplease v0.2.37
24162026-05-19T01:51:55.081Z Compiling bytecount v0.6.9
24172026-05-19T01:51:55.084Z Compiling rustls v0.22.4
24182026-05-19T01:51:55.085Z Compiling rustls-webpki v0.102.8
24192026-05-19T01:51:55.085Z Compiling derive-where v1.6.0
24202026-05-19T01:51:55.085Z Compiling thread_local v1.1.9
24212026-05-19T01:51:55.103Z Compiling match_cfg v0.1.0
24222026-05-19T01:51:55.123Z Compiling compression-core v0.4.31
24232026-05-19T01:51:55.209Z Compiling multer v3.1.0
24242026-05-19T01:51:55.284Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-05-19T01:51:55.287Z Compiling hostname v0.3.1
24262026-05-19T01:51:55.328Z Compiling compression-codecs v0.4.37
24272026-05-19T01:51:55.332Z Compiling slog-async v2.8.0
24282026-05-19T01:51:55.332Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24292026-05-19T01:51:55.376Z Compiling crossbeam-channel v0.5.15
24302026-05-19T01:51:55.421Z Compiling slog-json v2.6.1
24312026-05-19T01:51:55.449Z Compiling serde_yaml v0.9.34+deprecated
24322026-05-19T01:51:55.472Z Compiling serde_spanned v1.0.4
24332026-05-19T01:51:55.472Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-19T01:51:55.512Z Compiling toml_writer v1.0.6+spec-1.1.0
24352026-05-19T01:51:55.589Z Compiling take_mut v0.2.2
24362026-05-19T01:51:55.611Z Compiling term v1.2.1
24372026-05-19T01:51:55.654Z Compiling slog-bunyan v2.5.0
24382026-05-19T01:51:55.676Z Compiling async-compression v0.4.41
24392026-05-19T01:51:55.729Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-19T01:51:55.829Z Compiling async-stream v0.3.6
24412026-05-19T01:51:55.852Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-05-19T01:51:55.875Z Compiling dropshot v0.17.0
24432026-05-19T01:51:55.945Z Compiling slog-term v2.9.2
24442026-05-19T01:51:56.004Z Compiling num-rational v0.4.2
24452026-05-19T01:51:56.025Z Compiling progenitor-client v0.14.0
24462026-05-19T01:51:56.045Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-19T01:51:56.123Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-19T01:51:56.174Z Compiling waitgroup v0.1.2
24492026-05-19T01:51:56.224Z Compiling backon v1.6.0
24502026-05-19T01:51:56.247Z Compiling rustls-pemfile v2.2.0
24512026-05-19T01:51:56.324Z Compiling num-complex v0.4.6
24522026-05-19T01:51:56.350Z Compiling hostname v0.4.2
24532026-05-19T01:51:56.373Z Compiling serde_path_to_error v0.1.20
24542026-05-19T01:51:56.376Z Compiling instant v0.1.13
24552026-05-19T01:51:56.444Z Compiling typify-impl v0.6.2
24562026-05-19T01:51:56.444Z Compiling debug-ignore v1.0.5
24572026-05-19T01:51:56.487Z Compiling backoff v0.4.0
24582026-05-19T01:51:56.516Z Compiling progenitor-extras v0.2.0
24592026-05-19T01:51:56.539Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-19T01:51:56.602Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-05-19T01:51:56.792Z Compiling num v0.4.3
24622026-05-19T01:51:56.814Z Compiling parse-display v0.10.0
24632026-05-19T01:51:56.847Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-05-19T01:51:56.868Z Compiling progenitor-client v0.13.0
24652026-05-19T01:51:56.899Z Compiling progenitor-client v0.10.0
24662026-05-19T01:51:56.920Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-05-19T01:51:56.943Z Compiling macaddr v1.0.1
24682026-05-19T01:51:57.039Z Compiling float-ord v0.3.2
24692026-05-19T01:51:57.137Z Compiling console v0.15.11
24702026-05-19T01:51:57.188Z Compiling atomicwrites v0.4.4
24712026-05-19T01:51:57.241Z Compiling newline-converter v0.3.0
24722026-05-19T01:51:57.331Z Compiling slog-dtrace v0.3.0
24732026-05-19T01:51:57.397Z Compiling resolv-conf v0.7.6
24742026-05-19T01:51:57.417Z Compiling tokio-rustls v0.25.0
24752026-05-19T01:51:57.522Z Compiling expectorate v1.2.0
24762026-05-19T01:51:57.544Z Compiling owo-colors v4.3.0
24772026-05-19T01:51:57.583Z Compiling cancel-safe-futures v0.1.5
24782026-05-19T01:51:57.673Z Compiling toml v0.8.23
24792026-05-19T01:51:57.743Z Compiling libsw-core v0.3.2
24802026-05-19T01:51:57.799Z Compiling linear-map v1.2.0
24812026-05-19T01:51:57.957Z Compiling libsw v3.5.0
24822026-05-19T01:51:58.027Z Compiling linked-hash-map v0.5.6
24832026-05-19T01:51:58.101Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-19T01:51:58.169Z Compiling minimal-lexical v0.2.1
24852026-05-19T01:51:58.268Z Compiling lru-cache v0.1.2
24862026-05-19T01:51:58.290Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-19T01:51:58.290Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-19T01:51:58.365Z Compiling hickory-proto v0.24.4
24892026-05-19T01:51:58.446Z Compiling nom v7.1.3
24902026-05-19T01:51:58.471Z Compiling unicode-xid v0.2.6
24912026-05-19T01:51:58.474Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-05-19T01:51:58.514Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24932026-05-19T01:51:58.631Z Compiling convert_case v0.10.0
24942026-05-19T01:51:58.937Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-19T01:51:58.976Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24962026-05-19T01:51:59.394Z Compiling derive_more-impl v2.1.1
24972026-05-19T01:51:59.808Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-19T01:51:59.856Z Compiling papergrid v0.11.0
24992026-05-19T01:51:59.961Z Compiling typify-macro v0.6.2
25002026-05-19T01:51:59.983Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-05-19T01:52:00.183Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-05-19T01:52:00.240Z Compiling derive_more v2.1.1
25032026-05-19T01:52:00.350Z Compiling tabled_derive v0.7.0
25042026-05-19T01:52:00.427Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-05-19T01:52:00.641Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-19T01:52:01.020Z Compiling hickory-resolver v0.24.4
25072026-05-19T01:52:01.093Z Compiling termtree v0.5.1
25082026-05-19T01:52:01.250Z Compiling tabled v0.15.0
25092026-05-19T01:52:01.299Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-19T01:52:01.488Z Compiling typify v0.6.2
25112026-05-19T01:52:01.788Z Compiling progenitor-impl v0.14.0
25122026-05-19T01:52:02.024Z Compiling progenitor-impl v0.13.0
25132026-05-19T01:52:04.030Z Compiling progenitor-macro v0.14.0
25142026-05-19T01:52:04.278Z Compiling progenitor-macro v0.13.0
25152026-05-19T01:52:04.301Z Compiling qorb v0.4.1
25162026-05-19T01:52:05.663Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-19T01:52:06.154Z Compiling crossterm v0.29.0
25182026-05-19T01:52:06.556Z Compiling phf_shared v0.12.1
25192026-05-19T01:52:06.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-19T01:52:06.860Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-19T01:52:06.884Z Compiling csv-core v0.1.13
25222026-05-19T01:52:07.330Z Compiling vte v0.14.1
25232026-05-19T01:52:07.406Z Compiling highway v1.3.0
25242026-05-19T01:52:07.587Z Compiling chrono-tz v0.10.4
25252026-05-19T01:52:07.775Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-05-19T01:52:07.876Z Compiling strip-ansi-escapes v0.2.1
25272026-05-19T01:52:08.055Z Compiling progenitor v0.14.0
25282026-05-19T01:52:08.153Z Compiling csv v1.4.0
25292026-05-19T01:52:08.282Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-05-19T01:52:08.380Z Compiling progenitor v0.13.0
25312026-05-19T01:52:08.473Z Compiling phf v0.12.1
25322026-05-19T01:52:08.579Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-05-19T01:52:08.675Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-19T01:52:08.860Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-05-19T01:52:09.092Z Compiling const_format_proc_macros v0.2.34
25362026-05-19T01:52:09.115Z Compiling fd-lock v4.0.4
25372026-05-19T01:52:09.155Z Compiling peg-macros v0.8.5
25382026-05-19T01:52:09.282Z Compiling nu-ansi-term v0.50.3
25392026-05-19T01:52:09.571Z Compiling reedline v0.40.0
25402026-05-19T01:52:09.878Z Compiling const_format v0.2.35
25412026-05-19T01:52:10.395Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-19T01:52:10.415Z Compiling peg v0.8.5
25432026-05-19T01:52:10.539Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-19T01:52:11.545Z Compiling bcs v0.1.6
25452026-05-19T01:52:11.657Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-19T01:52:11.952Z Compiling semver v0.1.20
25472026-05-19T01:52:11.983Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-19T01:52:12.257Z Compiling rustc_version v0.1.7
25492026-05-19T01:52:12.289Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-19T01:52:12.481Z Compiling newtype_derive v0.1.6
25512026-05-19T01:52:12.503Z Compiling smawk v0.3.2
25522026-05-19T01:52:12.702Z Compiling unicode-linebreak v0.1.5
25532026-05-19T01:52:12.725Z Compiling humantime v2.3.0
25542026-05-19T01:52:13.018Z Compiling textwrap v0.16.2
25552026-05-19T01:52:13.120Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-19T01:52:13.316Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-05-19T01:52:13.473Z Compiling dropshot-api-manager-types v0.7.1
25582026-05-19T01:52:13.851Z Compiling base64 v0.21.7
25592026-05-19T01:52:14.105Z Compiling steno v0.4.1
25602026-05-19T01:52:14.193Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-19T01:52:14.400Z Compiling tagptr v0.2.0
25622026-05-19T01:52:14.589Z Compiling moka v0.12.13
25632026-05-19T01:52:14.652Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-05-19T01:52:14.693Z Compiling utf-8 v0.7.6
25652026-05-19T01:52:14.715Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-05-19T01:52:14.889Z Compiling tungstenite v0.21.0
25672026-05-19T01:52:14.916Z Compiling radium v0.7.0
25682026-05-19T01:52:14.945Z Compiling maybe-uninit v2.0.0
25692026-05-19T01:52:15.002Z Compiling tap v1.0.1
25702026-05-19T01:52:15.151Z Compiling wyz v0.5.1
25712026-05-19T01:52:15.345Z Compiling zerocopy-derive v0.6.6
25722026-05-19T01:52:15.390Z Compiling crc-catalog v2.4.0
25732026-05-19T01:52:15.509Z Compiling tokio-tungstenite v0.21.0
25742026-05-19T01:52:15.530Z Compiling funty v2.0.0
25752026-05-19T01:52:15.849Z Compiling hickory-resolver v0.25.2
25762026-05-19T01:52:15.884Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-19T01:52:16.113Z Compiling display-error-chain v0.2.2
25782026-05-19T01:52:16.302Z Compiling packed_struct v0.10.1
25792026-05-19T01:52:16.478Z Compiling zerocopy v0.6.6
25802026-05-19T01:52:16.610Z Compiling bitvec v1.0.1
25812026-05-19T01:52:16.858Z Compiling crc v3.4.0
25822026-05-19T01:52:16.883Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-19T01:52:17.110Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-05-19T01:52:17.133Z Compiling packed_struct_codegen v0.10.1
25852026-05-19T01:52:17.268Z Compiling num-derive v0.3.3
25862026-05-19T01:52:17.640Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-19T01:52:18.158Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-19T01:52:18.198Z Compiling bitfield-macros v0.19.4
25892026-05-19T01:52:18.422Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-19T01:52:18.839Z Compiling indexmap v1.9.3
25912026-05-19T01:52:18.954Z Compiling nodrop v0.1.14
25922026-05-19T01:52:19.101Z Compiling array-init v0.0.4
25932026-05-19T01:52:19.138Z Compiling bitfield v0.19.4
25942026-05-19T01:52:19.187Z Compiling proc-macro-error2 v2.0.1
25952026-05-19T01:52:19.483Z Compiling libscf-sys v1.1.0
25962026-05-19T01:52:19.508Z Compiling smallvec v0.6.14
25972026-05-19T01:52:19.661Z Compiling typify-impl v0.4.3
25982026-05-19T01:52:19.774Z Compiling hashbrown v0.12.3
25992026-05-19T01:52:19.797Z Compiling serde-hex v0.1.0
26002026-05-19T01:52:19.841Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-19T01:52:19.913Z Compiling tabled_derive v0.11.0
26022026-05-19T01:52:20.540Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-19T01:52:20.878Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-05-19T01:52:20.948Z Compiling ron v0.8.1
26052026-05-19T01:52:20.971Z Compiling papergrid v0.17.0
26062026-05-19T01:52:21.008Z Compiling testing_table v0.3.0
26072026-05-19T01:52:21.439Z Compiling hashbrown v0.13.2
26082026-05-19T01:52:21.899Z Compiling vergen-gitcl v1.0.8
26092026-05-19T01:52:22.060Z Compiling dirs-sys-next v0.1.2
26102026-05-19T01:52:22.136Z Compiling maplit v1.0.2
26112026-05-19T01:52:22.229Z Compiling diesel_derives v2.3.7
26122026-05-19T01:52:22.262Z Compiling glob v0.3.3
26132026-05-19T01:52:22.325Z Compiling crunchy v0.2.4
26142026-05-19T01:52:22.346Z Compiling crc-any v2.5.0
26152026-05-19T01:52:22.486Z Compiling dirs-next v2.0.0
26162026-05-19T01:52:22.622Z Compiling clang-sys v1.8.1
26172026-05-19T01:52:22.669Z Compiling tabled v0.20.0
26182026-05-19T01:52:22.717Z Compiling object v0.30.4
26192026-05-19T01:52:22.741Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-19T01:52:22.784Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-19T01:52:23.014Z Compiling dsl_auto_type v0.2.0
26222026-05-19T01:52:23.034Z Compiling scheduled-thread-pool v0.2.7
26232026-05-19T01:52:23.055Z Compiling typify-macro v0.4.3
26242026-05-19T01:52:23.289Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-19T01:52:23.427Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-19T01:52:23.524Z Compiling tiny-keccak v2.0.2
26272026-05-19T01:52:23.598Z Compiling xshell-macros v0.2.7
26282026-05-19T01:52:23.650Z Compiling path-slash v0.1.5
26292026-05-19T01:52:23.745Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-19T01:52:23.927Z Compiling r2d2 v0.8.10
26312026-05-19T01:52:23.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322026-05-19T01:52:24.036Z Compiling xshell v0.2.7
26332026-05-19T01:52:24.260Z Compiling term v0.7.0
26342026-05-19T01:52:24.583Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-19T01:52:24.746Z Compiling bit-vec v0.6.3
26362026-05-19T01:52:24.775Z Compiling downcast-rs v2.0.2
26372026-05-19T01:52:24.796Z Compiling ascii-canvas v3.0.0
26382026-05-19T01:52:24.996Z Compiling bit-set v0.5.3
26392026-05-19T01:52:25.057Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402026-05-19T01:52:25.182Z Compiling itertools v0.10.5
26412026-05-19T01:52:25.328Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26422026-05-19T01:52:25.369Z Compiling ena v0.14.4
26432026-05-19T01:52:25.612Z Compiling libloading v0.8.9
26442026-05-19T01:52:25.842Z Compiling diff v0.1.13
26452026-05-19T01:52:26.108Z Compiling unicase v2.9.0
26462026-05-19T01:52:26.257Z Compiling crc8 v0.1.1
26472026-05-19T01:52:26.280Z Compiling bindgen v0.71.1
26482026-05-19T01:52:26.400Z Compiling regex-syntax v0.6.29
26492026-05-19T01:52:26.658Z Compiling typify v0.4.3
26502026-05-19T01:52:26.683Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-19T01:52:26.798Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-19T01:52:27.432Z Compiling cexpr v0.6.0
26532026-05-19T01:52:27.456Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-19T01:52:27.591Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-05-19T01:52:27.726Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26562026-05-19T01:52:27.775Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-05-19T01:52:28.002Z Compiling lalrpop v0.19.12
26582026-05-19T01:52:28.090Z Compiling headers-core v0.3.0
26592026-05-19T01:52:28.343Z Compiling git-stub v1.0.0
26602026-05-19T01:52:28.389Z Compiling libxml v0.3.3
26612026-05-19T01:52:28.541Z Compiling diesel v2.3.7
26622026-05-19T01:52:28.617Z Compiling git-stub-vcs v0.1.0
26632026-05-19T01:52:28.638Z Compiling headers v0.4.1
26642026-05-19T01:52:28.708Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-19T01:52:28.981Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-19T01:52:29.205Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-19T01:52:29.464Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-19T01:52:29.688Z Compiling strum_macros v0.24.3
26692026-05-19T01:52:29.918Z Compiling indoc v1.0.9
26702026-05-19T01:52:30.453Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-19T01:52:30.519Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-19T01:52:30.678Z Compiling derive_builder v0.20.2
26732026-05-19T01:52:30.850Z Compiling oso-derive v0.27.3
26742026-05-19T01:52:30.935Z Compiling quick-xml v0.37.5
26752026-05-19T01:52:31.166Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-19T01:52:31.347Z Compiling half v1.8.3
26772026-05-19T01:52:31.393Z Compiling openssl-probe v0.1.6
26782026-05-19T01:52:31.692Z Compiling serde_cbor v0.11.2
26792026-05-19T01:52:31.834Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-19T01:52:32.236Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-19T01:52:32.425Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-19T01:52:32.474Z Compiling bb8 v0.8.6
26832026-05-19T01:52:32.536Z Compiling trait-variant v0.1.2
26842026-05-19T01:52:32.653Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-19T01:52:32.677Z Compiling samael v0.0.19
26862026-05-19T01:52:32.731Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-19T01:52:32.853Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-19T01:52:32.920Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-19T01:52:33.068Z Compiling fxhash v0.2.1
26902026-05-19T01:52:33.113Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-19T01:52:33.150Z Compiling salty v0.3.0
26922026-05-19T01:52:33.481Z Compiling progenitor-impl v0.10.0
26932026-05-19T01:52:33.615Z Compiling progenitor-impl v0.11.2
26942026-05-19T01:52:33.641Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-19T01:52:33.851Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-19T01:52:34.281Z Compiling kstat-rs v0.2.4
26972026-05-19T01:52:34.481Z Compiling libz-sys v1.1.24
26982026-05-19T01:52:34.758Z Compiling nonempty v0.12.0
26992026-05-19T01:52:34.973Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27002026-05-19T01:52:35.001Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27012026-05-19T01:52:35.502Z Compiling polar-core v0.27.3
27022026-05-19T01:52:35.615Z Compiling progenitor-macro v0.10.0
27032026-05-19T01:52:35.837Z Compiling progenitor-macro v0.11.2
27042026-05-19T01:52:37.008Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-19T01:52:37.458Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=69cca33cfaa9f9d7faa4268b48c2c10485088ad0#69cca33c)
27062026-05-19T01:52:38.646Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-19T01:52:38.805Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-19T01:52:39.353Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-19T01:52:39.397Z Compiling progenitor-client v0.11.2
27102026-05-19T01:52:39.705Z Compiling darling_core v0.23.0
27112026-05-19T01:52:39.930Z Compiling nanorand v0.7.0
27122026-05-19T01:52:39.955Z Compiling arc-swap v1.8.2
27132026-05-19T01:52:40.042Z Compiling fs-err v2.11.0
27142026-05-19T01:52:40.274Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27152026-05-19T01:52:40.317Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27162026-05-19T01:52:40.337Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27172026-05-19T01:52:42.098Z Compiling parking_lot_core v0.8.6
27182026-05-19T01:52:42.381Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-05-19T01:52:43.686Z Compiling mime_guess v2.0.5
27202026-05-19T01:52:44.246Z Compiling darling_macro v0.23.0
27212026-05-19T01:52:44.463Z Compiling oso v0.27.3
27222026-05-19T01:52:44.793Z Compiling slog-scope v4.4.1
27232026-05-19T01:52:44.903Z Compiling flume v0.11.1
27242026-05-19T01:52:45.253Z Compiling progenitor v0.11.2
27252026-05-19T01:52:45.316Z Compiling progenitor v0.10.0
27262026-05-19T01:52:45.497Z Compiling diesel-dtrace v0.5.0
27272026-05-19T01:52:45.819Z Compiling async-bb8-diesel v0.2.1
27282026-05-19T01:52:46.255Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-19T01:52:46.743Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=69cca33cfaa9f9d7faa4268b48c2c10485088ad0#69cca33c)
27302026-05-19T01:52:48.107Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-19T01:52:48.839Z Compiling primeorder v0.13.6
27322026-05-19T01:52:48.953Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-19T01:52:49.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-19T01:52:49.377Z Compiling instability v0.3.11
27352026-05-19T01:52:49.638Z Compiling p384 v0.13.1
27362026-05-19T01:52:50.388Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-19T01:52:50.518Z Compiling slog-stdlog v4.1.1
27382026-05-19T01:52:50.982Z Compiling darling v0.23.0
27392026-05-19T01:52:51.365Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-19T01:52:51.397Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-19T01:52:51.419Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-19T01:52:51.561Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-19T01:52:51.630Z Compiling ignore v0.4.25
27442026-05-19T01:52:51.781Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-19T01:52:52.213Z Compiling castaway v0.2.4
27462026-05-19T01:52:52.367Z Compiling atty v0.2.14
27472026-05-19T01:52:52.517Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-19T01:52:52.588Z Compiling indoc v2.0.7
27492026-05-19T01:52:52.750Z Compiling http-range v0.1.5
27502026-05-19T01:52:53.029Z Compiling parse-size v1.1.0
27512026-05-19T01:52:53.170Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-19T01:52:53.327Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-19T01:52:53.671Z Compiling compact_str v0.8.1
27542026-05-19T01:52:53.789Z Compiling globwalk v0.9.1
27552026-05-19T01:52:54.484Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-19T01:52:54.818Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-19T01:52:55.023Z Compiling parking_lot v0.11.2
27582026-05-19T01:52:56.497Z Compiling slog-envlogger v2.2.0
27592026-05-19T01:52:56.628Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-19T01:52:57.014Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-19T01:52:57.400Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-19T01:52:57.489Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-19T01:52:57.578Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-19T01:52:57.670Z Compiling predicates-tree v1.0.13
27652026-05-19T01:52:57.949Z Compiling unicode-truncate v1.1.0
27662026-05-19T01:52:58.010Z Compiling lru v0.12.5
27672026-05-19T01:52:58.127Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-19T01:52:58.173Z Compiling rand_seeder v0.4.0
27692026-05-19T01:52:58.195Z Compiling prefix-trie v0.7.0
27702026-05-19T01:52:58.265Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-19T01:52:58.426Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-19T01:52:58.468Z Compiling vergen-git2 v1.0.7
27732026-05-19T01:52:58.667Z Compiling cassowary v0.3.0
27742026-05-19T01:52:58.689Z Compiling illumos-nvpair-sys v0.2.0
27752026-05-19T01:52:58.693Z Compiling corncobs v0.1.4
27762026-05-19T01:52:58.738Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-19T01:52:58.824Z Compiling hickory-server v0.25.2
27782026-05-19T01:52:58.983Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-19T01:52:59.010Z Compiling ratatui v0.29.0
27802026-05-19T01:52:59.045Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-05-19T01:52:59.110Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-19T01:52:59.305Z Compiling camino-tempfile-ext v0.3.3
27832026-05-19T01:52:59.699Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-19T01:52:59.971Z Compiling hyper-staticfile v0.10.1
27852026-05-19T01:53:00.268Z Compiling sled v0.34.7
27862026-05-19T01:53:00.817Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-19T01:53:01.174Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-19T01:53:01.538Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-19T01:53:03.114Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-19T01:53:03.348Z Compiling secrecy v0.8.0
27912026-05-19T01:53:03.545Z Compiling rustls v0.21.12
27922026-05-19T01:53:03.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-19T01:53:04.027Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-19T01:53:04.151Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-19T01:53:04.617Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-19T01:53:05.119Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-19T01:53:05.933Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-19T01:53:06.205Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-19T01:53:06.378Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-19T01:53:07.202Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-19T01:53:07.731Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-19T01:53:12.066Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-05-19T01:53:12.126Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-05-19T01:53:12.126Z Compiling sct v0.7.1
28052026-05-19T01:53:12.126Z Compiling rustls-webpki v0.101.7
28062026-05-19T01:53:12.126Z Compiling nix v0.29.0
28072026-05-19T01:53:12.126Z Compiling dropshot v0.16.7
28082026-05-19T01:53:12.126Z Compiling void v1.0.2
28092026-05-19T01:53:12.126Z Compiling lzss v0.8.2
28102026-05-19T01:53:12.126Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-19T01:53:12.126Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-19T01:53:12.126Z Compiling illumos-nvpair v0.3.0
28132026-05-19T01:53:12.126Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-19T01:53:12.126Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-19T01:53:12.126Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-19T01:53:12.157Z Compiling tungstenite v0.23.0
28172026-05-19T01:53:12.157Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-19T01:53:12.251Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-05-19T01:53:12.464Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-05-19T01:53:12.486Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-05-19T01:53:12.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28222026-05-19T01:53:12.712Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-05-19T01:53:12.919Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-19T01:53:12.962Z Compiling nix v0.27.1
28252026-05-19T01:53:13.671Z Compiling dropshot_endpoint v0.16.7
28262026-05-19T01:53:13.750Z Compiling serde_bytes v0.11.19
28272026-05-19T01:53:13.864Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-05-19T01:53:14.061Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28292026-05-19T01:53:14.296Z Compiling tokio-tungstenite v0.23.1
28302026-05-19T01:53:14.677Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-05-19T01:53:15.264Z Compiling git2 v0.20.4
28322026-05-19T01:53:17.113Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-19T01:53:18.785Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-05-19T01:53:19.680Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28352026-05-19T01:53:19.803Z Compiling tokio-rustls v0.24.1
28362026-05-19T01:53:20.088Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-19T01:53:20.597Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-19T01:53:20.689Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-19T01:53:20.730Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-19T01:53:20.754Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-19T01:53:21.112Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-19T01:53:22.719Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-19T01:53:22.831Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-19T01:53:23.181Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-19T01:53:23.291Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-19T01:53:23.616Z Compiling rustls-pemfile v1.0.4
28472026-05-19T01:53:24.056Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-05-19T01:53:24.270Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-05-19T01:53:24.555Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-05-19T01:53:25.072Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28512026-05-19T01:53:25.656Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-19T01:53:26.599Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-19T01:53:27.203Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-19T01:53:27.465Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-19T01:53:27.772Z Compiling signal-hook-tokio v0.3.1
28562026-05-19T01:53:27.961Z Compiling twox-hash v2.1.2
28572026-05-19T01:53:27.980Z Compiling yasna v0.5.2
28582026-05-19T01:53:28.355Z Compiling is_ci v1.2.0
28592026-05-19T01:53:28.407Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28602026-05-19T01:53:28.491Z Compiling supports-color v3.0.2
28612026-05-19T01:53:28.577Z Compiling rcgen v0.12.1
28622026-05-19T01:53:29.495Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-05-19T01:53:29.516Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-19T01:53:29.997Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-19T01:53:30.623Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-19T01:53:32.027Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-05-19T01:53:32.126Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-05-19T01:53:32.976Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28692026-05-19T01:53:33.059Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-19T01:53:33.358Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-05-19T01:53:33.609Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28722026-05-19T01:53:33.841Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-19T01:53:34.055Z Compiling fatfs v0.3.6
28742026-05-19T01:53:34.891Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-19T01:53:35.289Z Compiling subprocess v0.2.15
28762026-05-19T01:53:35.543Z Compiling rtoolbox v0.0.3
28772026-05-19T01:53:35.783Z Compiling seq-macro v0.3.6
28782026-05-19T01:53:35.864Z Compiling assert_matches v1.5.0
28792026-05-19T01:53:35.982Z Compiling rpassword v7.4.0
28802026-05-19T01:53:36.268Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-05-19T01:53:36.359Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-19T01:53:36.810Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-05-19T01:53:37.448Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-05-19T01:53:38.636Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28852026-05-19T01:53:38.895Z Compiling tui-tree-widget v0.23.1
28862026-05-19T01:53:39.049Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-19T01:53:39.684Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-19T01:53:39.922Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-19T01:53:40.215Z Compiling uzers v0.12.2
28902026-05-19T01:53:40.240Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-19T01:53:41.284Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-19T01:53:42.436Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-19T01:53:43.502Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-19T01:53:44.566Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-05-19T01:53:45.750Z Compiling support-bundle-viewer v0.1.2
28962026-05-19T01:53:46.749Z Compiling multimap v0.10.1
28972026-05-19T01:53:55.455Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-05-19T01:53:56.417Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28992026-05-19T01:54:07.449Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-05-19T01:54:08.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-19T02:01:19.495Z Finished `release` profile [optimized] target(s) in 9m 24s
29022026-05-19T02:02:02.918Z
29032026-05-19T02:02:02.918Zreal 10:10.602019539
29042026-05-19T02:02:02.928Zuser 1:19:41.906217966
29052026-05-19T02:02:02.928Zsys 3:32.689176754
29062026-05-19T02:02:02.928Ztrap 1.743398539
29072026-05-19T02:02:02.928Ztflt 2.946533595
29082026-05-19T02:02:02.928Zdflt 16.811089239
29092026-05-19T02:02:02.928Zkflt 0.119014304
29102026-05-19T02:02:02.928Zlock 7:42:35.751755465
29112026-05-19T02:02:02.928Zslp 2:20:51.410351229
29122026-05-19T02:02:02.928Zlat 2:29.216439533
29132026-05-19T02:02:02.928Zstop 5:15.843860172
29142026-05-19T02:02:02.928Z+ mapfile -t packages
29152026-05-19T02:02:02.928Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-19T02:02:06.805Z Finished `release` profile [optimized] target(s) in 0.94s
29172026-05-19T02:02:06.855Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-19T02:02:06.855ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-19T02:02:06.855Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-19T02:02:06.855Z Compiling libc v0.2.185
29212026-05-19T02:02:06.855Z Compiling serde v1.0.228
29222026-05-19T02:02:06.855Z Compiling serde_core v1.0.228
29232026-05-19T02:02:06.855Z Compiling rustix v1.1.3
29242026-05-19T02:02:06.856Z Compiling serde_json v1.0.149
29252026-05-19T02:02:06.856Z Compiling bitflags v2.11.0
29262026-05-19T02:02:06.856Z Compiling num-traits v0.2.19
29272026-05-19T02:02:06.856Z Compiling syn v2.0.117
29282026-05-19T02:02:06.856Z Compiling smallvec v1.15.1
29292026-05-19T02:02:06.856Z Compiling usdt-impl v0.5.0
29302026-05-19T02:02:06.856Z Compiling indexmap v2.14.0
29312026-05-19T02:02:06.856Z Compiling syn v1.0.109
29322026-05-19T02:02:06.856Z Compiling percent-encoding v2.3.2
29332026-05-19T02:02:06.856Z Compiling getrandom v0.4.1
29342026-05-19T02:02:06.856Z Compiling log v0.4.29
29352026-05-19T02:02:06.856Z Compiling form_urlencoded v1.2.2
29362026-05-19T02:02:06.856Z Compiling fs-err v3.3.0
29372026-05-19T02:02:06.856Z Compiling anyhow v1.0.102
29382026-05-19T02:02:06.856Z Compiling once_cell v1.21.3
29392026-05-19T02:02:06.856Z Compiling heck v0.4.1
29402026-05-19T02:02:06.856Z Compiling errno v0.3.14
29412026-05-19T02:02:06.856Z Compiling thread-id v4.2.2
29422026-05-19T02:02:06.856Z Compiling memmap v0.7.0
29432026-05-19T02:02:06.856Z Compiling ordered-float v2.10.1
29442026-05-19T02:02:06.856Z Compiling proc-macro-error v1.0.4
29452026-05-19T02:02:06.880Z Compiling terminal_size v0.4.3
29462026-05-19T02:02:06.880Z Compiling tempfile v3.25.0
29472026-05-19T02:02:06.880Z Compiling tabled_derive v0.7.0
29482026-05-19T02:02:06.881Z Compiling clap_builder v4.5.60
29492026-05-19T02:02:06.881Z Compiling textwrap v0.16.2
29502026-05-19T02:02:06.881Z Compiling camino-tempfile v1.4.1
29512026-05-19T02:02:07.120Z Compiling tabled v0.15.0
29522026-05-19T02:02:07.188Z Compiling synstructure v0.13.2
29532026-05-19T02:02:07.188Z Compiling pest_generator v2.8.6
29542026-05-19T02:02:07.582Z Compiling serde_derive v1.0.228
29552026-05-19T02:02:07.582Z Compiling zerovec-derive v0.11.2
29562026-05-19T02:02:07.586Z Compiling displaydoc v0.2.5
29572026-05-19T02:02:07.588Z Compiling thiserror-impl v1.0.69
29582026-05-19T02:02:07.588Z Compiling zerocopy-derive v0.7.35
29592026-05-19T02:02:07.588Z Compiling scroll_derive v0.12.1
29602026-05-19T02:02:07.589Z Compiling thiserror-impl v2.0.18
29612026-05-19T02:02:07.589Z Compiling clap_derive v4.5.55
29622026-05-19T02:02:07.635Z Compiling zerofrom-derive v0.1.6
29632026-05-19T02:02:07.724Z Compiling yoke-derive v0.8.1
29642026-05-19T02:02:07.839Z Compiling pest_derive v2.8.6
29652026-05-19T02:02:08.332Z Compiling scroll v0.12.0
29662026-05-19T02:02:08.535Z Compiling zerocopy v0.7.35
29672026-05-19T02:02:08.669Z Compiling goblin v0.8.2
29682026-05-19T02:02:08.697Z Compiling thiserror v1.0.69
29692026-05-19T02:02:08.813Z Compiling dtrace-parser v0.2.0
29702026-05-19T02:02:08.824Z Compiling zerofrom v0.1.6
29712026-05-19T02:02:08.864Z Compiling thiserror v2.0.18
29722026-05-19T02:02:08.971Z Compiling yoke v0.8.1
29732026-05-19T02:02:09.194Z Compiling zerovec v0.11.5
29742026-05-19T02:02:09.283Z Compiling zerotrie v0.2.3
29752026-05-19T02:02:09.306Z Compiling clap v4.5.60
29762026-05-19T02:02:09.764Z Compiling tinystr v0.8.2
29772026-05-19T02:02:09.825Z Compiling potential_utf v0.1.4
29782026-05-19T02:02:10.009Z Compiling icu_locale_core v2.1.1
29792026-05-19T02:02:10.035Z Compiling icu_collections v2.1.1
29802026-05-19T02:02:10.782Z Compiling icu_provider v2.1.1
29812026-05-19T02:02:10.847Z Compiling toml_datetime v0.6.11
29822026-05-19T02:02:10.860Z Compiling serde_spanned v0.6.9
29832026-05-19T02:02:10.906Z Compiling serde-value v0.7.0
29842026-05-19T02:02:11.047Z Compiling toml_edit v0.22.27
29852026-05-19T02:02:11.150Z Compiling icu_normalizer v2.1.1
29862026-05-19T02:02:11.215Z Compiling icu_properties v2.1.2
29872026-05-19T02:02:11.240Z Compiling dof v0.3.0
29882026-05-19T02:02:11.360Z Compiling serde_tokenstream v0.2.3
29892026-05-19T02:02:11.614Z Compiling cargo-platform v0.2.0
29902026-05-19T02:02:11.634Z Compiling macaddr v1.0.1
29912026-05-19T02:02:12.045Z Compiling usdt-attr-macro v0.5.0
29922026-05-19T02:02:12.070Z Compiling usdt-macro v0.5.0
29932026-05-19T02:02:12.113Z Compiling idna_adapter v1.2.1
29942026-05-19T02:02:12.221Z Compiling idna v1.1.0
29952026-05-19T02:02:12.662Z Compiling toml v0.8.23
29962026-05-19T02:02:12.691Z Compiling url v2.5.8
29972026-05-19T02:02:12.691Z Compiling usdt v0.5.0
29982026-05-19T02:02:13.180Z Compiling cargo_toml v0.21.0
29992026-05-19T02:02:13.245Z Compiling cargo-util-schemas v0.8.2
30002026-05-19T02:02:14.286Z Compiling cargo_metadata v0.21.0
30012026-05-19T02:02:17.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-19T02:02:20.243Z Finished `release` profile [optimized] target(s) in 16.22s
30032026-05-19T02:02:20.370Z
30042026-05-19T02:02:20.370Zreal 16.332716717
30052026-05-19T02:02:20.370Zuser 2:20.985068776
30062026-05-19T02:02:20.370Zsys 16.856644756
30072026-05-19T02:02:20.370Ztrap 0.085842239
30082026-05-19T02:02:20.370Ztflt 0.402403968
30092026-05-19T02:02:20.374Zdflt 1.423848260
30102026-05-19T02:02:20.374Zkflt 0.000025386
30112026-05-19T02:02:20.374Zlock 5:21.694811641
30122026-05-19T02:02:20.374Zslp 3:29.235666422
30132026-05-19T02:02:20.374Zlat 6.914501216
30142026-05-19T02:02:20.374Zstop 20.400175372
30152026-05-19T02:02:20.374Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-19T02:02:20.375Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-19T02:02:20.375Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-19T02:02:20.375Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-19T02:02:20.375Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-19T02:02:21.317Z Compiling newtype-uuid-macros v0.1.0
30212026-05-19T02:02:21.317Z Compiling regress v0.10.5
30222026-05-19T02:02:21.317Z Compiling structmeta-derive v0.3.0
30232026-05-19T02:02:21.317Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-19T02:02:21.317Z Compiling rustls v0.22.4
30252026-05-19T02:02:21.461Z Compiling rustls-webpki v0.102.8
30262026-05-19T02:02:21.479Z Compiling multer v3.1.0
30272026-05-19T02:02:21.483Z Compiling compression-core v0.4.31
30282026-05-19T02:02:21.483Z Compiling match_cfg v0.1.0
30292026-05-19T02:02:21.483Z Compiling debug-ignore v1.0.5
30302026-05-19T02:02:21.483Z Compiling slog-json v2.6.1
30312026-05-19T02:02:21.483Z Compiling async-stream-impl v0.3.6
30322026-05-19T02:02:21.527Z Compiling serde_spanned v1.0.4
30332026-05-19T02:02:21.531Z Compiling toml_datetime v1.0.0+spec-1.1.0
30342026-05-19T02:02:21.531Z Compiling dropshot v0.17.0
30352026-05-19T02:02:21.531Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-19T02:02:21.649Z Compiling compression-codecs v0.4.37
30372026-05-19T02:02:21.668Z Compiling progenitor-client v0.14.0
30382026-05-19T02:02:21.790Z Compiling hostname v0.3.1
30392026-05-19T02:02:21.790Z Compiling itertools v0.14.0
30402026-05-19T02:02:21.822Z Compiling toml v1.0.6+spec-1.1.0
30412026-05-19T02:02:21.826Z Compiling waitgroup v0.1.2
30422026-05-19T02:02:21.919Z Compiling slog-bunyan v2.5.0
30432026-05-19T02:02:21.954Z Compiling async-compression v0.4.41
30442026-05-19T02:02:22.004Z Compiling rustls-pemfile v2.2.0
30452026-05-19T02:02:22.042Z Compiling dropshot_endpoint v0.17.0
30462026-05-19T02:02:22.046Z Compiling hostname v0.4.2
30472026-05-19T02:02:22.046Z Compiling serde_path_to_error v0.1.20
30482026-05-19T02:02:22.095Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-05-19T02:02:22.135Z Compiling macaddr v1.0.1
30502026-05-19T02:02:22.190Z Compiling async-stream v0.3.6
30512026-05-19T02:02:22.224Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-05-19T02:02:22.241Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-05-19T02:02:22.245Z Compiling instant v0.1.13
30542026-05-19T02:02:22.297Z Compiling progenitor-client v0.10.0
30552026-05-19T02:02:22.318Z Compiling backon v1.6.0
30562026-05-19T02:02:22.381Z Compiling backoff v0.4.0
30572026-05-19T02:02:22.398Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-19T02:02:22.401Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-19T02:02:22.436Z Compiling universal-hash v0.5.1
30602026-05-19T02:02:22.457Z Compiling unsafe-libyaml v0.2.11
30612026-05-19T02:02:22.475Z Compiling opaque-debug v0.3.1
30622026-05-19T02:02:22.548Z Compiling progenitor-extras v0.2.0
30632026-05-19T02:02:22.567Z Compiling half v2.7.1
30642026-05-19T02:02:22.597Z Compiling crucible-workspace-hack v0.1.0
30652026-05-19T02:02:22.618Z Compiling ciborium-io v0.2.2
30662026-05-19T02:02:22.633Z Compiling regress v0.11.1
30672026-05-19T02:02:22.707Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-05-19T02:02:22.734Z Compiling convert_case v0.4.0
30692026-05-19T02:02:22.831Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-05-19T02:02:22.848Z Compiling ciborium-ll v0.2.2
30712026-05-19T02:02:22.884Z Compiling structmeta v0.3.0
30722026-05-19T02:02:22.904Z Compiling aead v0.5.2
30732026-05-19T02:02:22.908Z Compiling secrecy v0.10.3
30742026-05-19T02:02:22.908Z Compiling poly1305 v0.8.0
30752026-05-19T02:02:22.958Z Compiling chacha20 v0.9.1
30762026-05-19T02:02:23.063Z Compiling serde_yaml v0.9.34+deprecated
30772026-05-19T02:02:23.089Z Compiling ciborium v0.2.2
30782026-05-19T02:02:23.106Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30792026-05-19T02:02:23.131Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30802026-05-19T02:02:23.148Z Compiling derive-ex v0.1.8
30812026-05-19T02:02:23.152Z Compiling parse-display-derive v0.10.0
30822026-05-19T02:02:23.152Z Compiling derive_more v0.99.20
30832026-05-19T02:02:23.200Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-19T02:02:23.215Z Compiling thiserror-impl-no-std v2.0.2
30852026-05-19T02:02:23.231Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-05-19T02:02:23.313Z Compiling byte-wrapper v0.1.0
30872026-05-19T02:02:23.522Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-19T02:02:23.546Z Compiling blake2 v0.10.6
30892026-05-19T02:02:23.613Z Compiling password-hash v0.5.0
30902026-05-19T02:02:23.678Z Compiling chacha20poly1305 v0.10.1
30912026-05-19T02:02:23.696Z Compiling indent_write v2.2.0
30922026-05-19T02:02:23.715Z Compiling heapless v0.8.0
30932026-05-19T02:02:23.834Z Compiling ingot-macros v0.1.1
30942026-05-19T02:02:23.859Z Compiling tabwriter v1.4.1
30952026-05-19T02:02:23.876Z Compiling argon2 v0.5.3
30962026-05-19T02:02:24.037Z Compiling tokio-rustls v0.25.0
30972026-05-19T02:02:24.118Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-05-19T02:02:24.135Z Compiling num-rational v0.4.2
30992026-05-19T02:02:24.289Z Compiling typify-impl v0.6.2
31002026-05-19T02:02:24.443Z Compiling thiserror-no-std v2.0.2
31012026-05-19T02:02:24.543Z Compiling vsss-rs v3.3.4
31022026-05-19T02:02:24.563Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-05-19T02:02:24.621Z Compiling hash32 v0.3.1
31042026-05-19T02:02:24.792Z Compiling num-complex v0.4.6
31052026-05-19T02:02:24.852Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-19T02:02:24.889Z Compiling smoltcp v0.11.0
31072026-05-19T02:02:24.939Z Compiling test-strategy v0.4.5
31082026-05-19T02:02:24.984Z Compiling parse-display v0.10.0
31092026-05-19T02:02:25.143Z Compiling proc-macro-crate v3.4.0
31102026-05-19T02:02:25.221Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-19T02:02:25.289Z Compiling num v0.4.3
31122026-05-19T02:02:25.314Z Compiling atomicwrites v0.4.4
31132026-05-19T02:02:25.331Z Compiling cobs v0.3.0
31142026-05-19T02:02:25.350Z Compiling float-ord v0.3.2
31152026-05-19T02:02:25.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-19T02:02:25.490Z Compiling colored v3.1.1
31172026-05-19T02:02:25.506Z Compiling postcard v1.1.3
31182026-05-19T02:02:25.561Z Compiling proc-macro-error v1.0.4
31192026-05-19T02:02:25.597Z Compiling proc-macro-crate v1.3.1
31202026-05-19T02:02:25.615Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31212026-05-19T02:02:25.657Z Compiling foreign-types-macros v0.2.3
31222026-05-19T02:02:25.728Z Compiling num_enum_derive v0.7.5
31232026-05-19T02:02:25.802Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31242026-05-19T02:02:25.881Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31252026-05-19T02:02:25.882Z Compiling cpufeatures v0.3.0
31262026-05-19T02:02:25.920Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272026-05-19T02:02:25.945Z Compiling foreign-types-shared v0.3.1
31282026-05-19T02:02:25.967Z Compiling rayon-core v1.13.0
31292026-05-19T02:02:26.007Z Compiling chacha20 v0.10.0
31302026-05-19T02:02:26.054Z Compiling num_enum_derive v0.5.11
31312026-05-19T02:02:26.173Z Compiling toml v0.8.23
31322026-05-19T02:02:26.191Z Compiling crossbeam-deque v0.8.6
31332026-05-19T02:02:26.228Z Compiling camino-tempfile v1.4.1
31342026-05-19T02:02:26.247Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-05-19T02:02:26.268Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-19T02:02:26.317Z Compiling foreign-types v0.5.0
31372026-05-19T02:02:26.376Z Compiling cstr-argument v0.1.2
31382026-05-19T02:02:26.415Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-05-19T02:02:26.493Z Compiling rand v0.10.0
31402026-05-19T02:02:26.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-05-19T02:02:26.565Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-05-19T02:02:26.664Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31432026-05-19T02:02:26.728Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-19T02:02:26.773Z Compiling zone_cfg_derive v0.3.1
31452026-05-19T02:02:26.814Z Compiling ingot-types v0.1.2
31462026-05-19T02:02:26.835Z Compiling rayon v1.11.0
31472026-05-19T02:02:26.854Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-05-19T02:02:26.871Z Compiling num_enum v0.7.5
31492026-05-19T02:02:26.890Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31502026-05-19T02:02:26.956Z Compiling itertools v0.12.1
31512026-05-19T02:02:27.008Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-05-19T02:02:27.025Z Compiling num-derive v0.4.2
31532026-05-19T02:02:27.049Z Compiling sigpipe v0.1.3
31542026-05-19T02:02:27.121Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-05-19T02:02:27.139Z Compiling glob v0.3.3
31562026-05-19T02:02:27.142Z Compiling prettyplease v0.2.37
31572026-05-19T02:02:27.171Z Compiling num_enum v0.5.11
31582026-05-19T02:02:27.174Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-05-19T02:02:27.244Z Compiling ingot v0.1.1
31602026-05-19T02:02:27.315Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-05-19T02:02:27.372Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-19T02:02:27.433Z Compiling smf v0.2.3
31632026-05-19T02:02:27.451Z Compiling whoami v1.6.1
31642026-05-19T02:02:27.488Z Compiling usdt-attr-macro v0.5.0
31652026-05-19T02:02:27.640Z Compiling usdt-macro v0.5.0
31662026-05-19T02:02:27.655Z Compiling gethostname v0.5.0
31672026-05-19T02:02:27.772Z Compiling memmap v0.7.0
31682026-05-19T02:02:27.804Z Compiling derive-where v1.6.0
31692026-05-19T02:02:27.855Z Compiling progenitor-client v0.13.0
31702026-05-19T02:02:27.984Z Compiling resolv-conf v0.7.6
31712026-05-19T02:02:28.002Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-05-19T02:02:28.035Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31732026-05-19T02:02:28.165Z Compiling zone v0.3.1
31742026-05-19T02:02:28.210Z Compiling owo-colors v4.3.0
31752026-05-19T02:02:28.228Z Compiling cancel-safe-futures v0.1.5
31762026-05-19T02:02:28.336Z Compiling libsw-core v0.3.2
31772026-05-19T02:02:28.358Z Compiling console v0.15.11
31782026-05-19T02:02:28.454Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-05-19T02:02:28.465Z Compiling usdt v0.5.0
31802026-05-19T02:02:28.543Z Compiling libsw v3.5.0
31812026-05-19T02:02:28.623Z Compiling hickory-proto v0.24.4
31822026-05-19T02:02:28.665Z Compiling newline-converter v0.3.0
31832026-05-19T02:02:28.746Z Compiling linked-hash-map v0.5.6
31842026-05-19T02:02:28.771Z Compiling libefi-sys v0.1.0
31852026-05-19T02:02:28.807Z Compiling linear-map v1.2.0
31862026-05-19T02:02:28.829Z Compiling expectorate v1.2.0
31872026-05-19T02:02:28.848Z Compiling git-stub v1.0.0
31882026-05-19T02:02:28.888Z Compiling bitfield-struct v0.6.2
31892026-05-19T02:02:28.921Z Compiling typify-macro v0.6.2
31902026-05-19T02:02:28.959Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31912026-05-19T02:02:28.977Z Compiling lru-cache v0.1.2
31922026-05-19T02:02:29.016Z Compiling semver v0.1.20
31932026-05-19T02:02:29.034Z Compiling git-stub-vcs v0.1.0
31942026-05-19T02:02:29.073Z Compiling tokio-dtrace v0.1.1
31952026-05-19T02:02:29.136Z Compiling dropshot-api-manager-types v0.7.1
31962026-05-19T02:02:29.157Z Compiling slog-dtrace v0.3.0
31972026-05-19T02:02:29.178Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-05-19T02:02:29.205Z Compiling minimal-lexical v0.2.1
31992026-05-19T02:02:29.272Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-05-19T02:02:29.289Z Compiling rustc_version v0.1.7
32012026-05-19T02:02:29.335Z Compiling oxide-tokio-rt v0.1.4
32022026-05-19T02:02:29.375Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-05-19T02:02:29.412Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-05-19T02:02:29.433Z Compiling nom v7.1.3
32052026-05-19T02:02:29.461Z Compiling typify-impl v0.4.3
32062026-05-19T02:02:29.487Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-05-19T02:02:29.526Z Compiling phf_shared v0.12.1
32082026-05-19T02:02:29.551Z Compiling newtype_derive v0.1.6
32092026-05-19T02:02:29.582Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-19T02:02:29.613Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32112026-05-19T02:02:29.693Z Compiling csv-core v0.1.13
32122026-05-19T02:02:29.764Z Compiling xshell-macros v0.2.7
32132026-05-19T02:02:29.806Z Compiling chrono-tz v0.10.4
32142026-05-19T02:02:29.848Z Compiling highway v1.3.0
32152026-05-19T02:02:29.990Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-19T02:02:30.035Z Compiling csv v1.4.0
32172026-05-19T02:02:30.075Z Compiling const_format_proc_macros v0.2.34
32182026-05-19T02:02:30.188Z Compiling xshell v0.2.7
32192026-05-19T02:02:30.192Z Compiling phf v0.12.1
32202026-05-19T02:02:30.241Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-05-19T02:02:30.385Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32222026-05-19T02:02:30.408Z Compiling primeorder v0.13.6
32232026-05-19T02:02:30.470Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-19T02:02:30.703Z Compiling tabled_derive v0.7.0
32252026-05-19T02:02:30.721Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-05-19T02:02:30.740Z Compiling bcs v0.1.6
32272026-05-19T02:02:30.842Z Compiling typify v0.6.2
32282026-05-19T02:02:30.860Z Compiling hickory-resolver v0.24.4
32292026-05-19T02:02:30.878Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-05-19T02:02:30.944Z Compiling progenitor-impl v0.14.0
32312026-05-19T02:02:30.975Z Compiling progenitor-impl v0.13.0
32322026-05-19T02:02:30.985Z Compiling const_format v0.2.35
32332026-05-19T02:02:31.098Z Compiling tagptr v0.2.0
32342026-05-19T02:02:31.277Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32352026-05-19T02:02:31.326Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32362026-05-19T02:02:31.344Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-19T02:02:31.390Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32382026-05-19T02:02:31.730Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32392026-05-19T02:02:31.747Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32402026-05-19T02:02:31.788Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-19T02:02:31.919Z Compiling qorb v0.4.1
32422026-05-19T02:02:31.968Z Compiling salty v0.3.0
32432026-05-19T02:02:31.994Z Compiling termtree v0.5.1
32442026-05-19T02:02:32.014Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-05-19T02:02:32.182Z Compiling textwrap v0.16.2
32462026-05-19T02:02:32.283Z Compiling tabled v0.15.0
32472026-05-19T02:02:32.330Z Compiling moka v0.12.13
32482026-05-19T02:02:32.741Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-05-19T02:02:32.786Z Compiling steno v0.4.1
32502026-05-19T02:02:32.998Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-19T02:02:33.072Z Compiling base64 v0.21.7
32522026-05-19T02:02:33.134Z Compiling humantime v2.3.0
32532026-05-19T02:02:33.179Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32542026-05-19T02:02:33.198Z Compiling radium v0.7.0
32552026-05-19T02:02:33.218Z Compiling hickory-resolver v0.25.2
32562026-05-19T02:02:33.422Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-05-19T02:02:33.438Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-05-19T02:02:33.459Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-05-19T02:02:33.718Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-05-19T02:02:33.738Z Compiling progenitor-macro v0.14.0
32612026-05-19T02:02:33.738Z Compiling progenitor-macro v0.13.0
32622026-05-19T02:02:33.960Z Compiling p384 v0.13.1
32632026-05-19T02:02:34.003Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32642026-05-19T02:02:34.028Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32652026-05-19T02:02:34.073Z Compiling typify-macro v0.4.3
32662026-05-19T02:02:34.295Z Compiling tap v1.0.1
32672026-05-19T02:02:34.331Z Compiling maybe-uninit v2.0.0
32682026-05-19T02:02:34.440Z Compiling wyz v0.5.1
32692026-05-19T02:02:35.008Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-05-19T02:02:35.031Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-19T02:02:35.031Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-19T02:02:35.031Z Compiling funty v2.0.0
32732026-05-19T02:02:35.031Z Compiling packed_struct v0.10.1
32742026-05-19T02:02:35.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-05-19T02:02:35.037Z Compiling utf-8 v0.7.6
32762026-05-19T02:02:35.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-05-19T02:02:35.145Z Compiling parking_lot_core v0.8.6
32782026-05-19T02:02:35.163Z Compiling proc-macro-error2 v2.0.1
32792026-05-19T02:02:35.222Z Compiling tungstenite v0.21.0
32802026-05-19T02:02:35.285Z Compiling bitvec v1.0.1
32812026-05-19T02:02:35.399Z Compiling polyval v0.6.2
32822026-05-19T02:02:35.416Z Compiling num-derive v0.3.3
32832026-05-19T02:02:35.420Z Compiling packed_struct_codegen v0.10.1
32842026-05-19T02:02:35.450Z Compiling zerocopy-derive v0.6.6
32852026-05-19T02:02:35.493Z Compiling bitfield-macros v0.19.4
32862026-05-19T02:02:35.519Z Compiling indexmap v1.9.3
32872026-05-19T02:02:35.670Z Compiling nodrop v0.1.14
32882026-05-19T02:02:35.752Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-05-19T02:02:35.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-05-19T02:02:35.926Z Compiling typify v0.4.3
32912026-05-19T02:02:35.961Z Compiling crc-catalog v2.4.0
32922026-05-19T02:02:36.004Z Compiling array-init v0.0.4
32932026-05-19T02:02:36.056Z Compiling crc v3.4.0
32942026-05-19T02:02:36.073Z Compiling progenitor-impl v0.11.2
32952026-05-19T02:02:36.092Z Compiling tokio-tungstenite v0.21.0
32962026-05-19T02:02:36.160Z Compiling ghash v0.5.1
32972026-05-19T02:02:36.277Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-19T02:02:36.297Z Compiling bitfield v0.19.4
32992026-05-19T02:02:36.331Z Compiling tabled_derive v0.11.0
33002026-05-19T02:02:36.401Z Compiling zerocopy v0.6.6
33012026-05-19T02:02:36.433Z Compiling libscf-sys v1.1.0
33022026-05-19T02:02:36.453Z Compiling smallvec v0.6.14
33032026-05-19T02:02:36.610Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-19T02:02:36.632Z Compiling papergrid v0.17.0
33052026-05-19T02:02:36.742Z Compiling testing_table v0.3.0
33062026-05-19T02:02:36.774Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-19T02:02:36.792Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-19T02:02:36.815Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-19T02:02:36.934Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-19T02:02:36.993Z Compiling ctr v0.9.2
33112026-05-19T02:02:37.177Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-19T02:02:37.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-19T02:02:37.219Z Compiling unicase v2.9.0
33142026-05-19T02:02:37.301Z Compiling illumos-nvpair-sys v0.2.0
33152026-05-19T02:02:37.387Z Compiling corncobs v0.1.4
33162026-05-19T02:02:37.430Z Compiling hashbrown v0.12.3
33172026-05-19T02:02:37.461Z Compiling mime_guess v2.0.5
33182026-05-19T02:02:37.541Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-19T02:02:37.583Z Compiling tabled v0.20.0
33202026-05-19T02:02:37.626Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-19T02:02:37.643Z Compiling aes-gcm v0.10.3
33222026-05-19T02:02:37.797Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-05-19T02:02:37.834Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-19T02:02:37.894Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-19T02:02:38.011Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-05-19T02:02:38.076Z Compiling serde-hex v0.1.0
33272026-05-19T02:02:38.092Z Compiling parking_lot v0.11.2
33282026-05-19T02:02:38.234Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-19T02:02:38.393Z Compiling progenitor-impl v0.10.0
33302026-05-19T02:02:38.393Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-05-19T02:02:38.522Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-05-19T02:02:38.618Z Compiling ron v0.8.1
33332026-05-19T02:02:38.639Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-05-19T02:02:38.781Z Compiling progenitor-macro v0.11.2
33352026-05-19T02:02:38.865Z Compiling hashbrown v0.13.2
33362026-05-19T02:02:38.965Z Compiling progenitor v0.13.0
33372026-05-19T02:02:38.990Z Compiling progenitor v0.14.0
33382026-05-19T02:02:39.139Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-19T02:02:39.157Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-05-19T02:02:39.193Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-19T02:02:39.258Z Compiling progenitor-client v0.11.2
33422026-05-19T02:02:39.389Z Compiling ssh-encoding v0.2.0
33432026-05-19T02:02:39.612Z Compiling prefix-trie v0.7.0
33442026-05-19T02:02:39.629Z Compiling blowfish v0.9.1
33452026-05-19T02:02:39.723Z Compiling fxhash v0.2.1
33462026-05-19T02:02:39.770Z Compiling secrecy v0.8.0
33472026-05-19T02:02:39.901Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-05-19T02:02:39.920Z Compiling crc-any v2.5.0
33492026-05-19T02:02:39.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-05-19T02:02:39.988Z Compiling hickory-server v0.25.2
33512026-05-19T02:02:40.032Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-05-19T02:02:40.088Z Compiling sled v0.34.7
33532026-05-19T02:02:40.202Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-19T02:02:40.226Z Compiling ssh-cipher v0.2.0
33552026-05-19T02:02:40.329Z Compiling object v0.30.4
33562026-05-19T02:02:40.560Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-05-19T02:02:40.615Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-19T02:02:40.943Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-05-19T02:02:41.130Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33602026-05-19T02:02:41.240Z Compiling progenitor-macro v0.10.0
33612026-05-19T02:02:41.306Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33622026-05-19T02:02:41.324Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-05-19T02:02:41.635Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33642026-05-19T02:02:41.938Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-19T02:02:42.271Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-19T02:02:42.399Z Compiling password-hash v0.4.2
33672026-05-19T02:02:42.769Z Compiling crc8 v0.1.1
33682026-05-19T02:02:42.825Z Compiling http-range v0.1.5
33692026-05-19T02:02:42.924Z Compiling half v1.8.3
33702026-05-19T02:02:43.047Z Compiling path-slash v0.1.5
33712026-05-19T02:02:43.214Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-05-19T02:02:43.217Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-05-19T02:02:43.336Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-05-19T02:02:43.406Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-05-19T02:02:43.455Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-05-19T02:02:43.554Z Compiling serde_cbor v0.11.2
33772026-05-19T02:02:43.601Z Compiling pbkdf2 v0.11.0
33782026-05-19T02:02:43.850Z Compiling illumos-nvpair v0.3.0
33792026-05-19T02:02:43.929Z Compiling progenitor v0.11.2
33802026-05-19T02:02:44.080Z Compiling ssh-key v0.6.7
33812026-05-19T02:02:44.128Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-05-19T02:02:44.164Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33832026-05-19T02:02:44.186Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33842026-05-19T02:02:44.359Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-05-19T02:02:44.413Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-05-19T02:02:44.413Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-05-19T02:02:44.554Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-05-19T02:02:44.588Z Compiling p521 v0.13.3
33892026-05-19T02:02:44.765Z Compiling p256 v0.13.2
33902026-05-19T02:02:44.951Z Compiling yasna v0.5.2
33912026-05-19T02:02:45.029Z Compiling kstat-rs v0.2.4
33922026-05-19T02:02:45.048Z Compiling headers-core v0.3.0
33932026-05-19T02:02:45.152Z Compiling nanorand v0.7.0
33942026-05-19T02:02:45.183Z Compiling atty v0.2.14
33952026-05-19T02:02:45.204Z Compiling russh-cryptovec v0.7.3
33962026-05-19T02:02:45.233Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-05-19T02:02:45.331Z Compiling home v0.5.12
33982026-05-19T02:02:45.355Z Compiling md5 v0.7.0
33992026-05-19T02:02:45.408Z Compiling rcgen v0.12.1
34002026-05-19T02:02:45.430Z Compiling flume v0.11.1
34012026-05-19T02:02:45.448Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34022026-05-19T02:02:45.472Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34032026-05-19T02:02:45.504Z Compiling headers v0.4.1
34042026-05-19T02:02:45.640Z Compiling russh-keys v0.45.0
34052026-05-19T02:02:45.674Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-05-19T02:02:45.715Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34072026-05-19T02:02:45.781Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-19T02:02:45.828Z Compiling hyper-staticfile v0.10.1
34092026-05-19T02:02:46.061Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-05-19T02:02:46.219Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34112026-05-19T02:02:46.286Z Compiling progenitor v0.10.0
34122026-05-19T02:02:46.309Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34132026-05-19T02:02:46.326Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34142026-05-19T02:02:46.346Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152026-05-19T02:02:46.385Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34162026-05-19T02:02:46.476Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-05-19T02:02:46.625Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-05-19T02:02:46.694Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-05-19T02:02:46.718Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-05-19T02:02:46.918Z Compiling num-bigint v0.4.6
34212026-05-19T02:02:47.060Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-05-19T02:02:47.099Z Compiling des v0.8.1
34232026-05-19T02:02:47.127Z Compiling subprocess v0.2.15
34242026-05-19T02:02:47.131Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-05-19T02:02:47.163Z Compiling display-error-chain v0.2.2
34262026-05-19T02:02:47.218Z Compiling hex-literal v0.4.1
34272026-05-19T02:02:47.314Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-05-19T02:02:47.318Z Compiling colored v2.2.0
34292026-05-19T02:02:47.348Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-05-19T02:02:47.367Z Compiling socket2 v0.5.10
34312026-05-19T02:02:47.458Z Compiling internet-checksum v0.2.1
34322026-05-19T02:02:47.589Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-05-19T02:02:48.049Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-05-19T02:02:48.066Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-05-19T02:02:48.148Z Compiling russh v0.45.0
34362026-05-19T02:02:50.519Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-19T02:02:50.655Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-19T02:02:51.333Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-19T02:02:51.800Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-19T02:02:53.188Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-19T02:03:01.142Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-05-19T02:03:01.142Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-19T02:03:01.145Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-19T02:03:01.146Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-19T02:03:02.904Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-05-19T02:03:02.963Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-19T02:03:07.032Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-19T02:03:46.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34492026-05-19T02:03:46.282Z
34502026-05-19T02:03:46.282Zreal 1:25.848454338
34512026-05-19T02:03:46.282Zuser 8:11.026073616
34522026-05-19T02:03:46.282Zsys 1:43.769747840
34532026-05-19T02:03:46.282Ztrap 0.263083679
34542026-05-19T02:03:46.282Ztflt 0.582683617
34552026-05-19T02:03:46.282Zdflt 1.658136858
34562026-05-19T02:03:46.282Zkflt 0.000250993
34572026-05-19T02:03:46.285Zlock 29:16.828427218
34582026-05-19T02:03:46.285Zslp 19:03.003993701
34592026-05-19T02:03:46.285Zlat 40.219617977
34602026-05-19T02:03:46.285Zstop 2:58.030223105
34612026-05-19T02:03:46.285Z+ mkdir tests
34622026-05-19T02:03:46.288Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-19T02:03:46.288Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-19T02:03:46.316Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34652026-05-19T02:03:46.344Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34662026-05-19T02:03:46.373Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34672026-05-19T02:03:46.401Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34682026-05-19T02:03:46.735Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34692026-05-19T02:03:46.738Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34702026-05-19T02:05:05.949ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-19T02:05:05.949Za .github/buildomat/ci-env.sh 1K
34722026-05-19T02:05:05.949Za out/target/test 1K
34732026-05-19T02:05:05.949Za out/npuzone/npuzone 27402K
34742026-05-19T02:05:05.949Za package-manifest.toml 35K
34752026-05-19T02:05:05.949Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-19T02:05:05.949Za target/release/omicron-package 46040K
34772026-05-19T02:05:05.952Za target/release/xtask 11449K
34782026-05-19T02:05:05.952Za target/debug/bootstrap 352747K
34792026-05-19T02:05:05.952Za tests/bootstrap-80d6ff3f6918a423 31215K
34802026-05-19T02:05:05.952Za tests/commtest-06c600c6b9aa7541 32300K
34812026-05-19T02:05:05.952Za tests/dhcp_server-3f69dec6bee9e804 31215K
34822026-05-19T02:05:05.952Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34832026-05-19T02:05:05.952Za out/clickhouse.tar.gz 319690K
34842026-05-19T02:05:05.952Za out/clickhouse_keeper.tar.gz 305042K
34852026-05-19T02:05:05.952Za out/clickhouse_server.tar.gz 319687K
34862026-05-19T02:05:05.952Za out/cockroachdb.tar.gz 165212K
34872026-05-19T02:05:05.952Za out/crucible-pantry-zone.tar.gz 44224K
34882026-05-19T02:05:05.952Za out/crucible-utils.tar 17744K
34892026-05-19T02:05:05.952Za out/crucible-zone.tar.gz 58362K
34902026-05-19T02:05:05.952Za out/external-dns.tar.gz 49818K
34912026-05-19T02:05:05.952Za out/internal-dns.tar.gz 49818K
34922026-05-19T02:05:05.952Za out/mg-ddm-gz.tar 95141K
34932026-05-19T02:05:05.952Za out/nexus.tar.gz 220572K
34942026-05-19T02:05:05.952Za out/ntp.tar.gz 32189K
34952026-05-19T02:05:05.952Za out/omicron-gateway-softnpu.tar.gz 29646K
34962026-05-19T02:05:05.952Za out/omicron-sled-agent.tar 204636K
34972026-05-19T02:05:05.952Za out/overlay.tar.gz 3K
34982026-05-19T02:05:05.952Za out/oximeter.tar.gz 67896K
34992026-05-19T02:05:05.953Za out/oxlog.tar 3782K
35002026-05-19T02:05:05.953Za out/probe.tar.gz 3037K
35012026-05-19T02:05:05.953Za out/propolis-server.tar.gz 38727K
35022026-05-19T02:05:05.953Za out/pumpkind-gz.tar 26647K
35032026-05-19T02:05:05.953Za out/switch-softnpu.tar.gz 394131K
35042026-05-19T02:05:05.953Z
35052026-05-19T02:05:05.953Zreal 1:19.211803222
35062026-05-19T02:05:05.953Zuser 1:16.582138885
35072026-05-19T02:05:05.953Zsys 4.337141093
35082026-05-19T02:05:05.953Ztrap 0.006050558
35092026-05-19T02:05:05.953Ztflt 0.000000000
35102026-05-19T02:05:05.953Zdflt 0.000000000
35112026-05-19T02:05:05.953Zkflt 0.000000000
35122026-05-19T02:05:05.953Zlock 0.000000000
35132026-05-19T02:05:05.953Zslp 1:16.567802805
35142026-05-19T02:05:05.953Zlat 0.923940608
35152026-05-19T02:05:05.953Zstop 0.000486058
35162026-05-19T02:05:05.956Zprocess exited: duration 1019364 ms, exit code 0
 
35172026-05-19T02:05:05.971Zfound 1 output files
35182026-05-19T02:05:05.971Zuploading: /work/package.tar.gz (2444298641 bytes)
35192026-05-19T02:05:34.729Zuploaded: /work/package.tar.gz