01KRYPSS5584SMHX2WAARS53W4: 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: 01KRYPTE4J3KSAEFZNVCWA2G4V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T23:31:16.824Zjob assigned to worker 01KRYPTM0ZTE42AR25N8BFGCEK [factory aws, i-0f9ad4624d8b3c09a] (queued for 48 s)
 
22026-05-18T23:31:24.151Zstarting task 0: "setup"
32026-05-18T23:31:24.155Z++ uname -s
42026-05-18T23:31:24.158Z+ kern=SunOS
52026-05-18T23:31:24.158Z+ build_user=build
62026-05-18T23:31:24.158Z+ build_uid=12345
72026-05-18T23:31:24.158Z+ work_dir=/work
82026-05-18T23:31:24.158Z+ input_dir=/input
92026-05-18T23:31:24.158Z+ [[ 0 == 12345 ]]
102026-05-18T23:31:24.158Z+ case "$kern" in
112026-05-18T23:31:24.158Z+ groupadd -g 12345 build
122026-05-18T23:31:24.178Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T23:31:26.187Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T23:31:26.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T23:31:26.266Z+ home_fs=zfs
162026-05-18T23:31:26.266Z+ [[ zfs == autofs ]]
172026-05-18T23:31:26.266Z+ mkdir -p /home/build
182026-05-18T23:31:26.268Z+ chown build:build /home/build /work
192026-05-18T23:31:28.269Z+ chmod 0700 /home/build /work
202026-05-18T23:31:28.272Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-18T23:31:28.278Zstarting task 1: "rust-toolchain"
222026-05-18T23:31:28.283Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T23:31:28.283Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-18T23:31:28.283Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-18T23:31:28.283Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T23:31:28.283Z * rust toolchain channel = "1.94.0"
272026-05-18T23:31:28.283Z * rust toolchain profile = "default"
282026-05-18T23:31:28.287Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T23:31:28.287Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T23:31:28.399Zinfo: downloading installer
312026-05-18T23:31:29.780Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T23:31:29.780Zwarn: /home/build/.rustup/settings.toml
332026-05-18T23:31:29.780Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T23:31:29.780Zwarn: instead of the one inferred from the default host triple.
352026-05-18T23:31:29.793Zinfo: profile set to default
362026-05-18T23:31:29.793Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T23:31:29.796Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T23:31:29.924Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T23:31:29.927Zinfo: downloading 6 components
402026-05-18T23:31:45.216Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T23:31:45.216Z
422026-05-18T23:31:45.244Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T23:31:45.244Z
442026-05-18T23:31:45.244Z
452026-05-18T23:31:45.244ZRust is installed now. Great!
462026-05-18T23:31:45.244Z
472026-05-18T23:31:45.244ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T23:31:45.244Zenvironment variable. This has not been done automatically.
492026-05-18T23:31:45.244Z
502026-05-18T23:31:45.244ZTo configure your current shell, you need to source
512026-05-18T23:31:45.244Zthe corresponding env file under $HOME/.cargo.
522026-05-18T23:31:45.244Z
532026-05-18T23:31:45.244ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T23:31:45.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T23:31:45.247Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T23:31:45.247Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T23:31:45.247Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T23:31:45.247Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T23:31:45.247Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T23:31:45.247Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T23:31:45.248Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T23:31:45.347Z+ rustup --version
632026-05-18T23:31:45.356Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T23:31:45.359Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T23:31:45.378Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T23:31:45.381Z+ cargo --version
672026-05-18T23:31:45.387Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T23:31:45.390Z+ rustc --version
692026-05-18T23:31:45.408Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T23:31:45.411Zprocess exited: duration 17132 ms, exit code 0
 
712026-05-18T23:31:45.417Zstarting task 2: "authentication"
722026-05-18T23:31:45.435Zprocess exited: duration 17 ms, exit code 0
 
732026-05-18T23:31:45.442Zstarting task 3: "clone repository"
742026-05-18T23:31:45.447Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T23:31:45.449Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T23:31:45.479ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T23:31:55.239Z+ cd /work/oxidecomputer/omicron
782026-05-18T23:31:55.239Z+ git fetch origin 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1
792026-05-18T23:31:55.519ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T23:31:55.519Z * branch 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1 -> FETCH_HEAD
812026-05-18T23:31:55.532Z+ [[ -n '' ]]
822026-05-18T23:31:55.532Z+ git reset --hard 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1
832026-05-18T23:31:55.769ZHEAD is now at 1333c55a8 [spr] initial version
842026-05-18T23:31:55.772Zprocess exited: duration 10329 ms, exit code 0
 
