01KS4TZK9ZFDRTX2394H0HPNHY: 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: 01KS4V00QX38N65TKQBB6FT6NM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T08:39:43.107Zjob assigned to worker 01KS4V08EMBP2GWBP92A05JREG [factory aws, i-0de134c630d286b53] (queued for 50 s)
 
22026-05-21T08:39:50.356Zstarting task 0: "setup"
32026-05-21T08:39:50.361Z++ uname -s
42026-05-21T08:39:50.364Z+ kern=SunOS
52026-05-21T08:39:50.364Z+ build_user=build
62026-05-21T08:39:50.364Z+ build_uid=12345
72026-05-21T08:39:50.364Z+ work_dir=/work
82026-05-21T08:39:50.364Z+ input_dir=/input
92026-05-21T08:39:50.364Z+ [[ 0 == 12345 ]]
102026-05-21T08:39:50.364Z+ case "$kern" in
112026-05-21T08:39:50.364Z+ groupadd -g 12345 build
122026-05-21T08:39:50.367Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T08:39:52.374Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T08:39:52.496Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T08:39:52.499Z+ home_fs=zfs
162026-05-21T08:39:52.499Z+ [[ zfs == autofs ]]
172026-05-21T08:39:52.499Z+ mkdir -p /home/build
182026-05-21T08:39:52.502Z+ chown build:build /home/build /work
192026-05-21T08:39:53.502Z+ chmod 0700 /home/build /work
202026-05-21T08:39:53.505Zprocess exited: duration 3152 ms, exit code 0
 
212026-05-21T08:39:53.511Zstarting task 1: "rust-toolchain"
222026-05-21T08:39:53.517Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T08:39:53.517Z * rust toolchain channel = "1.94.0"
242026-05-21T08:39:53.517Z * rust toolchain profile = "default"
252026-05-21T08:39:53.518Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T08:39:53.518Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T08:39:53.518Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T08:39:53.521Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T08:39:53.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T08:39:53.622Zinfo: downloading installer
312026-05-21T08:39:55.062Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T08:39:55.062Zwarn: /home/build/.rustup/settings.toml
332026-05-21T08:39:55.062Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T08:39:55.062Zwarn: instead of the one inferred from the default host triple.
352026-05-21T08:39:55.074Zinfo: profile set to default
362026-05-21T08:39:55.074Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T08:39:55.077Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T08:39:55.213Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T08:39:55.216Zinfo: downloading 6 components
402026-05-21T08:40:09.363Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T08:40:09.363Z
422026-05-21T08:40:09.397Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T08:40:09.397Z
442026-05-21T08:40:09.397Z
452026-05-21T08:40:09.397ZRust is installed now. Great!
462026-05-21T08:40:09.397Z
472026-05-21T08:40:09.400ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T08:40:09.400Zenvironment variable. This has not been done automatically.
492026-05-21T08:40:09.400Z
502026-05-21T08:40:09.400ZTo configure your current shell, you need to source
512026-05-21T08:40:09.400Zthe corresponding env file under $HOME/.cargo.
522026-05-21T08:40:09.400Z
532026-05-21T08:40:09.400ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T08:40:09.400Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T08:40:09.400Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T08:40:09.400Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T08:40:09.400Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T08:40:09.400Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T08:40:09.401Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T08:40:09.401Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T08:40:09.401Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T08:40:09.512Z+ rustup --version
632026-05-21T08:40:09.520Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T08:40:09.523Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T08:40:09.541Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T08:40:09.544Z+ cargo --version
672026-05-21T08:40:09.552Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T08:40:09.555Z+ rustc --version
692026-05-21T08:40:09.575Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T08:40:09.578Zprocess exited: duration 16066 ms, exit code 0
 
712026-05-21T08:40:09.584Zstarting task 2: "authentication"
722026-05-21T08:40:09.601Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T08:40:09.607Zstarting task 3: "clone repository"
742026-05-21T08:40:09.611Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T08:40:09.614Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T08:40:09.655ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T08:40:19.678Z+ cd /work/oxidecomputer/omicron
782026-05-21T08:40:19.678Z+ git fetch origin 99582913ae28f9f8935d469a14830b7d04f7ac76
792026-05-21T08:40:19.958ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T08:40:19.958Z * branch 99582913ae28f9f8935d469a14830b7d04f7ac76 -> FETCH_HEAD
812026-05-21T08:40:19.973Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T08:40:19.976Z++ git branch --show-current
832026-05-21T08:40:19.979Z+ current=main
842026-05-21T08:40:19.979Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T08:40:19.979Z+ git branch -f zl/ddm-internal-dns 99582913ae28f9f8935d469a14830b7d04f7ac76
862026-05-21T08:40:19.985Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T08:40:20.218ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T08:40:20.221Z+ git reset --hard 99582913ae28f9f8935d469a14830b7d04f7ac76
892026-05-21T08:40:20.455ZHEAD is now at 99582913a merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T08:40:20.458Zprocess exited: duration 10850 ms, exit code 0
 
