01KM08GPMSN454DFZAKXPKTGM9: 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: 01KM08HCR1DCSAWZDJ9CV0FK5B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T10:41:48.338Zjob assigned to worker 01KM08HH2PVGSJEEV8QX1D502F [factory aws, i-0fc880496e9a2062b] (queued for 56 s)
 
22026-03-18T10:41:56.726Zstarting task 0: "setup"
32026-03-18T10:41:56.729Z++ uname -s
42026-03-18T10:41:56.732Z+ kern=SunOS
52026-03-18T10:41:56.732Z+ build_user=build
62026-03-18T10:41:56.732Z+ build_uid=12345
72026-03-18T10:41:56.732Z+ work_dir=/work
82026-03-18T10:41:56.732Z+ input_dir=/input
92026-03-18T10:41:56.732Z+ [[ 0 == 12345 ]]
102026-03-18T10:41:56.732Z+ case "$kern" in
112026-03-18T10:41:56.732Z+ groupadd -g 12345 build
122026-03-18T10:41:56.736Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T10:41:58.742Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T10:41:58.853Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T10:41:58.857Z+ home_fs=zfs
162026-03-18T10:41:58.857Z+ [[ zfs == autofs ]]
172026-03-18T10:41:58.857Z+ mkdir -p /home/build
182026-03-18T10:41:58.860Z+ chown build:build /home/build /work
192026-03-18T10:42:00.861Z+ chmod 0700 /home/build /work
202026-03-18T10:42:00.864Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-18T10:42:00.870Zstarting task 1: "rust-toolchain"
222026-03-18T10:42:00.876Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T10:42:00.876Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-18T10:42:00.876Z * rust toolchain channel = "1.94.0"
252026-03-18T10:42:00.876Z * rust toolchain profile = "default"
262026-03-18T10:42:00.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T10:42:00.876Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T10:42:00.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T10:42:00.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T10:42:00.973Zinfo: downloading installer
312026-03-18T10:42:02.588Zwarn: It looks like you have an existing rustup settings file at:
322026-03-18T10:42:02.588Zwarn: /home/build/.rustup/settings.toml
332026-03-18T10:42:02.588Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-03-18T10:42:02.588Zwarn: instead of the one inferred from the default host triple.
352026-03-18T10:42:02.604Zinfo: profile set to default
362026-03-18T10:42:02.604Zinfo: default host triple is x86_64-unknown-illumos
372026-03-18T10:42:02.607Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-03-18T10:42:02.764Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-03-18T10:42:02.767Zinfo: downloading 6 components
402026-03-18T10:42:18.469Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-03-18T10:42:18.469Z
422026-03-18T10:42:18.505Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-03-18T10:42:18.505Z
442026-03-18T10:42:18.509Z
452026-03-18T10:42:18.509ZRust is installed now. Great!
462026-03-18T10:42:18.509Z
472026-03-18T10:42:18.509ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-03-18T10:42:18.509Zenvironment variable. This has not been done automatically.
492026-03-18T10:42:18.509Z
502026-03-18T10:42:18.510ZTo configure your current shell, you need to source
512026-03-18T10:42:18.510Zthe corresponding env file under $HOME/.cargo.
522026-03-18T10:42:18.510Z
532026-03-18T10:42:18.510ZThis is usually done by running one of the following (note the leading DOT):
542026-03-18T10:42:18.510Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-03-18T10:42:18.510Zsource "$HOME/.cargo/env.fish" # For fish
562026-03-18T10:42:18.510Zsource "~/.cargo/env.nu" # For nushell
572026-03-18T10:42:18.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-03-18T10:42:18.510Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-03-18T10:42:18.510Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-03-18T10:42:18.510Zwarn: no default linker (`cc`) was found in your PATH
612026-03-18T10:42:18.510Zwarn: many Rust crates require a system C toolchain to build
622026-03-18T10:42:18.621Z+ rustup --version
632026-03-18T10:42:18.629Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-03-18T10:42:18.634Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-03-18T10:42:18.656Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-03-18T10:42:18.659Z+ cargo --version
672026-03-18T10:42:18.670Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-03-18T10:42:18.673Z+ rustc --version
692026-03-18T10:42:18.697Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-03-18T10:42:18.701Zprocess exited: duration 17829 ms, exit code 0
 
712026-03-18T10:42:18.709Zstarting task 2: "authentication"
722026-03-18T10:42:18.737Zprocess exited: duration 28 ms, exit code 0
 
732026-03-18T10:42:18.747Zstarting task 3: "clone repository"
742026-03-18T10:42:18.752Z+ mkdir -p /work/oxidecomputer/omicron
752026-03-18T10:42:18.756Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-03-18T10:42:18.787ZCloning into '/work/oxidecomputer/omicron'...
772026-03-18T10:42:28.817Z+ cd /work/oxidecomputer/omicron
782026-03-18T10:42:28.817Z+ git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694
792026-03-18T10:42:29.105ZFrom https://github.com/oxidecomputer/omicron
802026-03-18T10:42:29.105Z * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD
812026-03-18T10:42:29.121Z+ [[ -n helios3 ]]
822026-03-18T10:42:29.128Z++ git branch --show-current
832026-03-18T10:42:29.128Z+ current=main
842026-03-18T10:42:29.128Z+ [[ main != helios3 ]]
852026-03-18T10:42:29.128Z+ git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694
862026-03-18T10:42:29.132Z+ git checkout -f helios3
872026-03-18T10:42:29.459ZSwitched to branch 'helios3'
882026-03-18T10:42:29.462Z+ git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694
892026-03-18T10:42:29.481ZHEAD is now at 78e92b69f WIP - move to Helios v3
902026-03-18T10:42:29.484Zprocess exited: duration 10737 ms, exit code 0
 