852026-05-18T23:31:55.778Zstarting task 4: "build"
862026-05-18T23:31:55.784Z+ source .github/buildomat/ci-env.sh
872026-05-18T23:31:55.784Z++ export CARGO_TERM_COLOR=always
882026-05-18T23:31:55.784Z++ CARGO_TERM_COLOR=always
892026-05-18T23:31:55.784Z+ cargo --version
902026-05-18T23:31:55.793Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T23:31:55.796Z+ rustc --version
922026-05-18T23:31:55.817Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T23:31:55.820Z+ WORK=/work
942026-05-18T23:31:55.820Z+ pfexec mkdir -p /work
952026-05-18T23:31:55.823Z+ pfexec chown build /work
962026-05-18T23:31:55.826Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-18T23:31:57.530Z Startup: Refreshing catalog 'helios' ... Done
982026-05-18T23:31:57.590Z Startup: Caching catalogs ... Done
992026-05-18T23:31:57.803ZPlanning: Solver setup ... Done (0.175s)
1002026-05-18T23:31:57.818ZPlanning: Running solver ... Done (0.016s)
1012026-05-18T23:31:57.834ZPlanning: Finding local manifests ... Done (0.013s)
1022026-05-18T23:31:57.844ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-18T23:31:57.863ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-18T23:31:57.877ZPlanning: Package planning ... Done (0.014s)
1052026-05-18T23:31:57.880ZPlanning: Merging actions ... Done (0.002s)
1062026-05-18T23:31:58.080ZPlanning: Checking for conflicting actions ... Done (0.201s)
1072026-05-18T23:31:58.083ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-18T23:31:59.250ZPlanning: Evaluating mediators ... Done (1.169s)
1092026-05-18T23:31:59.253ZPlanning: Planning completed in 1.64 seconds
1102026-05-18T23:31:59.259Z Packages to install: 2
1112026-05-18T23:31:59.259Z Estimated space available: 156.08 GB
1122026-05-18T23:31:59.260ZEstimated space to be consumed: 19.74 MB
1132026-05-18T23:31:59.260Z Create boot environment: No
1142026-05-18T23:31:59.260ZCreate backup boot environment: No
1152026-05-18T23:31:59.260Z Rebuild boot archive: No
1162026-05-18T23:31:59.263Z
1172026-05-18T23:31:59.263ZChanged packages:
1182026-05-18T23:31:59.263Zhelios
1192026-05-18T23:31:59.263Z developer/build-essential
1202026-05-18T23:31:59.263Z None -> 11-3.0
1212026-05-18T23:31:59.263Z library/libxmlsec1
1222026-05-18T23:31:59.263Z None -> 1.2.35-3.0
1232026-05-18T23:31:59.315Z
1242026-05-18T23:31:59.315ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-18T23:31:59.798ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1262026-05-18T23:31:59.864Z Actions: 1/268 actions (Installing new actions)
1272026-05-18T23:31:59.903Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-18T23:31:59.909ZFinalize: Updating package state database ... Done (0.007s)
1292026-05-18T23:31:59.909ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-18T23:31:59.924ZFinalize: Updating image state ... Done (0.015s)
1312026-05-18T23:32:02.820ZFinalize: Creating fast lookup database ... Done (2.873s)
1322026-05-18T23:32:02.886ZFinalize: Reading search index ... Done (0.012s)
1332026-05-18T23:32:02.889ZFinalize: Updating search index ... Done (0.000s)
1342026-05-18T23:32:02.990ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-18T23:32:03.291ZPlanning: Evaluating mediator changes ... Done
1362026-05-18T23:32:03.398ZPlanning: Checking for conflicting actions ... Done
1372026-05-18T23:32:03.401ZPlanning: Consolidating action changes ... Done
1382026-05-18T23:32:03.559ZPlanning: Evaluating mediators ... Done
1392026-05-18T23:32:03.563ZPlanning: Planning completed in 0.27 seconds
1402026-05-18T23:32:03.582Z Mediators to change: 2
1412026-05-18T23:32:03.582Z Create boot environment: No
1422026-05-18T23:32:03.582ZCreate backup boot environment: No
1432026-05-18T23:32:03.638ZFinalize: Updating package state database ... Done
1442026-05-18T23:32:03.638ZFinalize: Updating package cache ... Done
1452026-05-18T23:32:03.646ZFinalize: Updating image state ... Done
1462026-05-18T23:32:05.610ZFinalize: Creating fast lookup database ... Done
1472026-05-18T23:32:05.673ZFinalize: Reading search index ... Done
1482026-05-18T23:32:05.675ZFinalize: Updating search index ... Done
1492026-05-18T23:32:05.769ZFinalize: Updating package cache ... Done
1502026-05-18T23:32:06.056ZPlanning: Evaluating mediator changes ... Done
1512026-05-18T23:32:06.161ZPlanning: Checking for conflicting actions ... Done
1522026-05-18T23:32:06.165ZPlanning: Consolidating action changes ... Done
1532026-05-18T23:32:06.320ZPlanning: Evaluating mediators ... Done
1542026-05-18T23:32:06.324ZPlanning: Planning completed in 0.27 seconds
1552026-05-18T23:32:06.343Z Mediators to change: 1
1562026-05-18T23:32:06.343Z Create boot environment: No
1572026-05-18T23:32:06.344ZCreate backup boot environment: No
1582026-05-18T23:32:06.440ZFinalize: Updating package state database ... Done
1592026-05-18T23:32:06.440ZFinalize: Updating package cache ... Done
1602026-05-18T23:32:06.450ZFinalize: Updating image state ... Done
1612026-05-18T23:32:08.414ZFinalize: Creating fast lookup database ... Done
1622026-05-18T23:32:08.481ZFinalize: Reading search index ... Done
1632026-05-18T23:32:08.483ZFinalize: Updating search index ... Done
1642026-05-18T23:32:08.615ZFinalize: Updating package cache ... Done
1652026-05-18T23:32:08.928ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-18T23:32:08.928Zapache system 2.4 system
1672026-05-18T23:32:08.928Zclang system 15 system
1682026-05-18T23:32:08.928Zcsh system system illumos
1692026-05-18T23:32:08.928Zctags system system illumos
1702026-05-18T23:32:08.928Zfile vendor vendor darwinsys
1712026-05-18T23:32:08.928Zfile system system illumos
1722026-05-18T23:32:08.928Zgcc vendor 14 vendor
1732026-05-18T23:32:08.928Zgcc system 13 system
1742026-05-18T23:32:08.928Zgcc system 10 system
1752026-05-18T23:32:08.928Zgo system 1.25 system
1762026-05-18T23:32:08.929Zllvm system 15 system
1772026-05-18T23:32:08.929Zmariadb system 11.4 system
1782026-05-18T23:32:08.929Zmta vendor vendor dma
1792026-05-18T23:32:08.929Zopenjdk system 17 system
1802026-05-18T23:32:08.929Zopenjdk system 11 system
1812026-05-18T23:32:08.929Zopenssl vendor 3 vendor
1822026-05-18T23:32:08.929Zperl system 5.40 system
1832026-05-18T23:32:08.929Zpostgresql system 18 system
1842026-05-18T23:32:08.929Zpostgresql system 17 system
1852026-05-18T23:32:08.929Zpython vendor 3 vendor
1862026-05-18T23:32:08.929Zpython system 2 system
1872026-05-18T23:32:08.929Zpython3 vendor 3.13 vendor
1882026-05-18T23:32:08.929Zruby system 3.4 system
1892026-05-18T23:32:08.929Zruby system 3.0 system
1902026-05-18T23:32:08.929Zwords vendor vendor american-english
1912026-05-18T23:32:08.929Zwords system system australian-english
1922026-05-18T23:32:08.929Zwords system system british-english
1932026-05-18T23:32:08.929Zwords system system canadian-english
1942026-05-18T23:32:08.929Zwords system system french
1952026-05-18T23:32:08.929Zwords system system italian
1962026-05-18T23:32:08.929Zwords system system ngerman
1972026-05-18T23:32:08.929Zwords system system ogerman
1982026-05-18T23:32:08.929Zwords system system spanish
1992026-05-18T23:32:09.188ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-18T23:32:09.188Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-18T23:32:09.460ZFMRI IFO
2022026-05-18T23:32:09.460Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-18T23:32:09.460Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-18T23:32:09.460Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-18T23:32:09.460Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-18T23:32:09.460Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-18T23:32:09.461Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-18T23:32:09.461Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-18T23:32:09.461Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-18T23:32:09.461Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-18T23:32:09.686Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-18T23:32:09.940Z Updating crates.io index
2132026-05-18T23:32:09.973Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-18T23:32:10.197Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-18T23:32:11.200Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-18T23:32:11.843Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-18T23:32:12.640Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-18T23:32:13.139Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-18T23:32:14.452Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-18T23:32:15.401Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-18T23:32:15.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-18T23:32:16.583Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-18T23:32:16.952Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-18T23:32:17.295Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-18T23:32:17.644Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-18T23:32:18.641Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-18T23:32:19.088Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-18T23:32:19.367Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-18T23:32:19.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-18T23:32:20.014Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-18T23:32:20.399Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-18T23:32:20.623Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-18T23:32:20.854Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-18T23:32:21.094Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-18T23:32:21.537Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-18T23:32:22.092Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-18T23:32:22.581Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-18T23:32:22.804Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-18T23:32:23.121Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-18T23:32:24.152Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-18T23:32:24.777Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-18T23:32:25.306Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-18T23:32:25.795Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-18T23:32:26.104Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-18T23:32:26.428Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-18T23:32:26.728Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-18T23:32:27.252Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-18T23:32:27.493Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-18T23:32:27.756Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-18T23:32:28.045Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-18T23:32:28.429Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-18T23:32:40.196Z Downloading crates ...
2532026-05-18T23:32:40.248Z Downloaded fastrand v2.3.0
2542026-05-18T23:32:40.254Z Downloaded equivalent v1.0.2
2552026-05-18T23:32:40.261Z Downloaded cargo-platform v0.2.0
2562026-05-18T23:32:40.264Z Downloaded getrandom v0.4.1
2572026-05-18T23:32:40.269Z Downloaded proc-macro2 v1.0.106
2582026-05-18T23:32:40.272Z Downloaded writeable v0.6.2
2592026-05-18T23:32:40.272Z Downloaded usdt-attr-macro v0.5.0
2602026-05-18T23:32:40.275Z Downloaded macaddr v1.0.1
2612026-05-18T23:32:40.277Z Downloaded semver v1.0.28
2622026-05-18T23:32:40.277Z Downloaded unicode-xid v0.2.6
2632026-05-18T23:32:40.281Z Downloaded usdt-macro v0.5.0
2642026-05-18T23:32:40.281Z Downloaded toml v0.8.23
2652026-05-18T23:32:40.284Z Downloaded zerofrom-derive v0.1.6
2662026-05-18T23:32:40.284Z Downloaded toml_write v0.1.2
2672026-05-18T23:32:40.287Z Downloaded zerofrom v0.1.6
2682026-05-18T23:32:40.287Z Downloaded utf8_iter v1.0.4
2692026-05-18T23:32:40.287Z Downloaded utf8parse v0.2.2
2702026-05-18T23:32:40.290Z Downloaded anyhow v1.0.102
2712026-05-18T23:32:40.294Z Downloaded thread-id v4.2.2
2722026-05-18T23:32:40.297Z Downloaded yoke-derive v0.8.1
2732026-05-18T23:32:40.297Z Downloaded toml_datetime v0.6.11
2742026-05-18T23:32:40.297Z Downloaded itoa v1.0.17
2752026-05-18T23:32:40.302Z Downloaded typeid v1.0.3
2762026-05-18T23:32:40.302Z Downloaded bitflags v2.11.0
2772026-05-18T23:32:40.307Z Downloaded usdt v0.5.0
2782026-05-18T23:32:40.307Z Downloaded unicode-linebreak v0.1.5
2792026-05-18T23:32:40.307Z Downloaded anstyle-query v1.1.5
2802026-05-18T23:32:40.307Z Downloaded thiserror v1.0.69
2812026-05-18T23:32:40.310Z Downloaded is_terminal_polyfill v1.70.2
2822026-05-18T23:32:40.313Z Downloaded version_check v0.9.5
2832026-05-18T23:32:40.315Z Downloaded usdt-impl v0.5.0
2842026-05-18T23:32:40.315Z Downloaded thiserror-impl v2.0.18
2852026-05-18T23:32:40.315Z Downloaded generic-array v0.14.7
2862026-05-18T23:32:40.318Z Downloaded thiserror v2.0.18
2872026-05-18T23:32:40.324Z Downloaded crypto-common v0.1.7
2882026-05-18T23:32:40.327Z Downloaded errno v0.3.14
2892026-05-18T23:32:40.327Z Downloaded zmij v1.0.21
2902026-05-18T23:32:40.327Z Downloaded clap_lex v1.0.0
2912026-05-18T23:32:40.331Z Downloaded ordered-float v2.10.1
2922026-05-18T23:32:40.331Z Downloaded form_urlencoded v1.2.2
2932026-05-18T23:32:40.331Z Downloaded serde-value v0.7.0
2942026-05-18T23:32:40.334Z Downloaded displaydoc v0.2.5
2952026-05-18T23:32:40.334Z Downloaded zerovec-derive v0.11.2
2962026-05-18T23:32:40.334Z Downloaded anstream v0.6.21
2972026-05-18T23:32:40.336Z Downloaded cfg-if v1.0.4
2982026-05-18T23:32:40.337Z Downloaded bytecount v0.6.9
2992026-05-18T23:32:40.337Z Downloaded proc-macro-error-attr v1.0.4
3002026-05-18T23:32:40.337Z Downloaded tinystr v0.8.2
3012026-05-18T23:32:40.340Z Downloaded scroll_derive v0.12.1
3022026-05-18T23:32:40.340Z Downloaded idna_adapter v1.2.1
3032026-05-18T23:32:40.342Z Downloaded thiserror-impl v1.0.69
3042026-05-18T23:32:40.345Z Downloaded yoke v0.8.1
3052026-05-18T23:32:40.345Z Downloaded serde_spanned v0.6.9
3062026-05-18T23:32:40.345Z Downloaded stable_deref_trait v1.2.1
3072026-05-18T23:32:40.348Z Downloaded swrite v0.1.0
3082026-05-18T23:32:40.348Z Downloaded terminal_size v0.4.3
3092026-05-18T23:32:40.348Z Downloaded colorchoice v1.0.4
3102026-05-18T23:32:40.351Z Downloaded memmap v0.7.0
3112026-05-18T23:32:40.351Z Downloaded ucd-trie v0.1.7
3122026-05-18T23:32:40.354Z Downloaded unicode-ident v1.0.24
3132026-05-18T23:32:40.354Z Downloaded percent-encoding v2.3.2
3142026-05-18T23:32:40.356Z Downloaded fnv v1.0.7
3152026-05-18T23:32:40.356Z Downloaded tabled_derive v0.7.0
3162026-05-18T23:32:40.356Z Downloaded toml_edit v0.22.27
3172026-05-18T23:32:40.359Z Downloaded zerotrie v0.2.3
3182026-05-18T23:32:40.359Z Downloaded strsim v0.11.1
3192026-05-18T23:32:40.362Z Downloaded dtrace-parser v0.2.0
3202026-05-18T23:32:40.365Z Downloaded potential_utf v0.1.4
3212026-05-18T23:32:40.365Z Downloaded plain v0.2.3
3222026-05-18T23:32:40.365Z Downloaded textwrap v0.16.2
3232026-05-18T23:32:40.369Z Downloaded camino-tempfile v1.4.1
3242026-05-18T23:32:40.371Z Downloaded zerocopy-derive v0.7.35
3252026-05-18T23:32:40.376Z Downloaded smawk v0.3.2
3262026-05-18T23:32:40.379Z Downloaded pretty-hex v0.4.1
3272026-05-18T23:32:40.379Z Downloaded heck v0.4.1
3282026-05-18T23:32:40.382Z Downloaded zerovec v0.11.5
3292026-05-18T23:32:40.384Z Downloaded url v2.5.8
3302026-05-18T23:32:40.384Z Downloaded block-buffer v0.10.4
3312026-05-18T23:32:40.389Z Downloaded typenum v1.19.0
3322026-05-18T23:32:40.392Z Downloaded zerocopy v0.7.35
3332026-05-18T23:32:40.399Z Downloaded serde_tokenstream v0.2.3
3342026-05-18T23:32:40.402Z Downloaded byteorder v1.5.0
3352026-05-18T23:32:40.402Z Downloaded autocfg v1.5.0
3362026-05-18T23:32:40.402Z Downloaded heck v0.5.0
3372026-05-18T23:32:40.404Z Downloaded cpufeatures v0.2.17
3382026-05-18T23:32:40.404Z Downloaded pest_generator v2.8.6
3392026-05-18T23:32:40.407Z Downloaded erased-serde v0.4.9
3402026-05-18T23:32:40.407Z Downloaded fs-err v3.3.0
3412026-05-18T23:32:40.410Z Downloaded dof v0.3.0
3422026-05-18T23:32:40.410Z Downloaded synstructure v0.13.2
3432026-05-18T23:32:40.410Z Downloaded digest v0.10.7
3442026-05-18T23:32:40.413Z Downloaded winnow v0.7.14
3452026-05-18T23:32:40.416Z Downloaded proc-macro-error v1.0.4
3462026-05-18T23:32:40.419Z Downloaded unicode-width v0.1.14
3472026-05-18T23:32:40.422Z Downloaded clap_derive v4.5.55
3482026-05-18T23:32:40.422Z Downloaded cargo-util-schemas v0.8.2
3492026-05-18T23:32:40.425Z Downloaded serde-untagged v0.1.9
3502026-05-18T23:32:40.425Z Downloaded unicode-width v0.2.0
3512026-05-18T23:32:40.427Z Downloaded scroll v0.12.0
3522026-05-18T23:32:40.428Z Downloaded cargo_toml v0.21.0
3532026-05-18T23:32:40.428Z Downloaded anstyle-parse v0.2.7
3542026-05-18T23:32:40.431Z Downloaded cargo_metadata v0.21.0
3552026-05-18T23:32:40.431Z Downloaded camino v1.2.2
3562026-05-18T23:32:40.438Z Downloaded litemap v0.8.1
3572026-05-18T23:32:40.441Z Downloaded quote v1.0.45
3582026-05-18T23:32:40.445Z Downloaded smallvec v1.15.1
3592026-05-18T23:32:40.458Z Downloaded anstyle v1.0.13
3602026-05-18T23:32:40.458Z Downloaded tempfile v3.25.0
3612026-05-18T23:32:40.458Z Downloaded pest_derive v2.8.6
3622026-05-18T23:32:40.458Z Downloaded icu_provider v2.1.1
3632026-05-18T23:32:40.463Z Downloaded sha2 v0.10.9
3642026-05-18T23:32:40.472Z Downloaded serde_core v1.0.228
3652026-05-18T23:32:40.475Z Downloaded clap v4.5.60
3662026-05-18T23:32:40.479Z Downloaded papergrid v0.11.0
3672026-05-18T23:32:40.481Z Downloaded once_cell v1.21.3
3682026-05-18T23:32:40.484Z Downloaded serde_derive v1.0.228
3692026-05-18T23:32:40.484Z Downloaded log v0.4.29
3702026-05-18T23:32:40.487Z Downloaded pest_meta v2.8.6
3712026-05-18T23:32:40.487Z Downloaded icu_normalizer_data v2.1.1
3722026-05-18T23:32:40.491Z Downloaded icu_normalizer v2.1.1
3732026-05-18T23:32:40.494Z Downloaded icu_collections v2.1.1
3742026-05-18T23:32:40.498Z Downloaded icu_properties v2.1.2
3752026-05-18T23:32:40.513Z Downloaded icu_locale_core v2.1.1
3762026-05-18T23:32:40.520Z Downloaded memchr v2.8.0
3772026-05-18T23:32:40.523Z Downloaded indexmap v2.14.0
3782026-05-18T23:32:40.525Z Downloaded serde v1.0.228
3792026-05-18T23:32:40.545Z Downloaded pest v2.8.6
3802026-05-18T23:32:40.565Z Downloaded clap_builder v4.5.60
3812026-05-18T23:32:40.567Z Downloaded hashbrown v0.17.0
3822026-05-18T23:32:40.570Z Downloaded serde_json v1.0.149
3832026-05-18T23:32:40.573Z Downloaded goblin v0.8.2
3842026-05-18T23:32:40.576Z Downloaded icu_properties_data v2.1.2
3852026-05-18T23:32:40.581Z Downloaded num-traits v0.2.19
3862026-05-18T23:32:40.584Z Downloaded idna v1.1.0
3872026-05-18T23:32:40.587Z Downloaded tabled v0.15.0
3882026-05-18T23:32:40.595Z Downloaded syn v1.0.109
3892026-05-18T23:32:40.600Z Downloaded libc v0.2.185
3902026-05-18T23:32:40.619Z Downloaded syn v2.0.117
3912026-05-18T23:32:40.625Z Downloaded rustix v1.1.3
3922026-05-18T23:32:40.684Z Compiling proc-macro2 v1.0.106
3932026-05-18T23:32:40.687Z Compiling quote v1.0.45
3942026-05-18T23:32:40.687Z Compiling unicode-ident v1.0.24
3952026-05-18T23:32:40.687Z Compiling serde_core v1.0.228
3962026-05-18T23:32:40.687Z Compiling libc v0.2.185
3972026-05-18T23:32:40.687Z Compiling version_check v0.9.5
3982026-05-18T23:32:40.687Z Compiling stable_deref_trait v1.2.1
3992026-05-18T23:32:40.687Z Compiling serde v1.0.228
4002026-05-18T23:32:40.687Z Compiling memchr v2.8.0
4012026-05-18T23:32:40.687Z Compiling zmij v1.0.21
4022026-05-18T23:32:40.889Z Compiling autocfg v1.5.0
4032026-05-18T23:32:40.903Z Compiling thiserror v1.0.69
4042026-05-18T23:32:40.906Z Compiling ucd-trie v0.1.7
4052026-05-18T23:32:40.906Z Compiling itoa v1.0.17
4062026-05-18T23:32:40.906Z Compiling litemap v0.8.1
4072026-05-18T23:32:41.052Z Compiling writeable v0.6.2
4082026-05-18T23:32:41.244Z Compiling icu_properties_data v2.1.2
4092026-05-18T23:32:41.319Z Compiling icu_normalizer_data v2.1.1
4102026-05-18T23:32:41.340Z Compiling byteorder v1.5.0
4112026-05-18T23:32:41.360Z Compiling rustix v1.1.3
4122026-05-18T23:32:41.362Z Compiling serde_json v1.0.149
4132026-05-18T23:32:41.460Z Compiling pest v2.8.6
4142026-05-18T23:32:41.501Z Compiling bitflags v2.11.0
4152026-05-18T23:32:41.645Z Compiling num-traits v0.2.19
4162026-05-18T23:32:41.663Z Compiling equivalent v1.0.2
4172026-05-18T23:32:41.685Z Compiling smallvec v1.15.1
4182026-05-18T23:32:41.740Z Compiling typeid v1.0.3
4192026-05-18T23:32:41.775Z Compiling hashbrown v0.17.0
4202026-05-18T23:32:41.846Z Compiling errno v0.3.14
4212026-05-18T23:32:41.849Z Compiling thread-id v4.2.2
4222026-05-18T23:32:41.907Z Compiling proc-macro-error-attr v1.0.4
4232026-05-18T23:32:41.910Z Compiling usdt-impl v0.5.0
4242026-05-18T23:32:41.969Z Compiling syn v1.0.109
4252026-05-18T23:32:41.988Z Compiling erased-serde v0.4.9
4262026-05-18T23:32:41.992Z Compiling toml_write v0.1.2
4272026-05-18T23:32:42.044Z Compiling winnow v0.7.14
4282026-05-18T23:32:42.046Z Compiling proc-macro-error v1.0.4
4292026-05-18T23:32:42.085Z Compiling camino v1.2.2
4302026-05-18T23:32:42.281Z Compiling getrandom v0.4.1
4312026-05-18T23:32:42.299Z Compiling thiserror v2.0.18
4322026-05-18T23:32:42.334Z Compiling indexmap v2.14.0
4332026-05-18T23:32:42.371Z Compiling syn v2.0.117
4342026-05-18T23:32:42.391Z Compiling percent-encoding v2.3.2
4352026-05-18T23:32:42.408Z Compiling utf8_iter v1.0.4
4362026-05-18T23:32:42.427Z Compiling log v0.4.29
4372026-05-18T23:32:42.458Z Compiling utf8parse v0.2.2
4382026-05-18T23:32:42.478Z Compiling plain v0.2.3
4392026-05-18T23:32:42.582Z Compiling pest_meta v2.8.6
4402026-05-18T23:32:42.603Z Compiling anstyle-parse v0.2.7
4412026-05-18T23:32:42.620Z Compiling form_urlencoded v1.2.2
4422026-05-18T23:32:42.779Z Compiling anstyle v1.0.13
4432026-05-18T23:32:42.819Z Compiling ordered-float v2.10.1
4442026-05-18T23:32:42.838Z Compiling pretty-hex v0.4.1
4452026-05-18T23:32:42.857Z Compiling colorchoice v1.0.4
4462026-05-18T23:32:42.889Z Compiling anstyle-query v1.1.5
4472026-05-18T23:32:42.934Z Compiling cfg-if v1.0.4
4482026-05-18T23:32:42.952Z Compiling is_terminal_polyfill v1.70.2
4492026-05-18T23:32:43.013Z Compiling fs-err v3.3.0
4502026-05-18T23:32:43.066Z Compiling terminal_size v0.4.3
4512026-05-18T23:32:43.069Z Compiling anstream v0.6.21
4522026-05-18T23:32:43.069Z Compiling strsim v0.11.1
4532026-05-18T23:32:43.069Z Compiling unicode-width v0.1.14
4542026-05-18T23:32:43.230Z Compiling semver v1.0.28
4552026-05-18T23:32:43.270Z Compiling fnv v1.0.7
4562026-05-18T23:32:43.313Z Compiling heck v0.5.0
4572026-05-18T23:32:43.401Z Compiling once_cell v1.21.3
4582026-05-18T23:32:43.427Z Compiling fastrand v2.3.0
4592026-05-18T23:32:43.446Z Compiling clap_lex v1.0.0
4602026-05-18T23:32:43.494Z Compiling heck v0.4.1
4612026-05-18T23:32:43.494Z Compiling bytecount v0.6.9
4622026-05-18T23:32:43.622Z Compiling serde-untagged v0.1.9
4632026-05-18T23:32:43.642Z Compiling unicode-xid v0.2.6
4642026-05-18T23:32:43.663Z Compiling anyhow v1.0.102
4652026-05-18T23:32:43.666Z Compiling papergrid v0.11.0
4662026-05-18T23:32:43.666Z Compiling clap_builder v4.5.60
4672026-05-18T23:32:43.721Z Compiling tempfile v3.25.0
4682026-05-18T23:32:43.743Z Compiling memmap v0.7.0
4692026-05-18T23:32:43.747Z Compiling unicode-width v0.2.0
4702026-05-18T23:32:43.799Z Compiling smawk v0.3.2
4712026-05-18T23:32:43.802Z Compiling unicode-linebreak v0.1.5
4722026-05-18T23:32:43.954Z Compiling camino-tempfile v1.4.1
4732026-05-18T23:32:43.972Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-18T23:32:44.107Z Compiling textwrap v0.16.2
4752026-05-18T23:32:44.128Z Compiling swrite v0.1.0
4762026-05-18T23:32:44.454Z Compiling tabled_derive v0.7.0
4772026-05-18T23:32:45.052Z Compiling synstructure v0.13.2
4782026-05-18T23:32:45.052Z Compiling pest_generator v2.8.6
4792026-05-18T23:32:45.137Z Compiling tabled v0.15.0
4802026-05-18T23:32:45.614Z Compiling serde_derive v1.0.228
4812026-05-18T23:32:45.616Z Compiling zerofrom-derive v0.1.6
4822026-05-18T23:32:45.617Z Compiling yoke-derive v0.8.1
4832026-05-18T23:32:45.617Z Compiling zerovec-derive v0.11.2
4842026-05-18T23:32:45.617Z Compiling displaydoc v0.2.5
4852026-05-18T23:32:45.633Z Compiling thiserror-impl v1.0.69
4862026-05-18T23:32:45.635Z Compiling zerocopy-derive v0.7.35
4872026-05-18T23:32:45.670Z Compiling scroll_derive v0.12.1
4882026-05-18T23:32:45.673Z Compiling thiserror-impl v2.0.18
4892026-05-18T23:32:45.688Z Compiling clap_derive v4.5.55
4902026-05-18T23:32:45.743Z Compiling pest_derive v2.8.6
4912026-05-18T23:32:46.423Z Compiling scroll v0.12.0
4922026-05-18T23:32:46.497Z Compiling zerocopy v0.7.35
4932026-05-18T23:32:46.664Z Compiling goblin v0.8.2
4942026-05-18T23:32:46.727Z Compiling zerofrom v0.1.6
4952026-05-18T23:32:46.840Z Compiling yoke v0.8.1
4962026-05-18T23:32:46.892Z Compiling dtrace-parser v0.2.0
4972026-05-18T23:32:46.970Z Compiling zerovec v0.11.5
4982026-05-18T23:32:46.970Z Compiling zerotrie v0.2.3
4992026-05-18T23:32:47.149Z Compiling clap v4.5.60
5002026-05-18T23:32:47.374Z Compiling tinystr v0.8.2
5012026-05-18T23:32:47.374Z Compiling potential_utf v0.1.4
5022026-05-18T23:32:47.483Z Compiling icu_collections v2.1.1
5032026-05-18T23:32:47.539Z Compiling icu_locale_core v2.1.1
5042026-05-18T23:32:48.086Z Compiling icu_provider v2.1.1
5052026-05-18T23:32:48.103Z Compiling toml_datetime v0.6.11
5062026-05-18T23:32:48.106Z Compiling serde_spanned v0.6.9
5072026-05-18T23:32:48.106Z Compiling dof v0.3.0
5082026-05-18T23:32:48.106Z Compiling serde_tokenstream v0.2.3
5092026-05-18T23:32:48.106Z Compiling serde-value v0.7.0
5102026-05-18T23:32:48.106Z Compiling cargo-platform v0.2.0
5112026-05-18T23:32:48.106Z Compiling macaddr v1.0.1
5122026-05-18T23:32:48.334Z Compiling toml_edit v0.22.27
5132026-05-18T23:32:48.351Z Compiling icu_normalizer v2.1.1
5142026-05-18T23:32:48.354Z Compiling icu_properties v2.1.2
5152026-05-18T23:32:48.930Z Compiling usdt-attr-macro v0.5.0
5162026-05-18T23:32:48.930Z Compiling usdt-macro v0.5.0
5172026-05-18T23:32:49.205Z Compiling idna_adapter v1.2.1
5182026-05-18T23:32:49.310Z Compiling idna v1.1.0
5192026-05-18T23:32:49.554Z Compiling usdt v0.5.0
5202026-05-18T23:32:49.601Z Compiling url v2.5.8
5212026-05-18T23:32:49.671Z Compiling toml v0.8.23
5222026-05-18T23:32:50.017Z Compiling cargo-util-schemas v0.8.2
5232026-05-18T23:32:50.017Z Compiling cargo_toml v0.21.0
5242026-05-18T23:32:50.809Z Compiling cargo_metadata v0.21.0
5252026-05-18T23:32:51.741Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-18T23:32:53.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s
5272026-05-18T23:32:54.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-18T23:32:54.710Z Downloading crates ...
5292026-05-18T23:32:54.803Z Downloaded adler2 v2.0.1
5302026-05-18T23:32:54.809Z Downloaded bit-vec v0.6.3
5312026-05-18T23:32:54.813Z Downloaded atomic-waker v1.1.2
5322026-05-18T23:32:54.815Z Downloaded arc-swap v1.8.2
5332026-05-18T23:32:54.818Z Downloaded atomicwrites v0.4.4
5342026-05-18T23:32:54.818Z Downloaded async-stream-impl v0.3.6
5352026-05-18T23:32:54.818Z Downloaded async-bb8-diesel v0.2.1
5362026-05-18T23:32:54.821Z Downloaded blake2 v0.10.6
5372026-05-18T23:32:54.821Z Downloaded bit-set v0.5.3
5382026-05-18T23:32:54.824Z Downloaded ahash v0.8.12
5392026-05-18T23:32:54.824Z Downloaded async-recursion v1.1.1
5402026-05-18T23:32:54.827Z Downloaded arrayref v0.3.9
5412026-05-18T23:32:54.830Z Downloaded crc32fast v1.5.0
5422026-05-18T23:32:54.830Z Downloaded assert_matches v1.5.0
5432026-05-18T23:32:54.830Z Downloaded ascii-canvas v3.0.0
5442026-05-18T23:32:54.833Z Downloaded array-init v0.0.4
5452026-05-18T23:32:54.833Z Downloaded fd-lock v4.0.4
5462026-05-18T23:32:54.836Z Downloaded crossbeam-channel v0.5.15
5472026-05-18T23:32:54.839Z Downloaded bzip2 v0.4.4
5482026-05-18T23:32:54.839Z Downloaded dyn-clone v1.0.20
5492026-05-18T23:32:54.839Z Downloaded backon v1.6.0
5502026-05-18T23:32:54.842Z Downloaded find-msvc-tools v0.1.9
5512026-05-18T23:32:54.845Z Downloaded dirs-sys-next v0.1.2
5522026-05-18T23:32:54.845Z Downloaded cstr-argument v0.1.2
5532026-05-18T23:32:54.845Z Downloaded crc-catalog v2.4.0
5542026-05-18T23:32:54.848Z Downloaded console v0.15.11
5552026-05-18T23:32:54.848Z Downloaded dropshot-api-manager-types v0.7.1
5562026-05-18T23:32:54.848Z Downloaded diesel_table_macro_syntax v0.3.0
5572026-05-18T23:32:54.850Z Downloaded des v0.8.1
5582026-05-18T23:32:54.850Z Downloaded darling_core v0.20.11
5592026-05-18T23:32:54.853Z Downloaded curve25519-dalek-derive v0.1.1
5602026-05-18T23:32:54.856Z Downloaded bit-set v0.8.0
5612026-05-18T23:32:54.856Z Downloaded base16ct v0.2.0
5622026-05-18T23:32:54.856Z Downloaded derive-where v1.6.0
5632026-05-18T23:32:54.859Z Downloaded elliptic-curve v0.13.8
5642026-05-18T23:32:54.862Z Downloaded defmt v0.3.100
5652026-05-18T23:32:54.862Z Downloaded bitfield-macros v0.19.4
5662026-05-18T23:32:54.864Z Downloaded async-stream v0.3.6
5672026-05-18T23:32:54.864Z Downloaded bitfield-struct v0.6.2
5682026-05-18T23:32:54.864Z Downloaded atty v0.2.14
5692026-05-18T23:32:54.868Z Downloaded block-padding v0.3.3
5702026-05-18T23:32:54.871Z Downloaded deranged v0.5.8
5712026-05-18T23:32:54.873Z Downloaded critical-section v1.2.0
5722026-05-18T23:32:54.873Z Downloaded daft-derive v0.1.5
5732026-05-18T23:32:54.876Z Downloaded bb8 v0.8.6
5742026-05-18T23:32:54.878Z Downloaded crucible-workspace-hack v0.1.0
5752026-05-18T23:32:54.878Z Downloaded chacha20 v0.9.1
5762026-05-18T23:32:54.881Z Downloaded crc8 v0.1.1
5772026-05-18T23:32:54.881Z Downloaded base64ct v1.8.3
5782026-05-18T23:32:54.881Z Downloaded cassowary v0.3.0
5792026-05-18T23:32:54.884Z Downloaded diesel-dtrace v0.5.0
5802026-05-18T23:32:54.887Z Downloaded ctr v0.9.2
5812026-05-18T23:32:54.890Z Downloaded darling_macro v0.23.0
5822026-05-18T23:32:54.890Z Downloaded csv-core v0.1.13
5832026-05-18T23:32:54.890Z Downloaded aead v0.5.2
5842026-05-18T23:32:54.890Z Downloaded flagset v0.4.7
5852026-05-18T23:32:54.893Z Downloaded float-cmp v0.10.0
5862026-05-18T23:32:54.893Z Downloaded env_filter v1.0.0
5872026-05-18T23:32:54.896Z Downloaded darling_macro v0.21.3
5882026-05-18T23:32:54.896Z Downloaded endian-type v0.1.2
5892026-05-18T23:32:54.896Z Downloaded embedded-io v0.6.1
5902026-05-18T23:32:54.896Z Downloaded downcast-rs v2.0.2
5912026-05-18T23:32:54.899Z Downloaded darling_macro v0.20.11
5922026-05-18T23:32:54.899Z Downloaded ciborium-io v0.2.2
5932026-05-18T23:32:54.899Z Downloaded crypto-bigint v0.5.5
5942026-05-18T23:32:54.902Z Downloaded foreign-types-shared v0.1.1
5952026-05-18T23:32:54.905Z Downloaded der v0.7.10
5962026-05-18T23:32:54.908Z Downloaded foreign-types v0.3.2
5972026-05-18T23:32:54.908Z Downloaded dunce v1.0.5
5982026-05-18T23:32:54.908Z Downloaded derive_builder_macro v0.20.2
5992026-05-18T23:32:54.911Z Downloaded darling v0.23.0
6002026-05-18T23:32:54.914Z Downloaded dirs-next v2.0.0
6012026-05-18T23:32:54.914Z Downloaded debug-ignore v1.0.5
6022026-05-18T23:32:54.914Z Downloaded cpufeatures v0.3.0
6032026-05-18T23:32:54.917Z Downloaded cobs v0.3.0
6042026-05-18T23:32:54.917Z Downloaded ciborium-ll v0.2.2
6052026-05-18T23:32:54.917Z Downloaded dsl_auto_type v0.2.0
6062026-05-18T23:32:54.920Z Downloaded funty v2.0.0
6072026-05-18T23:32:54.920Z Downloaded display-error-chain v0.2.2
6082026-05-18T23:32:54.920Z Downloaded crossbeam-deque v0.8.6
6092026-05-18T23:32:54.922Z Downloaded compression-core v0.4.31
6102026-05-18T23:32:54.923Z Downloaded difflib v0.4.0
6112026-05-18T23:32:54.923Z Downloaded cfg_aliases v0.2.1
6122026-05-18T23:32:54.923Z Downloaded futures-core v0.3.32
6132026-05-18T23:32:54.925Z Downloaded embedded-io v0.4.0
6142026-05-18T23:32:54.925Z Downloaded crc v3.4.0
6152026-05-18T23:32:54.925Z Downloaded castaway v0.2.4
6162026-05-18T23:32:54.928Z Downloaded crunchy v0.2.4
6172026-05-18T23:32:54.928Z Downloaded bcrypt-pbkdf v0.10.0
6182026-05-18T23:32:54.928Z Downloaded cfg_aliases v0.1.1
6192026-05-18T23:32:54.933Z Downloaded bitflags v1.3.2
6202026-05-18T23:32:54.933Z Downloaded dtrace-parser v0.3.0
6212026-05-18T23:32:54.936Z Downloaded byte-wrapper v0.1.0
6222026-05-18T23:32:54.936Z Downloaded backoff v0.4.0
6232026-05-18T23:32:54.936Z Downloaded document-features v0.2.12
6242026-05-18T23:32:54.936Z Downloaded foldhash v0.1.5
6252026-05-18T23:32:54.939Z Downloaded ed25519 v2.2.3
6262026-05-18T23:32:54.939Z Downloaded foreign-types-macros v0.2.3
6272026-05-18T23:32:54.939Z Downloaded convert_case v0.10.0
6282026-05-18T23:32:54.941Z Downloaded defmt-macros v1.0.1
6292026-05-18T23:32:54.941Z Downloaded cargo-platform v0.1.9
6302026-05-18T23:32:54.944Z Downloaded foreign-types-shared v0.3.1
6312026-05-18T23:32:54.944Z Downloaded hash32 v0.3.1
6322026-05-18T23:32:54.947Z Downloaded bit-vec v0.8.0
6332026-05-18T23:32:54.947Z Downloaded futures-macro v0.3.32
6342026-05-18T23:32:54.947Z Downloaded enum-as-inner v0.6.1
6352026-05-18T23:32:54.949Z Downloaded cexpr v0.6.0
6362026-05-18T23:32:54.949Z Downloaded darling v0.20.11
6372026-05-18T23:32:54.952Z Downloaded gethostname v0.5.0
6382026-05-18T23:32:54.955Z Downloaded futures-task v0.3.32
6392026-05-18T23:32:54.955Z Downloaded fxhash v0.2.1
6402026-05-18T23:32:54.955Z Downloaded futures-sink v0.3.32
6412026-05-18T23:32:54.958Z Downloaded ghash v0.5.1
6422026-05-18T23:32:54.958Z Downloaded futures-io v0.3.32
6432026-05-18T23:32:54.958Z Downloaded filetime v0.2.27
6442026-05-18T23:32:54.960Z Downloaded float-ord v0.3.2
6452026-05-18T23:32:54.960Z Downloaded headers-core v0.3.0
6462026-05-18T23:32:54.960Z Downloaded fixedbitset v0.4.2
6472026-05-18T23:32:54.964Z Downloaded fatfs v0.3.6
6482026-05-18T23:32:54.965Z Downloaded compression-codecs v0.4.37
6492026-05-18T23:32:54.969Z Downloaded async-trait v0.1.89
6502026-05-18T23:32:54.969Z Downloaded const_format_proc_macros v0.2.34
6512026-05-18T23:32:54.972Z Downloaded cipher v0.4.4
6522026-05-18T23:32:54.972Z Downloaded derive-ex v0.1.8
6532026-05-18T23:32:54.972Z Downloaded der_derive v0.7.3
6542026-05-18T23:32:54.972Z Downloaded foreign-types v0.5.0
6552026-05-18T23:32:54.974Z Downloaded constant_time_eq v0.4.2
6562026-05-18T23:32:54.974Z Downloaded cbc v0.1.2
6572026-05-18T23:32:54.977Z Downloaded blowfish v0.9.1
6582026-05-18T23:32:54.977Z Downloaded convert_case v0.4.0
6592026-05-18T23:32:54.977Z Downloaded cmake v0.1.57
6602026-05-18T23:32:54.980Z Downloaded erased-serde v0.3.31
6612026-05-18T23:32:54.980Z Downloaded defmt v1.0.1
6622026-05-18T23:32:54.983Z Downloaded bitfield v0.19.4
6632026-05-18T23:32:54.983Z Downloaded env_logger v0.11.9
6642026-05-18T23:32:54.985Z Downloaded cargo_metadata v0.19.2
6652026-05-18T23:32:54.985Z Downloaded home v0.5.12
6662026-05-18T23:32:54.988Z Downloaded hash32 v0.2.1
6672026-05-18T23:32:54.988Z Downloaded foldhash v0.2.0
6682026-05-18T23:32:54.991Z Downloaded hex-literal v0.4.1
6692026-05-18T23:32:54.991Z Downloaded fallible-iterator v0.2.0
6702026-05-18T23:32:54.991Z Downloaded globwalk v0.9.1
6712026-05-18T23:32:54.994Z Downloaded fixedbitset v0.5.7
6722026-05-18T23:32:54.994Z Downloaded http-range v0.1.5
6732026-05-18T23:32:54.994Z Downloaded buf-list v1.1.2
6742026-05-18T23:32:54.997Z Downloaded hex v0.4.3
6752026-05-18T23:32:54.997Z Downloaded hostname v0.4.2
6762026-05-18T23:32:54.999Z Downloaded corncobs v0.1.4
6772026-05-18T23:32:54.999Z Downloaded argon2 v0.5.3
6782026-05-18T23:32:55.002Z Downloaded diff v0.1.13
6792026-05-18T23:32:55.002Z Downloaded ena v0.14.4
6802026-05-18T23:32:55.005Z Downloaded chacha20 v0.10.0
6812026-05-18T23:32:55.005Z Downloaded hubpack v0.1.2
6822026-05-18T23:32:55.005Z Downloaded camino-tempfile-ext v0.3.3
6832026-05-18T23:32:55.008Z Downloaded base64 v0.21.7
6842026-05-18T23:32:55.011Z Downloaded http-body v1.0.1
6852026-05-18T23:32:55.011Z Downloaded globset v0.4.18
6862026-05-18T23:32:55.011Z Downloaded ciborium v0.2.2
6872026-05-18T23:32:55.014Z Downloaded illumos-nvpair v0.3.0
6882026-05-18T23:32:55.014Z Downloaded futures-executor v0.3.32
6892026-05-18T23:32:55.020Z Downloaded hyper-tls v0.6.0
6902026-05-18T23:32:55.020Z Downloaded httpdate v1.0.3
6912026-05-18T23:32:55.020Z Downloaded git-stub v1.0.0
6922026-05-18T23:32:55.023Z Downloaded git-stub-vcs v0.1.0
6932026-05-18T23:32:55.023Z Downloaded inout v0.1.4
6942026-05-18T23:32:55.023Z Downloaded indoc v1.0.9
6952026-05-18T23:32:55.023Z Downloaded is_ci v1.2.0
6962026-05-18T23:32:55.023Z Downloaded internet-checksum v0.2.1
6972026-05-18T23:32:55.027Z Downloaded is-terminal v0.4.17
6982026-05-18T23:32:55.027Z Downloaded instant v0.1.13
6992026-05-18T23:32:55.027Z Downloaded ident_case v1.0.1
7002026-05-18T23:32:55.027Z Downloaded kstat-rs v0.2.4
7012026-05-18T23:32:55.030Z Downloaded hubpack_derive v0.1.1
7022026-05-18T23:32:55.030Z Downloaded illumos-nvpair-sys v0.2.0
7032026-05-18T23:32:55.030Z Downloaded group v0.13.0
7042026-05-18T23:32:55.030Z Downloaded console v0.16.2
7052026-05-18T23:32:55.030Z Downloaded hostname v0.3.1
7062026-05-18T23:32:55.033Z Downloaded drift v0.1.4
7072026-05-18T23:32:55.036Z Downloaded derive_builder_core v0.20.2
7082026-05-18T23:32:55.039Z Downloaded crossbeam-utils v0.8.21
7092026-05-18T23:32:55.042Z Downloaded cancel-safe-futures v0.1.5
7102026-05-18T23:32:55.042Z Downloaded cookie_store v0.22.1
7112026-05-18T23:32:55.044Z Downloaded colored v3.1.1
7122026-05-18T23:32:55.047Z Downloaded keccak v0.1.6
7132026-05-18T23:32:55.047Z Downloaded clang-sys v1.8.1
7142026-05-18T23:32:55.052Z Downloaded crossbeam-epoch v0.9.18
7152026-05-18T23:32:55.052Z Downloaded lazy_static v1.5.0
7162026-05-18T23:32:55.054Z Downloaded lalrpop-util v0.19.12
7172026-05-18T23:32:55.054Z Downloaded data-encoding v2.10.0
7182026-05-18T23:32:55.054Z Downloaded darling v0.21.3
7192026-05-18T23:32:55.057Z Downloaded derive_builder v0.20.2
7202026-05-18T23:32:55.062Z Downloaded bzip2 v0.6.1
7212026-05-18T23:32:55.062Z Downloaded daft v0.1.5
7222026-05-18T23:32:55.062Z Downloaded linked-hash-map v0.5.6
7232026-05-18T23:32:55.066Z Downloaded libscf-sys v1.1.0
7242026-05-18T23:32:55.066Z Downloaded cookie v0.18.1
7252026-05-18T23:32:55.066Z Downloaded colored v2.2.0
7262026-05-18T23:32:55.066Z Downloaded fs_extra v1.3.0
7272026-05-18T23:32:55.070Z Downloaded highway v1.3.0
7282026-05-18T23:32:55.070Z Downloaded fs-err v2.11.0
7292026-05-18T23:32:55.074Z Downloaded md5 v0.7.0
7302026-05-18T23:32:55.074Z Downloaded lzss v0.8.2
7312026-05-18T23:32:55.074Z Downloaded maybe-uninit v2.0.0
7322026-05-18T23:32:55.074Z Downloaded md-5 v0.10.6
7332026-05-18T23:32:55.077Z Downloaded match_cfg v0.1.0
7342026-05-18T23:32:55.077Z Downloaded managed v0.8.0
7352026-05-18T23:32:55.077Z Downloaded maplit v1.0.2
7362026-05-18T23:32:55.077Z Downloaded lru-cache v0.1.2
7372026-05-18T23:32:55.077Z Downloaded memoffset v0.9.1
7382026-05-18T23:32:55.080Z Downloaded lru v0.12.5
7392026-05-18T23:32:55.080Z Downloaded either v1.15.0
7402026-05-18T23:32:55.080Z Downloaded humantime v2.3.0
7412026-05-18T23:32:55.083Z Downloaded half v1.8.3
7422026-05-18T23:32:55.083Z Downloaded glob v0.3.3
7432026-05-18T23:32:55.086Z Downloaded ipnet v2.11.0
7442026-05-18T23:32:55.086Z Downloaded instability v0.3.11
7452026-05-18T23:32:55.086Z Downloaded indent_write v2.2.0
7462026-05-18T23:32:55.088Z Downloaded mime v0.3.17
7472026-05-18T23:32:55.088Z Downloaded hyper-staticfile v0.10.1
7482026-05-18T23:32:55.091Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-18T23:32:55.091Z Downloaded multimap v0.10.1
7502026-05-18T23:32:55.094Z Downloaded arrayvec v0.7.6
7512026-05-18T23:32:55.094Z Downloaded newtype-uuid-macros v0.1.0
7522026-05-18T23:32:55.094Z Downloaded normalize-line-endings v0.3.0
7532026-05-18T23:32:55.096Z Downloaded nodrop v0.1.14
7542026-05-18T23:32:55.096Z Downloaded nibble_vec v0.1.0
7552026-05-18T23:32:55.097Z Downloaded newtype_derive v0.1.6
7562026-05-18T23:32:55.101Z Downloaded newline-converter v0.3.0
7572026-05-18T23:32:55.101Z Downloaded dropshot_endpoint v0.16.7
7582026-05-18T23:32:55.104Z Downloaded ecdsa v0.16.9
7592026-05-18T23:32:55.104Z Downloaded ipnetwork v0.21.1
7602026-05-18T23:32:55.104Z Downloaded dropshot_endpoint v0.17.0
7612026-05-18T23:32:55.107Z Downloaded crc-any v2.5.0
7622026-05-18T23:32:55.107Z Downloaded const-oid v0.9.6
7632026-05-18T23:32:55.111Z Downloaded ingot v0.1.1
7642026-05-18T23:32:55.111Z Downloaded indoc v2.0.7
7652026-05-18T23:32:55.114Z Downloaded futures-channel v0.3.32
7662026-05-18T23:32:55.114Z Downloaded bcs v0.1.6
7672026-05-18T23:32:55.114Z Downloaded dof v0.4.0
7682026-05-18T23:32:55.114Z Downloaded num v0.4.3
7692026-05-18T23:32:55.117Z Downloaded new_debug_unreachable v1.0.6
7702026-05-18T23:32:55.117Z Downloaded num-conv v0.2.0
7712026-05-18T23:32:55.117Z Downloaded num-iter v0.1.45
7722026-05-18T23:32:55.117Z Downloaded num-derive v0.4.2
7732026-05-18T23:32:55.120Z Downloaded ff v0.13.1
7742026-05-18T23:32:55.120Z Downloaded defmt-parser v1.0.0
7752026-05-18T23:32:55.120Z Downloaded futures v0.3.32
7762026-05-18T23:32:55.123Z Downloaded nonempty v0.12.0
7772026-05-18T23:32:55.126Z Downloaded libefi-sys v0.1.0
7782026-05-18T23:32:55.126Z Downloaded ingot-types v0.1.2
7792026-05-18T23:32:55.126Z Downloaded libsw-core v0.3.2
7802026-05-18T23:32:55.129Z Downloaded num-derive v0.3.3
7812026-05-18T23:32:55.129Z Downloaded openssl-macros v0.1.1
7822026-05-18T23:32:55.132Z Downloaded num_threads v0.1.7
7832026-05-18T23:32:55.132Z Downloaded num_enum_derive v0.5.11
7842026-05-18T23:32:55.132Z Downloaded jobserver v0.1.34
7852026-05-18T23:32:55.134Z Downloaded http-body-util v0.1.3
7862026-05-18T23:32:55.134Z Downloaded opaque-debug v0.3.1
7872026-05-18T23:32:55.135Z Downloaded linear-map v1.2.0
7882026-05-18T23:32:55.137Z Downloaded hmac v0.12.1
7892026-05-18T23:32:55.137Z Downloaded oso-derive v0.27.3
7902026-05-18T23:32:55.137Z Downloaded openssl-probe v0.1.6
7912026-05-18T23:32:55.140Z Downloaded allocator-api2 v0.2.21
7922026-05-18T23:32:55.140Z Downloaded httparse v1.10.1
7932026-05-18T23:32:55.143Z Downloaded lru-slab v0.1.2
7942026-05-18T23:32:55.143Z Downloaded darling_core v0.21.3
7952026-05-18T23:32:55.145Z Downloaded libsw v3.5.0
7962026-05-18T23:32:55.148Z Downloaded openssl-probe v0.2.1
7972026-05-18T23:32:55.148Z Downloaded getrandom v0.3.4
7982026-05-18T23:32:55.151Z Downloaded libloading v0.8.9
7992026-05-18T23:32:55.151Z Downloaded mime_guess v2.0.5
8002026-05-18T23:32:55.154Z Downloaded iana-time-zone v0.1.65
8012026-05-18T23:32:55.154Z Downloaded getrandom v0.2.17
8022026-05-18T23:32:55.158Z Downloaded derive_more v0.99.20
8032026-05-18T23:32:55.161Z Downloaded packed_struct_codegen v0.10.1
8042026-05-18T23:32:55.165Z Downloaded parse-display v0.10.0
8052026-05-18T23:32:55.168Z Downloaded parse-size v1.1.0
8062026-05-18T23:32:55.170Z Downloaded hyper-rustls v0.27.7
8072026-05-18T23:32:55.170Z Downloaded newtype-uuid v1.3.2
8082026-05-18T23:32:55.173Z Downloaded flume v0.11.1
8092026-05-18T23:32:55.173Z Downloaded base64 v0.22.1
8102026-05-18T23:32:55.176Z Downloaded native-tls v0.2.18
8112026-05-18T23:32:55.179Z Downloaded pbkdf2 v0.11.0
8122026-05-18T23:32:55.179Z Downloaded nanorand v0.7.0
8132026-05-18T23:32:55.182Z Downloaded darling_core v0.23.0
8142026-05-18T23:32:55.184Z Downloaded path-slash v0.1.5
8152026-05-18T23:32:55.184Z Downloaded nu-ansi-term v0.50.3
8162026-05-18T23:32:55.188Z Downloaded ingot-macros v0.1.1
8172026-05-18T23:32:55.188Z Downloaded peg-runtime v0.8.5
8182026-05-18T23:32:55.191Z Downloaded pbkdf2 v0.12.2
8192026-05-18T23:32:55.191Z Downloaded phf_shared v0.11.3
8202026-05-18T23:32:55.191Z Downloaded ar_archive_writer v0.5.1
8212026-05-18T23:32:55.194Z Downloaded num_enum v0.5.11
8222026-05-18T23:32:55.198Z Downloaded olpc-cjson v0.1.4
8232026-05-18T23:32:55.200Z Downloaded num_enum_derive v0.7.5
8242026-05-18T23:32:55.200Z Downloaded num_enum v0.7.5
8252026-05-18T23:32:55.203Z Downloaded pin-utils v0.1.0
8262026-05-18T23:32:55.206Z Downloaded phf_shared v0.13.1
8272026-05-18T23:32:55.206Z Downloaded num-rational v0.4.2
8282026-05-18T23:32:55.206Z Downloaded num-complex v0.4.6
8292026-05-18T23:32:55.209Z Downloaded bytes v1.11.1
8302026-05-18T23:32:55.225Z Downloaded predicates-core v1.0.10
8312026-05-18T23:32:55.227Z Downloaded precomputed-hash v0.1.1
8322026-05-18T23:32:55.227Z Downloaded packed_struct v0.10.1
8332026-05-18T23:32:55.227Z Downloaded owo-colors v4.3.0
8342026-05-18T23:32:55.230Z Downloaded multer v3.1.0
8352026-05-18T23:32:55.230Z Downloaded memmap2 v0.9.10
8362026-05-18T23:32:55.233Z Downloaded lock_api v0.4.14
8372026-05-18T23:32:55.233Z Downloaded oxnet v0.1.4
8382026-05-18T23:32:55.237Z Downloaded litrs v1.0.0
8392026-05-18T23:32:55.237Z Downloaded parse-display-derive v0.10.0
8402026-05-18T23:32:55.240Z Downloaded parking_lot_core v0.8.6
8412026-05-18T23:32:55.240Z Downloaded oxide-tokio-rt v0.1.4
8422026-05-18T23:32:55.240Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-18T23:32:55.240Z Downloaded password-hash v0.4.2
8442026-05-18T23:32:55.243Z Downloaded progenitor-macro v0.13.0
8452026-05-18T23:32:55.243Z Downloaded progenitor-client v0.11.2
8462026-05-18T23:32:55.243Z Downloaded progenitor-client v0.10.0
8472026-05-18T23:32:55.245Z Downloaded ed25519-dalek v2.2.0
8482026-05-18T23:32:55.245Z Downloaded progenitor-macro v0.10.0
8492026-05-18T23:32:55.249Z Downloaded derive_more v2.1.1
8502026-05-18T23:32:55.253Z Downloaded progenitor-macro v0.14.0
8512026-05-18T23:32:55.256Z Downloaded password-hash v0.5.0
8522026-05-18T23:32:55.256Z Downloaded half v2.7.1
8532026-05-18T23:32:55.259Z Downloaded const_format v0.2.35
8542026-05-18T23:32:55.261Z Downloaded psl-types v2.0.11
8552026-05-18T23:32:55.261Z Downloaded pem-rfc7468 v0.7.0
8562026-05-18T23:32:55.261Z Downloaded quick-error v1.2.3
8572026-05-18T23:32:55.264Z Downloaded paste v1.0.15
8582026-05-18T23:32:55.264Z Downloaded flate2 v1.1.9
8592026-05-18T23:32:55.268Z Downloaded progenitor-macro v0.11.2
8602026-05-18T23:32:55.271Z Downloaded pem v3.0.6
8612026-05-18T23:32:55.271Z Downloaded peg v0.8.5
8622026-05-18T23:32:55.274Z Downloaded progenitor-client v0.14.0
8632026-05-18T23:32:55.274Z Downloaded powerfmt v0.2.0
8642026-05-18T23:32:55.277Z Downloaded radium v0.7.0
8652026-05-18T23:32:55.277Z Downloaded pkcs8 v0.10.2
8662026-05-18T23:32:55.277Z Downloaded pin-project-internal v1.1.11
8672026-05-18T23:32:55.281Z Downloaded pkg-config v0.3.32
8682026-05-18T23:32:55.281Z Downloaded pin-project-lite v0.2.17
8692026-05-18T23:32:55.284Z Downloaded polyval v0.6.2
8702026-05-18T23:32:55.284Z Downloaded crossterm v0.29.0
8712026-05-18T23:32:55.287Z Downloaded ppv-lite86 v0.2.21
8722026-05-18T23:32:55.290Z Downloaded rand_xorshift v0.4.0
8732026-05-18T23:32:55.290Z Downloaded postgres-protocol v0.6.10
8742026-05-18T23:32:55.292Z Downloaded omicron-zone-package v0.12.2
8752026-05-18T23:32:55.292Z Downloaded recursive v0.1.1
8762026-05-18T23:32:55.295Z Downloaded indicatif v0.18.4
8772026-05-18T23:32:55.295Z Downloaded ref-cast-impl v1.0.25
8782026-05-18T23:32:55.299Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-05-18T23:32:55.299Z Downloaded crossterm v0.28.1
8802026-05-18T23:32:55.303Z Downloaded rand_chacha v0.3.1
8812026-05-18T23:32:55.303Z Downloaded progenitor v0.13.0
8822026-05-18T23:32:55.303Z Downloaded proc-macro-crate v3.4.0
8832026-05-18T23:32:55.305Z Downloaded parking_lot v0.12.5
8842026-05-18T23:32:55.305Z Downloaded derive_more-impl v2.1.1
8852026-05-18T23:32:55.309Z Downloaded progenitor-extras v0.2.0
8862026-05-18T23:32:55.312Z Downloaded ref-cast v1.0.25
8872026-05-18T23:32:55.312Z Downloaded progenitor v0.14.0
8882026-05-18T23:32:55.312Z Downloaded progenitor v0.11.2
8892026-05-18T23:32:55.316Z Downloaded primeorder v0.13.6
8902026-05-18T23:32:55.316Z Downloaded progenitor v0.10.0
8912026-05-18T23:32:55.320Z Downloaded async-compression v0.4.41
8922026-05-18T23:32:55.322Z Downloaded hickory-resolver v0.24.4
8932026-05-18T23:32:55.323Z Downloaded parking_lot_core v0.9.12
8942026-05-18T23:32:55.325Z Downloaded peg-macros v0.8.5
8952026-05-18T23:32:55.325Z Downloaded rfc6979 v0.4.0
8962026-05-18T23:32:55.325Z Downloaded predicates v3.1.4
8972026-05-18T23:32:55.328Z Downloaded parking_lot v0.11.2
8982026-05-18T23:32:55.328Z Downloaded russh-cryptovec v0.7.3
8992026-05-18T23:32:55.331Z Downloaded rtoolbox v0.0.3
9002026-05-18T23:32:55.331Z Downloaded rustc-hash v2.1.1
9012026-05-18T23:32:55.331Z Downloaded dropshot-api-manager v0.7.1
9022026-05-18T23:32:55.334Z Downloaded proc-macro-error2 v2.0.1
9032026-05-18T23:32:55.337Z Downloaded num-integer v0.1.46
9042026-05-18T23:32:55.337Z Downloaded phf_shared v0.12.1
9052026-05-18T23:32:55.341Z Downloaded poly1305 v0.8.0
9062026-05-18T23:32:55.341Z Downloaded rustc_version v0.1.7
9072026-05-18T23:32:55.341Z Downloaded r2d2 v0.8.10
9082026-05-18T23:32:55.347Z Downloaded pkcs5 v0.7.1
9092026-05-18T23:32:55.347Z Downloaded rand_chacha v0.9.0
9102026-05-18T23:32:55.350Z Downloaded postgres-types v0.2.12
9112026-05-18T23:32:55.350Z Downloaded hashbrown v0.13.2
9122026-05-18T23:32:55.350Z Downloaded hashbrown v0.12.3
9132026-05-18T23:32:55.352Z Downloaded miniz_oxide v0.8.9
9142026-05-18T23:32:55.355Z Downloaded aho-corasick v1.1.4
9152026-05-18T23:32:55.357Z Downloaded rustc_version v0.4.1
9162026-05-18T23:32:55.357Z Downloaded sapling-renderdag v0.1.0
9172026-05-18T23:32:55.360Z Downloaded rand_seeder v0.4.0
9182026-05-18T23:32:55.360Z Downloaded salsa20 v0.10.2
9192026-05-18T23:32:55.360Z Downloaded pkcs1 v0.7.5
9202026-05-18T23:32:55.363Z Downloaded rand_core v0.10.0
9212026-05-18T23:32:55.363Z Downloaded rand_core v0.9.5
9222026-05-18T23:32:55.363Z Downloaded papergrid v0.17.0
9232026-05-18T23:32:55.367Z Downloaded jiff-static v0.2.21
9242026-05-18T23:32:55.370Z Downloaded libbz2-rs-sys v0.2.2
9252026-05-18T23:32:55.370Z Downloaded phf v0.13.1
9262026-05-18T23:32:55.373Z Downloaded phf v0.12.1
9272026-05-18T23:32:55.373Z Downloaded expectorate v1.2.0
9282026-05-18T23:32:55.376Z Downloaded scopeguard v1.2.0
9292026-05-18T23:32:55.376Z Downloaded psm v0.1.30
9302026-05-18T23:32:55.376Z Downloaded secrecy v0.8.0
9312026-05-18T23:32:55.376Z Downloaded serde-big-array v0.5.1
9322026-05-18T23:32:55.379Z Downloaded same-file v1.0.6
9332026-05-18T23:32:55.379Z Downloaded diesel_derives v2.3.7
9342026-05-18T23:32:55.382Z Downloaded scrypt v0.11.0
9352026-05-18T23:32:55.384Z Downloaded scroll_derive v0.13.1
9362026-05-18T23:32:55.384Z Downloaded progenitor-client v0.13.0
9372026-05-18T23:32:55.384Z Downloaded scheduled-thread-pool v0.2.7
9382026-05-18T23:32:55.387Z Downloaded compact_str v0.8.1
9392026-05-18T23:32:55.387Z Downloaded cc v1.2.56
9402026-05-18T23:32:55.391Z Downloaded bumpalo v3.20.2
9412026-05-18T23:32:55.393Z Downloaded secrecy v0.10.3
9422026-05-18T23:32:55.394Z Downloaded seq-macro v0.3.6
9432026-05-18T23:32:55.394Z Downloaded semver v0.1.20
9442026-05-18T23:32:55.396Z Downloaded proc-macro-crate v1.3.1
9452026-05-18T23:32:55.396Z Downloaded serde_plain v1.0.2
9462026-05-18T23:32:55.396Z Downloaded predicates-tree v1.0.13
9472026-05-18T23:32:55.399Z Downloaded indexmap v1.9.3
9482026-05-18T23:32:55.399Z Downloaded serde_bytes v0.11.19
9492026-05-18T23:32:55.403Z Downloaded ignore v0.4.25
9502026-05-18T23:32:55.403Z Downloaded heapless v0.8.0
9512026-05-18T23:32:55.406Z Downloaded serde_urlencoded v0.7.1
9522026-05-18T23:32:55.406Z Downloaded resolv-conf v0.7.6
9532026-05-18T23:32:55.406Z Downloaded serde_spanned v1.0.4
9542026-05-18T23:32:55.409Z Downloaded serde_repr v0.1.20
9552026-05-18T23:32:55.409Z Downloaded rustls-native-certs v0.8.3
9562026-05-18T23:32:55.411Z Downloaded aes v0.8.4
9572026-05-18T23:32:55.414Z Downloaded quinn-udp v0.5.14
9582026-05-18T23:32:55.414Z Downloaded sha1 v0.10.6
9592026-05-18T23:32:55.417Z Downloaded http v1.4.0
9602026-05-18T23:32:55.417Z Downloaded pin-project v1.1.11
9612026-05-18T23:32:55.423Z Downloaded rustls-pemfile v2.2.0
9622026-05-18T23:32:55.426Z Downloaded signature v2.2.0
9632026-05-18T23:32:55.426Z Downloaded rand_core v0.6.4
9642026-05-18T23:32:55.429Z Downloaded signal-hook-mio v0.2.5
9652026-05-18T23:32:55.429Z Downloaded p256 v0.13.2
9662026-05-18T23:32:55.431Z Downloaded siphasher v1.0.2
9672026-05-18T23:32:55.431Z Downloaded scroll v0.13.0
9682026-05-18T23:32:55.434Z Downloaded signal-hook-tokio v0.3.1
9692026-05-18T23:32:55.434Z Downloaded oso v0.27.3
9702026-05-18T23:32:55.437Z Downloaded slog-bunyan v2.5.0
9712026-05-18T23:32:55.437Z Downloaded openssl-sys v0.9.115
9722026-05-18T23:32:55.439Z Downloaded progenitor-impl v0.11.2
9732026-05-18T23:32:55.443Z Downloaded slog-envlogger v2.2.0
9742026-05-18T23:32:55.443Z Downloaded shell-words v1.1.1
9752026-05-18T23:32:55.443Z Downloaded progenitor-impl v0.14.0
9762026-05-18T23:32:55.445Z Downloaded sigpipe v0.1.3
9772026-05-18T23:32:55.445Z Downloaded progenitor-impl v0.13.0
9782026-05-18T23:32:55.446Z Downloaded minimal-lexical v0.2.1
9792026-05-18T23:32:55.451Z Downloaded prefix-trie v0.7.0
9802026-05-18T23:32:55.454Z Downloaded schemars_derive v0.8.22
9812026-05-18T23:32:55.454Z Downloaded rustversion v1.0.22
9822026-05-18T23:32:55.454Z Downloaded postcard v1.1.3
9832026-05-18T23:32:55.457Z Downloaded rusty-fork v0.3.1
9842026-05-18T23:32:55.457Z Downloaded sct v0.7.1
9852026-05-18T23:32:55.460Z Downloaded progenitor-impl v0.10.0
9862026-05-18T23:32:55.460Z Downloaded heapless v0.7.17
9872026-05-18T23:32:55.463Z Downloaded serde-hex v0.1.0
9882026-05-18T23:32:55.466Z Downloaded hickory-resolver v0.25.2
9892026-05-18T23:32:55.469Z Downloaded headers v0.4.1
9902026-05-18T23:32:55.469Z Downloaded chacha20poly1305 v0.10.1
9912026-05-18T23:32:55.472Z Downloaded ssh-encoding v0.2.0
9922026-05-18T23:32:55.472Z Downloaded russh-keys v0.45.0
9932026-05-18T23:32:55.475Z Downloaded sqlparser_derive v0.5.0
9942026-05-18T23:32:55.475Z Downloaded ssh-cipher v0.2.0
9952026-05-18T23:32:55.478Z Downloaded serde_path_to_error v0.1.20
9962026-05-18T23:32:55.483Z Downloaded mio v1.2.0
9972026-05-18T23:32:55.487Z Downloaded pretty_assertions v1.4.1
9982026-05-18T23:32:55.490Z Downloaded strum v0.27.2
9992026-05-18T23:32:55.493Z Downloaded rustls-pemfile v1.0.4
10002026-05-18T23:32:55.496Z Downloaded structmeta v0.3.0
10012026-05-18T23:32:55.499Z Downloaded structmeta-derive v0.3.0
10022026-05-18T23:32:55.499Z Downloaded rustls-pki-types v1.14.0
10032026-05-18T23:32:55.502Z Downloaded subtle v2.6.1
10042026-05-18T23:32:55.502Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-18T23:32:55.502Z Downloaded slog-json v2.6.1
10062026-05-18T23:32:55.507Z Downloaded signal-hook-registry v1.4.8
10072026-05-18T23:32:55.507Z Downloaded strum v0.26.3
10082026-05-18T23:32:55.507Z Downloaded shlex v1.3.0
10092026-05-18T23:32:55.507Z Downloaded supports-color v3.0.2
10102026-05-18T23:32:55.510Z Downloaded tabwriter v1.4.1
10112026-05-18T23:32:55.510Z Downloaded tabled_derive v0.11.0
10122026-05-18T23:32:55.510Z Downloaded sync_wrapper v1.0.2
10132026-05-18T23:32:55.510Z Downloaded sync-ptr v0.1.4
10142026-05-18T23:32:55.510Z Downloaded slog-async v2.8.0
10152026-05-18T23:32:55.510Z Downloaded slab v0.4.12
10162026-05-18T23:32:55.516Z Downloaded slog-stdlog v4.1.1
10172026-05-18T23:32:55.516Z Downloaded simd-adler32 v0.3.8
10182026-05-18T23:32:55.518Z Downloaded take_mut v0.2.2
10192026-05-18T23:32:55.518Z Downloaded tagptr v0.2.0
10202026-05-18T23:32:55.519Z Downloaded slog-term v2.9.2
10212026-05-18T23:32:55.521Z Downloaded slog-dtrace v0.3.0
10222026-05-18T23:32:55.525Z Downloaded spki v0.7.3
10232026-05-18T23:32:55.528Z Downloaded slog-scope v4.4.1
10242026-05-18T23:32:55.528Z Downloaded sec1 v0.7.3
10252026-05-18T23:32:55.528Z Downloaded tap v1.0.1
10262026-05-18T23:32:55.532Z Downloaded smf v0.2.3
10272026-05-18T23:32:55.535Z Downloaded aes-gcm v0.10.3
10282026-05-18T23:32:55.535Z Downloaded ron v0.8.1
10292026-05-18T23:32:55.538Z Downloaded thiserror-impl-no-std v2.0.2
10302026-05-18T23:32:55.541Z Downloaded testing_table v0.3.0
10312026-05-18T23:32:55.541Z Downloaded serde_derive_internals v0.29.1
10322026-05-18T23:32:55.541Z Downloaded snafu-derive v0.8.9
10332026-05-18T23:32:55.544Z Downloaded sqlformat v0.3.5
10342026-05-18T23:32:55.547Z Downloaded termtree v0.5.1
10352026-05-18T23:32:55.547Z Downloaded time-core v0.1.8
10362026-05-18T23:32:55.550Z Downloaded thread-id v5.1.0
10372026-05-18T23:32:55.551Z Downloaded tinyvec_macros v0.1.1
10382026-05-18T23:32:55.561Z Downloaded tokio-macros v2.7.0
10392026-05-18T23:32:55.565Z Downloaded hyper-util v0.1.20
10402026-05-18T23:32:55.565Z Downloaded serde_with_macros v3.17.0
10412026-05-18T23:32:55.565Z Downloaded static_assertions v1.1.0
10422026-05-18T23:32:55.565Z Downloaded serde_cbor v0.11.2
10432026-05-18T23:32:55.568Z Downloaded strum_macros v0.27.2
10442026-05-18T23:32:55.571Z Downloaded stringprep v0.1.5
10452026-05-18T23:32:55.571Z Downloaded string_cache v0.8.9
10462026-05-18T23:32:55.571Z Downloaded stacker v0.1.23
10472026-05-18T23:32:55.574Z Downloaded prettyplease v0.2.37
10482026-05-18T23:32:55.574Z Downloaded strum_macros v0.24.3
10492026-05-18T23:32:55.577Z Downloaded strum_macros v0.26.4
10502026-05-18T23:32:55.580Z Downloaded schemars v0.8.22
10512026-05-18T23:32:55.586Z Downloaded rcgen v0.12.1
10522026-05-18T23:32:55.589Z Downloaded rayon-core v1.13.0
10532026-05-18T23:32:55.593Z Downloaded nom v7.1.3
10542026-05-18T23:32:55.596Z Downloaded spin v0.9.8
10552026-05-18T23:32:55.599Z Downloaded ryu v1.0.23
10562026-05-18T23:32:55.599Z Downloaded qorb v0.4.1
10572026-05-18T23:32:55.603Z Downloaded num-bigint v0.4.6
10582026-05-18T23:32:55.606Z Downloaded trait-variant v0.1.2
10592026-05-18T23:32:55.610Z Downloaded topological-sort v0.2.2
10602026-05-18T23:32:55.614Z Downloaded hickory-server v0.25.2
10612026-05-18T23:32:55.617Z Downloaded quinn v0.11.9
10622026-05-18T23:32:55.617Z Downloaded hashbrown v0.16.1
10632026-05-18T23:32:55.620Z Downloaded tiny-keccak v2.0.2
10642026-05-18T23:32:55.623Z Downloaded termios v0.3.3
10652026-05-18T23:32:55.623Z Downloaded tower-layer v0.3.3
10662026-05-18T23:32:55.625Z Downloaded thread_local v1.1.9
10672026-05-18T23:32:55.626Z Downloaded try-lock v0.2.5
10682026-05-18T23:32:55.626Z Downloaded thiserror-no-std v2.0.2
10692026-05-18T23:32:55.629Z Downloaded rand v0.8.6
10702026-05-18T23:32:55.632Z Downloaded tls_codec v0.4.2
10712026-05-18T23:32:55.636Z Downloaded tokio-rustls v0.25.0
10722026-05-18T23:32:55.639Z Downloaded serde_yaml v0.9.34+deprecated
10732026-05-18T23:32:55.640Z Downloaded typify-macro v0.4.3
10742026-05-18T23:32:55.643Z Downloaded typify-macro v0.6.2
10752026-05-18T23:32:55.643Z Downloaded tokio-dtrace v0.1.1
10762026-05-18T23:32:55.647Z Downloaded tokio-tungstenite v0.21.0
10772026-05-18T23:32:55.650Z Downloaded tokio-native-tls v0.3.1
10782026-05-18T23:32:55.654Z Downloaded itertools v0.13.0
10792026-05-18T23:32:55.657Z Downloaded unarray v0.1.4
10802026-05-18T23:32:55.657Z Downloaded itertools v0.12.1
10812026-05-18T23:32:55.660Z Downloaded untrusted v0.7.1
10822026-05-18T23:32:55.660Z Downloaded universal-hash v0.5.1
10832026-05-18T23:32:55.664Z Downloaded iri-string v0.7.10
10842026-05-18T23:32:55.670Z Downloaded usdt-attr-macro v0.6.0
10852026-05-18T23:32:55.670Z Downloaded unit-prefix v0.5.2
10862026-05-18T23:32:55.670Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-05-18T23:32:55.673Z Downloaded socket2 v0.5.10
10882026-05-18T23:32:55.673Z Downloaded itertools v0.10.5
10892026-05-18T23:32:55.673Z Downloaded iddqd v0.3.18
10902026-05-18T23:32:55.677Z Downloaded utf-8 v0.7.6
10912026-05-18T23:32:55.680Z Downloaded void v1.0.2
10922026-05-18T23:32:55.680Z Downloaded usdt-macro v0.6.0
10932026-05-18T23:32:55.680Z Downloaded tower-service v0.3.3
10942026-05-18T23:32:55.683Z Downloaded publicsuffix v2.3.0
10952026-05-18T23:32:55.683Z Downloaded libxml v0.3.3
10962026-05-18T23:32:55.687Z Downloaded futures-util v0.3.32
10972026-05-18T23:32:55.693Z Downloaded term v0.7.0
10982026-05-18T23:32:55.696Z Downloaded waitgroup v0.1.2
10992026-05-18T23:32:55.696Z Downloaded tls_codec_derive v0.4.2
11002026-05-18T23:32:55.696Z Downloaded tui-tree-widget v0.23.1
11012026-05-18T23:32:55.699Z Downloaded rand v0.9.2
11022026-05-18T23:32:55.703Z Downloaded time-macros v0.2.27
11032026-05-18T23:32:55.703Z Downloaded bindgen v0.71.1
11042026-05-18T23:32:55.706Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-05-18T23:32:55.706Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11062026-05-18T23:32:55.709Z Downloaded schemars v0.9.0
11072026-05-18T23:32:55.714Z Downloaded want v0.3.1
11082026-05-18T23:32:55.717Z Downloaded tokio-rustls v0.24.1
11092026-05-18T23:32:55.717Z Downloaded xattr v1.6.1
11102026-05-18T23:32:55.717Z Downloaded rustls-platform-verifier v0.6.2
11112026-05-18T23:32:55.720Z Downloaded wait-timeout v0.2.1
11122026-05-18T23:32:55.721Z Downloaded support-bundle-viewer v0.1.2
11132026-05-18T23:32:55.723Z Downloaded unicode-truncate v1.1.0
11142026-05-18T23:32:55.723Z Downloaded subprocess v0.2.15
11152026-05-18T23:32:55.726Z Downloaded tokio-tungstenite v0.23.1
11162026-05-18T23:32:55.726Z Downloaded unicase v2.9.0
11172026-05-18T23:32:55.730Z Downloaded smallvec v0.6.14
11182026-05-18T23:32:55.730Z Downloaded slog v2.8.2
11192026-05-18T23:32:55.733Z Downloaded untrusted v0.9.0
11202026-05-18T23:32:55.733Z Downloaded similar v2.7.0
11212026-05-18T23:32:55.736Z Downloaded xshell-macros v0.2.7
11222026-05-18T23:32:55.736Z Downloaded usdt v0.6.0
11232026-05-18T23:32:55.736Z Downloaded itertools v0.14.0
11242026-05-18T23:32:55.739Z Downloaded usdt-impl v0.6.0
11252026-05-18T23:32:55.742Z Downloaded rsa v0.9.10
11262026-05-18T23:32:55.745Z Downloaded samael v0.0.19
11272026-05-18T23:32:55.747Z Downloaded zeroize_derive v1.4.3
11282026-05-18T23:32:55.748Z Downloaded libm v0.2.16
11292026-05-18T23:32:55.752Z Downloaded toml_parser v1.0.9+spec-1.1.0
11302026-05-18T23:32:55.755Z Downloaded tinyvec v1.10.0
11312026-05-18T23:32:55.758Z Downloaded vergen-lib v0.1.6
11322026-05-18T23:32:55.758Z Downloaded vergen-gitcl v1.0.8
11332026-05-18T23:32:55.758Z Downloaded vergen-git2 v1.0.7
11342026-05-18T23:32:55.761Z Downloaded schemars v1.2.1
11352026-05-18T23:32:55.766Z Downloaded vsss-rs v3.3.4
11362026-05-18T23:32:55.769Z Downloaded test-strategy v0.4.5
11372026-05-18T23:32:55.772Z Downloaded zone_cfg_derive v0.3.1
11382026-05-18T23:32:55.772Z Downloaded h2 v0.4.13
11392026-05-18T23:32:55.776Z Downloaded zone v0.3.1
11402026-05-18T23:32:55.780Z Downloaded whoami v1.6.1
11412026-05-18T23:32:55.780Z Downloaded twox-hash v2.1.2
11422026-05-18T23:32:55.780Z Downloaded p521 v0.13.3
11432026-05-18T23:32:55.783Z Downloaded hyper v1.8.1
11442026-05-18T23:32:55.785Z Downloaded hkdf v0.12.4
11452026-05-18T23:32:55.788Z Downloaded tracing-attributes v0.1.31
11462026-05-18T23:32:55.788Z Downloaded tokio-stream v0.1.18
11472026-05-18T23:32:55.792Z Downloaded wyz v0.5.1
11482026-05-18T23:32:55.794Z Downloaded toml v0.9.12+spec-1.1.0
11492026-05-18T23:32:55.794Z Downloaded unicode-properties v0.1.4
11502026-05-18T23:32:55.797Z Downloaded toml v0.7.8
11512026-05-18T23:32:55.797Z Downloaded toml v1.0.6+spec-1.1.0
11522026-05-18T23:32:55.800Z Downloaded tokio-rustls v0.26.4
11532026-05-18T23:32:55.803Z Downloaded blake3 v1.8.3
11542026-05-18T23:32:55.805Z Downloaded whoami v2.1.0
11552026-05-18T23:32:55.809Z Downloaded term v1.2.1
11562026-05-18T23:32:55.812Z Downloaded rustls-webpki v0.103.9
11572026-05-18T23:32:55.812Z Downloaded num-bigint-dig v0.8.6
11582026-05-18T23:32:55.815Z Downloaded xshell v0.2.7
11592026-05-18T23:32:55.815Z Downloaded vergen v9.0.6
11602026-05-18T23:32:55.818Z Downloaded uzers v0.12.2
11612026-05-18T23:32:55.818Z Downloaded tar v0.4.45
11622026-05-18T23:32:55.820Z Downloaded hashbrown v0.15.5
11632026-05-18T23:32:55.823Z Downloaded zstd-safe v7.2.4
11642026-05-18T23:32:55.823Z Downloaded zstd v0.13.3
11652026-05-18T23:32:55.826Z Downloaded walkdir v2.5.0
11662026-05-18T23:32:55.826Z Downloaded socket2 v0.6.3
11672026-05-18T23:32:55.829Z Downloaded steno v0.4.1
11682026-05-18T23:32:55.832Z Downloaded snafu v0.8.9
11692026-05-18T23:32:55.835Z Downloaded signal-hook v0.3.18
11702026-05-18T23:32:55.839Z Downloaded typify v0.6.2
11712026-05-18T23:32:55.842Z Downloaded tracing-core v0.1.36
11722026-05-18T23:32:55.847Z Downloaded tungstenite v0.23.0
11732026-05-18T23:32:55.850Z Downloaded tungstenite v0.21.0
11742026-05-18T23:32:55.859Z Downloaded unicode-bidi v0.3.18
11752026-05-18T23:32:55.862Z Downloaded unsafe-libyaml v0.2.11
11762026-05-18T23:32:55.864Z Downloaded rpassword v7.4.0
11772026-05-18T23:32:55.864Z Downloaded rand v0.10.0
11782026-05-18T23:32:55.867Z Downloaded uuid v1.23.0
11792026-05-18T23:32:55.870Z Downloaded rustyline v14.0.0
11802026-05-18T23:32:55.874Z Downloaded yasna v0.5.2
11812026-05-18T23:32:55.877Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-05-18T23:32:55.880Z Downloaded typify v0.4.3
11832026-05-18T23:32:55.882Z Downloaded zeroize v1.8.2
11842026-05-18T23:32:55.885Z Downloaded tokio-postgres v0.7.16
11852026-05-18T23:32:55.898Z Downloaded zerocopy v0.6.6
11862026-05-18T23:32:55.901Z Downloaded vte v0.14.1
11872026-05-18T23:32:55.904Z Downloaded russh v0.45.0
11882026-05-18T23:32:55.914Z Downloaded zopfli v0.8.3
11892026-05-18T23:32:55.916Z Downloaded ssh-key v0.6.7
11902026-05-18T23:32:55.923Z Downloaded toml_edit v0.19.15
11912026-05-18T23:32:55.932Z Downloaded chrono v0.4.44
11922026-05-18T23:32:55.937Z Downloaded unicode_categories v0.1.1
11932026-05-18T23:32:55.944Z Downloaded git2 v0.20.4
11942026-05-18T23:32:55.957Z Downloaded reedline v0.40.0
11952026-05-18T23:32:55.961Z Downloaded typed-path v0.9.3
11962026-05-18T23:32:55.966Z Downloaded p384 v0.13.1
11972026-05-18T23:32:55.969Z Downloaded regex v1.12.3
11982026-05-18T23:32:55.971Z Downloaded zip v0.6.6
11992026-05-18T23:32:55.974Z Downloaded rayon v1.11.0
12002026-05-18T23:32:55.979Z Downloaded reqwest v0.13.2
12012026-05-18T23:32:55.984Z Downloaded curve25519-dalek v4.1.3
12022026-05-18T23:32:55.989Z Downloaded tower v0.5.3
12032026-05-18T23:32:56.001Z Downloaded yansi v1.0.1
12042026-05-18T23:32:56.004Z Downloaded rustls-webpki v0.101.7
12052026-05-18T23:32:56.010Z Downloaded aws-lc-rs v1.16.3
12062026-05-18T23:32:56.016Z Downloaded unicode-segmentation v1.12.0
12072026-05-18T23:32:56.019Z Downloaded lalrpop v0.19.12
12082026-05-18T23:32:56.026Z Downloaded reqwest v0.12.28
12092026-05-18T23:32:56.028Z Downloaded portable-atomic v1.13.1
12102026-05-18T23:32:56.033Z Downloaded x509-cert v0.2.5
12112026-05-18T23:32:56.036Z Downloaded goblin v0.10.5
12122026-05-18T23:32:56.041Z Downloaded salty v0.3.0
12132026-05-18T23:32:56.045Z Downloaded zerocopy-derive v0.8.40
12142026-05-18T23:32:56.050Z Downloaded tokio-util v0.7.18
12152026-05-18T23:32:56.054Z Downloaded quick-xml v0.37.5
12162026-05-18T23:32:56.058Z Downloaded proptest v1.10.0
12172026-05-18T23:32:56.063Z Downloaded bitvec v1.0.1
12182026-05-18T23:32:56.071Z Downloaded unicode-normalization v0.1.25
12192026-05-18T23:32:56.074Z Downloaded tough v0.22.0
12202026-05-18T23:32:56.078Z Downloaded zip v4.6.1
12212026-05-18T23:32:56.081Z Downloaded serde_with v3.17.0
12222026-05-18T23:32:56.089Z Downloaded petname v2.0.2
12232026-05-18T23:32:56.093Z Downloaded nix v0.27.1
12242026-05-18T23:32:56.099Z Downloaded rustls-webpki v0.102.8
12252026-05-18T23:32:56.110Z Downloaded tower-http v0.6.8
12262026-05-18T23:32:56.114Z Downloaded quinn-proto v0.11.13
12272026-05-18T23:32:56.118Z Downloaded moka v0.12.13
12282026-05-18T23:32:56.124Z Downloaded winnow v0.5.40
12292026-05-18T23:32:56.128Z Downloaded object v0.30.4
12302026-05-18T23:32:56.133Z Downloaded bstr v1.12.1
12312026-05-18T23:32:56.148Z Downloaded winnow v0.6.26
12322026-05-18T23:32:56.153Z Downloaded radix_trie v0.2.1
12332026-05-18T23:32:56.171Z Downloaded nix v0.29.0
12342026-05-18T23:32:56.178Z Downloaded time v0.3.47
12352026-05-18T23:32:56.185Z Downloaded nix v0.28.0
12362026-05-18T23:32:56.191Z Downloaded polar-core v0.27.3
12372026-05-18T23:32:56.196Z Downloaded regex-syntax v0.6.29
12382026-05-18T23:32:56.200Z Downloaded tabled v0.20.0
12392026-05-18T23:32:56.210Z Downloaded dropshot v0.16.7
12402026-05-18T23:32:56.223Z Downloaded zlib-rs v0.6.2
12412026-05-18T23:32:56.227Z Downloaded vcpkg v0.2.15
12422026-05-18T23:32:56.249Z Downloaded rustls v0.21.12
12432026-05-18T23:32:56.255Z Downloaded hickory-proto v0.24.4
12442026-05-18T23:32:56.264Z Downloaded webpki-roots v1.0.6
12452026-05-18T23:32:56.267Z Downloaded rustls v0.22.4
12462026-05-18T23:32:56.274Z Downloaded nix v0.31.2
12472026-05-18T23:32:56.281Z Downloaded rustls v0.23.37
12482026-05-18T23:32:56.287Z Downloaded object v0.37.3
12492026-05-18T23:32:56.294Z Downloaded diesel v2.3.7
12502026-05-18T23:32:56.306Z Downloaded zerocopy v0.8.40
12512026-05-18T23:32:56.311Z Downloaded smoltcp v0.9.1
12522026-05-18T23:32:56.317Z Downloaded regress v0.10.5
12532026-05-18T23:32:56.322Z Downloaded smoltcp v0.11.0
12542026-05-18T23:32:56.329Z Downloaded hickory-proto v0.25.2
12552026-05-18T23:32:56.338Z Downloaded regress v0.11.1
12562026-05-18T23:32:56.344Z Downloaded openapiv3 v2.2.0
12572026-05-18T23:32:56.351Z Downloaded dropshot v0.17.0
12582026-05-18T23:32:56.364Z Downloaded typify-impl v0.6.2
12592026-05-18T23:32:56.374Z Downloaded regex-syntax v0.8.10
12602026-05-18T23:32:56.377Z Downloaded rustix v0.38.44
12612026-05-18T23:32:56.388Z Downloaded sled v0.34.7
12622026-05-18T23:32:56.395Z Downloaded openssl v0.10.79
12632026-05-18T23:32:56.402Z Downloaded typify-impl v0.4.3
12642026-05-18T23:32:56.411Z Downloaded sqlparser v0.61.0
12652026-05-18T23:32:56.417Z Downloaded ratatui v0.29.0
12662026-05-18T23:32:56.429Z Downloaded zerocopy-derive v0.6.6
12672026-05-18T23:32:56.447Z Downloaded tracing v0.1.44
12682026-05-18T23:32:56.474Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-18T23:32:56.487Z Downloaded libz-sys v1.1.24
12702026-05-18T23:32:56.499Z Downloaded csv v1.4.0
12712026-05-18T23:32:56.520Z Downloaded regex-automata v0.4.14
12722026-05-18T23:32:56.540Z Downloaded petgraph v0.6.5
12732026-05-18T23:32:56.550Z Downloaded jiff v0.2.21
12742026-05-18T23:32:56.562Z Downloaded chrono-tz v0.10.4
12752026-05-18T23:32:56.573Z Downloaded petgraph v0.8.3
12762026-05-18T23:32:56.599Z Downloaded encoding_rs v0.8.35
12772026-05-18T23:32:56.613Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-18T23:32:56.622Z Downloaded sha3 v0.10.8
12792026-05-18T23:32:56.625Z Downloaded tokio v1.52.1
12802026-05-18T23:32:56.662Z Downloaded ring v0.17.14
12812026-05-18T23:32:56.687Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-05-18T23:32:57.207Z Downloaded aws-lc-sys v0.40.0
12832026-05-18T23:32:57.464Z Compiling libc v0.2.185
12842026-05-18T23:32:57.466Z Compiling serde v1.0.228
12852026-05-18T23:32:57.466Z Compiling log v0.4.29
12862026-05-18T23:32:57.467Z Compiling shlex v1.3.0
12872026-05-18T23:32:57.467Z Compiling find-msvc-tools v0.1.9
12882026-05-18T23:32:57.467Z Compiling smallvec v1.15.1
12892026-05-18T23:32:57.467Z Compiling typenum v1.19.0
12902026-05-18T23:32:57.467Z Compiling subtle v2.6.1
12912026-05-18T23:32:57.631Z Compiling generic-array v0.14.7
12922026-05-18T23:32:57.644Z Compiling scopeguard v1.2.0
12932026-05-18T23:32:57.648Z Compiling const-oid v0.9.6
12942026-05-18T23:32:57.703Z Compiling serde_json v1.0.149
12952026-05-18T23:32:57.731Z Compiling syn v2.0.117
12962026-05-18T23:32:57.734Z Compiling zerocopy v0.8.40
12972026-05-18T23:32:57.734Z Compiling parking_lot_core v0.9.12
12982026-05-18T23:32:57.742Z Compiling pin-project-lite v0.2.17
12992026-05-18T23:32:57.812Z Compiling lock_api v0.4.14
13002026-05-18T23:32:57.826Z Compiling portable-atomic v1.13.1
13012026-05-18T23:32:57.839Z Compiling pkg-config v0.3.32
13022026-05-18T23:32:57.856Z Compiling bitflags v2.11.0
13032026-05-18T23:32:57.856Z Compiling libm v0.2.16
13042026-05-18T23:32:57.887Z Compiling futures-core v0.3.32
13052026-05-18T23:32:57.910Z Compiling critical-section v1.2.0
13062026-05-18T23:32:57.986Z Compiling num-traits v0.2.19
13072026-05-18T23:32:58.022Z Compiling percent-encoding v2.3.2
13082026-05-18T23:32:58.067Z Compiling futures-sink v0.3.32
13092026-05-18T23:32:58.067Z Compiling getrandom v0.4.1
13102026-05-18T23:32:58.080Z Compiling futures-task v0.3.32
13112026-05-18T23:32:58.091Z Compiling cpufeatures v0.2.17
13122026-05-18T23:32:58.184Z Compiling futures-io v0.3.32
13132026-05-18T23:32:58.250Z Compiling futures-channel v0.3.32
13142026-05-18T23:32:58.254Z Compiling slab v0.4.12
13152026-05-18T23:32:58.297Z Compiling rand_core v0.10.0
13162026-05-18T23:32:58.314Z Compiling indexmap v2.14.0
13172026-05-18T23:32:58.370Z Compiling getrandom v0.3.4
13182026-05-18T23:32:58.370Z Compiling rustversion v1.0.22
13192026-05-18T23:32:58.431Z Compiling form_urlencoded v1.2.2
13202026-05-18T23:32:58.462Z Compiling fs_extra v1.3.0
13212026-05-18T23:32:58.483Z Compiling dunce v1.0.5
13222026-05-18T23:32:58.487Z Compiling base64ct v1.8.3
13232026-05-18T23:32:58.487Z Compiling ident_case v1.0.1
13242026-05-18T23:32:58.606Z Compiling getrandom v0.2.17
13252026-05-18T23:32:58.610Z Compiling jobserver v0.1.34
13262026-05-18T23:32:58.689Z Compiling errno v0.3.14
13272026-05-18T23:32:58.717Z Compiling mio v1.2.0
13282026-05-18T23:32:58.721Z Compiling socket2 v0.6.3
13292026-05-18T23:32:58.776Z Compiling rand_core v0.6.4
13302026-05-18T23:32:58.822Z Compiling signal-hook-registry v1.4.8
13312026-05-18T23:32:58.857Z Compiling cc v1.2.56
13322026-05-18T23:32:58.897Z Compiling once_cell v1.21.3
13332026-05-18T23:32:58.949Z Compiling parking_lot v0.12.5
13342026-05-18T23:32:59.056Z Compiling pem-rfc7468 v0.7.0
13352026-05-18T23:32:59.072Z Compiling flagset v0.4.7
13362026-05-18T23:32:59.076Z Compiling rustix v1.1.3
13372026-05-18T23:32:59.108Z Compiling iana-time-zone v0.1.65
13382026-05-18T23:32:59.153Z Compiling regex-syntax v0.8.10
13392026-05-18T23:32:59.167Z Compiling vcpkg v0.2.15
13402026-05-18T23:32:59.185Z Compiling aws-lc-rs v1.16.3
13412026-05-18T23:32:59.237Z Compiling tracing-core v0.1.36
13422026-05-18T23:32:59.266Z Compiling uuid v1.23.0
13432026-05-18T23:32:59.281Z Compiling rustc_version v0.4.1
13442026-05-18T23:32:59.351Z Compiling base64 v0.22.1
13452026-05-18T23:32:59.371Z Compiling untrusted v0.7.1
13462026-05-18T23:32:59.393Z Compiling tinyvec_macros v0.1.1
13472026-05-18T23:32:59.482Z Compiling rand_core v0.9.5
13482026-05-18T23:32:59.520Z Compiling httparse v1.10.1
13492026-05-18T23:32:59.523Z Compiling untrusted v0.9.0
13502026-05-18T23:32:59.574Z Compiling openssl-probe v0.2.1
13512026-05-18T23:32:59.630Z Compiling tinyvec v1.10.0
13522026-05-18T23:32:59.652Z Compiling cmake v0.1.57
13532026-05-18T23:32:59.683Z Compiling aho-corasick v1.1.4
13542026-05-18T23:32:59.686Z Compiling tower-service v0.3.3
13552026-05-18T23:32:59.716Z Compiling schemars v0.8.22
13562026-05-18T23:32:59.797Z Compiling tower-layer v0.3.3
13572026-05-18T23:32:59.807Z Compiling rustls v0.23.37
13582026-05-18T23:32:59.812Z Compiling atomic-waker v1.1.2
13592026-05-18T23:32:59.842Z Compiling dyn-clone v1.0.20
13602026-05-18T23:32:59.924Z Compiling try-lock v0.2.5
13612026-05-18T23:32:59.958Z Compiling foreign-types-shared v0.1.1
13622026-05-18T23:33:00.006Z Compiling pin-utils v0.1.0
13632026-05-18T23:33:00.006Z Compiling httpdate v1.0.3
13642026-05-18T23:33:00.023Z Compiling want v0.3.1
13652026-05-18T23:33:00.026Z Compiling openssl v0.10.79
13662026-05-18T23:33:00.057Z Compiling foreign-types v0.3.2
13672026-05-18T23:33:00.069Z Compiling unicode-normalization v0.1.25
13682026-05-18T23:33:00.072Z Compiling spin v0.9.8
13692026-05-18T23:33:00.072Z Compiling num-conv v0.2.0
13702026-05-18T23:33:00.118Z Compiling powerfmt v0.2.0
13712026-05-18T23:33:00.133Z Compiling time-core v0.1.8
13722026-05-18T23:33:00.133Z Compiling crc32fast v1.5.0
13732026-05-18T23:33:00.175Z Compiling native-tls v0.2.18
13742026-05-18T23:33:00.226Z Compiling wait-timeout v0.2.1
13752026-05-18T23:33:00.289Z Compiling sync_wrapper v1.0.2
13762026-05-18T23:33:00.297Z Compiling deranged v0.5.8
13772026-05-18T23:33:00.320Z Compiling bit-vec v0.8.0
13782026-05-18T23:33:00.334Z Compiling siphasher v1.0.2
13792026-05-18T23:33:00.348Z Compiling time-macros v0.2.27
13802026-05-18T23:33:00.348Z Compiling usdt-impl v0.6.0
13812026-05-18T23:33:00.377Z Compiling quick-error v1.2.3
13822026-05-18T23:33:00.419Z Compiling unicode-segmentation v1.12.0
13832026-05-18T23:33:00.434Z Compiling simd-adler32 v0.3.8
13842026-05-18T23:33:00.533Z Compiling num_threads v0.1.7
13852026-05-18T23:33:00.554Z Compiling syn v1.0.109
13862026-05-18T23:33:00.571Z Compiling crossbeam-utils v0.8.21
13872026-05-18T23:33:00.574Z Compiling aws-lc-sys v0.40.0
13882026-05-18T23:33:00.618Z Compiling ring v0.17.14
13892026-05-18T23:33:00.621Z Compiling openssl-sys v0.9.115
13902026-05-18T23:33:00.621Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-05-18T23:33:00.684Z Compiling bzip2-sys v0.1.13+1.0.8
13922026-05-18T23:33:00.765Z Compiling synstructure v0.13.2
13932026-05-18T23:33:00.803Z Compiling pest_generator v2.8.6
13942026-05-18T23:33:00.889Z Compiling serde_derive_internals v0.29.1
13952026-05-18T23:33:00.933Z Compiling darling_core v0.20.11
13962026-05-18T23:33:00.935Z Compiling regex-automata v0.4.14
13972026-05-18T23:33:01.035Z Compiling tempfile v3.25.0
13982026-05-18T23:33:01.153Z Compiling darling_core v0.21.3
13992026-05-18T23:33:01.454Z Compiling rusty-fork v0.3.1
14002026-05-18T23:33:01.470Z Compiling bit-set v0.8.0
14012026-05-18T23:33:01.485Z Compiling slog v2.8.2
14022026-05-18T23:33:01.600Z Compiling time v0.3.47
14032026-05-18T23:33:01.617Z Compiling rand_xorshift v0.4.0
14042026-05-18T23:33:01.631Z Compiling heapless v0.7.17
14052026-05-18T23:33:01.662Z Compiling thread-id v5.1.0
14062026-05-18T23:33:01.712Z Compiling cookie v0.18.1
14072026-05-18T23:33:01.739Z Compiling iri-string v0.7.10
14082026-05-18T23:33:01.766Z Compiling allocator-api2 v0.2.21
14092026-05-18T23:33:01.804Z Compiling signal-hook v0.3.18
14102026-05-18T23:33:01.820Z Compiling ryu v1.0.23
14112026-05-18T23:33:01.820Z Compiling unicode-bidi v0.3.18
14122026-05-18T23:33:01.889Z Compiling unicode-properties v0.1.4
14132026-05-18T23:33:01.913Z Compiling zstd-safe v7.2.4
14142026-05-18T23:33:01.931Z Compiling anyhow v1.0.102
14152026-05-18T23:33:02.009Z Compiling paste v1.0.15
14162026-05-18T23:33:02.028Z Compiling unarray v0.1.4
14172026-05-18T23:33:02.132Z Compiling adler2 v2.0.1
14182026-05-18T23:33:02.214Z Compiling stringprep v0.1.5
14192026-05-18T23:33:02.245Z Compiling miniz_oxide v0.8.9
14202026-05-18T23:33:02.432Z Compiling heck v0.4.1
14212026-05-18T23:33:02.555Z Compiling num-integer v0.1.46
14222026-05-18T23:33:02.647Z Compiling serde_derive v1.0.228
14232026-05-18T23:33:02.684Z Compiling zeroize_derive v1.4.3
14242026-05-18T23:33:02.703Z Compiling zerofrom-derive v0.1.6
14252026-05-18T23:33:02.761Z Compiling yoke-derive v0.8.1
14262026-05-18T23:33:02.918Z Compiling zerocopy-derive v0.8.40
14272026-05-18T23:33:02.932Z Compiling zerovec-derive v0.11.2
14282026-05-18T23:33:03.154Z Compiling displaydoc v0.2.5
14292026-05-18T23:33:03.330Z Compiling tokio-macros v2.7.0
14302026-05-18T23:33:03.360Z Compiling futures-macro v0.3.32
14312026-05-18T23:33:03.393Z Compiling zeroize v1.8.2
14322026-05-18T23:33:03.422Z Compiling der_derive v0.7.3
14332026-05-18T23:33:03.869Z Compiling rustls-pki-types v1.14.0
14342026-05-18T23:33:03.992Z Compiling tracing-attributes v0.1.31
14352026-05-18T23:33:04.098Z Compiling thiserror-impl v2.0.18
14362026-05-18T23:33:04.133Z Compiling scroll_derive v0.13.1
14372026-05-18T23:33:04.195Z Compiling crypto-common v0.1.7
14382026-05-18T23:33:04.269Z Compiling zerofrom v0.1.6
14392026-05-18T23:33:04.272Z Compiling block-buffer v0.10.4
14402026-05-18T23:33:04.272Z Compiling futures-util v0.3.32
14412026-05-18T23:33:04.366Z Compiling block-padding v0.3.3
14422026-05-18T23:33:04.369Z Compiling pest_derive v2.8.6
14432026-05-18T23:33:04.417Z Compiling yoke v0.8.1
14442026-05-18T23:33:04.487Z Compiling digest v0.10.7
14452026-05-18T23:33:04.530Z Compiling inout v0.1.4
14462026-05-18T23:33:04.560Z Compiling der v0.7.10
14472026-05-18T23:33:04.637Z Compiling zerovec v0.11.5
14482026-05-18T23:33:04.729Z Compiling zerotrie v0.2.3
14492026-05-18T23:33:04.778Z Compiling hmac v0.12.1
14502026-05-18T23:33:04.866Z Compiling sha2 v0.10.9
14512026-05-18T23:33:04.957Z Compiling cipher v0.4.4
14522026-05-18T23:33:05.006Z Compiling pbkdf2 v0.12.2
14532026-05-18T23:33:05.073Z Compiling schemars_derive v0.8.22
14542026-05-18T23:33:05.143Z Compiling tinystr v0.8.2
14552026-05-18T23:33:05.193Z Compiling potential_utf v0.1.4
14562026-05-18T23:33:05.224Z Compiling salsa20 v0.10.2
14572026-05-18T23:33:05.269Z Compiling cbc v0.1.2
14582026-05-18T23:33:05.358Z Compiling icu_locale_core v2.1.1
14592026-05-18T23:33:05.389Z Compiling icu_collections v2.1.1
14602026-05-18T23:33:05.405Z Compiling scrypt v0.11.0
14612026-05-18T23:33:05.421Z Compiling aes v0.8.4
14622026-05-18T23:33:05.438Z Compiling spki v0.7.3
14632026-05-18T23:33:05.454Z Compiling tracing v0.1.44
14642026-05-18T23:33:05.547Z Compiling thiserror v2.0.18
14652026-05-18T23:33:05.689Z Compiling scroll v0.13.0
14662026-05-18T23:33:05.703Z Compiling darling_macro v0.20.11
14672026-05-18T23:33:05.762Z Compiling openssl-macros v0.1.1
14682026-05-18T23:33:05.844Z Compiling pkcs5 v0.7.1
14692026-05-18T23:33:05.902Z Compiling rustls-native-certs v0.8.3
14702026-05-18T23:33:05.985Z Compiling goblin v0.10.5
14712026-05-18T23:33:06.204Z Compiling icu_provider v2.1.1
14722026-05-18T23:33:06.224Z Compiling pkcs8 v0.10.2
14732026-05-18T23:33:06.239Z Compiling darling v0.20.11
14742026-05-18T23:33:06.339Z Compiling bytes v1.11.1
14752026-05-18T23:33:06.356Z Compiling chrono v0.4.44
14762026-05-18T23:33:06.373Z Compiling ipnet v2.11.0
14772026-05-18T23:33:06.403Z Compiling derive_builder_core v0.20.2
14782026-05-18T23:33:06.421Z Compiling dtrace-parser v0.3.0
14792026-05-18T23:33:06.435Z Compiling signature v2.2.0
14802026-05-18T23:33:06.534Z Compiling icu_normalizer v2.1.1
14812026-05-18T23:33:06.552Z Compiling icu_properties v2.1.2
14822026-05-18T23:33:06.567Z Compiling webpki-roots v1.0.6
14832026-05-18T23:33:06.653Z Compiling thiserror-impl v1.0.69
14842026-05-18T23:33:06.708Z Compiling scroll_derive v0.12.1
14852026-05-18T23:33:06.734Z Compiling erased-serde v0.3.31
14862026-05-18T23:33:06.903Z Compiling tokio v1.52.1
14872026-05-18T23:33:07.002Z Compiling http v1.4.0
14882026-05-18T23:33:07.105Z Compiling toml_datetime v0.6.11
14892026-05-18T23:33:07.213Z Compiling serde_urlencoded v0.7.1
14902026-05-18T23:33:07.251Z Compiling serde_spanned v0.6.9
14912026-05-18T23:33:07.334Z Compiling derive_builder_macro v0.20.2
14922026-05-18T23:33:07.427Z Compiling serde_tokenstream v0.2.3
14932026-05-18T23:33:07.451Z Compiling md-5 v0.10.6
14942026-05-18T23:33:07.469Z Compiling idna_adapter v1.2.1
14952026-05-18T23:33:07.516Z Compiling ppv-lite86 v0.2.21
14962026-05-18T23:33:07.567Z Compiling scroll v0.12.0
14972026-05-18T23:33:07.634Z Compiling idna v1.1.0
14982026-05-18T23:33:07.650Z Compiling darling_macro v0.21.3
14992026-05-18T23:33:07.739Z Compiling http-body v1.0.1
15002026-05-18T23:33:07.751Z Compiling bstr v1.12.1
15012026-05-18T23:33:07.770Z Compiling pin-project-internal v1.1.11
15022026-05-18T23:33:07.876Z Compiling rand_chacha v0.9.0
15032026-05-18T23:33:07.908Z Compiling http-body-util v0.1.3
15042026-05-18T23:33:07.908Z Compiling rand_chacha v0.3.1
15052026-05-18T23:33:07.908Z Compiling async-trait v0.1.89
15062026-05-18T23:33:07.994Z Compiling zerocopy-derive v0.7.35
15072026-05-18T23:33:08.078Z Compiling url v2.5.8
15082026-05-18T23:33:08.172Z Compiling thiserror v1.0.69
15092026-05-18T23:33:08.249Z Compiling rand v0.9.2
15102026-05-18T23:33:08.249Z Compiling vergen-lib v0.1.6
15112026-05-18T23:33:08.249Z Compiling curve25519-dalek v4.1.3
15122026-05-18T23:33:08.385Z Compiling ff v0.13.1
15132026-05-18T23:33:08.490Z Compiling hash32 v0.2.1
15142026-05-18T23:33:08.575Z Compiling memoffset v0.9.1
15152026-05-18T23:33:08.575Z Compiling zlib-rs v0.6.2
15162026-05-18T23:33:08.719Z Compiling base16ct v0.2.0
15172026-05-18T23:33:08.758Z Compiling smoltcp v0.9.1
15182026-05-18T23:33:08.843Z Compiling proptest v1.10.0
15192026-05-18T23:33:08.873Z Compiling dof v0.4.0
15202026-05-18T23:33:08.967Z Compiling cfg_aliases v0.2.1
15212026-05-18T23:33:08.967Z Compiling fallible-iterator v0.2.0
15222026-05-18T23:33:09.028Z Compiling rustix v0.38.44
15232026-05-18T23:33:09.050Z Compiling num-bigint-dig v0.8.6
15242026-05-18T23:33:09.055Z Compiling psl-types v2.0.11
15252026-05-18T23:33:09.073Z Compiling litrs v1.0.0
15262026-05-18T23:33:09.089Z Compiling ref-cast v1.0.25
15272026-05-18T23:33:09.127Z Compiling nix v0.31.2
15282026-05-18T23:33:09.206Z Compiling publicsuffix v2.3.0
15292026-05-18T23:33:09.289Z Compiling postgres-protocol v0.6.10
15302026-05-18T23:33:09.312Z Compiling pin-project v1.1.11
15312026-05-18T23:33:09.378Z Compiling zerocopy v0.7.35
15322026-05-18T23:33:09.414Z Compiling sec1 v0.7.3
15332026-05-18T23:33:09.458Z Compiling ipnetwork v0.21.1
15342026-05-18T23:33:09.571Z Compiling group v0.13.0
15352026-05-18T23:33:09.638Z Compiling document-features v0.2.12
15362026-05-18T23:33:09.656Z Compiling darling v0.21.3
15372026-05-18T23:33:09.726Z Compiling oxnet v0.1.4
15382026-05-18T23:33:09.757Z Compiling rand v0.8.6
15392026-05-18T23:33:09.779Z Compiling derive_builder v0.20.2
15402026-05-18T23:33:09.891Z Compiling goblin v0.8.2
15412026-05-18T23:33:09.933Z Compiling futures-executor v0.3.32
15422026-05-18T23:33:09.977Z Compiling hubpack_derive v0.1.1
15432026-05-18T23:33:10.019Z Compiling cargo-platform v0.1.9
15442026-05-18T23:33:10.049Z Compiling hex v0.4.3
15452026-05-18T23:33:10.108Z Compiling hkdf v0.12.4
15462026-05-18T23:33:10.163Z Compiling crypto-bigint v0.5.5
15472026-05-18T23:33:10.229Z Compiling regex v1.12.3
15482026-05-18T23:33:10.305Z Compiling num-iter v0.1.45
15492026-05-18T23:33:10.321Z Compiling snafu-derive v0.8.9
15502026-05-18T23:33:10.338Z Compiling curve25519-dalek-derive v0.1.1
15512026-05-18T23:33:10.362Z Compiling daft-derive v0.1.5
15522026-05-18T23:33:10.377Z Compiling ref-cast-impl v1.0.25
15532026-05-18T23:33:10.452Z Compiling strum_macros v0.27.2
15542026-05-18T23:33:10.700Z Compiling terminal_size v0.4.3
15552026-05-18T23:33:10.861Z Compiling tokio-util v0.7.18
15562026-05-18T23:33:10.877Z Compiling tower v0.5.3
15572026-05-18T23:33:10.896Z Compiling tokio-native-tls v0.3.1
15582026-05-18T23:33:10.977Z Compiling phf_shared v0.13.1
15592026-05-18T23:33:10.992Z Compiling lazy_static v1.5.0
15602026-05-18T23:33:11.060Z Compiling vergen v9.0.6
15612026-05-18T23:33:11.072Z Compiling fs-err v3.3.0
15622026-05-18T23:33:11.110Z Compiling ahash v0.8.12
15632026-05-18T23:33:11.125Z Compiling encoding_rs v0.8.35
15642026-05-18T23:33:11.158Z Compiling foldhash v0.1.5
15652026-05-18T23:33:11.249Z Compiling newtype-uuid v1.3.2
15662026-05-18T23:33:11.264Z Compiling bitflags v1.3.2
15672026-05-18T23:33:11.288Z Compiling mime v0.3.17
15682026-05-18T23:33:11.365Z Compiling tower-http v0.6.8
15692026-05-18T23:33:11.369Z Compiling same-file v1.0.6
15702026-05-18T23:33:11.369Z Compiling bumpalo v3.20.2
15712026-05-18T23:33:11.406Z Compiling foldhash v0.2.0
15722026-05-18T23:33:11.565Z Compiling flate2 v1.1.9
15732026-05-18T23:33:11.580Z Compiling h2 v0.4.13
15742026-05-18T23:33:11.621Z Compiling winnow v0.5.40
15752026-05-18T23:33:11.659Z Compiling libbz2-rs-sys v0.2.2
15762026-05-18T23:33:11.673Z Compiling object v0.37.3
15772026-05-18T23:33:11.793Z Compiling managed v0.8.0
15782026-05-18T23:33:11.916Z Compiling zopfli v0.8.3
15792026-05-18T23:33:11.966Z Compiling hashbrown v0.16.1
15802026-05-18T23:33:12.033Z Compiling walkdir v2.5.0
15812026-05-18T23:33:12.047Z Compiling daft v0.1.5
15822026-05-18T23:33:12.365Z Compiling dof v0.3.0
15832026-05-18T23:33:12.381Z Compiling snafu v0.8.9
15842026-05-18T23:33:12.384Z Compiling bzip2 v0.6.1
15852026-05-18T23:33:12.410Z Compiling hashbrown v0.15.5
15862026-05-18T23:33:12.470Z Compiling clap_builder v4.5.60
15872026-05-18T23:33:12.542Z Compiling strum v0.27.2
15882026-05-18T23:33:12.645Z Compiling phf v0.13.1
15892026-05-18T23:33:12.663Z Compiling elliptic-curve v0.13.8
15902026-05-18T23:33:12.774Z Compiling signal-hook-mio v0.2.5
15912026-05-18T23:33:12.872Z Compiling cargo_metadata v0.19.2
15922026-05-18T23:33:12.886Z Compiling cookie_store v0.22.1
15932026-05-18T23:33:12.915Z Compiling usdt-attr-macro v0.6.0
15942026-05-18T23:33:12.932Z Compiling toml_edit v0.19.15
15952026-05-18T23:33:13.005Z Compiling usdt-macro v0.6.0
15962026-05-18T23:33:13.111Z Compiling hubpack v0.1.2
15972026-05-18T23:33:13.116Z Compiling bzip2 v0.4.4
15982026-05-18T23:33:13.141Z Compiling futures v0.3.32
15992026-05-18T23:33:13.230Z Compiling serde_with_macros v3.17.0
16002026-05-18T23:33:13.247Z Compiling postgres-types v0.2.12
16012026-05-18T23:33:13.493Z Compiling zstd v0.13.3
16022026-05-18T23:33:13.549Z Compiling globset v0.4.18
16032026-05-18T23:33:13.638Z Compiling dtrace-parser v0.2.0
16042026-05-18T23:33:13.816Z Compiling ed25519 v2.2.3
16052026-05-18T23:33:13.834Z Compiling pkcs1 v0.7.5
16062026-05-18T23:33:13.879Z Compiling serde_plain v1.0.2
16072026-05-18T23:33:13.902Z Compiling serde-big-array v0.5.1
16082026-05-18T23:33:14.078Z Compiling olpc-cjson v0.1.4
16092026-05-18T23:33:14.111Z Compiling rfc6979 v0.4.0
16102026-05-18T23:33:14.261Z Compiling strum_macros v0.26.4
16112026-05-18T23:33:14.275Z Compiling async-recursion v1.1.1
16122026-05-18T23:33:14.289Z Compiling clap_derive v4.5.55
16132026-05-18T23:33:14.327Z Compiling enum-as-inner v0.6.1
16142026-05-18T23:33:14.342Z Compiling serde_repr v0.1.20
16152026-05-18T23:33:14.446Z Compiling phf_shared v0.11.3
16162026-05-18T23:33:14.521Z Compiling float-cmp v0.10.0
16172026-05-18T23:33:14.613Z Compiling pem v3.0.6
16182026-05-18T23:33:14.663Z Compiling memmap2 v0.9.10
16192026-05-18T23:33:14.694Z Compiling hyper v1.8.1
16202026-05-18T23:33:14.795Z Compiling thread-id v4.2.2
16212026-05-18T23:33:14.888Z Compiling env_filter v1.0.0
16222026-05-18T23:33:14.915Z Compiling precomputed-hash v0.1.1
16232026-05-18T23:33:14.915Z Compiling whoami v2.1.0
16242026-05-18T23:33:14.953Z Compiling rustc-hash v2.1.1
16252026-05-18T23:33:14.992Z Compiling fixedbitset v0.4.2
16262026-05-18T23:33:15.007Z Compiling predicates-core v1.0.10
16272026-05-18T23:33:15.041Z Compiling normalize-line-endings v0.3.0
16282026-05-18T23:33:15.109Z Compiling jiff v0.2.21
16292026-05-18T23:33:15.159Z Compiling difflib v0.4.0
16302026-05-18T23:33:15.214Z Compiling either v1.15.0
16312026-05-18T23:33:15.233Z Compiling data-encoding v2.10.0
16322026-05-18T23:33:15.245Z Compiling fixedbitset v0.5.7
16332026-05-18T23:33:15.335Z Compiling keccak v0.1.6
16342026-05-18T23:33:15.454Z Compiling new_debug_unreachable v1.0.6
16352026-05-18T23:33:15.548Z Compiling static_assertions v1.1.0
16362026-05-18T23:33:15.591Z Compiling typed-path v0.9.3
16372026-05-18T23:33:15.636Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16382026-05-18T23:33:15.639Z Compiling hickory-proto v0.25.2
16392026-05-18T23:33:15.719Z Compiling string_cache v0.8.9
16402026-05-18T23:33:15.747Z Compiling sha3 v0.10.8
16412026-05-18T23:33:15.775Z Compiling petgraph v0.8.3
16422026-05-18T23:33:15.889Z Compiling hyper-util v0.1.20
16432026-05-18T23:33:15.982Z Compiling itertools v0.13.0
16442026-05-18T23:33:15.997Z Compiling predicates v3.1.4
16452026-05-18T23:33:16.148Z Compiling strum v0.26.3
16462026-05-18T23:33:16.188Z Compiling petgraph v0.6.5
16472026-05-18T23:33:16.204Z Compiling clap v4.5.60
16482026-05-18T23:33:16.235Z Compiling tokio-postgres v0.7.16
16492026-05-18T23:33:16.301Z Compiling iddqd v0.3.18
16502026-05-18T23:33:16.315Z Compiling env_logger v0.11.9
16512026-05-18T23:33:16.389Z Compiling toml_edit v0.22.27
16522026-05-18T23:33:16.703Z Compiling usdt-impl v0.5.0
16532026-05-18T23:33:16.706Z Compiling usdt v0.6.0
16542026-05-18T23:33:16.893Z Compiling serde_with v3.17.0
16552026-05-18T23:33:17.001Z Compiling toml v0.7.8
16562026-05-18T23:33:17.249Z Compiling crossterm v0.28.1
16572026-05-18T23:33:17.353Z Compiling hyper-tls v0.6.0
16582026-05-18T23:33:17.515Z Compiling ecdsa v0.16.9
16592026-05-18T23:33:17.629Z Compiling rsa v0.9.10
16602026-05-18T23:33:17.649Z Compiling ed25519-dalek v2.2.0
16612026-05-18T23:33:17.827Z Compiling zip v4.6.1
16622026-05-18T23:33:17.945Z Compiling zip v0.6.6
16632026-05-18T23:33:18.560Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-05-18T23:33:18.582Z Compiling tokio-stream v0.1.18
16652026-05-18T23:33:18.627Z Compiling buf-list v1.1.2
16662026-05-18T23:33:18.629Z Compiling similar v2.7.0
16672026-05-18T23:33:18.671Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-18T23:33:18.688Z Compiling openapiv3 v2.2.0
16692026-05-18T23:33:18.734Z Compiling x509-cert v0.2.5
16702026-05-18T23:33:18.879Z Compiling sha1 v0.10.6
16712026-05-18T23:33:18.944Z Compiling crossbeam-epoch v0.9.18
16722026-05-18T23:33:19.019Z Compiling toml_datetime v0.7.5+spec-1.1.0
16732026-05-18T23:33:19.176Z Compiling peg-runtime v0.8.5
16742026-05-18T23:33:19.241Z Compiling lalrpop-util v0.19.12
16752026-05-18T23:33:19.301Z Compiling thread_local v1.1.9
16762026-05-18T23:33:19.301Z Compiling slog-async v2.8.0
16772026-05-18T23:33:19.404Z Compiling crossbeam-channel v0.5.15
16782026-05-18T23:33:19.404Z Compiling filetime v0.2.27
16792026-05-18T23:33:19.499Z Compiling is-terminal v0.4.17
16802026-05-18T23:33:19.499Z Compiling term v1.2.1
16812026-05-18T23:33:19.500Z Compiling xattr v1.6.1
16822026-05-18T23:33:19.601Z Compiling take_mut v0.2.2
16832026-05-18T23:33:19.717Z Compiling tar v0.4.45
16842026-05-18T23:33:19.810Z Compiling slog-term v2.9.2
16852026-05-18T23:33:37.347Z Compiling rustls-webpki v0.103.9
16862026-05-18T23:33:40.180Z Compiling tokio-rustls v0.26.4
16872026-05-18T23:33:40.180Z Compiling rustls-platform-verifier v0.6.2
16882026-05-18T23:33:40.373Z Compiling hyper-rustls v0.27.7
16892026-05-18T23:33:40.576Z Compiling reqwest v0.12.28
16902026-05-18T23:33:40.576Z Compiling reqwest v0.13.2
16912026-05-18T23:33:41.817Z Compiling tough v0.22.0
16922026-05-18T23:33:44.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932026-05-18T23:33:44.605Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942026-05-18T23:33:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.25s
16952026-05-18T23:33:47.624Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16962026-05-18T23:33:47.668ZMay 18 23:33:46.950 INFO Starting download, target: Cockroach
16972026-05-18T23:33:47.668ZMay 18 23:33:46.950 INFO Starting download, target: Clickhouse
16982026-05-18T23:33:47.669ZMay 18 23:33:46.950 INFO Starting download, target: Console
16992026-05-18T23:33:47.669ZMay 18 23:33:46.950 INFO Starting download, target: DendriteStub
17002026-05-18T23:33:47.669ZMay 18 23:33:46.950 INFO Starting download, target: MaghemiteMgd
17012026-05-18T23:33:47.669ZMay 18 23:33:46.950 INFO Starting download, target: TransceiverControl
17022026-05-18T23:33:47.669ZMay 18 23:33:46.950 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-18T23:33:47.675ZMay 18 23:33:46.950 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-05-18T23:33:47.675ZMay 18 23:33:46.950 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-05-18T23:33:47.675ZMay 18 23:33:46.950 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-05-18T23:33:47.675ZMay 18 23:33:46.950 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-18T23:33:47.675ZMay 18 23:33:46.950 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17082026-05-18T23:33:48.331ZMay 18 23:33:47.591 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092026-05-18T23:33:48.575ZMay 18 23:33:47.800 INFO Download complete, target: TransceiverControl
17102026-05-18T23:33:48.637ZMay 18 23:33:47.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17112026-05-18T23:33:48.834ZMay 18 23:33:48.095 INFO Download complete, target: Console
17122026-05-18T23:33:49.609ZMay 18 23:33:48.883 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-05-18T23:33:50.789ZMay 18 23:33:50.055 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17142026-05-18T23:33:51.044ZMay 18 23:33:50.315 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17152026-05-18T23:33:51.878ZMay 18 23:33:51.144 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-05-18T23:33:51.878ZMay 18 23:33:51.144 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-05-18T23:33:53.122ZMay 18 23:33:52.405 INFO Download complete, target: DendriteStub
17182026-05-18T23:33:53.450ZMay 18 23:33:52.729 INFO Download complete, target: MaghemiteMgd
17192026-05-18T23:33:56.475ZMay 18 23:33:55.746 INFO Checking that binary works, target: Clickhouse
17202026-05-18T23:33:56.576ZMay 18 23:33:55.854 INFO Download complete, target: Clickhouse
17212026-05-18T23:33:56.663ZMay 18 23:33:55.942 INFO Checking that binary works, target: Cockroach
17222026-05-18T23:33:56.879ZMay 18 23:33:56.151 INFO Download complete, target: Cockroach
17232026-05-18T23:33:56.886ZAll prerequisites installed successfully
17242026-05-18T23:33:56.886Z
17252026-05-18T23:33:56.886Zreal 2:01.045022038
17262026-05-18T23:33:56.886Zuser 7:04.481931507
17272026-05-18T23:33:56.886Zsys 1:46.666579500
17282026-05-18T23:33:56.886Ztrap 0.271620825
17292026-05-18T23:33:56.886Ztflt 1.136762696
17302026-05-18T23:33:56.886Zdflt 1.997638595
17312026-05-18T23:33:56.886Zkflt 0.020069381
17322026-05-18T23:33:56.886Zlock 23:22.055214568
17332026-05-18T23:33:56.886Zslp 19:23.353678397
17342026-05-18T23:33:56.886Zlat 26.615303754
17352026-05-18T23:33:56.887Zstop 3:00.958328750
17362026-05-18T23:33:56.887Z+ ptime -m cargo xtask download softnpu
17372026-05-18T23:33:57.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17382026-05-18T23:33:57.445Z Running `target/debug/xtask download softnpu`
17392026-05-18T23:33:58.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17402026-05-18T23:33:58.289Z Running `target/debug/xtask-downloader softnpu`
17412026-05-18T23:33:58.332ZMay 18 23:33:57.614 INFO Starting download, target: Softnpu
17422026-05-18T23:33:58.340ZMay 18 23:33:57.615 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17432026-05-18T23:33:59.161ZMay 18 23:33:58.444 INFO Download complete, target: Softnpu
17442026-05-18T23:33:59.166Z
17452026-05-18T23:33:59.169Zreal 2.284080236
17462026-05-18T23:33:59.169Zuser 1.356962888
17472026-05-18T23:33:59.169Zsys 0.670098719
17482026-05-18T23:33:59.169Ztrap 0.000562901
17492026-05-18T23:33:59.169Ztflt 0.000139181
17502026-05-18T23:33:59.169Zdflt 0.000106670
17512026-05-18T23:33:59.169Zkflt 0.000000000
17522026-05-18T23:33:59.169Zlock 15.176627177
17532026-05-18T23:33:59.169Zslp 0.693131120
17542026-05-18T23:33:59.169Zlat 0.076009559
17552026-05-18T23:33:59.169Zstop 0.000144409
17562026-05-18T23:33:59.169Z+ export CARGO_INCREMENTAL=0
17572026-05-18T23:33:59.169Z+ CARGO_INCREMENTAL=0
17582026-05-18T23:33:59.169Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17592026-05-18T23:34:00.093Z Compiling proc-macro2 v1.0.106
17602026-05-18T23:34:00.094Z Compiling quote v1.0.45
17612026-05-18T23:34:00.094Z Compiling unicode-ident v1.0.24
17622026-05-18T23:34:00.094Z Compiling libc v0.2.185
17632026-05-18T23:34:00.094Z Compiling serde_core v1.0.228
17642026-05-18T23:34:00.099Z Compiling serde v1.0.228
17652026-05-18T23:34:00.099Z Compiling cfg-if v1.0.4
17662026-05-18T23:34:00.099Z Compiling version_check v0.9.5
17672026-05-18T23:34:00.099Z Compiling shlex v1.3.0
17682026-05-18T23:34:00.257Z Compiling find-msvc-tools v0.1.9
17692026-05-18T23:34:00.267Z Compiling typenum v1.19.0
17702026-05-18T23:34:00.270Z Compiling zmij v1.0.21
17712026-05-18T23:34:00.270Z Compiling autocfg v1.5.0
17722026-05-18T23:34:00.270Z Compiling serde_json v1.0.149
17732026-05-18T23:34:00.271Z Compiling memchr v2.8.0
17742026-05-18T23:34:00.575Z Compiling generic-array v0.14.7
17752026-05-18T23:34:00.607Z Compiling portable-atomic v1.13.1
17762026-05-18T23:34:00.648Z Compiling libm v0.2.16
17772026-05-18T23:34:00.655Z Compiling zerocopy v0.8.40
17782026-05-18T23:34:00.663Z Compiling parking_lot_core v0.9.12
17792026-05-18T23:34:00.721Z Compiling smallvec v1.15.1
17802026-05-18T23:34:00.740Z Compiling icu_properties_data v2.1.2
17812026-05-18T23:34:00.774Z Compiling num-traits v0.2.19
17822026-05-18T23:34:00.792Z Compiling icu_normalizer_data v2.1.1
17832026-05-18T23:34:00.855Z Compiling itoa v1.0.17
17842026-05-18T23:34:00.961Z Compiling getrandom v0.4.1
17852026-05-18T23:34:00.980Z Compiling log v0.4.29
17862026-05-18T23:34:01.024Z Compiling stable_deref_trait v1.2.1
17872026-05-18T23:34:01.058Z Compiling pkg-config v0.3.32
17882026-05-18T23:34:01.075Z Compiling subtle v2.6.1
17892026-05-18T23:34:01.191Z Compiling jobserver v0.1.34
17902026-05-18T23:34:01.201Z Compiling getrandom v0.2.17
17912026-05-18T23:34:01.243Z Compiling errno v0.3.14
17922026-05-18T23:34:01.304Z Compiling scopeguard v1.2.0
17932026-05-18T23:34:01.349Z Compiling rand_core v0.6.4
17942026-05-18T23:34:01.447Z Compiling cc v1.2.56
17952026-05-18T23:34:01.482Z Compiling lock_api v0.4.14
17962026-05-18T23:34:01.541Z Compiling litemap v0.8.1
17972026-05-18T23:34:01.547Z Compiling percent-encoding v2.3.2
17982026-05-18T23:34:01.571Z Compiling writeable v0.6.2
17992026-05-18T23:34:01.612Z Compiling syn v2.0.117
18002026-05-18T23:34:01.701Z Compiling pin-project-lite v0.2.17
18012026-05-18T23:34:01.729Z Compiling fnv v1.0.7
18022026-05-18T23:34:01.798Z Compiling thiserror v2.0.18
18032026-05-18T23:34:01.848Z Compiling getrandom v0.3.4
18042026-05-18T23:34:01.901Z Compiling dunce v1.0.5
18052026-05-18T23:34:01.901Z Compiling fs_extra v1.3.0
18062026-05-18T23:34:01.946Z Compiling equivalent v1.0.2
18072026-05-18T23:34:01.952Z Compiling rand_core v0.10.0
18082026-05-18T23:34:02.014Z Compiling utf8_iter v1.0.4
18092026-05-18T23:34:02.044Z Compiling schemars v0.8.22
18102026-05-18T23:34:02.059Z Compiling rustversion v1.0.22
18112026-05-18T23:34:02.116Z Compiling form_urlencoded v1.2.2
18122026-05-18T23:34:02.195Z Compiling cmake v0.1.57
18132026-05-18T23:34:02.248Z Compiling critical-section v1.2.0
18142026-05-18T23:34:02.283Z Compiling signal-hook-registry v1.4.8
18152026-05-18T23:34:02.396Z Compiling hashbrown v0.17.0
18162026-05-18T23:34:02.422Z Compiling rustix v1.1.3
18172026-05-18T23:34:02.449Z Compiling socket2 v0.6.3
18182026-05-18T23:34:02.486Z Compiling mio v1.2.0
18192026-05-18T23:34:02.579Z Compiling once_cell v1.21.3
18202026-05-18T23:34:02.841Z Compiling bitflags v2.11.0
18212026-05-18T23:34:02.854Z Compiling ring v0.17.14
18222026-05-18T23:34:02.854Z Compiling aws-lc-sys v0.40.0
18232026-05-18T23:34:02.863Z Compiling semver v1.0.28
18242026-05-18T23:34:02.867Z Compiling parking_lot v0.12.5
18252026-05-18T23:34:02.971Z Compiling indexmap v2.14.0
18262026-05-18T23:34:03.026Z Compiling const-oid v0.9.6
18272026-05-18T23:34:03.144Z Compiling aws-lc-rs v1.16.3
18282026-05-18T23:34:03.194Z Compiling futures-core v0.3.32
18292026-05-18T23:34:03.224Z Compiling httparse v1.10.1
18302026-05-18T23:34:03.288Z Compiling vcpkg v0.2.15
18312026-05-18T23:34:03.364Z Compiling strsim v0.11.1
18322026-05-18T23:34:03.386Z Compiling thiserror v1.0.69
18332026-05-18T23:34:03.497Z Compiling ucd-trie v0.1.7
18342026-05-18T23:34:03.600Z Compiling byteorder v1.5.0
18352026-05-18T23:34:03.703Z Compiling iana-time-zone v0.1.65
18362026-05-18T23:34:03.713Z Compiling pest v2.8.6
18372026-05-18T23:34:03.763Z Compiling heck v0.5.0
18382026-05-18T23:34:03.763Z Compiling ident_case v1.0.1
18392026-05-18T23:34:03.767Z Compiling regex-syntax v0.8.10
18402026-05-18T23:34:03.822Z Compiling syn v1.0.109
18412026-05-18T23:34:03.855Z Compiling uuid v1.23.0
18422026-05-18T23:34:03.903Z Compiling openssl-sys v0.9.115
18432026-05-18T23:34:03.905Z Compiling rustls v0.23.37
18442026-05-18T23:34:03.943Z Compiling cpufeatures v0.2.17
18452026-05-18T23:34:04.107Z Compiling futures-sink v0.3.32
18462026-05-18T23:34:04.214Z Compiling futures-channel v0.3.32
18472026-05-18T23:34:04.214Z Compiling rustc_version v0.4.1
18482026-05-18T23:34:04.294Z Compiling futures-task v0.3.32
18492026-05-18T23:34:04.310Z Compiling slab v0.4.12
18502026-05-18T23:34:04.447Z Compiling futures-io v0.3.32
18512026-05-18T23:34:04.528Z Compiling synstructure v0.13.2
18522026-05-18T23:34:04.532Z Compiling serde_derive_internals v0.29.1
18532026-05-18T23:34:04.563Z Compiling aho-corasick v1.1.4
18542026-05-18T23:34:04.818Z Compiling dyn-clone v1.0.20
18552026-05-18T23:34:04.855Z Compiling pest_meta v2.8.6
18562026-05-18T23:34:04.935Z Compiling plain v0.2.3
18572026-05-18T23:34:04.957Z Compiling base64 v0.22.1
18582026-05-18T23:34:05.025Z Compiling openssl v0.10.79
18592026-05-18T23:34:05.070Z Compiling crc32fast v1.5.0
18602026-05-18T23:34:05.131Z Compiling num-conv v0.2.0
18612026-05-18T23:34:05.142Z Compiling time-core v0.1.8
18622026-05-18T23:34:05.354Z Compiling crossbeam-utils v0.8.21
18632026-05-18T23:34:05.458Z Compiling time-macros v0.2.27
18642026-05-18T23:34:05.481Z Compiling native-tls v0.2.18
18652026-05-18T23:34:05.481Z Compiling pretty-hex v0.4.1
18662026-05-18T23:34:05.481Z Compiling regex-automata v0.4.14
18672026-05-18T23:34:05.541Z Compiling pest_generator v2.8.6
18682026-05-18T23:34:05.541Z Compiling anyhow v1.0.102
18692026-05-18T23:34:05.571Z Compiling base64ct v1.8.3
18702026-05-18T23:34:05.615Z Compiling darling_core v0.21.3
18712026-05-18T23:34:05.680Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18722026-05-18T23:34:05.709Z Compiling tracing-core v0.1.36
18732026-05-18T23:34:05.848Z Compiling serde_derive v1.0.228
18742026-05-18T23:34:05.920Z Compiling zeroize_derive v1.4.3
18752026-05-18T23:34:05.965Z Compiling zerofrom-derive v0.1.6
18762026-05-18T23:34:06.024Z Compiling yoke-derive v0.8.1
18772026-05-18T23:34:06.048Z Compiling zerovec-derive v0.11.2
18782026-05-18T23:34:06.067Z Compiling displaydoc v0.2.5
18792026-05-18T23:34:06.159Z Compiling zerocopy-derive v0.8.40
18802026-05-18T23:34:06.205Z Compiling tokio-macros v2.7.0
18812026-05-18T23:34:06.326Z Compiling futures-macro v0.3.32
18822026-05-18T23:34:06.487Z Compiling zeroize v1.8.2
18832026-05-18T23:34:06.783Z Compiling thiserror-impl v2.0.18
18842026-05-18T23:34:06.875Z Compiling schemars_derive v0.8.22
18852026-05-18T23:34:06.987Z Compiling tracing-attributes v0.1.31
18862026-05-18T23:34:07.046Z Compiling zerofrom v0.1.6
18872026-05-18T23:34:07.122Z Compiling der_derive v0.7.3
18882026-05-18T23:34:07.201Z Compiling yoke v0.8.1
18892026-05-18T23:34:07.346Z Compiling crypto-common v0.1.7
18902026-05-18T23:34:07.422Z Compiling zerovec v0.11.5
18912026-05-18T23:34:07.474Z Compiling zerotrie v0.2.3
18922026-05-18T23:34:07.643Z Compiling block-buffer v0.10.4
18932026-05-18T23:34:07.775Z Compiling digest v0.10.7
18942026-05-18T23:34:07.937Z Compiling thiserror-impl v1.0.69
18952026-05-18T23:34:08.002Z Compiling tinystr v0.8.2
18962026-05-18T23:34:08.025Z Compiling potential_utf v0.1.4
18972026-05-18T23:34:08.045Z Compiling pest_derive v2.8.6
18982026-05-18T23:34:08.077Z Compiling futures-util v0.3.32
18992026-05-18T23:34:08.146Z Compiling hmac v0.12.1
19002026-05-18T23:34:08.184Z Compiling icu_collections v2.1.1
19012026-05-18T23:34:08.240Z Compiling icu_locale_core v2.1.1
19022026-05-18T23:34:08.587Z Compiling block-padding v0.3.3
19032026-05-18T23:34:08.764Z Compiling inout v0.1.4
19042026-05-18T23:34:08.948Z Compiling rustls-pki-types v1.14.0
19052026-05-18T23:34:08.988Z Compiling bytes v1.11.1
19062026-05-18T23:34:09.023Z Compiling icu_provider v2.1.1
19072026-05-18T23:34:09.062Z Compiling chrono v0.4.44
19082026-05-18T23:34:09.091Z Compiling openssl-macros v0.1.1
19092026-05-18T23:34:09.110Z Compiling serde_tokenstream v0.2.3
19102026-05-18T23:34:09.425Z Compiling icu_normalizer v2.1.1
19112026-05-18T23:34:09.428Z Compiling icu_properties v2.1.2
19122026-05-18T23:34:09.508Z Compiling tokio v1.52.1
19132026-05-18T23:34:09.958Z Compiling cipher v0.4.4
19142026-05-18T23:34:10.211Z Compiling sha2 v0.10.9
19152026-05-18T23:34:10.486Z Compiling idna_adapter v1.2.1
19162026-05-18T23:34:10.577Z Compiling ppv-lite86 v0.2.21
19172026-05-18T23:34:10.646Z Compiling idna v1.1.0
19182026-05-18T23:34:10.652Z Compiling scroll_derive v0.13.1
19192026-05-18T23:34:10.865Z Compiling scroll_derive v0.12.1
19202026-05-18T23:34:10.882Z Compiling http v1.4.0
19212026-05-18T23:34:10.946Z Compiling pem-rfc7468 v0.7.0
19222026-05-18T23:34:11.029Z Compiling url v2.5.8
19232026-05-18T23:34:11.099Z Compiling untrusted v0.9.0
19242026-05-18T23:34:11.107Z Compiling flagset v0.4.7
19252026-05-18T23:34:11.247Z Compiling der v0.7.10
19262026-05-18T23:34:11.492Z Compiling tracing v0.1.44
19272026-05-18T23:34:11.512Z Compiling darling_macro v0.21.3
19282026-05-18T23:34:11.524Z Compiling regex v1.12.3
19292026-05-18T23:34:11.559Z Compiling zerocopy-derive v0.7.35
19302026-05-18T23:34:11.972Z Compiling rand_core v0.9.5
19312026-05-18T23:34:12.031Z Compiling slog v2.8.2
19322026-05-18T23:34:12.390Z Compiling spki v0.7.3
19332026-05-18T23:34:12.404Z Compiling darling v0.21.3
19342026-05-18T23:34:12.472Z Compiling salsa20 v0.10.2
19352026-05-18T23:34:12.517Z Compiling pbkdf2 v0.12.2
19362026-05-18T23:34:12.859Z Compiling cookie v0.18.1
19372026-05-18T23:34:13.013Z Compiling camino v1.2.2
19382026-05-18T23:34:13.346Z Compiling tokio-util v0.7.18
19392026-05-18T23:34:13.374Z Compiling scrypt v0.11.0
19402026-05-18T23:34:13.378Z Compiling rand_chacha v0.9.0
19412026-05-18T23:34:13.411Z Compiling http-body v1.0.1
19422026-05-18T23:34:13.560Z Compiling cbc v0.1.2
19432026-05-18T23:34:13.585Z Compiling aes v0.8.4
19442026-05-18T23:34:13.701Z Compiling usdt-impl v0.5.0
19452026-05-18T23:34:13.716Z Compiling ref-cast v1.0.25
19462026-05-18T23:34:13.743Z Compiling paste v1.0.15
19472026-05-18T23:34:13.781Z Compiling tinyvec_macros v0.1.1
19482026-05-18T23:34:13.872Z Compiling either v1.15.0
19492026-05-18T23:34:13.952Z Compiling atomic-waker v1.1.2
19502026-05-18T23:34:14.035Z Compiling unicode-segmentation v1.12.0
19512026-05-18T23:34:14.038Z Compiling openssl-probe v0.2.1
19522026-05-18T23:34:14.091Z Compiling winnow v0.7.14
19532026-05-18T23:34:14.118Z Compiling untrusted v0.7.1
19542026-05-18T23:34:14.131Z Compiling usdt-impl v0.6.0
19552026-05-18T23:34:14.268Z Compiling pkcs5 v0.7.1
19562026-05-18T23:34:14.343Z Compiling tinyvec v1.10.0
19572026-05-18T23:34:14.440Z Compiling rand v0.9.2
19582026-05-18T23:34:14.747Z Compiling scroll v0.12.0
19592026-05-18T23:34:14.767Z Compiling scroll v0.13.0
19602026-05-18T23:34:14.914Z Compiling toml_datetime v0.6.11
19612026-05-18T23:34:15.009Z Compiling serde_spanned v0.6.9
19622026-05-18T23:34:15.027Z Compiling async-trait v0.1.89
19632026-05-18T23:34:15.054Z Compiling heapless v0.7.17
19642026-05-18T23:34:15.070Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-05-18T23:34:15.129Z Compiling tower-service v0.3.3
19662026-05-18T23:34:15.181Z Compiling fastrand v2.3.0
19672026-05-18T23:34:15.327Z Compiling try-lock v0.2.5
19682026-05-18T23:34:15.343Z Compiling zstd-safe v7.2.4
19692026-05-18T23:34:15.394Z Compiling signal-hook v0.3.18
19702026-05-18T23:34:15.460Z Compiling tower-layer v0.3.3
19712026-05-18T23:34:15.632Z Compiling want v0.3.1
19722026-05-18T23:34:15.642Z Compiling toml_parser v1.0.9+spec-1.1.0
19732026-05-18T23:34:15.708Z Compiling h2 v0.4.13
19742026-05-18T23:34:15.753Z Compiling goblin v0.10.5
19752026-05-18T23:34:15.821Z Compiling goblin v0.8.2
19762026-05-18T23:34:15.936Z Compiling pkcs8 v0.10.2
19772026-05-18T23:34:16.028Z Compiling heck v0.4.1
19782026-05-18T23:34:16.075Z Compiling zerocopy v0.7.35
19792026-05-18T23:34:16.209Z Compiling ipnet v2.11.0
19802026-05-18T23:34:16.250Z Compiling ref-cast-impl v1.0.25
19812026-05-18T23:34:16.534Z Compiling curve25519-dalek v4.1.3
19822026-05-18T23:34:16.653Z Compiling darling_core v0.20.11
19832026-05-18T23:34:16.709Z Compiling toml_datetime v0.7.5+spec-1.1.0
19842026-05-18T23:34:16.822Z Compiling memoffset v0.9.1
19852026-05-18T23:34:16.842Z Compiling pin-utils v0.1.0
19862026-05-18T23:34:16.933Z Compiling winnow v0.5.40
19872026-05-18T23:34:17.061Z Compiling litrs v1.0.0
19882026-05-18T23:34:17.292Z Compiling httpdate v1.0.3
19892026-05-18T23:34:17.507Z Compiling rustix v0.38.44
19902026-05-18T23:34:17.521Z Compiling foreign-types-shared v0.1.1
19912026-05-18T23:34:17.697Z Compiling foreign-types v0.3.2
19922026-05-18T23:34:17.791Z Compiling tempfile v3.25.0
19932026-05-18T23:34:17.831Z Compiling document-features v0.2.12
19942026-05-18T23:34:18.156Z Compiling dof v0.3.0
19952026-05-18T23:34:18.276Z Compiling toml_edit v0.19.15
19962026-05-18T23:34:18.397Z Compiling unicode-normalization v0.1.25
19972026-05-18T23:34:18.442Z Compiling dtrace-parser v0.2.0
19982026-05-18T23:34:18.681Z Compiling darling_macro v0.20.11
19992026-05-18T23:34:18.726Z Compiling dof v0.4.0
20002026-05-18T23:34:18.810Z Compiling hyper v1.8.1
20012026-05-18T23:34:19.028Z Compiling dtrace-parser v0.3.0
20022026-05-18T23:34:19.097Z Compiling daft-derive v0.1.5
20032026-05-18T23:34:19.198Z Compiling pin-project-internal v1.1.11
20042026-05-18T23:34:19.246Z Compiling spin v0.9.8
20052026-05-18T23:34:19.296Z Compiling thread-id v5.1.0
20062026-05-18T23:34:19.365Z Compiling thread-id v4.2.2
20072026-05-18T23:34:19.404Z Compiling cfg_aliases v0.2.1
20082026-05-18T23:34:19.492Z Compiling num-bigint-dig v0.8.6
20092026-05-18T23:34:19.507Z Compiling smoltcp v0.9.1
20102026-05-18T23:34:19.523Z Compiling powerfmt v0.2.0
20112026-05-18T23:34:19.670Z Compiling nix v0.31.2
20122026-05-18T23:34:19.733Z Compiling deranged v0.5.8
20132026-05-18T23:34:20.057Z Compiling hyper-util v0.1.20
20142026-05-18T23:34:20.239Z Compiling darling v0.20.11
20152026-05-18T23:34:20.346Z Compiling rustls-native-certs v0.8.3
20162026-05-18T23:34:20.404Z Compiling ipnetwork v0.21.1
20172026-05-18T23:34:20.655Z Compiling curve25519-dalek-derive v0.1.1
20182026-05-18T23:34:20.769Z Compiling strum_macros v0.26.4
20192026-05-18T23:34:21.051Z Compiling sync_wrapper v1.0.2
20202026-05-18T23:34:21.063Z Compiling wait-timeout v0.2.1
20212026-05-18T23:34:21.327Z Compiling utf8parse v0.2.2
20222026-05-18T23:34:21.388Z Compiling quick-error v1.2.3
20232026-05-18T23:34:21.460Z Compiling num_threads v0.1.7
20242026-05-18T23:34:21.518Z Compiling siphasher v1.0.2
20252026-05-18T23:34:21.562Z Compiling bit-vec v0.8.0
20262026-05-18T23:34:21.572Z Compiling simd-adler32 v0.3.8
20272026-05-18T23:34:21.596Z Compiling anstyle v1.0.13
20282026-05-18T23:34:21.783Z Compiling bit-set v0.8.0
20292026-05-18T23:34:21.838Z Compiling rusty-fork v0.3.1
20302026-05-18T23:34:21.838Z Compiling anstyle-parse v0.2.7
20312026-05-18T23:34:21.942Z Compiling time v0.3.47
20322026-05-18T23:34:21.994Z Compiling tower v0.5.3
20332026-05-18T23:34:22.265Z Compiling derive_builder_core v0.20.2
20342026-05-18T23:34:22.360Z Compiling snafu-derive v0.8.9
20352026-05-18T23:34:22.490Z Compiling http-body-util v0.1.3
20362026-05-18T23:34:22.799Z Compiling webpki-roots v1.0.6
20372026-05-18T23:34:22.952Z Compiling rand_xorshift v0.4.0
20382026-05-18T23:34:22.955Z Compiling signature v2.2.0
20392026-05-18T23:34:22.985Z Compiling hubpack_derive v0.1.1
20402026-05-18T23:34:23.072Z Compiling strum_macros v0.27.2
20412026-05-18T23:34:23.184Z Compiling fs-err v3.3.0
20422026-05-18T23:34:23.266Z Compiling ahash v0.8.12
20432026-05-18T23:34:23.476Z Compiling unicode-properties v0.1.4
20442026-05-18T23:34:23.495Z Compiling anstyle-query v1.1.5
20452026-05-18T23:34:23.513Z Compiling iri-string v0.7.10
20462026-05-18T23:34:23.546Z Compiling is_terminal_polyfill v1.70.2
20472026-05-18T23:34:23.575Z Compiling object v0.37.3
20482026-05-18T23:34:23.626Z Compiling adler2 v2.0.1
20492026-05-18T23:34:23.703Z Compiling allocator-api2 v0.2.21
20502026-05-18T23:34:23.721Z Compiling colorchoice v1.0.4
20512026-05-18T23:34:23.763Z Compiling unarray v0.1.4
20522026-05-18T23:34:23.785Z Compiling unicode-bidi v0.3.18
20532026-05-18T23:34:23.868Z Compiling ryu v1.0.23
20542026-05-18T23:34:23.917Z Compiling proptest v1.10.0
20552026-05-18T23:34:24.009Z Compiling serde_urlencoded v0.7.1
20562026-05-18T23:34:24.078Z Compiling anstream v0.6.21
20572026-05-18T23:34:24.096Z Compiling miniz_oxide v0.8.9
20582026-05-18T23:34:24.206Z Compiling stringprep v0.1.5
20592026-05-18T23:34:24.388Z Compiling derive_builder_macro v0.20.2
20602026-05-18T23:34:24.608Z Compiling tokio-native-tls v0.3.1
20612026-05-18T23:34:24.659Z Compiling usdt-attr-macro v0.6.0
20622026-05-18T23:34:24.676Z Compiling usdt-macro v0.6.0
20632026-05-18T23:34:24.814Z Compiling tower-http v0.6.8
20642026-05-18T23:34:25.101Z Compiling rand_chacha v0.3.1
20652026-05-18T23:34:25.165Z Compiling erased-serde v0.3.31
20662026-05-18T23:34:25.269Z Compiling md-5 v0.10.6
20672026-05-18T23:34:25.285Z Compiling bstr v1.12.1
20682026-05-18T23:34:25.401Z Compiling num-integer v0.1.46
20692026-05-18T23:34:25.446Z Compiling hash32 v0.2.1
20702026-05-18T23:34:25.463Z Compiling vergen-lib v0.1.6
20712026-05-18T23:34:25.505Z Compiling ff v0.13.1
20722026-05-18T23:34:25.650Z Compiling base16ct v0.2.0
20732026-05-18T23:34:25.668Z Compiling psl-types v2.0.11
20742026-05-18T23:34:25.672Z Compiling zlib-rs v0.6.2
20752026-05-18T23:34:25.739Z Compiling fallible-iterator v0.2.0
20762026-05-18T23:34:25.784Z Compiling sec1 v0.7.3
20772026-05-18T23:34:25.801Z Compiling publicsuffix v2.3.0
20782026-05-18T23:34:25.854Z Compiling num-iter v0.1.45
20792026-05-18T23:34:25.892Z Compiling group v0.13.0
20802026-05-18T23:34:25.992Z Compiling newtype-uuid v1.3.2
20812026-05-18T23:34:26.076Z Compiling postgres-protocol v0.6.10
20822026-05-18T23:34:26.093Z Compiling rand v0.8.6
20832026-05-18T23:34:26.324Z Compiling oxnet v0.1.4
20842026-05-18T23:34:26.594Z Compiling derive_builder v0.20.2
20852026-05-18T23:34:26.715Z Compiling hyper-tls v0.6.0
20862026-05-18T23:34:26.749Z Compiling phf_shared v0.13.1
20872026-05-18T23:34:26.762Z Compiling pin-project v1.1.11
20882026-05-18T23:34:26.829Z Compiling lazy_static v1.5.0
20892026-05-18T23:34:26.962Z Compiling terminal_size v0.4.3
20902026-05-18T23:34:26.998Z Compiling serde_with_macros v3.17.0
20912026-05-18T23:34:27.002Z Compiling futures-executor v0.3.32
20922026-05-18T23:34:27.156Z Compiling hex v0.4.3
20932026-05-18T23:34:27.275Z Compiling cargo-platform v0.1.9
20942026-05-18T23:34:27.275Z Compiling hkdf v0.12.4
20952026-05-18T23:34:27.432Z Compiling crypto-bigint v0.5.5
20962026-05-18T23:34:27.459Z Compiling serde_repr v0.1.20
20972026-05-18T23:34:27.475Z Compiling enum-as-inner v0.6.1
20982026-05-18T23:34:27.490Z Compiling clap_derive v4.5.55
20992026-05-18T23:34:27.538Z Compiling async-recursion v1.1.1
21002026-05-18T23:34:27.579Z Compiling vergen v9.0.6
21012026-05-18T23:34:27.795Z Compiling flate2 v1.1.9
21022026-05-18T23:34:28.019Z Compiling encoding_rs v0.8.35
21032026-05-18T23:34:28.023Z Compiling managed v0.8.0
21042026-05-18T23:34:28.117Z Compiling mime v0.3.17
21052026-05-18T23:34:28.158Z Compiling bumpalo v3.20.2
21062026-05-18T23:34:28.292Z Compiling bitflags v1.3.2
21072026-05-18T23:34:28.408Z Compiling clap_lex v1.0.0
21082026-05-18T23:34:28.411Z Compiling libbz2-rs-sys v0.2.2
21092026-05-18T23:34:28.442Z Compiling foldhash v0.2.0
21102026-05-18T23:34:28.459Z Compiling foldhash v0.1.5
21112026-05-18T23:34:28.490Z Compiling same-file v1.0.6
21122026-05-18T23:34:28.545Z Compiling zopfli v0.8.3
21132026-05-18T23:34:28.670Z Compiling walkdir v2.5.0
21142026-05-18T23:34:28.673Z Compiling hashbrown v0.15.5
21152026-05-18T23:34:28.673Z Compiling hashbrown v0.16.1
21162026-05-18T23:34:28.977Z Compiling bzip2 v0.6.1
21172026-05-18T23:34:29.024Z Compiling clap_builder v4.5.60
21182026-05-18T23:34:29.194Z Compiling elliptic-curve v0.13.8
21192026-05-18T23:34:29.327Z Compiling cargo_metadata v0.19.2
21202026-05-18T23:34:29.344Z Compiling zstd v0.13.3
21212026-05-18T23:34:29.384Z Compiling futures v0.3.32
21222026-05-18T23:34:29.572Z Compiling phf v0.13.1
21232026-05-18T23:34:29.673Z Compiling snafu v0.8.9
21242026-05-18T23:34:29.763Z Compiling signal-hook-mio v0.2.5
21252026-05-18T23:34:29.901Z Compiling daft v0.1.5
21262026-05-18T23:34:29.955Z Compiling postgres-types v0.2.12
21272026-05-18T23:34:30.037Z Compiling cookie_store v0.22.1
21282026-05-18T23:34:30.125Z Compiling bzip2 v0.4.4
21292026-05-18T23:34:30.203Z Compiling globset v0.4.18
21302026-05-18T23:34:30.369Z Compiling strum v0.27.2
21312026-05-18T23:34:30.594Z Compiling hubpack v0.1.2
21322026-05-18T23:34:30.638Z Compiling ed25519 v2.2.3
21332026-05-18T23:34:30.668Z Compiling phf_shared v0.11.3
21342026-05-18T23:34:30.748Z Compiling crossbeam-epoch v0.9.18
21352026-05-18T23:34:30.816Z Compiling olpc-cjson v0.1.4
21362026-05-18T23:34:30.833Z Compiling pkcs1 v0.7.5
21372026-05-18T23:34:30.897Z Compiling pem v3.0.6
21382026-05-18T23:34:31.001Z Compiling serde_plain v1.0.2
21392026-05-18T23:34:31.054Z Compiling serde-big-array v0.5.1
21402026-05-18T23:34:31.111Z Compiling rfc6979 v0.4.0
21412026-05-18T23:34:31.212Z Compiling float-cmp v0.10.0
21422026-05-18T23:34:31.235Z Compiling env_filter v1.0.0
21432026-05-18T23:34:31.235Z Compiling memmap2 v0.9.10
21442026-05-18T23:34:31.266Z Compiling rustc-hash v2.1.1
21452026-05-18T23:34:31.271Z Compiling normalize-line-endings v0.3.0
21462026-05-18T23:34:31.310Z Compiling toml_write v0.1.2
21472026-05-18T23:34:31.394Z Compiling precomputed-hash v0.1.1
21482026-05-18T23:34:31.405Z Compiling keccak v0.1.6
21492026-05-18T23:34:31.418Z Compiling predicates-core v1.0.10
21502026-05-18T23:34:31.424Z Compiling fixedbitset v0.4.2
21512026-05-18T23:34:31.490Z Compiling difflib v0.4.0
21522026-05-18T23:34:31.524Z Compiling typed-path v0.9.3
21532026-05-18T23:34:31.552Z Compiling data-encoding v2.10.0
21542026-05-18T23:34:31.592Z Compiling whoami v2.1.0
21552026-05-18T23:34:31.615Z Compiling static_assertions v1.1.0
21562026-05-18T23:34:31.702Z Compiling fixedbitset v0.5.7
21572026-05-18T23:34:31.706Z Compiling new_debug_unreachable v1.0.6
21582026-05-18T23:34:31.872Z Compiling jiff v0.2.21
21592026-05-18T23:34:31.954Z Compiling petgraph v0.8.3
21602026-05-18T23:34:31.979Z Compiling hickory-proto v0.25.2
21612026-05-18T23:34:32.049Z Compiling tokio-postgres v0.7.16
21622026-05-18T23:34:32.049Z Compiling string_cache v0.8.9
21632026-05-18T23:34:32.178Z Compiling predicates v3.1.4
21642026-05-18T23:34:32.241Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21652026-05-18T23:34:32.309Z Compiling petgraph v0.6.5
21662026-05-18T23:34:32.526Z Compiling sha3 v0.10.8
21672026-05-18T23:34:32.742Z Compiling toml_edit v0.22.27
21682026-05-18T23:34:32.816Z Compiling usdt v0.6.0
21692026-05-18T23:34:32.849Z Compiling env_logger v0.11.9
21702026-05-18T23:34:33.066Z Compiling iddqd v0.3.18
21712026-05-18T23:34:33.097Z Compiling ecdsa v0.16.9
21722026-05-18T23:34:33.538Z Compiling rsa v0.9.10
21732026-05-18T23:34:33.890Z Compiling ed25519-dalek v2.2.0
21742026-05-18T23:34:34.249Z Compiling clap v4.5.60
21752026-05-18T23:34:34.353Z Compiling crossterm v0.28.1
21762026-05-18T23:34:34.432Z Compiling zip v4.6.1
21772026-05-18T23:34:34.544Z Compiling zip v0.6.6
21782026-05-18T23:34:35.185Z Compiling serde_with v3.17.0
21792026-05-18T23:34:35.346Z Compiling similar v2.7.0
21802026-05-18T23:34:35.369Z Compiling strum v0.26.3
21812026-05-18T23:34:35.387Z Compiling toml v0.7.8
21822026-05-18T23:34:35.445Z Compiling itertools v0.13.0
21832026-05-18T23:34:35.536Z Compiling tokio-stream v0.1.18
21842026-05-18T23:34:35.684Z Compiling buf-list v1.1.2
21852026-05-18T23:34:35.734Z Compiling x509-cert v0.2.5
21862026-05-18T23:34:36.042Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-18T23:34:36.104Z Compiling openapiv3 v2.2.0
21882026-05-18T23:34:36.265Z Compiling sha1 v0.10.6
21892026-05-18T23:34:36.388Z Compiling peg-runtime v0.8.5
21902026-05-18T23:34:36.727Z Compiling lalrpop-util v0.19.12
21912026-05-18T23:34:51.906Z Compiling rustls-webpki v0.103.9
21922026-05-18T23:34:53.215Z Compiling macaddr v1.0.1
21932026-05-18T23:34:53.262Z Compiling structmeta-derive v0.3.0
21942026-05-18T23:34:53.332Z Compiling crucible-workspace-hack v0.1.0
21952026-05-18T23:34:53.353Z Compiling rayon-core v1.13.0
21962026-05-18T23:34:53.370Z Compiling itertools v0.14.0
21972026-05-18T23:34:53.557Z Compiling secrecy v0.10.3
21982026-05-18T23:34:53.610Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-05-18T23:34:53.626Z Compiling heapless v0.8.0
22002026-05-18T23:34:53.753Z Compiling rustls v0.22.4
22012026-05-18T23:34:53.869Z Compiling crossbeam-deque v0.8.6
22022026-05-18T23:34:53.998Z Compiling toml_edit v0.23.10+spec-1.0.0
22032026-05-18T23:34:54.040Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-05-18T23:34:54.121Z Compiling rustls-webpki v0.102.8
22052026-05-18T23:34:54.139Z Compiling hash32 v0.3.1
22062026-05-18T23:34:54.239Z Compiling multer v3.1.0
22072026-05-18T23:34:54.258Z Compiling thread_local v1.1.9
22082026-05-18T23:34:54.303Z Compiling structmeta v0.3.0
22092026-05-18T23:34:54.336Z Compiling match_cfg v0.1.0
22102026-05-18T23:34:54.354Z Compiling compression-core v0.4.31
22112026-05-18T23:34:54.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122026-05-18T23:34:54.463Z Compiling smoltcp v0.11.0
22132026-05-18T23:34:54.539Z Compiling slog-async v2.8.0
22142026-05-18T23:34:54.558Z Compiling unicode-width v0.2.0
22152026-05-18T23:34:54.626Z Compiling proc-macro-crate v3.4.0
22162026-05-18T23:34:54.644Z Compiling derive-ex v0.1.8
22172026-05-18T23:34:54.698Z Compiling ingot-macros v0.1.1
22182026-05-18T23:34:54.720Z Compiling compression-codecs v0.4.37
22192026-05-18T23:34:54.895Z Compiling hostname v0.3.1
22202026-05-18T23:34:54.957Z Compiling slog-json v2.6.1
22212026-05-18T23:34:55.084Z Compiling crossbeam-channel v0.5.15
22222026-05-18T23:34:55.101Z Compiling half v2.7.1
22232026-05-18T23:34:55.117Z Compiling newtype-uuid-macros v0.1.0
22242026-05-18T23:34:55.236Z Compiling cobs v0.3.0
22252026-05-18T23:34:55.434Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-18T23:34:55.480Z Compiling tokio-rustls v0.26.4
22272026-05-18T23:34:55.539Z Compiling rustls-platform-verifier v0.6.2
22282026-05-18T23:34:55.777Z Compiling hyper-rustls v0.27.7
22292026-05-18T23:34:55.792Z Compiling universal-hash v0.5.1
22302026-05-18T23:34:55.815Z Compiling async-stream-impl v0.3.6
22312026-05-18T23:34:55.870Z Compiling serde_spanned v1.0.4
22322026-05-18T23:34:55.964Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-05-18T23:34:55.980Z Compiling is-terminal v0.4.17
22342026-05-18T23:34:56.062Z Compiling reqwest v0.12.28
22352026-05-18T23:34:56.099Z Compiling reqwest v0.13.2
22362026-05-18T23:34:56.126Z Compiling proc-macro-error-attr v1.0.4
22372026-05-18T23:34:56.201Z Compiling dropshot v0.17.0
22382026-05-18T23:34:56.360Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22392026-05-18T23:34:56.408Z Compiling take_mut v0.2.2
22402026-05-18T23:34:56.408Z Compiling convert_case v0.4.0
22412026-05-18T23:34:56.438Z Compiling term v1.2.1
22422026-05-18T23:34:56.480Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-18T23:34:56.497Z Compiling opaque-debug v0.3.1
22442026-05-18T23:34:56.556Z Compiling ciborium-io v0.2.2
22452026-05-18T23:34:56.598Z Compiling poly1305 v0.8.0
22462026-05-18T23:34:56.684Z Compiling toml v1.0.6+spec-1.1.0
22472026-05-18T23:34:56.769Z Compiling derive_more v0.99.20
22482026-05-18T23:34:56.786Z Compiling slog-term v2.9.2
22492026-05-18T23:34:57.040Z Compiling tokio-rustls v0.25.0
22502026-05-18T23:34:57.174Z Compiling ciborium-ll v0.2.2
22512026-05-18T23:34:57.255Z Compiling thiserror-no-std v2.0.2
22522026-05-18T23:34:57.356Z Compiling ingot-types v0.1.2
22532026-05-18T23:34:57.375Z Compiling async-stream v0.3.6
22542026-05-18T23:34:57.463Z Compiling test-strategy v0.4.5
22552026-05-18T23:34:57.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562026-05-18T23:34:57.599Z Compiling postcard v1.1.3
22572026-05-18T23:34:57.850Z Compiling tough v0.22.0
22582026-05-18T23:34:57.867Z Compiling ingot v0.1.1
22592026-05-18T23:34:58.007Z Compiling slog-bunyan v2.5.0
22602026-05-18T23:34:58.057Z Compiling num_enum_derive v0.7.5
22612026-05-18T23:34:58.264Z Compiling async-compression v0.4.41
22622026-05-18T23:34:58.792Z Compiling parse-display-derive v0.10.0
22632026-05-18T23:34:58.823Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22642026-05-18T23:34:59.008Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-18T23:34:59.069Z Compiling proc-macro-crate v1.3.1
22662026-05-18T23:34:59.277Z Compiling backon v1.6.0
22672026-05-18T23:34:59.432Z Compiling waitgroup v0.1.2
22682026-05-18T23:34:59.449Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22692026-05-18T23:34:59.478Z Compiling password-hash v0.5.0
22702026-05-18T23:34:59.502Z Compiling chacha20 v0.9.1
22712026-05-18T23:34:59.555Z Compiling dropshot_endpoint v0.17.0
22722026-05-18T23:34:59.572Z Compiling rustls-pemfile v2.2.0
22732026-05-18T23:34:59.614Z Compiling blake2 v0.10.6
22742026-05-18T23:34:59.791Z Compiling aead v0.5.2
22752026-05-18T23:34:59.895Z Compiling foreign-types-macros v0.2.3
22762026-05-18T23:35:00.018Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22772026-05-18T23:35:00.186Z Compiling serde_path_to_error v0.1.20
22782026-05-18T23:35:00.203Z Compiling hostname v0.4.2
22792026-05-18T23:35:00.327Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-18T23:35:00.456Z Compiling proc-macro-error v1.0.4
22812026-05-18T23:35:00.475Z Compiling instant v0.1.13
22822026-05-18T23:35:00.490Z Compiling foreign-types-shared v0.3.1
22832026-05-18T23:35:00.523Z Compiling typeid v1.0.3
22842026-05-18T23:35:00.556Z Compiling debug-ignore v1.0.5
22852026-05-18T23:35:00.575Z Compiling cpufeatures v0.3.0
22862026-05-18T23:35:00.593Z Compiling foreign-types v0.5.0
22872026-05-18T23:35:00.613Z Compiling backoff v0.4.0
22882026-05-18T23:35:00.684Z Compiling parse-display v0.10.0
22892026-05-18T23:35:00.689Z Compiling chacha20 v0.10.0
22902026-05-18T23:35:00.689Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-18T23:35:00.701Z Compiling chacha20poly1305 v0.10.1
22922026-05-18T23:35:00.718Z Compiling argon2 v0.5.3
22932026-05-18T23:35:00.721Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-18T23:35:00.836Z Compiling num_enum_derive v0.5.11
22952026-05-18T23:35:00.856Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-05-18T23:35:00.882Z Compiling num_enum v0.7.5
22972026-05-18T23:35:00.918Z Compiling ciborium v0.2.2
22982026-05-18T23:35:00.977Z Compiling vsss-rs v3.3.4
22992026-05-18T23:35:01.199Z Compiling tabwriter v1.4.1
23002026-05-18T23:35:01.320Z Compiling regress v0.10.5
23012026-05-18T23:35:01.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-18T23:35:01.563Z Compiling byte-wrapper v0.1.0
23032026-05-18T23:35:01.599Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23042026-05-18T23:35:01.756Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23052026-05-18T23:35:01.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23062026-05-18T23:35:01.819Z Compiling cstr-argument v0.1.2
23072026-05-18T23:35:01.938Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-05-18T23:35:02.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23092026-05-18T23:35:02.231Z Compiling erased-serde v0.4.9
23102026-05-18T23:35:02.270Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-18T23:35:02.380Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-18T23:35:02.407Z Compiling num_enum v0.5.11
23132026-05-18T23:35:02.457Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23142026-05-18T23:35:02.492Z Compiling rand v0.10.0
23152026-05-18T23:35:02.525Z Compiling rayon v1.11.0
23162026-05-18T23:35:02.561Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23172026-05-18T23:35:02.613Z Compiling colored v3.1.1
23182026-05-18T23:35:02.627Z Compiling libefi-sys v0.1.0
23192026-05-18T23:35:02.722Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-05-18T23:35:02.750Z Compiling indent_write v2.2.0
23212026-05-18T23:35:02.830Z Compiling zone_cfg_derive v0.3.1
23222026-05-18T23:35:02.848Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-18T23:35:02.924Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23242026-05-18T23:35:02.976Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-18T23:35:03.025Z Compiling camino-tempfile v1.4.1
23262026-05-18T23:35:03.221Z Compiling itertools v0.12.1
23272026-05-18T23:35:03.320Z Compiling usdt-macro v0.5.0
23282026-05-18T23:35:03.324Z Compiling usdt-attr-macro v0.5.0
23292026-05-18T23:35:03.475Z Compiling bitfield-struct v0.6.2
23302026-05-18T23:35:03.497Z Compiling num-derive v0.4.2
23312026-05-18T23:35:03.523Z Compiling ordered-float v2.10.1
23322026-05-18T23:35:03.560Z Compiling blake3 v1.8.3
23332026-05-18T23:35:03.833Z Compiling sigpipe v0.1.3
23342026-05-18T23:35:03.940Z Compiling memmap v0.7.0
23352026-05-18T23:35:03.965Z Compiling swrite v0.1.0
23362026-05-18T23:35:04.073Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-05-18T23:35:04.105Z Compiling glob v0.3.3
23382026-05-18T23:35:04.123Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392026-05-18T23:35:04.139Z Compiling usdt v0.5.0
23402026-05-18T23:35:04.323Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-18T23:35:04.443Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-05-18T23:35:04.480Z Compiling serde-value v0.7.0
23432026-05-18T23:35:04.743Z Compiling zone v0.3.1
23442026-05-18T23:35:04.760Z Compiling serde-untagged v0.1.9
23452026-05-18T23:35:04.802Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-18T23:35:05.078Z Compiling toml v0.8.23
23472026-05-18T23:35:05.096Z Compiling smf v0.2.3
23482026-05-18T23:35:05.124Z Compiling filetime v0.2.27
23492026-05-18T23:35:05.147Z Compiling unicode-xid v0.2.6
23502026-05-18T23:35:05.163Z Compiling whoami v1.6.1
23512026-05-18T23:35:05.185Z Compiling constant_time_eq v0.4.2
23522026-05-18T23:35:05.213Z Compiling xattr v1.6.1
23532026-05-18T23:35:05.315Z Compiling arrayvec v0.7.6
23542026-05-18T23:35:05.356Z Compiling arrayref v0.3.9
23552026-05-18T23:35:05.405Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-18T23:35:05.421Z Compiling tar v0.4.45
23572026-05-18T23:35:05.440Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-05-18T23:35:05.454Z Compiling tokio-dtrace v0.1.1
23592026-05-18T23:35:05.519Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-18T23:35:05.596Z Compiling cargo-util-schemas v0.8.2
23612026-05-18T23:35:05.703Z Compiling console v0.16.2
23622026-05-18T23:35:05.801Z Compiling gethostname v0.5.0
23632026-05-18T23:35:05.965Z Compiling cargo-platform v0.2.0
23642026-05-18T23:35:06.169Z Compiling topological-sort v0.2.2
23652026-05-18T23:35:06.237Z Compiling unit-prefix v0.5.2
23662026-05-18T23:35:06.284Z Compiling oxide-tokio-rt v0.1.4
23672026-05-18T23:35:06.370Z Compiling indicatif v0.18.4
23682026-05-18T23:35:06.390Z Compiling shell-words v1.1.1
23692026-05-18T23:35:06.455Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-05-18T23:35:06.849Z Compiling cargo_metadata v0.21.0
23712026-05-18T23:35:16.068Z Compiling progenitor-client v0.14.0
23722026-05-18T23:35:16.117Z Compiling progenitor-client v0.10.0
23732026-05-18T23:35:16.117Z Compiling omicron-zone-package v0.12.2
23742026-05-18T23:35:16.563Z Compiling progenitor-extras v0.2.0
23752026-05-18T23:35:18.848Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-05-18T23:35:18.848Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23772026-05-18T23:35:18.851Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23782026-05-18T23:35:18.898Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-05-18T23:35:18.901Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-18T23:35:19.108Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-05-18T23:35:19.212Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-05-18T23:35:19.252Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-18T23:35:19.287Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-05-18T23:35:23.245Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-05-18T23:35:30.990Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-05-18T23:35:34.111Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-05-18T23:35:35.101Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-05-18T23:35:44.901Z Finished `release` profile [optimized] target(s) in 1m 45s
23892026-05-18T23:35:45.058Z Running `target/release/omicron-package -t test target create -p dev`
23902026-05-18T23:35:45.122ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-05-18T23:35:45.138ZCreated new build target 'test' and set it as active
23922026-05-18T23:35:45.141Z
23932026-05-18T23:35:45.141Zreal 1:45.955816918
23942026-05-18T23:35:45.141Zuser 17:15.504309136
23952026-05-18T23:35:45.141Zsys 2:44.313528576
23962026-05-18T23:35:45.141Ztrap 0.469083874
23972026-05-18T23:35:45.141Ztflt 2.804953148
23982026-05-18T23:35:45.141Zdflt 4.122315745
23992026-05-18T23:35:45.141Zkflt 0.000795304
24002026-05-18T23:35:45.141Zlock 53:47.375079222
24012026-05-18T23:35:45.141Zslp 44:00.440975344
24022026-05-18T23:35:45.141Zlat 44.180851839
24032026-05-18T23:35:45.141Zstop 5:44.711367012
24042026-05-18T23:35:45.141Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-05-18T23:35:46.035Z Finished `release` profile [optimized] target(s) in 0.89s
24062026-05-18T23:35:46.109Z Running `target/release/omicron-package -t test package`
24072026-05-18T23:35:46.169ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-05-18T23:35:47.614Z Compiling heck v0.5.0
24092026-05-18T23:35:47.614Z Compiling regress v0.11.1
24102026-05-18T23:35:47.614Z Compiling unsafe-libyaml v0.2.11
24112026-05-18T23:35:47.879Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-05-18T23:35:47.893Z Compiling regress v0.10.5
24132026-05-18T23:35:47.917Z Compiling is-terminal v0.4.17
24142026-05-18T23:35:47.920Z Compiling unicode-width v0.1.14
24152026-05-18T23:35:47.964Z Compiling prettyplease v0.2.37
24162026-05-18T23:35:47.966Z Compiling bytecount v0.6.9
24172026-05-18T23:35:47.966Z Compiling rustls v0.22.4
24182026-05-18T23:35:47.966Z Compiling rustls-webpki v0.102.8
24192026-05-18T23:35:47.966Z Compiling derive-where v1.6.0
24202026-05-18T23:35:47.967Z Compiling thread_local v1.1.9
24212026-05-18T23:35:47.983Z Compiling match_cfg v0.1.0
24222026-05-18T23:35:48.003Z Compiling compression-core v0.4.31
24232026-05-18T23:35:48.107Z Compiling multer v3.1.0
24242026-05-18T23:35:48.148Z Compiling slog-async v2.8.0
24252026-05-18T23:35:48.196Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-18T23:35:48.218Z Compiling compression-codecs v0.4.37
24272026-05-18T23:35:48.220Z Compiling hostname v0.3.1
24282026-05-18T23:35:48.220Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24292026-05-18T23:35:48.286Z Compiling crossbeam-channel v0.5.15
24302026-05-18T23:35:48.288Z Compiling slog-json v2.6.1
24312026-05-18T23:35:48.288Z Compiling serde_spanned v1.0.4
24322026-05-18T23:35:48.289Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-18T23:35:48.409Z Compiling serde_yaml v0.9.34+deprecated
24342026-05-18T23:35:48.432Z Compiling take_mut v0.2.2
24352026-05-18T23:35:48.457Z Compiling term v1.2.1
24362026-05-18T23:35:48.515Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-05-18T23:35:48.541Z Compiling slog-bunyan v2.5.0
24382026-05-18T23:35:48.576Z Compiling async-compression v0.4.41
24392026-05-18T23:35:48.712Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-18T23:35:48.749Z Compiling dropshot v0.17.0
24412026-05-18T23:35:48.772Z Compiling slog-term v2.9.2
24422026-05-18T23:35:48.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-18T23:35:48.822Z Compiling async-stream v0.3.6
24442026-05-18T23:35:48.936Z Compiling num-rational v0.4.2
24452026-05-18T23:35:48.956Z Compiling progenitor-client v0.14.0
24462026-05-18T23:35:48.997Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-18T23:35:49.019Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-18T23:35:49.079Z Compiling waitgroup v0.1.2
24492026-05-18T23:35:49.117Z Compiling backon v1.6.0
24502026-05-18T23:35:49.210Z Compiling rustls-pemfile v2.2.0
24512026-05-18T23:35:49.248Z Compiling num-complex v0.4.6
24522026-05-18T23:35:49.273Z Compiling serde_path_to_error v0.1.20
24532026-05-18T23:35:49.298Z Compiling hostname v0.4.2
24542026-05-18T23:35:49.323Z Compiling instant v0.1.13
24552026-05-18T23:35:49.345Z Compiling debug-ignore v1.0.5
24562026-05-18T23:35:49.366Z Compiling progenitor-extras v0.2.0
24572026-05-18T23:35:49.430Z Compiling typify-impl v0.6.2
24582026-05-18T23:35:49.464Z Compiling backoff v0.4.0
24592026-05-18T23:35:49.487Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-18T23:35:49.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-05-18T23:35:49.674Z Compiling num v0.4.3
24622026-05-18T23:35:49.711Z Compiling parse-display v0.10.0
24632026-05-18T23:35:49.751Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-05-18T23:35:49.773Z Compiling progenitor-client v0.13.0
24652026-05-18T23:35:49.800Z Compiling progenitor-client v0.10.0
24662026-05-18T23:35:49.804Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-05-18T23:35:49.884Z Compiling macaddr v1.0.1
24682026-05-18T23:35:49.934Z Compiling float-ord v0.3.2
24692026-05-18T23:35:50.066Z Compiling console v0.15.11
24702026-05-18T23:35:50.126Z Compiling atomicwrites v0.4.4
24712026-05-18T23:35:50.160Z Compiling newline-converter v0.3.0
24722026-05-18T23:35:50.234Z Compiling slog-dtrace v0.3.0
24732026-05-18T23:35:50.315Z Compiling tokio-rustls v0.25.0
24742026-05-18T23:35:50.336Z Compiling owo-colors v4.3.0
24752026-05-18T23:35:50.438Z Compiling resolv-conf v0.7.6
24762026-05-18T23:35:50.464Z Compiling cancel-safe-futures v0.1.5
24772026-05-18T23:35:50.523Z Compiling expectorate v1.2.0
24782026-05-18T23:35:50.592Z Compiling toml v0.8.23
24792026-05-18T23:35:50.670Z Compiling libsw-core v0.3.2
24802026-05-18T23:35:50.843Z Compiling linear-map v1.2.0
24812026-05-18T23:35:50.887Z Compiling libsw v3.5.0
24822026-05-18T23:35:50.999Z Compiling linked-hash-map v0.5.6
24832026-05-18T23:35:51.111Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-18T23:35:51.135Z Compiling minimal-lexical v0.2.1
24852026-05-18T23:35:51.163Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-05-18T23:35:51.214Z Compiling lru-cache v0.1.2
24872026-05-18T23:35:51.245Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-18T23:35:51.289Z Compiling hickory-proto v0.24.4
24892026-05-18T23:35:51.402Z Compiling nom v7.1.3
24902026-05-18T23:35:51.424Z Compiling unicode-xid v0.2.6
24912026-05-18T23:35:51.429Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-05-18T23:35:51.429Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24932026-05-18T23:35:51.583Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-05-18T23:35:51.764Z Compiling convert_case v0.10.0
24952026-05-18T23:35:52.069Z Compiling derive_more-impl v2.1.1
24962026-05-18T23:35:52.330Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-18T23:35:52.769Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24982026-05-18T23:35:52.833Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24992026-05-18T23:35:52.899Z Compiling derive_more v2.1.1
25002026-05-18T23:35:53.009Z Compiling papergrid v0.11.0
25012026-05-18T23:35:53.033Z Compiling tabled_derive v0.7.0
25022026-05-18T23:35:53.037Z Compiling typify-macro v0.6.2
25032026-05-18T23:35:53.080Z Compiling termtree v0.5.1
25042026-05-18T23:35:53.288Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-18T23:35:53.553Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-18T23:35:53.951Z Compiling hickory-resolver v0.24.4
25072026-05-18T23:35:54.019Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-18T23:35:54.124Z Compiling tabled v0.15.0
25092026-05-18T23:35:54.251Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-18T23:35:54.669Z Compiling typify v0.6.2
25112026-05-18T23:35:54.878Z Compiling progenitor-impl v0.14.0
25122026-05-18T23:35:55.282Z Compiling progenitor-impl v0.13.0
25132026-05-18T23:35:57.049Z Compiling progenitor-macro v0.14.0
25142026-05-18T23:35:57.382Z Compiling qorb v0.4.1
25152026-05-18T23:35:57.476Z Compiling progenitor-macro v0.13.0
25162026-05-18T23:35:58.572Z Compiling crossterm v0.29.0
25172026-05-18T23:35:59.125Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25182026-05-18T23:35:59.602Z Compiling phf_shared v0.12.1
25192026-05-18T23:35:59.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-05-18T23:35:59.872Z Compiling csv-core v0.1.13
25212026-05-18T23:36:00.042Z Compiling vte v0.14.1
25222026-05-18T23:36:00.313Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25232026-05-18T23:36:00.404Z Compiling highway v1.3.0
25242026-05-18T23:36:00.446Z Compiling chrono-tz v0.10.4
25252026-05-18T23:36:00.714Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-05-18T23:36:01.072Z Compiling strip-ansi-escapes v0.2.1
25272026-05-18T23:36:01.165Z Compiling progenitor v0.14.0
25282026-05-18T23:36:01.181Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25292026-05-18T23:36:01.347Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-05-18T23:36:01.567Z Compiling csv v1.4.0
25312026-05-18T23:36:01.662Z Compiling phf v0.12.1
25322026-05-18T23:36:01.688Z Compiling progenitor v0.13.0
25332026-05-18T23:36:01.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-18T23:36:01.902Z Compiling const_format_proc_macros v0.2.34
25352026-05-18T23:36:01.928Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-05-18T23:36:02.057Z Compiling fd-lock v4.0.4
25372026-05-18T23:36:02.238Z Compiling peg-macros v0.8.5
25382026-05-18T23:36:02.372Z Compiling nu-ansi-term v0.50.3
25392026-05-18T23:36:02.633Z Compiling reedline v0.40.0
25402026-05-18T23:36:02.708Z Compiling const_format v0.2.35
25412026-05-18T23:36:02.977Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-18T23:36:03.522Z Compiling peg v0.8.5
25432026-05-18T23:36:03.633Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-18T23:36:04.353Z Compiling bcs v0.1.6
25452026-05-18T23:36:04.752Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-18T23:36:04.826Z Compiling semver v0.1.20
25472026-05-18T23:36:05.066Z Compiling rustc_version v0.1.7
25482026-05-18T23:36:05.134Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-05-18T23:36:05.157Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-18T23:36:05.325Z Compiling newtype_derive v0.1.6
25512026-05-18T23:36:05.423Z Compiling unicode-linebreak v0.1.5
25522026-05-18T23:36:05.576Z Compiling smawk v0.3.2
25532026-05-18T23:36:05.746Z Compiling humantime v2.3.0
25542026-05-18T23:36:05.788Z Compiling textwrap v0.16.2
25552026-05-18T23:36:06.309Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-18T23:36:06.379Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-05-18T23:36:06.472Z Compiling dropshot-api-manager-types v0.7.1
25582026-05-18T23:36:06.504Z Compiling base64 v0.21.7
25592026-05-18T23:36:06.862Z Compiling steno v0.4.1
25602026-05-18T23:36:07.052Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-18T23:36:07.103Z Compiling tagptr v0.2.0
25622026-05-18T23:36:07.343Z Compiling moka v0.12.13
25632026-05-18T23:36:07.471Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-05-18T23:36:07.535Z Compiling utf-8 v0.7.6
25652026-05-18T23:36:07.822Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-05-18T23:36:07.911Z Compiling tungstenite v0.21.0
25672026-05-18T23:36:08.027Z Compiling radium v0.7.0
25682026-05-18T23:36:08.072Z Compiling tap v1.0.1
25692026-05-18T23:36:08.257Z Compiling maybe-uninit v2.0.0
25702026-05-18T23:36:08.340Z Compiling wyz v0.5.1
25712026-05-18T23:36:08.581Z Compiling hickory-resolver v0.25.2
25722026-05-18T23:36:08.648Z Compiling tokio-tungstenite v0.21.0
25732026-05-18T23:36:08.681Z Compiling zerocopy-derive v0.6.6
25742026-05-18T23:36:08.705Z Compiling display-error-chain v0.2.2
25752026-05-18T23:36:08.907Z Compiling funty v2.0.0
25762026-05-18T23:36:09.058Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-18T23:36:09.506Z Compiling packed_struct v0.10.1
25782026-05-18T23:36:09.790Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25792026-05-18T23:36:09.898Z Compiling crc-catalog v2.4.0
25802026-05-18T23:36:10.035Z Compiling crc v3.4.0
25812026-05-18T23:36:10.226Z Compiling zerocopy v0.6.6
25822026-05-18T23:36:10.229Z Compiling bitvec v1.0.1
25832026-05-18T23:36:10.536Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-05-18T23:36:10.576Z Compiling num-derive v0.3.3
25852026-05-18T23:36:10.643Z Compiling packed_struct_codegen v0.10.1
25862026-05-18T23:36:11.154Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-18T23:36:11.495Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-18T23:36:11.664Z Compiling bitfield-macros v0.19.4
25892026-05-18T23:36:12.125Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-18T23:36:12.394Z Compiling indexmap v1.9.3
25912026-05-18T23:36:12.549Z Compiling nodrop v0.1.14
25922026-05-18T23:36:12.681Z Compiling array-init v0.0.4
25932026-05-18T23:36:12.706Z Compiling proc-macro-error2 v2.0.1
25942026-05-18T23:36:13.047Z Compiling bitfield v0.19.4
25952026-05-18T23:36:13.103Z Compiling libscf-sys v1.1.0
25962026-05-18T23:36:13.134Z Compiling smallvec v0.6.14
25972026-05-18T23:36:13.157Z Compiling typify-impl v0.4.3
25982026-05-18T23:36:13.297Z Compiling hashbrown v0.12.3
25992026-05-18T23:36:13.407Z Compiling serde-hex v0.1.0
26002026-05-18T23:36:13.428Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-18T23:36:13.452Z Compiling tabled_derive v0.11.0
26022026-05-18T23:36:14.156Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-18T23:36:14.499Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-05-18T23:36:14.545Z Compiling ron v0.8.1
26052026-05-18T23:36:14.596Z Compiling papergrid v0.17.0
26062026-05-18T23:36:14.669Z Compiling testing_table v0.3.0
26072026-05-18T23:36:15.115Z Compiling hashbrown v0.13.2
26082026-05-18T23:36:15.192Z Compiling vergen-gitcl v1.0.8
26092026-05-18T23:36:15.451Z Compiling dirs-sys-next v0.1.2
26102026-05-18T23:36:15.656Z Compiling maplit v1.0.2
26112026-05-18T23:36:15.675Z Compiling diesel_derives v2.3.7
26122026-05-18T23:36:15.697Z Compiling crunchy v0.2.4
26132026-05-18T23:36:15.726Z Compiling crc-any v2.5.0
26142026-05-18T23:36:15.774Z Compiling glob v0.3.3
26152026-05-18T23:36:15.797Z Compiling object v0.30.4
26162026-05-18T23:36:15.925Z Compiling tabled v0.20.0
26172026-05-18T23:36:16.012Z Compiling dirs-next v2.0.0
26182026-05-18T23:36:16.153Z Compiling clang-sys v1.8.1
26192026-05-18T23:36:16.200Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-18T23:36:16.229Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-18T23:36:16.408Z Compiling dsl_auto_type v0.2.0
26222026-05-18T23:36:16.560Z Compiling scheduled-thread-pool v0.2.7
26232026-05-18T23:36:16.704Z Compiling typify-macro v0.4.3
26242026-05-18T23:36:16.887Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-18T23:36:16.964Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-18T23:36:16.985Z Compiling tiny-keccak v2.0.2
26272026-05-18T23:36:17.118Z Compiling xshell-macros v0.2.7
26282026-05-18T23:36:17.180Z Compiling path-slash v0.1.5
26292026-05-18T23:36:17.270Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-18T23:36:17.331Z Compiling r2d2 v0.8.10
26312026-05-18T23:36:17.418Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322026-05-18T23:36:17.525Z Compiling xshell v0.2.7
26332026-05-18T23:36:17.677Z Compiling term v0.7.0
26342026-05-18T23:36:18.004Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-18T23:36:18.171Z Compiling downcast-rs v2.0.2
26362026-05-18T23:36:18.217Z Compiling bit-vec v0.6.3
26372026-05-18T23:36:18.251Z Compiling ascii-canvas v3.0.0
26382026-05-18T23:36:18.523Z Compiling bit-set v0.5.3
26392026-05-18T23:36:18.545Z Compiling itertools v0.10.5
26402026-05-18T23:36:18.598Z Compiling ena v0.14.4
26412026-05-18T23:36:18.726Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-05-18T23:36:18.853Z Compiling libloading v0.8.9
26432026-05-18T23:36:18.890Z Compiling regex-syntax v0.6.29
26442026-05-18T23:36:19.111Z Compiling crc8 v0.1.1
26452026-05-18T23:36:19.262Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-05-18T23:36:19.689Z Compiling bindgen v0.71.1
26472026-05-18T23:36:19.961Z Compiling diff v0.1.13
26482026-05-18T23:36:19.997Z Compiling unicase v2.9.0
26492026-05-18T23:36:20.340Z Compiling lalrpop v0.19.12
26502026-05-18T23:36:20.439Z Compiling typify v0.4.3
26512026-05-18T23:36:20.587Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-05-18T23:36:20.726Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-05-18T23:36:20.888Z Compiling cexpr v0.6.0
26542026-05-18T23:36:21.093Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-18T23:36:21.324Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-18T23:36:21.385Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-18T23:36:21.519Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-18T23:36:21.636Z Compiling headers-core v0.3.0
26592026-05-18T23:36:21.910Z Compiling git-stub v1.0.0
26602026-05-18T23:36:21.950Z Compiling libxml v0.3.3
26612026-05-18T23:36:22.073Z Compiling diesel v2.3.7
26622026-05-18T23:36:22.193Z Compiling git-stub-vcs v0.1.0
26632026-05-18T23:36:22.217Z Compiling headers v0.4.1
26642026-05-18T23:36:22.282Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-18T23:36:22.570Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-18T23:36:22.807Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-18T23:36:23.341Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-18T23:36:23.374Z Compiling strum_macros v0.24.3
26692026-05-18T23:36:23.586Z Compiling indoc v1.0.9
26702026-05-18T23:36:24.043Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-18T23:36:24.045Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-18T23:36:24.304Z Compiling derive_builder v0.20.2
26732026-05-18T23:36:24.480Z Compiling oso-derive v0.27.3
26742026-05-18T23:36:24.657Z Compiling quick-xml v0.37.5
26752026-05-18T23:36:24.991Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-18T23:36:25.203Z Compiling openssl-probe v0.1.6
26772026-05-18T23:36:25.343Z Compiling half v1.8.3
26782026-05-18T23:36:25.552Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-18T23:36:25.805Z Compiling serde_cbor v0.11.2
26802026-05-18T23:36:25.864Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-18T23:36:26.031Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-18T23:36:26.289Z Compiling bb8 v0.8.6
26832026-05-18T23:36:26.324Z Compiling trait-variant v0.1.2
26842026-05-18T23:36:26.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-18T23:36:26.664Z Compiling samael v0.0.19
26862026-05-18T23:36:26.709Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-18T23:36:26.741Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-18T23:36:26.828Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-18T23:36:26.886Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26902026-05-18T23:36:27.060Z Compiling fxhash v0.2.1
26912026-05-18T23:36:27.082Z Compiling salty v0.3.0
26922026-05-18T23:36:27.368Z Compiling progenitor-impl v0.11.2
26932026-05-18T23:36:27.421Z Compiling progenitor-impl v0.10.0
26942026-05-18T23:36:27.604Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-18T23:36:27.639Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-18T23:36:27.991Z Compiling polar-core v0.27.3
26972026-05-18T23:36:28.110Z Compiling kstat-rs v0.2.4
26982026-05-18T23:36:28.177Z Compiling libz-sys v1.1.24
26992026-05-18T23:36:28.596Z Compiling nonempty v0.12.0
27002026-05-18T23:36:28.726Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-18T23:36:28.850Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-18T23:36:29.622Z Compiling progenitor-macro v0.11.2
27032026-05-18T23:36:29.653Z Compiling progenitor-macro v0.10.0
27042026-05-18T23:36:30.904Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-18T23:36:31.382Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-18T23:36:32.473Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-18T23:36:32.576Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-18T23:36:33.162Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-18T23:36:33.185Z Compiling progenitor-client v0.11.2
27102026-05-18T23:36:33.722Z Compiling darling_core v0.23.0
27112026-05-18T23:36:33.819Z Compiling nanorand v0.7.0
27122026-05-18T23:36:33.843Z Compiling arc-swap v1.8.2
27132026-05-18T23:36:33.845Z Compiling fs-err v2.11.0
27142026-05-18T23:36:34.119Z Compiling parking_lot_core v0.8.6
27152026-05-18T23:36:34.388Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-05-18T23:36:34.410Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-05-18T23:36:34.446Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-05-18T23:36:35.930Z Compiling darling_macro v0.23.0
27192026-05-18T23:36:36.449Z Compiling mime_guess v2.0.5
27202026-05-18T23:36:37.003Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-18T23:36:37.741Z Compiling oso v0.27.3
27222026-05-18T23:36:38.489Z Compiling slog-scope v4.4.1
27232026-05-18T23:36:38.928Z Compiling flume v0.11.1
27242026-05-18T23:36:38.968Z Compiling progenitor v0.10.0
27252026-05-18T23:36:39.167Z Compiling progenitor v0.11.2
27262026-05-18T23:36:39.348Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-18T23:36:39.372Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27282026-05-18T23:36:41.820Z Compiling diesel-dtrace v0.5.0
27292026-05-18T23:36:42.157Z Compiling async-bb8-diesel v0.2.1
27302026-05-18T23:36:42.429Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-18T23:36:42.741Z Compiling primeorder v0.13.6
27322026-05-18T23:36:43.076Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-18T23:36:43.138Z Compiling instability v0.3.11
27342026-05-18T23:36:43.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-18T23:36:43.842Z Compiling p384 v0.13.1
27362026-05-18T23:36:44.450Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-18T23:36:44.583Z Compiling slog-stdlog v4.1.1
27382026-05-18T23:36:45.094Z Compiling darling v0.23.0
27392026-05-18T23:36:45.402Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-18T23:36:45.518Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-18T23:36:45.647Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-18T23:36:45.681Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-18T23:36:45.727Z Compiling ignore v0.4.25
27442026-05-18T23:36:46.024Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-18T23:36:46.392Z Compiling castaway v0.2.4
27462026-05-18T23:36:46.564Z Compiling atty v0.2.14
27472026-05-18T23:36:46.722Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-18T23:36:46.851Z Compiling parse-size v1.1.0
27492026-05-18T23:36:46.968Z Compiling indoc v2.0.7
27502026-05-18T23:36:47.086Z Compiling http-range v0.1.5
27512026-05-18T23:36:47.434Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-18T23:36:47.538Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-18T23:36:47.743Z Compiling compact_str v0.8.1
27542026-05-18T23:36:48.233Z Compiling globwalk v0.9.1
27552026-05-18T23:36:48.939Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-18T23:36:48.971Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-18T23:36:50.069Z Compiling parking_lot v0.11.2
27582026-05-18T23:36:50.300Z Compiling slog-envlogger v2.2.0
27592026-05-18T23:36:50.793Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-18T23:36:51.328Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-18T23:36:51.500Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-18T23:36:51.547Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-18T23:36:51.779Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-18T23:36:51.873Z Compiling predicates-tree v1.0.13
27652026-05-18T23:36:52.045Z Compiling unicode-truncate v1.1.0
27662026-05-18T23:36:52.267Z Compiling lru v0.12.5
27672026-05-18T23:36:52.310Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-18T23:36:52.347Z Compiling rand_seeder v0.4.0
27692026-05-18T23:36:52.463Z Compiling prefix-trie v0.7.0
27702026-05-18T23:36:52.501Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-18T23:36:52.616Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-18T23:36:52.877Z Compiling vergen-git2 v1.0.7
27732026-05-18T23:36:52.900Z Compiling illumos-nvpair-sys v0.2.0
27742026-05-18T23:36:52.925Z Compiling corncobs v0.1.4
27752026-05-18T23:36:52.955Z Compiling cassowary v0.3.0
27762026-05-18T23:36:53.010Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-18T23:36:53.186Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-18T23:36:53.207Z Compiling hickory-server v0.25.2
27792026-05-18T23:36:53.232Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-18T23:36:53.345Z Compiling ratatui v0.29.0
27812026-05-18T23:36:53.415Z Compiling camino-tempfile-ext v0.3.3
27822026-05-18T23:36:53.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-18T23:36:53.939Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-18T23:36:54.146Z Compiling sled v0.34.7
27852026-05-18T23:36:54.627Z Compiling hyper-staticfile v0.10.1
27862026-05-18T23:36:55.027Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-18T23:36:55.738Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-18T23:36:55.871Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-18T23:36:57.399Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-18T23:36:57.632Z Compiling secrecy v0.8.0
27912026-05-18T23:36:57.848Z Compiling rustls v0.21.12
27922026-05-18T23:36:57.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-18T23:36:58.402Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-18T23:36:58.459Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-18T23:36:58.628Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-18T23:36:59.084Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-18T23:37:00.216Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-18T23:37:00.550Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-18T23:37:00.973Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-18T23:37:01.772Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-18T23:37:02.525Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-05-18T23:37:02.757Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-18T23:37:02.991Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-05-18T23:37:03.231Z Compiling sct v0.7.1
28052026-05-18T23:37:03.347Z Compiling rustls-webpki v0.101.7
28062026-05-18T23:37:03.370Z Compiling nix v0.29.0
28072026-05-18T23:37:03.542Z Compiling dropshot v0.16.7
28082026-05-18T23:37:03.566Z Compiling void v1.0.2
28092026-05-18T23:37:03.726Z Compiling lzss v0.8.2
28102026-05-18T23:37:03.982Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-18T23:37:04.006Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-18T23:37:04.030Z Compiling illumos-nvpair v0.3.0
28132026-05-18T23:37:04.947Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-18T23:37:05.384Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-18T23:37:05.450Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-18T23:37:05.728Z Compiling tungstenite v0.23.0
28172026-05-18T23:37:06.125Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-18T23:37:06.988Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-05-18T23:37:07.011Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-05-18T23:37:07.241Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-18T23:37:07.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28222026-05-18T23:37:07.486Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-05-18T23:37:07.525Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-18T23:37:07.725Z Compiling nix v0.27.1
28252026-05-18T23:37:08.050Z Compiling dropshot_endpoint v0.16.7
28262026-05-18T23:37:08.143Z Compiling serde_bytes v0.11.19
28272026-05-18T23:37:08.256Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-05-18T23:37:08.471Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28292026-05-18T23:37:08.811Z Compiling git2 v0.20.4
28302026-05-18T23:37:09.120Z Compiling tokio-tungstenite v0.23.1
28312026-05-18T23:37:09.532Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-05-18T23:37:11.989Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-18T23:37:12.479Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-05-18T23:37:14.413Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28352026-05-18T23:37:14.753Z Compiling tokio-rustls v0.24.1
28362026-05-18T23:37:15.101Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-18T23:37:15.450Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-18T23:37:15.533Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-18T23:37:15.576Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-18T23:37:15.754Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-18T23:37:15.991Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-18T23:37:17.631Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-18T23:37:17.670Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-18T23:37:17.825Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-18T23:37:17.854Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-18T23:37:18.289Z Compiling rustls-pemfile v1.0.4
28472026-05-18T23:37:18.770Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-05-18T23:37:18.846Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-05-18T23:37:19.489Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28502026-05-18T23:37:19.868Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28512026-05-18T23:37:20.542Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-18T23:37:20.577Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-18T23:37:21.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-18T23:37:22.081Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-18T23:37:22.673Z Compiling signal-hook-tokio v0.3.1
28562026-05-18T23:37:22.750Z Compiling twox-hash v2.1.2
28572026-05-18T23:37:22.875Z Compiling yasna v0.5.2
28582026-05-18T23:37:22.947Z Compiling is_ci v1.2.0
28592026-05-18T23:37:23.092Z Compiling supports-color v3.0.2
28602026-05-18T23:37:23.193Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-18T23:37:23.389Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28622026-05-18T23:37:24.416Z Compiling rcgen v0.12.1
28632026-05-18T23:37:24.457Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-18T23:37:25.409Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-18T23:37:25.516Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-18T23:37:26.895Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-05-18T23:37:27.395Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-05-18T23:37:27.555Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28692026-05-18T23:37:28.056Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-18T23:37:28.933Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28712026-05-18T23:37:29.173Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-05-18T23:37:29.414Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-18T23:37:29.645Z Compiling fatfs v0.3.6
28742026-05-18T23:37:30.400Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-18T23:37:30.781Z Compiling subprocess v0.2.15
28762026-05-18T23:37:30.916Z Compiling rtoolbox v0.0.3
28772026-05-18T23:37:30.944Z Compiling seq-macro v0.3.6
28782026-05-18T23:37:31.203Z Compiling assert_matches v1.5.0
28792026-05-18T23:37:31.324Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-05-18T23:37:31.488Z Compiling rpassword v7.4.0
28812026-05-18T23:37:31.856Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-18T23:37:31.895Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-05-18T23:37:32.047Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-05-18T23:37:33.051Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-05-18T23:37:34.170Z Compiling tui-tree-widget v0.23.1
28862026-05-18T23:37:34.473Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-18T23:37:34.577Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-18T23:37:34.953Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-18T23:37:35.121Z Compiling uzers v0.12.2
28902026-05-18T23:37:35.166Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-18T23:37:36.528Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-18T23:37:37.611Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-18T23:37:37.672Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-18T23:37:39.747Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-05-18T23:37:42.031Z Compiling support-bundle-viewer v0.1.2
28962026-05-18T23:37:42.180Z Compiling multimap v0.10.1
28972026-05-18T23:37:50.592Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-05-18T23:38:04.083Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28992026-05-18T23:38:04.107Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-05-18T23:38:06.516Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-18T23:43:19.137Z Finished `release` profile [optimized] target(s) in 7m 32s
29022026-05-18T23:44:03.702Z
29032026-05-18T23:44:03.702Zreal 8:18.551518622
29042026-05-18T23:44:03.704Zuser 1:19:13.979917634
29052026-05-18T23:44:03.704Zsys 3:38.023357960
29062026-05-18T23:44:03.704Ztrap 1.796954450
29072026-05-18T23:44:03.704Ztflt 2.304504343
29082026-05-18T23:44:03.704Zdflt 17.744059917
29092026-05-18T23:44:03.704Zkflt 0.075456383
29102026-05-18T23:44:03.704Zlock 6:35:39.212974711
29112026-05-18T23:44:03.704Zslp 2:16:08.437921225
29122026-05-18T23:44:03.705Zlat 2:34.474659240
29132026-05-18T23:44:03.705Zstop 5:30.248097401
29142026-05-18T23:44:03.705Z+ mapfile -t packages
29152026-05-18T23:44:03.705Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-18T23:44:04.683Z Finished `release` profile [optimized] target(s) in 0.96s
29172026-05-18T23:44:04.764Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-18T23:44:04.818ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-18T23:44:04.820Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-18T23:44:05.359Z Compiling libc v0.2.185
29212026-05-18T23:44:05.359Z Compiling serde v1.0.228
29222026-05-18T23:44:05.362Z Compiling serde_core v1.0.228
29232026-05-18T23:44:05.362Z Compiling rustix v1.1.3
29242026-05-18T23:44:05.459Z Compiling serde_json v1.0.149
29252026-05-18T23:44:05.461Z Compiling bitflags v2.11.0
29262026-05-18T23:44:05.502Z Compiling num-traits v0.2.19
29272026-05-18T23:44:05.513Z Compiling syn v2.0.117
29282026-05-18T23:44:05.522Z Compiling smallvec v1.15.1
29292026-05-18T23:44:05.531Z Compiling indexmap v2.14.0
29302026-05-18T23:44:05.551Z Compiling usdt-impl v0.5.0
29312026-05-18T23:44:05.562Z Compiling syn v1.0.109
29322026-05-18T23:44:05.575Z Compiling getrandom v0.4.1
29332026-05-18T23:44:05.586Z Compiling log v0.4.29
29342026-05-18T23:44:05.729Z Compiling percent-encoding v2.3.2
29352026-05-18T23:44:05.910Z Compiling form_urlencoded v1.2.2
29362026-05-18T23:44:05.912Z Compiling fs-err v3.3.0
29372026-05-18T23:44:05.932Z Compiling once_cell v1.21.3
29382026-05-18T23:44:05.988Z Compiling heck v0.4.1
29392026-05-18T23:44:05.991Z Compiling anyhow v1.0.102
29402026-05-18T23:44:06.218Z Compiling errno v0.3.14
29412026-05-18T23:44:06.221Z Compiling thread-id v4.2.2
29422026-05-18T23:44:06.221Z Compiling memmap v0.7.0
29432026-05-18T23:44:06.556Z Compiling ordered-float v2.10.1
29442026-05-18T23:44:07.048Z Compiling proc-macro-error v1.0.4
29452026-05-18T23:44:07.222Z Compiling terminal_size v0.4.3
29462026-05-18T23:44:07.222Z Compiling tempfile v3.25.0
29472026-05-18T23:44:07.301Z Compiling tabled_derive v0.7.0
29482026-05-18T23:44:07.324Z Compiling clap_builder v4.5.60
29492026-05-18T23:44:07.327Z Compiling textwrap v0.16.2
29502026-05-18T23:44:07.458Z Compiling camino-tempfile v1.4.1
29512026-05-18T23:44:07.983Z Compiling tabled v0.15.0
29522026-05-18T23:44:08.046Z Compiling synstructure v0.13.2
29532026-05-18T23:44:08.046Z Compiling pest_generator v2.8.6
29542026-05-18T23:44:08.451Z Compiling serde_derive v1.0.228
29552026-05-18T23:44:08.451Z Compiling zerofrom-derive v0.1.6
29562026-05-18T23:44:08.454Z Compiling yoke-derive v0.8.1
29572026-05-18T23:44:08.454Z Compiling zerovec-derive v0.11.2
29582026-05-18T23:44:08.454Z Compiling displaydoc v0.2.5
29592026-05-18T23:44:08.454Z Compiling thiserror-impl v1.0.69
29602026-05-18T23:44:08.485Z Compiling zerocopy-derive v0.7.35
29612026-05-18T23:44:08.578Z Compiling pest_derive v2.8.6
29622026-05-18T23:44:09.032Z Compiling scroll_derive v0.12.1
29632026-05-18T23:44:09.127Z Compiling thiserror-impl v2.0.18
29642026-05-18T23:44:09.189Z Compiling clap_derive v4.5.55
29652026-05-18T23:44:09.311Z Compiling zerocopy v0.7.35
29662026-05-18T23:44:09.622Z Compiling thiserror v1.0.69
29672026-05-18T23:44:09.640Z Compiling zerofrom v0.1.6
29682026-05-18T23:44:09.662Z Compiling scroll v0.12.0
29692026-05-18T23:44:09.740Z Compiling dtrace-parser v0.2.0
29702026-05-18T23:44:09.780Z Compiling yoke v0.8.1
29712026-05-18T23:44:09.991Z Compiling zerovec v0.11.5
29722026-05-18T23:44:10.004Z Compiling zerotrie v0.2.3
29732026-05-18T23:44:10.007Z Compiling goblin v0.8.2
29742026-05-18T23:44:10.335Z Compiling thiserror v2.0.18
29752026-05-18T23:44:10.639Z Compiling tinystr v0.8.2
29762026-05-18T23:44:10.895Z Compiling icu_locale_core v2.1.1
29772026-05-18T23:44:10.902Z Compiling potential_utf v0.1.4
29782026-05-18T23:44:11.121Z Compiling icu_collections v2.1.1
29792026-05-18T23:44:11.680Z Compiling icu_provider v2.1.1
29802026-05-18T23:44:11.701Z Compiling serde_spanned v0.6.9
29812026-05-18T23:44:11.715Z Compiling toml_datetime v0.6.11
29822026-05-18T23:44:11.804Z Compiling serde-value v0.7.0
29832026-05-18T23:44:11.891Z Compiling cargo-platform v0.2.0
29842026-05-18T23:44:11.891Z Compiling macaddr v1.0.1
29852026-05-18T23:44:12.011Z Compiling icu_properties v2.1.2
29862026-05-18T23:44:12.108Z Compiling icu_normalizer v2.1.1
29872026-05-18T23:44:12.121Z Compiling dof v0.3.0
29882026-05-18T23:44:12.191Z Compiling toml_edit v0.22.27
29892026-05-18T23:44:12.280Z Compiling serde_tokenstream v0.2.3
29902026-05-18T23:44:12.291Z Compiling clap v4.5.60
29912026-05-18T23:44:12.904Z Compiling idna_adapter v1.2.1
29922026-05-18T23:44:12.960Z Compiling usdt-macro v0.5.0
29932026-05-18T23:44:12.972Z Compiling usdt-attr-macro v0.5.0
29942026-05-18T23:44:13.024Z Compiling idna v1.1.0
29952026-05-18T23:44:13.456Z Compiling url v2.5.8
29962026-05-18T23:44:13.605Z Compiling usdt v0.5.0
29972026-05-18T23:44:13.733Z Compiling toml v0.8.23
29982026-05-18T23:44:14.174Z Compiling cargo-util-schemas v0.8.2
29992026-05-18T23:44:14.205Z Compiling cargo_toml v0.21.0
30002026-05-18T23:44:15.227Z Compiling cargo_metadata v0.21.0
30012026-05-18T23:44:18.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-18T23:44:21.363Z Finished `release` profile [optimized] target(s) in 16.53s
30032026-05-18T23:44:21.522Z
30042026-05-18T23:44:21.522Zreal 16.667021197
30052026-05-18T23:44:21.522Zuser 2:22.702430355
30062026-05-18T23:44:21.522Zsys 16.974407745
30072026-05-18T23:44:21.525Ztrap 0.091494088
30082026-05-18T23:44:21.525Ztflt 0.550830581
30092026-05-18T23:44:21.525Zdflt 1.486879117
30102026-05-18T23:44:21.525Zkflt 0.000040474
30112026-05-18T23:44:21.525Zlock 5:20.080381309
30122026-05-18T23:44:21.525Zslp 3:28.989114775
30132026-05-18T23:44:21.525Zlat 5.862424035
30142026-05-18T23:44:21.525Zstop 17.721449762
30152026-05-18T23:44:21.525Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-18T23:44:21.525Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-18T23:44:21.525Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-18T23:44:21.525Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-18T23:44:21.525Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-18T23:44:22.490Z Compiling newtype-uuid-macros v0.1.0
30212026-05-18T23:44:22.493Z Compiling regress v0.10.5
30222026-05-18T23:44:22.493Z Compiling structmeta-derive v0.3.0
30232026-05-18T23:44:22.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-18T23:44:22.651Z Compiling rustls v0.22.4
30252026-05-18T23:44:22.654Z Compiling rustls-webpki v0.102.8
30262026-05-18T23:44:22.654Z Compiling multer v3.1.0
30272026-05-18T23:44:22.654Z Compiling match_cfg v0.1.0
30282026-05-18T23:44:22.654Z Compiling debug-ignore v1.0.5
30292026-05-18T23:44:22.654Z Compiling compression-core v0.4.31
30302026-05-18T23:44:22.654Z Compiling slog-json v2.6.1
30312026-05-18T23:44:22.654Z Compiling async-stream-impl v0.3.6
30322026-05-18T23:44:22.673Z Compiling serde_spanned v1.0.4
30332026-05-18T23:44:22.676Z Compiling toml_datetime v1.0.0+spec-1.1.0
30342026-05-18T23:44:22.676Z Compiling dropshot v0.17.0
30352026-05-18T23:44:22.676Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-18T23:44:22.918Z Compiling hostname v0.3.1
30372026-05-18T23:44:22.937Z Compiling compression-codecs v0.4.37
30382026-05-18T23:44:22.937Z Compiling toml v1.0.6+spec-1.1.0
30392026-05-18T23:44:22.972Z Compiling progenitor-client v0.14.0
30402026-05-18T23:44:23.007Z Compiling itertools v0.14.0
30412026-05-18T23:44:23.007Z Compiling waitgroup v0.1.2
30422026-05-18T23:44:23.040Z Compiling slog-bunyan v2.5.0
30432026-05-18T23:44:23.059Z Compiling rustls-pemfile v2.2.0
30442026-05-18T23:44:23.079Z Compiling dropshot_endpoint v0.17.0
30452026-05-18T23:44:23.158Z Compiling async-compression v0.4.41
30462026-05-18T23:44:23.196Z Compiling hostname v0.4.2
30472026-05-18T23:44:23.228Z Compiling serde_path_to_error v0.1.20
30482026-05-18T23:44:23.243Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-05-18T23:44:23.278Z Compiling macaddr v1.0.1
30502026-05-18T23:44:23.327Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-18T23:44:23.373Z Compiling instant v0.1.13
30522026-05-18T23:44:23.399Z Compiling async-stream v0.3.6
30532026-05-18T23:44:23.415Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-05-18T23:44:23.449Z Compiling progenitor-client v0.10.0
30552026-05-18T23:44:23.491Z Compiling backon v1.6.0
30562026-05-18T23:44:23.510Z Compiling backoff v0.4.0
30572026-05-18T23:44:23.528Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-18T23:44:23.598Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-18T23:44:23.615Z Compiling universal-hash v0.5.1
30602026-05-18T23:44:23.684Z Compiling progenitor-extras v0.2.0
30612026-05-18T23:44:23.703Z Compiling opaque-debug v0.3.1
30622026-05-18T23:44:23.723Z Compiling unsafe-libyaml v0.2.11
30632026-05-18T23:44:23.747Z Compiling half v2.7.1
30642026-05-18T23:44:23.779Z Compiling crucible-workspace-hack v0.1.0
30652026-05-18T23:44:23.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-05-18T23:44:23.782Z Compiling ciborium-io v0.2.2
30672026-05-18T23:44:23.827Z Compiling regress v0.11.1
30682026-05-18T23:44:23.830Z Compiling structmeta v0.3.0
30692026-05-18T23:44:23.932Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-05-18T23:44:23.955Z Compiling convert_case v0.4.0
30712026-05-18T23:44:23.974Z Compiling aead v0.5.2
30722026-05-18T23:44:23.994Z Compiling secrecy v0.10.3
30732026-05-18T23:44:24.038Z Compiling ciborium-ll v0.2.2
30742026-05-18T23:44:24.103Z Compiling derive-ex v0.1.8
30752026-05-18T23:44:24.106Z Compiling parse-display-derive v0.10.0
30762026-05-18T23:44:24.177Z Compiling poly1305 v0.8.0
30772026-05-18T23:44:24.195Z Compiling chacha20 v0.9.1
30782026-05-18T23:44:24.210Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30792026-05-18T23:44:24.229Z Compiling ciborium v0.2.2
30802026-05-18T23:44:24.286Z Compiling serde_yaml v0.9.34+deprecated
30812026-05-18T23:44:24.325Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-05-18T23:44:24.328Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30832026-05-18T23:44:24.361Z Compiling derive_more v0.99.20
30842026-05-18T23:44:24.486Z Compiling thiserror-impl-no-std v2.0.2
30852026-05-18T23:44:24.524Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-05-18T23:44:24.541Z Compiling byte-wrapper v0.1.0
30872026-05-18T23:44:24.672Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-18T23:44:24.717Z Compiling blake2 v0.10.6
30892026-05-18T23:44:24.739Z Compiling password-hash v0.5.0
30902026-05-18T23:44:24.836Z Compiling chacha20poly1305 v0.10.1
30912026-05-18T23:44:24.908Z Compiling indent_write v2.2.0
30922026-05-18T23:44:24.925Z Compiling heapless v0.8.0
30932026-05-18T23:44:24.964Z Compiling ingot-macros v0.1.1
30942026-05-18T23:44:25.013Z Compiling argon2 v0.5.3
30952026-05-18T23:44:25.075Z Compiling tabwriter v1.4.1
30962026-05-18T23:44:25.184Z Compiling tokio-rustls v0.25.0
30972026-05-18T23:44:25.322Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-05-18T23:44:25.346Z Compiling num-rational v0.4.2
30992026-05-18T23:44:25.498Z Compiling typify-impl v0.6.2
31002026-05-18T23:44:25.785Z Compiling thiserror-no-std v2.0.2
31012026-05-18T23:44:25.838Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-05-18T23:44:25.865Z Compiling hash32 v0.3.1
31032026-05-18T23:44:25.882Z Compiling test-strategy v0.4.5
31042026-05-18T23:44:25.912Z Compiling vsss-rs v3.3.4
31052026-05-18T23:44:25.932Z Compiling parse-display v0.10.0
31062026-05-18T23:44:25.976Z Compiling num-complex v0.4.6
31072026-05-18T23:44:26.058Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-05-18T23:44:26.141Z Compiling smoltcp v0.11.0
31092026-05-18T23:44:26.294Z Compiling proc-macro-crate v3.4.0
31102026-05-18T23:44:26.333Z Compiling num v0.4.3
31112026-05-18T23:44:26.401Z Compiling atomicwrites v0.4.4
31122026-05-18T23:44:26.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-18T23:44:26.481Z Compiling cobs v0.3.0
31142026-05-18T23:44:26.555Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-05-18T23:44:26.571Z Compiling float-ord v0.3.2
31162026-05-18T23:44:26.633Z Compiling colored v3.1.1
31172026-05-18T23:44:26.741Z Compiling postcard v1.1.3
31182026-05-18T23:44:26.771Z Compiling proc-macro-error v1.0.4
31192026-05-18T23:44:26.808Z Compiling proc-macro-crate v1.3.1
31202026-05-18T23:44:26.831Z Compiling foreign-types-macros v0.2.3
31212026-05-18T23:44:26.886Z Compiling num_enum_derive v0.7.5
31222026-05-18T23:44:26.904Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31232026-05-18T23:44:27.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-18T23:44:27.061Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-05-18T23:44:27.119Z Compiling rayon-core v1.13.0
31262026-05-18T23:44:27.136Z Compiling foreign-types-shared v0.3.1
31272026-05-18T23:44:27.232Z Compiling cpufeatures v0.3.0
31282026-05-18T23:44:27.265Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292026-05-18T23:44:27.265Z Compiling num_enum_derive v0.5.11
31302026-05-18T23:44:27.353Z Compiling chacha20 v0.10.0
31312026-05-18T23:44:27.389Z Compiling toml v0.8.23
31322026-05-18T23:44:27.413Z Compiling crossbeam-deque v0.8.6
31332026-05-18T23:44:27.448Z Compiling camino-tempfile v1.4.1
31342026-05-18T23:44:27.480Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-05-18T23:44:27.483Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-05-18T23:44:27.516Z Compiling foreign-types v0.5.0
31372026-05-18T23:44:27.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31382026-05-18T23:44:27.623Z Compiling cstr-argument v0.1.2
31392026-05-18T23:44:27.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-05-18T23:44:27.731Z Compiling rand v0.10.0
31412026-05-18T23:44:27.814Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-05-18T23:44:27.899Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31432026-05-18T23:44:27.987Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-18T23:44:28.005Z Compiling ingot-types v0.1.2
31452026-05-18T23:44:28.046Z Compiling num_enum v0.7.5
31462026-05-18T23:44:28.063Z Compiling zone_cfg_derive v0.3.1
31472026-05-18T23:44:28.066Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-05-18T23:44:28.106Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31492026-05-18T23:44:28.122Z Compiling rayon v1.11.0
31502026-05-18T23:44:28.144Z Compiling itertools v0.12.1
31512026-05-18T23:44:28.200Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-05-18T23:44:28.234Z Compiling num-derive v0.4.2
31532026-05-18T23:44:28.252Z Compiling sigpipe v0.1.3
31542026-05-18T23:44:28.297Z Compiling prettyplease v0.2.37
31552026-05-18T23:44:28.339Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-18T23:44:28.371Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-05-18T23:44:28.389Z Compiling ingot v0.1.1
31582026-05-18T23:44:28.423Z Compiling num_enum v0.5.11
31592026-05-18T23:44:28.463Z Compiling glob v0.3.3
31602026-05-18T23:44:28.546Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-05-18T23:44:28.599Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-18T23:44:28.614Z Compiling smf v0.2.3
31632026-05-18T23:44:28.631Z Compiling whoami v1.6.1
31642026-05-18T23:44:28.871Z Compiling usdt-macro v0.5.0
31652026-05-18T23:44:28.896Z Compiling usdt-attr-macro v0.5.0
31662026-05-18T23:44:28.899Z Compiling gethostname v0.5.0
31672026-05-18T23:44:28.953Z Compiling memmap v0.7.0
31682026-05-18T23:44:29.067Z Compiling derive-where v1.6.0
31692026-05-18T23:44:29.084Z Compiling progenitor-client v0.13.0
31702026-05-18T23:44:29.172Z Compiling resolv-conf v0.7.6
31712026-05-18T23:44:29.189Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-05-18T23:44:29.229Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31732026-05-18T23:44:29.356Z Compiling zone v0.3.1
31742026-05-18T23:44:29.399Z Compiling cancel-safe-futures v0.1.5
31752026-05-18T23:44:29.439Z Compiling owo-colors v4.3.0
31762026-05-18T23:44:29.551Z Compiling libsw-core v0.3.2
31772026-05-18T23:44:29.645Z Compiling console v0.15.11
31782026-05-18T23:44:29.703Z Compiling hickory-proto v0.24.4
31792026-05-18T23:44:29.760Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-18T23:44:29.779Z Compiling usdt v0.5.0
31812026-05-18T23:44:29.922Z Compiling libsw v3.5.0
31822026-05-18T23:44:29.940Z Compiling newline-converter v0.3.0
31832026-05-18T23:44:30.008Z Compiling linked-hash-map v0.5.6
31842026-05-18T23:44:30.027Z Compiling linear-map v1.2.0
31852026-05-18T23:44:30.070Z Compiling libefi-sys v0.1.0
31862026-05-18T23:44:30.089Z Compiling expectorate v1.2.0
31872026-05-18T23:44:30.107Z Compiling git-stub v1.0.0
31882026-05-18T23:44:30.141Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31892026-05-18T23:44:30.178Z Compiling typify-macro v0.6.2
31902026-05-18T23:44:30.228Z Compiling lru-cache v0.1.2
31912026-05-18T23:44:30.245Z Compiling bitfield-struct v0.6.2
31922026-05-18T23:44:30.264Z Compiling semver v0.1.20
31932026-05-18T23:44:30.286Z Compiling git-stub-vcs v0.1.0
31942026-05-18T23:44:30.362Z Compiling tokio-dtrace v0.1.1
31952026-05-18T23:44:30.382Z Compiling dropshot-api-manager-types v0.7.1
31962026-05-18T23:44:30.399Z Compiling slog-dtrace v0.3.0
31972026-05-18T23:44:30.418Z Compiling minimal-lexical v0.2.1
31982026-05-18T23:44:30.548Z Compiling rustc_version v0.1.7
31992026-05-18T23:44:30.599Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-05-18T23:44:30.637Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-05-18T23:44:30.686Z Compiling oxide-tokio-rt v0.1.4
32022026-05-18T23:44:30.708Z Compiling nom v7.1.3
32032026-05-18T23:44:30.728Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-05-18T23:44:30.745Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-18T23:44:30.748Z Compiling typify-impl v0.4.3
32062026-05-18T23:44:30.748Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-05-18T23:44:30.801Z Compiling phf_shared v0.12.1
32082026-05-18T23:44:30.817Z Compiling newtype_derive v0.1.6
32092026-05-18T23:44:30.972Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32102026-05-18T23:44:30.995Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-05-18T23:44:31.013Z Compiling csv-core v0.1.13
32122026-05-18T23:44:31.032Z Compiling xshell-macros v0.2.7
32132026-05-18T23:44:31.053Z Compiling highway v1.3.0
32142026-05-18T23:44:31.072Z Compiling chrono-tz v0.10.4
32152026-05-18T23:44:31.310Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-18T23:44:31.356Z Compiling csv v1.4.0
32172026-05-18T23:44:31.375Z Compiling const_format_proc_macros v0.2.34
32182026-05-18T23:44:31.417Z Compiling phf v0.12.1
32192026-05-18T23:44:31.458Z Compiling xshell v0.2.7
32202026-05-18T23:44:31.476Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-05-18T23:44:31.608Z Compiling primeorder v0.13.6
32222026-05-18T23:44:31.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32232026-05-18T23:44:31.810Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-18T23:44:31.934Z Compiling hickory-resolver v0.24.4
32252026-05-18T23:44:32.019Z Compiling tabled_derive v0.7.0
32262026-05-18T23:44:32.033Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272026-05-18T23:44:32.120Z Compiling bcs v0.1.6
32282026-05-18T23:44:32.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32292026-05-18T23:44:32.146Z Compiling typify v0.6.2
32302026-05-18T23:44:32.270Z Compiling progenitor-impl v0.14.0
32312026-05-18T23:44:32.291Z Compiling progenitor-impl v0.13.0
32322026-05-18T23:44:32.308Z Compiling const_format v0.2.35
32332026-05-18T23:44:32.480Z Compiling salty v0.3.0
32342026-05-18T23:44:32.674Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32352026-05-18T23:44:32.694Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32362026-05-18T23:44:32.712Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-18T23:44:32.763Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-05-18T23:44:33.073Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32392026-05-18T23:44:33.096Z Compiling qorb v0.4.1
32402026-05-18T23:44:33.099Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-05-18T23:44:33.187Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-05-18T23:44:33.309Z Compiling tagptr v0.2.0
32432026-05-18T23:44:33.416Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-18T23:44:33.495Z Compiling termtree v0.5.1
32452026-05-18T23:44:33.658Z Compiling moka v0.12.13
32462026-05-18T23:44:33.689Z Compiling tabled v0.15.0
32472026-05-18T23:44:33.741Z Compiling textwrap v0.16.2
32482026-05-18T23:44:34.110Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-05-18T23:44:34.227Z Compiling steno v0.4.1
32502026-05-18T23:44:34.270Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-18T23:44:34.367Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-05-18T23:44:34.450Z Compiling base64 v0.21.7
32532026-05-18T23:44:34.469Z Compiling humantime v2.3.0
32542026-05-18T23:44:34.500Z Compiling radium v0.7.0
32552026-05-18T23:44:34.528Z Compiling hickory-resolver v0.25.2
32562026-05-18T23:44:34.641Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32572026-05-18T23:44:34.816Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-05-18T23:44:34.854Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-05-18T23:44:34.905Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32602026-05-18T23:44:35.043Z Compiling p384 v0.13.1
32612026-05-18T23:44:35.060Z Compiling progenitor-macro v0.14.0
32622026-05-18T23:44:35.075Z Compiling progenitor-macro v0.13.0
32632026-05-18T23:44:35.177Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32642026-05-18T23:44:35.220Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32652026-05-18T23:44:35.376Z Compiling typify-macro v0.4.3
32662026-05-18T23:44:35.422Z Compiling maybe-uninit v2.0.0
32672026-05-18T23:44:35.661Z Compiling tap v1.0.1
32682026-05-18T23:44:35.688Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-18T23:44:35.816Z Compiling wyz v0.5.1
32702026-05-18T23:44:35.857Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-18T23:44:36.001Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-18T23:44:36.051Z Compiling parking_lot_core v0.8.6
32732026-05-18T23:44:36.131Z Compiling funty v2.0.0
32742026-05-18T23:44:36.242Z Compiling utf-8 v0.7.6
32752026-05-18T23:44:36.347Z Compiling packed_struct v0.10.1
32762026-05-18T23:44:36.415Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-05-18T23:44:36.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-05-18T23:44:36.482Z Compiling proc-macro-error2 v2.0.1
32792026-05-18T23:44:36.523Z Compiling bitvec v1.0.1
32802026-05-18T23:44:36.686Z Compiling tungstenite v0.21.0
32812026-05-18T23:44:36.759Z Compiling polyval v0.6.2
32822026-05-18T23:44:36.779Z Compiling num-derive v0.3.3
32832026-05-18T23:44:36.797Z Compiling packed_struct_codegen v0.10.1
32842026-05-18T23:44:36.828Z Compiling zerocopy-derive v0.6.6
32852026-05-18T23:44:36.845Z Compiling bitfield-macros v0.19.4
32862026-05-18T23:44:36.861Z Compiling indexmap v1.9.3
32872026-05-18T23:44:37.022Z Compiling crc-catalog v2.4.0
32882026-05-18T23:44:37.104Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-05-18T23:44:37.155Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-05-18T23:44:37.171Z Compiling nodrop v0.1.14
32912026-05-18T23:44:37.238Z Compiling typify v0.4.3
32922026-05-18T23:44:37.300Z Compiling array-init v0.0.4
32932026-05-18T23:44:37.356Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32942026-05-18T23:44:37.377Z Compiling progenitor-impl v0.11.2
32952026-05-18T23:44:37.420Z Compiling tokio-tungstenite v0.21.0
32962026-05-18T23:44:37.585Z Compiling crc v3.4.0
32972026-05-18T23:44:37.622Z Compiling bitfield v0.19.4
32982026-05-18T23:44:37.713Z Compiling ghash v0.5.1
32992026-05-18T23:44:37.754Z Compiling libscf-sys v1.1.0
33002026-05-18T23:44:37.771Z Compiling zerocopy v0.6.6
33012026-05-18T23:44:37.790Z Compiling tabled_derive v0.11.0
33022026-05-18T23:44:37.828Z Compiling smallvec v0.6.14
33032026-05-18T23:44:37.965Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-18T23:44:38.040Z Compiling papergrid v0.17.0
33052026-05-18T23:44:38.078Z Compiling testing_table v0.3.0
33062026-05-18T23:44:38.143Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-18T23:44:38.174Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-18T23:44:38.223Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-18T23:44:38.275Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-18T23:44:38.395Z Compiling ctr v0.9.2
33112026-05-18T23:44:38.432Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-18T23:44:38.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-18T23:44:38.549Z Compiling illumos-nvpair-sys v0.2.0
33142026-05-18T23:44:38.633Z Compiling corncobs v0.1.4
33152026-05-18T23:44:38.734Z Compiling hashbrown v0.12.3
33162026-05-18T23:44:38.778Z Compiling unicase v2.9.0
33172026-05-18T23:44:38.836Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-18T23:44:38.853Z Compiling aes-gcm v0.10.3
33192026-05-18T23:44:38.896Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-05-18T23:44:38.919Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-05-18T23:44:39.022Z Compiling mime_guess v2.0.5
33222026-05-18T23:44:39.042Z Compiling tabled v0.20.0
33232026-05-18T23:44:39.074Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-18T23:44:39.293Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-18T23:44:39.308Z Compiling parking_lot v0.11.2
33262026-05-18T23:44:39.362Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-05-18T23:44:39.592Z Compiling serde-hex v0.1.0
33282026-05-18T23:44:39.648Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-18T23:44:39.731Z Compiling progenitor-impl v0.10.0
33302026-05-18T23:44:39.838Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-18T23:44:39.908Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-05-18T23:44:39.942Z Compiling ron v0.8.1
33332026-05-18T23:44:40.002Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-05-18T23:44:40.054Z Compiling hashbrown v0.13.2
33352026-05-18T23:44:40.126Z Compiling progenitor-macro v0.11.2
33362026-05-18T23:44:40.317Z Compiling progenitor v0.13.0
33372026-05-18T23:44:40.365Z Compiling progenitor v0.14.0
33382026-05-18T23:44:40.579Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-18T23:44:40.597Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-05-18T23:44:40.645Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-18T23:44:40.724Z Compiling progenitor-client v0.11.2
33422026-05-18T23:44:40.776Z Compiling prefix-trie v0.7.0
33432026-05-18T23:44:40.987Z Compiling ssh-encoding v0.2.0
33442026-05-18T23:44:41.089Z Compiling blowfish v0.9.1
33452026-05-18T23:44:41.160Z Compiling fxhash v0.2.1
33462026-05-18T23:44:41.211Z Compiling secrecy v0.8.0
33472026-05-18T23:44:41.290Z Compiling crc-any v2.5.0
33482026-05-18T23:44:41.337Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-05-18T23:44:41.371Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-05-18T23:44:41.486Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33512026-05-18T23:44:41.489Z Compiling sled v0.34.7
33522026-05-18T23:44:41.559Z Compiling bcrypt-pbkdf v0.10.0
33532026-05-18T23:44:41.591Z Compiling ssh-cipher v0.2.0
33542026-05-18T23:44:41.610Z Compiling hickory-server v0.25.2
33552026-05-18T23:44:41.699Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-05-18T23:44:41.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-05-18T23:44:42.041Z Compiling object v0.30.4
33582026-05-18T23:44:42.247Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33592026-05-18T23:44:42.258Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-05-18T23:44:42.574Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-05-18T23:44:42.581Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33622026-05-18T23:44:42.648Z Compiling progenitor-macro v0.10.0
33632026-05-18T23:44:43.195Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-18T23:44:43.555Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33652026-05-18T23:44:43.661Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-18T23:44:43.755Z Compiling password-hash v0.4.2
33672026-05-18T23:44:43.798Z Compiling path-slash v0.1.5
33682026-05-18T23:44:43.985Z Compiling crc8 v0.1.1
33692026-05-18T23:44:44.145Z Compiling http-range v0.1.5
33702026-05-18T23:44:44.182Z Compiling half v1.8.3
33712026-05-18T23:44:44.209Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-18T23:44:44.448Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-05-18T23:44:44.490Z Compiling serde_cbor v0.11.2
33742026-05-18T23:44:44.523Z Compiling pbkdf2 v0.11.0
33752026-05-18T23:44:44.775Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-05-18T23:44:45.041Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-05-18T23:44:45.087Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-05-18T23:44:45.122Z Compiling illumos-nvpair v0.3.0
33792026-05-18T23:44:45.307Z Compiling progenitor v0.11.2
33802026-05-18T23:44:45.425Z Compiling ssh-key v0.6.7
33812026-05-18T23:44:45.508Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-05-18T23:44:45.610Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-05-18T23:44:45.689Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-05-18T23:44:45.809Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-05-18T23:44:45.897Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-18T23:44:46.011Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-18T23:44:46.053Z Compiling p521 v0.13.3
33882026-05-18T23:44:46.081Z Compiling p256 v0.13.2
33892026-05-18T23:44:46.187Z Compiling yasna v0.5.2
33902026-05-18T23:44:46.213Z Compiling kstat-rs v0.2.4
33912026-05-18T23:44:46.498Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33922026-05-18T23:44:46.518Z Compiling headers-core v0.3.0
33932026-05-18T23:44:46.539Z Compiling nanorand v0.7.0
33942026-05-18T23:44:46.670Z Compiling russh-cryptovec v0.7.3
33952026-05-18T23:44:46.688Z Compiling atty v0.2.14
33962026-05-18T23:44:46.719Z Compiling md5 v0.7.0
33972026-05-18T23:44:46.823Z Compiling home v0.5.12
33982026-05-18T23:44:46.843Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-18T23:44:46.871Z Compiling flume v0.11.1
34002026-05-18T23:44:46.892Z Compiling rcgen v0.12.1
34012026-05-18T23:44:46.910Z Compiling headers v0.4.1
34022026-05-18T23:44:46.985Z Compiling russh-keys v0.45.0
34032026-05-18T23:44:47.004Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-05-18T23:44:47.033Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-05-18T23:44:47.084Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-05-18T23:44:47.183Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-05-18T23:44:47.226Z Compiling hyper-staticfile v0.10.1
34082026-05-18T23:44:47.434Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-05-18T23:44:47.500Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-18T23:44:47.620Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-05-18T23:44:47.699Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34122026-05-18T23:44:47.769Z Compiling progenitor v0.10.0
34132026-05-18T23:44:47.787Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-05-18T23:44:47.805Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-05-18T23:44:47.906Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-05-18T23:44:47.963Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-05-18T23:44:48.073Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34182026-05-18T23:44:48.113Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-05-18T23:44:48.339Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-05-18T23:44:48.399Z Compiling num-bigint v0.4.6
34212026-05-18T23:44:48.441Z Compiling des v0.8.1
34222026-05-18T23:44:48.459Z Compiling subprocess v0.2.15
34232026-05-18T23:44:48.491Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-05-18T23:44:48.509Z Compiling hex-literal v0.4.1
34252026-05-18T23:44:48.570Z Compiling display-error-chain v0.2.2
34262026-05-18T23:44:48.656Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34272026-05-18T23:44:48.659Z Compiling colored v2.2.0
34282026-05-18T23:44:48.689Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34292026-05-18T23:44:48.747Z Compiling socket2 v0.5.10
34302026-05-18T23:44:48.770Z Compiling internet-checksum v0.2.1
34312026-05-18T23:44:48.956Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34322026-05-18T23:44:48.974Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-05-18T23:44:49.538Z Compiling russh v0.45.0
34342026-05-18T23:44:50.120Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-18T23:44:50.148Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-18T23:44:51.945Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-18T23:44:52.655Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-18T23:44:53.323Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-18T23:44:53.804Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-18T23:44:54.940Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-18T23:45:03.046Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-05-18T23:45:03.046Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-18T23:45:03.046Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-18T23:45:03.050Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-18T23:45:04.840Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-05-18T23:45:04.879Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-18T23:45:09.023Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-18T23:45:48.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34492026-05-18T23:45:48.945Z
34502026-05-18T23:45:48.945Zreal 1:27.355744835
34512026-05-18T23:45:48.945Zuser 8:18.793673421
34522026-05-18T23:45:48.950Zsys 1:44.503867002
34532026-05-18T23:45:48.950Ztrap 0.258167826
34542026-05-18T23:45:48.950Ztflt 0.579101191
34552026-05-18T23:45:48.950Zdflt 1.517092725
34562026-05-18T23:45:48.950Zkflt 0.000237988
34572026-05-18T23:45:48.950Zlock 29:42.897297935
34582026-05-18T23:45:48.950Zslp 19:19.070922592
34592026-05-18T23:45:48.950Zlat 39.024258419
34602026-05-18T23:45:48.950Zstop 2:55.294182146
34612026-05-18T23:45:48.950Z+ mkdir tests
34622026-05-18T23:45:48.954Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-18T23:45:48.954Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-18T23:45:48.996Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34652026-05-18T23:45:49.017Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34662026-05-18T23:45:49.037Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34672026-05-18T23:45:49.058Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34682026-05-18T23:45:49.294Z+ 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-18T23:45:49.297Z+ 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-18T23:47:09.086ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-18T23:47:09.086Za .github/buildomat/ci-env.sh 1K
34722026-05-18T23:47:09.086Za out/target/test 1K
34732026-05-18T23:47:09.086Za out/npuzone/npuzone 27402K
34742026-05-18T23:47:09.086Za package-manifest.toml 35K
34752026-05-18T23:47:09.086Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-18T23:47:09.086Za target/release/omicron-package 46040K
34772026-05-18T23:47:09.086Za target/release/xtask 11449K
34782026-05-18T23:47:09.086Za target/debug/bootstrap 352747K
34792026-05-18T23:47:09.086Za tests/bootstrap-80d6ff3f6918a423 31215K
34802026-05-18T23:47:09.086Za tests/commtest-06c600c6b9aa7541 32300K
34812026-05-18T23:47:09.086Za tests/dhcp_server-3f69dec6bee9e804 31215K
34822026-05-18T23:47:09.086Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34832026-05-18T23:47:09.086Za out/clickhouse.tar.gz 319690K
34842026-05-18T23:47:09.086Za out/clickhouse_keeper.tar.gz 305042K
34852026-05-18T23:47:09.086Za out/clickhouse_server.tar.gz 319687K
34862026-05-18T23:47:09.086Za out/cockroachdb.tar.gz 165212K
34872026-05-18T23:47:09.086Za out/crucible-pantry-zone.tar.gz 44224K
34882026-05-18T23:47:09.086Za out/crucible-utils.tar 17744K
34892026-05-18T23:47:09.086Za out/crucible-zone.tar.gz 58362K
34902026-05-18T23:47:09.086Za out/external-dns.tar.gz 49818K
34912026-05-18T23:47:09.086Za out/internal-dns.tar.gz 49818K
34922026-05-18T23:47:09.086Za out/mg-ddm-gz.tar 95141K
34932026-05-18T23:47:09.086Za out/nexus.tar.gz 220803K
34942026-05-18T23:47:09.086Za out/ntp.tar.gz 32189K
34952026-05-18T23:47:09.086Za out/omicron-gateway-softnpu.tar.gz 29645K
34962026-05-18T23:47:09.086Za out/omicron-sled-agent.tar 204636K
34972026-05-18T23:47:09.086Za out/overlay.tar.gz 3K
34982026-05-18T23:47:09.086Za out/oximeter.tar.gz 67896K
34992026-05-18T23:47:09.086Za out/oxlog.tar 3782K
35002026-05-18T23:47:09.086Za out/probe.tar.gz 3037K
35012026-05-18T23:47:09.086Za out/propolis-server.tar.gz 38727K
35022026-05-18T23:47:09.086Za out/pumpkind-gz.tar 26647K
35032026-05-18T23:47:09.087Za out/switch-softnpu.tar.gz 396852K
35042026-05-18T23:47:09.090Z
35052026-05-18T23:47:09.090Zreal 1:19.789673221
35062026-05-18T23:47:09.090Zuser 1:17.170719984
35072026-05-18T23:47:09.090Zsys 4.373875053
35082026-05-18T23:47:09.090Ztrap 0.006236558
35092026-05-18T23:47:09.090Ztflt 0.000000000
35102026-05-18T23:47:09.090Zdflt 0.000000000
35112026-05-18T23:47:09.090Zkflt 0.000000000
35122026-05-18T23:47:09.090Zlock 0.000000000
35132026-05-18T23:47:09.090Zslp 1:17.080755105
35142026-05-18T23:47:09.090Zlat 0.943625288
35152026-05-18T23:47:09.090Zstop 0.000192168
35162026-05-18T23:47:09.090Zprocess exited: duration 913304 ms, exit code 0
 
35172026-05-18T23:47:09.104Zfound 1 output files
35182026-05-18T23:47:09.104Zuploading: /work/package.tar.gz (2447254757 bytes)
35192026-05-18T23:47:36.598Zuploaded: /work/package.tar.gz