912026-05-21T08:40:20.463Zstarting task 4: "build"
922026-05-21T08:40:20.469Z+ source .github/buildomat/ci-env.sh
932026-05-21T08:40:20.469Z++ export CARGO_TERM_COLOR=always
942026-05-21T08:40:20.469Z++ CARGO_TERM_COLOR=always
952026-05-21T08:40:20.469Z+ cargo --version
962026-05-21T08:40:20.480Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T08:40:20.483Z+ rustc --version
982026-05-21T08:40:20.503Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T08:40:20.506Z+ WORK=/work
1002026-05-21T08:40:20.506Z+ pfexec mkdir -p /work
1012026-05-21T08:40:20.509Z+ pfexec chown build /work
1022026-05-21T08:40:20.512Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T08:40:22.021Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T08:40:22.078Z Startup: Caching catalogs ... Done
1052026-05-21T08:40:22.283ZPlanning: Solver setup ... Done (0.171s)
1062026-05-21T08:40:22.299ZPlanning: Running solver ... Done (0.016s)
1072026-05-21T08:40:22.305ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-21T08:40:22.316ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T08:40:22.337ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T08:40:22.352ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T08:40:22.355ZPlanning: Merging actions ... Done (0.001s)
1122026-05-21T08:40:22.539ZPlanning: Checking for conflicting actions ... Done (0.185s)
1132026-05-21T08:40:22.542ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T08:40:23.438ZPlanning: Evaluating mediators ... Done (0.898s)
1152026-05-21T08:40:23.441ZPlanning: Planning completed in 1.34 seconds
1162026-05-21T08:40:23.449Z Packages to install: 2
1172026-05-21T08:40:23.449Z Estimated space available: 156.10 GB
1182026-05-21T08:40:23.449ZEstimated space to be consumed: 19.75 MB
1192026-05-21T08:40:23.449Z Create boot environment: No
1202026-05-21T08:40:23.449ZCreate backup boot environment: No
1212026-05-21T08:40:23.452Z Rebuild boot archive: No
1222026-05-21T08:40:23.452Z
1232026-05-21T08:40:23.452ZChanged packages:
1242026-05-21T08:40:23.452Zhelios
1252026-05-21T08:40:23.452Z developer/build-essential
1262026-05-21T08:40:23.452Z None -> 11-3.0
1272026-05-21T08:40:23.452Z library/libxmlsec1
1282026-05-21T08:40:23.452Z None -> 1.2.35-3.0
1292026-05-21T08:40:23.475Z
1302026-05-21T08:40:23.475ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T08:40:24.035ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1322026-05-21T08:40:24.169Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T08:40:24.212Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T08:40:24.219ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-21T08:40:24.219ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T08:40:24.235ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T08:40:26.813ZFinalize: Creating fast lookup database ... Done (2.556s)
1382026-05-21T08:40:26.888ZFinalize: Reading search index ... Done (0.012s)
1392026-05-21T08:40:26.891ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T08:40:26.971ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T08:40:27.264ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T08:40:27.368ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T08:40:27.371ZPlanning: Consolidating action changes ... Done
1442026-05-21T08:40:27.526ZPlanning: Evaluating mediators ... Done
1452026-05-21T08:40:27.529ZPlanning: Planning completed in 0.26 seconds
1462026-05-21T08:40:27.552Z Mediators to change: 2
1472026-05-21T08:40:27.552Z Create boot environment: No
1482026-05-21T08:40:27.555ZCreate backup boot environment: No
1492026-05-21T08:40:27.616ZFinalize: Updating package state database ... Done
1502026-05-21T08:40:27.616ZFinalize: Updating package cache ... Done
1512026-05-21T08:40:27.625ZFinalize: Updating image state ... Done
1522026-05-21T08:40:29.548ZFinalize: Creating fast lookup database ... Done
1532026-05-21T08:40:29.611ZFinalize: Reading search index ... Done
1542026-05-21T08:40:29.614ZFinalize: Updating search index ... Done
1552026-05-21T08:40:29.695ZFinalize: Updating package cache ... Done
1562026-05-21T08:40:29.979ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T08:40:30.083ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T08:40:30.086ZPlanning: Consolidating action changes ... Done
1592026-05-21T08:40:30.241ZPlanning: Evaluating mediators ... Done
1602026-05-21T08:40:30.243ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T08:40:30.266Z Mediators to change: 1
1622026-05-21T08:40:30.266Z Create boot environment: No
1632026-05-21T08:40:30.266ZCreate backup boot environment: No
1642026-05-21T08:40:30.319ZFinalize: Updating package state database ... Done
1652026-05-21T08:40:30.320ZFinalize: Updating package cache ... Done
1662026-05-21T08:40:30.331ZFinalize: Updating image state ... Done
1672026-05-21T08:40:32.269ZFinalize: Creating fast lookup database ... Done
1682026-05-21T08:40:32.337ZFinalize: Reading search index ... Done
1692026-05-21T08:40:32.340ZFinalize: Updating search index ... Done
1702026-05-21T08:40:32.421ZFinalize: Updating package cache ... Done
1712026-05-21T08:40:32.731ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T08:40:32.731Zapache system 2.4 system
1732026-05-21T08:40:32.731Zclang system 15 system
1742026-05-21T08:40:32.731Zcsh system system illumos
1752026-05-21T08:40:32.731Zctags system system illumos
1762026-05-21T08:40:32.731Zfile vendor vendor darwinsys
1772026-05-21T08:40:32.731Zfile system system illumos
1782026-05-21T08:40:32.731Zgcc vendor 14 vendor
1792026-05-21T08:40:32.731Zgcc system 13 system
1802026-05-21T08:40:32.731Zgcc system 10 system
1812026-05-21T08:40:32.731Zgo system 1.25 system
1822026-05-21T08:40:32.731Zllvm system 15 system
1832026-05-21T08:40:32.731Zmariadb system 11.4 system
1842026-05-21T08:40:32.731Zmta vendor vendor dma
1852026-05-21T08:40:32.731Zopenjdk system 17 system
1862026-05-21T08:40:32.731Zopenjdk system 11 system
1872026-05-21T08:40:32.731Zopenssl vendor 3 vendor
1882026-05-21T08:40:32.731Zperl system 5.40 system
1892026-05-21T08:40:32.731Zpostgresql system 18 system
1902026-05-21T08:40:32.731Zpostgresql system 17 system
1912026-05-21T08:40:32.731Zpython vendor 3 vendor
1922026-05-21T08:40:32.731Zpython system 2 system
1932026-05-21T08:40:32.731Zpython3 vendor 3.13 vendor
1942026-05-21T08:40:32.731Zruby system 3.4 system
1952026-05-21T08:40:32.731Zruby system 3.0 system
1962026-05-21T08:40:32.731Zwords vendor vendor american-english
1972026-05-21T08:40:32.731Zwords system system australian-english
1982026-05-21T08:40:32.731Zwords system system british-english
1992026-05-21T08:40:32.731Zwords system system canadian-english
2002026-05-21T08:40:32.731Zwords system system french
2012026-05-21T08:40:32.731Zwords system system italian
2022026-05-21T08:40:32.731Zwords system system ngerman
2032026-05-21T08:40:32.731Zwords system system ogerman
2042026-05-21T08:40:32.731Zwords system system spanish
2052026-05-21T08:40:32.985ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T08:40:32.985Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T08:40:33.259ZFMRI IFO
2082026-05-21T08:40:33.259Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T08:40:33.259Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T08:40:33.259Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T08:40:33.259Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T08:40:33.259Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T08:40:33.260Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T08:40:33.260Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T08:40:33.260Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T08:40:33.260Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T08:40:33.496Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T08:40:33.764Z Updating crates.io index
2192026-05-21T08:40:33.767Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T08:40:34.328Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T08:40:34.624Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T08:40:35.018Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T08:40:36.031Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T08:40:36.556Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T08:40:37.839Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T08:40:38.590Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T08:40:38.989Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T08:40:40.067Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T08:40:40.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T08:40:40.678Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T08:40:40.983Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T08:40:41.985Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T08:40:42.426Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T08:40:42.650Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T08:40:42.991Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T08:40:43.225Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T08:40:43.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T08:40:43.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T08:40:44.145Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T08:40:44.369Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T08:40:44.766Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T08:40:45.133Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T08:40:45.670Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T08:40:46.020Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T08:40:46.312Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T08:40:46.600Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T08:40:47.831Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-21T08:40:48.745Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-21T08:40:49.159Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-21T08:40:49.519Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-21T08:40:49.846Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-21T08:40:50.133Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-21T08:40:50.457Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-21T08:40:50.792Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-21T08:40:51.318Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-21T08:40:51.564Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-21T08:40:51.803Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-21T08:41:04.898Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-21T08:41:05.323Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-05-21T08:41:07.180Z Locking 2 packages to latest Rust 1.94.0 compatible versions
2612026-05-21T08:41:07.181Z Adding common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2622026-05-21T08:41:07.181Z Adding dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2632026-05-21T08:41:07.223Z Downloading crates ...
2642026-05-21T08:41:07.270Z Downloaded colorchoice v1.0.4
2652026-05-21T08:41:07.275Z Downloaded anstyle-query v1.1.5
2662026-05-21T08:41:07.278Z Downloaded clap_lex v1.0.0
2672026-05-21T08:41:07.281Z Downloaded equivalent v1.0.2
2682026-05-21T08:41:07.281Z Downloaded crypto-common v0.1.7
2692026-05-21T08:41:07.281Z Downloaded cpufeatures v0.2.17
2702026-05-21T08:41:07.284Z Downloaded usdt-attr-macro v0.5.0
2712026-05-21T08:41:07.284Z Downloaded dof v0.3.0
2722026-05-21T08:41:07.284Z Downloaded anstream v1.0.0
2732026-05-21T08:41:07.287Z Downloaded thread-id v4.2.2
2742026-05-21T08:41:07.287Z Downloaded dtrace-parser v0.2.0
2752026-05-21T08:41:07.290Z Downloaded thiserror v2.0.18
2762026-05-21T08:41:07.293Z Downloaded toml_datetime v0.6.11
2772026-05-21T08:41:07.293Z Downloaded erased-serde v0.4.9
2782026-05-21T08:41:07.295Z Downloaded tinystr v0.8.2
2792026-05-21T08:41:07.298Z Downloaded toml_write v0.1.2
2802026-05-21T08:41:07.298Z Downloaded toml v0.8.23
2812026-05-21T08:41:07.301Z Downloaded tabled_derive v0.7.0
2822026-05-21T08:41:07.301Z Downloaded fastrand v2.3.0
2832026-05-21T08:41:07.301Z Downloaded cfg-if v1.0.4
2842026-05-21T08:41:07.301Z Downloaded macaddr v1.0.1
2852026-05-21T08:41:07.304Z Downloaded textwrap v0.16.2
2862026-05-21T08:41:07.304Z Downloaded cargo_toml v0.21.0
2872026-05-21T08:41:07.306Z Downloaded displaydoc v0.2.5
2882026-05-21T08:41:07.306Z Downloaded yoke-derive v0.8.1
2892026-05-21T08:41:07.306Z Downloaded unicode-linebreak v0.1.5
2902026-05-21T08:41:07.309Z Downloaded digest v0.10.7
2912026-05-21T08:41:07.309Z Downloaded clap_derive v4.6.1
2922026-05-21T08:41:07.309Z Downloaded thiserror-impl v2.0.18
2932026-05-21T08:41:07.312Z Downloaded proc-macro-error-attr v1.0.4
2942026-05-21T08:41:07.312Z Downloaded block-buffer v0.10.4
2952026-05-21T08:41:07.312Z Downloaded anstyle v1.0.14
2962026-05-21T08:41:07.314Z Downloaded anstyle-parse v1.0.0
2972026-05-21T08:41:07.315Z Downloaded fnv v1.0.7
2982026-05-21T08:41:07.315Z Downloaded utf8parse v0.2.2
2992026-05-21T08:41:07.315Z Downloaded zerofrom-derive v0.1.6
3002026-05-21T08:41:07.317Z Downloaded typeid v1.0.3
3012026-05-21T08:41:07.317Z Downloaded serde-untagged v0.1.9
3022026-05-21T08:41:07.320Z Downloaded zerofrom v0.1.6
3032026-05-21T08:41:07.320Z Downloaded version_check v0.9.5
3042026-05-21T08:41:07.320Z Downloaded camino-tempfile v1.4.1
3052026-05-21T08:41:07.323Z Downloaded unicode-xid v0.2.6
3062026-05-21T08:41:07.323Z Downloaded anyhow v1.0.102
3072026-05-21T08:41:07.326Z Downloaded idna_adapter v1.2.1
3082026-05-21T08:41:07.326Z Downloaded byteorder v1.5.0
3092026-05-21T08:41:07.328Z Downloaded usdt v0.5.0
3102026-05-21T08:41:07.328Z Downloaded zerovec-derive v0.11.2
3112026-05-21T08:41:07.331Z Downloaded thiserror v1.0.69
3122026-05-21T08:41:07.331Z Downloaded usdt-impl v0.5.0
3132026-05-21T08:41:07.334Z Downloaded serde_spanned v0.6.9
3142026-05-21T08:41:07.334Z Downloaded itoa v1.0.17
3152026-05-21T08:41:07.334Z Downloaded plain v0.2.3
3162026-05-21T08:41:07.334Z Downloaded zmij v1.0.21
3172026-05-21T08:41:07.337Z Downloaded thiserror-impl v1.0.69
3182026-05-21T08:41:07.337Z Downloaded usdt-macro v0.5.0
3192026-05-21T08:41:07.337Z Downloaded utf8_iter v1.0.4
3202026-05-21T08:41:07.340Z Downloaded percent-encoding v2.3.2
3212026-05-21T08:41:07.340Z Downloaded pretty-hex v0.4.1
3222026-05-21T08:41:07.343Z Downloaded writeable v0.6.2
3232026-05-21T08:41:07.347Z Downloaded yoke v0.8.1
3242026-05-21T08:41:07.350Z Downloaded errno v0.3.14
3252026-05-21T08:41:07.352Z Downloaded zerocopy-derive v0.7.35
3262026-05-21T08:41:07.355Z Downloaded swrite v0.1.0
3272026-05-21T08:41:07.358Z Downloaded memmap v0.7.0
3282026-05-21T08:41:07.358Z Downloaded generic-array v0.14.7
3292026-05-21T08:41:07.358Z Downloaded ucd-trie v0.1.7
3302026-05-21T08:41:07.363Z Downloaded unicode-ident v1.0.24
3312026-05-21T08:41:07.366Z Downloaded stable_deref_trait v1.2.1
3322026-05-21T08:41:07.366Z Downloaded serde-value v0.7.0
3332026-05-21T08:41:07.368Z Downloaded is_terminal_polyfill v1.70.2
3342026-05-21T08:41:07.369Z Downloaded terminal_size v0.4.3
3352026-05-21T08:41:07.369Z Downloaded typenum v1.19.0
3362026-05-21T08:41:07.371Z Downloaded cargo-util-schemas v0.8.2
3372026-05-21T08:41:07.371Z Downloaded url v2.5.8
3382026-05-21T08:41:07.374Z Downloaded proc-macro-error v1.0.4
3392026-05-21T08:41:07.374Z Downloaded zerotrie v0.2.3
3402026-05-21T08:41:07.377Z Downloaded toml_edit v0.22.27
3412026-05-21T08:41:07.380Z Downloaded scroll_derive v0.12.1
3422026-05-21T08:41:07.380Z Downloaded smawk v0.3.2
3432026-05-21T08:41:07.382Z Downloaded potential_utf v0.1.4
3442026-05-21T08:41:07.382Z Downloaded form_urlencoded v1.2.2
3452026-05-21T08:41:07.382Z Downloaded clap v4.6.1
3462026-05-21T08:41:07.386Z Downloaded zerocopy v0.7.35
3472026-05-21T08:41:07.394Z Downloaded zerovec v0.11.5
3482026-05-21T08:41:07.397Z Downloaded cargo-platform v0.2.0
3492026-05-21T08:41:07.400Z Downloaded bytecount v0.6.9
3502026-05-21T08:41:07.400Z Downloaded sha2 v0.10.9
3512026-05-21T08:41:07.402Z Downloaded heck v0.5.0
3522026-05-21T08:41:07.402Z Downloaded strsim v0.11.1
3532026-05-21T08:41:07.402Z Downloaded ordered-float v2.10.1
3542026-05-21T08:41:07.402Z Downloaded bitflags v2.11.0
3552026-05-21T08:41:07.405Z Downloaded winnow v0.7.14
3562026-05-21T08:41:07.410Z Downloaded serde_tokenstream v0.2.3
3572026-05-21T08:41:07.412Z Downloaded heck v0.4.1
3582026-05-21T08:41:07.412Z Downloaded fs-err v3.3.0
3592026-05-21T08:41:07.412Z Downloaded unicode-width v0.2.0
3602026-05-21T08:41:07.415Z Downloaded cargo_metadata v0.21.0
3612026-05-21T08:41:07.418Z Downloaded unicode-width v0.1.14
3622026-05-21T08:41:07.421Z Downloaded scroll v0.12.0
3632026-05-21T08:41:07.421Z Downloaded autocfg v1.5.0
3642026-05-21T08:41:07.431Z Downloaded litemap v0.8.1
3652026-05-21T08:41:07.434Z Downloaded camino v1.2.2
3662026-05-21T08:41:07.437Z Downloaded pest_generator v2.8.6
3672026-05-21T08:41:07.440Z Downloaded once_cell v1.21.3
3682026-05-21T08:41:07.447Z Downloaded tempfile v3.25.0
3692026-05-21T08:41:07.450Z Downloaded semver v1.0.28
3702026-05-21T08:41:07.460Z Downloaded smallvec v1.15.1
3712026-05-21T08:41:07.462Z Downloaded synstructure v0.13.2
3722026-05-21T08:41:07.465Z Downloaded quote v1.0.45
3732026-05-21T08:41:07.468Z Downloaded log v0.4.29
3742026-05-21T08:41:07.473Z Downloaded num-traits v0.2.19
3752026-05-21T08:41:07.479Z Downloaded serde_derive v1.0.228
3762026-05-21T08:41:07.482Z Downloaded proc-macro2 v1.0.106
3772026-05-21T08:41:07.485Z Downloaded pest_derive v2.8.6
3782026-05-21T08:41:07.485Z Downloaded icu_provider v2.1.1
3792026-05-21T08:41:07.487Z Downloaded getrandom v0.4.1
3802026-05-21T08:41:07.490Z Downloaded serde_core v1.0.228
3812026-05-21T08:41:07.490Z Downloaded papergrid v0.11.0
3822026-05-21T08:41:07.493Z Downloaded icu_locale_core v2.1.1
3832026-05-21T08:41:07.499Z Downloaded icu_properties v2.1.2
3842026-05-21T08:41:07.505Z Downloaded serde v1.0.228
3852026-05-21T08:41:07.508Z Downloaded pest_meta v2.8.6
3862026-05-21T08:41:07.511Z Downloaded memchr v2.8.0
3872026-05-21T08:41:07.513Z Downloaded icu_normalizer v2.1.1
3882026-05-21T08:41:07.514Z Downloaded icu_normalizer_data v2.1.1
3892026-05-21T08:41:07.516Z Downloaded icu_collections v2.1.1
3902026-05-21T08:41:07.527Z Downloaded indexmap v2.14.0
3912026-05-21T08:41:07.551Z Downloaded idna v1.1.0
3922026-05-21T08:41:07.554Z Downloaded icu_properties_data v2.1.2
3932026-05-21T08:41:07.558Z Downloaded pest v2.8.6
3942026-05-21T08:41:07.560Z Downloaded serde_json v1.0.149
3952026-05-21T08:41:07.564Z Downloaded clap_builder v4.6.0
3962026-05-21T08:41:07.570Z Downloaded hashbrown v0.17.0
3972026-05-21T08:41:07.580Z Downloaded goblin v0.8.2
3982026-05-21T08:41:07.586Z Downloaded tabled v0.15.0
3992026-05-21T08:41:07.595Z Downloaded syn v1.0.109
4002026-05-21T08:41:07.605Z Downloaded syn v2.0.117
4012026-05-21T08:41:07.622Z Downloaded rustix v1.1.3
4022026-05-21T08:41:07.648Z Downloaded libc v0.2.185
4032026-05-21T08:41:07.717Z Compiling proc-macro2 v1.0.106
4042026-05-21T08:41:07.719Z Compiling unicode-ident v1.0.24
4052026-05-21T08:41:07.719Z Compiling quote v1.0.45
4062026-05-21T08:41:07.720Z Compiling serde_core v1.0.228
4072026-05-21T08:41:07.720Z Compiling libc v0.2.185
4082026-05-21T08:41:07.720Z Compiling version_check v0.9.5
4092026-05-21T08:41:07.720Z Compiling memchr v2.8.0
4102026-05-21T08:41:07.720Z Compiling serde v1.0.228
4112026-05-21T08:41:07.720Z Compiling stable_deref_trait v1.2.1
4122026-05-21T08:41:07.720Z Compiling zmij v1.0.21
4132026-05-21T08:41:07.915Z Compiling itoa v1.0.17
4142026-05-21T08:41:07.930Z Compiling ucd-trie v0.1.7
4152026-05-21T08:41:07.933Z Compiling autocfg v1.5.0
4162026-05-21T08:41:07.933Z Compiling thiserror v1.0.69
4172026-05-21T08:41:07.933Z Compiling writeable v0.6.2
4182026-05-21T08:41:08.069Z Compiling litemap v0.8.1
4192026-05-21T08:41:08.322Z Compiling byteorder v1.5.0
4202026-05-21T08:41:08.383Z Compiling icu_properties_data v2.1.2
4212026-05-21T08:41:08.399Z Compiling icu_normalizer_data v2.1.1
4222026-05-21T08:41:08.402Z Compiling rustix v1.1.3
4232026-05-21T08:41:08.402Z Compiling serde_json v1.0.149
4242026-05-21T08:41:08.402Z Compiling bitflags v2.11.0
4252026-05-21T08:41:08.502Z Compiling pest v2.8.6
4262026-05-21T08:41:08.621Z Compiling typeid v1.0.3
4272026-05-21T08:41:08.657Z Compiling num-traits v0.2.19
4282026-05-21T08:41:08.724Z Compiling equivalent v1.0.2
4292026-05-21T08:41:08.727Z Compiling smallvec v1.15.1
4302026-05-21T08:41:08.774Z Compiling hashbrown v0.17.0
4312026-05-21T08:41:08.806Z Compiling proc-macro-error-attr v1.0.4
4322026-05-21T08:41:08.855Z Compiling usdt-impl v0.5.0
4332026-05-21T08:41:08.855Z Compiling erased-serde v0.4.9
4342026-05-21T08:41:08.912Z Compiling errno v0.3.14
4352026-05-21T08:41:08.951Z Compiling thread-id v4.2.2
4362026-05-21T08:41:08.988Z Compiling syn v1.0.109
4372026-05-21T08:41:09.007Z Compiling toml_write v0.1.2
4382026-05-21T08:41:09.042Z Compiling winnow v0.7.14
4392026-05-21T08:41:09.132Z Compiling proc-macro-error v1.0.4
4402026-05-21T08:41:09.169Z Compiling thiserror v2.0.18
4412026-05-21T08:41:09.258Z Compiling utf8_iter v1.0.4
4422026-05-21T08:41:09.293Z Compiling percent-encoding v2.3.2
4432026-05-21T08:41:09.311Z Compiling camino v1.2.2
4442026-05-21T08:41:09.314Z Compiling syn v2.0.117
4452026-05-21T08:41:09.381Z Compiling indexmap v2.14.0
4462026-05-21T08:41:09.424Z Compiling getrandom v0.4.1
4472026-05-21T08:41:09.467Z Compiling utf8parse v0.2.2
4482026-05-21T08:41:09.497Z Compiling plain v0.2.3
4492026-05-21T08:41:09.500Z Compiling log v0.4.29
4502026-05-21T08:41:09.624Z Compiling anstyle-parse v1.0.0
4512026-05-21T08:41:09.641Z Compiling form_urlencoded v1.2.2
4522026-05-21T08:41:09.694Z Compiling pest_meta v2.8.6
4532026-05-21T08:41:09.777Z Compiling ordered-float v2.10.1
4542026-05-21T08:41:09.852Z Compiling anstyle v1.0.14
4552026-05-21T08:41:09.855Z Compiling cfg-if v1.0.4
4562026-05-21T08:41:09.920Z Compiling is_terminal_polyfill v1.70.2
4572026-05-21T08:41:09.942Z Compiling colorchoice v1.0.4
4582026-05-21T08:41:09.963Z Compiling anstyle-query v1.1.5
4592026-05-21T08:41:09.967Z Compiling pretty-hex v0.4.1
4602026-05-21T08:41:10.052Z Compiling fs-err v3.3.0
4612026-05-21T08:41:10.071Z Compiling fastrand v2.3.0
4622026-05-21T08:41:10.092Z Compiling anstream v1.0.0
4632026-05-21T08:41:10.095Z Compiling unicode-xid v0.2.6
4642026-05-21T08:41:10.148Z Compiling terminal_size v0.4.3
4652026-05-21T08:41:10.148Z Compiling bytecount v0.6.9
4662026-05-21T08:41:10.188Z Compiling unicode-width v0.1.14
4672026-05-21T08:41:10.217Z Compiling heck v0.4.1
4682026-05-21T08:41:10.357Z Compiling semver v1.0.28
4692026-05-21T08:41:10.417Z Compiling fnv v1.0.7
4702026-05-21T08:41:10.442Z Compiling heck v0.5.0
4712026-05-21T08:41:10.462Z Compiling clap_lex v1.0.0
4722026-05-21T08:41:10.466Z Compiling anyhow v1.0.102
4732026-05-21T08:41:10.499Z Compiling strsim v0.11.1
4742026-05-21T08:41:10.516Z Compiling once_cell v1.21.3
4752026-05-21T08:41:10.544Z Compiling papergrid v0.11.0
4762026-05-21T08:41:10.701Z Compiling serde-untagged v0.1.9
4772026-05-21T08:41:10.720Z Compiling clap_builder v4.6.0
4782026-05-21T08:41:10.738Z Compiling tempfile v3.25.0
4792026-05-21T08:41:10.773Z Compiling memmap v0.7.0
4802026-05-21T08:41:10.776Z Compiling smawk v0.3.2
4812026-05-21T08:41:10.808Z Compiling unicode-linebreak v0.1.5
4822026-05-21T08:41:10.869Z Compiling unicode-width v0.2.0
4832026-05-21T08:41:10.964Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-05-21T08:41:10.979Z Compiling camino-tempfile v1.4.1
4852026-05-21T08:41:11.049Z Compiling swrite v0.1.0
4862026-05-21T08:41:11.142Z Compiling textwrap v0.16.2
4872026-05-21T08:41:11.386Z Compiling tabled_derive v0.7.0
4882026-05-21T08:41:11.850Z Compiling synstructure v0.13.2
4892026-05-21T08:41:11.851Z Compiling pest_generator v2.8.6
4902026-05-21T08:41:12.033Z Compiling tabled v0.15.0
4912026-05-21T08:41:12.428Z Compiling serde_derive v1.0.228
4922026-05-21T08:41:12.565Z Compiling zerofrom-derive v0.1.6
4932026-05-21T08:41:12.565Z Compiling yoke-derive v0.8.1
4942026-05-21T08:41:12.565Z Compiling zerovec-derive v0.11.2
4952026-05-21T08:41:12.566Z Compiling displaydoc v0.2.5
4962026-05-21T08:41:12.566Z Compiling thiserror-impl v1.0.69
4972026-05-21T08:41:12.566Z Compiling zerocopy-derive v0.7.35
4982026-05-21T08:41:12.566Z Compiling scroll_derive v0.12.1
4992026-05-21T08:41:12.566Z Compiling thiserror-impl v2.0.18
5002026-05-21T08:41:12.566Z Compiling pest_derive v2.8.6
5012026-05-21T08:41:12.647Z Compiling clap_derive v4.6.1
5022026-05-21T08:41:13.273Z Compiling scroll v0.12.0
5032026-05-21T08:41:13.359Z Compiling zerocopy v0.7.35
5042026-05-21T08:41:13.510Z Compiling goblin v0.8.2
5052026-05-21T08:41:13.594Z Compiling zerofrom v0.1.6
5062026-05-21T08:41:13.654Z Compiling yoke v0.8.1
5072026-05-21T08:41:13.685Z Compiling dtrace-parser v0.2.0
5082026-05-21T08:41:13.810Z Compiling zerovec v0.11.5
5092026-05-21T08:41:13.810Z Compiling zerotrie v0.2.3
5102026-05-21T08:41:13.952Z Compiling clap v4.6.1
5112026-05-21T08:41:14.244Z Compiling tinystr v0.8.2
5122026-05-21T08:41:14.244Z Compiling potential_utf v0.1.4
5132026-05-21T08:41:14.357Z Compiling icu_collections v2.1.1
5142026-05-21T08:41:14.410Z Compiling icu_locale_core v2.1.1
5152026-05-21T08:41:14.900Z Compiling serde_spanned v0.6.9
5162026-05-21T08:41:14.900Z Compiling toml_datetime v0.6.11
5172026-05-21T08:41:14.900Z Compiling serde-value v0.7.0
5182026-05-21T08:41:14.902Z Compiling cargo-platform v0.2.0
5192026-05-21T08:41:14.902Z Compiling macaddr v1.0.1
5202026-05-21T08:41:14.918Z Compiling dof v0.3.0
5212026-05-21T08:41:14.920Z Compiling serde_tokenstream v0.2.3
5222026-05-21T08:41:14.971Z Compiling icu_provider v2.1.1
5232026-05-21T08:41:15.102Z Compiling toml_edit v0.22.27
5242026-05-21T08:41:15.229Z Compiling icu_properties v2.1.2
5252026-05-21T08:41:15.229Z Compiling icu_normalizer v2.1.1
5262026-05-21T08:41:15.650Z Compiling usdt-attr-macro v0.5.0
5272026-05-21T08:41:15.655Z Compiling usdt-macro v0.5.0
5282026-05-21T08:41:16.061Z Compiling idna_adapter v1.2.1
5292026-05-21T08:41:16.150Z Compiling idna v1.1.0
5302026-05-21T08:41:16.254Z Compiling usdt v0.5.0
5312026-05-21T08:41:16.380Z Compiling toml v0.8.23
5322026-05-21T08:41:16.410Z Compiling url v2.5.8
5332026-05-21T08:41:16.718Z Compiling cargo_toml v0.21.0
5342026-05-21T08:41:16.800Z Compiling cargo-util-schemas v0.8.2
5352026-05-21T08:41:17.573Z Compiling cargo_metadata v0.21.0
5362026-05-21T08:41:18.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5372026-05-21T08:41:20.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.27s
5382026-05-21T08:41:20.858Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5392026-05-21T08:41:21.428Z Downloading crates ...
5402026-05-21T08:41:21.516Z Downloaded adler2 v2.0.1
5412026-05-21T08:41:21.527Z Downloaded base64ct v1.8.3
5422026-05-21T08:41:21.530Z Downloaded critical-section v1.2.0
5432026-05-21T08:41:21.533Z Downloaded bit-set v0.5.3
5442026-05-21T08:41:21.536Z Downloaded crc-any v2.5.0
5452026-05-21T08:41:21.539Z Downloaded crc32fast v1.5.0
5462026-05-21T08:41:21.542Z Downloaded crc-catalog v2.4.0
5472026-05-21T08:41:21.545Z Downloaded bb8 v0.8.6
5482026-05-21T08:41:21.545Z Downloaded atty v0.2.14
5492026-05-21T08:41:21.545Z Downloaded crc8 v0.1.1
5502026-05-21T08:41:21.545Z Downloaded embedded-io v0.6.1
5512026-05-21T08:41:21.548Z Downloaded document-features v0.2.12
5522026-05-21T08:41:21.548Z Downloaded dirs-sys-next v0.1.2
5532026-05-21T08:41:21.552Z Downloaded defmt-macros v1.0.1
5542026-05-21T08:41:21.552Z Downloaded dunce v1.0.5
5552026-05-21T08:41:21.555Z Downloaded darling v0.20.11
5562026-05-21T08:41:21.555Z Downloaded compression-core v0.4.31
5572026-05-21T08:41:21.557Z Downloaded ctr v0.9.2
5582026-05-21T08:41:21.557Z Downloaded dropshot-api-manager-types v0.7.1
5592026-05-21T08:41:21.557Z Downloaded des v0.8.1
5602026-05-21T08:41:21.560Z Downloaded bitfield-macros v0.19.4
5612026-05-21T08:41:21.560Z Downloaded ciborium-io v0.2.2
5622026-05-21T08:41:21.560Z Downloaded base64 v0.22.1
5632026-05-21T08:41:21.563Z Downloaded ascii-canvas v3.0.0
5642026-05-21T08:41:21.563Z Downloaded endian-type v0.1.2
5652026-05-21T08:41:21.565Z Downloaded diff v0.1.13
5662026-05-21T08:41:21.566Z Downloaded darling_macro v0.23.0
5672026-05-21T08:41:21.568Z Downloaded atomic-waker v1.1.2
5682026-05-21T08:41:21.568Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-21T08:41:21.571Z Downloaded aead v0.5.2
5702026-05-21T08:41:21.571Z Downloaded float-cmp v0.10.0
5712026-05-21T08:41:21.571Z Downloaded display-error-chain v0.2.2
5722026-05-21T08:41:21.571Z Downloaded diesel_table_macro_syntax v0.3.0
5732026-05-21T08:41:21.574Z Downloaded crossbeam-channel v0.5.15
5742026-05-21T08:41:21.576Z Downloaded cobs v0.3.0
5752026-05-21T08:41:21.576Z Downloaded cargo-platform v0.1.9
5762026-05-21T08:41:21.576Z Downloaded async-recursion v1.1.1
5772026-05-21T08:41:21.579Z Downloaded fixedbitset v0.4.2
5782026-05-21T08:41:21.581Z Downloaded atomicwrites v0.4.4
5792026-05-21T08:41:21.582Z Downloaded ena v0.14.4
5802026-05-21T08:41:21.584Z Downloaded erased-serde v0.3.31
5812026-05-21T08:41:21.584Z Downloaded async-stream v0.3.6
5822026-05-21T08:41:21.587Z Downloaded ff v0.13.1
5832026-05-21T08:41:21.587Z Downloaded assert_matches v1.5.0
5842026-05-21T08:41:21.587Z Downloaded darling_macro v0.21.3
5852026-05-21T08:41:21.589Z Downloaded env_filter v1.0.0
5862026-05-21T08:41:21.590Z Downloaded either v1.15.0
5872026-05-21T08:41:21.592Z Downloaded crc v3.4.0
5882026-05-21T08:41:21.592Z Downloaded bcrypt-pbkdf v0.10.0
5892026-05-21T08:41:21.592Z Downloaded crossbeam-deque v0.8.6
5902026-05-21T08:41:21.595Z Downloaded block-padding v0.3.3
5912026-05-21T08:41:21.595Z Downloaded darling_macro v0.20.11
5922026-05-21T08:41:21.595Z Downloaded debug-ignore v1.0.5
5932026-05-21T08:41:21.595Z Downloaded cfg_aliases v0.1.1
5942026-05-21T08:41:21.598Z Downloaded bitfield-struct v0.6.2
5952026-05-21T08:41:21.598Z Downloaded enum-as-inner v0.6.1
5962026-05-21T08:41:21.601Z Downloaded ciborium-ll v0.2.2
5972026-05-21T08:41:21.601Z Downloaded dof v0.4.0
5982026-05-21T08:41:21.601Z Downloaded defmt-parser v1.0.0
5992026-05-21T08:41:21.603Z Downloaded dyn-clone v1.0.20
6002026-05-21T08:41:21.603Z Downloaded crunchy v0.2.4
6012026-05-21T08:41:21.603Z Downloaded derive_builder_macro v0.20.2
6022026-05-21T08:41:21.607Z Downloaded dirs-next v2.0.0
6032026-05-21T08:41:21.610Z Downloaded dsl_auto_type v0.2.0
6042026-05-21T08:41:21.610Z Downloaded convert_case v0.4.0
6052026-05-21T08:41:21.610Z Downloaded async-stream-impl v0.3.6
6062026-05-21T08:41:21.613Z Downloaded cfg_aliases v0.2.1
6072026-05-21T08:41:21.613Z Downloaded arrayref v0.3.9
6082026-05-21T08:41:21.616Z Downloaded env_logger v0.11.9
6092026-05-21T08:41:21.616Z Downloaded cstr-argument v0.1.2
6102026-05-21T08:41:21.616Z Downloaded cpufeatures v0.3.0
6112026-05-21T08:41:21.618Z Downloaded castaway v0.2.4
6122026-05-21T08:41:21.618Z Downloaded dtrace-parser v0.3.0
6132026-05-21T08:41:21.621Z Downloaded bit-set v0.8.0
6142026-05-21T08:41:21.624Z Downloaded foreign-types-macros v0.2.3
6152026-05-21T08:41:21.627Z Downloaded foreign-types v0.3.2
6162026-05-21T08:41:21.627Z Downloaded embedded-io v0.4.0
6172026-05-21T08:41:21.629Z Downloaded bitflags v1.3.2
6182026-05-21T08:41:21.632Z Downloaded bit-vec v0.8.0
6192026-05-21T08:41:21.635Z Downloaded blowfish v0.9.1
6202026-05-21T08:41:21.635Z Downloaded flagset v0.4.7
6212026-05-21T08:41:21.637Z Downloaded array-init v0.0.4
6222026-05-21T08:41:21.637Z Downloaded foreign-types-shared v0.1.1
6232026-05-21T08:41:21.637Z Downloaded downcast-rs v2.0.2
6242026-05-21T08:41:21.640Z Downloaded foreign-types-shared v0.3.1
6252026-05-21T08:41:21.640Z Downloaded foreign-types v0.5.0
6262026-05-21T08:41:21.640Z Downloaded defmt v0.3.100
6272026-05-21T08:41:21.643Z Downloaded futures-task v0.3.32
6282026-05-21T08:41:21.643Z Downloaded ghash v0.5.1
6292026-05-21T08:41:21.643Z Downloaded git-stub v1.0.0
6302026-05-21T08:41:21.646Z Downloaded float-ord v0.3.2
6312026-05-21T08:41:21.646Z Downloaded crucible-workspace-hack v0.1.0
6322026-05-21T08:41:21.646Z Downloaded gethostname v0.5.0
6332026-05-21T08:41:21.646Z Downloaded futures-sink v0.3.32
6342026-05-21T08:41:21.649Z Downloaded hash32 v0.3.1
6352026-05-21T08:41:21.649Z Downloaded chacha20 v0.9.1
6362026-05-21T08:41:21.649Z Downloaded futures-core v0.3.32
6372026-05-21T08:41:21.652Z Downloaded fd-lock v4.0.4
6382026-05-21T08:41:21.652Z Downloaded bcs v0.1.6
6392026-05-21T08:41:21.654Z Downloaded fxhash v0.2.1
6402026-05-21T08:41:21.654Z Downloaded futures-macro v0.3.32
6412026-05-21T08:41:21.655Z Downloaded futures-io v0.3.32
6422026-05-21T08:41:21.658Z Downloaded cexpr v0.6.0
6432026-05-21T08:41:21.658Z Downloaded difflib v0.4.0
6442026-05-21T08:41:21.658Z Downloaded darling v0.21.3
6452026-05-21T08:41:21.660Z Downloaded daft v0.1.7
6462026-05-21T08:41:21.663Z Downloaded bit-vec v0.6.3
6472026-05-21T08:41:21.663Z Downloaded arrayvec v0.7.6
6482026-05-21T08:41:21.666Z Downloaded const_format_proc_macros v0.2.34
6492026-05-21T08:41:21.666Z Downloaded anstyle-parse v0.2.7
6502026-05-21T08:41:21.666Z Downloaded bitfield v0.19.4
6512026-05-21T08:41:21.669Z Downloaded async-trait v0.1.89
6522026-05-21T08:41:21.670Z Downloaded filetime v0.2.27
6532026-05-21T08:41:21.674Z Downloaded argon2 v0.5.3
6542026-05-21T08:41:21.674Z Downloaded globwalk v0.9.1
6552026-05-21T08:41:21.676Z Downloaded dropshot_endpoint v0.17.0
6562026-05-21T08:41:21.676Z Downloaded diesel-dtrace v0.5.0
6572026-05-21T08:41:21.676Z Downloaded byte-wrapper v0.1.0
6582026-05-21T08:41:21.679Z Downloaded backoff v0.4.0
6592026-05-21T08:41:21.679Z Downloaded base16ct v0.2.0
6602026-05-21T08:41:21.681Z Downloaded hash32 v0.2.1
6612026-05-21T08:41:21.682Z Downloaded buf-list v1.1.2
6622026-05-21T08:41:21.684Z Downloaded corncobs v0.1.4
6632026-05-21T08:41:21.684Z Downloaded convert_case v0.10.0
6642026-05-21T08:41:21.687Z Downloaded hex-literal v0.4.1
6652026-05-21T08:41:21.687Z Downloaded hex v0.4.3
6662026-05-21T08:41:21.687Z Downloaded compression-codecs v0.4.37
6672026-05-21T08:41:21.690Z Downloaded anstream v0.6.21
6682026-05-21T08:41:21.692Z Downloaded hostname v0.4.2
6692026-05-21T08:41:21.693Z Downloaded hostname v0.3.1
6702026-05-21T08:41:21.699Z Downloaded foldhash v0.1.5
6712026-05-21T08:41:21.699Z Downloaded http-range v0.1.5
6722026-05-21T08:41:21.699Z Downloaded deranged v0.5.8
6732026-05-21T08:41:21.699Z Downloaded ecdsa v0.16.9
6742026-05-21T08:41:21.699Z Downloaded fixedbitset v0.5.7
6752026-05-21T08:41:21.702Z Downloaded headers-core v0.3.0
6762026-05-21T08:41:21.702Z Downloaded cookie_store v0.22.1
6772026-05-21T08:41:21.702Z Downloaded git-stub-vcs v0.1.0
6782026-05-21T08:41:21.705Z Downloaded defmt v1.0.1
6792026-05-21T08:41:21.705Z Downloaded der_derive v0.7.3
6802026-05-21T08:41:21.708Z Downloaded data-encoding v2.10.0
6812026-05-21T08:41:21.708Z Downloaded hubpack_derive v0.1.1
6822026-05-21T08:41:21.708Z Downloaded hubpack v0.1.2
6832026-05-21T08:41:21.710Z Downloaded daft-derive v0.1.7
6842026-05-21T08:41:21.713Z Downloaded indent_write v2.2.0
6852026-05-21T08:41:21.713Z Downloaded illumos-nvpair-sys v0.2.0
6862026-05-21T08:41:21.713Z Downloaded funty v2.0.0
6872026-05-21T08:41:21.716Z Downloaded httpdate v1.0.3
6882026-05-21T08:41:21.716Z Downloaded http-body v1.0.1
6892026-05-21T08:41:21.716Z Downloaded find-msvc-tools v0.1.9
6902026-05-21T08:41:21.719Z Downloaded console v0.15.11
6912026-05-21T08:41:21.719Z Downloaded dropshot_endpoint v0.16.7
6922026-05-21T08:41:21.722Z Downloaded fs_extra v1.3.0
6932026-05-21T08:41:21.724Z Downloaded cargo_metadata v0.19.2
6942026-05-21T08:41:21.724Z Downloaded constant_time_eq v0.4.2
6952026-05-21T08:41:21.725Z Downloaded derive_builder v0.20.2
6962026-05-21T08:41:21.727Z Downloaded ed25519-dalek v2.2.0
6972026-05-21T08:41:21.730Z Downloaded darling v0.23.0
6982026-05-21T08:41:21.733Z Downloaded cbc v0.1.2
6992026-05-21T08:41:21.735Z Downloaded async-bb8-diesel v0.2.1
7002026-05-21T08:41:21.735Z Downloaded ident_case v1.0.1
7012026-05-21T08:41:21.738Z Downloaded globset v0.4.18
7022026-05-21T08:41:21.738Z Downloaded drift v0.1.4
7032026-05-21T08:41:21.743Z Downloaded inout v0.1.4
7042026-05-21T08:41:21.745Z Downloaded is-terminal v0.4.17
7052026-05-21T08:41:21.745Z Downloaded glob v0.3.3
7062026-05-21T08:41:21.745Z Downloaded indoc v1.0.9
7072026-05-21T08:41:21.748Z Downloaded illumos-nvpair v0.3.0
7082026-05-21T08:41:21.748Z Downloaded console v0.16.2
7092026-05-21T08:41:21.751Z Downloaded ciborium v0.2.2
7102026-05-21T08:41:21.751Z Downloaded bzip2 v0.6.1
7112026-05-21T08:41:21.753Z Downloaded chacha20 v0.10.0
7122026-05-21T08:41:21.753Z Downloaded highway v1.3.0
7132026-05-21T08:41:21.756Z Downloaded crossbeam-epoch v0.9.18
7142026-05-21T08:41:21.760Z Downloaded lalrpop-util v0.19.12
7152026-05-21T08:41:21.760Z Downloaded keccak v0.1.6
7162026-05-21T08:41:21.760Z Downloaded kstat-rs v0.2.4
7172026-05-21T08:41:21.763Z Downloaded is_ci v1.2.0
7182026-05-21T08:41:21.763Z Downloaded instant v0.1.13
7192026-05-21T08:41:21.763Z Downloaded ahash v0.8.12
7202026-05-21T08:41:21.763Z Downloaded bzip2 v0.4.4
7212026-05-21T08:41:21.765Z Downloaded lazy_static v1.5.0
7222026-05-21T08:41:21.766Z Downloaded http-body-util v0.1.3
7232026-05-21T08:41:21.768Z Downloaded hyper-tls v0.6.0
7242026-05-21T08:41:21.768Z Downloaded humantime v2.3.0
7252026-05-21T08:41:21.769Z Downloaded fallible-iterator v0.2.0
7262026-05-21T08:41:21.771Z Downloaded ed25519 v2.2.3
7272026-05-21T08:41:21.771Z Downloaded group v0.13.0
7282026-05-21T08:41:21.774Z Downloaded impl-trait-for-tuples v0.2.3
7292026-05-21T08:41:21.774Z Downloaded libscf-sys v1.1.0
7302026-05-21T08:41:21.777Z Downloaded colored v3.1.1
7312026-05-21T08:41:21.777Z Downloaded clang-sys v1.8.1
7322026-05-21T08:41:21.779Z Downloaded lru-slab v0.1.2
7332026-05-21T08:41:21.779Z Downloaded memoffset v0.9.1
7342026-05-21T08:41:21.779Z Downloaded maplit v1.0.2
7352026-05-21T08:41:21.782Z Downloaded multimap v0.10.1
7362026-05-21T08:41:21.782Z Downloaded md5 v0.7.0
7372026-05-21T08:41:21.782Z Downloaded md-5 v0.10.6
7382026-05-21T08:41:21.785Z Downloaded lru-cache v0.1.2
7392026-05-21T08:41:21.785Z Downloaded ingot v0.1.1
7402026-05-21T08:41:21.785Z Downloaded futures-channel v0.3.32
7412026-05-21T08:41:21.788Z Downloaded const-oid v0.9.6
7422026-05-21T08:41:21.788Z Downloaded linked-hash-map v0.5.6
7432026-05-21T08:41:21.788Z Downloaded cipher v0.4.4
7442026-05-21T08:41:21.791Z Downloaded backon v1.6.0
7452026-05-21T08:41:21.791Z Downloaded getrandom v0.2.17
7462026-05-21T08:41:21.794Z Downloaded hyper-staticfile v0.10.1
7472026-05-21T08:41:21.796Z Downloaded managed v0.8.0
7482026-05-21T08:41:21.796Z Downloaded lzss v0.8.2
7492026-05-21T08:41:21.796Z Downloaded allocator-api2 v0.2.21
7502026-05-21T08:41:21.800Z Downloaded mime v0.3.17
7512026-05-21T08:41:21.800Z Downloaded maybe-uninit v2.0.0
7522026-05-21T08:41:21.803Z Downloaded ipnet v2.11.0
7532026-05-21T08:41:21.803Z Downloaded ipnetwork v0.21.1
7542026-05-21T08:41:21.803Z Downloaded derive_more v0.99.20
7552026-05-21T08:41:21.805Z Downloaded internet-checksum v0.2.1
7562026-05-21T08:41:21.805Z Downloaded indoc v2.0.7
7572026-05-21T08:41:21.808Z Downloaded newtype-uuid-macros v0.1.0
7582026-05-21T08:41:21.808Z Downloaded instability v0.3.11
7592026-05-21T08:41:21.811Z Downloaded compact_str v0.8.1
7602026-05-21T08:41:21.813Z Downloaded normalize-line-endings v0.3.0
7612026-05-21T08:41:21.813Z Downloaded nonempty v0.12.0
7622026-05-21T08:41:21.813Z Downloaded newline-converter v0.3.0
7632026-05-21T08:41:21.816Z Downloaded new_debug_unreachable v1.0.6
7642026-05-21T08:41:21.816Z Downloaded nibble_vec v0.1.0
7652026-05-21T08:41:21.816Z Downloaded newtype_derive v0.1.6
7662026-05-21T08:41:21.819Z Downloaded half v1.8.3
7672026-05-21T08:41:21.819Z Downloaded ingot-types v0.1.2
7682026-05-21T08:41:21.822Z Downloaded match_cfg v0.1.0
7692026-05-21T08:41:21.822Z Downloaded colored v2.2.0
7702026-05-21T08:41:21.822Z Downloaded cancel-safe-futures v0.1.5
7712026-05-21T08:41:21.825Z Downloaded nodrop v0.1.14
7722026-05-21T08:41:21.825Z Downloaded libefi-sys v0.1.0
7732026-05-21T08:41:21.827Z Downloaded jobserver v0.1.34
7742026-05-21T08:41:21.827Z Downloaded hmac v0.12.1
7752026-05-21T08:41:21.830Z Downloaded derive-ex v0.1.8
7762026-05-21T08:41:21.830Z Downloaded csv-core v0.1.13
7772026-05-21T08:41:21.830Z Downloaded num-iter v0.1.45
7782026-05-21T08:41:21.833Z Downloaded num-derive v0.3.3
7792026-05-21T08:41:21.833Z Downloaded num-conv v0.2.0
7802026-05-21T08:41:21.833Z Downloaded num v0.4.3
7812026-05-21T08:41:21.835Z Downloaded futures-executor v0.3.32
7822026-05-21T08:41:21.835Z Downloaded fs-err v2.11.0
7832026-05-21T08:41:21.835Z Downloaded num_enum_derive v0.5.11
7842026-05-21T08:41:21.838Z Downloaded openssl-probe v0.2.1
7852026-05-21T08:41:21.838Z Downloaded olpc-cjson v0.1.4
7862026-05-21T08:41:21.838Z Downloaded elliptic-curve v0.13.8
7872026-05-21T08:41:21.841Z Downloaded derive-where v1.6.0
7882026-05-21T08:41:21.844Z Downloaded libloading v0.8.9
7892026-05-21T08:41:21.844Z Downloaded fatfs v0.3.6
7902026-05-21T08:41:21.847Z Downloaded openssl-macros v0.1.1
7912026-05-21T08:41:21.847Z Downloaded crossbeam-utils v0.8.21
7922026-05-21T08:41:21.849Z Downloaded opaque-debug v0.3.1
7932026-05-21T08:41:21.849Z Downloaded lru v0.12.5
7942026-05-21T08:41:21.852Z Downloaded httparse v1.10.1
7952026-05-21T08:41:21.852Z Downloaded openssl-probe v0.1.6
7962026-05-21T08:41:21.852Z Downloaded iana-time-zone v0.1.65
7972026-05-21T08:41:21.855Z Downloaded linear-map v1.2.0
7982026-05-21T08:41:21.855Z Downloaded bytes v1.11.1
7992026-05-21T08:41:21.858Z Downloaded oso-derive v0.27.3
8002026-05-21T08:41:21.858Z Downloaded libsw v3.5.0
8012026-05-21T08:41:21.861Z Downloaded futures v0.3.32
8022026-05-21T08:41:21.864Z Downloaded foldhash v0.2.0
8032026-05-21T08:41:21.864Z Downloaded cmake v0.1.57
8042026-05-21T08:41:21.866Z Downloaded derive_builder_core v0.20.2
8052026-05-21T08:41:21.866Z Downloaded darling_core v0.21.3
8062026-05-21T08:41:21.869Z Downloaded hyper-rustls v0.27.7
8072026-05-21T08:41:21.872Z Downloaded multer v3.1.0
8082026-05-21T08:41:21.872Z Downloaded getrandom v0.3.4
8092026-05-21T08:41:21.875Z Downloaded cookie v0.18.1
8102026-05-21T08:41:21.877Z Downloaded packed_struct_codegen v0.10.1
8112026-05-21T08:41:21.877Z Downloaded ingot-macros v0.1.1
8122026-05-21T08:41:21.880Z Downloaded newtype-uuid v1.3.2
8132026-05-21T08:41:21.880Z Downloaded darling_core v0.20.11
8142026-05-21T08:41:21.883Z Downloaded bumpalo v3.20.2
8152026-05-21T08:41:21.885Z Downloaded parse-size v1.1.0
8162026-05-21T08:41:21.885Z Downloaded nanorand v0.7.0
8172026-05-21T08:41:21.888Z Downloaded native-tls v0.2.18
8182026-05-21T08:41:21.888Z Downloaded arc-swap v1.8.2
8192026-05-21T08:41:21.891Z Downloaded parse-display v0.10.0
8202026-05-21T08:41:21.891Z Downloaded half v2.7.1
8212026-05-21T08:41:21.894Z Downloaded pbkdf2 v0.11.0
8222026-05-21T08:41:21.894Z Downloaded path-slash v0.1.5
8232026-05-21T08:41:21.894Z Downloaded pbkdf2 v0.12.2
8242026-05-21T08:41:21.897Z Downloaded home v0.5.12
8252026-05-21T08:41:21.897Z Downloaded blake2 v0.10.6
8262026-05-21T08:41:21.897Z Downloaded cassowary v0.3.0
8272026-05-21T08:41:21.900Z Downloaded camino-tempfile-ext v0.3.3
8282026-05-21T08:41:21.902Z Downloaded num_threads v0.1.7
8292026-05-21T08:41:21.905Z Downloaded num-rational v0.4.2
8302026-05-21T08:41:21.905Z Downloaded phf_shared v0.13.1
8312026-05-21T08:41:21.905Z Downloaded peg-runtime v0.8.5
8322026-05-21T08:41:21.908Z Downloaded num_enum_derive v0.7.6
8332026-05-21T08:41:21.908Z Downloaded num_enum v0.7.6
8342026-05-21T08:41:21.911Z Downloaded num_enum v0.5.11
8352026-05-21T08:41:21.914Z Downloaded darling_core v0.23.0
8362026-05-21T08:41:21.917Z Downloaded lock_api v0.4.14
8372026-05-21T08:41:21.917Z Downloaded indexmap v1.9.3
8382026-05-21T08:41:21.920Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-21T08:41:21.920Z Downloaded owo-colors v4.3.0
8402026-05-21T08:41:21.922Z Downloaded pin-utils v0.1.0
8412026-05-21T08:41:21.922Z Downloaded predicates-core v1.0.10
8422026-05-21T08:41:21.922Z Downloaded precomputed-hash v0.1.1
8432026-05-21T08:41:21.925Z Downloaded powerfmt v0.2.0
8442026-05-21T08:41:21.939Z Downloaded predicates-tree v1.0.13
8452026-05-21T08:41:21.942Z Downloaded ar_archive_writer v0.5.1
8462026-05-21T08:41:21.942Z Downloaded mime_guess v2.0.5
8472026-05-21T08:41:21.944Z Downloaded flate2 v1.1.9
8482026-05-21T08:41:21.947Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-21T08:41:21.947Z Downloaded proc-macro-crate v3.4.0
8502026-05-21T08:41:21.950Z Downloaded packed_struct v0.10.1
8512026-05-21T08:41:21.950Z Downloaded memmap2 v0.9.10
8522026-05-21T08:41:21.952Z Downloaded ignore v0.4.25
8532026-05-21T08:41:21.952Z Downloaded cc v1.2.56
8542026-05-21T08:41:21.955Z Downloaded pem-rfc7468 v0.7.0
8552026-05-21T08:41:21.955Z Downloaded password-hash v0.5.0
8562026-05-21T08:41:21.958Z Downloaded password-hash v0.4.2
8572026-05-21T08:41:21.958Z Downloaded async-compression v0.4.41
8582026-05-21T08:41:21.961Z Downloaded psl-types v2.0.11
8592026-05-21T08:41:21.964Z Downloaded progenitor-macro v0.14.0
8602026-05-21T08:41:21.964Z Downloaded progenitor-macro v0.13.0
8612026-05-21T08:41:21.964Z Downloaded progenitor-client v0.11.2
8622026-05-21T08:41:21.967Z Downloaded progenitor-client v0.10.0
8632026-05-21T08:41:21.967Z Downloaded peg v0.8.5
8642026-05-21T08:41:21.970Z Downloaded progenitor-macro v0.10.0
8652026-05-21T08:41:21.970Z Downloaded pem v3.0.6
8662026-05-21T08:41:21.970Z Downloaded paste v1.0.15
8672026-05-21T08:41:21.972Z Downloaded libbz2-rs-sys v0.2.2
8682026-05-21T08:41:21.975Z Downloaded progenitor-macro v0.11.2
8692026-05-21T08:41:21.975Z Downloaded peg-macros v0.8.5
8702026-05-21T08:41:21.975Z Downloaded phf_shared v0.12.1
8712026-05-21T08:41:21.978Z Downloaded phf v0.13.1
8722026-05-21T08:41:21.978Z Downloaded heapless v0.8.0
8732026-05-21T08:41:21.981Z Downloaded headers v0.4.1
8742026-05-21T08:41:21.983Z Downloaded pin-project-lite v0.2.17
8752026-05-21T08:41:21.986Z Downloaded crypto-bigint v0.5.5
8762026-05-21T08:41:21.989Z Downloaded quick-error v1.2.3
8772026-05-21T08:41:21.992Z Downloaded ppv-lite86 v0.2.21
8782026-05-21T08:41:21.992Z Downloaded flume v0.11.1
8792026-05-21T08:41:21.994Z Downloaded pin-project-internal v1.1.11
8802026-05-21T08:41:21.994Z Downloaded rand_chacha v0.3.1
8812026-05-21T08:41:21.997Z Downloaded radium v0.7.0
8822026-05-21T08:41:21.997Z Downloaded pkg-config v0.3.32
8832026-05-21T08:41:21.997Z Downloaded oxnet v0.1.5
8842026-05-21T08:41:22.000Z Downloaded postgres-protocol v0.6.10
8852026-05-21T08:41:22.000Z Downloaded polyval v0.6.2
8862026-05-21T08:41:22.003Z Downloaded primeorder v0.13.6
8872026-05-21T08:41:22.003Z Downloaded poly1305 v0.8.0
8882026-05-21T08:41:22.003Z Downloaded omicron-zone-package v0.12.2
8892026-05-21T08:41:22.006Z Downloaded chacha20poly1305 v0.10.1
8902026-05-21T08:41:22.008Z Downloaded phf v0.12.1
8912026-05-21T08:41:22.008Z Downloaded parking_lot v0.12.5
8922026-05-21T08:41:22.011Z Downloaded recursive v0.1.1
8932026-05-21T08:41:22.011Z Downloaded rand_xorshift v0.4.0
8942026-05-21T08:41:22.011Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-21T08:41:22.011Z Downloaded der v0.7.10
8962026-05-21T08:41:22.014Z Downloaded ref-cast v1.0.25
8972026-05-21T08:41:22.017Z Downloaded parking_lot v0.11.2
8982026-05-21T08:41:22.019Z Downloaded proc-macro-crate v1.3.1
8992026-05-21T08:41:22.019Z Downloaded diesel_derives v2.3.7
9002026-05-21T08:41:22.022Z Downloaded progenitor-extras v0.2.0
9012026-05-21T08:41:22.025Z Downloaded ref-cast-impl v1.0.25
9022026-05-21T08:41:22.025Z Downloaded indicatif v0.18.4
9032026-05-21T08:41:22.028Z Downloaded progenitor-client v0.14.0
9042026-05-21T08:41:22.028Z Downloaded progenitor-client v0.13.0
9052026-05-21T08:41:22.030Z Downloaded heapless v0.7.17
9062026-05-21T08:41:22.033Z Downloaded progenitor v0.14.0
9072026-05-21T08:41:22.033Z Downloaded progenitor v0.13.0
9082026-05-21T08:41:22.033Z Downloaded progenitor v0.11.2
9092026-05-21T08:41:22.036Z Downloaded parking_lot_core v0.9.12
9102026-05-21T08:41:22.036Z Downloaded rfc6979 v0.4.0
9112026-05-21T08:41:22.036Z Downloaded parking_lot_core v0.8.6
9122026-05-21T08:41:22.038Z Downloaded progenitor v0.10.0
9132026-05-21T08:41:22.038Z Downloaded parse-display-derive v0.10.0
9142026-05-21T08:41:22.041Z Downloaded base64 v0.21.7
9152026-05-21T08:41:22.041Z Downloaded rustc_version v0.4.1
9162026-05-21T08:41:22.044Z Downloaded pkcs1 v0.7.5
9172026-05-21T08:41:22.044Z Downloaded hickory-resolver v0.25.2
9182026-05-21T08:41:22.047Z Downloaded hickory-resolver v0.24.4
9192026-05-21T08:41:22.050Z Downloaded litrs v1.0.0
9202026-05-21T08:41:22.052Z Downloaded pkcs8 v0.10.2
9212026-05-21T08:41:22.052Z Downloaded pkcs5 v0.7.1
9222026-05-21T08:41:22.055Z Downloaded libsw-core v0.3.2
9232026-05-21T08:41:22.055Z Downloaded russh-cryptovec v0.7.3
9242026-05-21T08:41:22.058Z Downloaded rand_core v0.6.4
9252026-05-21T08:41:22.058Z Downloaded psm v0.1.30
9262026-05-21T08:41:22.061Z Downloaded num-integer v0.1.46
9272026-05-21T08:41:22.061Z Downloaded rtoolbox v0.0.3
9282026-05-21T08:41:22.061Z Downloaded num-derive v0.4.2
9292026-05-21T08:41:22.064Z Downloaded rustc_version v0.1.7
9302026-05-21T08:41:22.064Z Downloaded rustc-hash v2.1.1
9312026-05-21T08:41:22.064Z Downloaded expectorate v1.2.0
9322026-05-21T08:41:22.067Z Downloaded derive_more-impl v2.1.1
9332026-05-21T08:41:22.069Z Downloaded postgres-types v0.2.12
9342026-05-21T08:41:22.072Z Downloaded postcard v1.1.3
9352026-05-21T08:41:22.072Z Downloaded const_format v0.2.35
9362026-05-21T08:41:22.075Z Downloaded proc-macro-error2 v2.0.1
9372026-05-21T08:41:22.078Z Downloaded same-file v1.0.6
9382026-05-21T08:41:22.078Z Downloaded salsa20 v0.10.2
9392026-05-21T08:41:22.078Z Downloaded phf_shared v0.11.3
9402026-05-21T08:41:22.080Z Downloaded papergrid v0.17.0
9412026-05-21T08:41:22.083Z Downloaded num-complex v0.4.6
9422026-05-21T08:41:22.083Z Downloaded nu-ansi-term v0.50.3
9432026-05-21T08:41:22.088Z Downloaded rand_seeder v0.4.0
9442026-05-21T08:41:22.090Z Downloaded sapling-renderdag v0.1.0
9452026-05-21T08:41:22.090Z Downloaded rand_core v0.10.0
9462026-05-21T08:41:22.093Z Downloaded scroll_derive v0.13.1
9472026-05-21T08:41:22.093Z Downloaded scheduled-thread-pool v0.2.7
9482026-05-21T08:41:22.093Z Downloaded scopeguard v1.2.0
9492026-05-21T08:41:22.096Z Downloaded dropshot-api-manager v0.7.1
9502026-05-21T08:41:22.099Z Downloaded scrypt v0.11.0
9512026-05-21T08:41:22.099Z Downloaded miniz_oxide v0.8.9
9522026-05-21T08:41:22.104Z Downloaded resolv-conf v0.7.6
9532026-05-21T08:41:22.106Z Downloaded seq-macro v0.3.6
9542026-05-21T08:41:22.107Z Downloaded secrecy v0.10.3
9552026-05-21T08:41:22.109Z Downloaded secrecy v0.8.0
9562026-05-21T08:41:22.109Z Downloaded semver v0.1.20
9572026-05-21T08:41:22.109Z Downloaded serde_bytes v0.11.19
9582026-05-21T08:41:22.112Z Downloaded serde_plain v1.0.2
9592026-05-21T08:41:22.112Z Downloaded jiff-static v0.2.21
9602026-05-21T08:41:22.115Z Downloaded serde_urlencoded v0.7.1
9612026-05-21T08:41:22.117Z Downloaded serde_spanned v1.0.4
9622026-05-21T08:41:22.120Z Downloaded r2d2 v0.8.10
9632026-05-21T08:41:22.123Z Downloaded quinn-udp v0.5.14
9642026-05-21T08:41:22.123Z Downloaded pin-project v1.1.11
9652026-05-21T08:41:22.128Z Downloaded signal-hook-mio v0.2.5
9662026-05-21T08:41:22.131Z Downloaded serde_repr v0.1.20
9672026-05-21T08:41:22.131Z Downloaded rand_chacha v0.9.0
9682026-05-21T08:41:22.133Z Downloaded shell-words v1.1.1
9692026-05-21T08:41:22.133Z Downloaded sha1 v0.10.6
9702026-05-21T08:41:22.136Z Downloaded predicates v3.1.4
9712026-05-21T08:41:22.139Z Downloaded oso v0.27.3
9722026-05-21T08:41:22.142Z Downloaded rusty-fork v0.3.1
9732026-05-21T08:41:22.142Z Downloaded rustversion v1.0.22
9742026-05-21T08:41:22.142Z Downloaded aes v0.8.4
9752026-05-21T08:41:22.145Z Downloaded sigpipe v0.1.3
9762026-05-21T08:41:22.147Z Downloaded p256 v0.13.2
9772026-05-21T08:41:22.147Z Downloaded hashbrown v0.13.2
9782026-05-21T08:41:22.150Z Downloaded rand_core v0.9.5
9792026-05-21T08:41:22.153Z Downloaded rustls-pemfile v2.2.0
9802026-05-21T08:41:22.153Z Downloaded siphasher v1.0.2
9812026-05-21T08:41:22.155Z Downloaded rustls-pemfile v1.0.4
9822026-05-21T08:41:22.155Z Downloaded prefix-trie v0.7.0
9832026-05-21T08:41:22.158Z Downloaded rustls-native-certs v0.8.3
9842026-05-21T08:41:22.160Z Downloaded derive_more v2.1.1
9852026-05-21T08:41:22.165Z Downloaded slog-bunyan v2.5.0
9862026-05-21T08:41:22.167Z Downloaded slog-envlogger v2.2.0
9872026-05-21T08:41:22.167Z Downloaded schemars_derive v0.8.22
9882026-05-21T08:41:22.170Z Downloaded minimal-lexical v0.2.1
9892026-05-21T08:41:22.173Z Downloaded hashbrown v0.12.3
9902026-05-21T08:41:22.173Z Downloaded sct v0.7.1
9912026-05-21T08:41:22.175Z Downloaded serde-big-array v0.5.1
9922026-05-21T08:41:22.178Z Downloaded sec1 v0.7.3
9932026-05-21T08:41:22.178Z Downloaded scroll v0.13.0
9942026-05-21T08:41:22.178Z Downloaded progenitor-impl v0.13.0
9952026-05-21T08:41:22.181Z Downloaded openssl-sys v0.9.115
9962026-05-21T08:41:22.183Z Downloaded serde_path_to_error v0.1.20
9972026-05-21T08:41:22.183Z Downloaded serde_derive_internals v0.29.1
9982026-05-21T08:41:22.186Z Downloaded serde-hex v0.1.0
9992026-05-21T08:41:22.186Z Downloaded signal-hook-tokio v0.3.1
10002026-05-21T08:41:22.193Z Downloaded shlex v1.3.0
10012026-05-21T08:41:22.196Z Downloaded http v1.4.0
10022026-05-21T08:41:22.199Z Downloaded signature v2.2.0
10032026-05-21T08:41:22.199Z Downloaded russh-keys v0.45.0
10042026-05-21T08:41:22.206Z Downloaded ssh-cipher v0.2.0
10052026-05-21T08:41:22.209Z Downloaded crossterm v0.28.1
10062026-05-21T08:41:22.211Z Downloaded rustls-pki-types v1.14.0
10072026-05-21T08:41:22.214Z Downloaded aes-gcm v0.10.3
10082026-05-21T08:41:22.217Z Downloaded slab v0.4.12
10092026-05-21T08:41:22.217Z Downloaded simd-adler32 v0.3.8
10102026-05-21T08:41:22.217Z Downloaded rcgen v0.12.1
10112026-05-21T08:41:22.220Z Downloaded strum v0.26.3
10122026-05-21T08:41:22.220Z Downloaded strip-ansi-escapes v0.2.1
10132026-05-21T08:41:22.222Z Downloaded prettyplease v0.2.37
10142026-05-21T08:41:22.225Z Downloaded structmeta v0.3.0
10152026-05-21T08:41:22.225Z Downloaded pretty_assertions v1.4.1
10162026-05-21T08:41:22.228Z Downloaded crossterm v0.29.0
10172026-05-21T08:41:22.231Z Downloaded strum v0.27.2
10182026-05-21T08:41:22.231Z Downloaded structmeta-derive v0.3.0
10192026-05-21T08:41:22.231Z Downloaded slog-dtrace v0.3.0
10202026-05-21T08:41:22.234Z Downloaded hyper-util v0.1.20
10212026-05-21T08:41:22.237Z Downloaded subtle v2.6.1
10222026-05-21T08:41:22.237Z Downloaded sync_wrapper v1.0.2
10232026-05-21T08:41:22.240Z Downloaded supports-color v3.0.2
10242026-05-21T08:41:22.240Z Downloaded slog-async v2.8.0
10252026-05-21T08:41:22.240Z Downloaded progenitor-impl v0.10.0
10262026-05-21T08:41:22.243Z Downloaded slog-term v2.9.2
10272026-05-21T08:41:22.245Z Downloaded progenitor-impl v0.14.0
10282026-05-21T08:41:22.245Z Downloaded progenitor-impl v0.11.2
10292026-05-21T08:41:22.245Z Downloaded slog-scope v4.4.1
10302026-05-21T08:41:22.248Z Downloaded smf v0.2.3
10312026-05-21T08:41:22.248Z Downloaded slog-stdlog v4.1.1
10322026-05-21T08:41:22.251Z Downloaded slog-json v2.6.1
10332026-05-21T08:41:22.255Z Downloaded sync-ptr v0.1.4
10342026-05-21T08:41:22.257Z Downloaded tap v1.0.1
10352026-05-21T08:41:22.257Z Downloaded tagptr v0.2.0
10362026-05-21T08:41:22.257Z Downloaded tabled_derive v0.11.0
10372026-05-21T08:41:22.260Z Downloaded spki v0.7.3
10382026-05-21T08:41:22.260Z Downloaded termtree v0.5.1
10392026-05-21T08:41:22.260Z Downloaded take_mut v0.2.2
10402026-05-21T08:41:22.263Z Downloaded hickory-server v0.25.2
10412026-05-21T08:41:22.266Z Downloaded thread-id v5.1.0
10422026-05-21T08:41:22.266Z Downloaded thiserror-impl-no-std v2.0.2
10432026-05-21T08:41:22.266Z Downloaded itertools v0.10.5
10442026-05-21T08:41:22.269Z Downloaded serde_with_macros v3.17.0
10452026-05-21T08:41:22.272Z Downloaded ron v0.8.1
10462026-05-21T08:41:22.275Z Downloaded stacker v0.1.23
10472026-05-21T08:41:22.278Z Downloaded ssh-encoding v0.2.0
10482026-05-21T08:41:22.278Z Downloaded sqlformat v0.3.5
10492026-05-21T08:41:22.281Z Downloaded testing_table v0.3.0
10502026-05-21T08:41:22.281Z Downloaded tabwriter v1.4.1
10512026-05-21T08:41:22.284Z Downloaded sqlparser_derive v0.5.0
10522026-05-21T08:41:22.284Z Downloaded signal-hook-registry v1.4.8
10532026-05-21T08:41:22.287Z Downloaded rustls-platform-verifier v0.6.2
10542026-05-21T08:41:22.287Z Downloaded time-core v0.1.8
10552026-05-21T08:41:22.289Z Downloaded stringprep v0.1.5
10562026-05-21T08:41:22.292Z Downloaded string_cache v0.8.9
10572026-05-21T08:41:22.295Z Downloaded rayon-core v1.13.0
10582026-05-21T08:41:22.300Z Downloaded tinyvec_macros v0.1.1
10592026-05-21T08:41:22.303Z Downloaded schemars v0.8.22
10602026-05-21T08:41:22.307Z Downloaded support-bundle-viewer v0.1.2
10612026-05-21T08:41:22.310Z Downloaded mio v1.2.0
10622026-05-21T08:41:22.313Z Downloaded tokio-macros v2.7.0
10632026-05-21T08:41:22.315Z Downloaded strum_macros v0.27.2
10642026-05-21T08:41:22.315Z Downloaded smallvec v0.6.14
10652026-05-21T08:41:22.315Z Downloaded snafu-derive v0.8.9
10662026-05-21T08:41:22.319Z Downloaded thiserror-no-std v2.0.2
10672026-05-21T08:41:22.322Z Downloaded strum_macros v0.26.4
10682026-05-21T08:41:22.322Z Downloaded strum_macros v0.24.3
10692026-05-21T08:41:22.322Z Downloaded static_assertions v1.1.0
10702026-05-21T08:41:22.325Z Downloaded topological-sort v0.2.2
10712026-05-21T08:41:22.327Z Downloaded num-bigint v0.4.6
10722026-05-21T08:41:22.330Z Downloaded serde_cbor v0.11.2
10732026-05-21T08:41:22.333Z Downloaded hashbrown v0.15.5
10742026-05-21T08:41:22.335Z Downloaded termios v0.3.3
10752026-05-21T08:41:22.338Z Downloaded nom v7.1.3
10762026-05-21T08:41:22.341Z Downloaded publicsuffix v2.3.0
10772026-05-21T08:41:22.341Z Downloaded spin v0.9.8
10782026-05-21T08:41:22.344Z Downloaded tiny-keccak v2.0.2
10792026-05-21T08:41:22.344Z Downloaded thread_local v1.1.9
10802026-05-21T08:41:22.346Z Downloaded try-lock v0.2.5
10812026-05-21T08:41:22.346Z Downloaded tower-layer v0.3.3
10822026-05-21T08:41:22.349Z Downloaded quinn v0.11.9
10832026-05-21T08:41:22.349Z Downloaded rand v0.8.6
10842026-05-21T08:41:22.352Z Downloaded qorb v0.4.1
10852026-05-21T08:41:22.367Z Downloaded trait-variant v0.1.2
10862026-05-21T08:41:22.372Z Downloaded ryu v1.0.23
10872026-05-21T08:41:22.375Z Downloaded libxml v0.3.3
10882026-05-21T08:41:22.377Z Downloaded typify-macro v0.6.2
10892026-05-21T08:41:22.380Z Downloaded untrusted v0.7.1
10902026-05-21T08:41:22.380Z Downloaded universal-hash v0.5.1
10912026-05-21T08:41:22.380Z Downloaded unarray v0.1.4
10922026-05-21T08:41:22.383Z Downloaded unit-prefix v0.5.2
10932026-05-21T08:41:22.383Z Downloaded typify-macro v0.4.3
10942026-05-21T08:41:22.383Z Downloaded itertools v0.13.0
10952026-05-21T08:41:22.387Z Downloaded itertools v0.12.1
10962026-05-21T08:41:22.391Z Downloaded tokio-native-tls v0.3.1
10972026-05-21T08:41:22.394Z Downloaded term v1.2.1
10982026-05-21T08:41:22.396Z Downloaded usdt-attr-macro v0.6.0
10992026-05-21T08:41:22.396Z Downloaded tokio-tungstenite v0.23.1
11002026-05-21T08:41:22.396Z Downloaded utf-8 v0.7.6
11012026-05-21T08:41:22.399Z Downloaded rsa v0.9.10
11022026-05-21T08:41:22.402Z Downloaded tokio-tungstenite v0.21.0
11032026-05-21T08:41:22.402Z Downloaded blake3 v1.8.3
11042026-05-21T08:41:22.406Z Downloaded hashbrown v0.16.1
11052026-05-21T08:41:22.409Z Downloaded signal-hook v0.3.18
11062026-05-21T08:41:22.412Z Downloaded void v1.0.2
11072026-05-21T08:41:22.412Z Downloaded usdt v0.6.0
11082026-05-21T08:41:22.415Z Downloaded toml_writer v1.0.6+spec-1.1.0
11092026-05-21T08:41:22.415Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-05-21T08:41:22.415Z Downloaded socket2 v0.5.10
11112026-05-21T08:41:22.418Z Downloaded usdt-macro v0.6.0
11122026-05-21T08:41:22.418Z Downloaded tui-tree-widget v0.23.1
11132026-05-21T08:41:22.418Z Downloaded futures-util v0.3.32
11142026-05-21T08:41:22.425Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-21T08:41:22.427Z Downloaded tls_codec v0.4.2
11162026-05-21T08:41:22.427Z Downloaded similar v2.7.0
11172026-05-21T08:41:22.430Z Downloaded want v0.3.1
11182026-05-21T08:41:22.433Z Downloaded rand v0.9.2
11192026-05-21T08:41:22.433Z Downloaded waitgroup v0.1.2
11202026-05-21T08:41:22.435Z Downloaded rustls-webpki v0.103.9
11212026-05-21T08:41:22.435Z Downloaded hyper v1.8.1
11222026-05-21T08:41:22.439Z Downloaded tokio-rustls v0.26.4
11232026-05-21T08:41:22.442Z Downloaded wait-timeout v0.2.1
11242026-05-21T08:41:22.442Z Downloaded tokio-rustls v0.25.0
11252026-05-21T08:41:22.444Z Downloaded iri-string v0.7.10
11262026-05-21T08:41:22.447Z Downloaded untrusted v0.9.0
11272026-05-21T08:41:22.450Z Downloaded xshell-macros v0.2.7
11282026-05-21T08:41:22.450Z Downloaded schemars v1.2.1
11292026-05-21T08:41:22.456Z Downloaded usdt-impl v0.6.0
11302026-05-21T08:41:22.459Z Downloaded xattr v1.6.1
11312026-05-21T08:41:22.459Z Downloaded unicode-truncate v1.1.0
11322026-05-21T08:41:22.462Z Downloaded unicase v2.9.0
11332026-05-21T08:41:22.462Z Downloaded test-strategy v0.4.5
11342026-05-21T08:41:22.464Z Downloaded socket2 v0.6.3
11352026-05-21T08:41:22.464Z Downloaded slog v2.8.2
11362026-05-21T08:41:22.467Z Downloaded nom v8.0.0
11372026-05-21T08:41:22.470Z Downloaded tokio-stream v0.1.18
11382026-05-21T08:41:22.472Z Downloaded tokio-rustls v0.24.1
11392026-05-21T08:41:22.475Z Downloaded vsss-rs v3.3.4
11402026-05-21T08:41:22.475Z Downloaded walkdir v2.5.0
11412026-05-21T08:41:22.478Z Downloaded vergen-lib v0.1.6
11422026-05-21T08:41:22.478Z Downloaded zone_cfg_derive v0.3.1
11432026-05-21T08:41:22.478Z Downloaded libm v0.2.16
11442026-05-21T08:41:22.483Z Downloaded snafu v0.8.9
11452026-05-21T08:41:22.487Z Downloaded toml_parser v1.0.9+spec-1.1.0
11462026-05-21T08:41:22.489Z Downloaded uzers v0.12.2
11472026-05-21T08:41:22.492Z Downloaded num-bigint-dig v0.8.6
11482026-05-21T08:41:22.495Z Downloaded zeroize_derive v1.4.3
11492026-05-21T08:41:22.495Z Downloaded twox-hash v2.1.2
11502026-05-21T08:41:22.495Z Downloaded zone v0.3.1
11512026-05-21T08:41:22.497Z Downloaded vergen-git2 v1.0.7
11522026-05-21T08:41:22.497Z Downloaded samael v0.0.19
11532026-05-21T08:41:22.500Z Downloaded tracing-attributes v0.1.31
11542026-05-21T08:41:22.503Z Downloaded term v0.7.0
11552026-05-21T08:41:22.503Z Downloaded hkdf v0.12.4
11562026-05-21T08:41:22.505Z Downloaded h2 v0.4.13
11572026-05-21T08:41:22.508Z Downloaded xshell v0.2.7
11582026-05-21T08:41:22.511Z Downloaded wyz v0.5.1
11592026-05-21T08:41:22.511Z Downloaded subprocess v0.2.15
11602026-05-21T08:41:22.513Z Downloaded tinyvec v1.10.0
11612026-05-21T08:41:22.514Z Downloaded whoami v1.6.1
11622026-05-21T08:41:22.516Z Downloaded whoami v2.1.0
11632026-05-21T08:41:22.516Z Downloaded toml v0.7.8
11642026-05-21T08:41:22.519Z Downloaded toml v1.0.6+spec-1.1.0
11652026-05-21T08:41:22.522Z Downloaded vergen-gitcl v1.0.8
11662026-05-21T08:41:22.522Z Downloaded tar v0.4.45
11672026-05-21T08:41:22.524Z Downloaded schemars v0.9.0
11682026-05-21T08:41:22.529Z Downloaded unicode-properties v0.1.4
11692026-05-21T08:41:22.532Z Downloaded itertools v0.14.0
11702026-05-21T08:41:22.534Z Downloaded aho-corasick v1.1.4
11712026-05-21T08:41:22.537Z Downloaded tungstenite v0.21.0
11722026-05-21T08:41:22.540Z Downloaded tower-service v0.3.3
11732026-05-21T08:41:22.540Z Downloaded tokio-dtrace v0.1.1
11742026-05-21T08:41:22.543Z Downloaded zeroize v1.8.2
11752026-05-21T08:41:22.543Z Downloaded tls_codec_derive v0.4.2
11762026-05-21T08:41:22.543Z Downloaded time-macros v0.2.27
11772026-05-21T08:41:22.545Z Downloaded rand v0.10.1
11782026-05-21T08:41:22.548Z Downloaded russh v0.45.0
11792026-05-21T08:41:22.550Z Downloaded tungstenite v0.23.0
11802026-05-21T08:41:22.553Z Downloaded vergen v9.0.6
11812026-05-21T08:41:22.553Z Downloaded typify v0.4.3
11822026-05-21T08:41:22.556Z Downloaded p521 v0.13.3
11832026-05-21T08:41:22.558Z Downloaded iddqd v0.4.1
11842026-05-21T08:41:22.561Z Downloaded toml v0.9.12+spec-1.1.0
11852026-05-21T08:41:22.563Z Downloaded steno v0.4.1
11862026-05-21T08:41:22.566Z Downloaded serde_yaml v0.9.34+deprecated
11872026-05-21T08:41:22.569Z Downloaded tracing-core v0.1.36
11882026-05-21T08:41:22.572Z Downloaded uuid v1.23.0
11892026-05-21T08:41:22.575Z Downloaded unsafe-libyaml v0.2.11
11902026-05-21T08:41:22.577Z Downloaded typify v0.6.2
11912026-05-21T08:41:22.582Z Downloaded vte v0.14.1
11922026-05-21T08:41:22.585Z Downloaded zstd-safe v7.2.4
11932026-05-21T08:41:22.585Z Downloaded zstd v0.13.3
11942026-05-21T08:41:22.587Z Downloaded yasna v0.5.2
11952026-05-21T08:41:22.592Z Downloaded zerocopy v0.6.6
11962026-05-21T08:41:22.602Z Downloaded unicode-bidi v0.3.18
11972026-05-21T08:41:22.617Z Downloaded toml_edit v0.23.10+spec-1.0.0
11982026-05-21T08:41:22.620Z Downloaded rustyline v14.0.0
11992026-05-21T08:41:22.622Z Downloaded rpassword v7.4.0
12002026-05-21T08:41:22.633Z Downloaded tokio-postgres v0.7.16
12012026-05-21T08:41:22.642Z Downloaded p384 v0.13.1
12022026-05-21T08:41:22.645Z Downloaded unicode_categories v0.1.1
12032026-05-21T08:41:22.655Z Downloaded zopfli v0.8.3
12042026-05-21T08:41:22.658Z Downloaded toml_edit v0.19.15
12052026-05-21T08:41:22.666Z Downloaded zip v0.6.6
12062026-05-21T08:41:22.669Z Downloaded reedline v0.40.0
12072026-05-21T08:41:22.672Z Downloaded bitvec v1.0.1
12082026-05-21T08:41:22.680Z Downloaded ssh-key v0.6.7
12092026-05-21T08:41:22.684Z Downloaded chrono v0.4.44
12102026-05-21T08:41:22.688Z Downloaded git2 v0.20.4
12112026-05-21T08:41:22.700Z Downloaded portable-atomic v1.13.1
12122026-05-21T08:41:22.705Z Downloaded aws-lc-rs v1.16.3
12132026-05-21T08:41:22.712Z Downloaded typed-path v0.9.3
12142026-05-21T08:41:22.716Z Downloaded yansi v1.0.1
12152026-05-21T08:41:22.719Z Downloaded x509-cert v0.2.5
12162026-05-21T08:41:22.722Z Downloaded moka v0.12.13
12172026-05-21T08:41:22.726Z Downloaded zerocopy-derive v0.8.40
12182026-05-21T08:41:22.732Z Downloaded tower v0.5.3
12192026-05-21T08:41:22.737Z Downloaded rustls-webpki v0.101.7
12202026-05-21T08:41:22.746Z Downloaded quick-xml v0.37.5
12212026-05-21T08:41:22.750Z Downloaded unicode-segmentation v1.12.0
12222026-05-21T08:41:22.753Z Downloaded goblin v0.10.5
12232026-05-21T08:41:22.757Z Downloaded reqwest v0.13.2
12242026-05-21T08:41:22.761Z Downloaded tough v0.22.0
12252026-05-21T08:41:22.767Z Downloaded zip v4.6.1
12262026-05-21T08:41:22.770Z Downloaded serde_with v3.17.0
12272026-05-21T08:41:22.776Z Downloaded reqwest v0.12.28
12282026-05-21T08:41:22.780Z Downloaded lalrpop v0.19.12
12292026-05-21T08:41:22.786Z Downloaded tower-http v0.6.8
12302026-05-21T08:41:22.790Z Downloaded tokio-util v0.7.18
12312026-05-21T08:41:22.794Z Downloaded rustls-webpki v0.102.8
12322026-05-21T08:41:22.804Z Downloaded unicode-normalization v0.1.25
12332026-05-21T08:41:22.807Z Downloaded salty v0.3.0
12342026-05-21T08:41:22.810Z Downloaded quinn-proto v0.11.13
12352026-05-21T08:41:22.814Z Downloaded proptest v1.10.0
12362026-05-21T08:41:22.819Z Downloaded radix_trie v0.2.1
12372026-05-21T08:41:22.822Z Downloaded petname v2.0.2
12382026-05-21T08:41:22.825Z Downloaded object v0.30.4
12392026-05-21T08:41:22.831Z Downloaded regex v1.12.3
12402026-05-21T08:41:22.834Z Downloaded bindgen v0.71.1
12412026-05-21T08:41:22.837Z Downloaded rayon v1.11.0
12422026-05-21T08:41:22.844Z Downloaded winnow v0.5.40
12432026-05-21T08:41:22.849Z Downloaded winnow v0.6.26
12442026-05-21T08:41:22.854Z Downloaded nix v0.27.1
12452026-05-21T08:41:22.861Z Downloaded polar-core v0.27.3
12462026-05-21T08:41:22.866Z Downloaded curve25519-dalek v4.1.3
12472026-05-21T08:41:22.873Z Downloaded winnow v1.0.3
12482026-05-21T08:41:22.881Z Downloaded dropshot v0.16.7
12492026-05-21T08:41:22.894Z Downloaded tabled v0.20.0
12502026-05-21T08:41:22.903Z Downloaded dropshot v0.17.0
12512026-05-21T08:41:22.915Z Downloaded time v0.3.47
12522026-05-21T08:41:22.922Z Downloaded object v0.37.3
12532026-05-21T08:41:22.928Z Downloaded nix v0.29.0
12542026-05-21T08:41:22.934Z Downloaded nix v0.28.0
12552026-05-21T08:41:22.941Z Downloaded smoltcp v0.9.1
12562026-05-21T08:41:22.947Z Downloaded webpki-roots v1.0.6
12572026-05-21T08:41:22.949Z Downloaded regress v0.10.5
12582026-05-21T08:41:22.954Z Downloaded zlib-rs v0.6.2
12592026-05-21T08:41:22.957Z Downloaded rustls v0.22.4
12602026-05-21T08:41:22.964Z Downloaded nix v0.31.2
12612026-05-21T08:41:22.973Z Downloaded rustls v0.23.37
12622026-05-21T08:41:22.979Z Downloaded regress v0.11.1
12632026-05-21T08:41:22.986Z Downloaded zerocopy v0.8.40
12642026-05-21T08:41:22.991Z Downloaded regex-syntax v0.8.10
12652026-05-21T08:41:22.996Z Downloaded smoltcp v0.11.0
12662026-05-21T08:41:23.003Z Downloaded openapiv3 v2.2.0
12672026-05-21T08:41:23.011Z Downloaded hickory-proto v0.25.2
12682026-05-21T08:41:23.019Z Downloaded hickory-proto v0.24.4
12692026-05-21T08:41:23.028Z Downloaded diesel v2.3.7
12702026-05-21T08:41:23.038Z Downloaded rustix v0.38.44
12712026-05-21T08:41:23.052Z Downloaded vcpkg v0.2.15
12722026-05-21T08:41:23.076Z Downloaded openssl v0.10.79
12732026-05-21T08:41:23.081Z Downloaded sled v0.34.7
12742026-05-21T08:41:23.087Z Downloaded rustls v0.21.12
12752026-05-21T08:41:23.092Z Downloaded regex-syntax v0.6.29
12762026-05-21T08:41:23.097Z Downloaded typify-impl v0.4.3
12772026-05-21T08:41:23.108Z Downloaded tracing v0.1.44
12782026-05-21T08:41:23.122Z Downloaded ratatui v0.29.0
12792026-05-21T08:41:23.134Z Downloaded sqlparser v0.61.0
12802026-05-21T08:41:23.140Z Downloaded bstr v1.12.1
12812026-05-21T08:41:23.170Z Downloaded typify-impl v0.6.2
12822026-05-21T08:41:23.178Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-05-21T08:41:23.186Z Downloaded csv v1.4.0
12842026-05-21T08:41:23.205Z Downloaded libz-sys v1.1.24
12852026-05-21T08:41:23.217Z Downloaded regex-automata v0.4.14
12862026-05-21T08:41:23.226Z Downloaded zerocopy-derive v0.6.6
12872026-05-21T08:41:23.240Z Downloaded tokio v1.52.1
12882026-05-21T08:41:23.272Z Downloaded petgraph v0.6.5
12892026-05-21T08:41:23.282Z Downloaded jiff v0.2.21
12902026-05-21T08:41:23.293Z Downloaded chrono-tz v0.10.4
12912026-05-21T08:41:23.304Z Downloaded petgraph v0.8.3
12922026-05-21T08:41:23.324Z Downloaded sha3 v0.10.8
12932026-05-21T08:41:23.330Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12942026-05-21T08:41:23.341Z Downloaded encoding_rs v0.8.35
12952026-05-21T08:41:23.374Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-05-21T08:41:23.444Z Downloaded ring v0.17.14
12972026-05-21T08:41:23.945Z Downloaded aws-lc-sys v0.40.0
12982026-05-21T08:41:24.198Z Compiling libc v0.2.185
12992026-05-21T08:41:24.198Z Compiling serde v1.0.228
13002026-05-21T08:41:24.202Z Compiling log v0.4.29
13012026-05-21T08:41:24.202Z Compiling shlex v1.3.0
13022026-05-21T08:41:24.202Z Compiling find-msvc-tools v0.1.9
13032026-05-21T08:41:24.202Z Compiling smallvec v1.15.1
13042026-05-21T08:41:24.202Z Compiling typenum v1.19.0
13052026-05-21T08:41:24.202Z Compiling subtle v2.6.1
13062026-05-21T08:41:24.202Z Compiling generic-array v0.14.7
13072026-05-21T08:41:24.202Z Compiling scopeguard v1.2.0
13082026-05-21T08:41:24.338Z Compiling const-oid v0.9.6
13092026-05-21T08:41:24.439Z Compiling serde_json v1.0.149
13102026-05-21T08:41:24.467Z Compiling syn v2.0.117
13112026-05-21T08:41:24.478Z Compiling zerocopy v0.8.40
13122026-05-21T08:41:24.480Z Compiling parking_lot_core v0.9.12
13132026-05-21T08:41:24.506Z Compiling portable-atomic v1.13.1
13142026-05-21T08:41:24.541Z Compiling lock_api v0.4.14
13152026-05-21T08:41:24.559Z Compiling pin-project-lite v0.2.17
13162026-05-21T08:41:24.578Z Compiling pkg-config v0.3.32
13172026-05-21T08:41:24.607Z Compiling bitflags v2.11.0
13182026-05-21T08:41:24.646Z Compiling libm v0.2.16
13192026-05-21T08:41:24.671Z Compiling critical-section v1.2.0
13202026-05-21T08:41:24.718Z Compiling futures-core v0.3.32
13212026-05-21T08:41:24.748Z Compiling num-traits v0.2.19
13222026-05-21T08:41:24.790Z Compiling percent-encoding v2.3.2
13232026-05-21T08:41:24.865Z Compiling futures-sink v0.3.32
13242026-05-21T08:41:24.868Z Compiling futures-task v0.3.32
13252026-05-21T08:41:24.868Z Compiling futures-io v0.3.32
13262026-05-21T08:41:24.892Z Compiling getrandom v0.4.1
13272026-05-21T08:41:24.922Z Compiling slab v0.4.12
13282026-05-21T08:41:24.980Z Compiling futures-channel v0.3.32
13292026-05-21T08:41:25.005Z Compiling cpufeatures v0.2.17
13302026-05-21T08:41:25.008Z Compiling rand_core v0.10.0
13312026-05-21T08:41:25.059Z Compiling indexmap v2.14.0
13322026-05-21T08:41:25.081Z Compiling rustversion v1.0.22
13332026-05-21T08:41:25.111Z Compiling getrandom v0.3.4
13342026-05-21T08:41:25.125Z Compiling form_urlencoded v1.2.2
13352026-05-21T08:41:25.141Z Compiling dunce v1.0.5
13362026-05-21T08:41:25.144Z Compiling fs_extra v1.3.0
13372026-05-21T08:41:25.167Z Compiling ident_case v1.0.1
13382026-05-21T08:41:25.185Z Compiling base64ct v1.8.3
13392026-05-21T08:41:25.214Z Compiling regex-syntax v0.8.10
13402026-05-21T08:41:25.244Z Compiling flagset v0.4.7
13412026-05-21T08:41:25.283Z Compiling getrandom v0.2.17
13422026-05-21T08:41:25.300Z Compiling jobserver v0.1.34
13432026-05-21T08:41:25.314Z Compiling errno v0.3.14
13442026-05-21T08:41:25.386Z Compiling mio v1.2.0
13452026-05-21T08:41:25.429Z Compiling rand_core v0.6.4
13462026-05-21T08:41:25.443Z Compiling signal-hook-registry v1.4.8
13472026-05-21T08:41:25.456Z Compiling socket2 v0.6.3
13482026-05-21T08:41:25.503Z Compiling once_cell v1.21.3
13492026-05-21T08:41:25.523Z Compiling cc v1.2.56
13502026-05-21T08:41:25.601Z Compiling parking_lot v0.12.5
13512026-05-21T08:41:25.693Z Compiling pem-rfc7468 v0.7.0
13522026-05-21T08:41:25.721Z Compiling iana-time-zone v0.1.65
13532026-05-21T08:41:25.724Z Compiling rustix v1.1.3
13542026-05-21T08:41:25.724Z Compiling vcpkg v0.2.15
13552026-05-21T08:41:25.761Z Compiling aws-lc-rs v1.16.3
13562026-05-21T08:41:25.861Z Compiling tracing-core v0.1.36
13572026-05-21T08:41:25.876Z Compiling uuid v1.23.0
13582026-05-21T08:41:25.940Z Compiling rustc_version v0.4.1
13592026-05-21T08:41:25.955Z Compiling base64 v0.22.1
13602026-05-21T08:41:25.992Z Compiling httparse v1.10.1
13612026-05-21T08:41:26.016Z Compiling untrusted v0.9.0
13622026-05-21T08:41:26.064Z Compiling rand_core v0.9.5
13632026-05-21T08:41:26.123Z Compiling tinyvec_macros v0.1.1
13642026-05-21T08:41:26.149Z Compiling untrusted v0.7.1
13652026-05-21T08:41:26.155Z Compiling openssl-probe v0.2.1
13662026-05-21T08:41:26.207Z Compiling tinyvec v1.10.0
13672026-05-21T08:41:26.291Z Compiling cmake v0.1.57
13682026-05-21T08:41:26.307Z Compiling aho-corasick v1.1.4
13692026-05-21T08:41:26.309Z Compiling dyn-clone v1.0.20
13702026-05-21T08:41:26.338Z Compiling tower-layer v0.3.3
13712026-05-21T08:41:26.365Z Compiling rustls v0.23.37
13722026-05-21T08:41:26.379Z Compiling try-lock v0.2.5
13732026-05-21T08:41:26.436Z Compiling schemars v0.8.22
13742026-05-21T08:41:26.454Z Compiling atomic-waker v1.1.2
13752026-05-21T08:41:26.469Z Compiling tower-service v0.3.3
13762026-05-21T08:41:26.484Z Compiling want v0.3.1
13772026-05-21T08:41:26.516Z Compiling httpdate v1.0.3
13782026-05-21T08:41:26.516Z Compiling foreign-types-shared v0.1.1
13792026-05-21T08:41:26.559Z Compiling openssl v0.10.79
13802026-05-21T08:41:26.574Z Compiling pin-utils v0.1.0
13812026-05-21T08:41:26.586Z Compiling unicode-normalization v0.1.25
13822026-05-21T08:41:26.603Z Compiling foreign-types v0.3.2
13832026-05-21T08:41:26.618Z Compiling spin v0.9.8
13842026-05-21T08:41:26.631Z Compiling powerfmt v0.2.0
13852026-05-21T08:41:26.657Z Compiling crc32fast v1.5.0
13862026-05-21T08:41:26.671Z Compiling num-conv v0.2.0
13872026-05-21T08:41:26.703Z Compiling time-core v0.1.8
13882026-05-21T08:41:26.717Z Compiling native-tls v0.2.18
13892026-05-21T08:41:26.730Z Compiling wait-timeout v0.2.1
13902026-05-21T08:41:26.768Z Compiling sync_wrapper v1.0.2
13912026-05-21T08:41:26.812Z Compiling deranged v0.5.8
13922026-05-21T08:41:26.823Z Compiling num_threads v0.1.7
13932026-05-21T08:41:26.823Z Compiling siphasher v1.0.2
13942026-05-21T08:41:26.852Z Compiling simd-adler32 v0.3.8
13952026-05-21T08:41:26.855Z Compiling usdt-impl v0.6.0
13962026-05-21T08:41:26.879Z Compiling time-macros v0.2.27
13972026-05-21T08:41:26.894Z Compiling quick-error v1.2.3
13982026-05-21T08:41:26.958Z Compiling crossbeam-utils v0.8.21
13992026-05-21T08:41:26.958Z Compiling bit-vec v0.8.0
14002026-05-21T08:41:26.996Z Compiling syn v1.0.109
14012026-05-21T08:41:27.017Z Compiling slog v2.8.2
14022026-05-21T08:41:27.046Z Compiling heapless v0.7.17
14032026-05-21T08:41:27.069Z Compiling rand_xorshift v0.4.0
14042026-05-21T08:41:27.105Z Compiling aws-lc-sys v0.40.0
14052026-05-21T08:41:27.121Z Compiling ring v0.17.14
14062026-05-21T08:41:27.135Z Compiling openssl-sys v0.9.115
14072026-05-21T08:41:27.208Z Compiling regex-automata v0.4.14
14082026-05-21T08:41:27.222Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-05-21T08:41:27.241Z Compiling synstructure v0.13.2
14102026-05-21T08:41:27.257Z Compiling serde_derive_internals v0.29.1
14112026-05-21T08:41:27.278Z Compiling pest_generator v2.8.6
14122026-05-21T08:41:27.306Z Compiling darling_core v0.20.11
14132026-05-21T08:41:27.330Z Compiling tempfile v3.25.0
14142026-05-21T08:41:27.597Z Compiling rusty-fork v0.3.1
14152026-05-21T08:41:27.777Z Compiling darling_core v0.21.3
14162026-05-21T08:41:27.792Z Compiling bit-set v0.8.0
14172026-05-21T08:41:27.911Z Compiling bzip2-sys v0.1.13+1.0.8
14182026-05-21T08:41:27.986Z Compiling thread-id v5.1.0
14192026-05-21T08:41:28.002Z Compiling cookie v0.18.1
14202026-05-21T08:41:28.016Z Compiling iri-string v0.7.10
14212026-05-21T08:41:28.077Z Compiling signal-hook v0.3.18
14222026-05-21T08:41:28.092Z Compiling unarray v0.1.4
14232026-05-21T08:41:28.095Z Compiling time v0.3.47
14242026-05-21T08:41:28.170Z Compiling zstd-safe v7.2.4
14252026-05-21T08:41:28.207Z Compiling unicode-bidi v0.3.18
14262026-05-21T08:41:28.221Z Compiling adler2 v2.0.1
14272026-05-21T08:41:28.221Z Compiling unicode-properties v0.1.4
14282026-05-21T08:41:28.271Z Compiling paste v1.0.15
14292026-05-21T08:41:28.293Z Compiling anyhow v1.0.102
14302026-05-21T08:41:28.370Z Compiling ryu v1.0.23
14312026-05-21T08:41:28.394Z Compiling allocator-api2 v0.2.21
14322026-05-21T08:41:28.407Z Compiling miniz_oxide v0.8.9
14332026-05-21T08:41:28.567Z Compiling stringprep v0.1.5
14342026-05-21T08:41:28.850Z Compiling vergen-lib v0.1.6
14352026-05-21T08:41:28.865Z Compiling num-integer v0.1.46
14362026-05-21T08:41:29.049Z Compiling curve25519-dalek v4.1.3
14372026-05-21T08:41:29.062Z Compiling ff v0.13.1
14382026-05-21T08:41:29.062Z Compiling hash32 v0.2.1
14392026-05-21T08:41:29.122Z Compiling serde_derive v1.0.228
14402026-05-21T08:41:29.203Z Compiling zeroize_derive v1.4.3
14412026-05-21T08:41:29.218Z Compiling zerofrom-derive v0.1.6
14422026-05-21T08:41:29.231Z Compiling yoke-derive v0.8.1
14432026-05-21T08:41:29.252Z Compiling zerovec-derive v0.11.2
14442026-05-21T08:41:29.276Z Compiling zerocopy-derive v0.8.40
14452026-05-21T08:41:29.403Z Compiling displaydoc v0.2.5
14462026-05-21T08:41:29.604Z Compiling tokio-macros v2.7.0
14472026-05-21T08:41:29.764Z Compiling futures-macro v0.3.32
14482026-05-21T08:41:29.779Z Compiling der_derive v0.7.3
14492026-05-21T08:41:29.893Z Compiling zeroize v1.8.2
14502026-05-21T08:41:30.180Z Compiling rustls-pki-types v1.14.0
14512026-05-21T08:41:30.407Z Compiling tracing-attributes v0.1.31
14522026-05-21T08:41:30.441Z Compiling thiserror-impl v2.0.18
14532026-05-21T08:41:30.466Z Compiling schemars_derive v0.8.22
14542026-05-21T08:41:30.483Z Compiling pest_derive v2.8.6
14552026-05-21T08:41:30.661Z Compiling crypto-common v0.1.7
14562026-05-21T08:41:30.694Z Compiling block-buffer v0.10.4
14572026-05-21T08:41:30.727Z Compiling zerofrom v0.1.6
14582026-05-21T08:41:30.730Z Compiling futures-util v0.3.32
14592026-05-21T08:41:30.835Z Compiling block-padding v0.3.3
14602026-05-21T08:41:30.848Z Compiling yoke v0.8.1
14612026-05-21T08:41:30.880Z Compiling digest v0.10.7
14622026-05-21T08:41:30.895Z Compiling der v0.7.10
14632026-05-21T08:41:30.951Z Compiling scroll_derive v0.13.1
14642026-05-21T08:41:31.013Z Compiling inout v0.1.4
14652026-05-21T08:41:31.059Z Compiling zerovec v0.11.5
14662026-05-21T08:41:31.148Z Compiling zerotrie v0.2.3
14672026-05-21T08:41:31.201Z Compiling hmac v0.12.1
14682026-05-21T08:41:31.374Z Compiling cipher v0.4.4
14692026-05-21T08:41:31.472Z Compiling sha2 v0.10.9
14702026-05-21T08:41:31.543Z Compiling tinystr v0.8.2
14712026-05-21T08:41:31.584Z Compiling potential_utf v0.1.4
14722026-05-21T08:41:31.658Z Compiling salsa20 v0.10.2
14732026-05-21T08:41:31.755Z Compiling icu_locale_core v2.1.1
14742026-05-21T08:41:31.770Z Compiling icu_collections v2.1.1
14752026-05-21T08:41:31.801Z Compiling spki v0.7.3
14762026-05-21T08:41:31.816Z Compiling pbkdf2 v0.12.2
14772026-05-21T08:41:31.819Z Compiling cbc v0.1.2
14782026-05-21T08:41:31.843Z Compiling tracing v0.1.44
14792026-05-21T08:41:31.864Z Compiling thiserror v2.0.18
14802026-05-21T08:41:31.879Z Compiling aes v0.8.4
14812026-05-21T08:41:31.955Z Compiling scrypt v0.11.0
14822026-05-21T08:41:31.999Z Compiling scroll v0.13.0
14832026-05-21T08:41:32.017Z Compiling darling_macro v0.20.11
14842026-05-21T08:41:32.137Z Compiling openssl-macros v0.1.1
14852026-05-21T08:41:32.152Z Compiling rustls-native-certs v0.8.3
14862026-05-21T08:41:32.231Z Compiling goblin v0.10.5
14872026-05-21T08:41:32.268Z Compiling dtrace-parser v0.3.0
14882026-05-21T08:41:32.283Z Compiling pkcs5 v0.7.1
14892026-05-21T08:41:32.508Z Compiling icu_provider v2.1.1
14902026-05-21T08:41:32.579Z Compiling darling v0.20.11
14912026-05-21T08:41:32.673Z Compiling bytes v1.11.1
14922026-05-21T08:41:32.733Z Compiling chrono v0.4.44
14932026-05-21T08:41:32.748Z Compiling ipnet v2.11.0
14942026-05-21T08:41:32.773Z Compiling icu_properties v2.1.2
14952026-05-21T08:41:32.831Z Compiling icu_normalizer v2.1.1
14962026-05-21T08:41:32.854Z Compiling pkcs8 v0.10.2
14972026-05-21T08:41:32.923Z Compiling derive_builder_core v0.20.2
14982026-05-21T08:41:33.019Z Compiling signature v2.2.0
14992026-05-21T08:41:33.103Z Compiling webpki-roots v1.0.6
15002026-05-21T08:41:33.138Z Compiling thiserror-impl v1.0.69
15012026-05-21T08:41:33.185Z Compiling tokio v1.52.1
15022026-05-21T08:41:33.221Z Compiling http v1.4.0
15032026-05-21T08:41:33.240Z Compiling scroll_derive v0.12.1
15042026-05-21T08:41:33.278Z Compiling toml_datetime v0.6.11
15052026-05-21T08:41:33.319Z Compiling serde_spanned v0.6.9
15062026-05-21T08:41:33.393Z Compiling serde_urlencoded v0.7.1
15072026-05-21T08:41:33.477Z Compiling erased-serde v0.3.31
15082026-05-21T08:41:33.559Z Compiling serde_tokenstream v0.2.3
15092026-05-21T08:41:33.653Z Compiling idna_adapter v1.2.1
15102026-05-21T08:41:33.814Z Compiling idna v1.1.0
15112026-05-21T08:41:33.838Z Compiling ppv-lite86 v0.2.21
15122026-05-21T08:41:33.875Z Compiling http-body v1.0.1
15132026-05-21T08:41:33.903Z Compiling derive_builder_macro v0.20.2
15142026-05-21T08:41:33.923Z Compiling md-5 v0.10.6
15152026-05-21T08:41:33.926Z Compiling darling_macro v0.21.3
15162026-05-21T08:41:33.953Z Compiling scroll v0.12.0
15172026-05-21T08:41:33.982Z Compiling bstr v1.12.1
15182026-05-21T08:41:34.048Z Compiling http-body-util v0.1.3
15192026-05-21T08:41:34.103Z Compiling pin-project-internal v1.1.11
15202026-05-21T08:41:34.172Z Compiling url v2.5.8
15212026-05-21T08:41:34.187Z Compiling rand_chacha v0.9.0
15222026-05-21T08:41:34.191Z Compiling rand_chacha v0.3.1
15232026-05-21T08:41:34.241Z Compiling zerocopy-derive v0.7.35
15242026-05-21T08:41:34.307Z Compiling async-trait v0.1.89
15252026-05-21T08:41:34.394Z Compiling rand v0.9.2
15262026-05-21T08:41:34.459Z Compiling memoffset v0.9.1
15272026-05-21T08:41:34.463Z Compiling thiserror v1.0.69
15282026-05-21T08:41:34.503Z Compiling encoding_rs v0.8.35
15292026-05-21T08:41:34.592Z Compiling ref-cast v1.0.25
15302026-05-21T08:41:34.651Z Compiling cfg_aliases v0.2.1
15312026-05-21T08:41:34.671Z Compiling mime v0.3.17
15322026-05-21T08:41:34.907Z Compiling smoltcp v0.9.1
15332026-05-21T08:41:34.948Z Compiling dof v0.4.0
15342026-05-21T08:41:35.006Z Compiling proptest v1.10.0
15352026-05-21T08:41:35.040Z Compiling rustix v0.38.44
15362026-05-21T08:41:35.180Z Compiling fallible-iterator v0.2.0
15372026-05-21T08:41:35.228Z Compiling litrs v1.0.0
15382026-05-21T08:41:35.245Z Compiling base16ct v0.2.0
15392026-05-21T08:41:35.264Z Compiling num-bigint-dig v0.8.6
15402026-05-21T08:41:35.280Z Compiling zlib-rs v0.6.2
15412026-05-21T08:41:35.295Z Compiling psl-types v2.0.11
15422026-05-21T08:41:35.382Z Compiling sec1 v0.7.3
15432026-05-21T08:41:35.428Z Compiling publicsuffix v2.3.0
15442026-05-21T08:41:35.464Z Compiling postgres-protocol v0.6.10
15452026-05-21T08:41:35.499Z Compiling pin-project v1.1.11
15462026-05-21T08:41:35.513Z Compiling zerocopy v0.7.35
15472026-05-21T08:41:35.612Z Compiling ipnetwork v0.21.1
15482026-05-21T08:41:35.670Z Compiling nix v0.31.2
15492026-05-21T08:41:35.751Z Compiling document-features v0.2.12
15502026-05-21T08:41:35.755Z Compiling darling v0.21.3
15512026-05-21T08:41:35.799Z Compiling rand v0.8.6
15522026-05-21T08:41:35.861Z Compiling oxnet v0.1.5
15532026-05-21T08:41:36.033Z Compiling derive_builder v0.20.2
15542026-05-21T08:41:36.033Z Compiling goblin v0.8.2
15552026-05-21T08:41:36.064Z Compiling futures-executor v0.3.32
15562026-05-21T08:41:36.094Z Compiling hubpack_derive v0.1.1
15572026-05-21T08:41:36.097Z Compiling cargo-platform v0.1.9
15582026-05-21T08:41:36.139Z Compiling hex v0.4.3
15592026-05-21T08:41:36.170Z Compiling hkdf v0.12.4
15602026-05-21T08:41:36.250Z Compiling crypto-bigint v0.5.5
15612026-05-21T08:41:36.278Z Compiling regex v1.12.3
15622026-05-21T08:41:36.424Z Compiling group v0.13.0
15632026-05-21T08:41:36.442Z Compiling snafu-derive v0.8.9
15642026-05-21T08:41:36.465Z Compiling strum_macros v0.27.2
15652026-05-21T08:41:36.493Z Compiling daft-derive v0.1.7
15662026-05-21T08:41:36.525Z Compiling curve25519-dalek-derive v0.1.1
15672026-05-21T08:41:36.571Z Compiling ref-cast-impl v1.0.25
15682026-05-21T08:41:36.619Z Compiling num-iter v0.1.45
15692026-05-21T08:41:36.872Z Compiling terminal_size v0.4.3
15702026-05-21T08:41:36.921Z Compiling tokio-util v0.7.18
15712026-05-21T08:41:37.028Z Compiling tower v0.5.3
15722026-05-21T08:41:37.043Z Compiling tokio-native-tls v0.3.1
15732026-05-21T08:41:37.067Z Compiling phf_shared v0.13.1
15742026-05-21T08:41:37.140Z Compiling lazy_static v1.5.0
15752026-05-21T08:41:37.205Z Compiling anstyle-parse v0.2.7
15762026-05-21T08:41:37.234Z Compiling vergen v9.0.6
15772026-05-21T08:41:37.249Z Compiling fs-err v3.3.0
15782026-05-21T08:41:37.264Z Compiling ahash v0.8.12
15792026-05-21T08:41:37.280Z Compiling bitflags v1.3.2
15802026-05-21T08:41:37.318Z Compiling newtype-uuid v1.3.2
15812026-05-21T08:41:37.363Z Compiling same-file v1.0.6
15822026-05-21T08:41:37.461Z Compiling foldhash v0.2.0
15832026-05-21T08:41:37.499Z Compiling tower-http v0.6.8
15842026-05-21T08:41:37.514Z Compiling unicode-segmentation v1.12.0
15852026-05-21T08:41:37.552Z Compiling object v0.37.3
15862026-05-21T08:41:37.582Z Compiling libbz2-rs-sys v0.2.2
15872026-05-21T08:41:37.610Z Compiling foldhash v0.1.5
15882026-05-21T08:41:37.679Z Compiling h2 v0.4.13
15892026-05-21T08:41:37.708Z Compiling managed v0.8.0
15902026-05-21T08:41:37.820Z Compiling bumpalo v3.20.2
15912026-05-21T08:41:37.865Z Compiling winnow v0.5.40
15922026-05-21T08:41:37.977Z Compiling hashbrown v0.15.5
15932026-05-21T08:41:38.018Z Compiling hashbrown v0.16.1
15942026-05-21T08:41:38.037Z Compiling bzip2 v0.6.1
15952026-05-21T08:41:38.090Z Compiling zopfli v0.8.3
15962026-05-21T08:41:38.260Z Compiling flate2 v1.1.9
15972026-05-21T08:41:38.382Z Compiling dof v0.3.0
15982026-05-21T08:41:38.398Z Compiling walkdir v2.5.0
15992026-05-21T08:41:38.425Z Compiling snafu v0.8.9
16002026-05-21T08:41:38.492Z Compiling strum v0.27.2
16012026-05-21T08:41:38.532Z Compiling daft v0.1.7
16022026-05-21T08:41:38.644Z Compiling anstream v0.6.21
16032026-05-21T08:41:38.661Z Compiling clap_builder v4.6.0
16042026-05-21T08:41:38.677Z Compiling phf v0.13.1
16052026-05-21T08:41:38.773Z Compiling elliptic-curve v0.13.8
16062026-05-21T08:41:38.807Z Compiling signal-hook-mio v0.2.5
16072026-05-21T08:41:38.855Z Compiling cargo_metadata v0.19.2
16082026-05-21T08:41:38.905Z Compiling cookie_store v0.22.1
16092026-05-21T08:41:38.921Z Compiling hubpack v0.1.2
16102026-05-21T08:41:38.942Z Compiling usdt-macro v0.6.0
16112026-05-21T08:41:38.971Z Compiling usdt-attr-macro v0.6.0
16122026-05-21T08:41:39.130Z Compiling bzip2 v0.4.4
16132026-05-21T08:41:39.159Z Compiling toml_edit v0.19.15
16142026-05-21T08:41:39.194Z Compiling futures v0.3.32
16152026-05-21T08:41:39.245Z Compiling serde_with_macros v3.17.0
16162026-05-21T08:41:39.291Z Compiling postgres-types v0.2.12
16172026-05-21T08:41:39.357Z Compiling zstd v0.13.3
16182026-05-21T08:41:39.595Z Compiling dtrace-parser v0.2.0
16192026-05-21T08:41:39.638Z Compiling globset v0.4.18
16202026-05-21T08:41:39.641Z Compiling ed25519 v2.2.3
16212026-05-21T08:41:39.732Z Compiling pkcs1 v0.7.5
16222026-05-21T08:41:39.813Z Compiling olpc-cjson v0.1.4
16232026-05-21T08:41:39.871Z Compiling serde_plain v1.0.2
16242026-05-21T08:41:39.987Z Compiling serde-big-array v0.5.1
16252026-05-21T08:41:40.089Z Compiling rfc6979 v0.4.0
16262026-05-21T08:41:40.153Z Compiling enum-as-inner v0.6.1
16272026-05-21T08:41:40.167Z Compiling strum_macros v0.26.4
16282026-05-21T08:41:40.221Z Compiling async-recursion v1.1.1
16292026-05-21T08:41:40.235Z Compiling clap_derive v4.6.1
16302026-05-21T08:41:40.349Z Compiling serde_repr v0.1.20
16312026-05-21T08:41:40.371Z Compiling phf_shared v0.11.3
16322026-05-21T08:41:40.410Z Compiling float-cmp v0.10.0
16332026-05-21T08:41:40.545Z Compiling pem v3.0.6
16342026-05-21T08:41:40.568Z Compiling memmap2 v0.9.10
16352026-05-21T08:41:40.571Z Compiling thread-id v4.2.2
16362026-05-21T08:41:40.597Z Compiling env_filter v1.0.0
16372026-05-21T08:41:40.678Z Compiling hyper v1.8.1
16382026-05-21T08:41:40.681Z Compiling data-encoding v2.10.0
16392026-05-21T08:41:40.804Z Compiling precomputed-hash v0.1.1
16402026-05-21T08:41:40.898Z Compiling fixedbitset v0.5.7
16412026-05-21T08:41:40.913Z Compiling whoami v2.1.0
16422026-05-21T08:41:40.916Z Compiling predicates-core v1.0.10
16432026-05-21T08:41:40.943Z Compiling fixedbitset v0.4.2
16442026-05-21T08:41:40.943Z Compiling static_assertions v1.1.0
16452026-05-21T08:41:41.029Z Compiling typed-path v0.9.3
16462026-05-21T08:41:41.105Z Compiling either v1.15.0
16472026-05-21T08:41:41.184Z Compiling keccak v0.1.6
16482026-05-21T08:41:41.216Z Compiling difflib v0.4.0
16492026-05-21T08:41:41.325Z Compiling new_debug_unreachable v1.0.6
16502026-05-21T08:41:41.339Z Compiling jiff v0.2.21
16512026-05-21T08:41:41.401Z Compiling normalize-line-endings v0.3.0
16522026-05-21T08:41:41.416Z Compiling string_cache v0.8.9
16532026-05-21T08:41:41.507Z Compiling predicates v3.1.4
16542026-05-21T08:41:41.664Z Compiling sha3 v0.10.8
16552026-05-21T08:41:41.718Z Compiling itertools v0.13.0
16562026-05-21T08:41:41.745Z Compiling tokio-postgres v0.7.16
16572026-05-21T08:41:41.768Z Compiling hyper-util v0.1.20
16582026-05-21T08:41:41.794Z Compiling petgraph v0.6.5
16592026-05-21T08:41:41.840Z Compiling petgraph v0.8.3
16602026-05-21T08:41:41.957Z Compiling strum v0.26.3
16612026-05-21T08:41:42.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16622026-05-21T08:41:42.055Z Compiling clap v4.6.1
16632026-05-21T08:41:42.106Z Compiling hickory-proto v0.25.2
16642026-05-21T08:41:42.144Z Compiling toml_edit v0.22.27
16652026-05-21T08:41:42.160Z Compiling env_logger v0.11.9
16662026-05-21T08:41:42.176Z Compiling usdt v0.6.0
16672026-05-21T08:41:42.278Z Compiling usdt-impl v0.5.0
16682026-05-21T08:41:42.309Z Compiling toml v0.7.8
16692026-05-21T08:41:42.506Z Compiling serde_with v3.17.0
16702026-05-21T08:41:42.575Z Compiling crossterm v0.28.1
16712026-05-21T08:41:42.934Z Compiling ecdsa v0.16.9
16722026-05-21T08:41:42.948Z Compiling rsa v0.9.10
16732026-05-21T08:41:43.018Z Compiling ed25519-dalek v2.2.0
16742026-05-21T08:41:43.342Z Compiling hyper-tls v0.6.0
16752026-05-21T08:41:43.593Z Compiling zip v0.6.6
16762026-05-21T08:41:43.696Z Compiling iddqd v0.4.1
16772026-05-21T08:41:44.017Z Compiling zip v4.6.1
16782026-05-21T08:41:44.132Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-21T08:41:44.205Z Compiling similar v2.7.0
16802026-05-21T08:41:44.219Z Compiling heck v0.4.1
16812026-05-21T08:41:44.265Z Compiling tokio-stream v0.1.18
16822026-05-21T08:41:44.396Z Compiling buf-list v1.1.2
16832026-05-21T08:41:44.470Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16842026-05-21T08:41:44.692Z Compiling openapiv3 v2.2.0
16852026-05-21T08:41:44.748Z Compiling x509-cert v0.2.5
16862026-05-21T08:41:44.787Z Compiling sha1 v0.10.6
16872026-05-21T08:41:44.804Z Compiling crossbeam-epoch v0.9.18
16882026-05-21T08:41:44.972Z Compiling toml_datetime v0.7.5+spec-1.1.0
16892026-05-21T08:41:44.987Z Compiling lalrpop-util v0.19.12
16902026-05-21T08:41:45.002Z Compiling peg-runtime v0.8.5
16912026-05-21T08:41:45.016Z Compiling thread_local v1.1.9
16922026-05-21T08:41:45.016Z Compiling slog-async v2.8.0
16932026-05-21T08:41:45.044Z Compiling crossbeam-channel v0.5.15
16942026-05-21T08:41:45.095Z Compiling filetime v0.2.27
16952026-05-21T08:41:45.149Z Compiling is-terminal v0.4.17
16962026-05-21T08:41:45.195Z Compiling take_mut v0.2.2
16972026-05-21T08:41:45.257Z Compiling term v1.2.1
16982026-05-21T08:41:45.273Z Compiling xattr v1.6.1
16992026-05-21T08:41:45.514Z Compiling tar v0.4.45
17002026-05-21T08:41:45.530Z Compiling slog-term v2.9.2
17012026-05-21T08:42:03.056Z Compiling rustls-webpki v0.103.9
17022026-05-21T08:42:05.844Z Compiling tokio-rustls v0.26.4
17032026-05-21T08:42:05.844Z Compiling rustls-platform-verifier v0.6.2
17042026-05-21T08:42:06.040Z Compiling hyper-rustls v0.27.7
17052026-05-21T08:42:06.231Z Compiling reqwest v0.12.28
17062026-05-21T08:42:06.234Z Compiling reqwest v0.13.2
17072026-05-21T08:42:07.433Z Compiling tough v0.22.0
17082026-05-21T08:42:09.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-05-21T08:42:10.165Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-05-21T08:42:12.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.07s
17112026-05-21T08:42:13.145Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17122026-05-21T08:42:13.203ZMay 21 08:42:11.773 INFO Starting download, target: Clickhouse
17132026-05-21T08:42:13.203ZMay 21 08:42:11.773 INFO Starting download, target: Cockroach
17142026-05-21T08:42:13.206ZMay 21 08:42:11.773 INFO Starting download, target: Console
17152026-05-21T08:42:13.206ZMay 21 08:42:11.773 INFO Starting download, target: MaghemiteDdmd
17162026-05-21T08:42:13.206ZMay 21 08:42:11.773 INFO Starting download, target: DendriteStub
17172026-05-21T08:42:13.206ZMay 21 08:42:11.773 INFO Starting download, target: MaghemiteMgd
17182026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Starting download, target: TransceiverControl
17192026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-05-21T08:42:13.206ZMay 21 08:42:11.774 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17262026-05-21T08:42:13.531ZMay 21 08:42:12.099 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17272026-05-21T08:42:13.777ZMay 21 08:42:12.341 INFO Download complete, target: TransceiverControl
17282026-05-21T08:42:14.251ZMay 21 08:42:12.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-05-21T08:42:14.500ZMay 21 08:42:13.062 INFO Download complete, target: Console
17302026-05-21T08:42:14.959ZMay 21 08:42:13.523 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17312026-05-21T08:42:15.228ZMay 21 08:42:13.789 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-05-21T08:42:15.337ZMay 21 08:42:13.905 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17332026-05-21T08:42:15.769ZMay 21 08:42:14.339 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17342026-05-21T08:42:15.769ZMay 21 08:42:14.339 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17352026-05-21T08:42:15.871ZMay 21 08:42:14.440 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-05-21T08:42:16.967ZMay 21 08:42:15.537 INFO Download complete, target: MaghemiteDdmd
17372026-05-21T08:42:17.977ZMay 21 08:42:16.547 INFO Download complete, target: MaghemiteMgd
17382026-05-21T08:42:18.080ZMay 21 08:42:16.649 INFO Download complete, target: DendriteStub
17392026-05-21T08:42:20.524ZMay 21 08:42:19.094 INFO Checking that binary works, target: Cockroach
17402026-05-21T08:42:20.647ZMay 21 08:42:19.216 INFO Download complete, target: Cockroach
17412026-05-21T08:42:22.690ZMay 21 08:42:21.260 INFO Checking that binary works, target: Clickhouse
17422026-05-21T08:42:22.788ZMay 21 08:42:21.358 INFO Download complete, target: Clickhouse
17432026-05-21T08:42:22.793ZAll prerequisites installed successfully
17442026-05-21T08:42:22.796Z
17452026-05-21T08:42:22.797Zreal 2:02.277879779
17462026-05-21T08:42:22.797Zuser 6:58.465698211
17472026-05-21T08:42:22.797Zsys 1:42.061820610
17482026-05-21T08:42:22.797Ztrap 0.262146698
17492026-05-21T08:42:22.797Ztflt 1.231784310
17502026-05-21T08:42:22.797Zdflt 1.832517878
17512026-05-21T08:42:22.797Zkflt 0.036674318
17522026-05-21T08:42:22.797Zlock 22:59.172542355
17532026-05-21T08:42:22.797Zslp 18:58.350070053
17542026-05-21T08:42:22.797Zlat 24.601062878
17552026-05-21T08:42:22.797Zstop 2:51.214479428
17562026-05-21T08:42:22.797Z+ ptime -m cargo xtask download softnpu
17572026-05-21T08:42:23.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17582026-05-21T08:42:23.362Z Running `target/debug/xtask download softnpu`
17592026-05-21T08:42:24.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17602026-05-21T08:42:24.224Z Running `target/debug/xtask-downloader softnpu`
17612026-05-21T08:42:24.266ZMay 21 08:42:22.835 INFO Starting download, target: Softnpu
17622026-05-21T08:42:24.273ZMay 21 08:42:22.836 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17632026-05-21T08:42:24.885ZMay 21 08:42:23.455 INFO Download complete, target: Softnpu
17642026-05-21T08:42:24.889Z
17652026-05-21T08:42:24.893Zreal 2.088464263
17662026-05-21T08:42:24.893Zuser 1.380870610
17672026-05-21T08:42:24.893Zsys 0.670315697
17682026-05-21T08:42:24.893Ztrap 0.000762220
17692026-05-21T08:42:24.893Ztflt 0.000152270
17702026-05-21T08:42:24.893Zdflt 0.000216780
17712026-05-21T08:42:24.893Zkflt 0.000000000
17722026-05-21T08:42:24.893Zlock 11.068821868
17732026-05-21T08:42:24.893Zslp 0.463538612
17742026-05-21T08:42:24.893Zlat 0.085683372
17752026-05-21T08:42:24.893Zstop 0.000183750
17762026-05-21T08:42:24.893Z+ export CARGO_INCREMENTAL=0
17772026-05-21T08:42:24.893Z+ CARGO_INCREMENTAL=0
17782026-05-21T08:42:24.893Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17792026-05-21T08:42:25.821Z Compiling proc-macro2 v1.0.106
17802026-05-21T08:42:25.821Z Compiling quote v1.0.45
17812026-05-21T08:42:25.821Z Compiling unicode-ident v1.0.24
17822026-05-21T08:42:25.821Z Compiling libc v0.2.185
17832026-05-21T08:42:25.824Z Compiling serde_core v1.0.228
17842026-05-21T08:42:25.824Z Compiling serde v1.0.228
17852026-05-21T08:42:25.824Z Compiling cfg-if v1.0.4
17862026-05-21T08:42:25.824Z Compiling version_check v0.9.5
17872026-05-21T08:42:25.824Z Compiling shlex v1.3.0
17882026-05-21T08:42:25.824Z Compiling find-msvc-tools v0.1.9
17892026-05-21T08:42:25.824Z Compiling typenum v1.19.0
17902026-05-21T08:42:25.824Z Compiling zmij v1.0.21
17912026-05-21T08:42:25.824Z Compiling autocfg v1.5.0
17922026-05-21T08:42:25.824Z Compiling serde_json v1.0.149
17932026-05-21T08:42:25.824Z Compiling memchr v2.8.0
17942026-05-21T08:42:26.127Z Compiling portable-atomic v1.13.1
17952026-05-21T08:42:26.139Z Compiling libm v0.2.16
17962026-05-21T08:42:26.211Z Compiling zerocopy v0.8.40
17972026-05-21T08:42:26.214Z Compiling parking_lot_core v0.9.12
17982026-05-21T08:42:26.225Z Compiling smallvec v1.15.1
17992026-05-21T08:42:26.264Z Compiling icu_normalizer_data v2.1.1
18002026-05-21T08:42:26.359Z Compiling icu_properties_data v2.1.2
18012026-05-21T08:42:26.474Z Compiling generic-array v0.14.7
18022026-05-21T08:42:26.490Z Compiling num-traits v0.2.19
18032026-05-21T08:42:26.507Z Compiling itoa v1.0.17
18042026-05-21T08:42:26.507Z Compiling getrandom v0.4.1
18052026-05-21T08:42:26.539Z Compiling log v0.4.29
18062026-05-21T08:42:26.568Z Compiling stable_deref_trait v1.2.1
18072026-05-21T08:42:26.616Z Compiling pkg-config v0.3.32
18082026-05-21T08:42:26.674Z Compiling subtle v2.6.1
18092026-05-21T08:42:26.800Z Compiling scopeguard v1.2.0
18102026-05-21T08:42:26.878Z Compiling percent-encoding v2.3.2
18112026-05-21T08:42:26.881Z Compiling writeable v0.6.2
18122026-05-21T08:42:26.934Z Compiling lock_api v0.4.14
18132026-05-21T08:42:26.964Z Compiling litemap v0.8.1
18142026-05-21T08:42:27.145Z Compiling pin-project-lite v0.2.17
18152026-05-21T08:42:27.168Z Compiling fnv v1.0.7
18162026-05-21T08:42:27.205Z Compiling jobserver v0.1.34
18172026-05-21T08:42:27.221Z Compiling getrandom v0.2.17
18182026-05-21T08:42:27.264Z Compiling errno v0.3.14
18192026-05-21T08:42:27.336Z Compiling thiserror v2.0.18
18202026-05-21T08:42:27.377Z Compiling rand_core v0.6.4
18212026-05-21T08:42:27.424Z Compiling cc v1.2.56
18222026-05-21T08:42:27.441Z Compiling syn v2.0.117
18232026-05-21T08:42:27.489Z Compiling getrandom v0.3.4
18242026-05-21T08:42:27.537Z Compiling fs_extra v1.3.0
18252026-05-21T08:42:27.541Z Compiling equivalent v1.0.2
18262026-05-21T08:42:27.541Z Compiling dunce v1.0.5
18272026-05-21T08:42:27.616Z Compiling schemars v0.8.22
18282026-05-21T08:42:27.661Z Compiling rustversion v1.0.22
18292026-05-21T08:42:27.681Z Compiling rand_core v0.10.0
18302026-05-21T08:42:27.698Z Compiling utf8_iter v1.0.4
18312026-05-21T08:42:27.733Z Compiling form_urlencoded v1.2.2
18322026-05-21T08:42:27.831Z Compiling critical-section v1.2.0
18332026-05-21T08:42:27.906Z Compiling signal-hook-registry v1.4.8
18342026-05-21T08:42:27.936Z Compiling rustix v1.1.3
18352026-05-21T08:42:27.974Z Compiling hashbrown v0.17.0
18362026-05-21T08:42:28.064Z Compiling socket2 v0.6.3
18372026-05-21T08:42:28.067Z Compiling mio v1.2.0
18382026-05-21T08:42:28.111Z Compiling parking_lot v0.12.5
18392026-05-21T08:42:28.305Z Compiling cmake v0.1.57
18402026-05-21T08:42:28.417Z Compiling bitflags v2.11.0
18412026-05-21T08:42:28.463Z Compiling semver v1.0.28
18422026-05-21T08:42:28.508Z Compiling once_cell v1.21.3
18432026-05-21T08:42:28.536Z Compiling indexmap v2.14.0
18442026-05-21T08:42:28.576Z Compiling const-oid v0.9.6
18452026-05-21T08:42:28.736Z Compiling ring v0.17.14
18462026-05-21T08:42:28.752Z Compiling aws-lc-sys v0.40.0
18472026-05-21T08:42:28.768Z Compiling heck v0.5.0
18482026-05-21T08:42:28.789Z Compiling aws-lc-rs v1.16.3
18492026-05-21T08:42:28.805Z Compiling futures-core v0.3.32
18502026-05-21T08:42:28.805Z Compiling httparse v1.10.1
18512026-05-21T08:42:28.901Z Compiling thiserror v1.0.69
18522026-05-21T08:42:28.916Z Compiling vcpkg v0.2.15
18532026-05-21T08:42:28.963Z Compiling strsim v0.11.1
18542026-05-21T08:42:29.094Z Compiling byteorder v1.5.0
18552026-05-21T08:42:29.206Z Compiling iana-time-zone v0.1.65
18562026-05-21T08:42:29.222Z Compiling ucd-trie v0.1.7
18572026-05-21T08:42:29.283Z Compiling syn v1.0.109
18582026-05-21T08:42:29.299Z Compiling regex-syntax v0.8.10
18592026-05-21T08:42:29.314Z Compiling ident_case v1.0.1
18602026-05-21T08:42:29.331Z Compiling uuid v1.23.0
18612026-05-21T08:42:29.347Z Compiling cpufeatures v0.2.17
18622026-05-21T08:42:29.391Z Compiling pest v2.8.6
18632026-05-21T08:42:29.468Z Compiling rustls v0.23.37
18642026-05-21T08:42:29.499Z Compiling openssl-sys v0.9.115
18652026-05-21T08:42:29.648Z Compiling futures-sink v0.3.32
18662026-05-21T08:42:29.705Z Compiling rustc_version v0.4.1
18672026-05-21T08:42:29.767Z Compiling futures-channel v0.3.32
18682026-05-21T08:42:29.785Z Compiling futures-io v0.3.32
18692026-05-21T08:42:29.788Z Compiling futures-task v0.3.32
18702026-05-21T08:42:30.001Z Compiling slab v0.4.12
18712026-05-21T08:42:30.037Z Compiling aho-corasick v1.1.4
18722026-05-21T08:42:30.117Z Compiling dyn-clone v1.0.20
18732026-05-21T08:42:30.229Z Compiling synstructure v0.13.2
18742026-05-21T08:42:30.237Z Compiling serde_derive_internals v0.29.1
18752026-05-21T08:42:30.328Z Compiling plain v0.2.3
18762026-05-21T08:42:30.353Z Compiling openssl v0.10.79
18772026-05-21T08:42:30.376Z Compiling crc32fast v1.5.0
18782026-05-21T08:42:30.448Z Compiling base64 v0.22.1
18792026-05-21T08:42:30.491Z Compiling pest_meta v2.8.6
18802026-05-21T08:42:30.529Z Compiling crossbeam-utils v0.8.21
18812026-05-21T08:42:30.615Z Compiling num-conv v0.2.0
18822026-05-21T08:42:30.658Z Compiling time-core v0.1.8
18832026-05-21T08:42:30.825Z Compiling native-tls v0.2.18
18842026-05-21T08:42:30.826Z Compiling time-macros v0.2.27
18852026-05-21T08:42:30.852Z Compiling pretty-hex v0.4.1
18862026-05-21T08:42:30.871Z Compiling regex-automata v0.4.14
18872026-05-21T08:42:30.949Z Compiling base64ct v1.8.3
18882026-05-21T08:42:30.971Z Compiling anyhow v1.0.102
18892026-05-21T08:42:31.011Z Compiling darling_core v0.21.3
18902026-05-21T08:42:31.126Z Compiling pest_generator v2.8.6
18912026-05-21T08:42:31.142Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18922026-05-21T08:42:31.148Z Compiling tracing-core v0.1.36
18932026-05-21T08:42:31.260Z Compiling pem-rfc7468 v0.7.0
18942026-05-21T08:42:31.451Z Compiling flagset v0.4.7
18952026-05-21T08:42:31.474Z Compiling untrusted v0.9.0
18962026-05-21T08:42:31.492Z Compiling serde_derive v1.0.228
18972026-05-21T08:42:31.517Z Compiling zeroize_derive v1.4.3
18982026-05-21T08:42:31.536Z Compiling zerofrom-derive v0.1.6
18992026-05-21T08:42:31.552Z Compiling yoke-derive v0.8.1
19002026-05-21T08:42:31.599Z Compiling zerovec-derive v0.11.2
19012026-05-21T08:42:31.626Z Compiling displaydoc v0.2.5
19022026-05-21T08:42:31.763Z Compiling zerocopy-derive v0.8.40
19032026-05-21T08:42:31.781Z Compiling tokio-macros v2.7.0
19042026-05-21T08:42:31.818Z Compiling futures-macro v0.3.32
19052026-05-21T08:42:32.114Z Compiling zeroize v1.8.2
19062026-05-21T08:42:32.427Z Compiling thiserror-impl v2.0.18
19072026-05-21T08:42:32.461Z Compiling schemars_derive v0.8.22
19082026-05-21T08:42:32.508Z Compiling tracing-attributes v0.1.31
19092026-05-21T08:42:32.579Z Compiling der_derive v0.7.3
19102026-05-21T08:42:32.624Z Compiling thiserror-impl v1.0.69
19112026-05-21T08:42:32.647Z Compiling zerofrom v0.1.6
19122026-05-21T08:42:32.789Z Compiling yoke v0.8.1
19132026-05-21T08:42:32.858Z Compiling crypto-common v0.1.7
19142026-05-21T08:42:33.004Z Compiling zerovec v0.11.5
19152026-05-21T08:42:33.027Z Compiling zerotrie v0.2.3
19162026-05-21T08:42:33.079Z Compiling block-buffer v0.10.4
19172026-05-21T08:42:33.375Z Compiling digest v0.10.7
19182026-05-21T08:42:33.592Z Compiling tinystr v0.8.2
19192026-05-21T08:42:33.609Z Compiling potential_utf v0.1.4
19202026-05-21T08:42:33.622Z Compiling pest_derive v2.8.6
19212026-05-21T08:42:33.650Z Compiling futures-util v0.3.32
19222026-05-21T08:42:33.723Z Compiling hmac v0.12.1
19232026-05-21T08:42:33.734Z Compiling icu_collections v2.1.1
19242026-05-21T08:42:33.782Z Compiling icu_locale_core v2.1.1
19252026-05-21T08:42:33.820Z Compiling block-padding v0.3.3
19262026-05-21T08:42:33.952Z Compiling inout v0.1.4
19272026-05-21T08:42:33.983Z Compiling rustls-pki-types v1.14.0
19282026-05-21T08:42:34.120Z Compiling openssl-macros v0.1.1
19292026-05-21T08:42:34.313Z Compiling cipher v0.4.4
19302026-05-21T08:42:34.458Z Compiling sha2 v0.10.9
19312026-05-21T08:42:34.531Z Compiling icu_provider v2.1.1
19322026-05-21T08:42:34.562Z Compiling bytes v1.11.1
19332026-05-21T08:42:34.608Z Compiling chrono v0.4.44
19342026-05-21T08:42:34.825Z Compiling icu_normalizer v2.1.1
19352026-05-21T08:42:34.845Z Compiling icu_properties v2.1.2
19362026-05-21T08:42:34.868Z Compiling serde_tokenstream v0.2.3
19372026-05-21T08:42:35.185Z Compiling tokio v1.52.1
19382026-05-21T08:42:35.515Z Compiling scroll_derive v0.13.1
19392026-05-21T08:42:35.646Z Compiling scroll_derive v0.12.1
19402026-05-21T08:42:35.905Z Compiling idna_adapter v1.2.1
19412026-05-21T08:42:36.058Z Compiling idna v1.1.0
19422026-05-21T08:42:36.075Z Compiling ppv-lite86 v0.2.21
19432026-05-21T08:42:36.311Z Compiling http v1.4.0
19442026-05-21T08:42:36.361Z Compiling tracing v0.1.44
19452026-05-21T08:42:36.414Z Compiling url v2.5.8
19462026-05-21T08:42:36.488Z Compiling der v0.7.10
19472026-05-21T08:42:36.505Z Compiling darling_macro v0.21.3
19482026-05-21T08:42:36.704Z Compiling regex v1.12.3
19492026-05-21T08:42:36.781Z Compiling zerocopy-derive v0.7.35
19502026-05-21T08:42:36.797Z Compiling rand_core v0.9.5
19512026-05-21T08:42:36.979Z Compiling slog v2.8.2
19522026-05-21T08:42:37.505Z Compiling spki v0.7.3
19532026-05-21T08:42:37.559Z Compiling darling v0.21.3
19542026-05-21T08:42:37.573Z Compiling salsa20 v0.10.2
19552026-05-21T08:42:37.602Z Compiling pbkdf2 v0.12.2
19562026-05-21T08:42:38.155Z Compiling cookie v0.18.1
19572026-05-21T08:42:38.281Z Compiling camino v1.2.2
19582026-05-21T08:42:38.483Z Compiling scrypt v0.11.0
19592026-05-21T08:42:38.498Z Compiling http-body v1.0.1
19602026-05-21T08:42:38.610Z Compiling rand_chacha v0.9.0
19612026-05-21T08:42:38.628Z Compiling cbc v0.1.2
19622026-05-21T08:42:38.679Z Compiling aes v0.8.4
19632026-05-21T08:42:38.778Z Compiling usdt-impl v0.5.0
19642026-05-21T08:42:38.819Z Compiling either v1.15.0
19652026-05-21T08:42:38.885Z Compiling tokio-util v0.7.18
19662026-05-21T08:42:38.901Z Compiling ref-cast v1.0.25
19672026-05-21T08:42:38.934Z Compiling usdt-impl v0.6.0
19682026-05-21T08:42:38.949Z Compiling paste v1.0.15
19692026-05-21T08:42:38.988Z Compiling atomic-waker v1.1.2
19702026-05-21T08:42:39.041Z Compiling untrusted v0.7.1
19712026-05-21T08:42:39.138Z Compiling tinyvec_macros v0.1.1
19722026-05-21T08:42:39.165Z Compiling openssl-probe v0.2.1
19732026-05-21T08:42:39.181Z Compiling winnow v0.7.14
19742026-05-21T08:42:39.198Z Compiling pkcs5 v0.7.1
19752026-05-21T08:42:39.212Z Compiling tinyvec v1.10.0
19762026-05-21T08:42:39.355Z Compiling rand v0.9.2
19772026-05-21T08:42:39.841Z Compiling scroll v0.12.0
19782026-05-21T08:42:39.857Z Compiling scroll v0.13.0
19792026-05-21T08:42:39.946Z Compiling toml_datetime v0.6.11
19802026-05-21T08:42:39.962Z Compiling serde_spanned v0.6.9
19812026-05-21T08:42:40.130Z Compiling async-trait v0.1.89
19822026-05-21T08:42:40.152Z Compiling heapless v0.7.17
19832026-05-21T08:42:40.207Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-05-21T08:42:40.224Z Compiling tower-service v0.3.3
19852026-05-21T08:42:40.249Z Compiling tower-layer v0.3.3
19862026-05-21T08:42:40.337Z Compiling signal-hook v0.3.18
19872026-05-21T08:42:40.423Z Compiling try-lock v0.2.5
19882026-05-21T08:42:40.444Z Compiling fastrand v2.3.0
19892026-05-21T08:42:40.542Z Compiling zstd-safe v7.2.4
19902026-05-21T08:42:40.678Z Compiling want v0.3.1
19912026-05-21T08:42:40.728Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-05-21T08:42:40.761Z Compiling h2 v0.4.13
19932026-05-21T08:42:40.880Z Compiling goblin v0.8.2
19942026-05-21T08:42:40.925Z Compiling goblin v0.10.5
19952026-05-21T08:42:41.030Z Compiling pkcs8 v0.10.2
19962026-05-21T08:42:41.157Z Compiling zerocopy v0.7.35
19972026-05-21T08:42:41.301Z Compiling ipnet v2.11.0
19982026-05-21T08:42:41.490Z Compiling ref-cast-impl v1.0.25
19992026-05-21T08:42:41.568Z Compiling darling_core v0.20.11
20002026-05-21T08:42:41.723Z Compiling curve25519-dalek v4.1.3
20012026-05-21T08:42:41.769Z Compiling toml_datetime v0.7.5+spec-1.1.0
20022026-05-21T08:42:42.014Z Compiling memoffset v0.9.1
20032026-05-21T08:42:42.031Z Compiling httpdate v1.0.3
20042026-05-21T08:42:42.251Z Compiling utf8parse v0.2.2
20052026-05-21T08:42:42.379Z Compiling litrs v1.0.0
20062026-05-21T08:42:42.394Z Compiling foreign-types-shared v0.1.1
20072026-05-21T08:42:42.447Z Compiling pin-utils v0.1.0
20082026-05-21T08:42:42.496Z Compiling rustix v0.38.44
20092026-05-21T08:42:42.537Z Compiling winnow v0.5.40
20102026-05-21T08:42:42.784Z Compiling foreign-types v0.3.2
20112026-05-21T08:42:42.854Z Compiling document-features v0.2.12
20122026-05-21T08:42:42.871Z Compiling tempfile v3.25.0
20132026-05-21T08:42:43.208Z Compiling dof v0.3.0
20142026-05-21T08:42:43.328Z Compiling unicode-normalization v0.1.25
20152026-05-21T08:42:43.380Z Compiling dtrace-parser v0.2.0
20162026-05-21T08:42:43.517Z Compiling darling_macro v0.20.11
20172026-05-21T08:42:43.651Z Compiling hyper v1.8.1
20182026-05-21T08:42:43.801Z Compiling toml_edit v0.19.15
20192026-05-21T08:42:43.806Z Compiling dof v0.4.0
20202026-05-21T08:42:43.979Z Compiling dtrace-parser v0.3.0
20212026-05-21T08:42:44.011Z Compiling pin-project-internal v1.1.11
20222026-05-21T08:42:44.014Z Compiling daft-derive v0.1.7
20232026-05-21T08:42:44.159Z Compiling spin v0.9.8
20242026-05-21T08:42:44.206Z Compiling thread-id v5.1.0
20252026-05-21T08:42:44.371Z Compiling thread-id v4.2.2
20262026-05-21T08:42:44.400Z Compiling num-bigint-dig v0.8.6
20272026-05-21T08:42:44.469Z Compiling cfg_aliases v0.2.1
20282026-05-21T08:42:44.519Z Compiling smoltcp v0.9.1
20292026-05-21T08:42:44.557Z Compiling powerfmt v0.2.0
20302026-05-21T08:42:44.580Z Compiling anstyle v1.0.14
20312026-05-21T08:42:44.606Z Compiling nix v0.31.2
20322026-05-21T08:42:44.721Z Compiling deranged v0.5.8
20332026-05-21T08:42:44.822Z Compiling hyper-util v0.1.20
20342026-05-21T08:42:45.040Z Compiling darling v0.20.11
20352026-05-21T08:42:45.210Z Compiling rustls-native-certs v0.8.3
20362026-05-21T08:42:45.402Z Compiling ipnetwork v0.21.1
20372026-05-21T08:42:45.651Z Compiling strum_macros v0.26.4
20382026-05-21T08:42:45.887Z Compiling curve25519-dalek-derive v0.1.1
20392026-05-21T08:42:45.961Z Compiling sync_wrapper v1.0.2
20402026-05-21T08:42:46.001Z Compiling wait-timeout v0.2.1
20412026-05-21T08:42:46.113Z Compiling siphasher v1.0.2
20422026-05-21T08:42:46.311Z Compiling simd-adler32 v0.3.8
20432026-05-21T08:42:46.383Z Compiling colorchoice v1.0.4
20442026-05-21T08:42:46.413Z Compiling bit-vec v0.8.0
20452026-05-21T08:42:46.466Z Compiling anstyle-query v1.1.5
20462026-05-21T08:42:46.507Z Compiling num_threads v0.1.7
20472026-05-21T08:42:46.541Z Compiling is_terminal_polyfill v1.70.2
20482026-05-21T08:42:46.651Z Compiling quick-error v1.2.3
20492026-05-21T08:42:46.666Z Compiling time v0.3.47
20502026-05-21T08:42:46.689Z Compiling bit-set v0.8.0
20512026-05-21T08:42:46.770Z Compiling rusty-fork v0.3.1
20522026-05-21T08:42:47.025Z Compiling tower v0.5.3
20532026-05-21T08:42:47.253Z Compiling derive_builder_core v0.20.2
20542026-05-21T08:42:47.512Z Compiling http-body-util v0.1.3
20552026-05-21T08:42:47.712Z Compiling webpki-roots v1.0.6
20562026-05-21T08:42:47.772Z Compiling rand_xorshift v0.4.0
20572026-05-21T08:42:47.854Z Compiling signature v2.2.0
20582026-05-21T08:42:47.870Z Compiling hubpack_derive v0.1.1
20592026-05-21T08:42:47.887Z Compiling strum_macros v0.27.2
20602026-05-21T08:42:47.930Z Compiling snafu-derive v0.8.9
20612026-05-21T08:42:48.084Z Compiling fs-err v3.3.0
20622026-05-21T08:42:48.171Z Compiling ahash v0.8.12
20632026-05-21T08:42:48.302Z Compiling encoding_rs v0.8.35
20642026-05-21T08:42:48.436Z Compiling ryu v1.0.23
20652026-05-21T08:42:48.452Z Compiling iri-string v0.7.10
20662026-05-21T08:42:48.466Z Compiling unicode-properties v0.1.4
20672026-05-21T08:42:48.481Z Compiling allocator-api2 v0.2.21
20682026-05-21T08:42:48.503Z Compiling unarray v0.1.4
20692026-05-21T08:42:48.560Z Compiling mime v0.3.17
20702026-05-21T08:42:48.618Z Compiling adler2 v2.0.1
20712026-05-21T08:42:48.687Z Compiling unicode-bidi v0.3.18
20722026-05-21T08:42:48.716Z Compiling unicode-segmentation v1.12.0
20732026-05-21T08:42:48.759Z Compiling object v0.37.3
20742026-05-21T08:42:48.825Z Compiling miniz_oxide v0.8.9
20752026-05-21T08:42:48.945Z Compiling serde_urlencoded v0.7.1
20762026-05-21T08:42:49.033Z Compiling stringprep v0.1.5
20772026-05-21T08:42:49.068Z Compiling proptest v1.10.0
20782026-05-21T08:42:49.365Z Compiling derive_builder_macro v0.20.2
20792026-05-21T08:42:49.436Z Compiling tokio-native-tls v0.3.1
20802026-05-21T08:42:49.569Z Compiling usdt-attr-macro v0.6.0
20812026-05-21T08:42:49.601Z Compiling tower-http v0.6.8
20822026-05-21T08:42:49.617Z Compiling usdt-macro v0.6.0
20832026-05-21T08:42:49.839Z Compiling anstyle-parse v1.0.0
20842026-05-21T08:42:50.070Z Compiling rand_chacha v0.3.1
20852026-05-21T08:42:50.073Z Compiling erased-serde v0.3.31
20862026-05-21T08:42:50.100Z Compiling md-5 v0.10.6
20872026-05-21T08:42:50.103Z Compiling bstr v1.12.1
20882026-05-21T08:42:50.290Z Compiling num-integer v0.1.46
20892026-05-21T08:42:50.359Z Compiling hash32 v0.2.1
20902026-05-21T08:42:50.374Z Compiling vergen-lib v0.1.6
20912026-05-21T08:42:50.389Z Compiling ff v0.13.1
20922026-05-21T08:42:50.543Z Compiling zlib-rs v0.6.2
20932026-05-21T08:42:50.568Z Compiling fallible-iterator v0.2.0
20942026-05-21T08:42:50.667Z Compiling psl-types v2.0.11
20952026-05-21T08:42:50.685Z Compiling base16ct v0.2.0
20962026-05-21T08:42:50.806Z Compiling publicsuffix v2.3.0
20972026-05-21T08:42:50.850Z Compiling sec1 v0.7.3
20982026-05-21T08:42:50.865Z Compiling postgres-protocol v0.6.10
20992026-05-21T08:42:50.869Z Compiling num-iter v0.1.45
21002026-05-21T08:42:50.988Z Compiling group v0.13.0
21012026-05-21T08:42:51.130Z Compiling newtype-uuid v1.3.2
21022026-05-21T08:42:51.397Z Compiling rand v0.8.6
21032026-05-21T08:42:51.699Z Compiling anstream v1.0.0
21042026-05-21T08:42:51.833Z Compiling oxnet v0.1.5
21052026-05-21T08:42:51.849Z Compiling derive_builder v0.20.2
21062026-05-21T08:42:51.933Z Compiling hyper-tls v0.6.0
21072026-05-21T08:42:52.023Z Compiling heck v0.4.1
21082026-05-21T08:42:52.108Z Compiling phf_shared v0.13.1
21092026-05-21T08:42:52.190Z Compiling pin-project v1.1.11
21102026-05-21T08:42:52.244Z Compiling lazy_static v1.5.0
21112026-05-21T08:42:52.313Z Compiling anstyle-parse v0.2.7
21122026-05-21T08:42:52.399Z Compiling terminal_size v0.4.3
21132026-05-21T08:42:52.417Z Compiling serde_with_macros v3.17.0
21142026-05-21T08:42:52.439Z Compiling futures-executor v0.3.32
21152026-05-21T08:42:52.516Z Compiling hex v0.4.3
21162026-05-21T08:42:52.551Z Compiling flate2 v1.1.9
21172026-05-21T08:42:52.634Z Compiling cargo-platform v0.1.9
21182026-05-21T08:42:52.705Z Compiling hkdf v0.12.4
21192026-05-21T08:42:52.808Z Compiling crypto-bigint v0.5.5
21202026-05-21T08:42:52.836Z Compiling async-recursion v1.1.1
21212026-05-21T08:42:52.864Z Compiling clap_derive v4.6.1
21222026-05-21T08:42:52.885Z Compiling enum-as-inner v0.6.1
21232026-05-21T08:42:52.900Z Compiling serde_repr v0.1.20
21242026-05-21T08:42:52.971Z Compiling vergen v9.0.6
21252026-05-21T08:42:53.327Z Compiling bumpalo v3.20.2
21262026-05-21T08:42:53.393Z Compiling same-file v1.0.6
21272026-05-21T08:42:53.436Z Compiling managed v0.8.0
21282026-05-21T08:42:53.480Z Compiling bitflags v1.3.2
21292026-05-21T08:42:53.480Z Compiling foldhash v0.2.0
21302026-05-21T08:42:53.551Z Compiling libbz2-rs-sys v0.2.2
21312026-05-21T08:42:53.575Z Compiling foldhash v0.1.5
21322026-05-21T08:42:53.591Z Compiling clap_lex v1.0.0
21332026-05-21T08:42:53.710Z Compiling hashbrown v0.15.5
21342026-05-21T08:42:53.751Z Compiling clap_builder v4.6.0
21352026-05-21T08:42:53.814Z Compiling elliptic-curve v0.13.8
21362026-05-21T08:42:53.948Z Compiling bzip2 v0.6.1
21372026-05-21T08:42:54.168Z Compiling hashbrown v0.16.1
21382026-05-21T08:42:54.190Z Compiling zopfli v0.8.3
21392026-05-21T08:42:54.263Z Compiling walkdir v2.5.0
21402026-05-21T08:42:54.643Z Compiling cargo_metadata v0.19.2
21412026-05-21T08:42:54.670Z Compiling futures v0.3.32
21422026-05-21T08:42:54.685Z Compiling anstream v0.6.21
21432026-05-21T08:42:54.765Z Compiling zstd v0.13.3
21442026-05-21T08:42:54.998Z Compiling phf v0.13.1
21452026-05-21T08:42:55.052Z Compiling snafu v0.8.9
21462026-05-21T08:42:55.068Z Compiling daft v0.1.7
21472026-05-21T08:42:55.104Z Compiling signal-hook-mio v0.2.5
21482026-05-21T08:42:55.358Z Compiling cookie_store v0.22.1
21492026-05-21T08:42:55.409Z Compiling postgres-types v0.2.12
21502026-05-21T08:42:55.496Z Compiling bzip2 v0.4.4
21512026-05-21T08:42:55.721Z Compiling globset v0.4.18
21522026-05-21T08:42:55.743Z Compiling strum v0.27.2
21532026-05-21T08:42:55.883Z Compiling hubpack v0.1.2
21542026-05-21T08:42:55.926Z Compiling ed25519 v2.2.3
21552026-05-21T08:42:55.943Z Compiling phf_shared v0.11.3
21562026-05-21T08:42:55.977Z Compiling crossbeam-epoch v0.9.18
21572026-05-21T08:42:56.019Z Compiling olpc-cjson v0.1.4
21582026-05-21T08:42:56.041Z Compiling pkcs1 v0.7.5
21592026-05-21T08:42:56.111Z Compiling pem v3.0.6
21602026-05-21T08:42:56.199Z Compiling serde_plain v1.0.2
21612026-05-21T08:42:56.255Z Compiling serde-big-array v0.5.1
21622026-05-21T08:42:56.330Z Compiling rfc6979 v0.4.0
21632026-05-21T08:42:56.387Z Compiling float-cmp v0.10.0
21642026-05-21T08:42:56.410Z Compiling memmap2 v0.9.10
21652026-05-21T08:42:56.426Z Compiling env_filter v1.0.0
21662026-05-21T08:42:56.458Z Compiling typed-path v0.9.3
21672026-05-21T08:42:56.492Z Compiling difflib v0.4.0
21682026-05-21T08:42:56.509Z Compiling keccak v0.1.6
21692026-05-21T08:42:56.550Z Compiling new_debug_unreachable v1.0.6
21702026-05-21T08:42:56.631Z Compiling static_assertions v1.1.0
21712026-05-21T08:42:56.648Z Compiling jiff v0.2.21
21722026-05-21T08:42:56.674Z Compiling toml_write v0.1.2
21732026-05-21T08:42:56.689Z Compiling predicates-core v1.0.10
21742026-05-21T08:42:56.707Z Compiling fixedbitset v0.5.7
21752026-05-21T08:42:56.724Z Compiling precomputed-hash v0.1.1
21762026-05-21T08:42:56.727Z Compiling normalize-line-endings v0.3.0
21772026-05-21T08:42:56.762Z Compiling fixedbitset v0.4.2
21782026-05-21T08:42:56.835Z Compiling data-encoding v2.10.0
21792026-05-21T08:42:56.850Z Compiling whoami v2.1.0
21802026-05-21T08:42:56.888Z Compiling toml_edit v0.22.27
21812026-05-21T08:42:56.951Z Compiling petgraph v0.8.3
21822026-05-21T08:42:56.976Z Compiling petgraph v0.6.5
21832026-05-21T08:42:57.017Z Compiling predicates v3.1.4
21842026-05-21T08:42:57.190Z Compiling hickory-proto v0.25.2
21852026-05-21T08:42:57.293Z Compiling tokio-postgres v0.7.16
21862026-05-21T08:42:57.377Z Compiling string_cache v0.8.9
21872026-05-21T08:42:57.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21882026-05-21T08:42:57.600Z Compiling sha3 v0.10.8
21892026-05-21T08:42:57.632Z Compiling env_logger v0.11.9
21902026-05-21T08:42:57.895Z Compiling usdt v0.6.0
21912026-05-21T08:42:57.985Z Compiling ecdsa v0.16.9
21922026-05-21T08:42:58.039Z Compiling rsa v0.9.10
21932026-05-21T08:42:58.157Z Compiling ed25519-dalek v2.2.0
21942026-05-21T08:42:58.735Z Compiling crossterm v0.28.1
21952026-05-21T08:42:58.839Z Compiling zip v0.6.6
21962026-05-21T08:42:59.209Z Compiling zip v4.6.1
21972026-05-21T08:42:59.227Z Compiling iddqd v0.4.1
21982026-05-21T08:42:59.308Z Compiling clap v4.6.1
21992026-05-21T08:42:59.613Z Compiling serde_with v3.17.0
22002026-05-21T08:42:59.687Z Compiling similar v2.7.0
22012026-05-21T08:42:59.716Z Compiling strum v0.26.3
22022026-05-21T08:42:59.864Z Compiling toml v0.7.8
22032026-05-21T08:42:59.897Z Compiling tokio-stream v0.1.18
22042026-05-21T08:43:00.186Z Compiling itertools v0.13.0
22052026-05-21T08:43:00.276Z Compiling buf-list v1.1.2
22062026-05-21T08:43:00.394Z Compiling x509-cert v0.2.5
22072026-05-21T08:43:00.487Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22082026-05-21T08:43:00.550Z Compiling openapiv3 v2.2.0
22092026-05-21T08:43:00.777Z Compiling sha1 v0.10.6
22102026-05-21T08:43:01.134Z Compiling lalrpop-util v0.19.12
22112026-05-21T08:43:01.370Z Compiling peg-runtime v0.8.5
22122026-05-21T08:43:15.761Z Compiling rustls-webpki v0.103.9
22132026-05-21T08:43:17.563Z Compiling macaddr v1.0.1
22142026-05-21T08:43:17.600Z Compiling structmeta-derive v0.3.0
22152026-05-21T08:43:17.677Z Compiling rayon-core v1.13.0
22162026-05-21T08:43:17.744Z Compiling crucible-workspace-hack v0.1.0
22172026-05-21T08:43:17.849Z Compiling itertools v0.14.0
22182026-05-21T08:43:17.868Z Compiling secrecy v0.10.3
22192026-05-21T08:43:17.913Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-05-21T08:43:17.963Z Compiling heapless v0.8.0
22212026-05-21T08:43:17.986Z Compiling rustls v0.22.4
22222026-05-21T08:43:18.141Z Compiling crossbeam-deque v0.8.6
22232026-05-21T08:43:18.231Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-05-21T08:43:18.322Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-05-21T08:43:18.383Z Compiling rustls-webpki v0.102.8
22262026-05-21T08:43:18.420Z Compiling hash32 v0.3.1
22272026-05-21T08:43:18.437Z Compiling multer v3.1.0
22282026-05-21T08:43:18.454Z Compiling thread_local v1.1.9
22292026-05-21T08:43:18.473Z Compiling unicode-width v0.2.0
22302026-05-21T08:43:18.493Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-05-21T08:43:18.587Z Compiling structmeta v0.3.0
22322026-05-21T08:43:18.612Z Compiling slog-async v2.8.0
22332026-05-21T08:43:18.652Z Compiling match_cfg v0.1.0
22342026-05-21T08:43:18.727Z Compiling smoltcp v0.11.0
22352026-05-21T08:43:18.751Z Compiling compression-core v0.4.31
22362026-05-21T08:43:18.820Z Compiling proc-macro-crate v3.4.0
22372026-05-21T08:43:18.837Z Compiling derive-ex v0.1.8
22382026-05-21T08:43:18.880Z Compiling compression-codecs v0.4.37
22392026-05-21T08:43:18.944Z Compiling hostname v0.3.1
22402026-05-21T08:43:19.117Z Compiling ingot-macros v0.1.1
22412026-05-21T08:43:19.132Z Compiling slog-json v2.6.1
22422026-05-21T08:43:19.169Z Compiling crossbeam-channel v0.5.15
22432026-05-21T08:43:19.275Z Compiling half v2.7.1
22442026-05-21T08:43:19.289Z Compiling newtype-uuid-macros v0.1.0
22452026-05-21T08:43:19.390Z Compiling cobs v0.3.0
22462026-05-21T08:43:19.520Z Compiling tokio-rustls v0.26.4
22472026-05-21T08:43:19.641Z Compiling rustls-platform-verifier v0.6.2
22482026-05-21T08:43:19.688Z Compiling thiserror-impl-no-std v2.0.2
22492026-05-21T08:43:19.802Z Compiling hyper-rustls v0.27.7
22502026-05-21T08:43:19.861Z Compiling universal-hash v0.5.1
22512026-05-21T08:43:19.904Z Compiling async-stream-impl v0.3.6
22522026-05-21T08:43:20.008Z Compiling toml_datetime v1.0.0+spec-1.1.0
22532026-05-21T08:43:20.054Z Compiling serde_spanned v1.0.4
22542026-05-21T08:43:20.176Z Compiling reqwest v0.12.28
22552026-05-21T08:43:20.233Z Compiling reqwest v0.13.2
22562026-05-21T08:43:20.261Z Compiling is-terminal v0.4.17
22572026-05-21T08:43:20.372Z Compiling proc-macro-error-attr v1.0.4
22582026-05-21T08:43:20.389Z Compiling dropshot v0.17.0
22592026-05-21T08:43:20.470Z Compiling toml_writer v1.0.6+spec-1.1.0
22602026-05-21T08:43:20.486Z Compiling convert_case v0.4.0
22612026-05-21T08:43:20.587Z Compiling term v1.2.1
22622026-05-21T08:43:20.606Z Compiling ciborium-io v0.2.2
22632026-05-21T08:43:20.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22642026-05-21T08:43:20.728Z Compiling take_mut v0.2.2
22652026-05-21T08:43:20.754Z Compiling opaque-debug v0.3.1
22662026-05-21T08:43:20.769Z Compiling thiserror-no-std v2.0.2
22672026-05-21T08:43:20.818Z Compiling derive_more v0.99.20
22682026-05-21T08:43:20.861Z Compiling poly1305 v0.8.0
22692026-05-21T08:43:20.893Z Compiling ciborium-ll v0.2.2
22702026-05-21T08:43:20.907Z Compiling slog-term v2.9.2
22712026-05-21T08:43:20.971Z Compiling toml v1.0.6+spec-1.1.0
22722026-05-21T08:43:21.174Z Compiling tokio-rustls v0.25.0
22732026-05-21T08:43:21.312Z Compiling async-stream v0.3.6
22742026-05-21T08:43:21.440Z Compiling test-strategy v0.4.5
22752026-05-21T08:43:21.526Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-05-21T08:43:21.540Z Compiling postcard v1.1.3
22772026-05-21T08:43:21.713Z Compiling ingot-types v0.1.2
22782026-05-21T08:43:21.933Z Compiling tough v0.22.0
22792026-05-21T08:43:22.120Z Compiling ingot v0.1.1
22802026-05-21T08:43:22.184Z Compiling slog-bunyan v2.5.0
22812026-05-21T08:43:22.387Z Compiling num_enum_derive v0.7.6
22822026-05-21T08:43:22.401Z Compiling async-compression v0.4.41
22832026-05-21T08:43:22.861Z Compiling parse-display-derive v0.10.0
22842026-05-21T08:43:22.909Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22852026-05-21T08:43:22.981Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22862026-05-21T08:43:23.236Z Compiling proc-macro-crate v1.3.1
22872026-05-21T08:43:23.275Z Compiling backon v1.6.0
22882026-05-21T08:43:23.324Z Compiling waitgroup v0.1.2
22892026-05-21T08:43:23.499Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22902026-05-21T08:43:23.516Z Compiling password-hash v0.5.0
22912026-05-21T08:43:23.540Z Compiling chacha20 v0.9.1
22922026-05-21T08:43:23.555Z Compiling dropshot_endpoint v0.17.0
22932026-05-21T08:43:23.590Z Compiling rustls-pemfile v2.2.0
22942026-05-21T08:43:23.816Z Compiling blake2 v0.10.6
22952026-05-21T08:43:23.892Z Compiling aead v0.5.2
22962026-05-21T08:43:23.917Z Compiling foreign-types-macros v0.2.3
22972026-05-21T08:43:24.118Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-21T08:43:24.316Z Compiling serde_path_to_error v0.1.20
22992026-05-21T08:43:24.345Z Compiling hostname v0.4.2
23002026-05-21T08:43:24.486Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23012026-05-21T08:43:24.502Z Compiling proc-macro-error v1.0.4
23022026-05-21T08:43:24.506Z Compiling instant v0.1.13
23032026-05-21T08:43:24.537Z Compiling typeid v1.0.3
23042026-05-21T08:43:24.555Z Compiling debug-ignore v1.0.5
23052026-05-21T08:43:24.555Z Compiling cpufeatures v0.3.0
23062026-05-21T08:43:24.625Z Compiling foreign-types-shared v0.3.1
23072026-05-21T08:43:24.652Z Compiling chacha20 v0.10.0
23082026-05-21T08:43:24.666Z Compiling backoff v0.4.0
23092026-05-21T08:43:24.704Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-21T08:43:24.751Z Compiling foreign-types v0.5.0
23112026-05-21T08:43:24.777Z Compiling parse-display v0.10.0
23122026-05-21T08:43:24.793Z Compiling argon2 v0.5.3
23132026-05-21T08:43:24.853Z Compiling chacha20poly1305 v0.10.1
23142026-05-21T08:43:24.868Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-21T08:43:24.884Z Compiling num_enum_derive v0.5.11
23162026-05-21T08:43:24.950Z Compiling num_enum v0.7.6
23172026-05-21T08:43:24.994Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23182026-05-21T08:43:25.093Z Compiling ciborium v0.2.2
23192026-05-21T08:43:25.211Z Compiling vsss-rs v3.3.4
23202026-05-21T08:43:25.382Z Compiling tabwriter v1.4.1
23212026-05-21T08:43:25.440Z Compiling regress v0.10.5
23222026-05-21T08:43:25.526Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-05-21T08:43:25.713Z Compiling byte-wrapper v0.1.0
23242026-05-21T08:43:25.791Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23252026-05-21T08:43:25.841Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-05-21T08:43:25.862Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-21T08:43:25.883Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282026-05-21T08:43:25.959Z Compiling cstr-argument v0.1.2
23292026-05-21T08:43:26.154Z Compiling erased-serde v0.4.9
23302026-05-21T08:43:26.288Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23312026-05-21T08:43:26.312Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-05-21T08:43:26.408Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-05-21T08:43:26.462Z Compiling num_enum v0.5.11
23342026-05-21T08:43:26.496Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23352026-05-21T08:43:26.546Z Compiling rand v0.10.1
23362026-05-21T08:43:26.607Z Compiling rayon v1.11.0
23372026-05-21T08:43:26.646Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23382026-05-21T08:43:26.671Z Compiling winnow v1.0.3
23392026-05-21T08:43:26.746Z Compiling colored v3.1.1
23402026-05-21T08:43:26.750Z Compiling indent_write v2.2.0
23412026-05-21T08:43:26.776Z Compiling libefi-sys v0.1.0
23422026-05-21T08:43:26.844Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-21T08:43:26.934Z Compiling zone_cfg_derive v0.3.1
23442026-05-21T08:43:26.967Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-21T08:43:27.032Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-05-21T08:43:27.048Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23472026-05-21T08:43:27.155Z Compiling camino-tempfile v1.4.1
23482026-05-21T08:43:27.282Z Compiling itertools v0.12.1
23492026-05-21T08:43:27.362Z Compiling usdt-attr-macro v0.5.0
23502026-05-21T08:43:27.435Z Compiling usdt-macro v0.5.0
23512026-05-21T08:43:27.556Z Compiling bitfield-struct v0.6.2
23522026-05-21T08:43:27.571Z Compiling num-derive v0.4.2
23532026-05-21T08:43:27.586Z Compiling blake3 v1.8.3
23542026-05-21T08:43:27.611Z Compiling ordered-float v2.10.1
23552026-05-21T08:43:27.957Z Compiling sigpipe v0.1.3
23562026-05-21T08:43:28.072Z Compiling memmap v0.7.0
23572026-05-21T08:43:28.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-21T08:43:28.148Z Compiling swrite v0.1.0
23592026-05-21T08:43:28.165Z Compiling glob v0.3.3
23602026-05-21T08:43:28.188Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-21T08:43:28.287Z Compiling usdt v0.5.0
23622026-05-21T08:43:28.362Z Compiling serde-value v0.7.0
23632026-05-21T08:43:28.454Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-05-21T08:43:28.526Z Compiling serde-untagged v0.1.9
23652026-05-21T08:43:28.731Z Compiling zone v0.3.1
23662026-05-21T08:43:28.815Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-21T08:43:28.902Z Compiling toml v0.8.23
23682026-05-21T08:43:28.938Z Compiling smf v0.2.3
23692026-05-21T08:43:29.061Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23702026-05-21T08:43:29.077Z Compiling filetime v0.2.27
23712026-05-21T08:43:29.109Z Compiling arrayvec v0.7.6
23722026-05-21T08:43:29.127Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-05-21T08:43:29.142Z Compiling xattr v1.6.1
23742026-05-21T08:43:29.166Z Compiling whoami v1.6.1
23752026-05-21T08:43:29.225Z Compiling constant_time_eq v0.4.2
23762026-05-21T08:43:29.301Z Compiling unicode-xid v0.2.6
23772026-05-21T08:43:29.317Z Compiling arrayref v0.3.9
23782026-05-21T08:43:29.350Z Compiling tar v0.4.45
23792026-05-21T08:43:29.366Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-05-21T08:43:29.404Z Compiling cargo-util-schemas v0.8.2
23812026-05-21T08:43:29.463Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-05-21T08:43:29.626Z Compiling tokio-dtrace v0.1.1
23832026-05-21T08:43:29.715Z Compiling console v0.16.2
23842026-05-21T08:43:30.002Z Compiling gethostname v0.5.0
23852026-05-21T08:43:30.061Z Compiling cargo-platform v0.2.0
23862026-05-21T08:43:30.092Z Compiling topological-sort v0.2.2
23872026-05-21T08:43:30.174Z Compiling unit-prefix v0.5.2
23882026-05-21T08:43:30.189Z Compiling oxide-tokio-rt v0.1.4
23892026-05-21T08:43:30.287Z Compiling shell-words v1.1.1
23902026-05-21T08:43:30.324Z Compiling indicatif v0.18.4
23912026-05-21T08:43:30.367Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-05-21T08:43:30.629Z Compiling cargo_metadata v0.21.0
23932026-05-21T08:43:40.061Z Compiling progenitor-client v0.14.0
23942026-05-21T08:43:40.102Z Compiling progenitor-client v0.10.0
23952026-05-21T08:43:40.105Z Compiling omicron-zone-package v0.12.2
23962026-05-21T08:43:40.534Z Compiling progenitor-extras v0.2.0
23972026-05-21T08:43:42.711Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-21T08:43:42.724Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-21T08:43:42.740Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-21T08:43:42.758Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-21T08:43:42.785Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24022026-05-21T08:43:42.805Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24032026-05-21T08:43:42.930Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-21T08:43:43.042Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24052026-05-21T08:43:43.084Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-21T08:43:47.012Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-05-21T08:43:54.641Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-05-21T08:43:57.664Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-05-21T08:43:58.635Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-05-21T08:44:08.251Z Finished `release` profile [optimized] target(s) in 1m 43s
24112026-05-21T08:44:08.409Z Running `target/release/omicron-package -t test target create -p dev`
24122026-05-21T08:44:08.473ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-21T08:44:08.476ZCreated new build target 'test' and set it as active
24142026-05-21T08:44:08.476Z
24152026-05-21T08:44:08.477Zreal 1:43.582722717
24162026-05-21T08:44:08.477Zuser 16:58.626092132
24172026-05-21T08:44:08.477Zsys 2:35.358959502
24182026-05-21T08:44:08.477Ztrap 0.462378746
24192026-05-21T08:44:08.477Ztflt 2.742363499
24202026-05-21T08:44:08.477Zdflt 4.397986494
24212026-05-21T08:44:08.477Zkflt 0.000639700
24222026-05-21T08:44:08.477Zlock 52:48.738476696
24232026-05-21T08:44:08.477Zslp 43:17.146162768
24242026-05-21T08:44:08.477Zlat 43.175696055
24252026-05-21T08:44:08.477Zstop 5:26.310443209
24262026-05-21T08:44:08.481Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-05-21T08:44:09.393Z Finished `release` profile [optimized] target(s) in 0.90s
24282026-05-21T08:44:09.469Z Running `target/release/omicron-package -t test package`
24292026-05-21T08:44:09.529ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-05-21T08:44:11.047Z Compiling heck v0.5.0
24312026-05-21T08:44:11.050Z Compiling regress v0.11.1
24322026-05-21T08:44:11.050Z Compiling unsafe-libyaml v0.2.11
24332026-05-21T08:44:11.328Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-05-21T08:44:11.328Z Compiling regress v0.10.5
24352026-05-21T08:44:11.373Z Compiling unicode-width v0.1.14
24362026-05-21T08:44:11.395Z Compiling is-terminal v0.4.17
24372026-05-21T08:44:11.398Z Compiling prettyplease v0.2.37
24382026-05-21T08:44:11.398Z Compiling derive-where v1.6.0
24392026-05-21T08:44:11.440Z Compiling num-rational v0.4.2
24402026-05-21T08:44:11.443Z Compiling num-complex v0.4.6
24412026-05-21T08:44:11.443Z Compiling rustls v0.22.4
24422026-05-21T08:44:11.443Z Compiling rustls-webpki v0.102.8
24432026-05-21T08:44:11.443Z Compiling thread_local v1.1.9
24442026-05-21T08:44:11.463Z Compiling bytecount v0.6.9
24452026-05-21T08:44:11.572Z Compiling match_cfg v0.1.0
24462026-05-21T08:44:11.627Z Compiling compression-core v0.4.31
24472026-05-21T08:44:11.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-21T08:44:11.697Z Compiling float-ord v0.3.2
24492026-05-21T08:44:11.719Z Compiling hostname v0.3.1
24502026-05-21T08:44:11.759Z Compiling compression-codecs v0.4.37
24512026-05-21T08:44:11.782Z Compiling serde_yaml v0.9.34+deprecated
24522026-05-21T08:44:11.806Z Compiling multer v3.1.0
24532026-05-21T08:44:11.838Z Compiling slog-async v2.8.0
24542026-05-21T08:44:11.842Z Compiling crossbeam-channel v0.5.15
24552026-05-21T08:44:11.882Z Compiling slog-json v2.6.1
24562026-05-21T08:44:11.885Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-05-21T08:44:11.955Z Compiling serde_spanned v1.0.4
24582026-05-21T08:44:11.999Z Compiling num v0.4.3
24592026-05-21T08:44:12.020Z Compiling take_mut v0.2.2
24602026-05-21T08:44:12.097Z Compiling term v1.2.1
24612026-05-21T08:44:12.125Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-05-21T08:44:12.147Z Compiling slog-bunyan v2.5.0
24632026-05-21T08:44:12.172Z Compiling async-compression v0.4.41
24642026-05-21T08:44:12.249Z Compiling console v0.15.11
24652026-05-21T08:44:12.314Z Compiling toml v1.0.6+spec-1.1.0
24662026-05-21T08:44:12.365Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-05-21T08:44:12.459Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-05-21T08:44:12.501Z Compiling slog-term v2.9.2
24692026-05-21T08:44:12.526Z Compiling dropshot v0.17.0
24702026-05-21T08:44:12.593Z Compiling async-stream v0.3.6
24712026-05-21T08:44:12.619Z Compiling progenitor-client v0.14.0
24722026-05-21T08:44:12.638Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-05-21T08:44:12.659Z Compiling waitgroup v0.1.2
24742026-05-21T08:44:12.688Z Compiling backon v1.6.0
24752026-05-21T08:44:12.764Z Compiling rustls-pemfile v2.2.0
24762026-05-21T08:44:12.786Z Compiling serde_path_to_error v0.1.20
24772026-05-21T08:44:12.823Z Compiling typify-impl v0.6.2
24782026-05-21T08:44:12.853Z Compiling hostname v0.4.2
24792026-05-21T08:44:12.913Z Compiling instant v0.1.13
24802026-05-21T08:44:12.947Z Compiling debug-ignore v1.0.5
24812026-05-21T08:44:12.975Z Compiling progenitor-extras v0.2.0
24822026-05-21T08:44:13.005Z Compiling backoff v0.4.0
24832026-05-21T08:44:13.050Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24842026-05-21T08:44:13.084Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-21T08:44:13.106Z Compiling parse-display v0.10.0
24862026-05-21T08:44:13.157Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-21T08:44:13.282Z Compiling newline-converter v0.3.0
24882026-05-21T08:44:13.306Z Compiling atomicwrites v0.4.4
24892026-05-21T08:44:13.331Z Compiling progenitor-client v0.10.0
24902026-05-21T08:44:13.392Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24912026-05-21T08:44:13.450Z Compiling macaddr v1.0.1
24922026-05-21T08:44:13.487Z Compiling expectorate v1.2.0
24932026-05-21T08:44:13.644Z Compiling slog-dtrace v0.3.0
24942026-05-21T08:44:13.668Z Compiling progenitor-client v0.13.0
24952026-05-21T08:44:13.694Z Compiling resolv-conf v0.7.6
24962026-05-21T08:44:13.741Z Compiling cancel-safe-futures v0.1.5
24972026-05-21T08:44:13.764Z Compiling tokio-rustls v0.25.0
24982026-05-21T08:44:13.833Z Compiling owo-colors v4.3.0
24992026-05-21T08:44:13.904Z Compiling libsw-core v0.3.2
25002026-05-21T08:44:13.907Z Compiling minimal-lexical v0.2.1
25012026-05-21T08:44:14.122Z Compiling libsw v3.5.0
25022026-05-21T08:44:14.194Z Compiling nom v7.1.3
25032026-05-21T08:44:14.229Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-05-21T08:44:14.234Z Compiling toml v0.8.23
25052026-05-21T08:44:14.330Z Compiling num-derive v0.3.3
25062026-05-21T08:44:14.353Z Compiling linked-hash-map v0.5.6
25072026-05-21T08:44:14.411Z Compiling linear-map v1.2.0
25082026-05-21T08:44:14.593Z Compiling lru-cache v0.1.2
25092026-05-21T08:44:14.613Z Compiling hickory-proto v0.24.4
25102026-05-21T08:44:14.651Z Compiling unicode-xid v0.2.6
25112026-05-21T08:44:14.673Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25122026-05-21T08:44:14.759Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25132026-05-21T08:44:14.812Z Compiling csv-core v0.1.13
25142026-05-21T08:44:14.834Z Compiling highway v1.3.0
25152026-05-21T08:44:14.861Z Compiling termtree v0.5.1
25162026-05-21T08:44:15.055Z Compiling csv v1.4.0
25172026-05-21T08:44:15.236Z Compiling libscf-sys v1.1.0
25182026-05-21T08:44:15.240Z Compiling papergrid v0.11.0
25192026-05-21T08:44:15.264Z Compiling tabled_derive v0.7.0
25202026-05-21T08:44:15.396Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25212026-05-21T08:44:15.582Z Compiling phf_shared v0.12.1
25222026-05-21T08:44:15.603Z Compiling chrono-tz v0.10.4
25232026-05-21T08:44:15.641Z Compiling tagptr v0.2.0
25242026-05-21T08:44:15.792Z Compiling phf v0.12.1
25252026-05-21T08:44:15.846Z Compiling moka v0.12.13
25262026-05-21T08:44:15.855Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25272026-05-21T08:44:15.893Z Compiling const_format_proc_macros v0.2.34
25282026-05-21T08:44:15.989Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25292026-05-21T08:44:16.178Z Compiling tabled v0.15.0
25302026-05-21T08:44:16.375Z Compiling typify-macro v0.6.2
25312026-05-21T08:44:16.421Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25322026-05-21T08:44:16.726Z Compiling const_format v0.2.35
25332026-05-21T08:44:16.814Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25342026-05-21T08:44:17.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25352026-05-21T08:44:17.124Z Compiling hickory-resolver v0.24.4
25362026-05-21T08:44:17.188Z Compiling hickory-resolver v0.25.2
25372026-05-21T08:44:17.915Z Compiling typify v0.6.2
25382026-05-21T08:44:18.122Z Compiling progenitor-impl v0.14.0
25392026-05-21T08:44:18.690Z Compiling progenitor-impl v0.13.0
25402026-05-21T08:44:20.268Z Compiling progenitor-macro v0.14.0
25412026-05-21T08:44:20.544Z Compiling qorb v0.4.1
25422026-05-21T08:44:20.855Z Compiling progenitor-macro v0.13.0
25432026-05-21T08:44:21.015Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25442026-05-21T08:44:22.504Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-05-21T08:44:23.278Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25462026-05-21T08:44:23.668Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-05-21T08:44:23.984Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25482026-05-21T08:44:24.037Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-05-21T08:44:24.140Z Compiling bcs v0.1.6
25502026-05-21T08:44:24.360Z Compiling progenitor v0.14.0
25512026-05-21T08:44:24.381Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25522026-05-21T08:44:24.541Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25532026-05-21T08:44:24.837Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25542026-05-21T08:44:24.886Z Compiling progenitor v0.13.0
25552026-05-21T08:44:25.095Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25562026-05-21T08:44:25.315Z Compiling semver v0.1.20
25572026-05-21T08:44:25.614Z Compiling rustc_version v0.1.7
25582026-05-21T08:44:25.852Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25592026-05-21T08:44:25.912Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25602026-05-21T08:44:26.165Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25612026-05-21T08:44:26.464Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25622026-05-21T08:44:26.735Z Compiling newtype_derive v0.1.6
25632026-05-21T08:44:26.973Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25642026-05-21T08:44:27.872Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25652026-05-21T08:44:28.438Z Compiling convert_case v0.10.0
25662026-05-21T08:44:28.745Z Compiling unicode-linebreak v0.1.5
25672026-05-21T08:44:28.866Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25682026-05-21T08:44:29.058Z Compiling smawk v0.3.2
25692026-05-21T08:44:29.192Z Compiling humantime v2.3.0
25702026-05-21T08:44:29.263Z Compiling textwrap v0.16.2
25712026-05-21T08:44:29.566Z Compiling derive_more-impl v2.1.1
25722026-05-21T08:44:29.660Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25732026-05-21T08:44:29.864Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25742026-05-21T08:44:29.890Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25752026-05-21T08:44:30.323Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25762026-05-21T08:44:30.375Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25772026-05-21T08:44:30.798Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25782026-05-21T08:44:30.920Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25792026-05-21T08:44:30.974Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25802026-05-21T08:44:31.625Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25812026-05-21T08:44:31.793Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25822026-05-21T08:44:32.051Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25832026-05-21T08:44:32.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25842026-05-21T08:44:32.534Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25852026-05-21T08:44:32.652Z Compiling derive_more v2.1.1
25862026-05-21T08:44:32.805Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25872026-05-21T08:44:32.876Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25882026-05-21T08:44:32.917Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892026-05-21T08:44:32.943Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25902026-05-21T08:44:33.029Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25912026-05-21T08:44:33.105Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25922026-05-21T08:44:33.262Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25932026-05-21T08:44:33.287Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25942026-05-21T08:44:33.437Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25952026-05-21T08:44:33.554Z Compiling steno v0.4.1
25962026-05-21T08:44:33.869Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25972026-05-21T08:44:34.234Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25982026-05-21T08:44:35.254Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25992026-05-21T08:44:35.751Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26002026-05-21T08:44:35.852Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26012026-05-21T08:44:36.095Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26022026-05-21T08:44:36.358Z Compiling crossterm v0.29.0
26032026-05-21T08:44:36.691Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26042026-05-21T08:44:37.652Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26052026-05-21T08:44:39.262Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26062026-05-21T08:44:39.315Z Compiling vte v0.14.1
26072026-05-21T08:44:39.401Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26082026-05-21T08:44:39.564Z Compiling strip-ansi-escapes v0.2.1
26092026-05-21T08:44:39.587Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26102026-05-21T08:44:39.808Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26112026-05-21T08:44:40.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-05-21T08:44:40.165Z Compiling fd-lock v4.0.4
26132026-05-21T08:44:40.343Z Compiling peg-macros v0.8.5
26142026-05-21T08:44:40.598Z Compiling nu-ansi-term v0.50.3
26152026-05-21T08:44:40.813Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26162026-05-21T08:44:41.159Z Compiling reedline v0.40.0
26172026-05-21T08:44:41.590Z Compiling peg v0.8.5
26182026-05-21T08:44:41.698Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26192026-05-21T08:44:42.121Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-05-21T08:44:42.218Z Compiling nom v8.0.0
26212026-05-21T08:44:42.426Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26222026-05-21T08:44:42.561Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26232026-05-21T08:44:43.254Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242026-05-21T08:44:43.508Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26252026-05-21T08:44:43.533Z Compiling dropshot-api-manager-types v0.7.1
26262026-05-21T08:44:43.676Z Compiling base64 v0.21.7
26272026-05-21T08:44:44.150Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26282026-05-21T08:44:44.208Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26292026-05-21T08:44:44.333Z Compiling utf-8 v0.7.6
26302026-05-21T08:44:44.463Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26312026-05-21T08:44:44.574Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26322026-05-21T08:44:44.597Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26332026-05-21T08:44:44.644Z Compiling tungstenite v0.21.0
26342026-05-21T08:44:44.860Z Compiling radium v0.7.0
26352026-05-21T08:44:44.893Z Compiling maybe-uninit v2.0.0
26362026-05-21T08:44:45.202Z Compiling tap v1.0.1
26372026-05-21T08:44:45.294Z Compiling tokio-tungstenite v0.21.0
26382026-05-21T08:44:45.360Z Compiling wyz v0.5.1
26392026-05-21T08:44:45.512Z Compiling zerocopy-derive v0.6.6
26402026-05-21T08:44:45.615Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26412026-05-21T08:44:45.683Z Compiling display-error-chain v0.2.2
26422026-05-21T08:44:45.727Z Compiling packed_struct v0.10.1
26432026-05-21T08:44:45.860Z Compiling crc-catalog v2.4.0
26442026-05-21T08:44:45.999Z Compiling funty v2.0.0
26452026-05-21T08:44:46.058Z Compiling crc v3.4.0
26462026-05-21T08:44:46.313Z Compiling zerocopy v0.6.6
26472026-05-21T08:44:46.398Z Compiling bitvec v1.0.1
26482026-05-21T08:44:46.804Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26492026-05-21T08:44:46.900Z Compiling packed_struct_codegen v0.10.1
26502026-05-21T08:44:46.958Z Compiling bitfield-macros v0.19.4
26512026-05-21T08:44:47.679Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26522026-05-21T08:44:47.930Z Compiling proc-macro-error-attr2 v2.0.0
26532026-05-21T08:44:48.054Z Compiling indexmap v1.9.3
26542026-05-21T08:44:48.267Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26552026-05-21T08:44:48.290Z Compiling nodrop v0.1.14
26562026-05-21T08:44:48.335Z Compiling proc-macro-error2 v2.0.1
26572026-05-21T08:44:48.427Z Compiling array-init v0.0.4
26582026-05-21T08:44:48.720Z Compiling bitfield v0.19.4
26592026-05-21T08:44:48.816Z Compiling smallvec v0.6.14
26602026-05-21T08:44:49.052Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26612026-05-21T08:44:49.093Z Compiling hashbrown v0.12.3
26622026-05-21T08:44:49.199Z Compiling serde-hex v0.1.0
26632026-05-21T08:44:49.583Z Compiling tabled_derive v0.11.0
26642026-05-21T08:44:49.692Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26652026-05-21T08:44:50.121Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26662026-05-21T08:44:50.185Z Compiling ron v0.8.1
26672026-05-21T08:44:50.242Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26682026-05-21T08:44:50.361Z Compiling typify-impl v0.4.3
26692026-05-21T08:44:50.629Z Compiling papergrid v0.17.0
26702026-05-21T08:44:50.947Z Compiling testing_table v0.3.0
26712026-05-21T08:44:51.340Z Compiling hashbrown v0.13.2
26722026-05-21T08:44:51.384Z Compiling vergen-gitcl v1.0.8
26732026-05-21T08:44:51.455Z Compiling dirs-sys-next v0.1.2
26742026-05-21T08:44:51.613Z Compiling crunchy v0.2.4
26752026-05-21T08:44:51.731Z Compiling crc-any v2.5.0
26762026-05-21T08:44:51.903Z Compiling glob v0.3.3
26772026-05-21T08:44:51.956Z Compiling diesel_derives v2.3.7
26782026-05-21T08:44:51.982Z Compiling maplit v1.0.2
26792026-05-21T08:44:52.139Z Compiling object v0.30.4
26802026-05-21T08:44:52.163Z Compiling tabled v0.20.0
26812026-05-21T08:44:52.219Z Compiling dirs-next v2.0.0
26822026-05-21T08:44:52.260Z Compiling clang-sys v1.8.1
26832026-05-21T08:44:52.394Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26842026-05-21T08:44:52.428Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26852026-05-21T08:44:52.550Z Compiling dsl_auto_type v0.2.0
26862026-05-21T08:44:52.649Z Compiling scheduled-thread-pool v0.2.7
26872026-05-21T08:44:53.084Z Compiling diesel_table_macro_syntax v0.3.0
26882026-05-21T08:44:53.107Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-05-21T08:44:53.251Z Compiling xshell-macros v0.2.7
26902026-05-21T08:44:53.318Z Compiling tiny-keccak v2.0.2
26912026-05-21T08:44:53.348Z Compiling path-slash v0.1.5
26922026-05-21T08:44:53.590Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26932026-05-21T08:44:53.658Z Compiling xshell v0.2.7
26942026-05-21T08:44:53.772Z Compiling typify-macro v0.4.3
26952026-05-21T08:44:53.829Z Compiling r2d2 v0.8.10
26962026-05-21T08:44:54.222Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-05-21T08:44:54.997Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26982026-05-21T08:44:55.834Z Compiling term v0.7.0
26992026-05-21T08:44:56.334Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27002026-05-21T08:44:56.411Z Compiling bit-vec v0.6.3
27012026-05-21T08:44:56.462Z Compiling downcast-rs v2.0.2
27022026-05-21T08:44:56.595Z Compiling bit-set v0.5.3
27032026-05-21T08:44:56.780Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27042026-05-21T08:44:56.803Z Compiling ascii-canvas v3.0.0
27052026-05-21T08:44:56.972Z Compiling itertools v0.10.5
27062026-05-21T08:44:57.061Z Compiling ena v0.14.4
27072026-05-21T08:44:57.311Z Compiling libloading v0.8.9
27082026-05-21T08:44:57.545Z Compiling bindgen v0.71.1
27092026-05-21T08:44:57.925Z Compiling unicase v2.9.0
27102026-05-21T08:44:57.984Z Compiling crc8 v0.1.1
27112026-05-21T08:44:58.008Z Compiling regex-syntax v0.6.29
27122026-05-21T08:44:58.068Z Compiling diff v0.1.13
27132026-05-21T08:44:58.234Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27142026-05-21T08:44:58.299Z Compiling diesel v2.3.7
27152026-05-21T08:44:58.338Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27162026-05-21T08:44:58.364Z Compiling cexpr v0.6.0
27172026-05-21T08:44:58.939Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27182026-05-21T08:44:58.979Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27192026-05-21T08:44:59.233Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27202026-05-21T08:44:59.416Z Compiling lalrpop v0.19.12
27212026-05-21T08:44:59.495Z Compiling rustc-hash v2.1.1
27222026-05-21T08:44:59.594Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27232026-05-21T08:44:59.900Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27242026-05-21T08:44:59.931Z Compiling typify v0.4.3
27252026-05-21T08:45:00.079Z Compiling headers-core v0.3.0
27262026-05-21T08:45:00.437Z Compiling git-stub v1.0.0
27272026-05-21T08:45:00.467Z Compiling libxml v0.3.3
27282026-05-21T08:45:00.710Z Compiling git-stub-vcs v0.1.0
27292026-05-21T08:45:00.802Z Compiling headers v0.4.1
27302026-05-21T08:45:00.828Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27312026-05-21T08:45:00.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27322026-05-21T08:45:01.083Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27332026-05-21T08:45:01.186Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27342026-05-21T08:45:01.659Z Compiling strum_macros v0.24.3
27352026-05-21T08:45:02.052Z Compiling indoc v1.0.9
27362026-05-21T08:45:02.457Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27372026-05-21T08:45:02.499Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27382026-05-21T08:45:02.701Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27392026-05-21T08:45:02.731Z Compiling derive_builder v0.20.2
27402026-05-21T08:45:02.894Z Compiling oso-derive v0.27.3
27412026-05-21T08:45:02.919Z Compiling quick-xml v0.37.5
27422026-05-21T08:45:03.573Z Compiling impl-trait-for-tuples v0.2.3
27432026-05-21T08:45:04.058Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27442026-05-21T08:45:04.279Z Compiling samael v0.0.19
27452026-05-21T08:45:04.443Z Compiling half v1.8.3
27462026-05-21T08:45:04.839Z Compiling openssl-probe v0.1.6
27472026-05-21T08:45:04.897Z Compiling serde_cbor v0.11.2
27482026-05-21T08:45:05.209Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27492026-05-21T08:45:05.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502026-05-21T08:45:05.750Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27512026-05-21T08:45:05.922Z Compiling bb8 v0.8.6
27522026-05-21T08:45:05.946Z Compiling trait-variant v0.1.2
27532026-05-21T08:45:05.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27542026-05-21T08:45:06.289Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27552026-05-21T08:45:06.310Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27562026-05-21T08:45:06.509Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27572026-05-21T08:45:06.626Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27582026-05-21T08:45:06.805Z Compiling polar-core v0.27.3
27592026-05-21T08:45:06.865Z Compiling fxhash v0.2.1
27602026-05-21T08:45:06.889Z Compiling salty v0.3.0
27612026-05-21T08:45:07.227Z Compiling progenitor-impl v0.10.0
27622026-05-21T08:45:07.378Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27632026-05-21T08:45:07.733Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27642026-05-21T08:45:07.836Z Compiling kstat-rs v0.2.4
27652026-05-21T08:45:07.919Z Compiling libz-sys v1.1.24
27662026-05-21T08:45:08.279Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27672026-05-21T08:45:08.330Z Compiling nonempty v0.12.0
27682026-05-21T08:45:08.461Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692026-05-21T08:45:08.560Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27702026-05-21T08:45:09.367Z Compiling progenitor-macro v0.10.0
27712026-05-21T08:45:09.711Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27722026-05-21T08:45:10.230Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27732026-05-21T08:45:10.927Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27742026-05-21T08:45:12.184Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27752026-05-21T08:45:12.228Z Compiling darling_core v0.23.0
27762026-05-21T08:45:12.639Z Compiling nanorand v0.7.0
27772026-05-21T08:45:13.016Z Compiling arc-swap v1.8.2
27782026-05-21T08:45:13.372Z Compiling fs-err v2.11.0
27792026-05-21T08:45:13.609Z Compiling parking_lot_core v0.8.6
27802026-05-21T08:45:13.633Z Compiling mime_guess v2.0.5
27812026-05-21T08:45:14.029Z Compiling progenitor v0.10.0
27822026-05-21T08:45:14.061Z Compiling slog-scope v4.4.1
27832026-05-21T08:45:14.159Z Compiling flume v0.11.1
27842026-05-21T08:45:14.226Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27852026-05-21T08:45:14.410Z Compiling darling_macro v0.23.0
27862026-05-21T08:45:14.556Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27872026-05-21T08:45:14.579Z Compiling primeorder v0.13.6
27882026-05-21T08:45:14.896Z Compiling libgit2-sys v0.18.3+1.9.2
27892026-05-21T08:45:14.937Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27902026-05-21T08:45:15.314Z Compiling diesel-dtrace v0.5.0
27912026-05-21T08:45:15.646Z Compiling oso v0.27.3
27922026-05-21T08:45:16.440Z Compiling async-bb8-diesel v0.2.1
27932026-05-21T08:45:16.896Z Compiling instability v0.3.11
27942026-05-21T08:45:18.102Z Compiling darling v0.23.0
27952026-05-21T08:45:18.230Z Compiling p384 v0.13.1
27962026-05-21T08:45:19.434Z Compiling slog-stdlog v4.1.1
27972026-05-21T08:45:20.362Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27982026-05-21T08:45:20.431Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27992026-05-21T08:45:20.535Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
28002026-05-21T08:45:21.339Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28012026-05-21T08:45:21.671Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28022026-05-21T08:45:22.120Z Compiling ignore v0.4.25
28032026-05-21T08:45:22.837Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-05-21T08:45:24.218Z Compiling castaway v0.2.4
28052026-05-21T08:45:24.285Z Compiling atty v0.2.14
28062026-05-21T08:45:24.381Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-05-21T08:45:24.438Z Compiling parse-size v1.1.0
28082026-05-21T08:45:24.619Z Compiling indoc v2.0.7
28092026-05-21T08:45:24.669Z Compiling http-range v0.1.5
28102026-05-21T08:45:24.820Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28112026-05-21T08:45:24.848Z Compiling compact_str v0.8.1
28122026-05-21T08:45:24.873Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-05-21T08:45:25.015Z Compiling globwalk v0.9.1
28142026-05-21T08:45:25.716Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28152026-05-21T08:45:25.810Z Compiling parking_lot v0.11.2
28162026-05-21T08:45:26.390Z Compiling slog-envlogger v2.2.0
28172026-05-21T08:45:26.469Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28182026-05-21T08:45:26.787Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-05-21T08:45:26.833Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28202026-05-21T08:45:27.037Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28212026-05-21T08:45:27.140Z Compiling progenitor-impl v0.11.2
28222026-05-21T08:45:27.194Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28232026-05-21T08:45:27.506Z Compiling predicates-tree v1.0.13
28242026-05-21T08:45:27.559Z Compiling unicode-truncate v1.1.0
28252026-05-21T08:45:27.610Z Compiling lru v0.12.5
28262026-05-21T08:45:27.777Z Compiling rand_seeder v0.4.0
28272026-05-21T08:45:27.838Z Compiling prefix-trie v0.7.0
28282026-05-21T08:45:27.967Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28292026-05-21T08:45:28.031Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28302026-05-21T08:45:28.281Z Compiling vergen-git2 v1.0.7
28312026-05-21T08:45:28.324Z Compiling corncobs v0.1.4
28322026-05-21T08:45:28.423Z Compiling illumos-nvpair-sys v0.2.0
28332026-05-21T08:45:28.514Z Compiling cassowary v0.3.0
28342026-05-21T08:45:28.608Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28352026-05-21T08:45:28.720Z Compiling hickory-server v0.25.2
28362026-05-21T08:45:28.765Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28372026-05-21T08:45:28.980Z Compiling ratatui v0.29.0
28382026-05-21T08:45:29.186Z Compiling camino-tempfile-ext v0.3.3
28392026-05-21T08:45:29.280Z Compiling progenitor-macro v0.11.2
28402026-05-21T08:45:29.356Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28412026-05-21T08:45:29.837Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28422026-05-21T08:45:30.141Z Compiling hyper-staticfile v0.10.1
28432026-05-21T08:45:30.393Z Compiling sled v0.34.7
28442026-05-21T08:45:31.384Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28452026-05-21T08:45:32.372Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28462026-05-21T08:45:33.247Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28472026-05-21T08:45:34.150Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28482026-05-21T08:45:34.842Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28492026-05-21T08:45:36.272Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28502026-05-21T08:45:36.323Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28512026-05-21T08:45:37.261Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28522026-05-21T08:45:37.496Z Compiling progenitor-client v0.11.2
28532026-05-21T08:45:38.047Z Compiling secrecy v0.8.0
28542026-05-21T08:45:38.246Z Compiling rustls v0.21.12
28552026-05-21T08:45:38.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28562026-05-21T08:45:38.910Z Compiling progenitor v0.11.2
28572026-05-21T08:45:39.476Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28582026-05-21T08:45:39.844Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28592026-05-21T08:45:39.939Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28602026-05-21T08:45:40.424Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28612026-05-21T08:45:41.275Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28622026-05-21T08:45:41.497Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28632026-05-21T08:45:41.621Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28642026-05-21T08:45:42.630Z Compiling git2 v0.20.4
28652026-05-21T08:45:42.881Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28662026-05-21T08:45:44.114Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28672026-05-21T08:45:44.168Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-05-21T08:45:44.357Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28692026-05-21T08:45:44.384Z Compiling rustls-webpki v0.101.7
28702026-05-21T08:45:44.407Z Compiling sct v0.7.1
28712026-05-21T08:45:44.590Z Compiling nix v0.29.0
28722026-05-21T08:45:44.682Z Compiling dropshot v0.16.7
28732026-05-21T08:45:45.032Z Compiling void v1.0.2
28742026-05-21T08:45:45.190Z Compiling lzss v0.8.2
28752026-05-21T08:45:45.687Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28762026-05-21T08:45:45.717Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28772026-05-21T08:45:46.068Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28782026-05-21T08:45:46.403Z Compiling illumos-nvpair v0.3.0
28792026-05-21T08:45:46.861Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28802026-05-21T08:45:47.225Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28812026-05-21T08:45:47.329Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28822026-05-21T08:45:47.582Z Compiling tungstenite v0.23.0
28832026-05-21T08:45:47.628Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28842026-05-21T08:45:47.967Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28852026-05-21T08:45:47.991Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28862026-05-21T08:45:48.230Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28872026-05-21T08:45:48.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882026-05-21T08:45:48.483Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28892026-05-21T08:45:48.526Z Compiling toml v0.9.12+spec-1.1.0
28902026-05-21T08:45:48.713Z Compiling nix v0.27.1
28912026-05-21T08:45:49.760Z Compiling dropshot_endpoint v0.16.7
28922026-05-21T08:45:49.896Z Compiling serde_bytes v0.11.19
28932026-05-21T08:45:50.125Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28942026-05-21T08:45:50.159Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28952026-05-21T08:45:50.246Z Compiling tokio-tungstenite v0.23.1
28962026-05-21T08:45:50.648Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28972026-05-21T08:45:51.314Z Compiling tokio-rustls v0.24.1
28982026-05-21T08:45:51.609Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-05-21T08:45:52.731Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29002026-05-21T08:45:53.951Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29012026-05-21T08:45:56.050Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29022026-05-21T08:45:56.124Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29032026-05-21T08:45:56.339Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29042026-05-21T08:45:56.567Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29052026-05-21T08:45:57.119Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29062026-05-21T08:45:58.784Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29072026-05-21T08:45:58.891Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29082026-05-21T08:45:59.206Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29092026-05-21T08:45:59.489Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29102026-05-21T08:45:59.727Z Compiling rustls-pemfile v1.0.4
29112026-05-21T08:45:59.751Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29122026-05-21T08:46:00.168Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29132026-05-21T08:46:00.452Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29142026-05-21T08:46:00.629Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29152026-05-21T08:46:01.371Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29162026-05-21T08:46:01.966Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29172026-05-21T08:46:03.021Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-05-21T08:46:03.298Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29192026-05-21T08:46:03.481Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29202026-05-21T08:46:03.581Z Compiling signal-hook-tokio v0.3.1
29212026-05-21T08:46:03.747Z Compiling twox-hash v2.1.2
29222026-05-21T08:46:03.774Z Compiling yasna v0.5.2
29232026-05-21T08:46:04.273Z Compiling is_ci v1.2.0
29242026-05-21T08:46:04.471Z Compiling supports-color v3.0.2
29252026-05-21T08:46:04.500Z Compiling rcgen v0.12.1
29262026-05-21T08:46:04.631Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29272026-05-21T08:46:04.777Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29282026-05-21T08:46:05.301Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-05-21T08:46:05.429Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29302026-05-21T08:46:05.561Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29312026-05-21T08:46:08.251Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29322026-05-21T08:46:08.680Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29332026-05-21T08:46:08.877Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29342026-05-21T08:46:09.218Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29352026-05-21T08:46:09.400Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29362026-05-21T08:46:09.635Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29372026-05-21T08:46:09.869Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29382026-05-21T08:46:10.093Z Compiling fatfs v0.3.6
29392026-05-21T08:46:10.846Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29402026-05-21T08:46:11.318Z Compiling subprocess v0.2.15
29412026-05-21T08:46:12.863Z Compiling rtoolbox v0.0.3
29422026-05-21T08:46:12.893Z Compiling seq-macro v0.3.6
29432026-05-21T08:46:12.981Z Compiling assert_matches v1.5.0
29442026-05-21T08:46:13.095Z Compiling rpassword v7.4.0
29452026-05-21T08:46:13.161Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29462026-05-21T08:46:13.397Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29472026-05-21T08:46:13.489Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-05-21T08:46:13.512Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29492026-05-21T08:46:13.648Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29502026-05-21T08:46:14.576Z Compiling tui-tree-widget v0.23.1
29512026-05-21T08:46:14.870Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29522026-05-21T08:46:15.955Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-05-21T08:46:16.476Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29542026-05-21T08:46:16.505Z Compiling uzers v0.12.2
29552026-05-21T08:46:17.958Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29562026-05-21T08:46:18.496Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29572026-05-21T08:46:19.160Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29582026-05-21T08:46:19.247Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29592026-05-21T08:46:19.538Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29602026-05-21T08:46:22.785Z Compiling support-bundle-viewer v0.1.2
29612026-05-21T08:46:24.704Z Compiling multimap v0.10.1
29622026-05-21T08:46:25.719Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29632026-05-21T08:46:44.126Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29642026-05-21T08:46:47.466Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29652026-05-21T08:46:47.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29662026-05-21T08:55:51.454Z Finished `release` profile [optimized] target(s) in 11m 41s
29672026-05-21T08:56:36.896Z
29682026-05-21T08:56:36.900Zreal 12:28.395379150
29692026-05-21T08:56:36.900Zuser 1:26:14.429805098
29702026-05-21T08:56:36.900Zsys 3:49.659237487
29712026-05-21T08:56:36.900Ztrap 1.916296267
29722026-05-21T08:56:36.900Ztflt 2.825807460
29732026-05-21T08:56:36.901Zdflt 17.658635016
29742026-05-21T08:56:36.901Zkflt 0.111782172
29752026-05-21T08:56:36.901Zlock 9:27:03.177449406
29762026-05-21T08:56:36.901Zslp 2:43:47.411174623
29772026-05-21T08:56:36.901Zlat 2:54.913517095
29782026-05-21T08:56:36.901Zstop 5:53.082733306
29792026-05-21T08:56:36.901Z+ mapfile -t packages
29802026-05-21T08:56:36.901Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29812026-05-21T08:56:37.884Z Finished `release` profile [optimized] target(s) in 0.97s
29822026-05-21T08:56:37.956Z Running `target/release/omicron-package -t test list-outputs`
29832026-05-21T08:56:38.014ZLogging to: /work/oxidecomputer/omicron/out/LOG
29842026-05-21T08:56:38.018Z+ ptime -m cargo build --locked --release -p xtask
29852026-05-21T08:56:38.560Z Compiling libc v0.2.185
29862026-05-21T08:56:38.560Z Compiling serde v1.0.228
29872026-05-21T08:56:38.563Z Compiling serde_core v1.0.228
29882026-05-21T08:56:38.563Z Compiling rustix v1.1.3
29892026-05-21T08:56:38.563Z Compiling bitflags v2.11.0
29902026-05-21T08:56:38.656Z Compiling serde_json v1.0.149
29912026-05-21T08:56:38.701Z Compiling num-traits v0.2.19
29922026-05-21T08:56:38.701Z Compiling smallvec v1.15.1
29932026-05-21T08:56:38.710Z Compiling syn v2.0.117
29942026-05-21T08:56:38.739Z Compiling usdt-impl v0.5.0
29952026-05-21T08:56:38.743Z Compiling indexmap v2.14.0
29962026-05-21T08:56:38.761Z Compiling syn v1.0.109
29972026-05-21T08:56:38.771Z Compiling percent-encoding v2.3.2
29982026-05-21T08:56:38.774Z Compiling getrandom v0.4.1
29992026-05-21T08:56:38.903Z Compiling log v0.4.29
30002026-05-21T08:56:39.045Z Compiling form_urlencoded v1.2.2
30012026-05-21T08:56:39.147Z Compiling fs-err v3.3.0
30022026-05-21T08:56:39.158Z Compiling once_cell v1.21.3
30032026-05-21T08:56:39.179Z Compiling heck v0.4.1
30042026-05-21T08:56:39.182Z Compiling anyhow v1.0.102
30052026-05-21T08:56:39.393Z Compiling thread-id v4.2.2
30062026-05-21T08:56:39.420Z Compiling errno v0.3.14
30072026-05-21T08:56:39.423Z Compiling memmap v0.7.0
30082026-05-21T08:56:39.710Z Compiling ordered-float v2.10.1
30092026-05-21T08:56:40.232Z Compiling proc-macro-error v1.0.4
30102026-05-21T08:56:40.416Z Compiling terminal_size v0.4.3
30112026-05-21T08:56:40.416Z Compiling tempfile v3.25.0
30122026-05-21T08:56:40.480Z Compiling tabled_derive v0.7.0
30132026-05-21T08:56:40.515Z Compiling clap_builder v4.6.0
30142026-05-21T08:56:40.518Z Compiling textwrap v0.16.2
30152026-05-21T08:56:40.653Z Compiling camino-tempfile v1.4.1
30162026-05-21T08:56:41.147Z Compiling tabled v0.15.0
30172026-05-21T08:56:41.218Z Compiling synstructure v0.13.2
30182026-05-21T08:56:41.218Z Compiling pest_generator v2.8.6
30192026-05-21T08:56:41.612Z Compiling serde_derive v1.0.228
30202026-05-21T08:56:41.612Z Compiling zerofrom-derive v0.1.6
30212026-05-21T08:56:41.615Z Compiling yoke-derive v0.8.1
30222026-05-21T08:56:41.615Z Compiling zerovec-derive v0.11.2
30232026-05-21T08:56:41.615Z Compiling displaydoc v0.2.5
30242026-05-21T08:56:41.615Z Compiling thiserror-impl v1.0.69
30252026-05-21T08:56:41.615Z Compiling zerocopy-derive v0.7.35
30262026-05-21T08:56:41.615Z Compiling scroll_derive v0.12.1
30272026-05-21T08:56:41.624Z Compiling thiserror-impl v2.0.18
30282026-05-21T08:56:41.627Z Compiling clap_derive v4.6.1
30292026-05-21T08:56:41.740Z Compiling pest_derive v2.8.6
30302026-05-21T08:56:42.323Z Compiling scroll v0.12.0
30312026-05-21T08:56:42.456Z Compiling zerocopy v0.7.35
30322026-05-21T08:56:42.652Z Compiling goblin v0.8.2
30332026-05-21T08:56:42.702Z Compiling zerofrom v0.1.6
30342026-05-21T08:56:42.758Z Compiling thiserror v1.0.69
30352026-05-21T08:56:42.833Z Compiling yoke v0.8.1
30362026-05-21T08:56:42.845Z Compiling dtrace-parser v0.2.0
30372026-05-21T08:56:42.901Z Compiling thiserror v2.0.18
30382026-05-21T08:56:43.031Z Compiling zerovec v0.11.5
30392026-05-21T08:56:43.045Z Compiling zerotrie v0.2.3
30402026-05-21T08:56:43.298Z Compiling clap v4.6.1
30412026-05-21T08:56:43.639Z Compiling tinystr v0.8.2
30422026-05-21T08:56:43.872Z Compiling icu_locale_core v2.1.1
30432026-05-21T08:56:44.135Z Compiling potential_utf v0.1.4
30442026-05-21T08:56:44.341Z Compiling icu_collections v2.1.1
30452026-05-21T08:56:44.788Z Compiling icu_provider v2.1.1
30462026-05-21T08:56:44.859Z Compiling toml_datetime v0.6.11
30472026-05-21T08:56:45.019Z Compiling serde_spanned v0.6.9
30482026-05-21T08:56:45.121Z Compiling icu_properties v2.1.2
30492026-05-21T08:56:45.206Z Compiling icu_normalizer v2.1.1
30502026-05-21T08:56:45.219Z Compiling toml_edit v0.22.27
30512026-05-21T08:56:45.252Z Compiling dof v0.3.0
30522026-05-21T08:56:45.347Z Compiling serde_tokenstream v0.2.3
30532026-05-21T08:56:45.660Z Compiling serde-value v0.7.0
30542026-05-21T08:56:45.719Z Compiling cargo-platform v0.2.0
30552026-05-21T08:56:45.781Z Compiling macaddr v1.0.1
30562026-05-21T08:56:46.011Z Compiling idna_adapter v1.2.1
30572026-05-21T08:56:46.035Z Compiling usdt-macro v0.5.0
30582026-05-21T08:56:46.048Z Compiling usdt-attr-macro v0.5.0
30592026-05-21T08:56:46.166Z Compiling idna v1.1.0
30602026-05-21T08:56:46.508Z Compiling url v2.5.8
30612026-05-21T08:56:46.661Z Compiling usdt v0.5.0
30622026-05-21T08:56:46.865Z Compiling toml v0.8.23
30632026-05-21T08:56:47.321Z Compiling cargo-util-schemas v0.8.2
30642026-05-21T08:56:47.347Z Compiling cargo_toml v0.21.0
30652026-05-21T08:56:48.336Z Compiling cargo_metadata v0.21.0
30662026-05-21T08:56:51.461Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30672026-05-21T08:56:54.452Z Finished `release` profile [optimized] target(s) in 16.42s
30682026-05-21T08:56:54.572Z
30692026-05-21T08:56:54.575Zreal 16.519431188
30702026-05-21T08:56:54.575Zuser 2:21.762205066
30712026-05-21T08:56:54.575Zsys 16.408080108
30722026-05-21T08:56:54.575Ztrap 0.095798112
30732026-05-21T08:56:54.575Ztflt 0.468573929
30742026-05-21T08:56:54.575Zdflt 1.460883639
30752026-05-21T08:56:54.575Zkflt 0.000045770
30762026-05-21T08:56:54.575Zlock 5:14.632895168
30772026-05-21T08:56:54.575Zslp 3:24.738315672
30782026-05-21T08:56:54.575Zlat 6.321978688
30792026-05-21T08:56:54.575Zstop 17.861135744
30802026-05-21T08:56:54.575Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30812026-05-21T08:56:54.575Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30822026-05-21T08:56:54.575Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30832026-05-21T08:56:54.575Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30842026-05-21T08:56:54.575Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30852026-05-21T08:56:55.600Z Compiling newtype-uuid-macros v0.1.0
30862026-05-21T08:56:55.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30872026-05-21T08:56:55.604Z Compiling debug-ignore v1.0.5
30882026-05-21T08:56:55.604Z Compiling rustls v0.22.4
30892026-05-21T08:56:55.604Z Compiling rustls-webpki v0.102.8
30902026-05-21T08:56:55.604Z Compiling structmeta-derive v0.3.0
30912026-05-21T08:56:55.604Z Compiling multer v3.1.0
30922026-05-21T08:56:55.604Z Compiling compression-core v0.4.31
30932026-05-21T08:56:55.604Z Compiling match_cfg v0.1.0
30942026-05-21T08:56:55.604Z Compiling slog-json v2.6.1
30952026-05-21T08:56:55.604Z Compiling async-stream-impl v0.3.6
30962026-05-21T08:56:55.604Z Compiling serde_spanned v1.0.4
30972026-05-21T08:56:55.604Z Compiling toml_datetime v1.0.0+spec-1.1.0
30982026-05-21T08:56:55.604Z Compiling dropshot v0.17.0
30992026-05-21T08:56:55.604Z Compiling toml_writer v1.0.6+spec-1.1.0
31002026-05-21T08:56:55.604Z Compiling waitgroup v0.1.2
31012026-05-21T08:56:56.010Z Compiling compression-codecs v0.4.37
31022026-05-21T08:56:56.013Z Compiling toml v1.0.6+spec-1.1.0
31032026-05-21T08:56:56.029Z Compiling hostname v0.3.1
31042026-05-21T08:56:56.032Z Compiling rustls-pemfile v2.2.0
31052026-05-21T08:56:56.045Z Compiling dropshot_endpoint v0.17.0
31062026-05-21T08:56:56.113Z Compiling serde_path_to_error v0.1.20
31072026-05-21T08:56:56.134Z Compiling slog-bunyan v2.5.0
31082026-05-21T08:56:56.137Z Compiling hostname v0.4.2
31092026-05-21T08:56:56.154Z Compiling regress v0.10.5
31102026-05-21T08:56:56.204Z Compiling async-compression v0.4.41
31112026-05-21T08:56:56.260Z Compiling progenitor-client v0.14.0
31122026-05-21T08:56:56.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31132026-05-21T08:56:56.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31142026-05-21T08:56:56.344Z Compiling itertools v0.14.0
31152026-05-21T08:56:56.480Z Compiling macaddr v1.0.1
31162026-05-21T08:56:56.500Z Compiling instant v0.1.13
31172026-05-21T08:56:56.500Z Compiling async-stream v0.3.6
31182026-05-21T08:56:56.533Z Compiling progenitor-client v0.10.0
31192026-05-21T08:56:56.536Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31202026-05-21T08:56:56.569Z Compiling backon v1.6.0
31212026-05-21T08:56:56.600Z Compiling backoff v0.4.0
31222026-05-21T08:56:56.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31232026-05-21T08:56:56.699Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
31242026-05-21T08:56:56.717Z Compiling convert_case v0.4.0
31252026-05-21T08:56:56.717Z Compiling secrecy v0.10.3
31262026-05-21T08:56:56.753Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31272026-05-21T08:56:56.756Z Compiling progenitor-extras v0.2.0
31282026-05-21T08:56:56.801Z Compiling universal-hash v0.5.1
31292026-05-21T08:56:56.833Z Compiling opaque-debug v0.3.1
31302026-05-21T08:56:56.882Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31312026-05-21T08:56:56.899Z Compiling half v2.7.1
31322026-05-21T08:56:56.918Z Compiling ciborium-io v0.2.2
31332026-05-21T08:56:56.937Z Compiling crucible-workspace-hack v0.1.0
31342026-05-21T08:56:56.956Z Compiling aead v0.5.2
31352026-05-21T08:56:57.044Z Compiling poly1305 v0.8.0
31362026-05-21T08:56:57.047Z Compiling chacha20 v0.9.1
31372026-05-21T08:56:57.078Z Compiling structmeta v0.3.0
31382026-05-21T08:56:57.096Z Compiling unsafe-libyaml v0.2.11
31392026-05-21T08:56:57.132Z Compiling derive_more v0.99.20
31402026-05-21T08:56:57.172Z Compiling byte-wrapper v0.1.0
31412026-05-21T08:56:57.190Z Compiling ciborium-ll v0.2.2
31422026-05-21T08:56:57.227Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31432026-05-21T08:56:57.245Z Compiling regress v0.11.1
31442026-05-21T08:56:57.286Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31452026-05-21T08:56:57.321Z Compiling derive-ex v0.1.8
31462026-05-21T08:56:57.343Z Compiling parse-display-derive v0.10.0
31472026-05-21T08:56:57.397Z Compiling ciborium v0.2.2
31482026-05-21T08:56:57.454Z Compiling thiserror-impl-no-std v2.0.2
31492026-05-21T08:56:57.540Z Compiling password-hash v0.5.0
31502026-05-21T08:56:57.580Z Compiling blake2 v0.10.6
31512026-05-21T08:56:57.604Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31522026-05-21T08:56:57.652Z Compiling serde_yaml v0.9.34+deprecated
31532026-05-21T08:56:57.788Z Compiling chacha20poly1305 v0.10.1
31542026-05-21T08:56:57.817Z Compiling indent_write v2.2.0
31552026-05-21T08:56:57.892Z Compiling argon2 v0.5.3
31562026-05-21T08:56:57.896Z Compiling toml_edit v0.23.10+spec-1.0.0
31572026-05-21T08:56:57.972Z Compiling num-rational v0.4.2
31582026-05-21T08:56:57.990Z Compiling num-complex v0.4.6
31592026-05-21T08:56:57.993Z Compiling atomicwrites v0.4.4
31602026-05-21T08:56:58.023Z Compiling heapless v0.8.0
31612026-05-21T08:56:58.160Z Compiling tokio-rustls v0.25.0
31622026-05-21T08:56:58.225Z Compiling float-ord v0.3.2
31632026-05-21T08:56:58.407Z Compiling num v0.4.3
31642026-05-21T08:56:58.424Z Compiling ingot-macros v0.1.1
31652026-05-21T08:56:58.507Z Compiling proc-macro-crate v3.4.0
31662026-05-21T08:56:58.545Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31672026-05-21T08:56:58.584Z Compiling camino-tempfile v1.4.1
31682026-05-21T08:56:58.683Z Compiling thiserror-no-std v2.0.2
31692026-05-21T08:56:58.798Z Compiling vsss-rs v3.3.4
31702026-05-21T08:56:58.851Z Compiling typify-impl v0.6.2
31712026-05-21T08:56:58.942Z Compiling hash32 v0.3.1
31722026-05-21T08:56:59.013Z Compiling smoltcp v0.11.0
31732026-05-21T08:56:59.071Z Compiling test-strategy v0.4.5
31742026-05-21T08:56:59.100Z Compiling parse-display v0.10.0
31752026-05-21T08:56:59.117Z Compiling num_enum_derive v0.7.6
31762026-05-21T08:56:59.120Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31772026-05-21T08:56:59.165Z Compiling tabwriter v1.4.1
31782026-05-21T08:56:59.343Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-05-21T08:56:59.387Z Compiling cobs v0.3.0
31802026-05-21T08:56:59.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31812026-05-21T08:56:59.445Z Compiling proc-macro-error v1.0.4
31822026-05-21T08:56:59.448Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-21T08:56:59.480Z Compiling proc-macro-crate v1.3.1
31842026-05-21T08:56:59.635Z Compiling postcard v1.1.3
31852026-05-21T08:56:59.709Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31862026-05-21T08:56:59.748Z Compiling foreign-types-macros v0.2.3
31872026-05-21T08:56:59.785Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31882026-05-21T08:56:59.817Z Compiling foreign-types-shared v0.3.1
31892026-05-21T08:56:59.940Z Compiling colored v3.1.1
31902026-05-21T08:56:59.982Z Compiling cpufeatures v0.3.0
31912026-05-21T08:57:00.013Z Compiling rayon-core v1.13.0
31922026-05-21T08:57:00.048Z Compiling num_enum_derive v0.5.11
31932026-05-21T08:57:00.088Z Compiling chacha20 v0.10.0
31942026-05-21T08:57:00.106Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-05-21T08:57:00.249Z Compiling num_enum v0.7.6
31962026-05-21T08:57:00.315Z Compiling crossbeam-deque v0.8.6
31972026-05-21T08:57:00.338Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31982026-05-21T08:57:00.387Z Compiling foreign-types v0.5.0
31992026-05-21T08:57:00.406Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32002026-05-21T08:57:00.423Z Compiling cstr-argument v0.1.2
32012026-05-21T08:57:00.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
32022026-05-21T08:57:00.461Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
32032026-05-21T08:57:00.492Z Compiling rand v0.10.1
32042026-05-21T08:57:00.543Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32052026-05-21T08:57:00.603Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-05-21T08:57:00.697Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32072026-05-21T08:57:00.717Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32082026-05-21T08:57:00.732Z Compiling toml v0.8.23
32092026-05-21T08:57:00.814Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32102026-05-21T08:57:00.833Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32112026-05-21T08:57:00.907Z Compiling winnow v1.0.3
32122026-05-21T08:57:00.967Z Compiling rayon v1.11.0
32132026-05-21T08:57:01.017Z Compiling zone_cfg_derive v0.3.1
32142026-05-21T08:57:01.172Z Compiling num_enum v0.5.11
32152026-05-21T08:57:01.204Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32162026-05-21T08:57:01.279Z Compiling itertools v0.12.1
32172026-05-21T08:57:01.298Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32182026-05-21T08:57:01.316Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32192026-05-21T08:57:01.332Z Compiling num-derive v0.4.2
32202026-05-21T08:57:01.384Z Compiling ingot-types v0.1.2
32212026-05-21T08:57:01.413Z Compiling sigpipe v0.1.3
32222026-05-21T08:57:01.444Z Compiling glob v0.3.3
32232026-05-21T08:57:01.462Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32242026-05-21T08:57:01.480Z Compiling smf v0.2.3
32252026-05-21T08:57:01.658Z Compiling prettyplease v0.2.37
32262026-05-21T08:57:01.727Z Compiling whoami v1.6.1
32272026-05-21T08:57:01.744Z Compiling usdt-attr-macro v0.5.0
32282026-05-21T08:57:01.811Z Compiling ingot v0.1.1
32292026-05-21T08:57:01.830Z Compiling usdt-macro v0.5.0
32302026-05-21T08:57:01.915Z Compiling gethostname v0.5.0
32312026-05-21T08:57:01.932Z Compiling derive-where v1.6.0
32322026-05-21T08:57:02.039Z Compiling memmap v0.7.0
32332026-05-21T08:57:02.057Z Compiling resolv-conf v0.7.6
32342026-05-21T08:57:02.090Z Compiling console v0.15.11
32352026-05-21T08:57:02.261Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32362026-05-21T08:57:02.309Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32372026-05-21T08:57:02.444Z Compiling zone v0.3.1
32382026-05-21T08:57:02.536Z Compiling newline-converter v0.3.0
32392026-05-21T08:57:02.604Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32402026-05-21T08:57:02.630Z Compiling usdt v0.5.0
32412026-05-21T08:57:02.670Z Compiling owo-colors v4.3.0
32422026-05-21T08:57:02.687Z Compiling cancel-safe-futures v0.1.5
32432026-05-21T08:57:02.706Z Compiling expectorate v1.2.0
32442026-05-21T08:57:02.726Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32452026-05-21T08:57:02.775Z Compiling libsw-core v0.3.2
32462026-05-21T08:57:02.908Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32472026-05-21T08:57:02.927Z Compiling libsw v3.5.0
32482026-05-21T08:57:02.985Z Compiling hickory-proto v0.24.4
32492026-05-21T08:57:03.142Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32502026-05-21T08:57:03.161Z Compiling linear-map v1.2.0
32512026-05-21T08:57:03.197Z Compiling linked-hash-map v0.5.6
32522026-05-21T08:57:03.217Z Compiling minimal-lexical v0.2.1
32532026-05-21T08:57:03.284Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32542026-05-21T08:57:03.302Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32552026-05-21T08:57:03.320Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-05-21T08:57:03.375Z Compiling progenitor-client v0.13.0
32572026-05-21T08:57:03.427Z Compiling lru-cache v0.1.2
32582026-05-21T08:57:03.449Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-05-21T08:57:03.482Z Compiling nom v7.1.3
32602026-05-21T08:57:03.516Z Compiling tokio-dtrace v0.1.1
32612026-05-21T08:57:03.534Z Compiling typify-macro v0.6.2
32622026-05-21T08:57:03.586Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32632026-05-21T08:57:03.605Z Compiling slog-dtrace v0.3.0
32642026-05-21T08:57:03.690Z Compiling csv-core v0.1.13
32652026-05-21T08:57:03.731Z Compiling highway v1.3.0
32662026-05-21T08:57:03.781Z Compiling tagptr v0.2.0
32672026-05-21T08:57:03.828Z Compiling semver v0.1.20
32682026-05-21T08:57:03.880Z Compiling oxide-tokio-rt v0.1.4
32692026-05-21T08:57:03.905Z Compiling csv v1.4.0
32702026-05-21T08:57:03.954Z Compiling moka v0.12.13
32712026-05-21T08:57:03.972Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32722026-05-21T08:57:03.987Z Compiling phf_shared v0.12.1
32732026-05-21T08:57:04.132Z Compiling rustc_version v0.1.7
32742026-05-21T08:57:04.149Z Compiling chrono-tz v0.10.4
32752026-05-21T08:57:04.195Z Compiling const_format_proc_macros v0.2.34
32762026-05-21T08:57:04.212Z Compiling phf v0.12.1
32772026-05-21T08:57:04.405Z Compiling newtype_derive v0.1.6
32782026-05-21T08:57:04.408Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32792026-05-21T08:57:04.543Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802026-05-21T08:57:04.663Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32812026-05-21T08:57:04.690Z Compiling hickory-resolver v0.25.2
32822026-05-21T08:57:04.804Z Compiling num-derive v0.3.3
32832026-05-21T08:57:04.836Z Compiling bcs v0.1.6
32842026-05-21T08:57:04.923Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32852026-05-21T08:57:05.076Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32862026-05-21T08:57:05.079Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32872026-05-21T08:57:05.111Z Compiling termtree v0.5.1
32882026-05-21T08:57:05.132Z Compiling const_format v0.2.35
32892026-05-21T08:57:05.197Z Compiling hickory-resolver v0.24.4
32902026-05-21T08:57:05.343Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32912026-05-21T08:57:05.380Z Compiling typify v0.6.2
32922026-05-21T08:57:05.403Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32932026-05-21T08:57:05.487Z Compiling progenitor-impl v0.14.0
32942026-05-21T08:57:05.522Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32952026-05-21T08:57:05.571Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32962026-05-21T08:57:05.634Z Compiling progenitor-impl v0.13.0
32972026-05-21T08:57:05.784Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32982026-05-21T08:57:05.861Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32992026-05-21T08:57:06.236Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
33002026-05-21T08:57:06.289Z Compiling qorb v0.4.1
33012026-05-21T08:57:06.391Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33022026-05-21T08:57:06.661Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-21T08:57:06.751Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33042026-05-21T08:57:06.979Z Compiling libscf-sys v1.1.0
33052026-05-21T08:57:07.185Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33062026-05-21T08:57:07.256Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-05-21T08:57:07.288Z Compiling tabled_derive v0.7.0
33082026-05-21T08:57:07.426Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33092026-05-21T08:57:07.509Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33102026-05-21T08:57:07.662Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33112026-05-21T08:57:07.697Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-21T08:57:07.811Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33132026-05-21T08:57:08.052Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33142026-05-21T08:57:08.080Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33152026-05-21T08:57:08.237Z Compiling textwrap v0.16.2
33162026-05-21T08:57:08.257Z Compiling progenitor-macro v0.14.0
33172026-05-21T08:57:08.331Z Compiling tabled v0.15.0
33182026-05-21T08:57:08.369Z Compiling progenitor-macro v0.13.0
33192026-05-21T08:57:08.404Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33202026-05-21T08:57:08.568Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33212026-05-21T08:57:08.571Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33222026-05-21T08:57:08.605Z Compiling steno v0.4.1
33232026-05-21T08:57:08.668Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33242026-05-21T08:57:08.735Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33252026-05-21T08:57:08.822Z Compiling humantime v2.3.0
33262026-05-21T08:57:09.137Z Compiling libefi-sys v0.1.0
33272026-05-21T08:57:09.160Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33282026-05-21T08:57:09.179Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33292026-05-21T08:57:09.249Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33302026-05-21T08:57:09.385Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33312026-05-21T08:57:09.389Z Compiling git-stub v1.0.0
33322026-05-21T08:57:09.435Z Compiling bitfield-struct v0.6.2
33332026-05-21T08:57:09.584Z Compiling nom v8.0.0
33342026-05-21T08:57:09.718Z Compiling git-stub-vcs v0.1.0
33352026-05-21T08:57:10.121Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33362026-05-21T08:57:10.165Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33372026-05-21T08:57:10.310Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33382026-05-21T08:57:10.355Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33392026-05-21T08:57:10.438Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33402026-05-21T08:57:10.489Z Compiling dropshot-api-manager-types v0.7.1
33412026-05-21T08:57:10.772Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33422026-05-21T08:57:10.835Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33432026-05-21T08:57:10.857Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33442026-05-21T08:57:10.883Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-05-21T08:57:10.954Z Compiling typify-impl v0.4.3
33462026-05-21T08:57:11.090Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33472026-05-21T08:57:11.132Z Compiling xshell-macros v0.2.7
33482026-05-21T08:57:11.180Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33492026-05-21T08:57:11.199Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33502026-05-21T08:57:11.295Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33512026-05-21T08:57:11.567Z Compiling xshell v0.2.7
33522026-05-21T08:57:11.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33532026-05-21T08:57:11.805Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33542026-05-21T08:57:11.904Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33552026-05-21T08:57:11.928Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33562026-05-21T08:57:12.166Z Compiling primeorder v0.13.6
33572026-05-21T08:57:12.246Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33582026-05-21T08:57:12.474Z Compiling salty v0.3.0
33592026-05-21T08:57:12.555Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33602026-05-21T08:57:12.558Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33612026-05-21T08:57:12.750Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33622026-05-21T08:57:12.775Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33632026-05-21T08:57:12.962Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-05-21T08:57:12.984Z Compiling radium v0.7.0
33652026-05-21T08:57:13.043Z Compiling base64 v0.21.7
33662026-05-21T08:57:13.159Z Compiling p384 v0.13.1
33672026-05-21T08:57:13.202Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33682026-05-21T08:57:13.320Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33692026-05-21T08:57:13.410Z Compiling tap v1.0.1
33702026-05-21T08:57:13.429Z Compiling maybe-uninit v2.0.0
33712026-05-21T08:57:13.449Z Compiling progenitor v0.14.0
33722026-05-21T08:57:13.530Z Compiling progenitor v0.13.0
33732026-05-21T08:57:13.556Z Compiling wyz v0.5.1
33742026-05-21T08:57:13.630Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33752026-05-21T08:57:13.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33762026-05-21T08:57:13.721Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33772026-05-21T08:57:13.788Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33782026-05-21T08:57:13.805Z Compiling proc-macro-error-attr2 v2.0.0
33792026-05-21T08:57:13.822Z Compiling utf-8 v0.7.6
33802026-05-21T08:57:13.840Z Compiling funty v2.0.0
33812026-05-21T08:57:13.891Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-21T08:57:14.033Z Compiling packed_struct v0.10.1
33832026-05-21T08:57:14.151Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33842026-05-21T08:57:14.248Z Compiling parking_lot_core v0.8.6
33852026-05-21T08:57:14.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33862026-05-21T08:57:14.491Z Compiling proc-macro-error2 v2.0.1
33872026-05-21T08:57:14.567Z Compiling bitvec v1.0.1
33882026-05-21T08:57:14.679Z Compiling tungstenite v0.21.0
33892026-05-21T08:57:15.176Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33902026-05-21T08:57:15.234Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33912026-05-21T08:57:15.588Z Compiling typify-macro v0.4.3
33922026-05-21T08:57:16.101Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33932026-05-21T08:57:16.191Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-05-21T08:57:16.242Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-05-21T08:57:16.261Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-05-21T08:57:16.643Z Compiling polyval v0.6.2
33972026-05-21T08:57:16.720Z Compiling packed_struct_codegen v0.10.1
33982026-05-21T08:57:16.739Z Compiling zerocopy-derive v0.6.6
33992026-05-21T08:57:16.922Z Compiling bitfield-macros v0.19.4
34002026-05-21T08:57:17.132Z Compiling indexmap v1.9.3
34012026-05-21T08:57:17.263Z Compiling crc-catalog v2.4.0
34022026-05-21T08:57:17.373Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-05-21T08:57:17.391Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-05-21T08:57:17.394Z Compiling typify v0.4.3
34052026-05-21T08:57:17.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34062026-05-21T08:57:17.645Z Compiling nodrop v0.1.14
34072026-05-21T08:57:17.663Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-05-21T08:57:17.720Z Compiling bitfield v0.19.4
34092026-05-21T08:57:17.782Z Compiling array-init v0.0.4
34102026-05-21T08:57:17.799Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34112026-05-21T08:57:17.953Z Compiling zerocopy v0.6.6
34122026-05-21T08:57:17.970Z Compiling progenitor-impl v0.11.2
34132026-05-21T08:57:18.085Z Compiling crc v3.4.0
34142026-05-21T08:57:18.107Z Compiling ghash v0.5.1
34152026-05-21T08:57:18.162Z Compiling smallvec v0.6.14
34162026-05-21T08:57:18.285Z Compiling tokio-tungstenite v0.21.0
34172026-05-21T08:57:18.322Z Compiling tabled_derive v0.11.0
34182026-05-21T08:57:18.379Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34192026-05-21T08:57:18.401Z Compiling papergrid v0.17.0
34202026-05-21T08:57:18.420Z Compiling testing_table v0.3.0
34212026-05-21T08:57:18.585Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-05-21T08:57:18.612Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-05-21T08:57:18.648Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34242026-05-21T08:57:18.695Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34252026-05-21T08:57:18.712Z Compiling ctr v0.9.2
34262026-05-21T08:57:18.816Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34272026-05-21T08:57:18.946Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34282026-05-21T08:57:18.964Z Compiling illumos-nvpair-sys v0.2.0
34292026-05-21T08:57:18.964Z Compiling corncobs v0.1.4
34302026-05-21T08:57:19.010Z Compiling hashbrown v0.12.3
34312026-05-21T08:57:19.078Z Compiling unicase v2.9.0
34322026-05-21T08:57:19.154Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34332026-05-21T08:57:19.175Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34342026-05-21T08:57:19.251Z Compiling aes-gcm v0.10.3
34352026-05-21T08:57:19.270Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34362026-05-21T08:57:19.273Z Compiling parking_lot v0.11.2
34372026-05-21T08:57:19.306Z Compiling serde-hex v0.1.0
34382026-05-21T08:57:19.325Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34392026-05-21T08:57:19.529Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34402026-05-21T08:57:19.548Z Compiling mime_guess v2.0.5
34412026-05-21T08:57:19.569Z Compiling tabled v0.20.0
34422026-05-21T08:57:19.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34432026-05-21T08:57:19.663Z Compiling progenitor-impl v0.10.0
34442026-05-21T08:57:19.731Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
34452026-05-21T08:57:19.870Z Compiling ron v0.8.1
34462026-05-21T08:57:19.892Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34472026-05-21T08:57:19.963Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-21T08:57:20.184Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34492026-05-21T08:57:20.201Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34502026-05-21T08:57:20.362Z Compiling hashbrown v0.13.2
34512026-05-21T08:57:20.407Z Compiling progenitor-client v0.11.2
34522026-05-21T08:57:20.450Z Compiling ssh-encoding v0.2.0
34532026-05-21T08:57:20.509Z Compiling blowfish v0.9.1
34542026-05-21T08:57:20.603Z Compiling prefix-trie v0.7.0
34552026-05-21T08:57:20.707Z Compiling progenitor-macro v0.11.2
34562026-05-21T08:57:20.746Z Compiling fxhash v0.2.1
34572026-05-21T08:57:20.768Z Compiling secrecy v0.8.0
34582026-05-21T08:57:20.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34592026-05-21T08:57:20.878Z Compiling crc-any v2.5.0
34602026-05-21T08:57:20.900Z Compiling sled v0.34.7
34612026-05-21T08:57:20.947Z Compiling object v0.30.4
34622026-05-21T08:57:21.041Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632026-05-21T08:57:21.064Z Compiling hickory-server v0.25.2
34642026-05-21T08:57:21.129Z Compiling bcrypt-pbkdf v0.10.0
34652026-05-21T08:57:21.146Z Compiling ssh-cipher v0.2.0
34662026-05-21T08:57:21.489Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34672026-05-21T08:57:21.633Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34682026-05-21T08:57:21.695Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-05-21T08:57:21.831Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34702026-05-21T08:57:21.848Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34712026-05-21T08:57:21.960Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34722026-05-21T08:57:22.043Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34732026-05-21T08:57:22.114Z Compiling password-hash v0.4.2
34742026-05-21T08:57:22.255Z Compiling path-slash v0.1.5
34752026-05-21T08:57:22.340Z Compiling progenitor-macro v0.10.0
34762026-05-21T08:57:22.387Z Compiling half v1.8.3
34772026-05-21T08:57:22.426Z Compiling crc8 v0.1.1
34782026-05-21T08:57:22.495Z Compiling http-range v0.1.5
34792026-05-21T08:57:22.534Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34802026-05-21T08:57:22.686Z Compiling serde_cbor v0.11.2
34812026-05-21T08:57:22.717Z Compiling pbkdf2 v0.11.0
34822026-05-21T08:57:22.739Z Compiling illumos-nvpair v0.3.0
34832026-05-21T08:57:23.013Z Compiling ssh-key v0.6.7
34842026-05-21T08:57:23.251Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34852026-05-21T08:57:23.307Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34862026-05-21T08:57:23.429Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34872026-05-21T08:57:23.447Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34882026-05-21T08:57:23.470Z Compiling p256 v0.13.2
34892026-05-21T08:57:23.595Z Compiling p521 v0.13.3
34902026-05-21T08:57:23.867Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34912026-05-21T08:57:23.885Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34922026-05-21T08:57:23.936Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34932026-05-21T08:57:23.959Z Compiling yasna v0.5.2
34942026-05-21T08:57:23.977Z Compiling kstat-rs v0.2.4
34952026-05-21T08:57:24.084Z Compiling headers-core v0.3.0
34962026-05-21T08:57:24.237Z Compiling nanorand v0.7.0
34972026-05-21T08:57:24.292Z Compiling atty v0.2.14
34982026-05-21T08:57:24.345Z Compiling russh-cryptovec v0.7.3
34992026-05-21T08:57:24.429Z Compiling md5 v0.7.0
35002026-05-21T08:57:24.549Z Compiling home v0.5.12
35012026-05-21T08:57:24.566Z Compiling flume v0.11.1
35022026-05-21T08:57:24.611Z Compiling rcgen v0.12.1
35032026-05-21T08:57:24.677Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35042026-05-21T08:57:24.700Z Compiling russh-keys v0.45.0
35052026-05-21T08:57:24.719Z Compiling headers v0.4.1
35062026-05-21T08:57:24.740Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35072026-05-21T08:57:24.758Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35082026-05-21T08:57:24.777Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35092026-05-21T08:57:24.944Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-05-21T08:57:25.222Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35112026-05-21T08:57:25.373Z Compiling hyper-staticfile v0.10.1
35122026-05-21T08:57:25.534Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35132026-05-21T08:57:25.554Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35142026-05-21T08:57:25.571Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35152026-05-21T08:57:25.709Z Compiling progenitor v0.11.2
35162026-05-21T08:57:25.822Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35172026-05-21T08:57:25.883Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35182026-05-21T08:57:25.904Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35192026-05-21T08:57:25.925Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35202026-05-21T08:57:25.944Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35212026-05-21T08:57:26.124Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35222026-05-21T08:57:26.292Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35232026-05-21T08:57:26.327Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35242026-05-21T08:57:26.482Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35252026-05-21T08:57:26.583Z Compiling num-bigint v0.4.6
35262026-05-21T08:57:26.645Z Compiling des v0.8.1
35272026-05-21T08:57:26.664Z Compiling subprocess v0.2.15
35282026-05-21T08:57:26.723Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35292026-05-21T08:57:26.780Z Compiling display-error-chain v0.2.2
35302026-05-21T08:57:26.872Z Compiling hex-literal v0.4.1
35312026-05-21T08:57:26.933Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35322026-05-21T08:57:26.957Z Compiling colored v2.2.0
35332026-05-21T08:57:27.019Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35342026-05-21T08:57:27.091Z Compiling socket2 v0.5.10
35352026-05-21T08:57:27.184Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35362026-05-21T08:57:27.290Z Compiling internet-checksum v0.2.1
35372026-05-21T08:57:27.369Z Compiling progenitor v0.10.0
35382026-05-21T08:57:27.515Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35392026-05-21T08:57:27.806Z Compiling russh v0.45.0
35402026-05-21T08:57:28.289Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35412026-05-21T08:57:36.469Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35422026-05-21T08:57:38.154Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35432026-05-21T08:57:39.088Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35442026-05-21T08:57:39.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35452026-05-21T08:57:42.935Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35462026-05-21T08:57:42.935Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35472026-05-21T08:57:51.914Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35482026-05-21T08:57:59.618Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35492026-05-21T08:57:59.618Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35502026-05-21T08:57:59.618Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35512026-05-21T08:57:59.621Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35522026-05-21T08:58:01.472Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35532026-05-21T08:58:01.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35542026-05-21T08:58:05.682Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35552026-05-21T08:58:45.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
35562026-05-21T08:58:45.770Z
35572026-05-21T08:58:45.770Zreal 1:51.131766002
35582026-05-21T08:58:45.770Zuser 9:49.435782364
35592026-05-21T08:58:45.770Zsys 1:56.197750846
35602026-05-21T08:58:45.770Ztrap 0.290909966
35612026-05-21T08:58:45.773Ztflt 0.623789607
35622026-05-21T08:58:45.773Zdflt 1.652245580
35632026-05-21T08:58:45.773Zkflt 0.000374930
35642026-05-21T08:58:45.773Zlock 36:18.526788240
35652026-05-21T08:58:45.773Zslp 22:56.827871750
35662026-05-21T08:58:45.773Zlat 48.205272470
35672026-05-21T08:58:45.773Zstop 3:26.340785340
35682026-05-21T08:58:45.773Z+ mkdir tests
35692026-05-21T08:58:45.776Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35702026-05-21T08:58:45.776Z+ xargs -I '{}' -t cp '{}' tests/
35712026-05-21T08:58:45.804Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9b589b8288696ece tests/
35722026-05-21T08:58:45.825Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-241c58c09f02262c tests/
35732026-05-21T08:58:45.845Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-531077c8b487e043 tests/
35742026-05-21T08:58:45.866Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4d425806e8d7ba99 tests/
35752026-05-21T08:58:46.137Z+ 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/* tools/opte_version tools/opte_version_override)
35762026-05-21T08:58:46.140Z+ 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-241c58c09f02262c tests/commtest-531077c8b487e043 tests/dhcp_server-9b589b8288696ece tests/end_to_end_tests-4d425806e8d7ba99 tools/opte_version tools/opte_version_override 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
35772026-05-21T09:00:10.149ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35782026-05-21T09:00:10.149Za .github/buildomat/ci-env.sh 1K
35792026-05-21T09:00:10.149Za out/target/test 1K
35802026-05-21T09:00:10.149Za out/npuzone/npuzone 27402K
35812026-05-21T09:00:10.149Za package-manifest.toml 35K
35822026-05-21T09:00:10.149Za smf/sled-agent/non-gimlet/config.toml 6K
35832026-05-21T09:00:10.149Za target/release/omicron-package 45981K
35842026-05-21T09:00:10.149Za target/release/xtask 11453K
35852026-05-21T09:00:10.149Za target/debug/bootstrap 408390K
35862026-05-21T09:00:10.149Za tests/bootstrap-241c58c09f02262c 31215K
35872026-05-21T09:00:10.149Za tests/commtest-531077c8b487e043 32300K
35882026-05-21T09:00:10.149Za tests/dhcp_server-9b589b8288696ece 31215K
35892026-05-21T09:00:10.149Za tests/end_to_end_tests-4d425806e8d7ba99 475614K
35902026-05-21T09:00:10.149Za tools/opte_version 1K
35912026-05-21T09:00:10.149Za tools/opte_version_override 2K
35922026-05-21T09:00:10.149Za out/clickhouse.tar.gz 321187K
35932026-05-21T09:00:10.149Za out/clickhouse_keeper.tar.gz 306276K
35942026-05-21T09:00:10.149Za out/clickhouse_server.tar.gz 321184K
35952026-05-21T09:00:10.149Za out/cockroachdb.tar.gz 165941K
35962026-05-21T09:00:10.149Za out/crucible-pantry-zone.tar.gz 44455K
35972026-05-21T09:00:10.149Za out/crucible-utils.tar 17744K
35982026-05-21T09:00:10.149Za out/crucible-zone.tar.gz 58593K
35992026-05-21T09:00:10.149Za out/external-dns.tar.gz 51129K
36002026-05-21T09:00:10.149Za out/internal-dns.tar.gz 51128K
36012026-05-21T09:00:10.149Za out/mg-ddm-gz.tar 102918K
36022026-05-21T09:00:10.149Za out/nexus.tar.gz 240180K
36032026-05-21T09:00:10.150Za out/ntp.tar.gz 32685K
36042026-05-21T09:00:10.150Za out/omicron-gateway-softnpu.tar.gz 33483K
36052026-05-21T09:00:10.150Za out/omicron-sled-agent.tar 225250K
36062026-05-21T09:00:10.150Za out/overlay.tar.gz 3K
36072026-05-21T09:00:10.150Za out/oximeter.tar.gz 76042K
36082026-05-21T09:00:10.150Za out/oxlog.tar 3782K
36092026-05-21T09:00:10.150Za out/probe.tar.gz 3037K
36102026-05-21T09:00:10.150Za out/propolis-server.tar.gz 38727K
36112026-05-21T09:00:10.150Za out/pumpkind-gz.tar 26647K
36122026-05-21T09:00:10.150Za out/switch-softnpu.tar.gz 415227K
36132026-05-21T09:00:10.153Z
36142026-05-21T09:00:10.153Zreal 1:24.009623655
36152026-05-21T09:00:10.153Zuser 1:21.231239818
36162026-05-21T09:00:10.153Zsys 4.589625658
36172026-05-21T09:00:10.153Ztrap 0.007125288
36182026-05-21T09:00:10.153Ztflt 0.000000000
36192026-05-21T09:00:10.153Zdflt 0.000000000
36202026-05-21T09:00:10.153Zkflt 0.000000000
36212026-05-21T09:00:10.153Zlock 0.000000000
36222026-05-21T09:00:10.153Zslp 1:21.081903838
36232026-05-21T09:00:10.153Zlat 1.103572089
36242026-05-21T09:00:10.153Zstop 0.000227730
36252026-05-21T09:00:10.153Zprocess exited: duration 1189683 ms, exit code 0
 
36262026-05-21T09:00:10.167Zfound 1 output files
36272026-05-21T09:00:10.167Zuploading: /work/package.tar.gz (2544294590 bytes)
36282026-05-21T09:00:39.515Zuploaded: /work/package.tar.gz