912026-03-18T10:42:29.490Zstarting task 4: "build"
922026-03-18T10:42:29.495Z+ source .github/buildomat/ci-env.sh
932026-03-18T10:42:29.498Z++ export CARGO_TERM_COLOR=always
942026-03-18T10:42:29.498Z++ CARGO_TERM_COLOR=always
952026-03-18T10:42:29.498Z+ cargo --version
962026-03-18T10:42:29.508Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-03-18T10:42:29.511Z+ rustc --version
982026-03-18T10:42:29.538Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-03-18T10:42:29.541Z+ WORK=/work
1002026-03-18T10:42:29.541Z+ pfexec mkdir -p /work
1012026-03-18T10:42:29.546Z+ pfexec chown build /work
1022026-03-18T10:42:29.549Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-03-18T10:42:31.167Z Startup: Refreshing catalog 'helios' ... Done
1042026-03-18T10:42:31.325ZPlanning: Solver setup ... Done (0.137s)
1052026-03-18T10:42:31.337ZPlanning: Running solver ... Done (0.013s)
1062026-03-18T10:42:31.342ZPlanning: Finding local manifests ... Done (0.002s)
1072026-03-18T10:42:31.345ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-18T10:42:31.364ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-18T10:42:31.383ZPlanning: Package planning ... Done (0.018s)
1102026-03-18T10:42:31.387ZPlanning: Merging actions ... Done (0.002s)
1112026-03-18T10:42:31.643ZPlanning: Checking for conflicting actions ... Done (0.257s)
1122026-03-18T10:42:31.646ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-03-18T10:42:32.599ZPlanning: Evaluating mediators ... Done (0.954s)
1142026-03-18T10:42:32.602ZPlanning: Planning completed in 1.43 seconds
1152026-03-18T10:42:32.610Z Packages to install: 2
1162026-03-18T10:42:32.610Z Estimated space available: 156.08 GB
1172026-03-18T10:42:32.613ZEstimated space to be consumed: 14.17 MB
1182026-03-18T10:42:32.613Z Create boot environment: No
1192026-03-18T10:42:32.614ZCreate backup boot environment: No
1202026-03-18T10:42:32.614Z Rebuild boot archive: No
1212026-03-18T10:42:32.614Z
1222026-03-18T10:42:32.614ZChanged packages:
1232026-03-18T10:42:32.614Zhelios
1242026-03-18T10:42:32.614Z developer/build-essential
1252026-03-18T10:42:32.614Z None -> 11-3.0
1262026-03-18T10:42:32.614Z library/libxmlsec1
1272026-03-18T10:42:32.614Z None -> 1.2.35-3.0
1282026-03-18T10:42:32.642Z
1292026-03-18T10:42:32.642ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-03-18T10:42:33.568ZDownload: Completed 1.28 MB in 0.93 seconds (1.4M/s)
1312026-03-18T10:42:33.650Z Actions: 1/268 actions (Installing new actions)
1322026-03-18T10:42:33.707Z Actions: Completed 268 actions in 0.06 seconds.
1332026-03-18T10:42:33.719ZFinalize: Updating package state database ... Done (0.011s)
1342026-03-18T10:42:33.719ZFinalize: Updating package cache ... Done (0.000s)
1352026-03-18T10:42:33.729ZFinalize: Updating image state ... Done (0.011s)
1362026-03-18T10:42:37.084ZFinalize: Creating fast lookup database ... Done (3.326s)
1372026-03-18T10:42:37.161ZFinalize: Reading search index ... Done (0.014s)
1382026-03-18T10:42:37.166ZFinalize: Updating search index ... Done (0.000s)
1392026-03-18T10:42:37.275ZFinalize: Updating package cache ... Done (0.000s)
1402026-03-18T10:42:37.670ZPlanning: Evaluating mediator changes ... Done
1412026-03-18T10:42:37.803ZPlanning: Checking for conflicting actions ... Done
1422026-03-18T10:42:37.814ZPlanning: Consolidating action changes ... Done
1432026-03-18T10:42:38.041ZPlanning: Evaluating mediators ... Done
1442026-03-18T10:42:38.047ZPlanning: Planning completed in 0.38 seconds
1452026-03-18T10:42:38.077Z Mediators to change: 2
1462026-03-18T10:42:38.078Z Create boot environment: No
1472026-03-18T10:42:38.087ZCreate backup boot environment: No
1482026-03-18T10:42:38.149ZFinalize: Updating package state database ... Done
1492026-03-18T10:42:38.149ZFinalize: Updating package cache ... Done
1502026-03-18T10:42:38.158ZFinalize: Updating image state ... Done
1512026-03-18T10:42:40.927ZFinalize: Creating fast lookup database ... Done
1522026-03-18T10:42:41.003ZFinalize: Reading search index ... Done
1532026-03-18T10:42:41.006ZFinalize: Updating search index ... Done
1542026-03-18T10:42:41.100ZFinalize: Updating package cache ... Done
1552026-03-18T10:42:41.477ZPlanning: Evaluating mediator changes ... Done
1562026-03-18T10:42:41.620ZPlanning: Checking for conflicting actions ... Done
1572026-03-18T10:42:41.623ZPlanning: Consolidating action changes ... Done
1582026-03-18T10:42:41.857ZPlanning: Evaluating mediators ... Done
1592026-03-18T10:42:41.860ZPlanning: Planning completed in 0.38 seconds
1602026-03-18T10:42:41.890Z Mediators to change: 1
1612026-03-18T10:42:41.890Z Create boot environment: No
1622026-03-18T10:42:41.890ZCreate backup boot environment: No
1632026-03-18T10:42:41.969ZFinalize: Updating package state database ... Done
1642026-03-18T10:42:41.969ZFinalize: Updating package cache ... Done
1652026-03-18T10:42:41.978ZFinalize: Updating image state ... Done
1662026-03-18T10:42:44.731ZFinalize: Creating fast lookup database ... Done
1672026-03-18T10:42:44.804ZFinalize: Reading search index ... Done
1682026-03-18T10:42:44.808ZFinalize: Updating search index ... Done
1692026-03-18T10:42:44.890ZFinalize: Updating package cache ... Done
1702026-03-18T10:42:45.311ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-03-18T10:42:45.311Zapache system 2.4 system
1722026-03-18T10:42:45.311Zclang system 15 system
1732026-03-18T10:42:45.311Zcsh system system illumos
1742026-03-18T10:42:45.312Zctags system system illumos
1752026-03-18T10:42:45.312Zfile vendor vendor darwinsys
1762026-03-18T10:42:45.312Zfile system system illumos
1772026-03-18T10:42:45.312Zgcc vendor 14 vendor
1782026-03-18T10:42:45.312Zgcc system 13 system
1792026-03-18T10:42:45.312Zgcc system 10 system
1802026-03-18T10:42:45.312Zgo system 1.25 system
1812026-03-18T10:42:45.312Zllvm system 15 system
1822026-03-18T10:42:45.312Zmariadb system 11.4 system
1832026-03-18T10:42:45.312Zmta vendor vendor dma
1842026-03-18T10:42:45.312Zopenjdk system 17 system
1852026-03-18T10:42:45.312Zopenjdk system 11 system
1862026-03-18T10:42:45.312Zopenssl vendor 3 vendor
1872026-03-18T10:42:45.312Zperl system 5.40 system
1882026-03-18T10:42:45.312Zpostgresql system 18 system
1892026-03-18T10:42:45.312Zpostgresql system 17 system
1902026-03-18T10:42:45.313Zpython vendor 3 vendor
1912026-03-18T10:42:45.313Zpython system 2 system
1922026-03-18T10:42:45.313Zpython3 vendor 3.13 vendor
1932026-03-18T10:42:45.313Zruby system 3.4 system
1942026-03-18T10:42:45.313Zruby system 3.0 system
1952026-03-18T10:42:45.313Zwords vendor vendor american-english
1962026-03-18T10:42:45.313Zwords system system australian-english
1972026-03-18T10:42:45.313Zwords system system british-english
1982026-03-18T10:42:45.313Zwords system system canadian-english
1992026-03-18T10:42:45.313Zwords system system french
2002026-03-18T10:42:45.313Zwords system system italian
2012026-03-18T10:42:45.313Zwords system system ngerman
2022026-03-18T10:42:45.313Zwords system system ogerman
2032026-03-18T10:42:45.314Zwords system system spanish
2042026-03-18T10:42:45.651ZPUBLISHER TYPE STATUS P LOCATION
2052026-03-18T10:42:45.651Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-03-18T10:42:45.993ZFMRI IFO
2072026-03-18T10:42:45.993Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-03-18T10:42:45.993Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-03-18T10:42:45.993Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-03-18T10:42:45.993Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-03-18T10:42:45.993Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-03-18T10:42:45.993Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-03-18T10:42:45.993Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-03-18T10:42:45.997Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-03-18T10:42:45.997Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-03-18T10:42:46.280Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-03-18T10:42:46.554Z Updating crates.io index
2182026-03-18T10:42:46.596Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-03-18T10:42:47.445Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-03-18T10:42:47.960Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2212026-03-18T10:42:48.238Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-03-18T10:42:48.822Z Updating git repository `https://github.com/oxidecomputer/falcon`
2232026-03-18T10:42:49.772Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-03-18T10:42:50.259Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-03-18T10:42:51.732Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-03-18T10:42:53.362Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-03-18T10:42:54.157Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-03-18T10:42:54.793Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-03-18T10:42:55.431Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-03-18T10:42:56.142Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-03-18T10:42:56.525Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-03-18T10:42:56.967Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-03-18T10:42:57.851Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-03-18T10:42:58.621Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-03-18T10:42:58.912Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-03-18T10:42:59.355Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-03-18T10:42:59.807Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-03-18T10:43:00.085Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-03-18T10:43:00.334Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-03-18T10:43:00.605Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-03-18T10:43:01.060Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-03-18T10:43:01.411Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-03-18T10:43:02.226Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-03-18T10:43:02.484Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-03-18T10:43:02.826Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-03-18T10:43:03.871Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-03-18T10:43:04.377Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-03-18T10:43:04.719Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-03-18T10:43:05.040Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-03-18T10:43:05.316Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-03-18T10:43:05.833Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-03-18T10:43:06.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-03-18T10:43:06.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-03-18T10:43:06.628Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-03-18T10:43:07.055Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-03-18T10:43:20.940Z Downloading crates ...
2572026-03-18T10:43:20.996Z Downloaded camino v1.2.2
2582026-03-18T10:43:20.999Z Downloaded anstyle-parse v0.2.7
2592026-03-18T10:43:21.002Z Downloaded byteorder v1.5.0
2602026-03-18T10:43:21.005Z Downloaded anstyle-query v1.1.5
2612026-03-18T10:43:21.008Z Downloaded stable_deref_trait v1.2.1
2622026-03-18T10:43:21.008Z Downloaded cargo-platform v0.2.0
2632026-03-18T10:43:21.008Z Downloaded itoa v1.0.17
2642026-03-18T10:43:21.013Z Downloaded bytecount v0.6.9
2652026-03-18T10:43:21.016Z Downloaded potential_utf v0.1.4
2662026-03-18T10:43:21.016Z Downloaded anstyle v1.0.13
2672026-03-18T10:43:21.019Z Downloaded textwrap v0.16.2
2682026-03-18T10:43:21.021Z Downloaded thread-id v4.2.2
2692026-03-18T10:43:21.024Z Downloaded toml v0.8.23
2702026-03-18T10:43:21.024Z Downloaded ordered-float v2.10.1
2712026-03-18T10:43:21.027Z Downloaded idna_adapter v1.2.1
2722026-03-18T10:43:21.027Z Downloaded block-buffer v0.10.4
2732026-03-18T10:43:21.027Z Downloaded unicode-xid v0.2.6
2742026-03-18T10:43:21.030Z Downloaded utf8_iter v1.0.4
2752026-03-18T10:43:21.030Z Downloaded pretty-hex v0.4.1
2762026-03-18T10:43:21.033Z Downloaded version_check v0.9.5
2772026-03-18T10:43:21.033Z Downloaded unicode-linebreak v0.1.5
2782026-03-18T10:43:21.033Z Downloaded is_terminal_polyfill v1.70.2
2792026-03-18T10:43:21.036Z Downloaded percent-encoding v2.3.2
2802026-03-18T10:43:21.036Z Downloaded macaddr v1.0.1
2812026-03-18T10:43:21.036Z Downloaded zerofrom-derive v0.1.6
2822026-03-18T10:43:21.036Z Downloaded zerofrom v0.1.6
2832026-03-18T10:43:21.039Z Downloaded yoke-derive v0.8.1
2842026-03-18T10:43:21.039Z Downloaded typeid v1.0.3
2852026-03-18T10:43:21.039Z Downloaded form_urlencoded v1.2.2
2862026-03-18T10:43:21.039Z Downloaded colorchoice v1.0.4
2872026-03-18T10:43:21.042Z Downloaded equivalent v1.0.2
2882026-03-18T10:43:21.042Z Downloaded proc-macro-error-attr v1.0.4
2892026-03-18T10:43:21.042Z Downloaded clap_lex v1.0.0
2902026-03-18T10:43:21.045Z Downloaded toml_datetime v0.6.11
2912026-03-18T10:43:21.045Z Downloaded fnv v1.0.7
2922026-03-18T10:43:21.045Z Downloaded usdt-macro v0.5.0
2932026-03-18T10:43:21.048Z Downloaded sha2 v0.10.9
2942026-03-18T10:43:21.048Z Downloaded usdt-attr-macro v0.5.0
2952026-03-18T10:43:21.050Z Downloaded bitflags v2.11.0
2962026-03-18T10:43:21.053Z Downloaded tinystr v0.8.2
2972026-03-18T10:43:21.053Z Downloaded autocfg v1.5.0
2982026-03-18T10:43:21.056Z Downloaded anstream v0.6.21
2992026-03-18T10:43:21.056Z Downloaded toml_write v0.1.2
3002026-03-18T10:43:21.059Z Downloaded heck v0.4.1
3012026-03-18T10:43:21.059Z Downloaded utf8parse v0.2.2
3022026-03-18T10:43:21.059Z Downloaded tabled_derive v0.7.0
3032026-03-18T10:43:21.062Z Downloaded cfg-if v1.0.4
3042026-03-18T10:43:21.062Z Downloaded usdt v0.5.0
3052026-03-18T10:43:21.065Z Downloaded scroll_derive v0.12.1
3062026-03-18T10:43:21.065Z Downloaded generic-array v0.14.7
3072026-03-18T10:43:21.065Z Downloaded crypto-common v0.1.7
3082026-03-18T10:43:21.068Z Downloaded dtrace-parser v0.2.0
3092026-03-18T10:43:21.068Z Downloaded thiserror-impl v2.0.18
3102026-03-18T10:43:21.068Z Downloaded strsim v0.11.1
3112026-03-18T10:43:21.075Z Downloaded zerovec-derive v0.11.2
3122026-03-18T10:43:21.076Z Downloaded thiserror-impl v1.0.69
3132026-03-18T10:43:21.078Z Downloaded thiserror v1.0.69
3142026-03-18T10:43:21.078Z Downloaded thiserror v2.0.18
3152026-03-18T10:43:21.081Z Downloaded writeable v0.6.2
3162026-03-18T10:43:21.081Z Downloaded terminal_size v0.4.3
3172026-03-18T10:43:21.081Z Downloaded swrite v0.1.0
3182026-03-18T10:43:21.084Z Downloaded smawk v0.3.2
3192026-03-18T10:43:21.084Z Downloaded yoke v0.8.1
3202026-03-18T10:43:21.084Z Downloaded plain v0.2.3
3212026-03-18T10:43:21.087Z Downloaded serde_spanned v0.6.9
3222026-03-18T10:43:21.087Z Downloaded cpufeatures v0.2.17
3232026-03-18T10:43:21.090Z Downloaded zmij v1.0.21
3242026-03-18T10:43:21.090Z Downloaded zerocopy-derive v0.7.35
3252026-03-18T10:43:21.093Z Downloaded dof v0.3.0
3262026-03-18T10:43:21.093Z Downloaded errno v0.3.14
3272026-03-18T10:43:21.097Z Downloaded ucd-trie v0.1.7
3282026-03-18T10:43:21.097Z Downloaded memmap v0.7.0
3292026-03-18T10:43:21.097Z Downloaded serde-value v0.7.0
3302026-03-18T10:43:21.102Z Downloaded camino-tempfile v1.4.1
3312026-03-18T10:43:21.105Z Downloaded usdt-impl v0.5.0
3322026-03-18T10:43:21.107Z Downloaded serde-untagged v0.1.9
3332026-03-18T10:43:21.108Z Downloaded unicode-ident v1.0.24
3342026-03-18T10:43:21.112Z Downloaded toml_edit v0.22.27
3352026-03-18T10:43:21.115Z Downloaded serde_core v1.0.228
3362026-03-18T10:43:21.117Z Downloaded heck v0.5.0
3372026-03-18T10:43:21.121Z Downloaded cargo_metadata v0.21.0
3382026-03-18T10:43:21.121Z Downloaded zerotrie v0.2.3
3392026-03-18T10:43:21.123Z Downloaded url v2.5.8
3402026-03-18T10:43:21.127Z Downloaded displaydoc v0.2.5
3412026-03-18T10:43:21.127Z Downloaded typenum v1.19.0
3422026-03-18T10:43:21.131Z Downloaded synstructure v0.13.2
3432026-03-18T10:43:21.131Z Downloaded scroll v0.12.0
3442026-03-18T10:43:21.135Z Downloaded fs-err v3.3.0
3452026-03-18T10:43:21.135Z Downloaded digest v0.10.7
3462026-03-18T10:43:21.135Z Downloaded fastrand v2.3.0
3472026-03-18T10:43:21.135Z Downloaded erased-serde v0.4.9
3482026-03-18T10:43:21.138Z Downloaded icu_collections v2.1.1
3492026-03-18T10:43:21.143Z Downloaded proc-macro-error v1.0.4
3502026-03-18T10:43:21.147Z Downloaded serde_tokenstream v0.2.3
3512026-03-18T10:43:21.147Z Downloaded zerovec v0.11.5
3522026-03-18T10:43:21.151Z Downloaded litemap v0.8.1
3532026-03-18T10:43:21.151Z Downloaded winnow v0.7.14
3542026-03-18T10:43:21.155Z Downloaded pest_generator v2.8.6
3552026-03-18T10:43:21.159Z Downloaded zerocopy v0.7.35
3562026-03-18T10:43:21.167Z Downloaded smallvec v1.15.1
3572026-03-18T10:43:21.171Z Downloaded cargo_toml v0.21.0
3582026-03-18T10:43:21.171Z Downloaded anyhow v1.0.102
3592026-03-18T10:43:21.174Z Downloaded quote v1.0.44
3602026-03-18T10:43:21.177Z Downloaded unicode-width v0.2.0
3612026-03-18T10:43:21.181Z Downloaded semver v1.0.27
3622026-03-18T10:43:21.184Z Downloaded clap_derive v4.5.55
3632026-03-18T10:43:21.184Z Downloaded unicode-width v0.1.14
3642026-03-18T10:43:21.188Z Downloaded tempfile v3.25.0
3652026-03-18T10:43:21.191Z Downloaded icu_properties v2.1.2
3662026-03-18T10:43:21.191Z Downloaded getrandom v0.4.1
3672026-03-18T10:43:21.195Z Downloaded cargo-util-schemas v0.8.2
3682026-03-18T10:43:21.195Z Downloaded num-traits v0.2.19
3692026-03-18T10:43:21.198Z Downloaded icu_locale_core v2.1.1
3702026-03-18T10:43:21.201Z Downloaded serde_derive v1.0.228
3712026-03-18T10:43:21.204Z Downloaded icu_normalizer_data v2.1.1
3722026-03-18T10:43:21.204Z Downloaded icu_normalizer v2.1.1
3732026-03-18T10:43:21.207Z Downloaded indexmap v2.13.0
3742026-03-18T10:43:21.210Z Downloaded proc-macro2 v1.0.106
3752026-03-18T10:43:21.213Z Downloaded papergrid v0.11.0
3762026-03-18T10:43:21.216Z Downloaded pest_derive v2.8.6
3772026-03-18T10:43:21.216Z Downloaded once_cell v1.21.3
3782026-03-18T10:43:21.219Z Downloaded pest_meta v2.8.6
3792026-03-18T10:43:21.219Z Downloaded clap v4.5.60
3802026-03-18T10:43:21.226Z Downloaded log v0.4.29
3812026-03-18T10:43:21.229Z Downloaded icu_provider v2.1.1
3822026-03-18T10:43:21.235Z Downloaded serde v1.0.228
3832026-03-18T10:43:21.240Z Downloaded memchr v2.8.0
3842026-03-18T10:43:21.256Z Downloaded hashbrown v0.16.1
3852026-03-18T10:43:21.270Z Downloaded serde_json v1.0.149
3862026-03-18T10:43:21.274Z Downloaded icu_properties_data v2.1.2
3872026-03-18T10:43:21.280Z Downloaded pest v2.8.6
3882026-03-18T10:43:21.284Z Downloaded idna v1.1.0
3892026-03-18T10:43:21.287Z Downloaded clap_builder v4.5.60
3902026-03-18T10:43:21.293Z Downloaded tabled v0.15.0
3912026-03-18T10:43:21.304Z Downloaded goblin v0.8.2
3922026-03-18T10:43:21.314Z Downloaded syn v1.0.109
3932026-03-18T10:43:21.326Z Downloaded syn v2.0.117
3942026-03-18T10:43:21.341Z Downloaded rustix v1.1.3
3952026-03-18T10:43:21.366Z Downloaded libc v0.2.180
3962026-03-18T10:43:21.453Z Compiling proc-macro2 v1.0.106
3972026-03-18T10:43:21.453Z Compiling quote v1.0.44
3982026-03-18T10:43:21.456Z Compiling unicode-ident v1.0.24
3992026-03-18T10:43:21.456Z Compiling serde_core v1.0.228
4002026-03-18T10:43:21.456Z Compiling libc v0.2.180
4012026-03-18T10:43:21.456Z Compiling version_check v0.9.5
4022026-03-18T10:43:21.456Z Compiling stable_deref_trait v1.2.1
4032026-03-18T10:43:21.456Z Compiling memchr v2.8.0
4042026-03-18T10:43:21.456Z Compiling serde v1.0.228
4052026-03-18T10:43:21.456Z Compiling zmij v1.0.21
4062026-03-18T10:43:21.456Z Compiling itoa v1.0.17
4072026-03-18T10:43:21.673Z Compiling thiserror v1.0.69
4082026-03-18T10:43:21.676Z Compiling ucd-trie v0.1.7
4092026-03-18T10:43:21.676Z Compiling autocfg v1.5.0
4102026-03-18T10:43:21.676Z Compiling writeable v0.6.2
4112026-03-18T10:43:21.953Z Compiling litemap v0.8.1
4122026-03-18T10:43:21.981Z Compiling byteorder v1.5.0
4132026-03-18T10:43:22.178Z Compiling icu_normalizer_data v2.1.1
4142026-03-18T10:43:22.236Z Compiling icu_properties_data v2.1.2
4152026-03-18T10:43:22.385Z Compiling rustix v1.1.3
4162026-03-18T10:43:22.388Z Compiling bitflags v2.11.0
4172026-03-18T10:43:22.388Z Compiling serde_json v1.0.149
4182026-03-18T10:43:22.475Z Compiling pest v2.8.6
4192026-03-18T10:43:22.504Z Compiling num-traits v0.2.19
4202026-03-18T10:43:22.529Z Compiling typeid v1.0.3
4212026-03-18T10:43:22.532Z Compiling equivalent v1.0.2
4222026-03-18T10:43:22.831Z Compiling errno v0.3.14
4232026-03-18T10:43:22.946Z Compiling smallvec v1.15.1
4242026-03-18T10:43:22.972Z Compiling hashbrown v0.16.1
4252026-03-18T10:43:23.001Z Compiling thread-id v4.2.2
4262026-03-18T10:43:23.004Z Compiling proc-macro-error-attr v1.0.4
4272026-03-18T10:43:23.005Z Compiling usdt-impl v0.5.0
4282026-03-18T10:43:23.169Z Compiling erased-serde v0.4.9
4292026-03-18T10:43:23.197Z Compiling winnow v0.7.14
4302026-03-18T10:43:23.256Z Compiling toml_write v0.1.2
4312026-03-18T10:43:23.259Z Compiling syn v1.0.109
4322026-03-18T10:43:23.484Z Compiling proc-macro-error v1.0.4
4332026-03-18T10:43:23.570Z Compiling getrandom v0.4.1
4342026-03-18T10:43:23.601Z Compiling plain v0.2.3
4352026-03-18T10:43:23.604Z Compiling utf8_iter v1.0.4
4362026-03-18T10:43:23.704Z Compiling syn v2.0.117
4372026-03-18T10:43:23.728Z Compiling indexmap v2.13.0
4382026-03-18T10:43:23.789Z Compiling camino v1.2.2
4392026-03-18T10:43:23.792Z Compiling thiserror v2.0.18
4402026-03-18T10:43:23.792Z Compiling utf8parse v0.2.2
4412026-03-18T10:43:23.820Z Compiling log v0.4.29
4422026-03-18T10:43:23.900Z Compiling percent-encoding v2.3.2
4432026-03-18T10:43:24.007Z Compiling anstyle-parse v0.2.7
4442026-03-18T10:43:24.133Z Compiling form_urlencoded v1.2.2
4452026-03-18T10:43:24.217Z Compiling pest_meta v2.8.6
4462026-03-18T10:43:24.278Z Compiling ordered-float v2.10.1
4472026-03-18T10:43:24.336Z Compiling colorchoice v1.0.4
4482026-03-18T10:43:24.366Z Compiling anstyle v1.0.13
4492026-03-18T10:43:24.394Z Compiling cfg-if v1.0.4
4502026-03-18T10:43:24.458Z Compiling pretty-hex v0.4.1
4512026-03-18T10:43:24.488Z Compiling is_terminal_polyfill v1.70.2
4522026-03-18T10:43:24.518Z Compiling anstyle-query v1.1.5
4532026-03-18T10:43:24.636Z Compiling fs-err v3.3.0
4542026-03-18T10:43:24.640Z Compiling anstream v0.6.21
4552026-03-18T10:43:24.692Z Compiling fnv v1.0.7
4562026-03-18T10:43:24.697Z Compiling heck v0.5.0
4572026-03-18T10:43:24.697Z Compiling bytecount v0.6.9
4582026-03-18T10:43:24.720Z Compiling unicode-width v0.1.14
4592026-03-18T10:43:24.802Z Compiling terminal_size v0.4.3
4602026-03-18T10:43:24.830Z Compiling anyhow v1.0.102
4612026-03-18T10:43:24.883Z Compiling fastrand v2.3.0
4622026-03-18T10:43:24.954Z Compiling once_cell v1.21.3
4632026-03-18T10:43:25.006Z Compiling unicode-xid v0.2.6
4642026-03-18T10:43:25.041Z Compiling heck v0.4.1
4652026-03-18T10:43:25.083Z Compiling strsim v0.11.1
4662026-03-18T10:43:25.212Z Compiling semver v1.0.27
4672026-03-18T10:43:25.271Z Compiling clap_lex v1.0.0
4682026-03-18T10:43:25.309Z Compiling tempfile v3.25.0
4692026-03-18T10:43:25.374Z Compiling papergrid v0.11.0
4702026-03-18T10:43:25.434Z Compiling memmap v0.7.0
4712026-03-18T10:43:25.613Z Compiling clap_builder v4.5.60
4722026-03-18T10:43:25.641Z Compiling smawk v0.3.2
4732026-03-18T10:43:25.690Z Compiling unicode-linebreak v0.1.5
4742026-03-18T10:43:25.694Z Compiling unicode-width v0.2.0
4752026-03-18T10:43:25.824Z Compiling serde-untagged v0.1.9
4762026-03-18T10:43:25.854Z Compiling camino-tempfile v1.4.1
4772026-03-18T10:43:25.913Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-03-18T10:43:26.021Z Compiling swrite v0.1.0
4792026-03-18T10:43:26.047Z Compiling textwrap v0.16.2
4802026-03-18T10:43:26.513Z Compiling tabled_derive v0.7.0
4812026-03-18T10:43:27.386Z Compiling tabled v0.15.0
4822026-03-18T10:43:27.416Z Compiling synstructure v0.13.2
4832026-03-18T10:43:27.416Z Compiling pest_generator v2.8.6
4842026-03-18T10:43:28.139Z Compiling serde_derive v1.0.228
4852026-03-18T10:43:28.139Z Compiling zerofrom-derive v0.1.6
4862026-03-18T10:43:28.143Z Compiling yoke-derive v0.8.1
4872026-03-18T10:43:28.143Z Compiling zerovec-derive v0.11.2
4882026-03-18T10:43:28.143Z Compiling displaydoc v0.2.5
4892026-03-18T10:43:28.264Z Compiling thiserror-impl v1.0.69
4902026-03-18T10:43:28.267Z Compiling zerocopy-derive v0.7.35
4912026-03-18T10:43:28.267Z Compiling pest_derive v2.8.6
4922026-03-18T10:43:28.290Z Compiling scroll_derive v0.12.1
4932026-03-18T10:43:28.293Z Compiling thiserror-impl v2.0.18
4942026-03-18T10:43:28.342Z Compiling clap_derive v4.5.55
4952026-03-18T10:43:29.151Z Compiling scroll v0.12.0
4962026-03-18T10:43:29.295Z Compiling zerocopy v0.7.35
4972026-03-18T10:43:29.459Z Compiling zerofrom v0.1.6
4982026-03-18T10:43:29.483Z Compiling goblin v0.8.2
4992026-03-18T10:43:29.620Z Compiling yoke v0.8.1
5002026-03-18T10:43:29.703Z Compiling dtrace-parser v0.2.0
5012026-03-18T10:43:29.832Z Compiling zerovec v0.11.5
5022026-03-18T10:43:29.832Z Compiling zerotrie v0.2.3
5032026-03-18T10:43:30.185Z Compiling clap v4.5.60
5042026-03-18T10:43:30.430Z Compiling tinystr v0.8.2
5052026-03-18T10:43:30.431Z Compiling potential_utf v0.1.4
5062026-03-18T10:43:30.579Z Compiling icu_collections v2.1.1
5072026-03-18T10:43:30.658Z Compiling icu_locale_core v2.1.1
5082026-03-18T10:43:31.428Z Compiling icu_provider v2.1.1
5092026-03-18T10:43:31.590Z Compiling dof v0.3.0
5102026-03-18T10:43:31.590Z Compiling serde_tokenstream v0.2.3
5112026-03-18T10:43:31.615Z Compiling serde_spanned v0.6.9
5122026-03-18T10:43:31.618Z Compiling toml_datetime v0.6.11
5132026-03-18T10:43:31.618Z Compiling serde-value v0.7.0
5142026-03-18T10:43:31.618Z Compiling cargo-platform v0.2.0
5152026-03-18T10:43:31.618Z Compiling macaddr v1.0.1
5162026-03-18T10:43:31.722Z Compiling icu_normalizer v2.1.1
5172026-03-18T10:43:31.726Z Compiling icu_properties v2.1.2
5182026-03-18T10:43:31.988Z Compiling toml_edit v0.22.27
5192026-03-18T10:43:32.489Z Compiling usdt-macro v0.5.0
5202026-03-18T10:43:32.492Z Compiling usdt-attr-macro v0.5.0
5212026-03-18T10:43:32.964Z Compiling idna_adapter v1.2.1
5222026-03-18T10:43:33.100Z Compiling idna v1.1.0
5232026-03-18T10:43:33.231Z Compiling usdt v0.5.0
5242026-03-18T10:43:33.450Z Compiling url v2.5.8
5252026-03-18T10:43:33.736Z Compiling toml v0.8.23
5262026-03-18T10:43:34.193Z Compiling cargo-util-schemas v0.8.2
5272026-03-18T10:43:34.193Z Compiling cargo_toml v0.21.0
5282026-03-18T10:43:35.335Z Compiling cargo_metadata v0.21.0
5292026-03-18T10:43:36.627Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-03-18T10:43:39.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.41s
5312026-03-18T10:43:39.856Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-03-18T10:43:40.584Z Downloading crates ...
5332026-03-18T10:43:40.701Z Downloaded bitflags v1.3.2
5342026-03-18T10:43:40.705Z Downloaded bcrypt-pbkdf v0.10.0
5352026-03-18T10:43:40.712Z Downloaded cmake v0.1.57
5362026-03-18T10:43:40.712Z Downloaded backoff v0.4.0
5372026-03-18T10:43:40.720Z Downloaded bit-set v0.5.3
5382026-03-18T10:43:40.721Z Downloaded adler2 v2.0.1
5392026-03-18T10:43:40.721Z Downloaded cstr-argument v0.1.2
5402026-03-18T10:43:40.721Z Downloaded critical-section v1.2.0
5412026-03-18T10:43:40.732Z Downloaded crunchy v0.2.4
5422026-03-18T10:43:40.732Z Downloaded bb8 v0.8.6
5432026-03-18T10:43:40.732Z Downloaded atomicwrites v0.4.4
5442026-03-18T10:43:40.732Z Downloaded csv-core v0.1.13
5452026-03-18T10:43:40.732Z Downloaded darling_macro v0.23.0
5462026-03-18T10:43:40.733Z Downloaded crossbeam-channel v0.5.15
5472026-03-18T10:43:40.738Z Downloaded enum-as-inner v0.6.1
5482026-03-18T10:43:40.739Z Downloaded derive_builder_core v0.20.2
5492026-03-18T10:43:40.739Z Downloaded crc v3.4.0
5502026-03-18T10:43:40.739Z Downloaded async-stream v0.3.6
5512026-03-18T10:43:40.739Z Downloaded aead v0.5.2
5522026-03-18T10:43:40.739Z Downloaded endian-type v0.1.2
5532026-03-18T10:43:40.742Z Downloaded derive_builder_macro v0.20.2
5542026-03-18T10:43:40.743Z Downloaded display-error-chain v0.2.2
5552026-03-18T10:43:40.743Z Downloaded defmt-macros v1.0.1
5562026-03-18T10:43:40.747Z Downloaded der_derive v0.7.3
5572026-03-18T10:43:40.747Z Downloaded crc-catalog v2.4.0
5582026-03-18T10:43:40.751Z Downloaded debug-ignore v1.0.5
5592026-03-18T10:43:40.751Z Downloaded ciborium-io v0.2.2
5602026-03-18T10:43:40.751Z Downloaded convert_case v0.4.0
5612026-03-18T10:43:40.755Z Downloaded darling_macro v0.20.11
5622026-03-18T10:43:40.755Z Downloaded ascii-canvas v3.0.0
5632026-03-18T10:43:40.755Z Downloaded data-encoding v2.10.0
5642026-03-18T10:43:40.758Z Downloaded defmt v1.0.1
5652026-03-18T10:43:40.761Z Downloaded defmt-parser v1.0.0
5662026-03-18T10:43:40.761Z Downloaded cpufeatures v0.3.0
5672026-03-18T10:43:40.764Z Downloaded embedded-io v0.6.1
5682026-03-18T10:43:40.764Z Downloaded dirs-next v2.0.0
5692026-03-18T10:43:40.770Z Downloaded difflib v0.4.0
5702026-03-18T10:43:40.770Z Downloaded assert_matches v1.5.0
5712026-03-18T10:43:40.770Z Downloaded dropshot-api-manager-types v0.6.0
5722026-03-18T10:43:40.773Z Downloaded darling_macro v0.21.3
5732026-03-18T10:43:40.773Z Downloaded foreign-types-shared v0.1.1
5742026-03-18T10:43:40.773Z Downloaded bit-vec v0.8.0
5752026-03-18T10:43:40.774Z Downloaded ahash v0.8.12
5762026-03-18T10:43:40.778Z Downloaded array-init v0.0.4
5772026-03-18T10:43:40.778Z Downloaded dsl_auto_type v0.2.0
5782026-03-18T10:43:40.781Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-03-18T10:43:40.781Z Downloaded cobs v0.3.0
5802026-03-18T10:43:40.781Z Downloaded async-recursion v1.1.1
5812026-03-18T10:43:40.784Z Downloaded curve25519-dalek-derive v0.1.1
5822026-03-18T10:43:40.786Z Downloaded foreign-types v0.5.0
5832026-03-18T10:43:40.786Z Downloaded foreign-types v0.3.2
5842026-03-18T10:43:40.786Z Downloaded dyn-clone v1.0.20
5852026-03-18T10:43:40.789Z Downloaded document-features v0.2.12
5862026-03-18T10:43:40.789Z Downloaded crucible-workspace-hack v0.1.0
5872026-03-18T10:43:40.793Z Downloaded bit-set v0.8.0
5882026-03-18T10:43:40.793Z Downloaded dirs-sys-next v0.1.2
5892026-03-18T10:43:40.793Z Downloaded cfg_aliases v0.2.1
5902026-03-18T10:43:40.796Z Downloaded atty v0.2.14
5912026-03-18T10:43:40.796Z Downloaded async-stream-impl v0.3.6
5922026-03-18T10:43:40.796Z Downloaded cargo-platform v0.1.9
5932026-03-18T10:43:40.802Z Downloaded fd-lock v4.0.4
5942026-03-18T10:43:40.810Z Downloaded dtrace-parser v0.3.0
5952026-03-18T10:43:40.810Z Downloaded crc8 v0.1.1
5962026-03-18T10:43:40.810Z Downloaded embedded-io v0.4.0
5972026-03-18T10:43:40.810Z Downloaded funty v2.0.0
5982026-03-18T10:43:40.810Z Downloaded futures-core v0.3.32
5992026-03-18T10:43:40.815Z Downloaded ctr v0.9.2
6002026-03-18T10:43:40.815Z Downloaded argon2 v0.5.3
6012026-03-18T10:43:40.815Z Downloaded cassowary v0.3.0
6022026-03-18T10:43:40.815Z Downloaded futures-io v0.3.32
6032026-03-18T10:43:40.815Z Downloaded blowfish v0.9.1
6042026-03-18T10:43:40.819Z Downloaded bitfield v0.19.4
6052026-03-18T10:43:40.819Z Downloaded float-ord v0.3.2
6062026-03-18T10:43:40.819Z Downloaded buf-list v1.1.2
6072026-03-18T10:43:40.825Z Downloaded float-cmp v0.10.0
6082026-03-18T10:43:40.825Z Downloaded fixedbitset v0.4.2
6092026-03-18T10:43:40.825Z Downloaded downcast-rs v2.0.2
6102026-03-18T10:43:40.828Z Downloaded foreign-types-macros v0.2.3
6112026-03-18T10:43:40.829Z Downloaded dof v0.4.0
6122026-03-18T10:43:40.829Z Downloaded defmt v0.3.100
6132026-03-18T10:43:40.829Z Downloaded futures-macro v0.3.32
6142026-03-18T10:43:40.829Z Downloaded fxhash v0.2.1
6152026-03-18T10:43:40.840Z Downloaded cbc v0.1.2
6162026-03-18T10:43:40.840Z Downloaded camino-tempfile-ext v0.3.3
6172026-03-18T10:43:40.840Z Downloaded git-stub v1.0.0
6182026-03-18T10:43:40.849Z Downloaded const-oid v0.9.6
6192026-03-18T10:43:40.849Z Downloaded async-bb8-diesel v0.2.1
6202026-03-18T10:43:40.849Z Downloaded hash32 v0.3.1
6212026-03-18T10:43:40.849Z Downloaded hash32 v0.2.1
6222026-03-18T10:43:40.849Z Downloaded diff v0.1.13
6232026-03-18T10:43:40.855Z Downloaded diesel-dtrace v0.5.0
6242026-03-18T10:43:40.855Z Downloaded foldhash v0.1.5
6252026-03-18T10:43:40.855Z Downloaded derive-ex v0.1.8
6262026-03-18T10:43:40.856Z Downloaded async-trait v0.1.89
6272026-03-18T10:43:40.856Z Downloaded foreign-types-shared v0.3.1
6282026-03-18T10:43:40.856Z Downloaded find-msvc-tools v0.1.9
6292026-03-18T10:43:40.861Z Downloaded ena v0.14.4
6302026-03-18T10:43:40.861Z Downloaded fs-err v2.11.0
6312026-03-18T10:43:40.861Z Downloaded constant_time_eq v0.4.2
6322026-03-18T10:43:40.866Z Downloaded const_format_proc_macros v0.2.34
6332026-03-18T10:43:40.866Z Downloaded foldhash v0.2.0
6342026-03-18T10:43:40.866Z Downloaded hex v0.4.3
6352026-03-18T10:43:40.870Z Downloaded fallible-iterator v0.2.0
6362026-03-18T10:43:40.870Z Downloaded filetime v0.2.27
6372026-03-18T10:43:40.870Z Downloaded hex-literal v0.4.1
6382026-03-18T10:43:40.875Z Downloaded erased-serde v0.3.31
6392026-03-18T10:43:40.875Z Downloaded httpdate v1.0.3
6402026-03-18T10:43:40.885Z Downloaded http-range v0.1.5
6412026-03-18T10:43:40.885Z Downloaded hostname v0.4.2
6422026-03-18T10:43:40.885Z Downloaded home v0.5.12
6432026-03-18T10:43:40.885Z Downloaded hostname v0.3.1
6442026-03-18T10:43:40.893Z Downloaded hubpack v0.1.2
6452026-03-18T10:43:40.893Z Downloaded http-body v1.0.1
6462026-03-18T10:43:40.893Z Downloaded futures-executor v0.3.32
6472026-03-18T10:43:40.893Z Downloaded crossbeam-deque v0.8.6
6482026-03-18T10:43:40.893Z Downloaded console v0.16.2
6492026-03-18T10:43:40.893Z Downloaded ff v0.13.1
6502026-03-18T10:43:40.903Z Downloaded ed25519 v2.2.3
6512026-03-18T10:43:40.903Z Downloaded globwalk v0.9.1
6522026-03-18T10:43:40.903Z Downloaded glob v0.3.3
6532026-03-18T10:43:40.903Z Downloaded git-stub-vcs v0.1.0
6542026-03-18T10:43:40.903Z Downloaded globset v0.4.18
6552026-03-18T10:43:40.908Z Downloaded ident_case v1.0.1
6562026-03-18T10:43:40.908Z Downloaded indent_write v2.2.0
6572026-03-18T10:43:40.908Z Downloaded hyper-tls v0.6.0
6582026-03-18T10:43:40.908Z Downloaded hubpack_derive v0.1.1
6592026-03-18T10:43:40.908Z Downloaded console v0.15.11
6602026-03-18T10:43:40.908Z Downloaded is_ci v1.2.0
6612026-03-18T10:43:40.908Z Downloaded env_logger v0.11.9
6622026-03-18T10:43:40.917Z Downloaded darling v0.23.0
6632026-03-18T10:43:40.921Z Downloaded internet-checksum v0.2.1
6642026-03-18T10:43:40.921Z Downloaded instant v0.1.13
6652026-03-18T10:43:40.921Z Downloaded corncobs v0.1.4
6662026-03-18T10:43:40.921Z Downloaded ciborium v0.2.2
6672026-03-18T10:43:40.921Z Downloaded cargo_toml v0.22.3
6682026-03-18T10:43:40.929Z Downloaded crc32fast v1.5.0
6692026-03-18T10:43:40.929Z Downloaded fs_extra v1.3.0
6702026-03-18T10:43:40.929Z Downloaded darling v0.21.3
6712026-03-18T10:43:40.935Z Downloaded instability v0.3.11
6722026-03-18T10:43:40.949Z Downloaded libscf-sys v1.1.0
6732026-03-18T10:43:40.965Z Downloaded lazy_static v1.5.0
6742026-03-18T10:43:40.965Z Downloaded lalrpop-util v0.19.12
6752026-03-18T10:43:40.965Z Downloaded keccak v0.1.6
6762026-03-18T10:43:40.965Z Downloaded is-terminal v0.4.17
6772026-03-18T10:43:40.965Z Downloaded highway v1.3.0
6782026-03-18T10:43:40.971Z Downloaded linked-hash-map v0.5.6
6792026-03-18T10:43:40.971Z Downloaded kstat-rs v0.2.4
6802026-03-18T10:43:40.971Z Downloaded either v1.15.0
6812026-03-18T10:43:40.971Z Downloaded bzip2 v0.4.4
6822026-03-18T10:43:40.971Z Downloaded futures-channel v0.3.32
6832026-03-18T10:43:40.971Z Downloaded md-5 v0.10.6
6842026-03-18T10:43:40.971Z Downloaded managed v0.8.0
6852026-03-18T10:43:40.971Z Downloaded lru v0.12.5
6862026-03-18T10:43:40.971Z Downloaded http-body-util v0.1.3
6872026-03-18T10:43:40.971Z Downloaded md5 v0.7.0
6882026-03-18T10:43:40.981Z Downloaded mime v0.3.17
6892026-03-18T10:43:40.981Z Downloaded maybe-uninit v2.0.0
6902026-03-18T10:43:40.981Z Downloaded match_cfg v0.1.0
6912026-03-18T10:43:40.981Z Downloaded maplit v1.0.2
6922026-03-18T10:43:40.981Z Downloaded half v1.8.3
6932026-03-18T10:43:40.987Z Downloaded multimap v0.10.1
6942026-03-18T10:43:40.987Z Downloaded nibble_vec v0.1.0
6952026-03-18T10:43:40.987Z Downloaded ipnet v2.11.0
6962026-03-18T10:43:40.987Z Downloaded newline-converter v0.3.0
6972026-03-18T10:43:40.987Z Downloaded num-conv v0.2.0
6982026-03-18T10:43:40.987Z Downloaded normalize-line-endings v0.3.0
6992026-03-18T10:43:40.987Z Downloaded dropshot_endpoint v0.16.7
7002026-03-18T10:43:40.991Z Downloaded des v0.8.1
7012026-03-18T10:43:40.991Z Downloaded ipnetwork v0.21.1
7022026-03-18T10:43:40.997Z Downloaded crc-any v2.5.0
7032026-03-18T10:43:40.997Z Downloaded cookie_store v0.22.1
7042026-03-18T10:43:41.001Z Downloaded futures v0.3.32
7052026-03-18T10:43:41.004Z Downloaded libsw-core v0.3.2
7062026-03-18T10:43:41.004Z Downloaded derive-where v1.6.0
7072026-03-18T10:43:41.007Z Downloaded libsw v3.5.0
7082026-03-18T10:43:41.013Z Downloaded chacha20poly1305 v0.10.1
7092026-03-18T10:43:41.013Z Downloaded libloading v0.8.9
7102026-03-18T10:43:41.013Z Downloaded elliptic-curve v0.13.8
7112026-03-18T10:43:41.016Z Downloaded num-derive v0.3.3
7122026-03-18T10:43:41.019Z Downloaded compact_str v0.8.1
7132026-03-18T10:43:41.023Z Downloaded num-iter v0.1.45
7142026-03-18T10:43:41.023Z Downloaded num-derive v0.4.2
7152026-03-18T10:43:41.026Z Downloaded libefi-sys v0.1.0
7162026-03-18T10:43:41.026Z Downloaded httparse v1.10.1
7172026-03-18T10:43:41.029Z Downloaded olpc-cjson v0.1.4
7182026-03-18T10:43:41.029Z Downloaded opaque-debug v0.3.1
7192026-03-18T10:43:41.032Z Downloaded num_threads v0.1.7
7202026-03-18T10:43:41.032Z Downloaded num_enum_derive v0.5.11
7212026-03-18T10:43:41.038Z Downloaded linear-map v1.2.0
7222026-03-18T10:43:41.039Z Downloaded openssl-macros v0.1.1
7232026-03-18T10:43:41.039Z Downloaded hyper-staticfile v0.10.1
7242026-03-18T10:43:41.041Z Downloaded oso-derive v0.27.3
7252026-03-18T10:43:41.041Z Downloaded openssl-probe v0.2.1
7262026-03-18T10:43:41.041Z Downloaded iana-time-zone v0.1.65
7272026-03-18T10:43:41.045Z Downloaded mime_guess v2.0.5
7282026-03-18T10:43:41.045Z Downloaded nanorand v0.7.0
7292026-03-18T10:43:41.048Z Downloaded multer v3.1.0
7302026-03-18T10:43:41.048Z Downloaded parse-size v1.1.0
7312026-03-18T10:43:41.051Z Downloaded parse-display v0.10.0
7322026-03-18T10:43:41.051Z Downloaded newtype-uuid v1.3.2
7332026-03-18T10:43:41.057Z Downloaded packed_struct_codegen v0.10.1
7342026-03-18T10:43:41.058Z Downloaded lock_api v0.4.14
7352026-03-18T10:43:41.058Z Downloaded getrandom v0.3.4
7362026-03-18T10:43:41.062Z Downloaded ingot-macros v0.1.1
7372026-03-18T10:43:41.062Z Downloaded flume v0.11.1
7382026-03-18T10:43:41.066Z Downloaded darling_core v0.20.11
7392026-03-18T10:43:41.071Z Downloaded darling_core v0.21.3
7402026-03-18T10:43:41.080Z Downloaded num_enum_derive v0.7.5
7412026-03-18T10:43:41.080Z Downloaded num_enum v0.7.5
7422026-03-18T10:43:41.085Z Downloaded peg-runtime v0.8.5
7432026-03-18T10:43:41.085Z Downloaded num-integer v0.1.46
7442026-03-18T10:43:41.085Z Downloaded pbkdf2 v0.11.0
7452026-03-18T10:43:41.085Z Downloaded path-slash v0.1.5
7462026-03-18T10:43:41.091Z Downloaded jobserver v0.1.34
7472026-03-18T10:43:41.091Z Downloaded predicates-core v1.0.10
7482026-03-18T10:43:41.091Z Downloaded pin-utils v0.1.0
7492026-03-18T10:43:41.092Z Downloaded base64 v0.22.1
7502026-03-18T10:43:41.100Z Downloaded phf_shared v0.13.1
7512026-03-18T10:43:41.100Z Downloaded num_enum v0.5.11
7522026-03-18T10:43:41.108Z Downloaded bytes v1.11.1
7532026-03-18T10:43:41.108Z Downloaded precomputed-hash v0.1.1
7542026-03-18T10:43:41.108Z Downloaded litrs v1.0.0
7552026-03-18T10:43:41.114Z Downloaded base64 v0.21.7
7562026-03-18T10:43:41.115Z Downloaded predicates-tree v1.0.13
7572026-03-18T10:43:41.115Z Downloaded ar_archive_writer v0.5.1
7582026-03-18T10:43:41.115Z Downloaded bumpalo v3.20.2
7592026-03-18T10:43:41.119Z Downloaded proc-macro-crate v3.4.0
7602026-03-18T10:43:41.120Z Downloaded progenitor-client v0.11.2
7612026-03-18T10:43:41.120Z Downloaded packed_struct v0.10.1
7622026-03-18T10:43:41.120Z Downloaded proc-macro-crate v1.3.1
7632026-03-18T10:43:41.123Z Downloaded owo-colors v4.3.0
7642026-03-18T10:43:41.123Z Downloaded password-hash v0.5.0
7652026-03-18T10:43:41.127Z Downloaded derive_more v2.1.1
7662026-03-18T10:43:41.134Z Downloaded proc-macro-error-attr2 v2.0.0
7672026-03-18T10:43:41.139Z Downloaded pbkdf2 v0.12.2
7682026-03-18T10:43:41.139Z Downloaded psl-types v2.0.11
7692026-03-18T10:43:41.145Z Downloaded progenitor-macro v0.13.0
7702026-03-18T10:43:41.145Z Downloaded progenitor-macro v0.11.2
7712026-03-18T10:43:41.145Z Downloaded progenitor-macro v0.10.0
7722026-03-18T10:43:41.145Z Downloaded progenitor-client v0.10.0
7732026-03-18T10:43:41.149Z Downloaded password-hash v0.4.2
7742026-03-18T10:43:41.150Z Downloaded quick-error v1.2.3
7752026-03-18T10:43:41.150Z Downloaded peg-macros v0.8.5
7762026-03-18T10:43:41.150Z Downloaded libbz2-rs-sys v0.2.2
7772026-03-18T10:43:41.156Z Downloaded heapless v0.8.0
7782026-03-18T10:43:41.165Z Downloaded phf_shared v0.12.1
7792026-03-18T10:43:41.165Z Downloaded phf v0.13.1
7802026-03-18T10:43:41.165Z Downloaded pem-rfc7468 v0.7.0
7812026-03-18T10:43:41.165Z Downloaded rand_chacha v0.3.1
7822026-03-18T10:43:41.166Z Downloaded pkg-config v0.3.32
7832026-03-18T10:43:41.189Z Downloaded pkcs8 v0.10.2
7842026-03-18T10:43:41.189Z Downloaded pem v3.0.6
7852026-03-18T10:43:41.189Z Downloaded paste v1.0.15
7862026-03-18T10:43:41.189Z Downloaded num-complex v0.4.6
7872026-03-18T10:43:41.189Z Downloaded polyval v0.6.2
7882026-03-18T10:43:41.189Z Downloaded heapless v0.7.17
7892026-03-18T10:43:41.189Z Downloaded ppv-lite86 v0.2.21
7902026-03-18T10:43:41.189Z Downloaded powerfmt v0.2.0
7912026-03-18T10:43:41.189Z Downloaded postgres-protocol v0.6.10
7922026-03-18T10:43:41.189Z Downloaded omicron-zone-package v0.12.2
7932026-03-18T10:43:41.194Z Downloaded rand_xorshift v0.4.0
7942026-03-18T10:43:41.194Z Downloaded predicates v3.1.4
7952026-03-18T10:43:41.194Z Downloaded oxnet v0.1.4
7962026-03-18T10:43:41.194Z Downloaded primeorder v0.13.6
7972026-03-18T10:43:41.194Z Downloaded ref-cast-impl v1.0.25
7982026-03-18T10:43:41.194Z Downloaded ref-cast v1.0.25
7992026-03-18T10:43:41.194Z Downloaded progenitor v0.10.0
8002026-03-18T10:43:41.210Z Downloaded recursive-proc-macro-impl v0.1.1
8012026-03-18T10:43:41.210Z Downloaded recursive v0.1.1
8022026-03-18T10:43:41.210Z Downloaded indicatif v0.18.4
8032026-03-18T10:43:41.216Z Downloaded indexmap v1.9.3
8042026-03-18T10:43:41.216Z Downloaded progenitor v0.11.2
8052026-03-18T10:43:41.216Z Downloaded progenitor v0.13.0
8062026-03-18T10:43:41.216Z Downloaded parse-display-derive v0.10.0
8072026-03-18T10:43:41.216Z Downloaded parking_lot v0.12.5
8082026-03-18T10:43:41.216Z Downloaded parking_lot v0.11.2
8092026-03-18T10:43:41.217Z Downloaded rustc_version v0.4.1
8102026-03-18T10:43:41.217Z Downloaded rtoolbox v0.0.3
8112026-03-18T10:43:41.233Z Downloaded rfc6979 v0.4.0
8122026-03-18T10:43:41.233Z Downloaded progenitor-extras v0.1.1
8132026-03-18T10:43:41.233Z Downloaded rustc-hash v2.1.1
8142026-03-18T10:43:41.233Z Downloaded hickory-resolver v0.25.2
8152026-03-18T10:43:41.233Z Downloaded radium v0.7.0
8162026-03-18T10:43:41.241Z Downloaded psm v0.1.30
8172026-03-18T10:43:41.242Z Downloaded rand_core v0.6.4
8182026-03-18T10:43:41.242Z Downloaded pkcs5 v0.7.1
8192026-03-18T10:43:41.242Z Downloaded rustc_version v0.1.7
8202026-03-18T10:43:41.242Z Downloaded pin-project-lite v0.2.17
8212026-03-18T10:43:41.250Z Downloaded rand_chacha v0.9.0
8222026-03-18T10:43:41.250Z Downloaded r2d2 v0.8.10
8232026-03-18T10:43:41.250Z Downloaded postgres-types v0.2.12
8242026-03-18T10:43:41.251Z Downloaded rand_seeder v0.4.0
8252026-03-18T10:43:41.251Z Downloaded rand_core v0.10.0
8262026-03-18T10:43:41.251Z Downloaded arc-swap v1.8.2
8272026-03-18T10:43:41.260Z Downloaded same-file v1.0.6
8282026-03-18T10:43:41.260Z Downloaded salsa20 v0.10.2
8292026-03-18T10:43:41.260Z Downloaded rand_core v0.9.5
8302026-03-18T10:43:41.260Z Downloaded pkcs1 v0.7.5
8312026-03-18T10:43:41.260Z Downloaded postcard v1.1.3
8322026-03-18T10:43:41.265Z Downloaded oso v0.27.3
8332026-03-18T10:43:41.265Z Downloaded p256 v0.13.2
8342026-03-18T10:43:41.272Z Downloaded scroll_derive v0.13.1
8352026-03-18T10:43:41.272Z Downloaded scheduled-thread-pool v0.2.7
8362026-03-18T10:43:41.272Z Downloaded scrypt v0.11.0
8372026-03-18T10:43:41.277Z Downloaded scopeguard v1.2.0
8382026-03-18T10:43:41.277Z Downloaded hickory-resolver v0.24.4
8392026-03-18T10:43:41.277Z Downloaded pin-project-internal v1.1.11
8402026-03-18T10:43:41.277Z Downloaded resolv-conf v0.7.6
8412026-03-18T10:43:41.283Z Downloaded expectorate v1.2.0
8422026-03-18T10:43:41.283Z Downloaded diesel_derives v2.3.7
8432026-03-18T10:43:41.287Z Downloaded seq-macro v0.3.6
8442026-03-18T10:43:41.291Z Downloaded serde_repr v0.1.20
8452026-03-18T10:43:41.292Z Downloaded serde_bytes v0.11.19
8462026-03-18T10:43:41.292Z Downloaded serde-big-array v0.5.1
8472026-03-18T10:43:41.295Z Downloaded jiff-static v0.2.21
8482026-03-18T10:43:41.295Z Downloaded secrecy v0.8.0
8492026-03-18T10:43:41.300Z Downloaded quinn-udp v0.5.14
8502026-03-18T10:43:41.300Z Downloaded derive_more-impl v2.1.1
8512026-03-18T10:43:41.308Z Downloaded pin-project v1.1.11
8522026-03-18T10:43:41.314Z Downloaded signal-hook-tokio v0.3.1
8532026-03-18T10:43:41.318Z Downloaded sha1 v0.10.6
8542026-03-18T10:43:41.318Z Downloaded serde_urlencoded v0.7.1
8552026-03-18T10:43:41.318Z Downloaded serde_spanned v1.0.4
8562026-03-18T10:43:41.326Z Downloaded serde_plain v1.0.2
8572026-03-18T10:43:41.326Z Downloaded rusty-fork v0.3.1
8582026-03-18T10:43:41.332Z Downloaded rustversion v1.0.22
8592026-03-18T10:43:41.332Z Downloaded siphasher v1.0.2
8602026-03-18T10:43:41.333Z Downloaded rustls-pemfile v1.0.4
8612026-03-18T10:43:41.333Z Downloaded rustls-pemfile v2.2.0
8622026-03-18T10:43:41.339Z Downloaded signal-hook-mio v0.2.5
8632026-03-18T10:43:41.339Z Downloaded miniz_oxide v0.8.9
8642026-03-18T10:43:41.339Z Downloaded sigpipe v0.1.3
8652026-03-18T10:43:41.339Z Downloaded signature v2.2.0
8662026-03-18T10:43:41.346Z Downloaded prefix-trie v0.7.0
8672026-03-18T10:43:41.346Z Downloaded rustls-native-certs v0.8.3
8682026-03-18T10:43:41.347Z Downloaded sct v0.7.1
8692026-03-18T10:43:41.350Z Downloaded schemars_derive v0.8.22
8702026-03-18T10:43:41.350Z Downloaded slog-envlogger v2.2.0
8712026-03-18T10:43:41.350Z Downloaded sec1 v0.7.3
8722026-03-18T10:43:41.350Z Downloaded scroll v0.13.0
8732026-03-18T10:43:41.358Z Downloaded sapling-renderdag v0.1.0
8742026-03-18T10:43:41.358Z Downloaded hickory-server v0.25.2
8752026-03-18T10:43:41.365Z Downloaded progenitor-impl v0.10.0
8762026-03-18T10:43:41.365Z Downloaded crossterm v0.28.1
8772026-03-18T10:43:41.370Z Downloaded ssh-cipher v0.2.0
8782026-03-18T10:43:41.370Z Downloaded sqlparser_derive v0.5.0
8792026-03-18T10:43:41.370Z Downloaded russh-keys v0.45.0
8802026-03-18T10:43:41.375Z Downloaded serde-hex v0.1.0
8812026-03-18T10:43:41.375Z Downloaded progenitor-impl v0.11.2
8822026-03-18T10:43:41.375Z Downloaded papergrid v0.17.0
8832026-03-18T10:43:41.381Z Downloaded ssh-encoding v0.2.0
8842026-03-18T10:43:41.381Z Downloaded signal-hook-registry v1.4.8
8852026-03-18T10:43:41.388Z Downloaded shell-words v1.1.1
8862026-03-18T10:43:41.388Z Downloaded minimal-lexical v0.2.1
8872026-03-18T10:43:41.392Z Downloaded hashbrown v0.13.2
8882026-03-18T10:43:41.392Z Downloaded slog-async v2.8.0
8892026-03-18T10:43:41.393Z Downloaded slab v0.4.12
8902026-03-18T10:43:41.397Z Downloaded structmeta v0.3.0
8912026-03-18T10:43:41.397Z Downloaded strum v0.27.2
8922026-03-18T10:43:41.397Z Downloaded strum v0.26.3
8932026-03-18T10:43:41.397Z Downloaded structmeta-derive v0.3.0
8942026-03-18T10:43:41.402Z Downloaded strip-ansi-escapes v0.2.1
8952026-03-18T10:43:41.402Z Downloaded semver v0.1.20
8962026-03-18T10:43:41.402Z Downloaded dropshot-api-manager v0.6.0
8972026-03-18T10:43:41.407Z Downloaded secrecy v0.10.3
8982026-03-18T10:43:41.407Z Downloaded russh-cryptovec v0.7.3
8992026-03-18T10:43:41.407Z Downloaded rustls-pki-types v1.14.0
9002026-03-18T10:43:41.412Z Downloaded rcgen v0.12.1
9012026-03-18T10:43:41.412Z Downloaded shlex v1.3.0
9022026-03-18T10:43:41.416Z Downloaded sync_wrapper v1.0.2
9032026-03-18T10:43:41.416Z Downloaded subtle v2.6.1
9042026-03-18T10:43:41.416Z Downloaded simd-adler32 v0.3.8
9052026-03-18T10:43:41.416Z Downloaded tap v1.0.1
9062026-03-18T10:43:41.421Z Downloaded prettyplease v0.2.37
9072026-03-18T10:43:41.421Z Downloaded hyper-util v0.1.20
9082026-03-18T10:43:41.429Z Downloaded tabled_derive v0.11.0
9092026-03-18T10:43:41.429Z Downloaded sync-ptr v0.1.4
9102026-03-18T10:43:41.429Z Downloaded smf v0.2.3
9112026-03-18T10:43:41.433Z Downloaded tagptr v0.2.0
9122026-03-18T10:43:41.433Z Downloaded sqlformat v0.3.5
9132026-03-18T10:43:41.436Z Downloaded hashbrown v0.12.3
9142026-03-18T10:43:41.437Z Downloaded spki v0.7.3
9152026-03-18T10:43:41.443Z Downloaded serde_path_to_error v0.1.20
9162026-03-18T10:43:41.443Z Downloaded testing_table v0.3.0
9172026-03-18T10:43:41.449Z Downloaded termtree v0.5.1
9182026-03-18T10:43:41.449Z Downloaded serde_derive_internals v0.29.1
9192026-03-18T10:43:41.449Z Downloaded thread-id v5.1.0
9202026-03-18T10:43:41.449Z Downloaded serde_with_macros v3.17.0
9212026-03-18T10:43:41.449Z Downloaded thiserror-impl-no-std v2.0.2
9222026-03-18T10:43:41.449Z Downloaded time-core v0.1.8
9232026-03-18T10:43:41.454Z Downloaded snafu-derive v0.8.9
9242026-03-18T10:43:41.454Z Downloaded http v1.4.0
9252026-03-18T10:43:41.458Z Downloaded aes v0.8.4
9262026-03-18T10:43:41.461Z Downloaded strum_macros v0.27.2
9272026-03-18T10:43:41.461Z Downloaded stringprep v0.1.5
9282026-03-18T10:43:41.467Z Downloaded string_cache v0.8.9
9292026-03-18T10:43:41.467Z Downloaded ryu v1.0.23
9302026-03-18T10:43:41.470Z Downloaded slog-stdlog v4.1.1
9312026-03-18T10:43:41.470Z Downloaded static_assertions v1.1.0
9322026-03-18T10:43:41.470Z Downloaded stacker v0.1.23
9332026-03-18T10:43:41.473Z Downloaded tinyvec_macros v0.1.1
9342026-03-18T10:43:41.473Z Downloaded slog-scope v4.4.1
9352026-03-18T10:43:41.477Z Downloaded progenitor-impl v0.13.0
9362026-03-18T10:43:41.477Z Downloaded take_mut v0.2.2
9372026-03-18T10:43:41.480Z Downloaded tabwriter v1.4.1
9382026-03-18T10:43:41.480Z Downloaded supports-color v3.0.2
9392026-03-18T10:43:41.480Z Downloaded support-bundle-viewer v0.1.2
9402026-03-18T10:43:41.483Z Downloaded smallvec v0.6.14
9412026-03-18T10:43:41.483Z Downloaded crossterm v0.29.0
9422026-03-18T10:43:41.490Z Downloaded strum_macros v0.24.3
9432026-03-18T10:43:41.493Z Downloaded slog-dtrace v0.3.0
9442026-03-18T10:43:41.493Z Downloaded nom v7.1.3
9452026-03-18T10:43:41.497Z Downloaded slog-term v2.9.2
9462026-03-18T10:43:41.501Z Downloaded rayon-core v1.13.0
9472026-03-18T10:43:41.504Z Downloaded publicsuffix v2.3.0
9482026-03-18T10:43:41.509Z Downloaded itertools v0.10.5
9492026-03-18T10:43:41.513Z Downloaded thiserror-no-std v2.0.2
9502026-03-18T10:43:41.516Z Downloaded termios v0.3.3
9512026-03-18T10:43:41.517Z Downloaded tower-layer v0.3.3
9522026-03-18T10:43:41.521Z Downloaded tower-service v0.3.3
9532026-03-18T10:43:41.521Z Downloaded rand v0.8.5
9542026-03-18T10:43:41.528Z Downloaded tiny-keccak v2.0.2
9552026-03-18T10:43:41.528Z Downloaded thread_local v1.1.9
9562026-03-18T10:43:41.532Z Downloaded try-lock v0.2.5
9572026-03-18T10:43:41.532Z Downloaded trait-variant v0.1.2
9582026-03-18T10:43:41.532Z Downloaded hashbrown v0.15.5
9592026-03-18T10:43:41.532Z Downloaded quinn v0.11.9
9602026-03-18T10:43:41.537Z Downloaded serde_cbor v0.11.2
9612026-03-18T10:43:41.542Z Downloaded tls_codec_derive v0.4.2
9622026-03-18T10:43:41.542Z Downloaded time-macros v0.2.27
9632026-03-18T10:43:41.542Z Downloaded strum_macros v0.26.4
9642026-03-18T10:43:41.551Z Downloaded tokio-dtrace v0.1.1
9652026-03-18T10:43:41.551Z Downloaded typify-macro v0.4.3
9662026-03-18T10:43:41.551Z Downloaded serde_yaml v0.9.34+deprecated
9672026-03-18T10:43:41.557Z Downloaded unarray v0.1.4
9682026-03-18T10:43:41.557Z Downloaded tokio-macros v2.6.0
9692026-03-18T10:43:41.557Z Downloaded mio v1.1.1
9702026-03-18T10:43:41.557Z Downloaded rustls-platform-verifier v0.6.2
9712026-03-18T10:43:41.563Z Downloaded tokio-native-tls v0.3.1
9722026-03-18T10:43:41.563Z Downloaded unicode-truncate v1.1.0
9732026-03-18T10:43:41.563Z Downloaded tokio-rustls v0.25.0
9742026-03-18T10:43:41.568Z Downloaded typify-macro v0.6.1
9752026-03-18T10:43:41.568Z Downloaded untrusted v0.9.0
9762026-03-18T10:43:41.568Z Downloaded schemars v0.8.22
9772026-03-18T10:43:41.579Z Downloaded usdt-attr-macro v0.6.0
9782026-03-18T10:43:41.586Z Downloaded untrusted v0.7.1
9792026-03-18T10:43:41.586Z Downloaded unit-prefix v0.5.2
9802026-03-18T10:43:41.586Z Downloaded term v0.7.0
9812026-03-18T10:43:41.586Z Downloaded tokio-tungstenite v0.21.0
9822026-03-18T10:43:41.591Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9832026-03-18T10:43:41.591Z Downloaded term v1.2.1
9842026-03-18T10:43:41.591Z Downloaded toml_writer v1.0.6+spec-1.1.0
9852026-03-18T10:43:41.592Z Downloaded void v1.0.2
9862026-03-18T10:43:41.598Z Downloaded utf-8 v0.7.6
9872026-03-18T10:43:41.598Z Downloaded usdt-macro v0.6.0
9882026-03-18T10:43:41.598Z Downloaded wait-timeout v0.2.1
9892026-03-18T10:43:41.598Z Downloaded rand v0.9.2
9902026-03-18T10:43:41.611Z Downloaded num-bigint-dig v0.8.6
9912026-03-18T10:43:41.624Z Downloaded qorb v0.4.1
9922026-03-18T10:43:41.624Z Downloaded itertools v0.13.0
9932026-03-18T10:43:41.624Z Downloaded itertools v0.12.1
9942026-03-18T10:43:41.633Z Downloaded tui-tree-widget v0.23.1
9952026-03-18T10:43:41.633Z Downloaded want v0.3.1
9962026-03-18T10:43:41.633Z Downloaded rustls-webpki v0.103.9
9972026-03-18T10:43:41.633Z Downloaded subprocess v0.2.15
9982026-03-18T10:43:41.633Z Downloaded unicase v2.9.0
9992026-03-18T10:43:41.634Z Downloaded slog v2.8.2
10002026-03-18T10:43:41.639Z Downloaded waitgroup v0.1.2
10012026-03-18T10:43:41.639Z Downloaded futures-util v0.3.32
10022026-03-18T10:43:41.646Z Downloaded xshell-macros v0.2.7
10032026-03-18T10:43:41.647Z Downloaded tokio-rustls v0.24.1
10042026-03-18T10:43:41.647Z Downloaded schemars v1.2.1
10052026-03-18T10:43:41.661Z Downloaded zeroize_derive v1.4.3
10062026-03-18T10:43:41.673Z Downloaded usdt-impl v0.6.0
10072026-03-18T10:43:41.673Z Downloaded xattr v1.6.1
10082026-03-18T10:43:41.673Z Downloaded tokio-tungstenite v0.23.1
10092026-03-18T10:43:41.674Z Downloaded tokio-stream v0.1.18
10102026-03-18T10:43:41.674Z Downloaded zone_cfg_derive v0.3.1
10112026-03-18T10:43:41.674Z Downloaded russh v0.45.0
10122026-03-18T10:43:41.683Z Downloaded uzers v0.12.2
10132026-03-18T10:43:41.683Z Downloaded zone v0.3.1
10142026-03-18T10:43:41.683Z Downloaded vergen-lib v0.1.6
10152026-03-18T10:43:41.683Z Downloaded toml_parser v1.0.9+spec-1.1.0
10162026-03-18T10:43:41.683Z Downloaded rand v0.10.0
10172026-03-18T10:43:41.683Z Downloaded walkdir v2.5.0
10182026-03-18T10:43:41.686Z Downloaded vergen-gitcl v1.0.8
10192026-03-18T10:43:41.686Z Downloaded tracing-attributes v0.1.31
10202026-03-18T10:43:41.686Z Downloaded tinyvec v1.10.0
10212026-03-18T10:43:41.686Z Downloaded vsss-rs v3.3.4
10222026-03-18T10:43:41.692Z Downloaded twox-hash v2.1.2
10232026-03-18T10:43:41.698Z Downloaded hkdf v0.12.4
10242026-03-18T10:43:41.698Z Downloaded samael v0.0.19
10252026-03-18T10:43:41.707Z Downloaded p521 v0.13.3
10262026-03-18T10:43:41.707Z Downloaded xshell v0.2.7
10272026-03-18T10:43:41.711Z Downloaded libm v0.2.16
10282026-03-18T10:43:41.711Z Downloaded zeroize v1.8.2
10292026-03-18T10:43:41.718Z Downloaded wyz v0.5.1
10302026-03-18T10:43:41.718Z Downloaded whoami v1.6.1
10312026-03-18T10:43:41.718Z Downloaded xz2 v0.1.7
10322026-03-18T10:43:41.718Z Downloaded itertools v0.14.0
10332026-03-18T10:43:41.723Z Downloaded zstd-safe v7.2.4
10342026-03-18T10:43:41.730Z Downloaded vergen v9.0.6
10352026-03-18T10:43:41.730Z Downloaded steno v0.4.1
10362026-03-18T10:43:41.744Z Downloaded tracing-core v0.1.36
10372026-03-18T10:43:41.753Z Downloaded toml v0.7.8
10382026-03-18T10:43:41.753Z Downloaded zstd v0.13.3
10392026-03-18T10:43:41.753Z Downloaded vergen-git2 v1.0.7
10402026-03-18T10:43:41.753Z Downloaded rustyline v14.0.0
10412026-03-18T10:43:41.754Z Downloaded whoami v2.1.0
10422026-03-18T10:43:41.754Z Downloaded snafu v0.8.9
10432026-03-18T10:43:41.767Z Downloaded typify v0.6.1
10442026-03-18T10:43:41.767Z Downloaded typify v0.4.3
10452026-03-18T10:43:41.767Z Downloaded tungstenite v0.23.0
10462026-03-18T10:43:41.767Z Downloaded toml_edit v0.23.10+spec-1.0.0
10472026-03-18T10:43:41.771Z Downloaded test-strategy v0.4.5
10482026-03-18T10:43:41.771Z Downloaded ron v0.12.0
10492026-03-18T10:43:41.776Z Downloaded unicode-properties v0.1.4
10502026-03-18T10:43:41.776Z Downloaded toml v0.9.12+spec-1.1.0
10512026-03-18T10:43:41.779Z Downloaded zerocopy v0.6.6
10522026-03-18T10:43:41.780Z Downloaded yasna v0.5.2
10532026-03-18T10:43:41.785Z Downloaded tar v0.4.44
10542026-03-18T10:43:41.785Z Downloaded h2 v0.4.13
10552026-03-18T10:43:41.790Z Downloaded rsa v0.9.10
10562026-03-18T10:43:41.794Z Downloaded unsafe-libyaml v0.2.11
10572026-03-18T10:43:41.797Z Downloaded tokio-postgres v0.7.16
10582026-03-18T10:43:41.801Z Downloaded tungstenite v0.21.0
10592026-03-18T10:43:41.806Z Downloaded rpassword v7.4.0
10602026-03-18T10:43:41.806Z Downloaded tokio-rustls v0.26.4
10612026-03-18T10:43:41.812Z Downloaded vte v0.14.1
10622026-03-18T10:43:41.812Z Downloaded unicode-bidi v0.3.18
10632026-03-18T10:43:41.818Z Downloaded bindgen v0.71.1
10642026-03-18T10:43:41.818Z Downloaded zopfli v0.8.3
10652026-03-18T10:43:41.823Z Downloaded blake3 v1.8.3
10662026-03-18T10:43:41.829Z Downloaded reedline v0.40.0
10672026-03-18T10:43:41.835Z Downloaded yansi v1.0.1
10682026-03-18T10:43:41.835Z Downloaded reqwest v0.13.2
10692026-03-18T10:43:41.848Z Downloaded regex v1.12.3
10702026-03-18T10:43:41.855Z Downloaded zip v0.6.6
10712026-03-18T10:43:41.855Z Downloaded uuid v1.21.0
10722026-03-18T10:43:41.855Z Downloaded toml_edit v0.19.15
10732026-03-18T10:43:41.863Z Downloaded curve25519-dalek v4.1.3
10742026-03-18T10:43:41.869Z Downloaded bitvec v1.0.1
10752026-03-18T10:43:41.881Z Downloaded unicode_categories v0.1.1
10762026-03-18T10:43:41.888Z Downloaded aws-lc-rs v1.16.0
10772026-03-18T10:43:41.893Z Downloaded tower v0.5.3
10782026-03-18T10:43:41.901Z Downloaded salty v0.3.0
10792026-03-18T10:43:41.906Z Downloaded chrono v0.4.44
10802026-03-18T10:43:41.914Z Downloaded reqwest v0.12.28
10812026-03-18T10:43:41.919Z Downloaded moka v0.12.13
10822026-03-18T10:43:41.919Z Downloaded zerocopy-derive v0.8.40
10832026-03-18T10:43:41.925Z Downloaded p384 v0.13.1
10842026-03-18T10:43:41.932Z Downloaded git2 v0.20.4
10852026-03-18T10:43:41.940Z Downloaded tokio-util v0.7.18
10862026-03-18T10:43:41.950Z Downloaded zip v4.6.1
10872026-03-18T10:43:41.960Z Downloaded rustls-webpki v0.102.8
10882026-03-18T10:43:41.965Z Downloaded x509-cert v0.2.5
10892026-03-18T10:43:41.965Z Downloaded petname v2.0.2
10902026-03-18T10:43:41.976Z Downloaded object v0.30.4
10912026-03-18T10:43:42.007Z Downloaded typed-path v0.9.3
10922026-03-18T10:43:42.007Z Downloaded quick-xml v0.37.5
10932026-03-18T10:43:42.007Z Downloaded unicode-normalization v0.1.25
10942026-03-18T10:43:42.007Z Downloaded goblin v0.10.5
10952026-03-18T10:43:42.007Z Downloaded proptest v1.10.0
10962026-03-18T10:43:42.013Z Downloaded tough v0.20.0
10972026-03-18T10:43:42.013Z Downloaded portable-atomic v1.13.1
10982026-03-18T10:43:42.020Z Downloaded rayon v1.11.0
10992026-03-18T10:43:42.028Z Downloaded radix_trie v0.2.1
11002026-03-18T10:43:42.028Z Downloaded winnow v0.6.26
11012026-03-18T10:43:42.034Z Downloaded tower-http v0.6.8
11022026-03-18T10:43:42.038Z Downloaded nix v0.27.1
11032026-03-18T10:43:42.045Z Downloaded unicode-segmentation v1.12.0
11042026-03-18T10:43:42.052Z Downloaded nix v0.29.0
11052026-03-18T10:43:42.061Z Downloaded nix v0.28.0
11062026-03-18T10:43:42.071Z Downloaded quinn-proto v0.11.13
11072026-03-18T10:43:42.076Z Downloaded dropshot v0.16.7
11082026-03-18T10:43:42.088Z Downloaded time v0.3.47
11092026-03-18T10:43:42.097Z Downloaded winnow v0.5.40
11102026-03-18T10:43:42.108Z Downloaded vcpkg v0.2.15
11112026-03-18T10:43:42.137Z Downloaded polar-core v0.27.3
11122026-03-18T10:43:42.147Z Downloaded openssl v0.10.75
11132026-03-18T10:43:42.152Z Downloaded rustls v0.22.4
11142026-03-18T10:43:42.166Z Downloaded rustls v0.21.12
11152026-03-18T10:43:42.171Z Downloaded diesel v2.3.7
11162026-03-18T10:43:42.187Z Downloaded tabled v0.20.0
11172026-03-18T10:43:42.198Z Downloaded smoltcp v0.9.1
11182026-03-18T10:43:42.212Z Downloaded zlib-rs v0.6.2
11192026-03-18T10:43:42.218Z Downloaded hickory-proto v0.24.4
11202026-03-18T10:43:42.227Z Downloaded rustix v0.38.44
11212026-03-18T10:43:42.257Z Downloaded webpki-roots v1.0.6
11222026-03-18T10:43:42.269Z Downloaded nix v0.31.1
11232026-03-18T10:43:42.269Z Downloaded regress v0.10.5
11242026-03-18T10:43:42.270Z Downloaded zerocopy v0.8.40
11252026-03-18T10:43:42.277Z Downloaded regex-syntax v0.8.10
11262026-03-18T10:43:42.277Z Downloaded typify-impl v0.6.1
11272026-03-18T10:43:42.290Z Downloaded typify-impl v0.4.3
11282026-03-18T10:43:42.304Z Downloaded tracing v0.1.44
11292026-03-18T10:43:42.317Z Downloaded smoltcp v0.11.0
11302026-03-18T10:43:42.329Z Downloaded openapiv3 v2.2.0
11312026-03-18T10:43:42.334Z Downloaded hickory-proto v0.25.2
11322026-03-18T10:43:42.342Z Downloaded rustls v0.23.37
11332026-03-18T10:43:42.355Z Downloaded regex-syntax v0.6.29
11342026-03-18T10:43:42.368Z Downloaded object v0.37.3
11352026-03-18T10:43:42.382Z Downloaded bstr v1.12.1
11362026-03-18T10:43:42.383Z Downloaded rustls-webpki v0.101.7
11372026-03-18T10:43:42.402Z Downloaded csv v1.4.0
11382026-03-18T10:43:42.415Z Downloaded sqlparser v0.61.0
11392026-03-18T10:43:42.415Z Downloaded jiff v0.2.21
11402026-03-18T10:43:42.433Z Downloaded ssh-key v0.6.7
11412026-03-18T10:43:42.448Z Downloaded serde_with v3.17.0
11422026-03-18T10:43:42.449Z Downloaded sled v0.34.7
11432026-03-18T10:43:42.456Z Downloaded lalrpop v0.19.12
11442026-03-18T10:43:42.456Z Downloaded ratatui v0.29.0
11452026-03-18T10:43:42.476Z Downloaded libz-sys v1.1.24
11462026-03-18T10:43:42.483Z Downloaded bzip2-sys v0.1.13+1.0.8
11472026-03-18T10:43:42.503Z Downloaded tokio v1.49.0
11482026-03-18T10:43:42.526Z Downloaded socket2 v0.6.2
11492026-03-18T10:43:42.553Z Downloaded hyper v1.8.1
11502026-03-18T10:43:42.553Z Downloaded aho-corasick v1.1.4
11512026-03-18T10:43:42.553Z Downloaded num-bigint v0.4.6
11522026-03-18T10:43:42.553Z Downloaded usdt v0.6.0
11532026-03-18T10:43:42.571Z Downloaded socket2 v0.5.10
11542026-03-18T10:43:42.571Z Downloaded regex-automata v0.4.14
11552026-03-18T10:43:42.571Z Downloaded zerocopy-derive v0.6.6
11562026-03-18T10:43:42.571Z Downloaded schemars v0.9.0
11572026-03-18T10:43:42.582Z Downloaded petgraph v0.6.5
11582026-03-18T10:43:42.598Z Downloaded chrono-tz v0.10.4
11592026-03-18T10:43:42.611Z Downloaded lzma-sys v0.1.20
11602026-03-18T10:43:42.621Z Downloaded ron v0.8.1
11612026-03-18T10:43:42.621Z Downloaded iri-string v0.7.10
11622026-03-18T10:43:42.634Z Downloaded universal-hash v0.5.1
11632026-03-18T10:43:42.634Z Downloaded similar v2.7.0
11642026-03-18T10:43:42.634Z Downloaded signal-hook v0.3.18
11652026-03-18T10:43:42.635Z Downloaded iddqd v0.3.17
11662026-03-18T10:43:42.654Z Downloaded petgraph v0.8.3
11672026-03-18T10:43:42.660Z Downloaded tls_codec v0.4.2
11682026-03-18T10:43:42.660Z Downloaded libxml v0.3.3
11692026-03-18T10:43:42.660Z Downloaded topological-sort v0.2.2
11702026-03-18T10:43:42.660Z Downloaded spin v0.9.8
11712026-03-18T10:43:42.660Z Downloaded pretty_assertions v1.4.1
11722026-03-18T10:43:42.660Z Downloaded encoding_rs v0.8.35
11732026-03-18T10:43:42.680Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11742026-03-18T10:43:42.715Z Downloaded aes-gcm v0.10.3
11752026-03-18T10:43:42.727Z Downloaded slog-json v2.6.1
11762026-03-18T10:43:42.727Z Downloaded slog-bunyan v2.5.0
11772026-03-18T10:43:42.727Z Downloaded openssl-sys v0.9.111
11782026-03-18T10:43:42.727Z Downloaded phf v0.12.1
11792026-03-18T10:43:42.727Z Downloaded cc v1.2.56
11802026-03-18T10:43:42.727Z Downloaded progenitor-client v0.13.0
11812026-03-18T10:43:42.727Z Downloaded sha3 v0.10.8
11822026-03-18T10:43:42.727Z Downloaded flate2 v1.1.9
11832026-03-18T10:43:42.727Z Downloaded proc-macro-error2 v2.0.1
11842026-03-18T10:43:42.727Z Downloaded parking_lot_core v0.9.12
11852026-03-18T10:43:42.727Z Downloaded oxide-tokio-rt v0.1.3
11862026-03-18T10:43:42.728Z Downloaded poly1305 v0.8.0
11872026-03-18T10:43:42.728Z Downloaded peg v0.8.5
11882026-03-18T10:43:42.728Z Downloaded parking_lot_core v0.8.6
11892026-03-18T10:43:42.728Z Downloaded native-tls v0.2.18
11902026-03-18T10:43:42.728Z Downloaded ed25519-dalek v2.2.0
11912026-03-18T10:43:42.733Z Downloaded headers v0.4.1
11922026-03-18T10:43:42.733Z Downloaded half v2.7.1
11932026-03-18T10:43:42.733Z Downloaded crypto-bigint v0.5.5
11942026-03-18T10:43:42.733Z Downloaded memmap2 v0.9.10
11952026-03-18T10:43:42.733Z Downloaded ignore v0.4.25
11962026-03-18T10:43:42.738Z Downloaded num-rational v0.4.2
11972026-03-18T10:43:42.738Z Downloaded phf_shared v0.11.3
11982026-03-18T10:43:42.738Z Downloaded darling_core v0.23.0
11992026-03-18T10:43:42.746Z Downloaded nu-ansi-term v0.50.3
12002026-03-18T10:43:42.746Z Downloaded hickory-client v0.25.2
12012026-03-18T10:43:42.746Z Downloaded openssl-probe v0.1.6
12022026-03-18T10:43:42.746Z Downloaded crossbeam-epoch v0.9.18
12032026-03-18T10:43:42.756Z Downloaded hyper-rustls v0.27.7
12042026-03-18T10:43:42.756Z Downloaded fatfs v0.3.6
12052026-03-18T10:43:42.756Z Downloaded humantime v2.3.0
12062026-03-18T10:43:42.756Z Downloaded hmac v0.12.1
12072026-03-18T10:43:42.756Z Downloaded const_format v0.2.35
12082026-03-18T10:43:42.775Z Downloaded nonempty v0.12.0
12092026-03-18T10:43:42.775Z Downloaded ingot v0.1.1
12102026-03-18T10:43:42.776Z Downloaded derive_more v0.99.20
12112026-03-18T10:43:42.776Z Downloaded num v0.4.3
12122026-03-18T10:43:42.776Z Downloaded nodrop v0.1.14
12132026-03-18T10:43:42.777Z Downloaded newtype_derive v0.1.6
12142026-03-18T10:43:42.777Z Downloaded newtype-uuid-macros v0.1.0
12152026-03-18T10:43:42.777Z Downloaded new_debug_unreachable v1.0.6
12162026-03-18T10:43:42.782Z Downloaded memoffset v0.9.1
12172026-03-18T10:43:42.782Z Downloaded impl-trait-for-tuples v0.2.3
12182026-03-18T10:43:42.783Z Downloaded lzss v0.8.2
12192026-03-18T10:43:42.783Z Downloaded lru-slab v0.1.2
12202026-03-18T10:43:42.783Z Downloaded lru-cache v0.1.2
12212026-03-18T10:43:42.783Z Downloaded ingot-types v0.1.2
12222026-03-18T10:43:42.783Z Downloaded indoc v2.0.7
12232026-03-18T10:43:42.783Z Downloaded getrandom v0.2.17
12242026-03-18T10:43:42.783Z Downloaded fixedbitset v0.5.7
12252026-03-18T10:43:42.783Z Downloaded allocator-api2 v0.2.21
12262026-03-18T10:43:42.783Z Downloaded darling v0.20.11
12272026-03-18T10:43:42.783Z Downloaded drift v0.1.3
12282026-03-18T10:43:42.783Z Downloaded cookie v0.18.1
12292026-03-18T10:43:42.799Z Downloaded chacha20 v0.10.0
12302026-03-18T10:43:42.799Z Downloaded bzip2 v0.6.1
12312026-03-18T10:43:42.799Z Downloaded inout v0.1.4
12322026-03-18T10:43:42.799Z Downloaded indoc v1.0.9
12332026-03-18T10:43:42.800Z Downloaded deranged v0.5.8
12342026-03-18T10:43:42.811Z Downloaded daft-derive v0.1.5
12352026-03-18T10:43:42.812Z Downloaded group v0.13.0
12362026-03-18T10:43:42.812Z Downloaded colored v3.1.1
12372026-03-18T10:43:42.812Z Downloaded colored v2.2.0
12382026-03-18T10:43:42.812Z Downloaded blake2 v0.10.6
12392026-03-18T10:43:42.812Z Downloaded arrayvec v0.7.6
12402026-03-18T10:43:42.812Z Downloaded ecdsa v0.16.9
12412026-03-18T10:43:42.813Z Downloaded clang-sys v1.8.1
12422026-03-18T10:43:42.813Z Downloaded ring v0.17.14
12432026-03-18T10:43:42.849Z Downloaded cancel-safe-futures v0.1.5
12442026-03-18T10:43:42.857Z Downloaded backon v1.6.0
12452026-03-18T10:43:42.857Z Downloaded der v0.7.10
12462026-03-18T10:43:42.858Z Downloaded headers-core v0.3.0
12472026-03-18T10:43:42.858Z Downloaded derive_builder v0.20.2
12482026-03-18T10:43:42.858Z Downloaded daft v0.1.5
12492026-03-18T10:43:42.858Z Downloaded convert_case v0.10.0
12502026-03-18T10:43:42.858Z Downloaded cipher v0.4.4
12512026-03-18T10:43:42.858Z Downloaded chacha20 v0.9.1
12522026-03-18T10:43:42.858Z Downloaded cexpr v0.6.0
12532026-03-18T10:43:42.858Z Downloaded cargo_metadata v0.19.2
12542026-03-18T10:43:42.858Z Downloaded ghash v0.5.1
12552026-03-18T10:43:42.858Z Downloaded gethostname v0.5.0
12562026-03-18T10:43:42.858Z Downloaded futures-task v0.3.32
12572026-03-18T10:43:42.863Z Downloaded futures-sink v0.3.32
12582026-03-18T10:43:42.863Z Downloaded bcs v0.1.6
12592026-03-18T10:43:42.863Z Downloaded base16ct v1.0.0
12602026-03-18T10:43:42.863Z Downloaded flagset v0.4.7
12612026-03-18T10:43:42.863Z Downloaded env_filter v1.0.0
12622026-03-18T10:43:42.864Z Downloaded bit-vec v0.6.3
12632026-03-18T10:43:42.864Z Downloaded base64ct v1.8.3
12642026-03-18T10:43:42.864Z Downloaded dunce v1.0.5
12652026-03-18T10:43:42.864Z Downloaded crossbeam-utils v0.8.21
12662026-03-18T10:43:42.887Z Downloaded ciborium-ll v0.2.2
12672026-03-18T10:43:42.887Z Downloaded castaway v0.2.4
12682026-03-18T10:43:42.887Z Downloaded atomic-waker v1.1.2
12692026-03-18T10:43:42.887Z Downloaded cfg_aliases v0.1.1
12702026-03-18T10:43:42.888Z Downloaded bitfield-struct v0.6.2
12712026-03-18T10:43:42.888Z Downloaded bitfield-macros v0.19.4
12722026-03-18T10:43:42.888Z Downloaded block-padding v0.3.3
12732026-03-18T10:43:42.895Z Downloaded base16ct v0.2.0
12742026-03-18T10:43:42.895Z Downloaded arrayref v0.3.9
12752026-03-18T10:43:42.895Z Downloaded libgit2-sys v0.18.3+1.9.2
12762026-03-18T10:43:43.375Z Downloaded aws-lc-sys v0.37.1
12772026-03-18T10:43:43.710Z Compiling libc v0.2.180
12782026-03-18T10:43:43.713Z Compiling serde v1.0.228
12792026-03-18T10:43:43.713Z Compiling log v0.4.29
12802026-03-18T10:43:43.713Z Compiling shlex v1.3.0
12812026-03-18T10:43:43.713Z Compiling find-msvc-tools v0.1.9
12822026-03-18T10:43:43.713Z Compiling smallvec v1.15.1
12832026-03-18T10:43:43.713Z Compiling typenum v1.19.0
12842026-03-18T10:43:43.713Z Compiling subtle v2.6.1
12852026-03-18T10:43:43.918Z Compiling generic-array v0.14.7
12862026-03-18T10:43:43.923Z Compiling scopeguard v1.2.0
12872026-03-18T10:43:43.953Z Compiling portable-atomic v1.13.1
12882026-03-18T10:43:44.057Z Compiling const-oid v0.9.6
12892026-03-18T10:43:44.060Z Compiling critical-section v1.2.0
12902026-03-18T10:43:44.061Z Compiling zerocopy v0.8.40
12912026-03-18T10:43:44.081Z Compiling syn v2.0.117
12922026-03-18T10:43:44.141Z Compiling lock_api v0.4.14
12932026-03-18T10:43:44.146Z Compiling pin-project-lite v0.2.17
12942026-03-18T10:43:44.186Z Compiling parking_lot_core v0.9.12
12952026-03-18T10:43:44.211Z Compiling serde_json v1.0.149
12962026-03-18T10:43:44.212Z Compiling pkg-config v0.3.32
12972026-03-18T10:43:44.255Z Compiling bitflags v2.11.0
12982026-03-18T10:43:44.258Z Compiling libm v0.2.16
12992026-03-18T10:43:44.348Z Compiling num-traits v0.2.19
13002026-03-18T10:43:44.370Z Compiling futures-core v0.3.32
13012026-03-18T10:43:44.428Z Compiling percent-encoding v2.3.2
13022026-03-18T10:43:44.469Z Compiling allocator-api2 v0.2.21
13032026-03-18T10:43:44.515Z Compiling futures-sink v0.3.32
13042026-03-18T10:43:44.604Z Compiling cpufeatures v0.2.17
13052026-03-18T10:43:44.612Z Compiling foldhash v0.2.0
13062026-03-18T10:43:44.652Z Compiling futures-channel v0.3.32
13072026-03-18T10:43:44.758Z Compiling futures-io v0.3.32
13082026-03-18T10:43:44.771Z Compiling futures-task v0.3.32
13092026-03-18T10:43:44.771Z Compiling getrandom v0.4.1
13102026-03-18T10:43:44.823Z Compiling slab v0.4.12
13112026-03-18T10:43:44.959Z Compiling hashbrown v0.16.1
13122026-03-18T10:43:45.025Z Compiling rand_core v0.10.0
13132026-03-18T10:43:45.029Z Compiling rustversion v1.0.22
13142026-03-18T10:43:45.075Z Compiling getrandom v0.3.4
13152026-03-18T10:43:45.083Z Compiling form_urlencoded v1.2.2
13162026-03-18T10:43:45.083Z Compiling fs_extra v1.3.0
13172026-03-18T10:43:45.141Z Compiling base64ct v1.8.3
13182026-03-18T10:43:45.179Z Compiling ident_case v1.0.1
13192026-03-18T10:43:45.263Z Compiling getrandom v0.2.17
13202026-03-18T10:43:45.288Z Compiling jobserver v0.1.34
13212026-03-18T10:43:45.344Z Compiling errno v0.3.14
13222026-03-18T10:43:45.395Z Compiling mio v1.1.1
13232026-03-18T10:43:45.402Z Compiling socket2 v0.6.2
13242026-03-18T10:43:45.468Z Compiling rand_core v0.6.4
13252026-03-18T10:43:45.508Z Compiling signal-hook-registry v1.4.8
13262026-03-18T10:43:45.586Z Compiling cc v1.2.56
13272026-03-18T10:43:45.593Z Compiling dunce v1.0.5
13282026-03-18T10:43:45.624Z Compiling once_cell v1.21.3
13292026-03-18T10:43:45.764Z Compiling parking_lot v0.12.5
13302026-03-18T10:43:45.801Z Compiling indexmap v2.13.0
13312026-03-18T10:43:45.862Z Compiling pem-rfc7468 v0.7.0
13322026-03-18T10:43:45.887Z Compiling flagset v0.4.7
13332026-03-18T10:43:45.887Z Compiling rustix v1.1.3
13342026-03-18T10:43:45.913Z Compiling iana-time-zone v0.1.65
13352026-03-18T10:43:45.944Z Compiling uuid v1.21.0
13362026-03-18T10:43:45.967Z Compiling rustc_version v0.4.1
13372026-03-18T10:43:46.035Z Compiling regex-syntax v0.8.10
13382026-03-18T10:43:46.139Z Compiling vcpkg v0.2.15
13392026-03-18T10:43:46.210Z Compiling aws-lc-rs v1.16.0
13402026-03-18T10:43:46.300Z Compiling rand_core v0.9.5
13412026-03-18T10:43:46.320Z Compiling tracing-core v0.1.36
13422026-03-18T10:43:46.350Z Compiling crossbeam-utils v0.8.21
13432026-03-18T10:43:46.462Z Compiling schemars v0.8.22
13442026-03-18T10:43:46.538Z Compiling untrusted v0.7.1
13452026-03-18T10:43:46.637Z Compiling untrusted v0.9.0
13462026-03-18T10:43:46.659Z Compiling cmake v0.1.57
13472026-03-18T10:43:46.679Z Compiling httparse v1.10.1
13482026-03-18T10:43:46.679Z Compiling base64 v0.22.1
13492026-03-18T10:43:46.713Z Compiling openssl-probe v0.2.1
13502026-03-18T10:43:46.765Z Compiling syn v1.0.109
13512026-03-18T10:43:46.828Z Compiling tower-service v0.3.3
13522026-03-18T10:43:46.836Z Compiling tower-layer v0.3.3
13532026-03-18T10:43:46.910Z Compiling dyn-clone v1.0.20
13542026-03-18T10:43:46.962Z Compiling rustls v0.23.37
13552026-03-18T10:43:46.998Z Compiling tinyvec_macros v0.1.1
13562026-03-18T10:43:47.086Z Compiling atomic-waker v1.1.2
13572026-03-18T10:43:47.134Z Compiling try-lock v0.2.5
13582026-03-18T10:43:47.134Z Compiling tinyvec v1.10.0
13592026-03-18T10:43:47.158Z Compiling spin v0.9.8
13602026-03-18T10:43:47.224Z Compiling aho-corasick v1.1.4
13612026-03-18T10:43:47.254Z Compiling httpdate v1.0.3
13622026-03-18T10:43:47.263Z Compiling want v0.3.1
13632026-03-18T10:43:47.263Z Compiling num-conv v0.2.0
13642026-03-18T10:43:47.263Z Compiling crc32fast v1.5.0
13652026-03-18T10:43:47.263Z Compiling openssl v0.10.75
13662026-03-18T10:43:47.289Z Compiling powerfmt v0.2.0
13672026-03-18T10:43:47.460Z Compiling foreign-types-shared v0.1.1
13682026-03-18T10:43:47.502Z Compiling time-core v0.1.8
13692026-03-18T10:43:47.512Z Compiling pin-utils v0.1.0
13702026-03-18T10:43:47.550Z Compiling deranged v0.5.8
13712026-03-18T10:43:47.583Z Compiling foreign-types v0.3.2
13722026-03-18T10:43:47.611Z Compiling wait-timeout v0.2.1
13732026-03-18T10:43:47.632Z Compiling either v1.15.0
13742026-03-18T10:43:47.637Z Compiling quick-error v1.2.3
13752026-03-18T10:43:47.656Z Compiling num_threads v0.1.7
13762026-03-18T10:43:47.680Z Compiling usdt-impl v0.6.0
13772026-03-18T10:43:47.725Z Compiling time-macros v0.2.27
13782026-03-18T10:43:47.732Z Compiling native-tls v0.2.18
13792026-03-18T10:43:47.813Z Compiling simd-adler32 v0.3.8
13802026-03-18T10:43:47.824Z Compiling bit-vec v0.8.0
13812026-03-18T10:43:47.841Z Compiling siphasher v1.0.2
13822026-03-18T10:43:47.912Z Compiling aws-lc-sys v0.37.1
13832026-03-18T10:43:47.961Z Compiling ring v0.17.14
13842026-03-18T10:43:47.985Z Compiling openssl-sys v0.9.111
13852026-03-18T10:43:48.007Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13862026-03-18T10:43:48.067Z Compiling bzip2-sys v0.1.13+1.0.8
13872026-03-18T10:43:48.121Z Compiling bit-set v0.8.0
13882026-03-18T10:43:48.152Z Compiling tempfile v3.25.0
13892026-03-18T10:43:48.172Z Compiling unicode-normalization v0.1.25
13902026-03-18T10:43:48.172Z Compiling crossbeam-epoch v0.9.18
13912026-03-18T10:43:48.348Z Compiling synstructure v0.13.2
13922026-03-18T10:43:48.460Z Compiling pest_generator v2.8.6
13932026-03-18T10:43:48.553Z Compiling serde_derive_internals v0.29.1
13942026-03-18T10:43:48.574Z Compiling darling_core v0.20.11
13952026-03-18T10:43:49.118Z Compiling regex-automata v0.4.14
13962026-03-18T10:43:49.121Z Compiling rusty-fork v0.3.1
13972026-03-18T10:43:49.121Z Compiling darling_core v0.21.3
13982026-03-18T10:43:49.248Z Compiling slog v2.8.2
13992026-03-18T10:43:49.297Z Compiling rand_xorshift v0.4.0
14002026-03-18T10:43:49.352Z Compiling time v0.3.47
14012026-03-18T10:43:49.524Z Compiling heapless v0.7.17
14022026-03-18T10:43:49.532Z Compiling thread-id v5.1.0
14032026-03-18T10:43:49.533Z Compiling sync_wrapper v1.0.2
14042026-03-18T10:43:49.560Z Compiling cookie v0.18.1
14052026-03-18T10:43:49.630Z Compiling signal-hook v0.3.18
14062026-03-18T10:43:49.651Z Compiling unicode-bidi v0.3.18
14072026-03-18T10:43:49.682Z Compiling paste v1.0.15
14082026-03-18T10:43:49.731Z Compiling anyhow v1.0.102
14092026-03-18T10:43:49.804Z Compiling zstd-safe v7.2.4
14102026-03-18T10:43:49.827Z Compiling unarray v0.1.4
14112026-03-18T10:43:49.883Z Compiling unicode-properties v0.1.4
14122026-03-18T10:43:49.913Z Compiling unicode-segmentation v1.12.0
14132026-03-18T10:43:50.052Z Compiling rayon-core v1.13.0
14142026-03-18T10:43:50.099Z Compiling adler2 v2.0.1
14152026-03-18T10:43:50.184Z Compiling stringprep v0.1.5
14162026-03-18T10:43:50.257Z Compiling miniz_oxide v0.8.9
14172026-03-18T10:43:50.398Z Compiling crossbeam-deque v0.8.6
14182026-03-18T10:43:50.475Z Compiling num-integer v0.1.46
14192026-03-18T10:43:50.479Z Compiling vergen-lib v0.1.6
14202026-03-18T10:43:50.525Z Compiling curve25519-dalek v4.1.3
14212026-03-18T10:43:50.671Z Compiling ff v0.13.1
14222026-03-18T10:43:50.738Z Compiling hash32 v0.2.1
14232026-03-18T10:43:50.811Z Compiling memoffset v0.9.1
14242026-03-18T10:43:50.871Z Compiling fallible-iterator v0.2.0
14252026-03-18T10:43:50.943Z Compiling smoltcp v0.9.1
14262026-03-18T10:43:50.966Z Compiling ref-cast v1.0.25
14272026-03-18T10:43:51.006Z Compiling cfg_aliases v0.2.1
14282026-03-18T10:43:51.072Z Compiling serde_derive v1.0.228
14292026-03-18T10:43:51.094Z Compiling zeroize_derive v1.4.3
14302026-03-18T10:43:51.112Z Compiling zerofrom-derive v0.1.6
14312026-03-18T10:43:51.135Z Compiling yoke-derive v0.8.1
14322026-03-18T10:43:51.311Z Compiling zerocopy-derive v0.8.40
14332026-03-18T10:43:51.396Z Compiling zerovec-derive v0.11.2
14342026-03-18T10:43:51.418Z Compiling displaydoc v0.2.5
14352026-03-18T10:43:51.606Z Compiling tokio-macros v2.6.0
14362026-03-18T10:43:51.626Z Compiling futures-macro v0.3.32
14372026-03-18T10:43:51.987Z Compiling der_derive v0.7.3
14382026-03-18T10:43:51.991Z Compiling zeroize v1.8.2
14392026-03-18T10:43:52.442Z Compiling thiserror-impl v2.0.18
14402026-03-18T10:43:52.606Z Compiling rustls-pki-types v1.14.0
14412026-03-18T10:43:52.748Z Compiling tracing-attributes v0.1.31
14422026-03-18T10:43:52.764Z Compiling futures-util v0.3.32
14432026-03-18T10:43:52.798Z Compiling scroll_derive v0.13.1
14442026-03-18T10:43:52.940Z Compiling pest_derive v2.8.6
14452026-03-18T10:43:53.093Z Compiling crypto-common v0.1.7
14462026-03-18T10:43:53.110Z Compiling zerofrom v0.1.6
14472026-03-18T10:43:53.253Z Compiling block-buffer v0.10.4
14482026-03-18T10:43:53.263Z Compiling yoke v0.8.1
14492026-03-18T10:43:53.263Z Compiling block-padding v0.3.3
14502026-03-18T10:43:53.324Z Compiling schemars_derive v0.8.22
14512026-03-18T10:43:53.365Z Compiling der v0.7.10
14522026-03-18T10:43:53.477Z Compiling digest v0.10.7
14532026-03-18T10:43:53.498Z Compiling inout v0.1.4
14542026-03-18T10:43:53.515Z Compiling zerovec v0.11.5
14552026-03-18T10:43:53.546Z Compiling zerotrie v0.2.3
14562026-03-18T10:43:53.726Z Compiling cipher v0.4.4
14572026-03-18T10:43:53.839Z Compiling hmac v0.12.1
14582026-03-18T10:43:53.938Z Compiling sha2 v0.10.9
14592026-03-18T10:43:53.989Z Compiling scroll v0.13.0
14602026-03-18T10:43:54.084Z Compiling salsa20 v0.10.2
14612026-03-18T10:43:54.108Z Compiling pbkdf2 v0.12.2
14622026-03-18T10:43:54.251Z Compiling tinystr v0.8.2
14632026-03-18T10:43:54.277Z Compiling potential_utf v0.1.4
14642026-03-18T10:43:54.351Z Compiling aes v0.8.4
14652026-03-18T10:43:54.373Z Compiling thiserror v2.0.18
14662026-03-18T10:43:54.416Z Compiling scrypt v0.11.0
14672026-03-18T10:43:54.499Z Compiling icu_locale_core v2.1.1
14682026-03-18T10:43:54.524Z Compiling icu_collections v2.1.1
14692026-03-18T10:43:54.550Z Compiling cbc v0.1.2
14702026-03-18T10:43:54.637Z Compiling spki v0.7.3
14712026-03-18T10:43:54.799Z Compiling tracing v0.1.44
14722026-03-18T10:43:54.861Z Compiling darling_macro v0.20.11
14732026-03-18T10:43:54.862Z Compiling goblin v0.10.5
14742026-03-18T10:43:54.968Z Compiling pkcs5 v0.7.1
14752026-03-18T10:43:55.071Z Compiling openssl-macros v0.1.1
14762026-03-18T10:43:55.162Z Compiling thiserror-impl v1.0.69
14772026-03-18T10:43:55.190Z Compiling dtrace-parser v0.3.0
14782026-03-18T10:43:55.273Z Compiling signature v2.2.0
14792026-03-18T10:43:55.452Z Compiling icu_provider v2.1.1
14802026-03-18T10:43:55.517Z Compiling pkcs8 v0.10.2
14812026-03-18T10:43:55.601Z Compiling darling v0.20.11
14822026-03-18T10:43:55.712Z Compiling derive_builder_core v0.20.2
14832026-03-18T10:43:55.775Z Compiling icu_normalizer v2.1.1
14842026-03-18T10:43:55.852Z Compiling icu_properties v2.1.2
14852026-03-18T10:43:55.872Z Compiling rustls-native-certs v0.8.3
14862026-03-18T10:43:55.892Z Compiling scroll_derive v0.12.1
14872026-03-18T10:43:55.953Z Compiling bytes v1.11.1
14882026-03-18T10:43:55.982Z Compiling chrono v0.4.44
14892026-03-18T10:43:56.004Z Compiling ipnet v2.11.0
14902026-03-18T10:43:56.075Z Compiling serde_tokenstream v0.2.3
14912026-03-18T10:43:56.286Z Compiling erased-serde v0.3.31
14922026-03-18T10:43:56.296Z Compiling toml_datetime v0.6.11
14932026-03-18T10:43:56.493Z Compiling serde_spanned v0.6.9
14942026-03-18T10:43:56.532Z Compiling md-5 v0.10.6
14952026-03-18T10:43:56.659Z Compiling tokio v1.49.0
14962026-03-18T10:43:56.694Z Compiling http v1.4.0
14972026-03-18T10:43:56.730Z Compiling webpki-roots v1.0.6
14982026-03-18T10:43:56.769Z Compiling darling_macro v0.21.3
14992026-03-18T10:43:56.854Z Compiling scroll v0.12.0
15002026-03-18T10:43:56.871Z Compiling zerocopy-derive v0.7.35
15012026-03-18T10:43:56.906Z Compiling iri-string v0.7.10
15022026-03-18T10:43:56.986Z Compiling derive_builder_macro v0.20.2
15032026-03-18T10:43:57.013Z Compiling thiserror v1.0.69
15042026-03-18T10:43:57.030Z Compiling litrs v1.0.0
15052026-03-18T10:43:57.204Z Compiling idna_adapter v1.2.1
15062026-03-18T10:43:57.229Z Compiling ryu v1.0.23
15072026-03-18T10:43:57.324Z Compiling idna v1.1.0
15082026-03-18T10:43:57.402Z Compiling base16ct v0.2.0
15092026-03-18T10:43:57.447Z Compiling psl-types v2.0.11
15102026-03-18T10:43:57.468Z Compiling rustix v0.38.44
15112026-03-18T10:43:57.573Z Compiling http-body v1.0.1
15122026-03-18T10:43:57.608Z Compiling zlib-rs v0.6.2
15132026-03-18T10:43:57.645Z Compiling ppv-lite86 v0.2.21
15142026-03-18T10:43:57.743Z Compiling url v2.5.8
15152026-03-18T10:43:57.804Z Compiling http-body-util v0.1.3
15162026-03-18T10:43:57.906Z Compiling num-bigint-dig v0.8.6
15172026-03-18T10:43:57.998Z Compiling document-features v0.2.12
15182026-03-18T10:43:58.027Z Compiling publicsuffix v2.3.0
15192026-03-18T10:43:58.061Z Compiling rand_chacha v0.9.0
15202026-03-18T10:43:58.091Z Compiling rand_chacha v0.3.1
15212026-03-18T10:43:58.112Z Compiling zerocopy v0.7.35
15222026-03-18T10:43:58.135Z Compiling derive_builder v0.20.2
15232026-03-18T10:43:58.190Z Compiling sec1 v0.7.3
15242026-03-18T10:43:58.228Z Compiling darling v0.21.3
15252026-03-18T10:43:58.249Z Compiling serde_urlencoded v0.7.1
15262026-03-18T10:43:58.306Z Compiling goblin v0.8.2
15272026-03-18T10:43:58.350Z Compiling rand v0.9.2
15282026-03-18T10:43:58.565Z Compiling dof v0.4.0
15292026-03-18T10:43:58.827Z Compiling rand v0.8.5
15302026-03-18T10:43:58.966Z Compiling cargo-platform v0.1.9
15312026-03-18T10:43:59.057Z Compiling hkdf v0.12.4
15322026-03-18T10:43:59.080Z Compiling hubpack_derive v0.1.1
15332026-03-18T10:43:59.133Z Compiling proptest v1.10.0
15342026-03-18T10:43:59.240Z Compiling postgres-protocol v0.6.10
15352026-03-18T10:43:59.276Z Compiling crypto-bigint v0.5.5
15362026-03-18T10:43:59.318Z Compiling regex v1.12.3
15372026-03-18T10:43:59.496Z Compiling ipnetwork v0.21.1
15382026-03-18T10:43:59.755Z Compiling nix v0.31.1
15392026-03-18T10:43:59.919Z Compiling oxnet v0.1.4
15402026-03-18T10:44:00.042Z Compiling curve25519-dalek-derive v0.1.1
15412026-03-18T10:44:00.089Z Compiling async-trait v0.1.89
15422026-03-18T10:44:00.111Z Compiling strum_macros v0.27.2
15432026-03-18T10:44:00.267Z Compiling ref-cast-impl v1.0.25
15442026-03-18T10:44:00.285Z Compiling daft-derive v0.1.5
15452026-03-18T10:44:00.445Z Compiling group v0.13.0
15462026-03-18T10:44:00.478Z Compiling num-iter v0.1.45
15472026-03-18T10:44:00.753Z Compiling proc-macro-error v1.0.4
15482026-03-18T10:44:00.916Z Compiling heck v0.4.1
15492026-03-18T10:44:01.084Z Compiling terminal_size v0.4.3
15502026-03-18T10:44:01.200Z Compiling phf_shared v0.13.1
15512026-03-18T10:44:01.215Z Compiling lazy_static v1.5.0
15522026-03-18T10:44:01.240Z Compiling vergen v9.0.6
15532026-03-18T10:44:01.283Z Compiling fs-err v3.3.0
15542026-03-18T10:44:01.310Z Compiling ahash v0.8.12
15552026-03-18T10:44:01.349Z Compiling bumpalo v3.20.2
15562026-03-18T10:44:01.372Z Compiling bitflags v1.3.2
15572026-03-18T10:44:01.478Z Compiling foldhash v0.1.5
15582026-03-18T10:44:01.503Z Compiling managed v0.8.0
15592026-03-18T10:44:01.543Z Compiling winnow v0.5.40
15602026-03-18T10:44:01.568Z Compiling libbz2-rs-sys v0.2.2
15612026-03-18T10:44:01.592Z Compiling object v0.37.3
15622026-03-18T10:44:01.619Z Compiling zopfli v0.8.3
15632026-03-18T10:44:01.709Z Compiling flate2 v1.1.9
15642026-03-18T10:44:01.734Z Compiling hashbrown v0.15.5
15652026-03-18T10:44:01.742Z Compiling clap_builder v4.5.60
15662026-03-18T10:44:01.810Z Compiling tokio-util v0.7.18
15672026-03-18T10:44:01.974Z Compiling tower v0.5.3
15682026-03-18T10:44:02.247Z Compiling tokio-native-tls v0.3.1
15692026-03-18T10:44:02.277Z Compiling bzip2 v0.6.1
15702026-03-18T10:44:02.368Z Compiling console v0.16.2
15712026-03-18T10:44:02.506Z Compiling newtype-uuid v1.3.2
15722026-03-18T10:44:02.520Z Compiling tower-http v0.6.8
15732026-03-18T10:44:02.588Z Compiling phf v0.13.1
15742026-03-18T10:44:02.613Z Compiling dof v0.3.0
15752026-03-18T10:44:02.688Z Compiling zone_cfg_derive v0.3.1
15762026-03-18T10:44:02.818Z Compiling h2 v0.4.13
15772026-03-18T10:44:02.909Z Compiling daft v0.1.5
15782026-03-18T10:44:02.930Z Compiling strum v0.27.2
15792026-03-18T10:44:02.955Z Compiling signal-hook-mio v0.2.5
15802026-03-18T10:44:03.083Z Compiling rayon v1.11.0
15812026-03-18T10:44:03.156Z Compiling cargo_metadata v0.19.2
15822026-03-18T10:44:03.283Z Compiling usdt-attr-macro v0.6.0
15832026-03-18T10:44:03.309Z Compiling usdt-macro v0.6.0
15842026-03-18T10:44:03.314Z Compiling elliptic-curve v0.13.8
15852026-03-18T10:44:03.540Z Compiling toml_edit v0.19.15
15862026-03-18T10:44:03.565Z Compiling cookie_store v0.22.1
15872026-03-18T10:44:03.676Z Compiling postgres-types v0.2.12
15882026-03-18T10:44:03.774Z Compiling hubpack v0.1.2
15892026-03-18T10:44:03.895Z Compiling bzip2 v0.4.4
15902026-03-18T10:44:04.109Z Compiling zstd v0.13.3
15912026-03-18T10:44:04.220Z Compiling serde_with_macros v3.17.0
15922026-03-18T10:44:04.412Z Compiling dtrace-parser v0.2.0
15932026-03-18T10:44:04.480Z Compiling hex v0.4.3
15942026-03-18T10:44:04.503Z Compiling serde-big-array v0.5.1
15952026-03-18T10:44:04.503Z Compiling pkcs1 v0.7.5
15962026-03-18T10:44:04.701Z Compiling ed25519 v2.2.3
15972026-03-18T10:44:04.754Z Compiling rfc6979 v0.4.0
15982026-03-18T10:44:04.890Z Compiling bstr v1.12.1
15992026-03-18T10:44:04.984Z Compiling enum-as-inner v0.6.1
16002026-03-18T10:44:05.115Z Compiling clap_derive v4.5.55
16012026-03-18T10:44:05.163Z Compiling strum_macros v0.26.4
16022026-03-18T10:44:05.538Z Compiling serde_repr v0.1.20
16032026-03-18T10:44:05.642Z Compiling phf_shared v0.11.3
16042026-03-18T10:44:05.687Z Compiling itertools v0.12.1
16052026-03-18T10:44:05.830Z Compiling float-cmp v0.10.0
16062026-03-18T10:44:05.858Z Compiling thread-id v4.2.2
16072026-03-18T10:44:05.917Z Compiling memmap2 v0.9.10
16082026-03-18T10:44:05.951Z Compiling env_filter v1.0.0
16092026-03-18T10:44:05.995Z Compiling encoding_rs v0.8.35
16102026-03-18T10:44:06.031Z Compiling jiff v0.2.21
16112026-03-18T10:44:06.063Z Compiling mime v0.3.17
16122026-03-18T10:44:06.201Z Compiling data-encoding v2.10.0
16132026-03-18T10:44:06.235Z Compiling new_debug_unreachable v1.0.6
16142026-03-18T10:44:06.284Z Compiling fixedbitset v0.5.7
16152026-03-18T10:44:06.330Z Compiling normalize-line-endings v0.3.0
16162026-03-18T10:44:06.375Z Compiling keccak v0.1.6
16172026-03-18T10:44:06.424Z Compiling whoami v2.1.0
16182026-03-18T10:44:06.476Z Compiling predicates-core v1.0.10
16192026-03-18T10:44:06.720Z Compiling static_assertions v1.1.0
16202026-03-18T10:44:06.741Z Compiling difflib v0.4.0
16212026-03-18T10:44:06.828Z Compiling precomputed-hash v0.1.1
16222026-03-18T10:44:06.952Z Compiling unit-prefix v0.5.2
16232026-03-18T10:44:06.974Z Compiling fixedbitset v0.4.2
16242026-03-18T10:44:07.156Z Compiling hyper v1.8.1
16252026-03-18T10:44:07.160Z Compiling rustc-hash v2.1.1
16262026-03-18T10:44:07.279Z Compiling zone v0.3.1
16272026-03-18T10:44:07.320Z Compiling iddqd v0.3.17
16282026-03-18T10:44:07.354Z Compiling petgraph v0.6.5
16292026-03-18T10:44:07.385Z Compiling indicatif v0.18.4
16302026-03-18T10:44:07.557Z Compiling predicates v3.1.4
16312026-03-18T10:44:07.579Z Compiling toml_edit v0.22.27
16322026-03-18T10:44:07.579Z Compiling string_cache v0.8.9
16332026-03-18T10:44:07.661Z Compiling clap v4.5.60
16342026-03-18T10:44:07.719Z Compiling strum v0.26.3
16352026-03-18T10:44:07.794Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16362026-03-18T10:44:07.868Z Compiling tokio-postgres v0.7.16
16372026-03-18T10:44:07.891Z Compiling sha3 v0.10.8
16382026-03-18T10:44:08.098Z Compiling petgraph v0.8.3
16392026-03-18T10:44:08.256Z Compiling hickory-proto v0.25.2
16402026-03-18T10:44:08.420Z Compiling env_logger v0.11.9
16412026-03-18T10:44:08.477Z Compiling usdt v0.6.0
16422026-03-18T10:44:08.518Z Compiling usdt-impl v0.5.0
16432026-03-18T10:44:08.596Z Compiling hyper-util v0.1.20
16442026-03-18T10:44:08.847Z Compiling serde_with v3.17.0
16452026-03-18T10:44:08.926Z Compiling crossterm v0.28.1
16462026-03-18T10:44:08.948Z Compiling toml v0.7.8
16472026-03-18T10:44:09.338Z Compiling similar v2.7.0
16482026-03-18T10:44:09.368Z Compiling ed25519-dalek v2.2.0
16492026-03-18T10:44:09.470Z Compiling ecdsa v0.16.9
16502026-03-18T10:44:09.807Z Compiling zip v4.6.1
16512026-03-18T10:44:10.022Z Compiling rsa v0.9.10
16522026-03-18T10:44:10.251Z Compiling zip v0.6.6
16532026-03-18T10:44:10.599Z Compiling hyper-tls v0.6.0
16542026-03-18T10:44:10.866Z Compiling tokio-stream v0.1.18
16552026-03-18T10:44:10.981Z Compiling buf-list v1.1.2
16562026-03-18T10:44:11.088Z Compiling toml_parser v1.0.9+spec-1.1.0
16572026-03-18T10:44:11.182Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16582026-03-18T10:44:11.337Z Compiling openapiv3 v2.2.0
16592026-03-18T10:44:11.366Z Compiling x509-cert v0.2.5
16602026-03-18T10:44:11.392Z Compiling sha1 v0.10.6
16612026-03-18T10:44:11.452Z Compiling itertools v0.13.0
16622026-03-18T10:44:11.475Z Compiling toml_datetime v0.7.5+spec-1.1.0
16632026-03-18T10:44:11.516Z Compiling peg-runtime v0.8.5
16642026-03-18T10:44:11.611Z Compiling lalrpop-util v0.19.12
16652026-03-18T10:44:11.697Z Compiling thread_local v1.1.9
16662026-03-18T10:44:11.717Z Compiling slog-async v2.8.0
16672026-03-18T10:44:11.875Z Compiling futures-executor v0.3.32
16682026-03-18T10:44:11.896Z Compiling crossbeam-channel v0.5.15
16692026-03-18T10:44:11.922Z Compiling is-terminal v0.4.17
16702026-03-18T10:44:11.972Z Compiling filetime v0.2.27
16712026-03-18T10:44:12.049Z Compiling take_mut v0.2.2
16722026-03-18T10:44:12.071Z Compiling term v1.2.1
16732026-03-18T10:44:12.139Z Compiling xattr v1.6.1
16742026-03-18T10:44:12.173Z Compiling futures v0.3.32
16752026-03-18T10:44:12.367Z Compiling tar v0.4.44
16762026-03-18T10:44:12.529Z Compiling slog-term v2.9.2
16772026-03-18T10:44:35.556Z Compiling rustls-webpki v0.103.9
16782026-03-18T10:44:39.574Z Compiling tokio-rustls v0.26.4
16792026-03-18T10:44:39.579Z Compiling rustls-platform-verifier v0.6.2
16802026-03-18T10:44:39.831Z Compiling hyper-rustls v0.27.7
16812026-03-18T10:44:40.100Z Compiling reqwest v0.13.2
16822026-03-18T10:44:40.100Z Compiling reqwest v0.12.28
16832026-03-18T10:44:42.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16842026-03-18T10:44:43.202Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16852026-03-18T10:44:47.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
16862026-03-18T10:44:47.187Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16872026-03-18T10:44:47.249ZMar 18 10:44:45.925 INFO Starting download, target: Cockroach
16882026-03-18T10:44:47.249ZMar 18 10:44:45.925 INFO Starting download, target: TransceiverControl
16892026-03-18T10:44:47.249ZMar 18 10:44:45.925 INFO Starting download, target: Console
16902026-03-18T10:44:47.252ZMar 18 10:44:45.925 INFO Starting download, target: Clickhouse
16912026-03-18T10:44:47.252ZMar 18 10:44:45.925 INFO Starting download, target: MaghemiteMgd
16922026-03-18T10:44:47.252ZMar 18 10:44:45.925 INFO Starting download, target: DendriteStub
16932026-03-18T10:44:47.253ZMar 18 10:44:45.925 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-03-18T10:44:47.253ZMar 18 10:44:45.925 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16952026-03-18T10:44:47.253ZMar 18 10:44:45.926 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16962026-03-18T10:44:47.253ZMar 18 10:44:45.926 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16972026-03-18T10:44:47.253ZMar 18 10:44:45.926 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16982026-03-18T10:44:47.253ZMar 18 10:44:45.926 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16992026-03-18T10:44:47.791ZMar 18 10:44:46.464 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17002026-03-18T10:44:48.130ZMar 18 10:44:46.807 INFO Download complete, target: TransceiverControl
17012026-03-18T10:44:48.291ZMar 18 10:44:46.959 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17022026-03-18T10:44:48.604ZMar 18 10:44:47.278 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17032026-03-18T10:44:48.670ZMar 18 10:44:47.347 INFO Download complete, target: Console
17042026-03-18T10:44:48.719ZMar 18 10:44:47.396 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-03-18T10:44:49.540ZMar 18 10:44:48.218 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17062026-03-18T10:44:49.565ZMar 18 10:44:48.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17072026-03-18T10:44:49.565ZMar 18 10:44:48.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17082026-03-18T10:44:52.401ZMar 18 10:44:51.079 INFO Download complete, target: DendriteStub
17092026-03-18T10:44:52.546ZMar 18 10:44:51.223 INFO Download complete, target: MaghemiteMgd
17102026-03-18T10:44:57.396ZMar 18 10:44:56.073 INFO Checking that binary works, target: Cockroach
17112026-03-18T10:44:57.530ZMar 18 10:44:56.206 INFO Download complete, target: Cockroach
17122026-03-18T10:45:00.820ZMar 18 10:44:59.496 INFO Checking that binary works, target: Clickhouse
17132026-03-18T10:45:00.923ZMar 18 10:44:59.600 INFO Download complete, target: Clickhouse
17142026-03-18T10:45:00.930ZAll prerequisites installed successfully
17152026-03-18T10:45:00.933Z
17162026-03-18T10:45:00.933Zreal 2:31.369224356
17172026-03-18T10:45:00.933Zuser 9:39.692471171
17182026-03-18T10:45:00.933Zsys 2:03.536348269
17192026-03-18T10:45:00.933Ztrap 0.349751963
17202026-03-18T10:45:00.933Ztflt 1.334141259
17212026-03-18T10:45:00.933Zdflt 1.759967621
17222026-03-18T10:45:00.933Zkflt 0.021652692
17232026-03-18T10:45:00.933Zlock 32:42.436408739
17242026-03-18T10:45:00.933Zslp 24:25.550226261
17252026-03-18T10:45:00.933Zlat 31.225631240
17262026-03-18T10:45:00.933Zstop 4:28.993975036
17272026-03-18T10:45:00.933Z+ ptime -m cargo xtask download softnpu
17282026-03-18T10:45:01.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17292026-03-18T10:45:01.653Z Running `target/debug/xtask download softnpu`
17302026-03-18T10:45:02.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17312026-03-18T10:45:02.753Z Running `target/debug/xtask-downloader softnpu`
17322026-03-18T10:45:02.798ZMar 18 10:45:01.475 INFO Starting download, target: Softnpu
17332026-03-18T10:45:02.801ZMar 18 10:45:01.475 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17342026-03-18T10:45:03.519ZMar 18 10:45:02.195 INFO Download complete, target: Softnpu
17352026-03-18T10:45:03.523Z
17362026-03-18T10:45:03.526Zreal 2.584848597
17372026-03-18T10:45:03.526Zuser 1.757238105
17382026-03-18T10:45:03.526Zsys 0.794606685
17392026-03-18T10:45:03.526Ztrap 0.000470802
17402026-03-18T10:45:03.526Ztflt 0.000155195
17412026-03-18T10:45:03.526Zdflt 0.000243340
17422026-03-18T10:45:03.526Zkflt 0.000000000
17432026-03-18T10:45:03.526Zlock 12.997911926
17442026-03-18T10:45:03.526Zslp 0.551407514
17452026-03-18T10:45:03.526Zlat 0.056037697
17462026-03-18T10:45:03.526Zstop 0.000410763
17472026-03-18T10:45:03.526Z+ export CARGO_INCREMENTAL=0
17482026-03-18T10:45:03.526Z+ CARGO_INCREMENTAL=0
17492026-03-18T10:45:03.526Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17502026-03-18T10:45:04.730Z Compiling proc-macro2 v1.0.106
17512026-03-18T10:45:04.731Z Compiling quote v1.0.44
17522026-03-18T10:45:04.734Z Compiling unicode-ident v1.0.24
17532026-03-18T10:45:04.734Z Compiling libc v0.2.180
17542026-03-18T10:45:04.734Z Compiling serde_core v1.0.228
17552026-03-18T10:45:04.734Z Compiling serde v1.0.228
17562026-03-18T10:45:04.734Z Compiling cfg-if v1.0.4
17572026-03-18T10:45:04.734Z Compiling version_check v0.9.5
17582026-03-18T10:45:04.734Z Compiling find-msvc-tools v0.1.9
17592026-03-18T10:45:04.734Z Compiling shlex v1.3.0
17602026-03-18T10:45:04.734Z Compiling typenum v1.19.0
17612026-03-18T10:45:04.735Z Compiling portable-atomic v1.13.1
17622026-03-18T10:45:04.903Z Compiling memchr v2.8.0
17632026-03-18T10:45:04.906Z Compiling autocfg v1.5.0
17642026-03-18T10:45:04.906Z Compiling zmij v1.0.21
17652026-03-18T10:45:05.079Z Compiling serde_json v1.0.149
17662026-03-18T10:45:05.258Z Compiling zerocopy v0.8.40
17672026-03-18T10:45:05.359Z Compiling generic-array v0.14.7
17682026-03-18T10:45:05.507Z Compiling parking_lot_core v0.9.12
17692026-03-18T10:45:05.527Z Compiling libm v0.2.16
17702026-03-18T10:45:05.548Z Compiling smallvec v1.15.1
17712026-03-18T10:45:05.551Z Compiling icu_properties_data v2.1.2
17722026-03-18T10:45:05.574Z Compiling num-traits v0.2.19
17732026-03-18T10:45:05.600Z Compiling icu_normalizer_data v2.1.1
17742026-03-18T10:45:05.694Z Compiling itoa v1.0.17
17752026-03-18T10:45:05.715Z Compiling log v0.4.29
17762026-03-18T10:45:05.806Z Compiling getrandom v0.4.1
17772026-03-18T10:45:05.859Z Compiling pkg-config v0.3.32
17782026-03-18T10:45:05.926Z Compiling stable_deref_trait v1.2.1
17792026-03-18T10:45:06.007Z Compiling subtle v2.6.1
17802026-03-18T10:45:06.035Z Compiling scopeguard v1.2.0
17812026-03-18T10:45:06.061Z Compiling jobserver v0.1.34
17822026-03-18T10:45:06.065Z Compiling getrandom v0.2.17
17832026-03-18T10:45:06.146Z Compiling errno v0.3.14
17842026-03-18T10:45:06.196Z Compiling lock_api v0.4.14
17852026-03-18T10:45:06.269Z Compiling rand_core v0.6.4
17862026-03-18T10:45:06.384Z Compiling cc v1.2.56
17872026-03-18T10:45:06.386Z Compiling thiserror v2.0.18
17882026-03-18T10:45:06.471Z Compiling fnv v1.0.7
17892026-03-18T10:45:06.590Z Compiling syn v2.0.117
17902026-03-18T10:45:06.617Z Compiling pin-project-lite v0.2.17
17912026-03-18T10:45:06.620Z Compiling getrandom v0.3.4
17922026-03-18T10:45:06.712Z Compiling critical-section v1.2.0
17932026-03-18T10:45:06.852Z Compiling rustversion v1.0.22
17942026-03-18T10:45:06.921Z Compiling equivalent v1.0.2
17952026-03-18T10:45:06.924Z Compiling allocator-api2 v0.2.21
17962026-03-18T10:45:07.044Z Compiling percent-encoding v2.3.2
17972026-03-18T10:45:07.047Z Compiling dunce v1.0.5
17982026-03-18T10:45:07.119Z Compiling fs_extra v1.3.0
17992026-03-18T10:45:07.227Z Compiling writeable v0.6.2
18002026-03-18T10:45:07.254Z Compiling foldhash v0.2.0
18012026-03-18T10:45:07.277Z Compiling litemap v0.8.1
18022026-03-18T10:45:07.376Z Compiling once_cell v1.21.3
18032026-03-18T10:45:07.446Z Compiling cmake v0.1.57
18042026-03-18T10:45:07.472Z Compiling hashbrown v0.16.1
18052026-03-18T10:45:07.614Z Compiling const-oid v0.9.6
18062026-03-18T10:45:07.659Z Compiling signal-hook-registry v1.4.8
18072026-03-18T10:45:07.774Z Compiling rustix v1.1.3
18082026-03-18T10:45:07.779Z Compiling mio v1.1.1
18092026-03-18T10:45:07.820Z Compiling socket2 v0.6.2
18102026-03-18T10:45:07.846Z Compiling schemars v0.8.22
18112026-03-18T10:45:07.869Z Compiling rand_core v0.10.0
18122026-03-18T10:45:07.931Z Compiling aws-lc-rs v1.16.0
18132026-03-18T10:45:08.106Z Compiling parking_lot v0.12.5
18142026-03-18T10:45:08.221Z Compiling semver v1.0.27
18152026-03-18T10:45:08.224Z Compiling ring v0.17.14
18162026-03-18T10:45:08.224Z Compiling aws-lc-sys v0.37.1
18172026-03-18T10:45:08.319Z Compiling indexmap v2.13.0
18182026-03-18T10:45:08.342Z Compiling utf8_iter v1.0.4
18192026-03-18T10:45:08.345Z Compiling form_urlencoded v1.2.2
18202026-03-18T10:45:08.627Z Compiling bitflags v2.11.0
18212026-03-18T10:45:08.710Z Compiling futures-core v0.3.32
18222026-03-18T10:45:08.733Z Compiling strsim v0.11.1
18232026-03-18T10:45:08.907Z Compiling ucd-trie v0.1.7
18242026-03-18T10:45:08.935Z Compiling httparse v1.10.1
18252026-03-18T10:45:09.147Z Compiling thiserror v1.0.69
18262026-03-18T10:45:09.174Z Compiling byteorder v1.5.0
18272026-03-18T10:45:09.203Z Compiling pest v2.8.6
18282026-03-18T10:45:09.327Z Compiling heck v0.5.0
18292026-03-18T10:45:09.355Z Compiling ident_case v1.0.1
18302026-03-18T10:45:09.355Z Compiling vcpkg v0.2.15
18312026-03-18T10:45:09.507Z Compiling syn v1.0.109
18322026-03-18T10:45:09.531Z Compiling crossbeam-utils v0.8.21
18332026-03-18T10:45:09.676Z Compiling regex-syntax v0.8.10
18342026-03-18T10:45:09.855Z Compiling rustls v0.23.37
18352026-03-18T10:45:09.909Z Compiling futures-sink v0.3.32
18362026-03-18T10:45:09.912Z Compiling rustc_version v0.4.1
18372026-03-18T10:45:09.980Z Compiling futures-io v0.3.32
18382026-03-18T10:45:10.028Z Compiling futures-task v0.3.32
18392026-03-18T10:45:10.076Z Compiling futures-channel v0.3.32
18402026-03-18T10:45:10.079Z Compiling slab v0.4.12
18412026-03-18T10:45:10.144Z Compiling cpufeatures v0.2.17
18422026-03-18T10:45:10.191Z Compiling openssl-sys v0.9.111
18432026-03-18T10:45:10.277Z Compiling plain v0.2.3
18442026-03-18T10:45:10.303Z Compiling iana-time-zone v0.1.65
18452026-03-18T10:45:10.306Z Compiling uuid v1.21.0
18462026-03-18T10:45:10.380Z Compiling aho-corasick v1.1.4
18472026-03-18T10:45:10.428Z Compiling time-core v0.1.8
18482026-03-18T10:45:10.480Z Compiling num-conv v0.2.0
18492026-03-18T10:45:10.548Z Compiling synstructure v0.13.2
18502026-03-18T10:45:10.571Z Compiling serde_derive_internals v0.29.1
18512026-03-18T10:45:10.676Z Compiling time-macros v0.2.27
18522026-03-18T10:45:10.736Z Compiling pest_meta v2.8.6
18532026-03-18T10:45:11.012Z Compiling openssl v0.10.75
18542026-03-18T10:45:11.296Z Compiling pretty-hex v0.4.1
18552026-03-18T10:45:11.559Z Compiling either v1.15.0
18562026-03-18T10:45:11.580Z Compiling anyhow v1.0.102
18572026-03-18T10:45:11.619Z Compiling pest_generator v2.8.6
18582026-03-18T10:45:11.683Z Compiling crc32fast v1.5.0
18592026-03-18T10:45:11.728Z Compiling base64ct v1.8.3
18602026-03-18T10:45:11.790Z Compiling regex-automata v0.4.14
18612026-03-18T10:45:11.818Z Compiling darling_core v0.21.3
18622026-03-18T10:45:11.844Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18632026-03-18T10:45:11.985Z Compiling flagset v0.4.7
18642026-03-18T10:45:12.039Z Compiling native-tls v0.2.18
18652026-03-18T10:45:12.064Z Compiling rand_core v0.9.5
18662026-03-18T10:45:12.105Z Compiling pem-rfc7468 v0.7.0
18672026-03-18T10:45:12.175Z Compiling slog v2.8.2
18682026-03-18T10:45:12.372Z Compiling tracing-core v0.1.36
18692026-03-18T10:45:12.422Z Compiling rayon-core v1.13.0
18702026-03-18T10:45:12.453Z Compiling untrusted v0.9.0
18712026-03-18T10:45:12.480Z Compiling dyn-clone v1.0.20
18722026-03-18T10:45:12.580Z Compiling serde_derive v1.0.228
18732026-03-18T10:45:12.643Z Compiling zeroize_derive v1.4.3
18742026-03-18T10:45:12.679Z Compiling zerofrom-derive v0.1.6
18752026-03-18T10:45:12.702Z Compiling yoke-derive v0.8.1
18762026-03-18T10:45:12.706Z Compiling zerovec-derive v0.11.2
18772026-03-18T10:45:12.706Z Compiling displaydoc v0.2.5
18782026-03-18T10:45:12.775Z Compiling zerocopy-derive v0.8.40
18792026-03-18T10:45:12.810Z Compiling tokio-macros v2.6.0
18802026-03-18T10:45:13.058Z Compiling futures-macro v0.3.32
18812026-03-18T10:45:13.439Z Compiling zeroize v1.8.2
18822026-03-18T10:45:13.711Z Compiling thiserror-impl v2.0.18
18832026-03-18T10:45:13.767Z Compiling tracing-attributes v0.1.31
18842026-03-18T10:45:14.005Z Compiling der_derive v0.7.3
18852026-03-18T10:45:14.097Z Compiling schemars_derive v0.8.22
18862026-03-18T10:45:14.130Z Compiling thiserror-impl v1.0.69
18872026-03-18T10:45:14.227Z Compiling zerofrom v0.1.6
18882026-03-18T10:45:14.414Z Compiling yoke v0.8.1
18892026-03-18T10:45:14.517Z Compiling crypto-common v0.1.7
18902026-03-18T10:45:14.653Z Compiling zerovec v0.11.5
18912026-03-18T10:45:14.688Z Compiling zerotrie v0.2.3
18922026-03-18T10:45:15.133Z Compiling block-buffer v0.10.4
18932026-03-18T10:45:15.254Z Compiling pest_derive v2.8.6
18942026-03-18T10:45:15.290Z Compiling futures-util v0.3.32
18952026-03-18T10:45:15.350Z Compiling digest v0.10.7
18962026-03-18T10:45:15.460Z Compiling tinystr v0.8.2
18972026-03-18T10:45:15.484Z Compiling potential_utf v0.1.4
18982026-03-18T10:45:15.631Z Compiling hmac v0.12.1
18992026-03-18T10:45:15.655Z Compiling icu_collections v2.1.1
19002026-03-18T10:45:15.740Z Compiling icu_locale_core v2.1.1
19012026-03-18T10:45:15.801Z Compiling block-padding v0.3.3
19022026-03-18T10:45:15.825Z Compiling sha2 v0.10.9
19032026-03-18T10:45:15.951Z Compiling rustls-pki-types v1.14.0
19042026-03-18T10:45:15.975Z Compiling scroll_derive v0.13.1
19052026-03-18T10:45:16.642Z Compiling inout v0.1.4
19062026-03-18T10:45:16.701Z Compiling scroll_derive v0.12.1
19072026-03-18T10:45:16.855Z Compiling icu_provider v2.1.1
19082026-03-18T10:45:16.964Z Compiling bytes v1.11.1
19092026-03-18T10:45:17.035Z Compiling chrono v0.4.44
19102026-03-18T10:45:17.058Z Compiling serde_tokenstream v0.2.3
19112026-03-18T10:45:17.079Z Compiling cipher v0.4.4
19122026-03-18T10:45:17.405Z Compiling icu_normalizer v2.1.1
19132026-03-18T10:45:17.405Z Compiling icu_properties v2.1.2
19142026-03-18T10:45:17.505Z Compiling openssl-macros v0.1.1
19152026-03-18T10:45:17.775Z Compiling tokio v1.49.0
19162026-03-18T10:45:18.183Z Compiling http v1.4.0
19172026-03-18T10:45:18.674Z Compiling idna_adapter v1.2.1
19182026-03-18T10:45:18.870Z Compiling idna v1.1.0
19192026-03-18T10:45:18.948Z Compiling ppv-lite86 v0.2.21
19202026-03-18T10:45:18.972Z Compiling der v0.7.10
19212026-03-18T10:45:19.024Z Compiling darling_macro v0.21.3
19222026-03-18T10:45:19.078Z Compiling regex v1.12.3
19232026-03-18T10:45:19.381Z Compiling url v2.5.8
19242026-03-18T10:45:19.474Z Compiling zerocopy-derive v0.7.35
19252026-03-18T10:45:19.637Z Compiling darling v0.21.3
19262026-03-18T10:45:19.663Z Compiling salsa20 v0.10.2
19272026-03-18T10:45:19.760Z Compiling pbkdf2 v0.12.2
19282026-03-18T10:45:19.931Z Compiling tracing v0.1.44
19292026-03-18T10:45:20.174Z Compiling spki v0.7.3
19302026-03-18T10:45:20.485Z Compiling cookie v0.18.1
19312026-03-18T10:45:20.559Z Compiling camino v1.2.2
19322026-03-18T10:45:20.562Z Compiling base64 v0.22.1
19332026-03-18T10:45:20.775Z Compiling scrypt v0.11.0
19342026-03-18T10:45:20.831Z Compiling rand_chacha v0.9.0
19352026-03-18T10:45:20.981Z Compiling cbc v0.1.2
19362026-03-18T10:45:21.020Z Compiling aes v0.8.4
19372026-03-18T10:45:21.616Z Compiling usdt-impl v0.5.0
19382026-03-18T10:45:21.700Z Compiling usdt-impl v0.6.0
19392026-03-18T10:45:21.723Z Compiling paste v1.0.15
19402026-03-18T10:45:21.875Z Compiling ref-cast v1.0.25
19412026-03-18T10:45:21.917Z Compiling winnow v0.7.14
19422026-03-18T10:45:22.252Z Compiling pkcs5 v0.7.1
19432026-03-18T10:45:22.276Z Compiling rand v0.9.2
19442026-03-18T10:45:22.522Z Compiling http-body v1.0.1
19452026-03-18T10:45:22.573Z Compiling scroll v0.12.0
19462026-03-18T10:45:22.735Z Compiling scroll v0.13.0
19472026-03-18T10:45:22.775Z Compiling serde_spanned v0.6.9
19482026-03-18T10:45:22.800Z Compiling toml_datetime v0.6.11
19492026-03-18T10:45:22.952Z Compiling tokio-util v0.7.18
19502026-03-18T10:45:22.982Z Compiling heapless v0.7.17
19512026-03-18T10:45:23.117Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-03-18T10:45:23.142Z Compiling atomic-waker v1.1.2
19532026-03-18T10:45:23.191Z Compiling signal-hook v0.3.18
19542026-03-18T10:45:23.265Z Compiling zstd-safe v7.2.4
19552026-03-18T10:45:23.346Z Compiling openssl-probe v0.2.1
19562026-03-18T10:45:23.349Z Compiling untrusted v0.7.1
19572026-03-18T10:45:23.588Z Compiling goblin v0.10.5
19582026-03-18T10:45:23.797Z Compiling toml_parser v1.0.9+spec-1.1.0
19592026-03-18T10:45:23.865Z Compiling goblin v0.8.2
19602026-03-18T10:45:23.947Z Compiling pkcs8 v0.10.2
19612026-03-18T10:45:24.278Z Compiling zerocopy v0.7.35
19622026-03-18T10:45:24.357Z Compiling ref-cast-impl v1.0.25
19632026-03-18T10:45:24.532Z Compiling darling_core v0.20.11
19642026-03-18T10:45:24.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
19652026-03-18T10:45:24.683Z Compiling memoffset v0.9.1
19662026-03-18T10:45:24.793Z Compiling litrs v1.0.0
19672026-03-18T10:45:24.966Z Compiling winnow v0.5.40
19682026-03-18T10:45:24.989Z Compiling rustix v0.38.44
19692026-03-18T10:45:25.087Z Compiling tinyvec_macros v0.1.1
19702026-03-18T10:45:25.399Z Compiling try-lock v0.2.5
19712026-03-18T10:45:25.429Z Compiling fastrand v2.3.0
19722026-03-18T10:45:25.478Z Compiling tower-service v0.3.3
19732026-03-18T10:45:25.645Z Compiling tower-layer v0.3.3
19742026-03-18T10:45:25.903Z Compiling h2 v0.4.13
19752026-03-18T10:45:25.977Z Compiling want v0.3.1
19762026-03-18T10:45:26.004Z Compiling document-features v0.2.12
19772026-03-18T10:45:26.209Z Compiling tinyvec v1.10.0
19782026-03-18T10:45:26.785Z Compiling toml_edit v0.19.15
19792026-03-18T10:45:26.914Z Compiling dtrace-parser v0.2.0
19802026-03-18T10:45:26.946Z Compiling dtrace-parser v0.3.0
19812026-03-18T10:45:27.444Z Compiling dof v0.4.0
19822026-03-18T10:45:27.458Z Compiling darling_macro v0.20.11
19832026-03-18T10:45:27.575Z Compiling dof v0.3.0
19842026-03-18T10:45:27.617Z Compiling ipnet v2.11.0
19852026-03-18T10:45:27.808Z Compiling daft-derive v0.1.5
19862026-03-18T10:45:28.051Z Compiling async-trait v0.1.89
19872026-03-18T10:45:28.267Z Compiling curve25519-dalek v4.1.3
19882026-03-18T10:45:28.355Z Compiling spin v0.9.8
19892026-03-18T10:45:28.431Z Compiling thread-id v4.2.2
19902026-03-18T10:45:28.557Z Compiling thread-id v5.1.0
19912026-03-18T10:45:28.605Z Compiling proc-macro-error-attr v1.0.4
19922026-03-18T10:45:28.687Z Compiling httpdate v1.0.3
19932026-03-18T10:45:28.722Z Compiling num-bigint-dig v0.8.6
19942026-03-18T10:45:28.832Z Compiling smoltcp v0.9.1
19952026-03-18T10:45:28.905Z Compiling pin-utils v0.1.0
19962026-03-18T10:45:28.965Z Compiling powerfmt v0.2.0
19972026-03-18T10:45:29.020Z Compiling foreign-types-shared v0.1.1
19982026-03-18T10:45:29.202Z Compiling cfg_aliases v0.2.1
19992026-03-18T10:45:29.227Z Compiling deranged v0.5.8
20002026-03-18T10:45:29.259Z Compiling foreign-types v0.3.2
20012026-03-18T10:45:29.283Z Compiling tempfile v3.25.0
20022026-03-18T10:45:29.354Z Compiling nix v0.31.1
20032026-03-18T10:45:29.405Z Compiling darling v0.20.11
20042026-03-18T10:45:29.963Z Compiling ipnetwork v0.21.1
20052026-03-18T10:45:30.063Z Compiling hyper v1.8.1
20062026-03-18T10:45:30.085Z Compiling strum_macros v0.26.4
20072026-03-18T10:45:30.244Z Compiling wait-timeout v0.2.1
20082026-03-18T10:45:30.310Z Compiling proc-macro-error v1.0.4
20092026-03-18T10:45:30.577Z Compiling unicode-segmentation v1.12.0
20102026-03-18T10:45:30.595Z Compiling bit-vec v0.8.0
20112026-03-18T10:45:30.681Z Compiling num_threads v0.1.7
20122026-03-18T10:45:30.745Z Compiling anstyle v1.0.13
20132026-03-18T10:45:30.767Z Compiling quick-error v1.2.3
20142026-03-18T10:45:30.814Z Compiling simd-adler32 v0.3.8
20152026-03-18T10:45:30.851Z Compiling siphasher v1.0.2
20162026-03-18T10:45:31.147Z Compiling utf8parse v0.2.2
20172026-03-18T10:45:31.190Z Compiling rusty-fork v0.3.1
20182026-03-18T10:45:31.400Z Compiling time v0.3.47
20192026-03-18T10:45:31.640Z Compiling hyper-util v0.1.20
20202026-03-18T10:45:31.875Z Compiling anstyle-parse v0.2.7
20212026-03-18T10:45:31.996Z Compiling bit-set v0.8.0
20222026-03-18T10:45:32.317Z Compiling crossbeam-epoch v0.9.18
20232026-03-18T10:45:32.482Z Compiling derive_builder_core v0.20.2
20242026-03-18T10:45:32.770Z Compiling unicode-normalization v0.1.25
20252026-03-18T10:45:33.404Z Compiling rustls-native-certs v0.8.3
20262026-03-18T10:45:33.772Z Compiling signature v2.2.0
20272026-03-18T10:45:33.817Z Compiling hubpack_derive v0.1.1
20282026-03-18T10:45:33.849Z Compiling strum_macros v0.27.2
20292026-03-18T10:45:33.875Z Compiling curve25519-dalek-derive v0.1.1
20302026-03-18T10:45:33.940Z Compiling rand_xorshift v0.4.0
20312026-03-18T10:45:33.943Z Compiling sync_wrapper v1.0.2
20322026-03-18T10:45:33.987Z Compiling fs-err v3.3.0
20332026-03-18T10:45:34.011Z Compiling ahash v0.8.12
20342026-03-18T10:45:34.150Z Compiling anstyle-query v1.1.5
20352026-03-18T10:45:34.203Z Compiling unicode-bidi v0.3.18
20362026-03-18T10:45:34.262Z Compiling unicode-properties v0.1.4
20372026-03-18T10:45:34.305Z Compiling colorchoice v1.0.4
20382026-03-18T10:45:34.476Z Compiling is_terminal_polyfill v1.70.2
20392026-03-18T10:45:34.559Z Compiling adler2 v2.0.1
20402026-03-18T10:45:34.582Z Compiling unarray v0.1.4
20412026-03-18T10:45:34.621Z Compiling object v0.37.3
20422026-03-18T10:45:34.740Z Compiling proptest v1.10.0
20432026-03-18T10:45:34.743Z Compiling miniz_oxide v0.8.9
20442026-03-18T10:45:34.743Z Compiling stringprep v0.1.5
20452026-03-18T10:45:34.877Z Compiling anstream v0.6.21
20462026-03-18T10:45:35.331Z Compiling tower v0.5.3
20472026-03-18T10:45:35.509Z Compiling derive_builder_macro v0.20.2
20482026-03-18T10:45:36.003Z Compiling crossbeam-deque v0.8.6
20492026-03-18T10:45:36.079Z Compiling heck v0.4.1
20502026-03-18T10:45:36.102Z Compiling usdt-macro v0.6.0
20512026-03-18T10:45:36.125Z Compiling usdt-attr-macro v0.6.0
20522026-03-18T10:45:36.423Z Compiling http-body-util v0.1.3
20532026-03-18T10:45:36.503Z Compiling webpki-roots v1.0.6
20542026-03-18T10:45:36.715Z Compiling rand_chacha v0.3.1
20552026-03-18T10:45:36.744Z Compiling erased-serde v0.3.31
20562026-03-18T10:45:36.811Z Compiling md-5 v0.10.6
20572026-03-18T10:45:37.046Z Compiling num-integer v0.1.46
20582026-03-18T10:45:37.070Z Compiling hash32 v0.2.1
20592026-03-18T10:45:37.131Z Compiling vergen-lib v0.1.6
20602026-03-18T10:45:37.150Z Compiling ff v0.13.1
20612026-03-18T10:45:37.206Z Compiling base16ct v0.2.0
20622026-03-18T10:45:37.235Z Compiling iri-string v0.7.10
20632026-03-18T10:45:37.259Z Compiling zlib-rs v0.6.2
20642026-03-18T10:45:37.262Z Compiling fallible-iterator v0.2.0
20652026-03-18T10:45:37.311Z Compiling ryu v1.0.23
20662026-03-18T10:45:37.332Z Compiling psl-types v2.0.11
20672026-03-18T10:45:37.440Z Compiling sec1 v0.7.3
20682026-03-18T10:45:37.488Z Compiling serde_urlencoded v0.7.1
20692026-03-18T10:45:37.566Z Compiling newtype-uuid v1.3.2
20702026-03-18T10:45:37.571Z Compiling publicsuffix v2.3.0
20712026-03-18T10:45:37.627Z Compiling num-iter v0.1.45
20722026-03-18T10:45:37.650Z Compiling group v0.13.0
20732026-03-18T10:45:37.703Z Compiling postgres-protocol v0.6.10
20742026-03-18T10:45:37.898Z Compiling rand v0.8.5
20752026-03-18T10:45:38.161Z Compiling oxnet v0.1.4
20762026-03-18T10:45:38.382Z Compiling zone_cfg_derive v0.3.1
20772026-03-18T10:45:38.424Z Compiling derive_builder v0.20.2
20782026-03-18T10:45:38.540Z Compiling tokio-native-tls v0.3.1
20792026-03-18T10:45:38.637Z Compiling phf_shared v0.13.1
20802026-03-18T10:45:38.735Z Compiling lazy_static v1.5.0
20812026-03-18T10:45:38.810Z Compiling terminal_size v0.4.3
20822026-03-18T10:45:38.877Z Compiling tower-http v0.6.8
20832026-03-18T10:45:38.929Z Compiling serde_with_macros v3.17.0
20842026-03-18T10:45:38.956Z Compiling cargo-platform v0.1.9
20852026-03-18T10:45:39.026Z Compiling hkdf v0.12.4
20862026-03-18T10:45:39.079Z Compiling crypto-bigint v0.5.5
20872026-03-18T10:45:39.174Z Compiling serde_repr v0.1.20
20882026-03-18T10:45:39.204Z Compiling enum-as-inner v0.6.1
20892026-03-18T10:45:39.233Z Compiling clap_derive v4.5.55
20902026-03-18T10:45:39.248Z Compiling vergen v9.0.6
20912026-03-18T10:45:39.313Z Compiling bitflags v1.3.2
20922026-03-18T10:45:39.424Z Compiling unicode-width v0.2.0
20932026-03-18T10:45:39.539Z Compiling libbz2-rs-sys v0.2.2
20942026-03-18T10:45:39.554Z Compiling managed v0.8.0
20952026-03-18T10:45:39.842Z Compiling foldhash v0.1.5
20962026-03-18T10:45:39.918Z Compiling clap_lex v1.0.0
20972026-03-18T10:45:39.926Z Compiling bumpalo v3.20.2
20982026-03-18T10:45:40.050Z Compiling hashbrown v0.15.5
20992026-03-18T10:45:40.229Z Compiling flate2 v1.1.9
21002026-03-18T10:45:40.249Z Compiling zopfli v0.8.3
21012026-03-18T10:45:40.297Z Compiling clap_builder v4.5.60
21022026-03-18T10:45:40.332Z Compiling bzip2 v0.6.1
21032026-03-18T10:45:40.477Z Compiling elliptic-curve v0.13.8
21042026-03-18T10:45:40.614Z Compiling console v0.16.2
21052026-03-18T10:45:40.696Z Compiling cargo_metadata v0.19.2
21062026-03-18T10:45:40.848Z Compiling phf v0.13.1
21072026-03-18T10:45:41.021Z Compiling hyper-tls v0.6.0
21082026-03-18T10:45:41.098Z Compiling signal-hook-mio v0.2.5
21092026-03-18T10:45:41.128Z Compiling daft v0.1.5
21102026-03-18T10:45:41.269Z Compiling rayon v1.11.0
21112026-03-18T10:45:41.332Z Compiling cookie_store v0.22.1
21122026-03-18T10:45:41.354Z Compiling zstd v0.13.3
21132026-03-18T10:45:41.457Z Compiling postgres-types v0.2.12
21142026-03-18T10:45:41.522Z Compiling bzip2 v0.4.4
21152026-03-18T10:45:41.712Z Compiling strum v0.27.2
21162026-03-18T10:45:41.869Z Compiling hubpack v0.1.2
21172026-03-18T10:45:42.115Z Compiling ed25519 v2.2.3
21182026-03-18T10:45:42.141Z Compiling phf_shared v0.11.3
21192026-03-18T10:45:42.374Z Compiling pkcs1 v0.7.5
21202026-03-18T10:45:42.422Z Compiling hex v0.4.3
21212026-03-18T10:45:42.498Z Compiling serde-big-array v0.5.1
21222026-03-18T10:45:42.619Z Compiling rfc6979 v0.4.0
21232026-03-18T10:45:42.711Z Compiling bstr v1.12.1
21242026-03-18T10:45:42.853Z Compiling itertools v0.12.1
21252026-03-18T10:45:42.876Z Compiling float-cmp v0.10.0
21262026-03-18T10:45:42.879Z Compiling memmap2 v0.9.10
21272026-03-18T10:45:42.879Z Compiling env_filter v1.0.0
21282026-03-18T10:45:42.950Z Compiling encoding_rs v0.8.35
21292026-03-18T10:45:42.950Z Compiling static_assertions v1.1.0
21302026-03-18T10:45:43.084Z Compiling new_debug_unreachable v1.0.6
21312026-03-18T10:45:43.190Z Compiling predicates-core v1.0.10
21322026-03-18T10:45:43.212Z Compiling data-encoding v2.10.0
21332026-03-18T10:45:43.215Z Compiling normalize-line-endings v0.3.0
21342026-03-18T10:45:43.278Z Compiling mime v0.3.17
21352026-03-18T10:45:43.302Z Compiling toml_write v0.1.2
21362026-03-18T10:45:43.379Z Compiling whoami v2.1.0
21372026-03-18T10:45:43.428Z Compiling fixedbitset v0.4.2
21382026-03-18T10:45:43.503Z Compiling keccak v0.1.6
21392026-03-18T10:45:43.607Z Compiling fixedbitset v0.5.7
21402026-03-18T10:45:43.674Z Compiling precomputed-hash v0.1.1
21412026-03-18T10:45:43.701Z Compiling jiff v0.2.21
21422026-03-18T10:45:43.781Z Compiling rustc-hash v2.1.1
21432026-03-18T10:45:43.840Z Compiling difflib v0.4.0
21442026-03-18T10:45:43.896Z Compiling unit-prefix v0.5.2
21452026-03-18T10:45:43.963Z Compiling iddqd v0.3.17
21462026-03-18T10:45:43.986Z Compiling petgraph v0.8.3
21472026-03-18T10:45:44.008Z Compiling string_cache v0.8.9
21482026-03-18T10:45:44.105Z Compiling indicatif v0.18.4
21492026-03-18T10:45:44.128Z Compiling sha3 v0.10.8
21502026-03-18T10:45:44.152Z Compiling predicates v3.1.4
21512026-03-18T10:45:44.473Z Compiling zone v0.3.1
21522026-03-18T10:45:44.519Z Compiling tokio-postgres v0.7.16
21532026-03-18T10:45:44.544Z Compiling petgraph v0.6.5
21542026-03-18T10:45:44.772Z Compiling hickory-proto v0.25.2
21552026-03-18T10:45:44.965Z Compiling toml_edit v0.22.27
21562026-03-18T10:45:45.149Z Compiling similar v2.7.0
21572026-03-18T10:45:45.315Z Compiling env_logger v0.11.9
21582026-03-18T10:45:45.483Z Compiling usdt v0.6.0
21592026-03-18T10:45:45.858Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21602026-03-18T10:45:46.528Z Compiling ecdsa v0.16.9
21612026-03-18T10:45:46.639Z Compiling serde_with v3.17.0
21622026-03-18T10:45:46.684Z Compiling rsa v0.9.10
21632026-03-18T10:45:47.366Z Compiling clap v4.5.60
21642026-03-18T10:45:47.389Z Compiling zip v4.6.1
21652026-03-18T10:45:47.554Z Compiling ed25519-dalek v2.2.0
21662026-03-18T10:45:48.393Z Compiling crossterm v0.28.1
21672026-03-18T10:45:49.005Z Compiling zip v0.6.6
21682026-03-18T10:45:49.044Z Compiling strum v0.26.3
21692026-03-18T10:45:49.047Z Compiling toml v0.7.8
21702026-03-18T10:45:49.095Z Compiling tokio-stream v0.1.18
21712026-03-18T10:45:49.239Z Compiling buf-list v1.1.2
21722026-03-18T10:45:49.628Z Compiling x509-cert v0.2.5
21732026-03-18T10:45:49.652Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21742026-03-18T10:45:49.750Z Compiling openapiv3 v2.2.0
21752026-03-18T10:45:49.881Z Compiling sha1 v0.10.6
21762026-03-18T10:45:50.059Z Compiling itertools v0.13.0
21772026-03-18T10:45:50.140Z Compiling peg-runtime v0.8.5
21782026-03-18T10:45:50.731Z Compiling lalrpop-util v0.19.12
21792026-03-18T10:46:05.978Z Compiling macaddr v1.0.1
21802026-03-18T10:46:06.069Z Compiling structmeta-derive v0.3.0
21812026-03-18T10:46:06.138Z Compiling itertools v0.14.0
21822026-03-18T10:46:07.501Z Compiling heapless v0.8.0
21832026-03-18T10:46:07.845Z Compiling ingot-macros v0.1.1
21842026-03-18T10:46:08.807Z Compiling structmeta v0.3.0
21852026-03-18T10:46:13.605Z Compiling toml_edit v0.23.10+spec-1.0.0
21862026-03-18T10:46:13.974Z Compiling rustls-webpki v0.103.9
21872026-03-18T10:46:14.569Z Compiling hash32 v0.3.1
21882026-03-18T10:46:14.593Z Compiling smoltcp v0.11.0
21892026-03-18T10:46:14.922Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902026-03-18T10:46:15.065Z Compiling proc-macro-crate v3.4.0
21912026-03-18T10:46:15.089Z Compiling ingot-types v0.1.2
21922026-03-18T10:46:15.251Z Compiling cobs v0.3.0
21932026-03-18T10:46:15.278Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
21942026-03-18T10:46:15.501Z Compiling rustls v0.22.4
21952026-03-18T10:46:15.597Z Compiling postcard v1.1.3
21962026-03-18T10:46:15.621Z Compiling proc-macro-crate v1.3.1
21972026-03-18T10:46:15.648Z Compiling ingot v0.1.1
21982026-03-18T10:46:15.677Z Compiling num_enum_derive v0.7.5
21992026-03-18T10:46:15.723Z Compiling rustls-webpki v0.102.8
22002026-03-18T10:46:15.796Z Compiling futures-executor v0.3.32
22012026-03-18T10:46:16.067Z Compiling foreign-types-macros v0.2.3
22022026-03-18T10:46:16.129Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22032026-03-18T10:46:16.151Z Compiling multer v3.1.0
22042026-03-18T10:46:16.230Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22052026-03-18T10:46:16.426Z Compiling thread_local v1.1.9
22062026-03-18T10:46:16.449Z Compiling match_cfg v0.1.0
22072026-03-18T10:46:16.533Z Compiling foreign-types-shared v0.3.1
22082026-03-18T10:46:16.560Z Compiling slog-async v2.8.0
22092026-03-18T10:46:16.656Z Compiling cpufeatures v0.3.0
22102026-03-18T10:46:16.680Z Compiling typeid v1.0.3
22112026-03-18T10:46:16.778Z Compiling chacha20 v0.10.0
22122026-03-18T10:46:16.802Z Compiling hostname v0.3.1
22132026-03-18T10:46:16.867Z Compiling foreign-types v0.5.0
22142026-03-18T10:46:16.998Z Compiling num_enum v0.7.5
22152026-03-18T10:46:16.998Z Compiling num_enum_derive v0.5.11
22162026-03-18T10:46:17.043Z Compiling futures v0.3.32
22172026-03-18T10:46:17.194Z Compiling derive-ex v0.1.8
22182026-03-18T10:46:17.194Z Compiling tabwriter v1.4.1
22192026-03-18T10:46:17.247Z Compiling slog-json v2.6.1
22202026-03-18T10:46:17.254Z Compiling crossbeam-channel v0.5.15
22212026-03-18T10:46:17.342Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22222026-03-18T10:46:17.595Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22232026-03-18T10:46:17.703Z Compiling async-stream-impl v0.3.6
22242026-03-18T10:46:17.905Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-03-18T10:46:18.090Z Compiling serde_spanned v1.0.4
22262026-03-18T10:46:18.167Z Compiling is-terminal v0.4.17
22272026-03-18T10:46:18.171Z Compiling cstr-argument v0.1.2
22282026-03-18T10:46:18.255Z Compiling dropshot v0.16.7
22292026-03-18T10:46:18.316Z Compiling take_mut v0.2.2
22302026-03-18T10:46:18.338Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22312026-03-18T10:46:18.422Z Compiling term v1.2.1
22322026-03-18T10:46:18.446Z Compiling toml_writer v1.0.6+spec-1.1.0
22332026-03-18T10:46:18.474Z Compiling erased-serde v0.4.9
22342026-03-18T10:46:18.496Z Compiling crucible-workspace-hack v0.1.0
22352026-03-18T10:46:18.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22362026-03-18T10:46:18.836Z Compiling slog-term v2.9.2
22372026-03-18T10:46:18.840Z Compiling toml v0.9.12+spec-1.1.0
22382026-03-18T10:46:18.922Z Compiling async-stream v0.3.6
22392026-03-18T10:46:18.993Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-03-18T10:46:19.212Z Compiling tokio-rustls v0.26.4
22412026-03-18T10:46:19.239Z Compiling rustls-platform-verifier v0.6.2
22422026-03-18T10:46:19.339Z Compiling test-strategy v0.4.5
22432026-03-18T10:46:19.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22442026-03-18T10:46:19.534Z Compiling hyper-rustls v0.27.7
22452026-03-18T10:46:19.588Z Compiling num_enum v0.5.11
22462026-03-18T10:46:19.805Z Compiling tokio-rustls v0.25.0
22472026-03-18T10:46:19.930Z Compiling reqwest v0.13.2
22482026-03-18T10:46:19.952Z Compiling reqwest v0.12.28
22492026-03-18T10:46:20.153Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22502026-03-18T10:46:20.339Z Compiling slog-bunyan v2.5.0
22512026-03-18T10:46:20.544Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-03-18T10:46:20.597Z Compiling rand v0.10.0
22532026-03-18T10:46:20.645Z Compiling parse-display-derive v0.10.0
22542026-03-18T10:46:20.714Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22552026-03-18T10:46:20.859Z Compiling backon v1.6.0
22562026-03-18T10:46:21.031Z Compiling waitgroup v0.1.2
22572026-03-18T10:46:21.054Z Compiling dropshot_endpoint v0.16.7
22582026-03-18T10:46:21.173Z Compiling newtype-uuid-macros v0.1.0
22592026-03-18T10:46:21.240Z Compiling rustls-pemfile v2.2.0
22602026-03-18T10:46:21.263Z Compiling serde_path_to_error v0.1.20
22612026-03-18T10:46:21.301Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22622026-03-18T10:46:21.626Z Compiling hostname v0.4.2
22632026-03-18T10:46:21.652Z Compiling instant v0.1.13
22642026-03-18T10:46:21.676Z Compiling colored v3.1.1
22652026-03-18T10:46:21.699Z Compiling libefi-sys v0.1.0
22662026-03-18T10:46:21.831Z Compiling debug-ignore v1.0.5
22672026-03-18T10:46:21.866Z Compiling backoff v0.4.0
22682026-03-18T10:46:21.995Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22692026-03-18T10:46:22.150Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T10:46:22.179Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-03-18T10:46:22.198Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22722026-03-18T10:46:22.523Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22732026-03-18T10:46:22.574Z Compiling camino-tempfile v1.4.1
22742026-03-18T10:46:22.697Z Compiling parse-display v0.10.0
22752026-03-18T10:46:22.879Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22762026-03-18T10:46:22.905Z Compiling usdt-macro v0.5.0
22772026-03-18T10:46:23.107Z Compiling usdt-attr-macro v0.5.0
22782026-03-18T10:46:23.589Z Compiling secrecy v0.10.3
22792026-03-18T10:46:23.809Z Compiling bitfield-struct v0.6.2
22802026-03-18T10:46:23.831Z Compiling num-derive v0.4.2
22812026-03-18T10:46:23.835Z Compiling regress v0.10.5
22822026-03-18T10:46:23.898Z Compiling ordered-float v2.10.1
22832026-03-18T10:46:24.081Z Compiling blake3 v1.8.3
22842026-03-18T10:46:24.276Z Compiling memmap v0.7.0
22852026-03-18T10:46:24.317Z Compiling sigpipe v0.1.3
22862026-03-18T10:46:24.454Z Compiling glob v0.3.3
22872026-03-18T10:46:24.559Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22882026-03-18T10:46:24.606Z Compiling usdt v0.5.0
22892026-03-18T10:46:24.636Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22902026-03-18T10:46:24.740Z Compiling serde-value v0.7.0
22912026-03-18T10:46:24.817Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22922026-03-18T10:46:24.875Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22932026-03-18T10:46:24.899Z Compiling serde-untagged v0.1.9
22942026-03-18T10:46:24.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22952026-03-18T10:46:25.014Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22962026-03-18T10:46:25.285Z Compiling toml v0.8.23
22972026-03-18T10:46:25.390Z Compiling smf v0.2.3
22982026-03-18T10:46:25.432Z Compiling filetime v0.2.27
22992026-03-18T10:46:25.457Z Compiling arrayvec v0.7.6
23002026-03-18T10:46:25.481Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-03-18T10:46:25.632Z Compiling arrayref v0.3.9
23022026-03-18T10:46:25.655Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23032026-03-18T10:46:25.716Z Compiling unicode-xid v0.2.6
23042026-03-18T10:46:25.748Z Compiling xattr v1.6.1
23052026-03-18T10:46:25.776Z Compiling constant_time_eq v0.4.2
23062026-03-18T10:46:25.803Z Compiling same-file v1.0.6
23072026-03-18T10:46:25.806Z Compiling whoami v1.6.1
23082026-03-18T10:46:25.927Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23092026-03-18T10:46:26.011Z Compiling walkdir v2.5.0
23102026-03-18T10:46:26.046Z Compiling cargo-util-schemas v0.8.2
23112026-03-18T10:46:26.066Z Compiling tar v0.4.44
23122026-03-18T10:46:26.069Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23132026-03-18T10:46:26.418Z Compiling tokio-dtrace v0.1.1
23142026-03-18T10:46:26.453Z Compiling gethostname v0.5.0
23152026-03-18T10:46:26.639Z Compiling cargo-platform v0.2.0
23162026-03-18T10:46:26.795Z Compiling topological-sort v0.2.2
23172026-03-18T10:46:26.817Z Compiling oxide-tokio-rt v0.1.3
23182026-03-18T10:46:26.864Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23192026-03-18T10:46:26.921Z Compiling indent_write v2.2.0
23202026-03-18T10:46:26.956Z Compiling shell-words v1.1.1
23212026-03-18T10:46:27.804Z Compiling cargo_metadata v0.21.0
23222026-03-18T10:46:39.044Z Compiling progenitor-client v0.13.0
23232026-03-18T10:46:39.063Z Compiling progenitor-client v0.10.0
23242026-03-18T10:46:39.066Z Compiling omicron-zone-package v0.12.2
23252026-03-18T10:46:39.169Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23262026-03-18T10:46:39.169Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23272026-03-18T10:46:39.172Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23282026-03-18T10:46:39.172Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23292026-03-18T10:46:39.406Z Compiling progenitor-extras v0.1.1
23302026-03-18T10:46:39.697Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23312026-03-18T10:46:49.263Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23322026-03-18T10:46:50.537Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23332026-03-18T10:46:58.796Z Finished `release` profile [optimized] target(s) in 1m 55s
23342026-03-18T10:46:58.984Z Running `target/release/omicron-package -t test target create -p dev`
23352026-03-18T10:46:59.055ZLogging to: /work/oxidecomputer/omicron/out/LOG
23362026-03-18T10:46:59.059ZCreated new build target 'test' and set it as active
23372026-03-18T10:46:59.063Z
23382026-03-18T10:46:59.063Zreal 1:55.523851729
23392026-03-18T10:46:59.063Zuser 20:26.908076942
23402026-03-18T10:46:59.063Zsys 3:08.319601021
23412026-03-18T10:46:59.063Ztrap 0.531685493
23422026-03-18T10:46:59.063Ztflt 3.175745561
23432026-03-18T10:46:59.063Zdflt 3.724816589
23442026-03-18T10:46:59.063Zkflt 0.000689782
23452026-03-18T10:46:59.063Zlock 1:04:38.313471780
23462026-03-18T10:46:59.063Zslp 52:30.010220348
23472026-03-18T10:46:59.063Zlat 49.005341707
23482026-03-18T10:46:59.063Zstop 7:47.352672066
23492026-03-18T10:46:59.063Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23502026-03-18T10:47:00.279Z Finished `release` profile [optimized] target(s) in 1.20s
23512026-03-18T10:47:00.347Z Running `target/release/omicron-package -t test package`
23522026-03-18T10:47:00.421ZLogging to: /work/oxidecomputer/omicron/out/LOG
23532026-03-18T10:47:02.327Z Compiling regress v0.10.5
23542026-03-18T10:47:02.327Z Compiling heck v0.5.0
23552026-03-18T10:47:02.330Z Compiling unsafe-libyaml v0.2.11
23562026-03-18T10:47:02.618Z Compiling convert_case v0.4.0
23572026-03-18T10:47:02.654Z Compiling half v2.7.1
23582026-03-18T10:47:02.658Z Compiling ciborium-io v0.2.2
23592026-03-18T10:47:02.712Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-03-18T10:47:02.715Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23612026-03-18T10:47:02.770Z Compiling prettyplease v0.2.37
23622026-03-18T10:47:02.799Z Compiling typify-impl v0.6.1
23632026-03-18T10:47:02.830Z Compiling universal-hash v0.5.1
23642026-03-18T10:47:02.833Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-18T10:47:02.833Z Compiling unicode-width v0.1.14
23662026-03-18T10:47:02.833Z Compiling opaque-debug v0.3.1
23672026-03-18T10:47:02.896Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23682026-03-18T10:47:02.925Z Compiling chacha20 v0.9.1
23692026-03-18T10:47:02.957Z Compiling password-hash v0.5.0
23702026-03-18T10:47:03.059Z Compiling ciborium-ll v0.2.2
23712026-03-18T10:47:03.062Z Compiling derive_more v0.99.20
23722026-03-18T10:47:03.093Z Compiling poly1305 v0.8.0
23732026-03-18T10:47:03.159Z Compiling blake2 v0.10.6
23742026-03-18T10:47:03.162Z Compiling aead v0.5.2
23752026-03-18T10:47:03.331Z Compiling serde_yaml v0.9.34+deprecated
23762026-03-18T10:47:03.363Z Compiling ciborium v0.2.2
23772026-03-18T10:47:03.363Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23782026-03-18T10:47:03.432Z Compiling is-terminal v0.4.17
23792026-03-18T10:47:03.466Z Compiling swrite v0.1.0
23802026-03-18T10:47:03.497Z Compiling argon2 v0.5.3
23812026-03-18T10:47:03.589Z Compiling chacha20poly1305 v0.10.1
23822026-03-18T10:47:03.638Z Compiling serde_spanned v1.0.4
23832026-03-18T10:47:03.816Z Compiling toml_writer v1.0.6+spec-1.1.0
23842026-03-18T10:47:03.859Z Compiling bytecount v0.6.9
23852026-03-18T10:47:03.937Z Compiling rustls v0.22.4
23862026-03-18T10:47:03.984Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-03-18T10:47:04.014Z Compiling rustls-webpki v0.102.8
23882026-03-18T10:47:04.128Z Compiling toml v0.9.12+spec-1.1.0
23892026-03-18T10:47:04.131Z Compiling derive-where v1.6.0
23902026-03-18T10:47:04.195Z Compiling thread_local v1.1.9
23912026-03-18T10:47:04.265Z Compiling thiserror-no-std v2.0.2
23922026-03-18T10:47:04.297Z Compiling match_cfg v0.1.0
23932026-03-18T10:47:04.414Z Compiling vsss-rs v3.3.4
23942026-03-18T10:47:04.443Z Compiling hostname v0.3.1
23952026-03-18T10:47:04.510Z Compiling multer v3.1.0
23962026-03-18T10:47:04.541Z Compiling slog-async v2.8.0
23972026-03-18T10:47:04.662Z Compiling slog-json v2.6.1
23982026-03-18T10:47:04.694Z Compiling crossbeam-channel v0.5.15
23992026-03-18T10:47:04.790Z Compiling futures-executor v0.3.32
24002026-03-18T10:47:04.824Z Compiling take_mut v0.2.2
24012026-03-18T10:47:04.952Z Compiling term v1.2.1
24022026-03-18T10:47:04.983Z Compiling slog-bunyan v2.5.0
24032026-03-18T10:47:05.133Z Compiling futures v0.3.32
24042026-03-18T10:47:05.184Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-03-18T10:47:05.275Z Compiling dropshot v0.16.7
24062026-03-18T10:47:05.328Z Compiling slog-term v2.9.2
24072026-03-18T10:47:05.360Z Compiling async-stream v0.3.6
24082026-03-18T10:47:05.391Z Compiling progenitor-client v0.13.0
24092026-03-18T10:47:05.394Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24102026-03-18T10:47:05.582Z Compiling waitgroup v0.1.2
24112026-03-18T10:47:05.616Z Compiling backon v1.6.0
24122026-03-18T10:47:05.649Z Compiling rustls-pemfile v2.2.0
24132026-03-18T10:47:05.691Z Compiling serde_path_to_error v0.1.20
24142026-03-18T10:47:05.759Z Compiling hostname v0.4.2
24152026-03-18T10:47:05.795Z Compiling instant v0.1.13
24162026-03-18T10:47:05.828Z Compiling debug-ignore v1.0.5
24172026-03-18T10:47:05.862Z Compiling progenitor-extras v0.1.1
24182026-03-18T10:47:05.865Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24192026-03-18T10:47:05.931Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24202026-03-18T10:47:05.968Z Compiling backoff v0.4.0
24212026-03-18T10:47:05.970Z Compiling parse-display v0.10.0
24222026-03-18T10:47:06.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24232026-03-18T10:47:06.072Z Compiling progenitor-client v0.10.0
24242026-03-18T10:47:06.075Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24252026-03-18T10:47:06.075Z Compiling macaddr v1.0.1
24262026-03-18T10:47:06.197Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24272026-03-18T10:47:06.231Z Compiling console v0.15.11
24282026-03-18T10:47:06.231Z Compiling newline-converter v0.3.0
24292026-03-18T10:47:06.296Z Compiling atomicwrites v0.4.4
24302026-03-18T10:47:06.300Z Compiling num-rational v0.4.2
24312026-03-18T10:47:06.429Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24322026-03-18T10:47:06.472Z Compiling num-complex v0.4.6
24332026-03-18T10:47:06.651Z Compiling slog-dtrace v0.3.0
24342026-03-18T10:47:06.682Z Compiling async-recursion v1.1.1
24352026-03-18T10:47:06.716Z Compiling owo-colors v4.3.0
24362026-03-18T10:47:06.867Z Compiling expectorate v1.2.0
24372026-03-18T10:47:07.037Z Compiling float-ord v0.3.2
24382026-03-18T10:47:07.130Z Compiling tokio-rustls v0.25.0
24392026-03-18T10:47:07.133Z Compiling num v0.4.3
24402026-03-18T10:47:07.257Z Compiling cancel-safe-futures v0.1.5
24412026-03-18T10:47:07.357Z Compiling libsw-core v0.3.2
24422026-03-18T10:47:07.359Z Compiling resolv-conf v0.7.6
24432026-03-18T10:47:07.458Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24442026-03-18T10:47:07.537Z Compiling toml v0.8.23
24452026-03-18T10:47:07.630Z Compiling libsw v3.5.0
24462026-03-18T10:47:07.664Z Compiling linear-map v1.2.0
24472026-03-18T10:47:07.786Z Compiling linked-hash-map v0.5.6
24482026-03-18T10:47:07.857Z Compiling minimal-lexical v0.2.1
24492026-03-18T10:47:07.997Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24502026-03-18T10:47:08.103Z Compiling lru-cache v0.1.2
24512026-03-18T10:47:08.197Z Compiling nom v7.1.3
24522026-03-18T10:47:08.235Z Compiling unicode-xid v0.2.6
24532026-03-18T10:47:08.238Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24542026-03-18T10:47:08.238Z Compiling globset v0.4.18
24552026-03-18T10:47:08.338Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-03-18T10:47:08.368Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24572026-03-18T10:47:08.431Z Compiling hickory-proto v0.24.4
24582026-03-18T10:47:08.729Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24592026-03-18T10:47:08.762Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24602026-03-18T10:47:09.623Z Compiling typify-macro v0.6.1
24612026-03-18T10:47:10.005Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-03-18T10:47:10.138Z Compiling convert_case v0.10.0
24632026-03-18T10:47:10.537Z Compiling derive_more-impl v2.1.1
24642026-03-18T10:47:11.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24652026-03-18T10:47:11.552Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24662026-03-18T10:47:11.616Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24672026-03-18T10:47:11.757Z Compiling pin-project-internal v1.1.11
24682026-03-18T10:47:11.760Z Compiling typify v0.6.1
24692026-03-18T10:47:11.964Z Compiling progenitor-impl v0.13.0
24702026-03-18T10:47:12.391Z Compiling hickory-resolver v0.24.4
24712026-03-18T10:47:12.441Z Compiling derive_more v2.1.1
24722026-03-18T10:47:12.580Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24732026-03-18T10:47:12.783Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24742026-03-18T10:47:13.053Z Compiling pem v3.0.6
24752026-03-18T10:47:13.200Z Compiling pin-project v1.1.11
24762026-03-18T10:47:13.366Z Compiling snafu-derive v0.8.9
24772026-03-18T10:47:13.944Z Compiling qorb v0.4.1
24782026-03-18T10:47:14.030Z Compiling termtree v0.5.1
24792026-03-18T10:47:14.287Z Compiling crossterm v0.29.0
24802026-03-18T10:47:14.772Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24812026-03-18T10:47:15.075Z Compiling progenitor-macro v0.13.0
24822026-03-18T10:47:15.758Z Compiling snafu v0.8.9
24832026-03-18T10:47:16.045Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24842026-03-18T10:47:16.542Z Compiling phf_shared v0.12.1
24852026-03-18T10:47:16.872Z Compiling olpc-cjson v0.1.4
24862026-03-18T10:47:17.178Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24872026-03-18T10:47:17.678Z Compiling serde_plain v1.0.2
24882026-03-18T10:47:17.852Z Compiling vte v0.14.1
24892026-03-18T10:47:18.108Z Compiling csv-core v0.1.13
24902026-03-18T10:47:18.206Z Compiling highway v1.3.0
24912026-03-18T10:47:18.730Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24922026-03-18T10:47:18.848Z Compiling chrono-tz v0.10.4
24932026-03-18T10:47:19.046Z Compiling typed-path v0.9.3
24942026-03-18T10:47:19.155Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24952026-03-18T10:47:19.201Z Compiling csv v1.4.0
24962026-03-18T10:47:19.647Z Compiling strip-ansi-escapes v0.2.1
24972026-03-18T10:47:19.845Z Compiling phf v0.12.1
24982026-03-18T10:47:20.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24992026-03-18T10:47:20.203Z Compiling const_format_proc_macros v0.2.34
25002026-03-18T10:47:20.384Z Compiling papergrid v0.11.0
25012026-03-18T10:47:20.440Z Compiling fd-lock v4.0.4
25022026-03-18T10:47:20.487Z Compiling peg-macros v0.8.5
25032026-03-18T10:47:20.676Z Compiling tough v0.20.0
25042026-03-18T10:47:20.814Z Compiling tabled_derive v0.7.0
25052026-03-18T10:47:21.146Z Compiling progenitor v0.13.0
25062026-03-18T10:47:21.378Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25072026-03-18T10:47:22.042Z Compiling nu-ansi-term v0.50.3
25082026-03-18T10:47:22.155Z Compiling tabled v0.15.0
25092026-03-18T10:47:22.247Z Compiling peg v0.8.5
25102026-03-18T10:47:22.372Z Compiling reedline v0.40.0
25112026-03-18T10:47:22.734Z Compiling const_format v0.2.35
25122026-03-18T10:47:23.077Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-03-18T10:47:23.131Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25142026-03-18T10:47:23.379Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25152026-03-18T10:47:24.749Z Compiling bcs v0.1.6
25162026-03-18T10:47:25.305Z Compiling semver v0.1.20
25172026-03-18T10:47:25.346Z Compiling base64 v0.21.7
25182026-03-18T10:47:25.685Z Compiling rustc_version v0.1.7
25192026-03-18T10:47:26.028Z Compiling newtype_derive v0.1.6
25202026-03-18T10:47:26.069Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25212026-03-18T10:47:26.322Z Compiling typify-impl v0.4.3
25222026-03-18T10:47:26.386Z Compiling unicode-linebreak v0.1.5
25232026-03-18T10:47:26.604Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25242026-03-18T10:47:26.830Z Compiling humantime v2.3.0
25252026-03-18T10:47:26.956Z Compiling smawk v0.3.2
25262026-03-18T10:47:27.086Z Compiling dropshot-api-manager-types v0.6.0
25272026-03-18T10:47:27.204Z Compiling textwrap v0.16.2
25282026-03-18T10:47:27.278Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25292026-03-18T10:47:27.430Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25302026-03-18T10:47:27.604Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25312026-03-18T10:47:27.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25322026-03-18T10:47:27.989Z Compiling steno v0.4.1
25332026-03-18T10:47:28.886Z Compiling utf-8 v0.7.6
25342026-03-18T10:47:29.245Z Compiling tagptr v0.2.0
25352026-03-18T10:47:29.547Z Compiling moka v0.12.13
25362026-03-18T10:47:29.706Z Compiling tungstenite v0.21.0
25372026-03-18T10:47:30.091Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25382026-03-18T10:47:30.309Z Compiling radium v0.7.0
25392026-03-18T10:47:30.685Z Compiling tokio-tungstenite v0.21.0
25402026-03-18T10:47:31.174Z Compiling hickory-resolver v0.25.2
25412026-03-18T10:47:31.355Z Compiling tap v1.0.1
25422026-03-18T10:47:31.389Z Compiling typify-macro v0.4.3
25432026-03-18T10:47:31.544Z Compiling maybe-uninit v2.0.0
25442026-03-18T10:47:31.771Z Compiling wyz v0.5.1
25452026-03-18T10:47:32.096Z Compiling zerocopy-derive v0.6.6
25462026-03-18T10:47:32.381Z Compiling packed_struct v0.10.1
25472026-03-18T10:47:32.458Z Compiling funty v2.0.0
25482026-03-18T10:47:32.461Z Compiling display-error-chain v0.2.2
25492026-03-18T10:47:32.726Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25502026-03-18T10:47:32.779Z Compiling crc-catalog v2.4.0
25512026-03-18T10:47:32.946Z Compiling crc v3.4.0
25522026-03-18T10:47:33.139Z Compiling zerocopy v0.6.6
25532026-03-18T10:47:33.248Z Compiling bitvec v1.0.1
25542026-03-18T10:47:33.488Z Compiling typify v0.4.3
25552026-03-18T10:47:33.665Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25562026-03-18T10:47:33.779Z Compiling progenitor-impl v0.10.0
25572026-03-18T10:47:35.934Z Compiling packed_struct_codegen v0.10.1
25582026-03-18T10:47:36.079Z Compiling bitfield-macros v0.19.4
25592026-03-18T10:47:36.590Z Compiling indexmap v1.9.3
25602026-03-18T10:47:36.816Z Compiling progenitor-macro v0.10.0
25612026-03-18T10:47:36.881Z Compiling nodrop v0.1.14
25622026-03-18T10:47:37.009Z Compiling bitfield v0.19.4
25632026-03-18T10:47:37.044Z Compiling array-init v0.0.4
25642026-03-18T10:47:37.512Z Compiling smallvec v0.6.14
25652026-03-18T10:47:37.654Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-03-18T10:47:37.866Z Compiling num-derive v0.3.3
25672026-03-18T10:47:38.345Z Compiling proc-macro-error-attr2 v2.0.0
25682026-03-18T10:47:38.879Z Compiling hashbrown v0.12.3
25692026-03-18T10:47:38.910Z Compiling proc-macro-error2 v2.0.1
25702026-03-18T10:47:39.017Z Compiling serde-hex v0.1.0
25712026-03-18T10:47:39.079Z Compiling libscf-sys v1.1.0
25722026-03-18T10:47:39.301Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-03-18T10:47:39.340Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-18T10:47:39.492Z Compiling ron v0.8.1
25752026-03-18T10:47:39.532Z Compiling hashbrown v0.13.2
25762026-03-18T10:47:39.727Z Compiling vergen-gitcl v1.0.8
25772026-03-18T10:47:40.021Z Compiling dirs-sys-next v0.1.2
25782026-03-18T10:47:40.369Z Compiling maplit v1.0.2
25792026-03-18T10:47:40.402Z Compiling crc-any v2.5.0
25802026-03-18T10:47:40.432Z Compiling diesel_derives v2.3.7
25812026-03-18T10:47:40.522Z Compiling crunchy v0.2.4
25822026-03-18T10:47:40.714Z Compiling glob v0.3.3
25832026-03-18T10:47:40.837Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25842026-03-18T10:47:40.943Z Compiling object v0.30.4
25852026-03-18T10:47:40.976Z Compiling dirs-next v2.0.0
25862026-03-18T10:47:41.217Z Compiling tabled_derive v0.11.0
25872026-03-18T10:47:41.246Z Compiling clang-sys v1.8.1
25882026-03-18T10:47:41.279Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25892026-03-18T10:47:41.724Z Compiling papergrid v0.17.0
25902026-03-18T10:47:41.763Z Compiling testing_table v0.3.0
25912026-03-18T10:47:42.000Z Compiling dsl_auto_type v0.2.0
25922026-03-18T10:47:42.045Z Compiling scheduled-thread-pool v0.2.7
25932026-03-18T10:47:42.185Z Compiling diesel_table_macro_syntax v0.3.0
25942026-03-18T10:47:42.309Z Compiling tiny-keccak v2.0.2
25952026-03-18T10:47:42.476Z Compiling path-slash v0.1.5
25962026-03-18T10:47:42.630Z Compiling r2d2 v0.8.10
25972026-03-18T10:47:42.740Z Compiling term v0.7.0
25982026-03-18T10:47:42.780Z Compiling progenitor v0.10.0
25992026-03-18T10:47:42.874Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-18T10:47:42.914Z Compiling arc-swap v1.8.2
26012026-03-18T10:47:42.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-18T10:47:43.023Z Compiling xshell-macros v0.2.7
26032026-03-18T10:47:43.071Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26042026-03-18T10:47:43.281Z Compiling bit-vec v0.6.3
26052026-03-18T10:47:43.406Z Compiling tabled v0.20.0
26062026-03-18T10:47:43.441Z Compiling downcast-rs v2.0.2
26072026-03-18T10:47:43.560Z Compiling xshell v0.2.7
26082026-03-18T10:47:43.592Z Compiling bit-set v0.5.3
26092026-03-18T10:47:43.623Z Compiling slog-scope v4.4.1
26102026-03-18T10:47:43.626Z Compiling ascii-canvas v3.0.0
26112026-03-18T10:47:43.997Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26122026-03-18T10:47:44.151Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26132026-03-18T10:47:44.186Z Compiling itertools v0.10.5
26142026-03-18T10:47:44.585Z Compiling ena v0.14.4
26152026-03-18T10:47:44.745Z Compiling libloading v0.8.9
26162026-03-18T10:47:44.906Z Compiling unicase v2.9.0
26172026-03-18T10:47:45.037Z Compiling regex-syntax v0.6.29
26182026-03-18T10:47:45.263Z Compiling bindgen v0.71.1
26192026-03-18T10:47:45.308Z Compiling diff v0.1.13
26202026-03-18T10:47:45.710Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26212026-03-18T10:47:45.764Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-03-18T10:47:47.193Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-03-18T10:47:47.425Z Compiling lalrpop v0.19.12
26242026-03-18T10:47:48.375Z Compiling slog-stdlog v4.1.1
26252026-03-18T10:47:48.961Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26262026-03-18T10:47:49.103Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-18T10:47:49.451Z Compiling diesel v2.3.7
26282026-03-18T10:47:49.760Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-03-18T10:47:50.366Z Compiling cexpr v0.6.0
26302026-03-18T10:47:50.493Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26312026-03-18T10:47:50.532Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26322026-03-18T10:47:50.609Z Compiling crc8 v0.1.1
26332026-03-18T10:47:50.759Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-03-18T10:47:50.791Z Compiling slog-envlogger v2.2.0
26352026-03-18T10:47:50.888Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26362026-03-18T10:47:51.262Z Compiling headers-core v0.3.0
26372026-03-18T10:47:51.464Z Compiling libxml v0.3.3
26382026-03-18T10:47:51.709Z Compiling headers v0.4.1
26392026-03-18T10:47:51.896Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26402026-03-18T10:47:52.353Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26412026-03-18T10:47:52.635Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26422026-03-18T10:47:53.229Z Compiling strum_macros v0.24.3
26432026-03-18T10:47:53.495Z Compiling indoc v1.0.9
26442026-03-18T10:47:53.666Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26452026-03-18T10:47:53.853Z Compiling derive_builder v0.20.2
26462026-03-18T10:47:53.965Z Compiling oso-derive v0.27.3
26472026-03-18T10:47:54.054Z Compiling quick-xml v0.37.5
26482026-03-18T10:47:54.085Z Compiling impl-trait-for-tuples v0.2.3
26492026-03-18T10:47:54.088Z Compiling openssl-probe v0.1.6
26502026-03-18T10:47:54.463Z Compiling half v1.8.3
26512026-03-18T10:47:54.679Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26522026-03-18T10:47:54.852Z Compiling serde_cbor v0.11.2
26532026-03-18T10:47:54.957Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26542026-03-18T10:47:55.058Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26552026-03-18T10:47:55.645Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26562026-03-18T10:47:55.914Z Compiling bb8 v0.8.6
26572026-03-18T10:47:56.000Z Compiling trait-variant v0.1.2
26582026-03-18T10:47:56.115Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26592026-03-18T10:47:56.215Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26602026-03-18T10:47:56.405Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612026-03-18T10:47:56.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26622026-03-18T10:47:56.762Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26632026-03-18T10:47:56.837Z Compiling fxhash v0.2.1
26642026-03-18T10:47:56.943Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26652026-03-18T10:47:57.112Z Compiling kstat-rs v0.2.4
26662026-03-18T10:47:57.284Z Compiling libz-sys v1.1.24
26672026-03-18T10:47:57.393Z Compiling salty v0.3.0
26682026-03-18T10:47:57.637Z Compiling nonempty v0.12.0
26692026-03-18T10:47:57.748Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26702026-03-18T10:47:57.818Z Compiling samael v0.0.19
26712026-03-18T10:47:57.948Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-03-18T10:47:57.978Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26732026-03-18T10:47:58.186Z Compiling progenitor-impl v0.11.2
26742026-03-18T10:47:58.300Z Compiling darling_core v0.23.0
26752026-03-18T10:47:58.624Z Compiling polar-core v0.27.3
26762026-03-18T10:47:58.782Z Compiling nanorand v0.7.0
26772026-03-18T10:47:58.976Z Compiling fs-err v2.11.0
26782026-03-18T10:47:59.259Z Compiling parking_lot_core v0.8.6
26792026-03-18T10:47:59.612Z Compiling mime_guess v2.0.5
26802026-03-18T10:47:59.870Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26812026-03-18T10:48:00.297Z Compiling flume v0.11.1
26822026-03-18T10:48:00.834Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26832026-03-18T10:48:01.338Z Compiling progenitor-macro v0.11.2
26842026-03-18T10:48:01.539Z Compiling darling_macro v0.23.0
26852026-03-18T10:48:02.232Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26862026-03-18T10:48:02.760Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26872026-03-18T10:48:02.970Z Compiling progenitor-client v0.11.2
26882026-03-18T10:48:03.639Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-03-18T10:48:04.743Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26902026-03-18T10:48:05.416Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26912026-03-18T10:48:06.021Z Compiling git-stub v1.0.0
26922026-03-18T10:48:06.370Z Compiling libgit2-sys v0.18.3+1.9.2
26932026-03-18T10:48:06.911Z Compiling instability v0.3.11
26942026-03-18T10:48:07.251Z Compiling progenitor v0.11.2
26952026-03-18T10:48:07.482Z Compiling git-stub-vcs v0.1.0
26962026-03-18T10:48:07.967Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26972026-03-18T10:48:09.360Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-03-18T10:48:09.490Z Compiling darling v0.23.0
26992026-03-18T10:48:09.639Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27002026-03-18T10:48:12.679Z Compiling oso v0.27.3
27012026-03-18T10:48:13.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27022026-03-18T10:48:13.516Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27032026-03-18T10:48:13.735Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27042026-03-18T10:48:14.887Z Compiling async-bb8-diesel v0.2.1
27052026-03-18T10:48:14.983Z Compiling diesel-dtrace v0.5.0
27062026-03-18T10:48:15.068Z Compiling ignore v0.4.25
27072026-03-18T10:48:15.454Z Compiling primeorder v0.13.6
27082026-03-18T10:48:15.875Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27092026-03-18T10:48:17.493Z Compiling castaway v0.2.4
27102026-03-18T10:48:17.553Z Compiling nibble_vec v0.1.0
27112026-03-18T10:48:17.696Z Compiling atty v0.2.14
27122026-03-18T10:48:17.759Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27132026-03-18T10:48:17.791Z Compiling parse-size v1.1.0
27142026-03-18T10:48:17.884Z Compiling http-range v0.1.5
27152026-03-18T10:48:18.055Z Compiling indoc v2.0.7
27162026-03-18T10:48:18.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27172026-03-18T10:48:18.309Z Compiling endian-type v0.1.2
27182026-03-18T10:48:18.533Z Compiling radix_trie v0.2.1
27192026-03-18T10:48:18.563Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-03-18T10:48:18.719Z Compiling compact_str v0.8.1
27212026-03-18T10:48:19.129Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27222026-03-18T10:48:20.168Z Compiling globwalk v0.9.1
27232026-03-18T10:48:21.012Z Compiling p384 v0.13.1
27242026-03-18T10:48:21.074Z Compiling parking_lot v0.11.2
27252026-03-18T10:48:21.587Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-18T10:48:22.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27272026-03-18T10:48:22.139Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27282026-03-18T10:48:22.206Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27292026-03-18T10:48:22.249Z Compiling predicates-tree v1.0.13
27302026-03-18T10:48:22.651Z Compiling unicode-truncate v1.1.0
27312026-03-18T10:48:22.819Z Compiling lru v0.12.5
27322026-03-18T10:48:22.926Z Compiling prefix-trie v0.7.0
27332026-03-18T10:48:23.116Z Compiling vergen-git2 v1.0.7
27342026-03-18T10:48:23.356Z Compiling cassowary v0.3.0
27352026-03-18T10:48:23.474Z Compiling hickory-server v0.25.2
27362026-03-18T10:48:23.647Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-18T10:48:23.886Z Compiling ratatui v0.29.0
27382026-03-18T10:48:24.090Z Compiling camino-tempfile-ext v0.3.3
27392026-03-18T10:48:24.764Z Compiling hyper-staticfile v0.10.1
27402026-03-18T10:48:24.928Z Compiling sled v0.34.7
27412026-03-18T10:48:26.284Z Compiling hickory-client v0.25.2
27422026-03-18T10:48:26.727Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27432026-03-18T10:48:27.162Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27442026-03-18T10:48:27.454Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27452026-03-18T10:48:27.616Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27462026-03-18T10:48:28.265Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-03-18T10:48:28.450Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27482026-03-18T10:48:28.639Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-03-18T10:48:29.346Z Compiling rand_seeder v0.4.0
27502026-03-18T10:48:29.522Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27512026-03-18T10:48:29.673Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27522026-03-18T10:48:29.843Z Compiling lzma-sys v0.1.20
27532026-03-18T10:48:29.973Z Compiling corncobs v0.1.4
27542026-03-18T10:48:30.255Z Compiling rustls v0.21.12
27552026-03-18T10:48:30.335Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-03-18T10:48:30.419Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27572026-03-18T10:48:30.675Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-03-18T10:48:30.712Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-03-18T10:48:30.931Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-03-18T10:48:31.117Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-03-18T10:48:31.151Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27622026-03-18T10:48:31.378Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27632026-03-18T10:48:31.640Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27642026-03-18T10:48:31.724Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27652026-03-18T10:48:32.383Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27662026-03-18T10:48:34.585Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27672026-03-18T10:48:35.625Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27682026-03-18T10:48:35.659Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27692026-03-18T10:48:35.920Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-03-18T10:48:35.968Z Compiling cargo_toml v0.22.3
27712026-03-18T10:48:36.210Z Compiling sct v0.7.1
27722026-03-18T10:48:36.588Z Compiling rustls-webpki v0.101.7
27732026-03-18T10:48:37.663Z Compiling nix v0.29.0
27742026-03-18T10:48:38.199Z Compiling secrecy v0.8.0
27752026-03-18T10:48:38.446Z Compiling void v1.0.2
27762026-03-18T10:48:38.636Z Compiling lzss v0.8.2
27772026-03-18T10:48:39.266Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27782026-03-18T10:48:39.297Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27792026-03-18T10:48:39.423Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27802026-03-18T10:48:39.458Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27812026-03-18T10:48:39.889Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27822026-03-18T10:48:40.457Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27832026-03-18T10:48:40.513Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27842026-03-18T10:48:40.843Z Compiling git2 v0.20.4
27852026-03-18T10:48:41.407Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-03-18T10:48:41.440Z Compiling tungstenite v0.23.0
27872026-03-18T10:48:41.713Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27882026-03-18T10:48:41.940Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27892026-03-18T10:48:42.016Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27902026-03-18T10:48:42.245Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27912026-03-18T10:48:42.301Z Compiling nix v0.27.1
27922026-03-18T10:48:42.542Z Compiling serde_bytes v0.11.19
27932026-03-18T10:48:42.929Z Compiling tokio-tungstenite v0.23.1
27942026-03-18T10:48:43.055Z Compiling tokio-rustls v0.24.1
27952026-03-18T10:48:43.426Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27962026-03-18T10:48:43.428Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-03-18T10:48:43.851Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27982026-03-18T10:48:44.838Z Compiling xz2 v0.1.7
27992026-03-18T10:48:45.373Z Compiling ron v0.12.0
28002026-03-18T10:48:45.414Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28012026-03-18T10:48:45.513Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-03-18T10:48:46.367Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28032026-03-18T10:48:47.494Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28042026-03-18T10:48:50.059Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28052026-03-18T10:48:50.432Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28062026-03-18T10:48:50.473Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-03-18T10:48:52.725Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28082026-03-18T10:48:53.317Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28092026-03-18T10:48:54.236Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28102026-03-18T10:48:54.856Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28112026-03-18T10:48:55.462Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28122026-03-18T10:48:55.513Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28132026-03-18T10:48:56.694Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28142026-03-18T10:48:58.275Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28152026-03-18T10:48:58.392Z Compiling rustls-pemfile v1.0.4
28162026-03-18T10:48:58.899Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-03-18T10:48:59.491Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28182026-03-18T10:49:00.704Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28192026-03-18T10:49:00.744Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28202026-03-18T10:49:01.000Z Compiling signal-hook-tokio v0.3.1
28212026-03-18T10:49:01.228Z Compiling twox-hash v2.1.2
28222026-03-18T10:49:01.583Z Compiling yasna v0.5.2
28232026-03-18T10:49:01.586Z Compiling base16ct v1.0.0
28242026-03-18T10:49:01.767Z Compiling is_ci v1.2.0
28252026-03-18T10:49:01.990Z Compiling supports-color v3.0.2
28262026-03-18T10:49:02.345Z Compiling rcgen v0.12.1
28272026-03-18T10:49:02.492Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28282026-03-18T10:49:02.599Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-03-18T10:49:03.485Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28302026-03-18T10:49:03.824Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28312026-03-18T10:49:04.100Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-03-18T10:49:04.991Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-03-18T10:49:06.490Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-03-18T10:49:07.415Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-03-18T10:49:07.884Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28362026-03-18T10:49:08.163Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28372026-03-18T10:49:09.773Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28382026-03-18T10:49:10.071Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-03-18T10:49:10.391Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28402026-03-18T10:49:10.477Z Compiling fatfs v0.3.6
28412026-03-18T10:49:10.668Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28422026-03-18T10:49:12.036Z Compiling subprocess v0.2.15
28432026-03-18T10:49:12.842Z Compiling rtoolbox v0.0.3
28442026-03-18T10:49:13.188Z Compiling assert_matches v1.5.0
28452026-03-18T10:49:13.325Z Compiling seq-macro v0.3.6
28462026-03-18T10:49:14.013Z Compiling rpassword v7.4.0
28472026-03-18T10:49:14.362Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28482026-03-18T10:49:14.826Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28492026-03-18T10:49:14.926Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28502026-03-18T10:49:15.750Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28512026-03-18T10:49:16.714Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28522026-03-18T10:49:16.891Z Compiling tui-tree-widget v0.23.1
28532026-03-18T10:49:17.272Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28542026-03-18T10:49:18.742Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28552026-03-18T10:49:19.051Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28562026-03-18T10:49:19.435Z Compiling uzers v0.12.2
28572026-03-18T10:49:20.955Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582026-03-18T10:49:21.280Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28592026-03-18T10:49:22.665Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28602026-03-18T10:49:26.107Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28612026-03-18T10:49:26.520Z Compiling support-bundle-viewer v0.1.2
28622026-03-18T10:49:28.931Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28632026-03-18T10:49:28.990Z Compiling multimap v0.10.1
28642026-03-18T10:49:43.575Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28652026-03-18T10:49:52.615Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28662026-03-18T10:49:56.742Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28672026-03-18T10:57:10.674Z Finished `release` profile [optimized] target(s) in 10m 10s
28682026-03-18T10:58:04.591Z
28692026-03-18T10:58:04.594Zreal 11:05.468586911
28702026-03-18T10:58:04.594Zuser 1:40:56.997418986
28712026-03-18T10:58:04.595Zsys 4:16.055609614
28722026-03-18T10:58:04.595Ztrap 2.302633118
28732026-03-18T10:58:04.595Ztflt 2.415883636
28742026-03-18T10:58:04.595Zdflt 17.225667488
28752026-03-18T10:58:04.595Zkflt 0.117557209
28762026-03-18T10:58:04.595Zlock 8:08:26.833783591
28772026-03-18T10:58:04.595Zslp 2:48:50.111875329
28782026-03-18T10:58:04.595Zlat 2:48.714304934
28792026-03-18T10:58:04.595Zstop 7:20.884523509
28802026-03-18T10:58:04.595Z+ mapfile -t packages
28812026-03-18T10:58:04.595Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28822026-03-18T10:58:05.874Z Finished `release` profile [optimized] target(s) in 1.26s
28832026-03-18T10:58:05.941Z Running `target/release/omicron-package -t test list-outputs`
28842026-03-18T10:58:06.005ZLogging to: /work/oxidecomputer/omicron/out/LOG
28852026-03-18T10:58:06.008Z+ ptime -m cargo build --locked --release -p xtask
28862026-03-18T10:58:06.718Z Compiling libc v0.2.180
28872026-03-18T10:58:06.718Z Compiling serde v1.0.228
28882026-03-18T10:58:06.721Z Compiling serde_core v1.0.228
28892026-03-18T10:58:06.848Z Compiling rustix v1.1.3
28902026-03-18T10:58:06.869Z Compiling bitflags v2.11.0
28912026-03-18T10:58:06.874Z Compiling serde_json v1.0.149
28922026-03-18T10:58:06.891Z Compiling num-traits v0.2.19
28932026-03-18T10:58:06.894Z Compiling syn v2.0.117
28942026-03-18T10:58:06.921Z Compiling hashbrown v0.16.1
28952026-03-18T10:58:06.936Z Compiling smallvec v1.15.1
28962026-03-18T10:58:06.966Z Compiling usdt-impl v0.5.0
28972026-03-18T10:58:06.984Z Compiling syn v1.0.109
28982026-03-18T10:58:07.003Z Compiling log v0.4.29
28992026-03-18T10:58:07.020Z Compiling percent-encoding v2.3.2
29002026-03-18T10:58:07.207Z Compiling getrandom v0.4.1
29012026-03-18T10:58:07.321Z Compiling form_urlencoded v1.2.2
29022026-03-18T10:58:07.534Z Compiling fs-err v3.3.0
29032026-03-18T10:58:07.537Z Compiling once_cell v1.21.3
29042026-03-18T10:58:07.537Z Compiling anyhow v1.0.102
29052026-03-18T10:58:07.604Z Compiling heck v0.4.1
29062026-03-18T10:58:07.768Z Compiling indexmap v2.13.0
29072026-03-18T10:58:07.903Z Compiling errno v0.3.14
29082026-03-18T10:58:07.906Z Compiling thread-id v4.2.2
29092026-03-18T10:58:07.906Z Compiling memmap v0.7.0
29102026-03-18T10:58:08.384Z Compiling ordered-float v2.10.1
29112026-03-18T10:58:09.102Z Compiling proc-macro-error v1.0.4
29122026-03-18T10:58:09.421Z Compiling terminal_size v0.4.3
29132026-03-18T10:58:09.422Z Compiling tempfile v3.25.0
29142026-03-18T10:58:09.452Z Compiling tabled_derive v0.7.0
29152026-03-18T10:58:09.548Z Compiling clap_builder v4.5.60
29162026-03-18T10:58:09.548Z Compiling textwrap v0.16.2
29172026-03-18T10:58:09.734Z Compiling camino-tempfile v1.4.1
29182026-03-18T10:58:10.304Z Compiling tabled v0.15.0
29192026-03-18T10:58:10.603Z Compiling synstructure v0.13.2
29202026-03-18T10:58:10.603Z Compiling pest_generator v2.8.6
29212026-03-18T10:58:11.162Z Compiling serde_derive v1.0.228
29222026-03-18T10:58:11.162Z Compiling zerofrom-derive v0.1.6
29232026-03-18T10:58:11.165Z Compiling yoke-derive v0.8.1
29242026-03-18T10:58:11.165Z Compiling zerovec-derive v0.11.2
29252026-03-18T10:58:11.166Z Compiling displaydoc v0.2.5
29262026-03-18T10:58:11.205Z Compiling thiserror-impl v1.0.69
29272026-03-18T10:58:11.208Z Compiling zerocopy-derive v0.7.35
29282026-03-18T10:58:11.208Z Compiling scroll_derive v0.12.1
29292026-03-18T10:58:11.322Z Compiling pest_derive v2.8.6
29302026-03-18T10:58:11.887Z Compiling thiserror-impl v2.0.18
29312026-03-18T10:58:12.150Z Compiling clap_derive v4.5.55
29322026-03-18T10:58:12.190Z Compiling scroll v0.12.0
29332026-03-18T10:58:12.348Z Compiling zerocopy v0.7.35
29342026-03-18T10:58:12.544Z Compiling goblin v0.8.2
29352026-03-18T10:58:12.824Z Compiling thiserror v1.0.69
29362026-03-18T10:58:12.908Z Compiling zerofrom v0.1.6
29372026-03-18T10:58:12.981Z Compiling dtrace-parser v0.2.0
29382026-03-18T10:58:13.095Z Compiling yoke v0.8.1
29392026-03-18T10:58:13.343Z Compiling zerovec v0.11.5
29402026-03-18T10:58:13.382Z Compiling zerotrie v0.2.3
29412026-03-18T10:58:13.541Z Compiling thiserror v2.0.18
29422026-03-18T10:58:14.134Z Compiling tinystr v0.8.2
29432026-03-18T10:58:14.195Z Compiling potential_utf v0.1.4
29442026-03-18T10:58:14.397Z Compiling icu_locale_core v2.1.1
29452026-03-18T10:58:14.454Z Compiling icu_collections v2.1.1
29462026-03-18T10:58:14.454Z Compiling clap v4.5.60
29472026-03-18T10:58:15.479Z Compiling icu_provider v2.1.1
29482026-03-18T10:58:15.939Z Compiling icu_properties v2.1.2
29492026-03-18T10:58:16.045Z Compiling icu_normalizer v2.1.1
29502026-03-18T10:58:16.063Z Compiling toml_datetime v0.6.11
29512026-03-18T10:58:16.117Z Compiling serde_spanned v0.6.9
29522026-03-18T10:58:16.134Z Compiling dof v0.3.0
29532026-03-18T10:58:16.181Z Compiling serde-value v0.7.0
29542026-03-18T10:58:16.214Z Compiling cargo-platform v0.2.0
29552026-03-18T10:58:16.243Z Compiling macaddr v1.0.1
29562026-03-18T10:58:16.353Z Compiling toml_edit v0.22.27
29572026-03-18T10:58:16.577Z Compiling serde_tokenstream v0.2.3
29582026-03-18T10:58:17.304Z Compiling idna_adapter v1.2.1
29592026-03-18T10:58:17.504Z Compiling idna v1.1.0
29602026-03-18T10:58:17.672Z Compiling usdt-attr-macro v0.5.0
29612026-03-18T10:58:17.803Z Compiling usdt-macro v0.5.0
29622026-03-18T10:58:17.954Z Compiling url v2.5.8
29632026-03-18T10:58:18.547Z Compiling usdt v0.5.0
29642026-03-18T10:58:18.603Z Compiling toml v0.8.23
29652026-03-18T10:58:19.213Z Compiling cargo-util-schemas v0.8.2
29662026-03-18T10:58:19.213Z Compiling cargo_toml v0.21.0
29672026-03-18T10:58:20.634Z Compiling cargo_metadata v0.21.0
29682026-03-18T10:58:24.829Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29692026-03-18T10:58:28.894Z Finished `release` profile [optimized] target(s) in 22.87s
29702026-03-18T10:58:29.080Z
29712026-03-18T10:58:29.083Zreal 23.035643240
29722026-03-18T10:58:29.083Zuser 3:10.754602294
29732026-03-18T10:58:29.083Zsys 21.522427791
29742026-03-18T10:58:29.083Ztrap 0.093407651
29752026-03-18T10:58:29.083Ztflt 0.698381121
29762026-03-18T10:58:29.083Zdflt 1.780494049
29772026-03-18T10:58:29.083Zkflt 0.000046477
29782026-03-18T10:58:29.083Zlock 7:26.098059154
29792026-03-18T10:58:29.083Zslp 4:36.233090482
29802026-03-18T10:58:29.083Zlat 7.147441238
29812026-03-18T10:58:29.083Zstop 27.597475970
29822026-03-18T10:58:29.083Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29832026-03-18T10:58:29.084Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29842026-03-18T10:58:29.084Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29852026-03-18T10:58:29.084Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29862026-03-18T10:58:29.084Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29872026-03-18T10:58:30.379Z Compiling regress v0.10.5
29882026-03-18T10:58:30.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29892026-03-18T10:58:30.573Z Compiling serde_spanned v1.0.4
29902026-03-18T10:58:30.579Z Compiling toml_writer v1.0.6+spec-1.1.0
29912026-03-18T10:58:30.580Z Compiling newtype-uuid-macros v0.1.0
29922026-03-18T10:58:30.580Z Compiling structmeta-derive v0.3.0
29932026-03-18T10:58:30.594Z Compiling rustls v0.22.4
29942026-03-18T10:58:30.611Z Compiling rustls-webpki v0.102.8
29952026-03-18T10:58:30.616Z Compiling multer v3.1.0
29962026-03-18T10:58:30.616Z Compiling match_cfg v0.1.0
29972026-03-18T10:58:30.616Z Compiling debug-ignore v1.0.5
29982026-03-18T10:58:30.714Z Compiling progenitor-client v0.13.0
29992026-03-18T10:58:30.717Z Compiling slog-json v2.6.1
30002026-03-18T10:58:30.717Z Compiling async-stream-impl v0.3.6
30012026-03-18T10:58:30.790Z Compiling dropshot v0.16.7
30022026-03-18T10:58:30.843Z Compiling hostname v0.3.1
30032026-03-18T10:58:30.847Z Compiling itertools v0.14.0
30042026-03-18T10:58:30.869Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30052026-03-18T10:58:30.903Z Compiling waitgroup v0.1.2
30062026-03-18T10:58:30.995Z Compiling toml v0.9.12+spec-1.1.0
30072026-03-18T10:58:31.053Z Compiling rustls-pemfile v2.2.0
30082026-03-18T10:58:31.104Z Compiling slog-bunyan v2.5.0
30092026-03-18T10:58:31.131Z Compiling dropshot_endpoint v0.16.7
30102026-03-18T10:58:31.208Z Compiling hostname v0.4.2
30112026-03-18T10:58:31.211Z Compiling serde_path_to_error v0.1.20
30122026-03-18T10:58:31.280Z Compiling macaddr v1.0.1
30132026-03-18T10:58:31.335Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30142026-03-18T10:58:31.361Z Compiling progenitor-client v0.10.0
30152026-03-18T10:58:31.390Z Compiling instant v0.1.13
30162026-03-18T10:58:31.416Z Compiling backon v1.6.0
30172026-03-18T10:58:31.563Z Compiling backoff v0.4.0
30182026-03-18T10:58:31.654Z Compiling progenitor-extras v0.1.1
30192026-03-18T10:58:31.679Z Compiling async-stream v0.3.6
30202026-03-18T10:58:31.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30212026-03-18T10:58:31.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30222026-03-18T10:58:31.809Z Compiling unsafe-libyaml v0.2.11
30232026-03-18T10:58:31.809Z Compiling crucible-workspace-hack v0.1.0
30242026-03-18T10:58:31.864Z Compiling toml_edit v0.23.10+spec-1.0.0
30252026-03-18T10:58:31.894Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30262026-03-18T10:58:31.924Z Compiling secrecy v0.10.3
30272026-03-18T10:58:31.947Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30282026-03-18T10:58:31.953Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30292026-03-18T10:58:32.026Z Compiling heapless v0.8.0
30302026-03-18T10:58:32.154Z Compiling structmeta v0.3.0
30312026-03-18T10:58:32.168Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30322026-03-18T10:58:32.220Z Compiling hash32 v0.3.1
30332026-03-18T10:58:32.288Z Compiling smoltcp v0.11.0
30342026-03-18T10:58:32.312Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30352026-03-18T10:58:32.336Z Compiling toml v0.8.23
30362026-03-18T10:58:32.448Z Compiling tabwriter v1.4.1
30372026-03-18T10:58:32.487Z Compiling derive-ex v0.1.8
30382026-03-18T10:58:32.552Z Compiling parse-display-derive v0.10.0
30392026-03-18T10:58:32.598Z Compiling serde_yaml v0.9.34+deprecated
30402026-03-18T10:58:32.681Z Compiling ingot-macros v0.1.1
30412026-03-18T10:58:32.735Z Compiling proc-macro-crate v3.4.0
30422026-03-18T10:58:32.872Z Compiling cobs v0.3.0
30432026-03-18T10:58:32.895Z Compiling foreign-types-macros v0.2.3
30442026-03-18T10:58:32.895Z Compiling foreign-types-shared v0.3.1
30452026-03-18T10:58:32.942Z Compiling convert_case v0.4.0
30462026-03-18T10:58:33.058Z Compiling cpufeatures v0.3.0
30472026-03-18T10:58:33.079Z Compiling postcard v1.1.3
30482026-03-18T10:58:33.177Z Compiling chacha20 v0.10.0
30492026-03-18T10:58:33.332Z Compiling proc-macro-crate v1.3.1
30502026-03-18T10:58:33.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30512026-03-18T10:58:33.473Z Compiling universal-hash v0.5.1
30522026-03-18T10:58:33.502Z Compiling derive_more v0.99.20
30532026-03-18T10:58:33.549Z Compiling num_enum_derive v0.7.5
30542026-03-18T10:58:33.573Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30552026-03-18T10:58:33.633Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30562026-03-18T10:58:33.687Z Compiling cstr-argument v0.1.2
30572026-03-18T10:58:33.738Z Compiling colored v3.1.1
30582026-03-18T10:58:33.751Z Compiling foreign-types v0.5.0
30592026-03-18T10:58:33.881Z Compiling tokio-rustls v0.25.0
30602026-03-18T10:58:33.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30612026-03-18T10:58:33.957Z Compiling opaque-debug v0.3.1
30622026-03-18T10:58:33.980Z Compiling num_enum_derive v0.5.11
30632026-03-18T10:58:34.050Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30642026-03-18T10:58:34.074Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30652026-03-18T10:58:34.101Z Compiling rand v0.10.0
30662026-03-18T10:58:34.239Z Compiling typify-impl v0.6.1
30672026-03-18T10:58:34.291Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-03-18T10:58:34.305Z Compiling half v2.7.1
30692026-03-18T10:58:34.456Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30702026-03-18T10:58:34.767Z Compiling ciborium-io v0.2.2
30712026-03-18T10:58:34.793Z Compiling camino-tempfile v1.4.1
30722026-03-18T10:58:34.823Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30732026-03-18T10:58:34.931Z Compiling ciborium-ll v0.2.2
30742026-03-18T10:58:34.989Z Compiling test-strategy v0.4.5
30752026-03-18T10:58:35.014Z Compiling parse-display v0.10.0
30762026-03-18T10:58:35.083Z Compiling num_enum v0.7.5
30772026-03-18T10:58:35.105Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30782026-03-18T10:58:35.137Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30792026-03-18T10:58:35.169Z Compiling smf v0.2.3
30802026-03-18T10:58:35.251Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-03-18T10:58:35.279Z Compiling ciborium v0.2.2
30822026-03-18T10:58:35.306Z Compiling aead v0.5.2
30832026-03-18T10:58:35.333Z Compiling num-derive v0.4.2
30842026-03-18T10:58:35.360Z Compiling sigpipe v0.1.3
30852026-03-18T10:58:35.453Z Compiling glob v0.3.3
30862026-03-18T10:58:35.479Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30872026-03-18T10:58:35.482Z Compiling num_enum v0.5.11
30882026-03-18T10:58:35.562Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30892026-03-18T10:58:35.602Z Compiling poly1305 v0.8.0
30902026-03-18T10:58:35.697Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30912026-03-18T10:58:35.799Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30922026-03-18T10:58:35.914Z Compiling chacha20 v0.9.1
30932026-03-18T10:58:35.954Z Compiling whoami v1.6.1
30942026-03-18T10:58:36.040Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30952026-03-18T10:58:36.134Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30962026-03-18T10:58:36.158Z Compiling thiserror-impl-no-std v2.0.2
30972026-03-18T10:58:36.214Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30982026-03-18T10:58:36.291Z Compiling num-rational v0.4.2
30992026-03-18T10:58:36.377Z Compiling password-hash v0.5.0
31002026-03-18T10:58:36.403Z Compiling blake2 v0.10.6
31012026-03-18T10:58:36.653Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31022026-03-18T10:58:36.686Z Compiling num-complex v0.4.6
31032026-03-18T10:58:36.727Z Compiling indent_write v2.2.0
31042026-03-18T10:58:36.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31052026-03-18T10:58:36.789Z Compiling ingot-types v0.1.2
31062026-03-18T10:58:36.815Z Compiling prettyplease v0.2.37
31072026-03-18T10:58:36.949Z Compiling argon2 v0.5.3
31082026-03-18T10:58:37.033Z Compiling chacha20poly1305 v0.10.1
31092026-03-18T10:58:37.167Z Compiling float-ord v0.3.2
31102026-03-18T10:58:37.205Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31112026-03-18T10:58:37.258Z Compiling num v0.4.3
31122026-03-18T10:58:37.286Z Compiling gethostname v0.5.0
31132026-03-18T10:58:37.342Z Compiling ingot v0.1.1
31142026-03-18T10:58:37.346Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31152026-03-18T10:58:37.346Z Compiling usdt-attr-macro v0.5.0
31162026-03-18T10:58:37.418Z Compiling usdt-macro v0.5.0
31172026-03-18T10:58:37.421Z Compiling derive-where v1.6.0
31182026-03-18T10:58:37.421Z Compiling memmap v0.7.0
31192026-03-18T10:58:37.510Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31202026-03-18T10:58:37.767Z Compiling typify-impl v0.4.3
31212026-03-18T10:58:37.793Z Compiling atomicwrites v0.4.4
31222026-03-18T10:58:37.924Z Compiling owo-colors v4.3.0
31232026-03-18T10:58:37.953Z Compiling thiserror-no-std v2.0.2
31242026-03-18T10:58:38.030Z Compiling cancel-safe-futures v0.1.5
31252026-03-18T10:58:38.088Z Compiling vsss-rs v3.3.4
31262026-03-18T10:58:38.115Z Compiling libsw-core v0.3.2
31272026-03-18T10:58:38.352Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31282026-03-18T10:58:38.416Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31292026-03-18T10:58:38.485Z Compiling async-recursion v1.1.1
31302026-03-18T10:58:38.518Z Compiling usdt v0.5.0
31312026-03-18T10:58:38.544Z Compiling resolv-conf v0.7.6
31322026-03-18T10:58:38.916Z Compiling libsw v3.5.0
31332026-03-18T10:58:39.019Z Compiling libefi-sys v0.1.0
31342026-03-18T10:58:39.051Z Compiling linear-map v1.2.0
31352026-03-18T10:58:39.077Z Compiling newline-converter v0.3.0
31362026-03-18T10:58:39.103Z Compiling hickory-proto v0.24.4
31372026-03-18T10:58:39.198Z Compiling console v0.15.11
31382026-03-18T10:58:39.271Z Compiling bitfield-struct v0.6.2
31392026-03-18T10:58:39.339Z Compiling linked-hash-map v0.5.6
31402026-03-18T10:58:39.364Z Compiling semver v0.1.20
31412026-03-18T10:58:39.412Z Compiling pin-project-internal v1.1.11
31422026-03-18T10:58:39.473Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31432026-03-18T10:58:39.561Z Compiling slog-dtrace v0.3.0
31442026-03-18T10:58:39.628Z Compiling rustc_version v0.1.7
31452026-03-18T10:58:39.671Z Compiling expectorate v1.2.0
31462026-03-18T10:58:39.695Z Compiling lru-cache v0.1.2
31472026-03-18T10:58:39.787Z Compiling minimal-lexical v0.2.1
31482026-03-18T10:58:39.853Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31492026-03-18T10:58:39.903Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31502026-03-18T10:58:39.968Z Compiling newtype_derive v0.1.6
31512026-03-18T10:58:39.992Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31522026-03-18T10:58:40.019Z Compiling tokio-dtrace v0.1.1
31532026-03-18T10:58:40.044Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-03-18T10:58:40.187Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31552026-03-18T10:58:40.187Z Compiling nom v7.1.3
31562026-03-18T10:58:40.238Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31572026-03-18T10:58:40.267Z Compiling dropshot-api-manager-types v0.6.0
31582026-03-18T10:58:40.306Z Compiling phf_shared v0.12.1
31592026-03-18T10:58:40.408Z Compiling pem v3.0.6
31602026-03-18T10:58:40.434Z Compiling snafu-derive v0.8.9
31612026-03-18T10:58:40.586Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31622026-03-18T10:58:40.692Z Compiling csv-core v0.1.13
31632026-03-18T10:58:40.755Z Compiling xshell-macros v0.2.7
31642026-03-18T10:58:40.811Z Compiling same-file v1.0.6
31652026-03-18T10:58:40.910Z Compiling chrono-tz v0.10.4
31662026-03-18T10:58:40.996Z Compiling typify-macro v0.6.1
31672026-03-18T10:58:41.078Z Compiling pin-project v1.1.11
31682026-03-18T10:58:41.081Z Compiling highway v1.3.0
31692026-03-18T10:58:41.170Z Compiling walkdir v2.5.0
31702026-03-18T10:58:41.228Z Compiling csv v1.4.0
31712026-03-18T10:58:41.269Z Compiling const_format_proc_macros v0.2.34
31722026-03-18T10:58:41.298Z Compiling xshell v0.2.7
31732026-03-18T10:58:41.514Z Compiling phf v0.12.1
31742026-03-18T10:58:41.669Z Compiling oxide-tokio-rt v0.1.3
31752026-03-18T10:58:41.694Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31762026-03-18T10:58:41.844Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31772026-03-18T10:58:41.907Z Compiling globset v0.4.18
31782026-03-18T10:58:42.085Z Compiling hickory-resolver v0.24.4
31792026-03-18T10:58:42.111Z Compiling olpc-cjson v0.1.4
31802026-03-18T10:58:42.140Z Compiling primeorder v0.13.6
31812026-03-18T10:58:42.185Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
31822026-03-18T10:58:42.211Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31832026-03-18T10:58:42.276Z Compiling serde_plain v1.0.2
31842026-03-18T10:58:42.377Z Compiling typed-path v0.9.3
31852026-03-18T10:58:42.520Z Compiling base64 v0.21.7
31862026-03-18T10:58:42.545Z Compiling const_format v0.2.35
31872026-03-18T10:58:42.590Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-03-18T10:58:42.951Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-03-18T10:58:42.983Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31902026-03-18T10:58:43.013Z Compiling tabled_derive v0.7.0
31912026-03-18T10:58:43.038Z Compiling bcs v0.1.6
31922026-03-18T10:58:43.282Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-03-18T10:58:43.519Z Compiling qorb v0.4.1
31942026-03-18T10:58:43.555Z Compiling snafu v0.8.9
31952026-03-18T10:58:43.601Z Compiling typify v0.6.1
31962026-03-18T10:58:43.737Z Compiling salty v0.3.0
31972026-03-18T10:58:43.778Z Compiling progenitor-impl v0.13.0
31982026-03-18T10:58:43.807Z Compiling radium v0.7.0
31992026-03-18T10:58:43.810Z Compiling termtree v0.5.1
32002026-03-18T10:58:44.074Z Compiling tough v0.20.0
32012026-03-18T10:58:44.099Z Compiling textwrap v0.16.2
32022026-03-18T10:58:44.163Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32032026-03-18T10:58:44.202Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32042026-03-18T10:58:44.279Z Compiling steno v0.4.1
32052026-03-18T10:58:44.423Z Compiling tabled v0.15.0
32062026-03-18T10:58:44.484Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32072026-03-18T10:58:44.488Z Compiling humantime v2.3.0
32082026-03-18T10:58:44.531Z Compiling typify-macro v0.4.3
32092026-03-18T10:58:44.651Z Compiling maybe-uninit v2.0.0
32102026-03-18T10:58:44.724Z Compiling tap v1.0.1
32112026-03-18T10:58:44.751Z Compiling utf-8 v0.7.6
32122026-03-18T10:58:44.897Z Compiling wyz v0.5.1
32132026-03-18T10:58:44.987Z Compiling p384 v0.13.1
32142026-03-18T10:58:45.028Z Compiling tungstenite v0.21.0
32152026-03-18T10:58:45.135Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32162026-03-18T10:58:45.160Z Compiling arc-swap v1.8.2
32172026-03-18T10:58:45.216Z Compiling tagptr v0.2.0
32182026-03-18T10:58:45.459Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-03-18T10:58:45.532Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32202026-03-18T10:58:45.614Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32212026-03-18T10:58:45.787Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-03-18T10:58:46.272Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32232026-03-18T10:58:46.299Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32242026-03-18T10:58:46.302Z Compiling funty v2.0.0
32252026-03-18T10:58:46.413Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-03-18T10:58:46.885Z Compiling packed_struct v0.10.1
32272026-03-18T10:58:47.036Z Compiling typify v0.4.3
32282026-03-18T10:58:47.142Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32292026-03-18T10:58:47.217Z Compiling progenitor-impl v0.10.0
32302026-03-18T10:58:47.305Z Compiling bitvec v1.0.1
32312026-03-18T10:58:47.330Z Compiling tokio-tungstenite v0.21.0
32322026-03-18T10:58:47.702Z Compiling progenitor-macro v0.13.0
32332026-03-18T10:58:47.819Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32342026-03-18T10:58:47.868Z Compiling slog-scope v4.4.1
32352026-03-18T10:58:47.896Z Compiling moka v0.12.13
32362026-03-18T10:58:48.028Z Compiling polyval v0.6.2
32372026-03-18T10:58:48.059Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32382026-03-18T10:58:48.156Z Compiling packed_struct_codegen v0.10.1
32392026-03-18T10:58:48.264Z Compiling bitfield-macros v0.19.4
32402026-03-18T10:58:48.379Z Compiling zerocopy-derive v0.6.6
32412026-03-18T10:58:48.415Z Compiling proc-macro-error-attr2 v2.0.0
32422026-03-18T10:58:48.549Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32432026-03-18T10:58:48.601Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32442026-03-18T10:58:49.002Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32452026-03-18T10:58:49.027Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32462026-03-18T10:58:49.296Z Compiling indexmap v1.9.3
32472026-03-18T10:58:49.384Z Compiling nodrop v0.1.14
32482026-03-18T10:58:49.474Z Compiling parking_lot_core v0.8.6
32492026-03-18T10:58:49.545Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32502026-03-18T10:58:49.615Z Compiling crc-catalog v2.4.0
32512026-03-18T10:58:49.657Z Compiling zerocopy v0.6.6
32522026-03-18T10:58:49.794Z Compiling crc v3.4.0
32532026-03-18T10:58:49.917Z Compiling array-init v0.0.4
32542026-03-18T10:58:49.943Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32552026-03-18T10:58:49.970Z Compiling bitfield v0.19.4
32562026-03-18T10:58:50.101Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32572026-03-18T10:58:50.168Z Compiling proc-macro-error2 v2.0.1
32582026-03-18T10:58:50.215Z Compiling hickory-resolver v0.25.2
32592026-03-18T10:58:50.435Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32602026-03-18T10:58:50.503Z Compiling ghash v0.5.1
32612026-03-18T10:58:50.652Z Compiling slog-stdlog v4.1.1
32622026-03-18T10:58:50.720Z Compiling smallvec v0.6.14
32632026-03-18T10:58:50.884Z Compiling git-stub v1.0.0
32642026-03-18T10:58:50.979Z Compiling ctr v0.9.2
32652026-03-18T10:58:51.032Z Compiling num-derive v0.3.3
32662026-03-18T10:58:51.059Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-18T10:58:51.087Z Compiling progenitor-macro v0.10.0
32682026-03-18T10:58:51.117Z Compiling lzma-sys v0.1.20
32692026-03-18T10:58:51.160Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-03-18T10:58:51.281Z Compiling hashbrown v0.12.3
32712026-03-18T10:58:51.284Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32722026-03-18T10:58:51.336Z Compiling unicase v2.9.0
32732026-03-18T10:58:51.424Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-03-18T10:58:51.665Z Compiling aes-gcm v0.10.3
32752026-03-18T10:58:51.711Z Compiling mime_guess v2.0.5
32762026-03-18T10:58:51.767Z Compiling git-stub-vcs v0.1.0
32772026-03-18T10:58:51.770Z Compiling serde-hex v0.1.0
32782026-03-18T10:58:51.829Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32792026-03-18T10:58:51.962Z Compiling slog-envlogger v2.2.0
32802026-03-18T10:58:52.074Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-03-18T10:58:52.321Z Compiling tabled_derive v0.11.0
32822026-03-18T10:58:52.390Z Compiling libscf-sys v1.1.0
32832026-03-18T10:58:52.432Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-03-18T10:58:52.614Z Compiling progenitor-impl v0.11.2
32852026-03-18T10:58:52.659Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32862026-03-18T10:58:52.737Z Compiling ron v0.8.1
32872026-03-18T10:58:52.821Z Compiling papergrid v0.17.0
32882026-03-18T10:58:52.976Z Compiling cargo_toml v0.22.3
32892026-03-18T10:58:53.009Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-03-18T10:58:53.453Z Compiling hashbrown v0.13.2
32912026-03-18T10:58:53.730Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32922026-03-18T10:58:53.777Z Compiling testing_table v0.3.0
32932026-03-18T10:58:54.027Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32942026-03-18T10:58:54.064Z Compiling ssh-encoding v0.2.0
32952026-03-18T10:58:54.148Z Compiling blowfish v0.9.1
32962026-03-18T10:58:54.182Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32972026-03-18T10:58:54.339Z Compiling nibble_vec v0.1.0
32982026-03-18T10:58:54.339Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32992026-03-18T10:58:54.522Z Compiling corncobs v0.1.4
33002026-03-18T10:58:54.550Z Compiling crc-any v2.5.0
33012026-03-18T10:58:54.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33022026-03-18T10:58:54.662Z Compiling endian-type v0.1.2
33032026-03-18T10:58:54.796Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-03-18T10:58:54.825Z Compiling bcrypt-pbkdf v0.10.0
33052026-03-18T10:58:54.938Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33062026-03-18T10:58:54.965Z Compiling radix_trie v0.2.1
33072026-03-18T10:58:55.041Z Compiling ssh-cipher v0.2.0
33082026-03-18T10:58:55.178Z Compiling tabled v0.20.0
33092026-03-18T10:58:55.316Z Compiling object v0.30.4
33102026-03-18T10:58:55.319Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33112026-03-18T10:58:55.387Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-03-18T10:58:55.426Z Compiling parking_lot v0.11.2
33132026-03-18T10:58:55.466Z Compiling progenitor v0.13.0
33142026-03-18T10:58:55.703Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33152026-03-18T10:58:55.768Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33162026-03-18T10:58:55.802Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-03-18T10:58:55.894Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33182026-03-18T10:58:56.001Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33192026-03-18T10:58:56.384Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-03-18T10:58:56.595Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33212026-03-18T10:58:56.622Z Compiling progenitor-macro v0.11.2
33222026-03-18T10:58:56.694Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33232026-03-18T10:58:57.040Z Compiling progenitor-client v0.11.2
33242026-03-18T10:58:57.147Z Compiling prefix-trie v0.7.0
33252026-03-18T10:58:57.194Z Compiling password-hash v0.4.2
33262026-03-18T10:58:57.219Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33272026-03-18T10:58:57.339Z Compiling fxhash v0.2.1
33282026-03-18T10:58:57.514Z Compiling secrecy v0.8.0
33292026-03-18T10:58:57.561Z Compiling http-range v0.1.5
33302026-03-18T10:58:57.721Z Compiling half v1.8.3
33312026-03-18T10:58:57.749Z Compiling path-slash v0.1.5
33322026-03-18T10:58:57.855Z Compiling hickory-server v0.25.2
33332026-03-18T10:58:57.920Z Compiling pbkdf2 v0.11.0
33342026-03-18T10:58:57.987Z Compiling sled v0.34.7
33352026-03-18T10:58:58.164Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-03-18T10:58:58.259Z Compiling serde_cbor v0.11.2
33372026-03-18T10:58:58.606Z Compiling progenitor v0.10.0
33382026-03-18T10:58:58.631Z Compiling ron v0.12.0
33392026-03-18T10:58:58.779Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33402026-03-18T10:58:58.845Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33412026-03-18T10:58:59.144Z Compiling xz2 v0.1.7
33422026-03-18T10:58:59.329Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33432026-03-18T10:58:59.598Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33442026-03-18T10:59:00.037Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33452026-03-18T10:59:00.064Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33462026-03-18T10:59:00.175Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33472026-03-18T10:59:00.489Z Compiling ssh-key v0.6.7
33482026-03-18T10:59:00.700Z Compiling hickory-client v0.25.2
33492026-03-18T10:59:00.922Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-03-18T10:59:01.031Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33512026-03-18T10:59:01.057Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33522026-03-18T10:59:01.223Z Compiling p256 v0.13.2
33532026-03-18T10:59:01.815Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33542026-03-18T10:59:01.866Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33552026-03-18T10:59:01.982Z Compiling p521 v0.13.3
33562026-03-18T10:59:02.120Z Compiling yasna v0.5.2
33572026-03-18T10:59:02.146Z Compiling kstat-rs v0.2.4
33582026-03-18T10:59:02.603Z Compiling headers-core v0.3.0
33592026-03-18T10:59:02.814Z Compiling nanorand v0.7.0
33602026-03-18T10:59:02.868Z Compiling russh-cryptovec v0.7.3
33612026-03-18T10:59:02.956Z Compiling atty v0.2.14
33622026-03-18T10:59:02.989Z Compiling md5 v0.7.0
33632026-03-18T10:59:03.092Z Compiling crc8 v0.1.1
33642026-03-18T10:59:03.150Z Compiling base16ct v1.0.0
33652026-03-18T10:59:03.150Z Compiling home v0.5.12
33662026-03-18T10:59:03.202Z Compiling flume v0.11.1
33672026-03-18T10:59:03.231Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-03-18T10:59:03.258Z Compiling rcgen v0.12.1
33692026-03-18T10:59:03.284Z Compiling headers v0.4.1
33702026-03-18T10:59:03.404Z Compiling russh-keys v0.45.0
33712026-03-18T10:59:03.407Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33722026-03-18T10:59:03.460Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33732026-03-18T10:59:03.526Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-03-18T10:59:03.642Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33752026-03-18T10:59:03.670Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-03-18T10:59:03.909Z Compiling hyper-staticfile v0.10.1
33772026-03-18T10:59:04.066Z Compiling progenitor v0.11.2
33782026-03-18T10:59:04.243Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33792026-03-18T10:59:04.305Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33802026-03-18T10:59:04.419Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33812026-03-18T10:59:04.535Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33822026-03-18T10:59:04.603Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33832026-03-18T10:59:04.664Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33842026-03-18T10:59:04.919Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33852026-03-18T10:59:05.142Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-03-18T10:59:05.513Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
33872026-03-18T10:59:05.547Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33882026-03-18T10:59:05.579Z Compiling num-bigint v0.4.6
33892026-03-18T10:59:05.620Z Compiling des v0.8.1
33902026-03-18T10:59:05.623Z Compiling subprocess v0.2.15
33912026-03-18T10:59:05.688Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33922026-03-18T10:59:05.929Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33932026-03-18T10:59:05.955Z Compiling display-error-chain v0.2.2
33942026-03-18T10:59:06.193Z Compiling hex-literal v0.4.1
33952026-03-18T10:59:06.294Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33962026-03-18T10:59:06.382Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33972026-03-18T10:59:06.405Z Compiling colored v2.2.0
33982026-03-18T10:59:06.580Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33992026-03-18T10:59:06.754Z Compiling socket2 v0.5.10
34002026-03-18T10:59:06.892Z Compiling internet-checksum v0.2.1
34012026-03-18T10:59:06.987Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34022026-03-18T10:59:07.402Z Compiling russh v0.45.0
34032026-03-18T10:59:07.902Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34042026-03-18T10:59:15.344Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34052026-03-18T10:59:25.647Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34062026-03-18T10:59:25.647Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34072026-03-18T10:59:25.650Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34082026-03-18T10:59:25.651Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34092026-03-18T10:59:27.872Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34102026-03-18T10:59:27.990Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34112026-03-18T10:59:33.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34122026-03-18T11:00:04.110Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-03-18T11:00:28.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34142026-03-18T11:00:29.018Z
34152026-03-18T11:00:29.022Zreal 1:59.860312127
34162026-03-18T11:00:29.022Zuser 11:43.766223015
34172026-03-18T11:00:29.022Zsys 2:07.775406945
34182026-03-18T11:00:29.022Ztrap 0.362207548
34192026-03-18T11:00:29.022Ztflt 0.494040412
34202026-03-18T11:00:29.022Zdflt 1.731867044
34212026-03-18T11:00:29.023Zkflt 0.000178061
34222026-03-18T11:00:29.023Zlock 41:02.894703670
34232026-03-18T11:00:29.023Zslp 26:37.630596099
34242026-03-18T11:00:29.023Zlat 45.071921657
34252026-03-18T11:00:29.023Zstop 4:00.432358512
34262026-03-18T11:00:29.023Z+ mkdir tests
34272026-03-18T11:00:29.026Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34282026-03-18T11:00:29.026Z+ xargs -I '{}' -t cp '{}' tests/
34292026-03-18T11:00:29.047Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34302026-03-18T11:00:29.079Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34312026-03-18T11:00:29.110Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34322026-03-18T11:00:29.142Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34332026-03-18T11:00:29.488Z+ 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/*)
34342026-03-18T11:00:29.492Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34352026-03-18T11:02:04.322ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34362026-03-18T11:02:04.322Za .github/buildomat/ci-env.sh 1K
34372026-03-18T11:02:04.322Za out/target/test 1K
34382026-03-18T11:02:04.322Za out/npuzone/npuzone 27402K
34392026-03-18T11:02:04.322Za package-manifest.toml 35K
34402026-03-18T11:02:04.322Za smf/sled-agent/non-gimlet/config.toml 6K
34412026-03-18T11:02:04.322Za target/release/omicron-package 40548K
34422026-03-18T11:02:04.322Za target/release/xtask 11433K
34432026-03-18T11:02:04.322Za target/debug/bootstrap 335821K
34442026-03-18T11:02:04.322Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34452026-03-18T11:02:04.322Za tests/commtest-24d786529c44a77c 32395K
34462026-03-18T11:02:04.322Za tests/dhcp_server-58b78f45b9570bbf 31310K
34472026-03-18T11:02:04.322Za tests/end_to_end_tests-a99e61b3cc7d9b0e 378116K
34482026-03-18T11:02:04.322Za out/clickhouse.tar.gz 301760K
34492026-03-18T11:02:04.322Za out/clickhouse_keeper.tar.gz 287211K
34502026-03-18T11:02:04.322Za out/clickhouse_server.tar.gz 301759K
34512026-03-18T11:02:04.322Za out/cockroachdb.tar.gz 156549K
34522026-03-18T11:02:04.322Za out/crucible-pantry-zone.tar.gz 38992K
34532026-03-18T11:02:04.322Za out/crucible-utils.tar 17744K
34542026-03-18T11:02:04.322Za out/crucible-zone.tar.gz 53130K
34552026-03-18T11:02:04.322Za out/external-dns.tar.gz 43629K
34562026-03-18T11:02:04.322Za out/internal-dns.tar.gz 43629K
34572026-03-18T11:02:04.322Za out/mg-ddm-gz.tar 78377K
34582026-03-18T11:02:04.322Za out/nexus.tar.gz 209999K
34592026-03-18T11:02:04.322Za out/ntp.tar.gz 25432K
34602026-03-18T11:02:04.322Za out/omicron-gateway-softnpu.tar.gz 28238K
34612026-03-18T11:02:04.322Za out/omicron-sled-agent.tar 186637K
34622026-03-18T11:02:04.322Za out/overlay.tar.gz 3K
34632026-03-18T11:02:04.322Za out/oximeter.tar.gz 57469K
34642026-03-18T11:02:04.323Za out/oxlog.tar 3782K
34652026-03-18T11:02:04.323Za out/probe.tar.gz 3037K
34662026-03-18T11:02:04.323Za out/propolis-server.tar.gz 74633K
34672026-03-18T11:02:04.323Za out/pumpkind-gz.tar 26647K
34682026-03-18T11:02:04.323Za out/switch-softnpu.tar.gz 368796K
34692026-03-18T11:02:04.326Z
34702026-03-18T11:02:04.326Zreal 1:34.826822333
34712026-03-18T11:02:04.326Zuser 1:31.877452405
34722026-03-18T11:02:04.326Zsys 6.036154759
34732026-03-18T11:02:04.326Ztrap 0.006098911
34742026-03-18T11:02:04.326Ztflt 0.000000000
34752026-03-18T11:02:04.326Zdflt 0.000000000
34762026-03-18T11:02:04.326Zkflt 0.000000000
34772026-03-18T11:02:04.326Zlock 0.000000000
34782026-03-18T11:02:04.326Zslp 1:31.109084271
34792026-03-18T11:02:04.326Zlat 0.619285536
34802026-03-18T11:02:04.326Zstop 0.000552952
34812026-03-18T11:02:04.329Zprocess exited: duration 1174771 ms, exit code 0
 
34822026-03-18T11:02:04.344Zfound 1 output files
34832026-03-18T11:02:04.344Zuploading: /work/package.tar.gz (2321982677 bytes)
34842026-03-18T11:02:33.066Zuploaded: /work/package.tar.gz