01KTCBNTKM03GPATJGQ238JE6M: 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: 01KTCBPF79BVH206QJDRMXR27K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T17:01:54.186Zjob assigned to worker 01KTCBPKGR0G641TB22QVYT2MS [factory aws, i-06f691399d72953e9] (queued for 45 s)
 
22026-06-05T17:02:02.072Zstarting task 0: "setup"
32026-06-05T17:02:02.080Z++ uname -s
42026-06-05T17:02:02.082Z+ kern=SunOS
52026-06-05T17:02:02.082Z+ build_user=build
62026-06-05T17:02:02.083Z+ build_uid=12345
72026-06-05T17:02:02.083Z+ work_dir=/work
82026-06-05T17:02:02.083Z+ input_dir=/input
92026-06-05T17:02:02.083Z+ [[ 0 == 12345 ]]
102026-06-05T17:02:02.083Z+ case "$kern" in
112026-06-05T17:02:02.083Z+ groupadd -g 12345 build
122026-06-05T17:02:02.094Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T17:02:04.104Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T17:02:04.205Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T17:02:04.208Z+ home_fs=zfs
162026-06-05T17:02:04.208Z+ [[ zfs == autofs ]]
172026-06-05T17:02:04.208Z+ mkdir -p /home/build
182026-06-05T17:02:04.210Z+ chown build:build /home/build /work
192026-06-05T17:02:06.210Z+ chmod 0700 /home/build /work
202026-06-05T17:02:06.213Zprocess exited: duration 4145 ms, exit code 0
 
212026-06-05T17:02:06.219Zstarting task 1: "rust-toolchain"
222026-06-05T17:02:06.224Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-05T17:02:06.224Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T17:02:06.224Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T17:02:06.224Z * rust toolchain channel = "1.94.0"
262026-06-05T17:02:06.224Z * rust toolchain profile = "default"
272026-06-05T17:02:06.225Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T17:02:06.227Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T17:02:06.227Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-05T17:02:06.338Zinfo: downloading installer
312026-06-05T17:02:07.716Zwarn: It looks like you have an existing rustup settings file at:
322026-06-05T17:02:07.717Zwarn: /home/build/.rustup/settings.toml
332026-06-05T17:02:07.717Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-05T17:02:07.717Zwarn: instead of the one inferred from the default host triple.
352026-06-05T17:02:07.729Zinfo: profile set to default
362026-06-05T17:02:07.729Zinfo: default host triple is x86_64-unknown-illumos
372026-06-05T17:02:07.732Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-05T17:02:07.883Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-05T17:02:07.886Zinfo: downloading 6 components
402026-06-05T17:02:22.205Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-05T17:02:22.205Z
422026-06-05T17:02:22.246Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-05T17:02:22.246Z
442026-06-05T17:02:22.246Z
452026-06-05T17:02:22.246ZRust is installed now. Great!
462026-06-05T17:02:22.246Z
472026-06-05T17:02:22.246ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-05T17:02:22.246Zenvironment variable. This has not been done automatically.
492026-06-05T17:02:22.246Z
502026-06-05T17:02:22.246ZTo configure your current shell, you need to source
512026-06-05T17:02:22.247Zthe corresponding env file under $HOME/.cargo.
522026-06-05T17:02:22.247Z
532026-06-05T17:02:22.247ZThis is usually done by running one of the following (note the leading DOT):
542026-06-05T17:02:22.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-05T17:02:22.247Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-05T17:02:22.247Zsource "~/.cargo/env.nu" # For nushell
572026-06-05T17:02:22.247Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-05T17:02:22.247Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-05T17:02:22.247Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-05T17:02:22.247Zwarn: no default linker (`cc`) was found in your PATH
612026-06-05T17:02:22.247Zwarn: many Rust crates require a system C toolchain to build
622026-06-05T17:02:22.294Z+ rustup --version
632026-06-05T17:02:22.297Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-05T17:02:22.297Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-05T17:02:22.319Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-05T17:02:22.324Z+ cargo --version
672026-06-05T17:02:22.327Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-05T17:02:22.330Z+ rustc --version
692026-06-05T17:02:22.357Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-05T17:02:22.372Zprocess exited: duration 16133 ms, exit code 0
 
712026-06-05T17:02:22.381Zstarting task 2: "authentication"
722026-06-05T17:02:22.408Zprocess exited: duration 24 ms, exit code 0
 
732026-06-05T17:02:22.416Zstarting task 3: "clone repository"
742026-06-05T17:02:22.422Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-05T17:02:22.428Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-05T17:02:22.476ZCloning into '/work/oxidecomputer/omicron'...
772026-06-05T17:02:32.994Z+ cd /work/oxidecomputer/omicron
782026-06-05T17:02:32.994Z+ git fetch origin ec71f785aacdc38d51e887534fc3fe0326665223
792026-06-05T17:02:33.312ZFrom https://github.com/oxidecomputer/omicron
802026-06-05T17:02:33.312Z * branch ec71f785aacdc38d51e887534fc3fe0326665223 -> FETCH_HEAD
812026-06-05T17:02:33.329Z+ [[ -n ry/opte-984 ]]
822026-06-05T17:02:33.333Z++ git branch --show-current
832026-06-05T17:02:33.333Z+ current=main
842026-06-05T17:02:33.333Z+ [[ main != ry/opte-984 ]]
852026-06-05T17:02:33.334Z+ git branch -f ry/opte-984 ec71f785aacdc38d51e887534fc3fe0326665223
862026-06-05T17:02:33.334Z+ git checkout -f ry/opte-984
872026-06-05T17:02:33.365ZSwitched to branch 'ry/opte-984'
882026-06-05T17:02:33.371Z+ git reset --hard ec71f785aacdc38d51e887534fc3fe0326665223
892026-06-05T17:02:33.412ZHEAD is now at ec71f785a Merge branch 'main' into ry/opte-984
902026-06-05T17:02:33.427Zprocess exited: duration 10996 ms, exit code 0
 
912026-06-05T17:02:33.435Zstarting task 4: "build"
922026-06-05T17:02:33.438Z+ source .github/buildomat/ci-env.sh
932026-06-05T17:02:33.439Z++ export CARGO_TERM_COLOR=always
942026-06-05T17:02:33.439Z++ CARGO_TERM_COLOR=always
952026-06-05T17:02:33.439Z+ cargo --version
962026-06-05T17:02:33.451Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-05T17:02:33.455Z+ rustc --version
982026-06-05T17:02:33.473Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-05T17:02:33.476Z+ WORK=/work
1002026-06-05T17:02:33.476Z+ pfexec mkdir -p /work
1012026-06-05T17:02:33.482Z+ pfexec chown build /work
1022026-06-05T17:02:33.487Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-05T17:02:35.372Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-05T17:02:35.453Z Startup: Caching catalogs ... Done
1052026-06-05T17:02:35.806ZPlanning: Solver setup ... Done (0.283s)
1062026-06-05T17:02:35.832ZPlanning: Running solver ... Done (0.021s)
1072026-06-05T17:02:35.832ZPlanning: Finding local manifests ... Done (0.009s)
1082026-06-05T17:02:35.832ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-05T17:02:35.837ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-05T17:02:35.848ZPlanning: Package planning ... Done (0.014s)
1112026-06-05T17:02:35.852ZPlanning: Merging actions ... Done (0.002s)
1122026-06-05T17:02:36.062ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-06-05T17:02:36.079ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-05T17:02:37.273ZPlanning: Evaluating mediators ... Done (1.229s)
1152026-06-05T17:02:37.280ZPlanning: Planning completed in 1.80 seconds
1162026-06-05T17:02:37.324Z Packages to install: 2
1172026-06-05T17:02:37.324Z Estimated space available: 156.07 GB
1182026-06-05T17:02:37.324ZEstimated space to be consumed: 25.33 MB
1192026-06-05T17:02:37.324Z Create boot environment: No
1202026-06-05T17:02:37.324ZCreate backup boot environment: No
1212026-06-05T17:02:37.349Z Rebuild boot archive: No
1222026-06-05T17:02:37.350Z
1232026-06-05T17:02:37.350ZChanged packages:
1242026-06-05T17:02:37.350Zhelios
1252026-06-05T17:02:37.350Z developer/build-essential
1262026-06-05T17:02:37.350Z None -> 11-3.0
1272026-06-05T17:02:37.350Z library/libxmlsec1
1282026-06-05T17:02:37.350Z None -> 1.2.35-3.0
1292026-06-05T17:02:37.360Z
1302026-06-05T17:02:37.360ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-05T17:02:37.798ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1322026-06-05T17:02:37.837Z Actions: 1/268 actions (Installing new actions)
1332026-06-05T17:02:37.876Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-05T17:02:37.911ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-05T17:02:37.911ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-05T17:02:37.915ZFinalize: Updating image state ... Done (0.023s)
1372026-06-05T17:02:40.582ZFinalize: Creating fast lookup database ... Done (2.634s)
1382026-06-05T17:02:40.841ZFinalize: Reading search index ... Done (0.017s)
1392026-06-05T17:02:40.865ZFinalize: Updating search index ... Done (0.000s)
1402026-06-05T17:02:40.865ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-05T17:02:40.997ZPlanning: Evaluating mediator changes ... Done
1422026-06-05T17:02:41.117ZPlanning: Checking for conflicting actions ... Done
1432026-06-05T17:02:41.150ZPlanning: Consolidating action changes ... Done
1442026-06-05T17:02:41.276ZPlanning: Evaluating mediators ... Done
1452026-06-05T17:02:41.304ZPlanning: Planning completed in 0.27 seconds
1462026-06-05T17:02:41.308Z Mediators to change: 2
1472026-06-05T17:02:41.308Z Create boot environment: No
1482026-06-05T17:02:41.308ZCreate backup boot environment: No
1492026-06-05T17:02:41.333ZFinalize: Updating package state database ... Done
1502026-06-05T17:02:41.333ZFinalize: Updating package cache ... Done
1512026-06-05T17:02:41.378ZFinalize: Updating image state ... Done
1522026-06-05T17:02:43.319ZFinalize: Creating fast lookup database ... Done
1532026-06-05T17:02:43.383ZFinalize: Reading search index ... Done
1542026-06-05T17:02:43.391ZFinalize: Updating search index ... Done
1552026-06-05T17:02:43.428ZFinalize: Updating package cache ... Done
1562026-06-05T17:02:43.715ZPlanning: Evaluating mediator changes ... Done
1572026-06-05T17:02:43.826ZPlanning: Checking for conflicting actions ... Done
1582026-06-05T17:02:43.847ZPlanning: Consolidating action changes ... Done
1592026-06-05T17:02:43.998ZPlanning: Evaluating mediators ... Done
1602026-06-05T17:02:44.025ZPlanning: Planning completed in 0.27 seconds
1612026-06-05T17:02:44.038Z Mediators to change: 1
1622026-06-05T17:02:44.038Z Create boot environment: No
1632026-06-05T17:02:44.038ZCreate backup boot environment: No
1642026-06-05T17:02:44.049ZFinalize: Updating package state database ... Done
1652026-06-05T17:02:44.049ZFinalize: Updating package cache ... Done
1662026-06-05T17:02:44.063ZFinalize: Updating image state ... Done
1672026-06-05T17:02:46.022ZFinalize: Creating fast lookup database ... Done
1682026-06-05T17:02:46.087ZFinalize: Reading search index ... Done
1692026-06-05T17:02:46.099ZFinalize: Updating search index ... Done
1702026-06-05T17:02:46.128ZFinalize: Updating package cache ... Done
1712026-06-05T17:02:46.449ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-05T17:02:46.449Zapache system 2.4 system
1732026-06-05T17:02:46.449Zclang system 15 system
1742026-06-05T17:02:46.449Zcsh system system illumos
1752026-06-05T17:02:46.449Zctags system system illumos
1762026-06-05T17:02:46.449Zfile vendor vendor darwinsys
1772026-06-05T17:02:46.449Zfile system system illumos
1782026-06-05T17:02:46.449Zgcc vendor 14 vendor
1792026-06-05T17:02:46.449Zgcc system 13 system
1802026-06-05T17:02:46.449Zgcc system 10 system
1812026-06-05T17:02:46.449Zgo system 1.25 system
1822026-06-05T17:02:46.449Zllvm system 15 system
1832026-06-05T17:02:46.449Zmariadb system 11.4 system
1842026-06-05T17:02:46.449Zmta vendor vendor dma
1852026-06-05T17:02:46.449Zopenjdk system 17 system
1862026-06-05T17:02:46.449Zopenjdk system 11 system
1872026-06-05T17:02:46.449Zopenssl vendor 3 vendor
1882026-06-05T17:02:46.450Zperl system 5.40 system
1892026-06-05T17:02:46.450Zpostgresql system 18 system
1902026-06-05T17:02:46.450Zpostgresql system 17 system
1912026-06-05T17:02:46.450Zpython vendor 3 vendor
1922026-06-05T17:02:46.450Zpython system 2 system
1932026-06-05T17:02:46.450Zpython3 vendor 3.13 vendor
1942026-06-05T17:02:46.450Zruby system 3.4 system
1952026-06-05T17:02:46.450Zruby system 3.0 system
1962026-06-05T17:02:46.450Zwords vendor vendor american-english
1972026-06-05T17:02:46.450Zwords system system australian-english
1982026-06-05T17:02:46.450Zwords system system british-english
1992026-06-05T17:02:46.450Zwords system system canadian-english
2002026-06-05T17:02:46.450Zwords system system french
2012026-06-05T17:02:46.450Zwords system system italian
2022026-06-05T17:02:46.450Zwords system system ngerman
2032026-06-05T17:02:46.450Zwords system system ogerman
2042026-06-05T17:02:46.450Zwords system system spanish
2052026-06-05T17:02:46.688ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-05T17:02:46.688Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-05T17:02:46.999ZFMRI IFO
2082026-06-05T17:02:46.999Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-05T17:02:46.999Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-05T17:02:46.999Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-05T17:02:46.999Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-05T17:02:47.000Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-05T17:02:47.000Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-05T17:02:47.000Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-05T17:02:47.000Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-05T17:02:47.000Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-05T17:02:47.389Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-05T17:02:47.505Z Updating crates.io index
2192026-06-05T17:02:47.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-05T17:02:47.975Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-05T17:02:52.156Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-05T17:02:52.260Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-05T17:02:52.260Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-05T17:02:52.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-05T17:02:52.260Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-05T17:02:52.677Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-05T17:02:53.057Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-05T17:02:54.118Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-05T17:02:54.373Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-05T17:02:54.777Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-05T17:02:55.177Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-05T17:02:56.079Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-05T17:02:56.546Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-05T17:02:56.851Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-05T17:02:57.164Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-05T17:02:57.545Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-05T17:02:57.928Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-05T17:02:58.161Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-05T17:02:58.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-05T17:02:58.630Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-05T17:02:59.051Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-05T17:02:59.557Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-05T17:02:59.939Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-05T17:03:00.349Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-05T17:03:00.727Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-05T17:03:01.291Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-05T17:03:02.316Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-05T17:03:02.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-05T17:03:03.376Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-05T17:03:03.801Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-05T17:03:04.124Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-05T17:03:04.481Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-05T17:03:04.804Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-05T17:03:05.238Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-05T17:03:05.721Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-05T17:03:05.967Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-05T17:03:06.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-05T17:03:06.561Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-05T17:03:06.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-05T17:03:18.442Z Downloading crates ...
2612026-06-05T17:03:18.496Z Downloaded anstyle-parse v1.0.0
2622026-06-05T17:03:18.500Z Downloaded cargo-util-schemas v0.8.2
2632026-06-05T17:03:18.504Z Downloaded memmap v0.7.0
2642026-06-05T17:03:18.504Z Downloaded pest_generator v2.8.6
2652026-06-05T17:03:18.504Z Downloaded proc-macro-error-attr v1.0.4
2662026-06-05T17:03:18.504Z Downloaded thiserror v2.0.18
2672026-06-05T17:03:18.507Z Downloaded serde_spanned v0.6.9
2682026-06-05T17:03:18.510Z Downloaded itoa v1.0.17
2692026-06-05T17:03:18.510Z Downloaded unicode-xid v0.2.6
2702026-06-05T17:03:18.510Z Downloaded zerofrom v0.1.6
2712026-06-05T17:03:18.510Z Downloaded form_urlencoded v1.2.2
2722026-06-05T17:03:18.513Z Downloaded thread-id v4.2.2
2732026-06-05T17:03:18.514Z Downloaded quote v1.0.45
2742026-06-05T17:03:18.514Z Downloaded tinystr v0.8.2
2752026-06-05T17:03:18.516Z Downloaded generic-array v0.14.7
2762026-06-05T17:03:18.517Z Downloaded version_check v0.9.5
2772026-06-05T17:03:18.517Z Downloaded fnv v1.0.7
2782026-06-05T17:03:18.517Z Downloaded camino v1.2.2
2792026-06-05T17:03:18.520Z Downloaded textwrap v0.16.2
2802026-06-05T17:03:18.520Z Downloaded ordered-float v2.10.1
2812026-06-05T17:03:18.523Z Downloaded toml_datetime v0.6.11
2822026-06-05T17:03:18.523Z Downloaded camino-tempfile v1.4.1
2832026-06-05T17:03:18.523Z Downloaded toml_write v0.1.2
2842026-06-05T17:03:18.523Z Downloaded cargo-platform v0.2.0
2852026-06-05T17:03:18.526Z Downloaded yoke v0.8.1
2862026-06-05T17:03:18.526Z Downloaded heck v0.5.0
2872026-06-05T17:03:18.526Z Downloaded cpufeatures v0.2.17
2882026-06-05T17:03:18.526Z Downloaded anstream v1.0.0
2892026-06-05T17:03:18.529Z Downloaded ucd-trie v0.1.7
2902026-06-05T17:03:18.529Z Downloaded unicode-linebreak v0.1.5
2912026-06-05T17:03:18.529Z Downloaded cargo_toml v0.21.0
2922026-06-05T17:03:18.532Z Downloaded zmij v1.0.21
2932026-06-05T17:03:18.532Z Downloaded icu_provider v2.1.1
2942026-06-05T17:03:18.535Z Downloaded usdt-attr-macro v0.5.0
2952026-06-05T17:03:18.535Z Downloaded autocfg v1.5.0
2962026-06-05T17:03:18.535Z Downloaded usdt-macro v0.5.0
2972026-06-05T17:03:18.535Z Downloaded cfg-if v1.0.4
2982026-06-05T17:03:18.538Z Downloaded anyhow v1.0.102
2992026-06-05T17:03:18.538Z Downloaded tabled_derive v0.7.0
3002026-06-05T17:03:18.538Z Downloaded zerofrom-derive v0.1.6
3012026-06-05T17:03:18.541Z Downloaded typeid v1.0.3
3022026-06-05T17:03:18.541Z Downloaded heck v0.4.1
3032026-06-05T17:03:18.541Z Downloaded smawk v0.3.2
3042026-06-05T17:03:18.541Z Downloaded clap v4.6.1
3052026-06-05T17:03:18.546Z Downloaded utf8_iter v1.0.4
3062026-06-05T17:03:18.549Z Downloaded usdt v0.5.0
3072026-06-05T17:03:18.549Z Downloaded scroll v0.12.0
3082026-06-05T17:03:18.549Z Downloaded getrandom v0.4.1
3092026-06-05T17:03:18.553Z Downloaded zerovec-derive v0.11.2
3102026-06-05T17:03:18.553Z Downloaded yoke-derive v0.8.1
3112026-06-05T17:03:18.553Z Downloaded thiserror-impl v1.0.69
3122026-06-05T17:03:18.553Z Downloaded thiserror v1.0.69
3132026-06-05T17:03:18.556Z Downloaded utf8parse v0.2.2
3142026-06-05T17:03:18.556Z Downloaded bytecount v0.6.9
3152026-06-05T17:03:18.559Z Downloaded colorchoice v1.0.4
3162026-06-05T17:03:18.559Z Downloaded writeable v0.6.2
3172026-06-05T17:03:18.559Z Downloaded thiserror-impl v2.0.18
3182026-06-05T17:03:18.562Z Downloaded anstyle-query v1.1.5
3192026-06-05T17:03:18.562Z Downloaded is_terminal_polyfill v1.70.2
3202026-06-05T17:03:18.565Z Downloaded strsim v0.11.1
3212026-06-05T17:03:18.569Z Downloaded swrite v0.1.0
3222026-06-05T17:03:18.569Z Downloaded idna_adapter v1.2.1
3232026-06-05T17:03:18.569Z Downloaded usdt-impl v0.5.0
3242026-06-05T17:03:18.572Z Downloaded macaddr v1.0.1
3252026-06-05T17:03:18.572Z Downloaded toml v0.8.23
3262026-06-05T17:03:18.576Z Downloaded zerocopy-derive v0.7.35
3272026-06-05T17:03:18.576Z Downloaded percent-encoding v2.3.2
3282026-06-05T17:03:18.576Z Downloaded unicode-ident v1.0.24
3292026-06-05T17:03:18.579Z Downloaded fastrand v2.3.0
3302026-06-05T17:03:18.579Z Downloaded clap_lex v1.0.0
3312026-06-05T17:03:18.582Z Downloaded typenum v1.19.0
3322026-06-05T17:03:18.585Z Downloaded crypto-common v0.1.7
3332026-06-05T17:03:18.585Z Downloaded block-buffer v0.10.4
3342026-06-05T17:03:18.591Z Downloaded terminal_size v0.4.3
3352026-06-05T17:03:18.593Z Downloaded scroll_derive v0.12.1
3362026-06-05T17:03:18.593Z Downloaded toml_edit v0.22.27
3372026-06-05T17:03:18.596Z Downloaded zerotrie v0.2.3
3382026-06-05T17:03:18.599Z Downloaded url v2.5.8
3392026-06-05T17:03:18.599Z Downloaded potential_utf v0.1.4
3402026-06-05T17:03:18.602Z Downloaded plain v0.2.3
3412026-06-05T17:03:18.602Z Downloaded dof v0.3.0
3422026-06-05T17:03:18.605Z Downloaded zerocopy v0.7.35
3432026-06-05T17:03:18.614Z Downloaded stable_deref_trait v1.2.1
3442026-06-05T17:03:18.617Z Downloaded zerovec v0.11.5
3452026-06-05T17:03:18.619Z Downloaded pretty-hex v0.4.1
3462026-06-05T17:03:18.619Z Downloaded proc-macro-error v1.0.4
3472026-06-05T17:03:18.619Z Downloaded errno v0.3.14
3482026-06-05T17:03:18.623Z Downloaded anstyle v1.0.14
3492026-06-05T17:03:18.623Z Downloaded winnow v0.7.14
3502026-06-05T17:03:18.626Z Downloaded cargo_metadata v0.21.0
3512026-06-05T17:03:18.631Z Downloaded equivalent v1.0.2
3522026-06-05T17:03:18.631Z Downloaded sha2 v0.10.9
3532026-06-05T17:03:18.634Z Downloaded unicode-width v0.2.0
3542026-06-05T17:03:18.634Z Downloaded unicode-width v0.1.14
3552026-06-05T17:03:18.637Z Downloaded serde_tokenstream v0.2.3
3562026-06-05T17:03:18.637Z Downloaded serde-value v0.7.0
3572026-06-05T17:03:18.641Z Downloaded erased-serde v0.4.9
3582026-06-05T17:03:18.641Z Downloaded fs-err v3.3.0
3592026-06-05T17:03:18.641Z Downloaded digest v0.10.7
3602026-06-05T17:03:18.644Z Downloaded synstructure v0.13.2
3612026-06-05T17:03:18.650Z Downloaded serde-untagged v0.1.9
3622026-06-05T17:03:18.652Z Downloaded dtrace-parser v0.2.0
3632026-06-05T17:03:18.664Z Downloaded displaydoc v0.2.5
3642026-06-05T17:03:18.667Z Downloaded pest v2.8.6
3652026-06-05T17:03:18.670Z Downloaded log v0.4.29
3662026-06-05T17:03:18.673Z Downloaded semver v1.0.28
3672026-06-05T17:03:18.673Z Downloaded litemap v0.8.1
3682026-06-05T17:03:18.676Z Downloaded bitflags v2.11.0
3692026-06-05T17:03:18.679Z Downloaded serde v1.0.228
3702026-06-05T17:03:18.679Z Downloaded tempfile v3.25.0
3712026-06-05T17:03:18.682Z Downloaded clap_derive v4.6.1
3722026-06-05T17:03:18.685Z Downloaded pest_derive v2.8.6
3732026-06-05T17:03:18.685Z Downloaded byteorder v1.5.0
3742026-06-05T17:03:18.690Z Downloaded icu_properties v2.1.2
3752026-06-05T17:03:18.693Z Downloaded proc-macro2 v1.0.106
3762026-06-05T17:03:18.693Z Downloaded serde_core v1.0.228
3772026-06-05T17:03:18.696Z Downloaded papergrid v0.11.0
3782026-06-05T17:03:18.699Z Downloaded once_cell v1.21.3
3792026-06-05T17:03:18.702Z Downloaded num-traits v0.2.19
3802026-06-05T17:03:18.702Z Downloaded smallvec v1.15.1
3812026-06-05T17:03:18.707Z Downloaded serde_derive v1.0.228
3822026-06-05T17:03:18.720Z Downloaded icu_locale_core v2.1.1
3832026-06-05T17:03:18.724Z Downloaded icu_normalizer_data v2.1.1
3842026-06-05T17:03:18.774Z Downloaded pest_meta v2.8.6
3852026-06-05T17:03:18.774Z Downloaded icu_collections v2.1.1
3862026-06-05T17:03:18.774Z Downloaded memchr v2.8.0
3872026-06-05T17:03:18.774Z Downloaded icu_normalizer v2.1.1
3882026-06-05T17:03:18.774Z Downloaded hashbrown v0.17.0
3892026-06-05T17:03:18.774Z Downloaded indexmap v2.14.0
3902026-06-05T17:03:18.779Z Downloaded idna v1.1.0
3912026-06-05T17:03:18.779Z Downloaded icu_properties_data v2.1.2
3922026-06-05T17:03:18.783Z Downloaded clap_builder v4.6.0
3932026-06-05T17:03:18.795Z Downloaded serde_json v1.0.149
3942026-06-05T17:03:18.799Z Downloaded goblin v0.8.2
3952026-06-05T17:03:18.807Z Downloaded tabled v0.15.0
3962026-06-05T17:03:18.821Z Downloaded syn v1.0.109
3972026-06-05T17:03:18.832Z Downloaded syn v2.0.117
3982026-06-05T17:03:18.842Z Downloaded rustix v1.1.3
3992026-06-05T17:03:18.871Z Downloaded libc v0.2.185
4002026-06-05T17:03:18.943Z Compiling proc-macro2 v1.0.106
4012026-06-05T17:03:18.943Z Compiling unicode-ident v1.0.24
4022026-06-05T17:03:18.948Z Compiling quote v1.0.45
4032026-06-05T17:03:18.948Z Compiling serde_core v1.0.228
4042026-06-05T17:03:18.948Z Compiling libc v0.2.185
4052026-06-05T17:03:18.948Z Compiling version_check v0.9.5
4062026-06-05T17:03:18.948Z Compiling stable_deref_trait v1.2.1
4072026-06-05T17:03:18.948Z Compiling memchr v2.8.0
4082026-06-05T17:03:18.948Z Compiling serde v1.0.228
4092026-06-05T17:03:19.127Z Compiling zmij v1.0.21
4102026-06-05T17:03:19.131Z Compiling ucd-trie v0.1.7
4112026-06-05T17:03:19.131Z Compiling thiserror v1.0.69
4122026-06-05T17:03:19.131Z Compiling autocfg v1.5.0
4132026-06-05T17:03:19.131Z Compiling itoa v1.0.17
4142026-06-05T17:03:19.131Z Compiling litemap v0.8.1
4152026-06-05T17:03:19.266Z Compiling writeable v0.6.2
4162026-06-05T17:03:19.502Z Compiling icu_normalizer_data v2.1.1
4172026-06-05T17:03:19.522Z Compiling icu_properties_data v2.1.2
4182026-06-05T17:03:19.539Z Compiling rustix v1.1.3
4192026-06-05T17:03:19.557Z Compiling byteorder v1.5.0
4202026-06-05T17:03:19.619Z Compiling pest v2.8.6
4212026-06-05T17:03:19.791Z Compiling serde_json v1.0.149
4222026-06-05T17:03:19.808Z Compiling bitflags v2.11.0
4232026-06-05T17:03:19.835Z Compiling num-traits v0.2.19
4242026-06-05T17:03:20.029Z Compiling hashbrown v0.17.0
4252026-06-05T17:03:20.507Z Compiling equivalent v1.0.2
4262026-06-05T17:03:20.602Z Compiling pest_meta v2.8.6
4272026-06-05T17:03:21.249Z Compiling typeid v1.0.3
4282026-06-05T17:03:21.252Z Compiling smallvec v1.15.1
4292026-06-05T17:03:21.551Z Compiling indexmap v2.14.0
4302026-06-05T17:03:21.571Z Compiling proc-macro-error-attr v1.0.4
4312026-06-05T17:03:21.575Z Compiling usdt-impl v0.5.0
4322026-06-05T17:03:21.591Z Compiling syn v1.0.109
4332026-06-05T17:03:21.628Z Compiling erased-serde v0.4.9
4342026-06-05T17:03:21.648Z Compiling winnow v0.7.14
4352026-06-05T17:03:21.704Z Compiling toml_write v0.1.2
4362026-06-05T17:03:21.830Z Compiling proc-macro-error v1.0.4
4372026-06-05T17:03:21.849Z Compiling errno v0.3.14
4382026-06-05T17:03:21.872Z Compiling thread-id v4.2.2
4392026-06-05T17:03:22.039Z Compiling utf8parse v0.2.2
4402026-06-05T17:03:22.043Z Compiling getrandom v0.4.1
4412026-06-05T17:03:22.079Z Compiling thiserror v2.0.18
4422026-06-05T17:03:22.097Z Compiling plain v0.2.3
4432026-06-05T17:03:22.154Z Compiling percent-encoding v2.3.2
4442026-06-05T17:03:22.157Z Compiling camino v1.2.2
4452026-06-05T17:03:22.158Z Compiling log v0.4.29
4462026-06-05T17:03:22.211Z Compiling utf8_iter v1.0.4
4472026-06-05T17:03:22.244Z Compiling anstyle-parse v1.0.0
4482026-06-05T17:03:22.389Z Compiling syn v2.0.117
4492026-06-05T17:03:22.408Z Compiling ordered-float v2.10.1
4502026-06-05T17:03:22.429Z Compiling form_urlencoded v1.2.2
4512026-06-05T17:03:22.455Z Compiling anstyle v1.0.14
4522026-06-05T17:03:22.472Z Compiling is_terminal_polyfill v1.70.2
4532026-06-05T17:03:22.527Z Compiling cfg-if v1.0.4
4542026-06-05T17:03:22.562Z Compiling anstyle-query v1.1.5
4552026-06-05T17:03:22.620Z Compiling colorchoice v1.0.4
4562026-06-05T17:03:22.642Z Compiling pretty-hex v0.4.1
4572026-06-05T17:03:22.721Z Compiling anstream v1.0.0
4582026-06-05T17:03:22.724Z Compiling fs-err v3.3.0
4592026-06-05T17:03:22.762Z Compiling heck v0.4.1
4602026-06-05T17:03:22.765Z Compiling strsim v0.11.1
4612026-06-05T17:03:22.765Z Compiling once_cell v1.21.3
4622026-06-05T17:03:22.818Z Compiling fastrand v2.3.0
4632026-06-05T17:03:22.821Z Compiling anyhow v1.0.102
4642026-06-05T17:03:22.923Z Compiling fnv v1.0.7
4652026-06-05T17:03:23.026Z Compiling terminal_size v0.4.3
4662026-06-05T17:03:23.050Z Compiling clap_lex v1.0.0
4672026-06-05T17:03:23.071Z Compiling unicode-width v0.1.14
4682026-06-05T17:03:23.094Z Compiling unicode-xid v0.2.6
4692026-06-05T17:03:23.097Z Compiling bytecount v0.6.9
4702026-06-05T17:03:23.134Z Compiling heck v0.5.0
4712026-06-05T17:03:23.180Z Compiling tempfile v3.25.0
4722026-06-05T17:03:23.230Z Compiling clap_builder v4.6.0
4732026-06-05T17:03:23.254Z Compiling memmap v0.7.0
4742026-06-05T17:03:23.257Z Compiling unicode-width v0.2.0
4752026-06-05T17:03:23.344Z Compiling smawk v0.3.2
4762026-06-05T17:03:23.423Z Compiling semver v1.0.28
4772026-06-05T17:03:23.518Z Compiling papergrid v0.11.0
4782026-06-05T17:03:23.538Z Compiling unicode-linebreak v0.1.5
4792026-06-05T17:03:23.598Z Compiling swrite v0.1.0
4802026-06-05T17:03:23.675Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-05T17:03:23.731Z Compiling camino-tempfile v1.4.1
4822026-06-05T17:03:23.791Z Compiling textwrap v0.16.2
4832026-06-05T17:03:23.822Z Compiling serde-untagged v0.1.9
4842026-06-05T17:03:24.171Z Compiling tabled_derive v0.7.0
4852026-06-05T17:03:24.845Z Compiling tabled v0.15.0
4862026-06-05T17:03:25.061Z Compiling synstructure v0.13.2
4872026-06-05T17:03:25.061Z Compiling pest_generator v2.8.6
4882026-06-05T17:03:25.608Z Compiling serde_derive v1.0.228
4892026-06-05T17:03:25.609Z Compiling zerofrom-derive v0.1.6
4902026-06-05T17:03:25.609Z Compiling yoke-derive v0.8.1
4912026-06-05T17:03:25.612Z Compiling zerovec-derive v0.11.2
4922026-06-05T17:03:25.612Z Compiling displaydoc v0.2.5
4932026-06-05T17:03:25.612Z Compiling thiserror-impl v1.0.69
4942026-06-05T17:03:25.612Z Compiling zerocopy-derive v0.7.35
4952026-06-05T17:03:25.612Z Compiling scroll_derive v0.12.1
4962026-06-05T17:03:25.612Z Compiling thiserror-impl v2.0.18
4972026-06-05T17:03:25.612Z Compiling clap_derive v4.6.1
4982026-06-05T17:03:25.695Z Compiling pest_derive v2.8.6
4992026-06-05T17:03:26.277Z Compiling scroll v0.12.0
5002026-06-05T17:03:26.549Z Compiling goblin v0.8.2
5012026-06-05T17:03:26.624Z Compiling zerocopy v0.7.35
5022026-06-05T17:03:26.689Z Compiling zerofrom v0.1.6
5032026-06-05T17:03:26.826Z Compiling yoke v0.8.1
5042026-06-05T17:03:26.957Z Compiling dtrace-parser v0.2.0
5052026-06-05T17:03:27.004Z Compiling zerovec v0.11.5
5062026-06-05T17:03:27.004Z Compiling zerotrie v0.2.3
5072026-06-05T17:03:27.100Z Compiling clap v4.6.1
5082026-06-05T17:03:27.443Z Compiling tinystr v0.8.2
5092026-06-05T17:03:27.443Z Compiling potential_utf v0.1.4
5102026-06-05T17:03:27.558Z Compiling icu_collections v2.1.1
5112026-06-05T17:03:27.617Z Compiling icu_locale_core v2.1.1
5122026-06-05T17:03:28.166Z Compiling icu_provider v2.1.1
5132026-06-05T17:03:28.225Z Compiling dof v0.3.0
5142026-06-05T17:03:28.225Z Compiling serde_tokenstream v0.2.3
5152026-06-05T17:03:28.258Z Compiling serde_spanned v0.6.9
5162026-06-05T17:03:28.262Z Compiling toml_datetime v0.6.11
5172026-06-05T17:03:28.262Z Compiling serde-value v0.7.0
5182026-06-05T17:03:28.262Z Compiling cargo-platform v0.2.0
5192026-06-05T17:03:28.262Z Compiling macaddr v1.0.1
5202026-06-05T17:03:28.390Z Compiling icu_normalizer v2.1.1
5212026-06-05T17:03:28.390Z Compiling icu_properties v2.1.2
5222026-06-05T17:03:28.486Z Compiling toml_edit v0.22.27
5232026-06-05T17:03:28.907Z Compiling usdt-attr-macro v0.5.0
5242026-06-05T17:03:28.911Z Compiling usdt-macro v0.5.0
5252026-06-05T17:03:29.216Z Compiling idna_adapter v1.2.1
5262026-06-05T17:03:29.328Z Compiling idna v1.1.0
5272026-06-05T17:03:29.514Z Compiling usdt v0.5.0
5282026-06-05T17:03:29.623Z Compiling url v2.5.8
5292026-06-05T17:03:29.772Z Compiling toml v0.8.23
5302026-06-05T17:03:30.105Z Compiling cargo-util-schemas v0.8.2
5312026-06-05T17:03:30.105Z Compiling cargo_toml v0.21.0
5322026-06-05T17:03:30.899Z Compiling cargo_metadata v0.21.0
5332026-06-05T17:03:31.835Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-05T17:03:34.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.93s
5352026-06-05T17:03:34.254Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-05T17:03:34.813Z Downloading crates ...
5372026-06-05T17:03:34.903Z Downloaded adler2 v2.0.1
5382026-06-05T17:03:34.907Z Downloaded castaway v0.2.4
5392026-06-05T17:03:34.911Z Downloaded bitfield v0.19.4
5402026-06-05T17:03:34.918Z Downloaded bitfield-struct v0.6.2
5412026-06-05T17:03:34.921Z Downloaded ciborium-ll v0.2.2
5422026-06-05T17:03:34.924Z Downloaded compression-codecs v0.4.37
5432026-06-05T17:03:34.927Z Downloaded bit-set v0.8.0
5442026-06-05T17:03:34.928Z Downloaded bit-set v0.5.3
5452026-06-05T17:03:34.930Z Downloaded convert_case v0.4.0
5462026-06-05T17:03:34.930Z Downloaded base16ct v0.2.0
5472026-06-05T17:03:34.930Z Downloaded critical-section v1.2.0
5482026-06-05T17:03:34.933Z Downloaded crc8 v0.1.1
5492026-06-05T17:03:34.933Z Downloaded crc-any v2.5.0
5502026-06-05T17:03:34.936Z Downloaded cookie v0.18.1
5512026-06-05T17:03:34.938Z Downloaded derive_more v0.99.20
5522026-06-05T17:03:34.941Z Downloaded difflib v0.4.0
5532026-06-05T17:03:34.941Z Downloaded derive_builder_core v0.20.2
5542026-06-05T17:03:34.943Z Downloaded curve25519-dalek-derive v0.1.1
5552026-06-05T17:03:34.943Z Downloaded defmt-parser v1.0.0
5562026-06-05T17:03:34.943Z Downloaded darling_macro v0.20.11
5572026-06-05T17:03:34.946Z Downloaded dropshot-api-manager-types v0.7.2
5582026-06-05T17:03:34.946Z Downloaded dtrace-parser v0.3.0
5592026-06-05T17:03:34.946Z Downloaded backoff v0.4.0
5602026-06-05T17:03:34.952Z Downloaded derive-ex v0.1.8
5612026-06-05T17:03:34.952Z Downloaded crunchy v0.2.4
5622026-06-05T17:03:34.952Z Downloaded crossbeam-deque v0.8.6
5632026-06-05T17:03:34.952Z Downloaded bitfield-macros v0.19.4
5642026-06-05T17:03:34.952Z Downloaded dirs-sys-next v0.1.2
5652026-06-05T17:03:34.952Z Downloaded darling_macro v0.23.0
5662026-06-05T17:03:34.952Z Downloaded atomic-waker v1.1.2
5672026-06-05T17:03:34.955Z Downloaded darling_macro v0.21.3
5682026-06-05T17:03:34.955Z Downloaded crucible-workspace-hack v0.1.0
5692026-06-05T17:03:34.955Z Downloaded bitflags v1.3.2
5702026-06-05T17:03:34.958Z Downloaded debug-ignore v1.0.5
5712026-06-05T17:03:34.958Z Downloaded document-features v0.2.12
5722026-06-05T17:03:34.961Z Downloaded derive-where v1.6.0
5732026-06-05T17:03:34.965Z Downloaded diesel_table_macro_syntax v0.3.0
5742026-06-05T17:03:34.965Z Downloaded cfg_aliases v0.2.1
5752026-06-05T17:03:34.968Z Downloaded derive_builder v0.20.2
5762026-06-05T17:03:34.968Z Downloaded deranged v0.5.8
5772026-06-05T17:03:34.970Z Downloaded dropshot-api-manager v0.7.2
5782026-06-05T17:03:34.973Z Downloaded async-stream v0.3.6
5792026-06-05T17:03:34.977Z Downloaded crc-catalog v2.4.0
5802026-06-05T17:03:34.977Z Downloaded assert_matches v1.5.0
5812026-06-05T17:03:34.977Z Downloaded blake2 v0.10.6
5822026-06-05T17:03:34.982Z Downloaded display-error-chain v0.2.2
5832026-06-05T17:03:34.982Z Downloaded cfg_aliases v0.1.1
5842026-06-05T17:03:34.982Z Downloaded base64ct v1.8.3
5852026-06-05T17:03:34.988Z Downloaded des v0.8.1
5862026-06-05T17:03:34.991Z Downloaded dirs-next v2.0.0
5872026-06-05T17:03:34.991Z Downloaded derive_builder_macro v0.20.2
5882026-06-05T17:03:34.991Z Downloaded dsl_auto_type v0.2.0
5892026-06-05T17:03:34.991Z Downloaded atty v0.2.14
5902026-06-05T17:03:34.991Z Downloaded async-stream-impl v0.3.6
5912026-06-05T17:03:34.991Z Downloaded compression-core v0.4.31
5922026-06-05T17:03:34.991Z Downloaded bcrypt-pbkdf v0.10.0
5932026-06-05T17:03:34.993Z Downloaded darling v0.20.11
5942026-06-05T17:03:34.996Z Downloaded dyn-clone v1.0.20
5952026-06-05T17:03:34.996Z Downloaded dunce v1.0.5
5962026-06-05T17:03:34.999Z Downloaded darling_macro v0.13.4
5972026-06-05T17:03:34.999Z Downloaded crc v3.4.0
5982026-06-05T17:03:34.999Z Downloaded bb8 v0.8.6
5992026-06-05T17:03:35.002Z Downloaded dof v0.4.0
6002026-06-05T17:03:35.006Z Downloaded block-padding v0.3.3
6012026-06-05T17:03:35.006Z Downloaded float-cmp v0.10.0
6022026-06-05T17:03:35.009Z Downloaded aead v0.5.2
6032026-06-05T17:03:35.009Z Downloaded array-init v0.0.4
6042026-06-05T17:03:35.012Z Downloaded data-encoding v2.10.0
6052026-06-05T17:03:35.016Z Downloaded atomicwrites v0.4.4
6062026-06-05T17:03:35.018Z Downloaded cpufeatures v0.3.0
6072026-06-05T17:03:35.022Z Downloaded bit-vec v0.6.3
6082026-06-05T17:03:35.025Z Downloaded arrayvec v0.7.6
6092026-06-05T17:03:35.025Z Downloaded blowfish v0.9.1
6102026-06-05T17:03:35.066Z Downloaded flagset v0.4.7
6112026-06-05T17:03:35.066Z Downloaded cargo_metadata v0.23.1
6122026-06-05T17:03:35.071Z Downloaded downcast-rs v2.0.2
6132026-06-05T17:03:35.071Z Downloaded defmt v0.3.100
6142026-06-05T17:03:35.071Z Downloaded argon2 v0.5.3
6152026-06-05T17:03:35.071Z Downloaded fixedbitset v0.4.2
6162026-06-05T17:03:35.071Z Downloaded float-ord v0.3.2
6172026-06-05T17:03:35.071Z Downloaded embedded-io v0.6.1
6182026-06-05T17:03:35.072Z Downloaded endian-type v0.1.2
6192026-06-05T17:03:35.072Z Downloaded async-recursion v1.1.1
6202026-06-05T17:03:35.072Z Downloaded futures-sink v0.3.32
6212026-06-05T17:03:35.072Z Downloaded env_filter v1.0.0
6222026-06-05T17:03:35.072Z Downloaded enum-as-inner v0.6.1
6232026-06-05T17:03:35.072Z Downloaded embedded-io v0.4.0
6242026-06-05T17:03:35.072Z Downloaded ascii-canvas v3.0.0
6252026-06-05T17:03:35.072Z Downloaded futures-macro v0.3.32
6262026-06-05T17:03:35.072Z Downloaded ciborium-io v0.2.2
6272026-06-05T17:03:35.072Z Downloaded ghash v0.5.1
6282026-06-05T17:03:35.072Z Downloaded futures-io v0.3.32
6292026-06-05T17:03:35.072Z Downloaded arrayref v0.3.9
6302026-06-05T17:03:35.072Z Downloaded funty v2.0.0
6312026-06-05T17:03:35.073Z Downloaded gethostname v0.5.0
6322026-06-05T17:03:35.073Z Downloaded cstr-argument v0.1.2
6332026-06-05T17:03:35.073Z Downloaded hash32 v0.2.1
6342026-06-05T17:03:35.073Z Downloaded foreign-types-shared v0.1.1
6352026-06-05T17:03:35.073Z Downloaded foreign-types v0.3.2
6362026-06-05T17:03:35.073Z Downloaded ena v0.14.4
6372026-06-05T17:03:35.073Z Downloaded defmt-macros v1.0.1
6382026-06-05T17:03:35.073Z Downloaded futures-core v0.3.32
6392026-06-05T17:03:35.073Z Downloaded filetime v0.2.27
6402026-06-05T17:03:35.073Z Downloaded foreign-types v0.5.0
6412026-06-05T17:03:35.073Z Downloaded find-msvc-tools v0.1.9
6422026-06-05T17:03:35.073Z Downloaded globwalk v0.9.1
6432026-06-05T17:03:35.073Z Downloaded byte-wrapper v0.1.0
6442026-06-05T17:03:35.076Z Downloaded cargo-platform v0.3.2
6452026-06-05T17:03:35.077Z Downloaded daft-derive v0.1.7
6462026-06-05T17:03:35.077Z Downloaded crypto-bigint v0.5.5
6472026-06-05T17:03:35.079Z Downloaded fxhash v0.2.1
6482026-06-05T17:03:35.079Z Downloaded cipher v0.4.4
6492026-06-05T17:03:35.082Z Downloaded hex v0.4.3
6502026-06-05T17:03:35.082Z Downloaded futures-task v0.3.32
6512026-06-05T17:03:35.082Z Downloaded bit-vec v0.8.0
6522026-06-05T17:03:35.085Z Downloaded anstyle-parse v0.2.7
6532026-06-05T17:03:35.085Z Downloaded cmake v0.1.57
6542026-06-05T17:03:35.089Z Downloaded headers-core v0.3.0
6552026-06-05T17:03:35.089Z Downloaded anstream v0.6.21
6562026-06-05T17:03:35.089Z Downloaded buf-list v1.1.2
6572026-06-05T17:03:35.092Z Downloaded erased-serde v0.3.31
6582026-06-05T17:03:35.092Z Downloaded hash32 v0.3.1
6592026-06-05T17:03:35.092Z Downloaded http-body v1.0.1
6602026-06-05T17:03:35.095Z Downloaded httpdate v1.0.3
6612026-06-05T17:03:35.095Z Downloaded diesel-dtrace v0.5.0
6622026-06-05T17:03:35.095Z Downloaded http-range v0.1.5
6632026-06-05T17:03:35.098Z Downloaded ecdsa v0.16.9
6642026-06-05T17:03:35.098Z Downloaded cexpr v0.6.0
6652026-06-05T17:03:35.101Z Downloaded async-trait v0.1.89
6662026-06-05T17:03:35.101Z Downloaded ff v0.13.1
6672026-06-05T17:03:35.104Z Downloaded cancel-safe-futures v0.1.5
6682026-06-05T17:03:35.104Z Downloaded der_derive v0.7.3
6692026-06-05T17:03:35.107Z Downloaded fd-lock v4.0.4
6702026-06-05T17:03:35.107Z Downloaded fallible-iterator v0.2.0
6712026-06-05T17:03:35.110Z Downloaded env_logger v0.11.9
6722026-06-05T17:03:35.110Z Downloaded hex-literal v0.4.1
6732026-06-05T17:03:35.110Z Downloaded darling v0.13.4
6742026-06-05T17:03:35.113Z Downloaded git-stub v1.0.0
6752026-06-05T17:03:35.113Z Downloaded futures-executor v0.3.32
6762026-06-05T17:03:35.117Z Downloaded crossbeam-channel v0.5.15
6772026-06-05T17:03:35.120Z Downloaded hubpack v0.1.2
6782026-06-05T17:03:35.120Z Downloaded constant_time_eq v0.4.2
6792026-06-05T17:03:35.120Z Downloaded darling v0.21.3
6802026-06-05T17:03:35.123Z Downloaded crossbeam-epoch v0.9.18
6812026-06-05T17:03:35.126Z Downloaded either v1.15.0
6822026-06-05T17:03:35.126Z Downloaded darling_core v0.13.4
6832026-06-05T17:03:35.129Z Downloaded indent_write v2.2.0
6842026-06-05T17:03:35.129Z Downloaded illumos-nvpair-sys v0.2.0
6852026-06-05T17:03:35.129Z Downloaded illumos-nvpair v0.3.0
6862026-06-05T17:03:35.132Z Downloaded convert_case v0.10.0
6872026-06-05T17:03:35.132Z Downloaded cobs v0.3.0
6882026-06-05T17:03:35.132Z Downloaded cassowary v0.3.0
6892026-06-05T17:03:35.136Z Downloaded hubpack_derive v0.1.1
6902026-06-05T17:03:35.136Z Downloaded globset v0.4.18
6912026-06-05T17:03:35.136Z Downloaded fs_extra v1.3.0
6922026-06-05T17:03:35.139Z Downloaded fs-err v2.11.0
6932026-06-05T17:03:35.139Z Downloaded hyper-tls v0.6.0
6942026-06-05T17:03:35.139Z Downloaded foldhash v0.2.0
6952026-06-05T17:03:35.139Z Downloaded foldhash v0.1.5
6962026-06-05T17:03:35.144Z Downloaded highway v1.3.0
6972026-06-05T17:03:35.144Z Downloaded git-stub-vcs v0.1.0
6982026-06-05T17:03:35.148Z Downloaded const_format_proc_macros v0.2.34
6992026-06-05T17:03:35.148Z Downloaded colored v2.2.0
7002026-06-05T17:03:35.148Z Downloaded chacha20 v0.10.0
7012026-06-05T17:03:35.152Z Downloaded instant v0.1.13
7022026-06-05T17:03:35.153Z Downloaded is_ci v1.2.0
7032026-06-05T17:03:35.153Z Downloaded is-terminal v0.4.17
7042026-06-05T17:03:35.153Z Downloaded console v0.16.2
7052026-06-05T17:03:35.157Z Downloaded bcs v0.1.6
7062026-06-05T17:03:35.157Z Downloaded lazy_static v1.5.0
7072026-06-05T17:03:35.157Z Downloaded glob v0.3.3
7082026-06-05T17:03:35.161Z Downloaded ident_case v1.0.1
7092026-06-05T17:03:35.162Z Downloaded colored v3.1.1
7102026-06-05T17:03:35.162Z Downloaded http-body-util v0.1.3
7112026-06-05T17:03:35.162Z Downloaded cookie_store v0.22.1
7122026-06-05T17:03:35.165Z Downloaded darling v0.23.0
7132026-06-05T17:03:35.165Z Downloaded indoc v1.0.9
7142026-06-05T17:03:35.168Z Downloaded cc v1.2.56
7152026-06-05T17:03:35.168Z Downloaded getrandom v0.2.17
7162026-06-05T17:03:35.173Z Downloaded futures-channel v0.3.32
7172026-06-05T17:03:35.173Z Downloaded kstat-rs v0.2.4
7182026-06-05T17:03:35.177Z Downloaded hostname v0.4.2
7192026-06-05T17:03:35.177Z Downloaded bumpalo v3.20.2
7202026-06-05T17:03:35.177Z Downloaded lalrpop-util v0.19.12
7212026-06-05T17:03:35.180Z Downloaded fixedbitset v0.5.7
7222026-06-05T17:03:35.180Z Downloaded crossbeam-utils v0.8.21
7232026-06-05T17:03:35.180Z Downloaded humantime v2.3.0
7242026-06-05T17:03:35.183Z Downloaded async-bb8-diesel v0.2.1
7252026-06-05T17:03:35.183Z Downloaded diff v0.1.13
7262026-06-05T17:03:35.188Z Downloaded instability v0.3.11
7272026-06-05T17:03:35.188Z Downloaded inout v0.1.4
7282026-06-05T17:03:35.188Z Downloaded backon v1.6.0
7292026-06-05T17:03:35.191Z Downloaded impl-trait-for-tuples v0.2.3
7302026-06-05T17:03:35.191Z Downloaded managed v0.8.0
7312026-06-05T17:03:35.191Z Downloaded lru-slab v0.1.2
7322026-06-05T17:03:35.191Z Downloaded ingot v0.1.1
7332026-06-05T17:03:35.196Z Downloaded ciborium v0.2.2
7342026-06-05T17:03:35.196Z Downloaded cbc v0.1.2
7352026-06-05T17:03:35.199Z Downloaded md5 v0.7.0
7362026-06-05T17:03:35.199Z Downloaded half v1.8.3
7372026-06-05T17:03:35.199Z Downloaded console v0.15.11
7382026-06-05T17:03:35.205Z Downloaded maplit v1.0.2
7392026-06-05T17:03:35.205Z Downloaded lzss v0.8.2
7402026-06-05T17:03:35.205Z Downloaded clang-sys v1.8.1
7412026-06-05T17:03:35.214Z Downloaded bzip2 v0.6.1
7422026-06-05T17:03:35.215Z Downloaded group v0.13.0
7432026-06-05T17:03:35.215Z Downloaded bzip2 v0.4.4
7442026-06-05T17:03:35.215Z Downloaded indoc v2.0.7
7452026-06-05T17:03:35.215Z Downloaded lru-cache v0.1.2
7462026-06-05T17:03:35.219Z Downloaded lru v0.12.5
7472026-06-05T17:03:35.219Z Downloaded md-5 v0.10.6
7482026-06-05T17:03:35.219Z Downloaded maybe-uninit v2.0.0
7492026-06-05T17:03:35.219Z Downloaded const-oid v0.9.6
7502026-06-05T17:03:35.219Z Downloaded linked-hash-map v0.5.6
7512026-06-05T17:03:35.220Z Downloaded camino-tempfile-ext v0.3.3
7522026-06-05T17:03:35.220Z Downloaded nibble_vec v0.1.0
7532026-06-05T17:03:35.220Z Downloaded newtype_derive v0.1.6
7542026-06-05T17:03:35.220Z Downloaded newtype-uuid-macros v0.1.0
7552026-06-05T17:03:35.224Z Downloaded newline-converter v0.3.0
7562026-06-05T17:03:35.224Z Downloaded multimap v0.10.1
7572026-06-05T17:03:35.224Z Downloaded hostname v0.3.1
7582026-06-05T17:03:35.224Z Downloaded normalize-line-endings v0.3.0
7592026-06-05T17:03:35.224Z Downloaded drift v0.2.0
7602026-06-05T17:03:35.228Z Downloaded new_debug_unreachable v1.0.6
7612026-06-05T17:03:35.231Z Downloaded dropshot_endpoint v0.17.0
7622026-06-05T17:03:35.232Z Downloaded match_cfg v0.1.0
7632026-06-05T17:03:35.235Z Downloaded internet-checksum v0.2.1
7642026-06-05T17:03:35.235Z Downloaded elliptic-curve v0.13.8
7652026-06-05T17:03:35.239Z Downloaded nodrop v0.1.14
7662026-06-05T17:03:35.239Z Downloaded keccak v0.1.6
7672026-06-05T17:03:35.239Z Downloaded getrandom v0.3.4
7682026-06-05T17:03:35.243Z Downloaded home v0.5.12
7692026-06-05T17:03:35.243Z Downloaded num v0.4.3
7702026-06-05T17:03:35.243Z Downloaded num-derive v0.4.2
7712026-06-05T17:03:35.246Z Downloaded num-derive v0.3.3
7722026-06-05T17:03:35.246Z Downloaded num-conv v0.2.0
7732026-06-05T17:03:35.246Z Downloaded nonempty v0.12.0
7742026-06-05T17:03:35.246Z Downloaded corncobs v0.1.4
7752026-06-05T17:03:35.246Z Downloaded hmac v0.12.1
7762026-06-05T17:03:35.250Z Downloaded darling_core v0.20.11
7772026-06-05T17:03:35.253Z Downloaded openssl-probe v0.1.6
7782026-06-05T17:03:35.253Z Downloaded libloading v0.8.9
7792026-06-05T17:03:35.253Z Downloaded libefi-sys v0.1.0
7802026-06-05T17:03:35.256Z Downloaded jobserver v0.1.34
7812026-06-05T17:03:35.257Z Downloaded lock_api v0.4.14
7822026-06-05T17:03:35.257Z Downloaded linear-map v1.2.0
7832026-06-05T17:03:35.260Z Downloaded ingot-macros v0.1.1
7842026-06-05T17:03:35.260Z Downloaded libsw v3.5.0
7852026-06-05T17:03:35.260Z Downloaded ingot-types v0.1.2
7862026-06-05T17:03:35.263Z Downloaded oso-derive v0.27.3
7872026-06-05T17:03:35.263Z Downloaded openssl-probe v0.2.1
7882026-06-05T17:03:35.263Z Downloaded num-iter v0.1.45
7892026-06-05T17:03:35.263Z Downloaded openssl-macros v0.1.1
7902026-06-05T17:03:35.266Z Downloaded libscf-sys v1.1.0
7912026-06-05T17:03:35.266Z Downloaded crc32fast v1.5.0
7922026-06-05T17:03:35.266Z Downloaded opaque-debug v0.3.1
7932026-06-05T17:03:35.266Z Downloaded num_threads v0.1.7
7942026-06-05T17:03:35.270Z Downloaded expectorate v1.2.0
7952026-06-05T17:03:35.270Z Downloaded ed25519 v2.2.3
7962026-06-05T17:03:35.273Z Downloaded hyper-rustls v0.27.7
7972026-06-05T17:03:35.273Z Downloaded httparse v1.10.1
7982026-06-05T17:03:35.277Z Downloaded libsw-core v0.3.2
7992026-06-05T17:03:35.277Z Downloaded ipnetwork v0.21.1
8002026-06-05T17:03:35.277Z Downloaded multer v3.1.0
8012026-06-05T17:03:35.280Z Downloaded mime v0.3.17
8022026-06-05T17:03:35.280Z Downloaded newtype-uuid v1.3.2
8032026-06-05T17:03:35.280Z Downloaded nanorand v0.7.0
8042026-06-05T17:03:35.284Z Downloaded native-tls v0.2.18
8052026-06-05T17:03:35.284Z Downloaded hyper-staticfile v0.10.1
8062026-06-05T17:03:35.289Z Downloaded csv-core v0.1.13
8072026-06-05T17:03:35.289Z Downloaded pbkdf2 v0.11.0
8082026-06-05T17:03:35.289Z Downloaded path-slash v0.1.5
8092026-06-05T17:03:35.289Z Downloaded peg-runtime v0.8.5
8102026-06-05T17:03:35.291Z Downloaded pbkdf2 v0.12.2
8112026-06-05T17:03:35.292Z Downloaded parse-size v1.1.0
8122026-06-05T17:03:35.292Z Downloaded parse-display v0.10.0
8132026-06-05T17:03:35.292Z Downloaded olpc-cjson v0.1.4
8142026-06-05T17:03:35.292Z Downloaded ar_archive_writer v0.5.1
8152026-06-05T17:03:35.295Z Downloaded ahash v0.8.12
8162026-06-05T17:03:35.298Z Downloaded num-complex v0.4.6
8172026-06-05T17:03:35.299Z Downloaded iana-time-zone v0.1.65
8182026-06-05T17:03:35.304Z Downloaded darling_core v0.23.0
8192026-06-05T17:03:35.304Z Downloaded num_enum_derive v0.5.11
8202026-06-05T17:03:35.304Z Downloaded const_format v0.2.35
8212026-06-05T17:03:35.307Z Downloaded packed_struct_codegen v0.10.1
8222026-06-05T17:03:35.307Z Downloaded arc-swap v1.8.2
8232026-06-05T17:03:35.310Z Downloaded base64 v0.21.7
8242026-06-05T17:03:35.313Z Downloaded compact_str v0.8.1
8252026-06-05T17:03:35.313Z Downloaded mime_guess v2.0.5
8262026-06-05T17:03:35.316Z Downloaded ed25519-dalek v2.2.0
8272026-06-05T17:03:35.319Z Downloaded crossterm v0.28.1
8282026-06-05T17:03:35.322Z Downloaded litrs v1.0.0
8292026-06-05T17:03:35.324Z Downloaded owo-colors v4.3.0
8302026-06-05T17:03:35.324Z Downloaded memoffset v0.9.1
8312026-06-05T17:03:35.325Z Downloaded memmap2 v0.9.10
8322026-06-05T17:03:35.340Z Downloaded predicates-core v1.0.10
8332026-06-05T17:03:35.343Z Downloaded precomputed-hash v0.1.1
8342026-06-05T17:03:35.343Z Downloaded phf_shared v0.13.1
8352026-06-05T17:03:35.343Z Downloaded num_enum_derive v0.7.6
8362026-06-05T17:03:35.346Z Downloaded num_enum v0.5.11
8372026-06-05T17:03:35.349Z Downloaded num_enum v0.7.6
8382026-06-05T17:03:35.351Z Downloaded phf_shared v0.12.1
8392026-06-05T17:03:35.351Z Downloaded pin-utils v0.1.0
8402026-06-05T17:03:35.351Z Downloaded num-integer v0.1.46
8412026-06-05T17:03:35.354Z Downloaded oxnet v0.1.5
8422026-06-05T17:03:35.354Z Downloaded proc-macro-crate v1.3.1
8432026-06-05T17:03:35.357Z Downloaded predicates-tree v1.0.13
8442026-06-05T17:03:35.357Z Downloaded parse-display-derive v0.10.0
8452026-06-05T17:03:35.357Z Downloaded powerfmt v0.2.0
8462026-06-05T17:03:35.360Z Downloaded chacha20poly1305 v0.10.1
8472026-06-05T17:03:35.360Z Downloaded nu-ansi-term v0.50.3
8482026-06-05T17:03:35.364Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-06-05T17:03:35.364Z Downloaded darling_core v0.21.3
8502026-06-05T17:03:35.367Z Downloaded base64 v0.22.1
8512026-06-05T17:03:35.367Z Downloaded flume v0.11.1
8522026-06-05T17:03:35.369Z Downloaded pem v3.0.6
8532026-06-05T17:03:35.372Z Downloaded peg-macros v0.8.5
8542026-06-05T17:03:35.372Z Downloaded libbz2-rs-sys v0.2.2
8552026-06-05T17:03:35.374Z Downloaded packed_struct v0.10.1
8562026-06-05T17:03:35.374Z Downloaded progenitor-macro v0.11.2
8572026-06-05T17:03:35.377Z Downloaded proc-macro-crate v3.4.0
8582026-06-05T17:03:35.377Z Downloaded bytes v1.11.1
8592026-06-05T17:03:35.380Z Downloaded derive_more v2.1.1
8602026-06-05T17:03:35.385Z Downloaded quick-error v1.2.3
8612026-06-05T17:03:35.387Z Downloaded psl-types v2.0.11
8622026-06-05T17:03:35.387Z Downloaded progenitor-client v0.11.2
8632026-06-05T17:03:35.390Z Downloaded progenitor-client v0.10.0
8642026-06-05T17:03:35.390Z Downloaded parking_lot v0.12.5
8652026-06-05T17:03:35.390Z Downloaded async-compression v0.4.41
8662026-06-05T17:03:35.394Z Downloaded polyval v0.6.2
8672026-06-05T17:03:35.397Z Downloaded radium v0.7.0
8682026-06-05T17:03:35.397Z Downloaded poly1305 v0.8.0
8692026-06-05T17:03:35.400Z Downloaded phf v0.13.1
8702026-06-05T17:03:35.400Z Downloaded progenitor-macro v0.14.0
8712026-06-05T17:03:35.400Z Downloaded paste v1.0.15
8722026-06-05T17:03:35.402Z Downloaded password-hash v0.5.0
8732026-06-05T17:03:35.405Z Downloaded progenitor-macro v0.13.0
8742026-06-05T17:03:35.405Z Downloaded pkg-config v0.3.32
8752026-06-05T17:03:35.405Z Downloaded ipnet v2.11.0
8762026-06-05T17:03:35.407Z Downloaded rand_xorshift v0.4.0
8772026-06-05T17:03:35.407Z Downloaded phf v0.12.1
8782026-06-05T17:03:35.410Z Downloaded password-hash v0.4.2
8792026-06-05T17:03:35.410Z Downloaded parking_lot_core v0.8.6
8802026-06-05T17:03:35.412Z Downloaded peg v0.8.5
8812026-06-05T17:03:35.415Z Downloaded heapless v0.8.0
8822026-06-05T17:03:35.417Z Downloaded ppv-lite86 v0.2.21
8832026-06-05T17:03:35.417Z Downloaded progenitor v0.11.2
8842026-06-05T17:03:35.417Z Downloaded primeorder v0.13.6
8852026-06-05T17:03:35.421Z Downloaded pem-rfc7468 v0.7.0
8862026-06-05T17:03:35.421Z Downloaded parking_lot_core v0.9.12
8872026-06-05T17:03:35.424Z Downloaded ignore v0.4.25
8882026-06-05T17:03:35.424Z Downloaded derive_more-impl v2.1.1
8892026-06-05T17:03:35.428Z Downloaded flate2 v1.1.9
8902026-06-05T17:03:35.431Z Downloaded half v2.7.1
8912026-06-05T17:03:35.433Z Downloaded pin-project-internal v1.1.11
8922026-06-05T17:03:35.433Z Downloaded progenitor-client v0.13.0
8932026-06-05T17:03:35.433Z Downloaded num-rational v0.4.2
8942026-06-05T17:03:35.437Z Downloaded phf_shared v0.11.3
8952026-06-05T17:03:35.437Z Downloaded oxide-tokio-rt v0.1.4
8962026-06-05T17:03:35.442Z Downloaded headers v0.4.1
8972026-06-05T17:03:35.443Z Downloaded ref-cast-impl v1.0.25
8982026-06-05T17:03:35.445Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-06-05T17:03:35.445Z Downloaded diesel_derives v2.3.7
9002026-06-05T17:03:35.445Z Downloaded recursive v0.1.1
9012026-06-05T17:03:35.448Z Downloaded progenitor-extras v0.2.0
9022026-06-05T17:03:35.448Z Downloaded allocator-api2 v0.2.21
9032026-06-05T17:03:35.451Z Downloaded indexmap v1.9.3
9042026-06-05T17:03:35.451Z Downloaded omicron-zone-package v0.12.2
9052026-06-05T17:03:35.453Z Downloaded rfc6979 v0.4.0
9062026-06-05T17:03:35.453Z Downloaded der v0.7.10
9072026-06-05T17:03:35.456Z Downloaded futures v0.3.32
9082026-06-05T17:03:35.459Z Downloaded ref-cast v1.0.25
9092026-06-05T17:03:35.462Z Downloaded postcard v1.1.3
9102026-06-05T17:03:35.473Z Downloaded rand_chacha v0.3.1
9112026-06-05T17:03:35.473Z Downloaded predicates v3.1.4
9122026-06-05T17:03:35.473Z Downloaded progenitor v0.14.0
9132026-06-05T17:03:35.473Z Downloaded proc-macro-error2 v2.0.1
9142026-06-05T17:03:35.476Z Downloaded rustc_version v0.1.7
9152026-06-05T17:03:35.476Z Downloaded russh-cryptovec v0.7.3
9162026-06-05T17:03:35.476Z Downloaded rtoolbox v0.0.3
9172026-06-05T17:03:35.476Z Downloaded indicatif v0.18.4
9182026-06-05T17:03:35.476Z Downloaded heapless v0.7.17
9192026-06-05T17:03:35.476Z Downloaded rand_core v0.9.5
9202026-06-05T17:03:35.479Z Downloaded psm v0.1.30
9212026-06-05T17:03:35.479Z Downloaded progenitor v0.13.0
9222026-06-05T17:03:35.483Z Downloaded hickory-server v0.25.2
9232026-06-05T17:03:35.486Z Downloaded rustc-hash v2.1.1
9242026-06-05T17:03:35.486Z Downloaded r2d2 v0.8.10
9252026-06-05T17:03:35.486Z Downloaded rand_seeder v0.4.0
9262026-06-05T17:03:35.486Z Downloaded rand_chacha v0.9.0
9272026-06-05T17:03:35.488Z Downloaded miniz_oxide v0.8.9
9282026-06-05T17:03:35.489Z Downloaded salsa20 v0.10.2
9292026-06-05T17:03:35.491Z Downloaded pkcs8 v0.10.2
9302026-06-05T17:03:35.491Z Downloaded scopeguard v1.2.0
9312026-06-05T17:03:35.495Z Downloaded scheduled-thread-pool v0.2.7
9322026-06-05T17:03:35.495Z Downloaded parking_lot v0.11.2
9332026-06-05T17:03:35.498Z Downloaded fatfs v0.3.6
9342026-06-05T17:03:35.498Z Downloaded ctr v0.9.2
9352026-06-05T17:03:35.498Z Downloaded hickory-resolver v0.25.2
9362026-06-05T17:03:35.501Z Downloaded hickory-resolver v0.24.4
9372026-06-05T17:03:35.504Z Downloaded defmt v1.0.1
9382026-06-05T17:03:35.506Z Downloaded sapling-renderdag v0.1.0
9392026-06-05T17:03:35.506Z Downloaded secrecy v0.8.0
9402026-06-05T17:03:35.506Z Downloaded daft v0.1.7
9412026-06-05T17:03:35.509Z Downloaded pkcs5 v0.7.1
9422026-06-05T17:03:35.511Z Downloaded scrypt v0.11.0
9432026-06-05T17:03:35.511Z Downloaded rand_core v0.10.0
9442026-06-05T17:03:35.515Z Downloaded progenitor-client v0.14.0
9452026-06-05T17:03:35.515Z Downloaded postgres-types v0.2.12
9462026-06-05T17:03:35.520Z Downloaded pkcs1 v0.7.5
9472026-06-05T17:03:35.520Z Downloaded pin-project-lite v0.2.17
9482026-06-05T17:03:35.523Z Downloaded scroll_derive v0.13.1
9492026-06-05T17:03:35.523Z Downloaded same-file v1.0.6
9502026-06-05T17:03:35.523Z Downloaded rustc_version v0.4.1
9512026-06-05T17:03:35.523Z Downloaded chacha20 v0.9.1
9522026-06-05T17:03:35.527Z Downloaded serde_urlencoded v0.7.1
9532026-06-05T17:03:35.527Z Downloaded serde_repr v0.1.20
9542026-06-05T17:03:35.530Z Downloaded serde_plain v1.0.2
9552026-06-05T17:03:35.530Z Downloaded foreign-types-shared v0.3.1
9562026-06-05T17:03:35.530Z Downloaded foreign-types-macros v0.2.3
9572026-06-05T17:03:35.530Z Downloaded quinn-udp v0.5.14
9582026-06-05T17:03:35.533Z Downloaded resolv-conf v0.7.6
9592026-06-05T17:03:35.533Z Downloaded rustls-pemfile v1.0.4
9602026-06-05T17:03:35.533Z Downloaded rustls-native-certs v0.8.3
9612026-06-05T17:03:35.537Z Downloaded oso v0.27.3
9622026-06-05T17:03:35.542Z Downloaded rustversion v1.0.22
9632026-06-05T17:03:35.542Z Downloaded p256 v0.13.2
9642026-06-05T17:03:35.547Z Downloaded serde_bytes v0.11.19
9652026-06-05T17:03:35.547Z Downloaded hashbrown v0.13.2
9662026-06-05T17:03:35.547Z Downloaded minimal-lexical v0.2.1
9672026-06-05T17:03:35.557Z Downloaded semver v0.1.20
9682026-06-05T17:03:35.558Z Downloaded serde-big-array v0.5.1
9692026-06-05T17:03:35.558Z Downloaded secrecy v0.10.3
9702026-06-05T17:03:35.563Z Downloaded rusty-fork v0.3.1
9712026-06-05T17:03:35.563Z Downloaded papergrid v0.17.0
9722026-06-05T17:03:35.563Z Downloaded signal-hook-tokio v0.3.1
9732026-06-05T17:03:35.563Z Downloaded http v1.4.0
9742026-06-05T17:03:35.569Z Downloaded sec1 v0.7.3
9752026-06-05T17:03:35.572Z Downloaded rustls-pemfile v2.2.0
9762026-06-05T17:03:35.575Z Downloaded siphasher v1.0.2
9772026-06-05T17:03:35.575Z Downloaded shell-words v1.1.1
9782026-06-05T17:03:35.575Z Downloaded sct v0.7.1
9792026-06-05T17:03:35.578Z Downloaded sigpipe v0.1.3
9802026-06-05T17:03:35.578Z Downloaded rand_core v0.6.4
9812026-06-05T17:03:35.578Z Downloaded progenitor-impl v0.13.0
9822026-06-05T17:03:35.580Z Downloaded sha1 v0.10.6
9832026-06-05T17:03:35.588Z Downloaded slog-envlogger v2.2.0
9842026-06-05T17:03:35.591Z Downloaded jiff-static v0.2.21
9852026-06-05T17:03:35.595Z Downloaded pin-project v1.1.11
9862026-06-05T17:03:35.601Z Downloaded serde_spanned v1.0.4
9872026-06-05T17:03:35.604Z Downloaded postgres-protocol v0.6.10
9882026-06-05T17:03:35.606Z Downloaded schemars_derive v0.8.22
9892026-06-05T17:03:35.609Z Downloaded sqlparser_derive v0.5.0
9902026-06-05T17:03:35.609Z Downloaded signature v2.2.0
9912026-06-05T17:03:35.612Z Downloaded slog-bunyan v2.5.0
9922026-06-05T17:03:35.621Z Downloaded prettyplease v0.2.37
9932026-06-05T17:03:35.624Z Downloaded pretty_assertions v1.4.1
9942026-06-05T17:03:35.627Z Downloaded shlex v1.3.0
9952026-06-05T17:03:35.630Z Downloaded signal-hook-mio v0.2.5
9962026-06-05T17:03:35.630Z Downloaded seq-macro v0.3.6
9972026-06-05T17:03:35.636Z Downloaded scroll v0.13.0
9982026-06-05T17:03:35.636Z Downloaded strum v0.26.3
9992026-06-05T17:03:35.641Z Downloaded structmeta-derive v0.3.0
10002026-06-05T17:03:35.641Z Downloaded serde-hex v0.1.0
10012026-06-05T17:03:35.641Z Downloaded crossterm v0.29.0
10022026-06-05T17:03:35.646Z Downloaded serde_path_to_error v0.1.20
10032026-06-05T17:03:35.646Z Downloaded serde_derive_internals v0.29.1
10042026-06-05T17:03:35.646Z Downloaded hashbrown v0.12.3
10052026-06-05T17:03:35.651Z Downloaded strsim v0.10.0
10062026-06-05T17:03:35.651Z Downloaded ssh-cipher v0.2.0
10072026-06-05T17:03:35.651Z Downloaded structmeta v0.3.0
10082026-06-05T17:03:35.655Z Downloaded strum v0.27.2
10092026-06-05T17:03:35.655Z Downloaded slab v0.4.12
10102026-06-05T17:03:35.655Z Downloaded progenitor-impl v0.14.0
10112026-06-05T17:03:35.661Z Downloaded progenitor-impl v0.11.2
10122026-06-05T17:03:35.666Z Downloaded ron v0.8.1
10132026-06-05T17:03:35.671Z Downloaded strip-ansi-escapes v0.2.1
10142026-06-05T17:03:35.671Z Downloaded ssh-encoding v0.2.0
10152026-06-05T17:03:35.671Z Downloaded take_mut v0.2.2
10162026-06-05T17:03:35.673Z Downloaded slog-term v2.9.2
10172026-06-05T17:03:35.673Z Downloaded slog-stdlog v4.1.1
10182026-06-05T17:03:35.673Z Downloaded signal-hook-registry v1.4.8
10192026-06-05T17:03:35.673Z Downloaded serde_with_macros v1.5.2
10202026-06-05T17:03:35.674Z Downloaded russh-keys v0.45.0
10212026-06-05T17:03:35.676Z Downloaded rustls-pki-types v1.14.0
10222026-06-05T17:03:35.681Z Downloaded subtle v2.6.1
10232026-06-05T17:03:35.681Z Downloaded tabwriter v1.4.1
10242026-06-05T17:03:35.681Z Downloaded sync_wrapper v1.0.2
10252026-06-05T17:03:35.681Z Downloaded sync-ptr v0.1.4
10262026-06-05T17:03:35.684Z Downloaded supports-color v3.0.2
10272026-06-05T17:03:35.684Z Downloaded snafu-derive v0.8.9
10282026-06-05T17:03:35.688Z Downloaded simd-adler32 v0.3.8
10292026-06-05T17:03:35.688Z Downloaded tap v1.0.1
10302026-06-05T17:03:35.691Z Downloaded thiserror-impl-no-std v2.0.2
10312026-06-05T17:03:35.694Z Downloaded hashbrown v0.15.5
10322026-06-05T17:03:35.697Z Downloaded rcgen v0.12.1
10332026-06-05T17:03:35.746Z Downloaded rustls-platform-verifier v0.6.2
10342026-06-05T17:03:35.753Z Downloaded static_assertions v1.1.0
10352026-06-05T17:03:35.753Z Downloaded rayon-core v1.13.0
10362026-06-05T17:03:35.753Z Downloaded testing_table v0.3.0
10372026-06-05T17:03:35.753Z Downloaded string_cache v0.8.9
10382026-06-05T17:03:35.753Z Downloaded thread-id v5.1.0
10392026-06-05T17:03:35.753Z Downloaded tinyvec_macros v0.1.1
10402026-06-05T17:03:35.753Z Downloaded termtree v0.5.1
10412026-06-05T17:03:35.753Z Downloaded smallvec v0.6.14
10422026-06-05T17:03:35.753Z Downloaded schemars v0.8.22
10432026-06-05T17:03:35.753Z Downloaded slog-scope v4.4.1
10442026-06-05T17:03:35.753Z Downloaded slog-dtrace v0.3.0
10452026-06-05T17:03:35.753Z Downloaded slog-async v2.8.0
10462026-06-05T17:03:35.753Z Downloaded strum_macros v0.26.4
10472026-06-05T17:03:35.753Z Downloaded smf v0.2.3
10482026-06-05T17:03:35.753Z Downloaded strum_macros v0.24.3
10492026-06-05T17:03:35.753Z Downloaded strum_macros v0.27.2
10502026-06-05T17:03:35.754Z Downloaded hyper-util v0.1.20
10512026-06-05T17:03:35.754Z Downloaded prefix-trie v0.7.0
10522026-06-05T17:03:35.754Z Downloaded aes v0.8.4
10532026-06-05T17:03:35.754Z Downloaded sqlformat v0.3.5
10542026-06-05T17:03:35.754Z Downloaded time-core v0.1.8
10552026-06-05T17:03:35.754Z Downloaded tabled_derive v0.11.0
10562026-06-05T17:03:35.754Z Downloaded support-bundle-viewer v0.1.2
10572026-06-05T17:03:35.754Z Downloaded stacker v0.1.23
10582026-06-05T17:03:35.754Z Downloaded spki v0.7.3
10592026-06-05T17:03:35.754Z Downloaded stringprep v0.1.5
10602026-06-05T17:03:35.754Z Downloaded rand v0.8.6
10612026-06-05T17:03:35.754Z Downloaded tagptr v0.2.0
10622026-06-05T17:03:35.757Z Downloaded spin v0.9.8
10632026-06-05T17:03:35.761Z Downloaded num-bigint v0.4.6
10642026-06-05T17:03:35.766Z Downloaded itertools v0.10.5
10652026-06-05T17:03:35.770Z Downloaded iri-string v0.7.10
10662026-06-05T17:03:35.774Z Downloaded signal-hook v0.3.18
10672026-06-05T17:03:35.777Z Downloaded topological-sort v0.2.2
10682026-06-05T17:03:35.780Z Downloaded thiserror-no-std v2.0.2
10692026-06-05T17:03:35.780Z Downloaded tower-service v0.3.3
10702026-06-05T17:03:35.783Z Downloaded slog-json v2.6.1
10712026-06-05T17:03:35.783Z Downloaded tower-layer v0.3.3
10722026-06-05T17:03:35.783Z Downloaded ryu v1.0.23
10732026-06-05T17:03:35.788Z Downloaded try-lock v0.2.5
10742026-06-05T17:03:35.788Z Downloaded tiny-keccak v2.0.2
10752026-06-05T17:03:35.793Z Downloaded h2 v0.4.13
10762026-06-05T17:03:35.795Z Downloaded trait-variant v0.1.2
10772026-06-05T17:03:35.795Z Downloaded aes-gcm v0.10.3
10782026-06-05T17:03:35.798Z Downloaded similar v2.7.0
10792026-06-05T17:03:35.801Z Downloaded termios v0.3.3
10802026-06-05T17:03:35.807Z Downloaded bitvec v1.0.1
10812026-06-05T17:03:35.810Z Downloaded unarray v0.1.4
10822026-06-05T17:03:35.816Z Downloaded typify-macro v0.6.2
10832026-06-05T17:03:35.816Z Downloaded typify-macro v0.4.3
10842026-06-05T17:03:35.816Z Downloaded tokio-rustls v0.25.0
10852026-06-05T17:03:35.820Z Downloaded tokio-native-tls v0.3.1
10862026-06-05T17:03:35.820Z Downloaded tls_codec_derive v0.4.2
10872026-06-05T17:03:35.820Z Downloaded time-macros v0.2.27
10882026-06-05T17:03:35.820Z Downloaded serde_cbor v0.11.2
10892026-06-05T17:03:35.820Z Downloaded tokio-macros v2.7.0
10902026-06-05T17:03:35.824Z Downloaded openssl-sys v0.9.115
10912026-06-05T17:03:35.829Z Downloaded socket2 v0.5.10
10922026-06-05T17:03:35.829Z Downloaded term v0.7.0
10932026-06-05T17:03:35.829Z Downloaded serde_with_macros v3.17.0
10942026-06-05T17:03:35.840Z Downloaded unicode-truncate v1.1.0
10952026-06-05T17:03:35.840Z Downloaded untrusted v0.7.1
10962026-06-05T17:03:35.840Z Downloaded tls_codec v0.4.2
10972026-06-05T17:03:35.840Z Downloaded publicsuffix v2.3.0
10982026-06-05T17:03:35.844Z Downloaded usdt-macro v0.6.0
10992026-06-05T17:03:35.844Z Downloaded usdt-attr-macro v0.6.0
11002026-06-05T17:03:35.844Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-06-05T17:03:35.844Z Downloaded universal-hash v0.5.1
11022026-06-05T17:03:35.844Z Downloaded hashbrown v0.16.1
11032026-06-05T17:03:35.844Z Downloaded untrusted v0.9.0
11042026-06-05T17:03:35.844Z Downloaded nom v7.1.3
11052026-06-05T17:03:35.844Z Downloaded schemars v0.9.0
11062026-06-05T17:03:35.852Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-06-05T17:03:35.864Z Downloaded tokio-tungstenite v0.21.0
11082026-06-05T17:03:35.864Z Downloaded thread_local v1.1.9
11092026-06-05T17:03:35.864Z Downloaded nom v8.0.0
11102026-06-05T17:03:35.867Z Downloaded itertools v0.13.0
11112026-06-05T17:03:35.867Z Downloaded void v1.0.2
11122026-06-05T17:03:35.867Z Downloaded slog v2.8.2
11132026-06-05T17:03:35.867Z Downloaded tokio-dtrace v0.1.1
11142026-06-05T17:03:35.867Z Downloaded schemars v1.2.1
11152026-06-05T17:03:35.873Z Downloaded utf-8 v0.7.6
11162026-06-05T17:03:35.876Z Downloaded unicase v2.9.0
11172026-06-05T17:03:35.876Z Downloaded tokio-stream v0.1.18
11182026-06-05T17:03:35.879Z Downloaded tokio-rustls v0.26.4
11192026-06-05T17:03:35.879Z Downloaded xattr v1.6.1
11202026-06-05T17:03:35.884Z Downloaded tokio-tungstenite v0.23.1
11212026-06-05T17:03:35.884Z Downloaded quinn v0.11.9
11222026-06-05T17:03:35.890Z Downloaded term v1.2.1
11232026-06-05T17:03:35.890Z Downloaded rand v0.10.0
11242026-06-05T17:03:35.895Z Downloaded tui-tree-widget v0.23.1
11252026-06-05T17:03:35.895Z Downloaded rsa v0.9.10
11262026-06-05T17:03:35.895Z Downloaded snafu v0.8.9
11272026-06-05T17:03:35.898Z Downloaded want v0.3.1
11282026-06-05T17:03:35.898Z Downloaded xshell-macros v0.2.7
11292026-06-05T17:03:35.898Z Downloaded usdt v0.6.0
11302026-06-05T17:03:35.898Z Downloaded waitgroup v0.1.2
11312026-06-05T17:03:35.901Z Downloaded num-bigint-dig v0.8.6
11322026-06-05T17:03:35.901Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-06-05T17:03:35.904Z Downloaded subprocess v0.2.15
11342026-06-05T17:03:35.907Z Downloaded itertools v0.14.0
11352026-06-05T17:03:35.909Z Downloaded tracing-attributes v0.1.31
11362026-06-05T17:03:35.912Z Downloaded zeroize_derive v1.4.3
11372026-06-05T17:03:35.912Z Downloaded vergen-gitcl v1.0.8
11382026-06-05T17:03:35.915Z Downloaded test-strategy v0.4.5
11392026-06-05T17:03:35.915Z Downloaded wait-timeout v0.2.1
11402026-06-05T17:03:35.918Z Downloaded aho-corasick v1.1.4
11412026-06-05T17:03:35.923Z Downloaded unit-prefix v0.5.2
11422026-06-05T17:03:35.923Z Downloaded hkdf v0.12.4
11432026-06-05T17:03:35.923Z Downloaded zone_cfg_derive v0.3.1
11442026-06-05T17:03:35.926Z Downloaded rand v0.9.2
11452026-06-05T17:03:35.926Z Downloaded zone v0.3.1
11462026-06-05T17:03:35.926Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11472026-06-05T17:03:35.926Z Downloaded qorb v0.4.1
11482026-06-05T17:03:35.929Z Downloaded rustls-webpki v0.103.9
11492026-06-05T17:03:35.932Z Downloaded itertools v0.12.1
11502026-06-05T17:03:35.936Z Downloaded mio v1.2.0
11512026-06-05T17:03:35.940Z Downloaded whoami v2.1.0
11522026-06-05T17:03:35.940Z Downloaded walkdir v2.5.0
11532026-06-05T17:03:35.944Z Downloaded iddqd v0.4.2
11542026-06-05T17:03:35.948Z Downloaded samael v0.0.19
11552026-06-05T17:03:35.951Z Downloaded usdt-impl v0.6.0
11562026-06-05T17:03:35.951Z Downloaded tar v0.4.45
11572026-06-05T17:03:35.951Z Downloaded uzers v0.12.2
11582026-06-05T17:03:35.954Z Downloaded vergen-lib v0.1.6
11592026-06-05T17:03:35.954Z Downloaded socket2 v0.6.3
11602026-06-05T17:03:35.954Z Downloaded serde_yaml v0.9.34+deprecated
11612026-06-05T17:03:35.959Z Downloaded futures-util v0.3.32
11622026-06-05T17:03:35.963Z Downloaded vergen-git2 v9.1.0
11632026-06-05T17:03:35.988Z Downloaded steno v0.4.1
11642026-06-05T17:03:35.994Z Downloaded libxml v0.3.3
11652026-06-05T17:03:35.994Z Downloaded twox-hash v2.1.2
11662026-06-05T17:03:35.994Z Downloaded tinyvec v1.10.0
11672026-06-05T17:03:35.994Z Downloaded unicode-properties v0.1.4
11682026-06-05T17:03:35.994Z Downloaded typify v0.6.2
11692026-06-05T17:03:35.994Z Downloaded whoami v1.6.1
11702026-06-05T17:03:35.994Z Downloaded wyz v0.5.1
11712026-06-05T17:03:35.994Z Downloaded rpassword v7.4.0
11722026-06-05T17:03:36.004Z Downloaded p521 v0.13.3
11732026-06-05T17:03:36.004Z Downloaded zstd v0.13.3
11742026-06-05T17:03:36.008Z Downloaded toml v0.7.8
11752026-06-05T17:03:36.008Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-06-05T17:03:36.008Z Downloaded xshell v0.2.7
11772026-06-05T17:03:36.008Z Downloaded yasna v0.5.2
11782026-06-05T17:03:36.008Z Downloaded unsafe-libyaml v0.2.11
11792026-06-05T17:03:36.014Z Downloaded serde_with v1.14.0
11802026-06-05T17:03:36.019Z Downloaded vergen v9.1.0
11812026-06-05T17:03:36.019Z Downloaded vergen-lib v9.1.0
11822026-06-05T17:03:36.035Z Downloaded hyper v1.8.1
11832026-06-05T17:03:36.082Z Downloaded vte v0.14.1
11842026-06-05T17:03:36.082Z Downloaded zeroize v1.8.2
11852026-06-05T17:03:36.082Z Downloaded vsss-rs v3.3.4
11862026-06-05T17:03:36.082Z Downloaded tungstenite v0.23.0
11872026-06-05T17:03:36.082Z Downloaded zstd-safe v7.2.4
11882026-06-05T17:03:36.082Z Downloaded russh v0.45.0
11892026-06-05T17:03:36.083Z Downloaded tokio-rustls v0.24.1
11902026-06-05T17:03:36.083Z Downloaded unicode-bidi v0.3.18
11912026-06-05T17:03:36.083Z Downloaded toml_edit v0.19.15
11922026-06-05T17:03:36.118Z Downloaded zerocopy v0.6.6
11932026-06-05T17:03:36.118Z Downloaded tracing-core v0.1.36
11942026-06-05T17:03:36.118Z Downloaded git2 v0.20.4
11952026-06-05T17:03:36.118Z Downloaded libm v0.2.16
11962026-06-05T17:03:36.118Z Downloaded rustyline v14.0.0
11972026-06-05T17:03:36.118Z Downloaded reqwest v0.12.28
11982026-06-05T17:03:36.118Z Downloaded uuid v1.23.0
11992026-06-05T17:03:36.118Z Downloaded toml v1.0.6+spec-1.1.0
12002026-06-05T17:03:36.118Z Downloaded p384 v0.13.1
12012026-06-05T17:03:36.119Z Downloaded portable-atomic v1.13.1
12022026-06-05T17:03:36.163Z Downloaded unicode_categories v0.1.1
12032026-06-05T17:03:36.163Z Downloaded zip v0.6.6
12042026-06-05T17:03:36.163Z Downloaded lalrpop v0.19.12
12052026-06-05T17:03:36.163Z Downloaded typify v0.4.3
12062026-06-05T17:03:36.163Z Downloaded zopfli v0.8.3
12072026-06-05T17:03:36.163Z Downloaded goblin v0.10.5
12082026-06-05T17:03:36.164Z Downloaded tungstenite v0.21.0
12092026-06-05T17:03:36.164Z Downloaded regex v1.12.3
12102026-06-05T17:03:36.231Z Downloaded quick-xml v0.37.5
12112026-06-05T17:03:36.231Z Downloaded typed-path v0.9.3
12122026-06-05T17:03:36.231Z Downloaded tokio-postgres v0.7.16
12132026-06-05T17:03:36.231Z Downloaded rustls-webpki v0.101.7
12142026-06-05T17:03:36.231Z Downloaded reedline v0.40.0
12152026-06-05T17:03:36.231Z Downloaded curve25519-dalek v4.1.3
12162026-06-05T17:03:36.231Z Downloaded ssh-key v0.6.7
12172026-06-05T17:03:36.231Z Downloaded yansi v1.0.1
12182026-06-05T17:03:36.231Z Downloaded petname v2.0.2
12192026-06-05T17:03:36.231Z Downloaded blake3 v1.8.3
12202026-06-05T17:03:36.231Z Downloaded zip v4.6.1
12212026-06-05T17:03:36.321Z Downloaded serde_with v3.17.0
12222026-06-05T17:03:36.321Z Downloaded bindgen v0.71.1
12232026-06-05T17:03:36.321Z Downloaded aws-lc-rs v1.16.3
12242026-06-05T17:03:36.321Z Downloaded quinn-proto v0.11.13
12252026-06-05T17:03:36.321Z Downloaded zerocopy-derive v0.8.40
12262026-06-05T17:03:36.321Z Downloaded winnow v0.5.40
12272026-06-05T17:03:36.342Z Downloaded rayon v1.11.0
12282026-06-05T17:03:36.342Z Downloaded chrono v0.4.44
12292026-06-05T17:03:36.342Z Downloaded reqwest v0.13.2
12302026-06-05T17:03:36.343Z Downloaded x509-cert v0.2.5
12312026-06-05T17:03:36.343Z Downloaded unicode-segmentation v1.12.0
12322026-06-05T17:03:36.343Z Downloaded tower v0.5.3
12332026-06-05T17:03:36.343Z Downloaded dropshot v0.17.0
12342026-06-05T17:03:36.343Z Downloaded polar-core v0.27.3
12352026-06-05T17:03:36.343Z Downloaded salty v0.3.0
12362026-06-05T17:03:36.343Z Downloaded tabled v0.20.0
12372026-06-05T17:03:36.343Z Downloaded regex-syntax v0.6.29
12382026-06-05T17:03:36.357Z Downloaded tough v0.22.0
12392026-06-05T17:03:36.357Z Downloaded zlib-rs v0.6.2
12402026-06-05T17:03:36.357Z Downloaded hickory-proto v0.24.4
12412026-06-05T17:03:36.369Z Downloaded moka v0.12.13
12422026-06-05T17:03:36.369Z Downloaded tower-http v0.6.8
12432026-06-05T17:03:36.369Z Downloaded rustls-webpki v0.102.8
12442026-06-05T17:03:36.373Z Downloaded webpki-roots v1.0.6
12452026-06-05T17:03:36.377Z Downloaded hickory-proto v0.25.2
12462026-06-05T17:03:36.396Z Downloaded unicode-normalization v0.1.25
12472026-06-05T17:03:36.413Z Downloaded proptest v1.10.0
12482026-06-05T17:03:36.413Z Downloaded smoltcp v0.11.0
12492026-06-05T17:03:36.413Z Downloaded regress v0.11.1
12502026-06-05T17:03:36.445Z Downloaded diesel v2.3.7
12512026-06-05T17:03:36.445Z Downloaded winnow v0.6.26
12522026-06-05T17:03:36.445Z Downloaded radix_trie v0.2.1
12532026-06-05T17:03:36.484Z Downloaded regex-syntax v0.8.10
12542026-06-05T17:03:36.484Z Downloaded regress v0.10.5
12552026-06-05T17:03:36.484Z Downloaded openapiv3 v2.2.0
12562026-06-05T17:03:36.484Z Downloaded rustix v0.38.44
12572026-06-05T17:03:36.485Z Downloaded nix v0.27.1
12582026-06-05T17:03:36.485Z Downloaded object v0.30.4
12592026-06-05T17:03:36.485Z Downloaded tokio-util v0.7.18
12602026-06-05T17:03:36.506Z Downloaded bstr v1.12.1
12612026-06-05T17:03:36.506Z Downloaded time v0.3.47
12622026-06-05T17:03:36.506Z Downloaded nix v0.28.0
12632026-06-05T17:03:36.506Z Downloaded openssl v0.10.79
12642026-06-05T17:03:36.511Z Downloaded sqlparser v0.61.0
12652026-06-05T17:03:36.511Z Downloaded vcpkg v0.2.15
12662026-06-05T17:03:36.524Z Downloaded smoltcp v0.9.1
12672026-06-05T17:03:36.531Z Downloaded typify-impl v0.6.2
12682026-06-05T17:03:36.538Z Downloaded tracing v0.1.44
12692026-06-05T17:03:36.549Z Downloaded nix v0.31.2
12702026-06-05T17:03:36.558Z Downloaded zerocopy v0.8.40
12712026-06-05T17:03:36.562Z Downloaded rustls v0.22.4
12722026-06-05T17:03:36.570Z Downloaded typify-impl v0.4.3
12732026-06-05T17:03:36.576Z Downloaded regex-automata v0.4.14
12742026-06-05T17:03:36.585Z Downloaded object v0.37.3
12752026-06-05T17:03:36.591Z Downloaded rustls v0.23.37
12762026-06-05T17:03:36.599Z Downloaded rustls v0.21.12
12772026-06-05T17:03:36.644Z Downloaded petgraph v0.8.3
12782026-06-05T17:03:36.671Z Downloaded libz-sys v1.1.24
12792026-06-05T17:03:36.686Z Downloaded csv v1.4.0
12802026-06-05T17:03:36.691Z Downloaded sled v0.34.7
12812026-06-05T17:03:36.691Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-06-05T17:03:36.699Z Downloaded tokio v1.52.1
12832026-06-05T17:03:36.773Z Downloaded ratatui v0.29.0
12842026-06-05T17:03:36.782Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-06-05T17:03:36.782Z Downloaded zerocopy-derive v0.6.6
12862026-06-05T17:03:36.813Z Downloaded encoding_rs v0.8.35
12872026-06-05T17:03:36.820Z Downloaded chrono-tz v0.10.4
12882026-06-05T17:03:36.820Z Downloaded petgraph v0.6.5
12892026-06-05T17:03:36.823Z Downloaded ring v0.17.14
12902026-06-05T17:03:36.847Z Downloaded jiff v0.2.21
12912026-06-05T17:03:36.884Z Downloaded sha3 v0.10.8
12922026-06-05T17:03:37.021Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-05T17:03:37.558Z Downloaded aws-lc-sys v0.40.0
12942026-06-05T17:03:37.814Z Compiling libc v0.2.185
12952026-06-05T17:03:37.818Z Compiling serde v1.0.228
12962026-06-05T17:03:37.818Z Compiling log v0.4.29
12972026-06-05T17:03:37.818Z Compiling find-msvc-tools v0.1.9
12982026-06-05T17:03:37.818Z Compiling shlex v1.3.0
12992026-06-05T17:03:37.818Z Compiling smallvec v1.15.1
13002026-06-05T17:03:37.818Z Compiling typenum v1.19.0
13012026-06-05T17:03:37.819Z Compiling subtle v2.6.1
13022026-06-05T17:03:37.955Z Compiling generic-array v0.14.7
13032026-06-05T17:03:37.968Z Compiling scopeguard v1.2.0
13042026-06-05T17:03:37.977Z Compiling const-oid v0.9.6
13052026-06-05T17:03:38.063Z Compiling serde_json v1.0.149
13062026-06-05T17:03:38.078Z Compiling syn v2.0.117
13072026-06-05T17:03:38.083Z Compiling zerocopy v0.8.40
13082026-06-05T17:03:38.083Z Compiling portable-atomic v1.13.1
13092026-06-05T17:03:38.133Z Compiling lock_api v0.4.14
13102026-06-05T17:03:38.148Z Compiling parking_lot_core v0.9.12
13112026-06-05T17:03:38.166Z Compiling pin-project-lite v0.2.17
13122026-06-05T17:03:38.182Z Compiling pkg-config v0.3.32
13132026-06-05T17:03:38.197Z Compiling bitflags v2.11.0
13142026-06-05T17:03:38.218Z Compiling libm v0.2.16
13152026-06-05T17:03:38.279Z Compiling futures-core v0.3.32
13162026-06-05T17:03:38.295Z Compiling critical-section v1.2.0
13172026-06-05T17:03:38.336Z Compiling num-traits v0.2.19
13182026-06-05T17:03:38.353Z Compiling percent-encoding v2.3.2
13192026-06-05T17:03:38.428Z Compiling futures-sink v0.3.32
13202026-06-05T17:03:38.461Z Compiling futures-task v0.3.32
13212026-06-05T17:03:38.464Z Compiling slab v0.4.12
13222026-06-05T17:03:38.464Z Compiling futures-io v0.3.32
13232026-06-05T17:03:38.464Z Compiling cpufeatures v0.2.17
13242026-06-05T17:03:38.626Z Compiling futures-channel v0.3.32
13252026-06-05T17:03:38.666Z Compiling getrandom v0.4.1
13262026-06-05T17:03:38.666Z Compiling rand_core v0.10.0
13272026-06-05T17:03:38.666Z Compiling indexmap v2.14.0
13282026-06-05T17:03:38.702Z Compiling getrandom v0.3.4
13292026-06-05T17:03:38.719Z Compiling rustversion v1.0.22
13302026-06-05T17:03:38.743Z Compiling form_urlencoded v1.2.2
13312026-06-05T17:03:38.772Z Compiling fs_extra v1.3.0
13322026-06-05T17:03:38.784Z Compiling dunce v1.0.5
13332026-06-05T17:03:38.853Z Compiling ident_case v1.0.1
13342026-06-05T17:03:38.916Z Compiling base64ct v1.8.3
13352026-06-05T17:03:38.916Z Compiling rustix v1.1.3
13362026-06-05T17:03:38.979Z Compiling iana-time-zone v0.1.65
13372026-06-05T17:03:38.979Z Compiling regex-syntax v0.8.10
13382026-06-05T17:03:38.989Z Compiling getrandom v0.2.17
13392026-06-05T17:03:38.989Z Compiling jobserver v0.1.34
13402026-06-05T17:03:39.017Z Compiling errno v0.3.14
13412026-06-05T17:03:39.109Z Compiling mio v1.2.0
13422026-06-05T17:03:39.112Z Compiling socket2 v0.6.3
13432026-06-05T17:03:39.122Z Compiling rand_core v0.6.4
13442026-06-05T17:03:39.143Z Compiling signal-hook-registry v1.4.8
13452026-06-05T17:03:39.197Z Compiling cc v1.2.56
13462026-06-05T17:03:39.220Z Compiling once_cell v1.21.3
13472026-06-05T17:03:39.272Z Compiling parking_lot v0.12.5
13482026-06-05T17:03:39.414Z Compiling pem-rfc7468 v0.7.0
13492026-06-05T17:03:39.462Z Compiling flagset v0.4.7
13502026-06-05T17:03:39.471Z Compiling aws-lc-rs v1.16.3
13512026-06-05T17:03:39.505Z Compiling vcpkg v0.2.15
13522026-06-05T17:03:39.542Z Compiling uuid v1.23.0
13532026-06-05T17:03:39.557Z Compiling tracing-core v0.1.36
13542026-06-05T17:03:39.561Z Compiling rustc_version v0.4.1
13552026-06-05T17:03:39.585Z Compiling base64 v0.22.1
13562026-06-05T17:03:39.672Z Compiling rand_core v0.9.5
13572026-06-05T17:03:39.700Z Compiling httparse v1.10.1
13582026-06-05T17:03:39.737Z Compiling untrusted v0.9.0
13592026-06-05T17:03:39.830Z Compiling tinyvec_macros v0.1.1
13602026-06-05T17:03:39.844Z Compiling openssl-probe v0.2.1
13612026-06-05T17:03:39.879Z Compiling untrusted v0.7.1
13622026-06-05T17:03:39.921Z Compiling tinyvec v1.10.0
13632026-06-05T17:03:39.940Z Compiling aho-corasick v1.1.4
13642026-06-05T17:03:39.940Z Compiling cmake v0.1.57
13652026-06-05T17:03:39.978Z Compiling tower-layer v0.3.3
13662026-06-05T17:03:40.020Z Compiling tower-service v0.3.3
13672026-06-05T17:03:40.030Z Compiling dyn-clone v1.0.20
13682026-06-05T17:03:40.031Z Compiling schemars v0.8.22
13692026-06-05T17:03:40.097Z Compiling try-lock v0.2.5
13702026-06-05T17:03:40.119Z Compiling rustls v0.23.37
13712026-06-05T17:03:40.125Z Compiling atomic-waker v1.1.2
13722026-06-05T17:03:40.164Z Compiling foreign-types-shared v0.1.1
13732026-06-05T17:03:40.178Z Compiling openssl v0.10.79
13742026-06-05T17:03:40.217Z Compiling want v0.3.1
13752026-06-05T17:03:40.297Z Compiling httpdate v1.0.3
13762026-06-05T17:03:40.355Z Compiling pin-utils v0.1.0
13772026-06-05T17:03:40.355Z Compiling foreign-types v0.3.2
13782026-06-05T17:03:40.355Z Compiling unicode-normalization v0.1.25
13792026-06-05T17:03:40.355Z Compiling spin v0.9.8
13802026-06-05T17:03:40.381Z Compiling native-tls v0.2.18
13812026-06-05T17:03:40.381Z Compiling crc32fast v1.5.0
13822026-06-05T17:03:40.381Z Compiling time-core v0.1.8
13832026-06-05T17:03:40.381Z Compiling num-conv v0.2.0
13842026-06-05T17:03:40.442Z Compiling powerfmt v0.2.0
13852026-06-05T17:03:40.442Z Compiling wait-timeout v0.2.1
13862026-06-05T17:03:40.489Z Compiling sync_wrapper v1.0.2
13872026-06-05T17:03:40.520Z Compiling bit-vec v0.8.0
13882026-06-05T17:03:40.539Z Compiling num_threads v0.1.7
13892026-06-05T17:03:40.540Z Compiling crossbeam-utils v0.8.21
13902026-06-05T17:03:40.555Z Compiling time-macros v0.2.27
13912026-06-05T17:03:40.564Z Compiling syn v1.0.109
13922026-06-05T17:03:40.595Z Compiling quick-error v1.2.3
13932026-06-05T17:03:40.603Z Compiling deranged v0.5.8
13942026-06-05T17:03:40.620Z Compiling tempfile v3.25.0
13952026-06-05T17:03:40.672Z Compiling unicode-segmentation v1.12.0
13962026-06-05T17:03:40.706Z Compiling usdt-impl v0.6.0
13972026-06-05T17:03:40.735Z Compiling siphasher v1.0.2
13982026-06-05T17:03:40.817Z Compiling simd-adler32 v0.3.8
13992026-06-05T17:03:40.818Z Compiling regex-automata v0.4.14
14002026-06-05T17:03:40.860Z Compiling aws-lc-sys v0.40.0
14012026-06-05T17:03:40.873Z Compiling ring v0.17.14
14022026-06-05T17:03:40.873Z Compiling openssl-sys v0.9.115
14032026-06-05T17:03:40.912Z Compiling synstructure v0.13.2
14042026-06-05T17:03:40.930Z Compiling serde_derive_internals v0.29.1
14052026-06-05T17:03:40.976Z Compiling pest_generator v2.8.6
14062026-06-05T17:03:41.015Z Compiling darling_core v0.20.11
14072026-06-05T17:03:41.022Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-06-05T17:03:41.112Z Compiling darling_core v0.21.3
14092026-06-05T17:03:41.240Z Compiling rusty-fork v0.3.1
14102026-06-05T17:03:41.368Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-06-05T17:03:41.673Z Compiling bit-set v0.8.0
14122026-06-05T17:03:41.690Z Compiling slog v2.8.2
14132026-06-05T17:03:41.729Z Compiling heapless v0.7.17
14142026-06-05T17:03:41.758Z Compiling time v0.3.47
14152026-06-05T17:03:41.800Z Compiling rand_xorshift v0.4.0
14162026-06-05T17:03:41.829Z Compiling thread-id v5.1.0
14172026-06-05T17:03:41.839Z Compiling cookie v0.18.1
14182026-06-05T17:03:41.860Z Compiling adler2 v2.0.1
14192026-06-05T17:03:41.905Z Compiling allocator-api2 v0.2.21
14202026-06-05T17:03:41.925Z Compiling zstd-safe v7.2.4
14212026-06-05T17:03:41.993Z Compiling unarray v0.1.4
14222026-06-05T17:03:41.997Z Compiling unicode-properties v0.1.4
14232026-06-05T17:03:42.023Z Compiling paste v1.0.15
14242026-06-05T17:03:42.029Z Compiling unicode-bidi v0.3.18
14252026-06-05T17:03:42.052Z Compiling signal-hook v0.3.18
14262026-06-05T17:03:42.118Z Compiling anyhow v1.0.102
14272026-06-05T17:03:42.147Z Compiling iri-string v0.7.10
14282026-06-05T17:03:42.245Z Compiling ryu v1.0.23
14292026-06-05T17:03:42.334Z Compiling miniz_oxide v0.8.9
14302026-06-05T17:03:42.379Z Compiling stringprep v0.1.5
14312026-06-05T17:03:42.691Z Compiling heck v0.4.1
14322026-06-05T17:03:42.779Z Compiling serde_derive v1.0.228
14332026-06-05T17:03:42.850Z Compiling zeroize_derive v1.4.3
14342026-06-05T17:03:42.934Z Compiling zerofrom-derive v0.1.6
14352026-06-05T17:03:42.950Z Compiling yoke-derive v0.8.1
14362026-06-05T17:03:42.975Z Compiling zerovec-derive v0.11.2
14372026-06-05T17:03:43.384Z Compiling zerocopy-derive v0.8.40
14382026-06-05T17:03:43.404Z Compiling displaydoc v0.2.5
14392026-06-05T17:03:43.512Z Compiling zeroize v1.8.2
14402026-06-05T17:03:43.726Z Compiling tokio-macros v2.7.0
14412026-06-05T17:03:43.791Z Compiling futures-macro v0.3.32
14422026-06-05T17:03:44.111Z Compiling der_derive v0.7.3
14432026-06-05T17:03:44.154Z Compiling rustls-pki-types v1.14.0
14442026-06-05T17:03:44.176Z Compiling thiserror-impl v2.0.18
14452026-06-05T17:03:44.255Z Compiling crypto-common v0.1.7
14462026-06-05T17:03:44.360Z Compiling zerofrom v0.1.6
14472026-06-05T17:03:44.409Z Compiling block-buffer v0.10.4
14482026-06-05T17:03:44.475Z Compiling yoke v0.8.1
14492026-06-05T17:03:44.495Z Compiling block-padding v0.3.3
14502026-06-05T17:03:44.599Z Compiling digest v0.10.7
14512026-06-05T17:03:44.615Z Compiling futures-util v0.3.32
14522026-06-05T17:03:44.632Z Compiling inout v0.1.4
14532026-06-05T17:03:44.672Z Compiling zerovec v0.11.5
14542026-06-05T17:03:44.691Z Compiling zerotrie v0.2.3
14552026-06-05T17:03:44.823Z Compiling hmac v0.12.1
14562026-06-05T17:03:44.862Z Compiling sha2 v0.10.9
14572026-06-05T17:03:44.999Z Compiling cipher v0.4.4
14582026-06-05T17:03:45.013Z Compiling pbkdf2 v0.12.2
14592026-06-05T17:03:45.035Z Compiling tracing-attributes v0.1.31
14602026-06-05T17:03:45.085Z Compiling der v0.7.10
14612026-06-05T17:03:45.137Z Compiling tinystr v0.8.2
14622026-06-05T17:03:45.196Z Compiling potential_utf v0.1.4
14632026-06-05T17:03:45.274Z Compiling salsa20 v0.10.2
14642026-06-05T17:03:45.356Z Compiling icu_locale_core v2.1.1
14652026-06-05T17:03:45.374Z Compiling icu_collections v2.1.1
14662026-06-05T17:03:45.429Z Compiling scrypt v0.11.0
14672026-06-05T17:03:45.537Z Compiling thiserror v2.0.18
14682026-06-05T17:03:45.657Z Compiling aes v0.8.4
14692026-06-05T17:03:45.701Z Compiling cbc v0.1.2
14702026-06-05T17:03:45.865Z Compiling pest_derive v2.8.6
14712026-06-05T17:03:45.881Z Compiling scroll_derive v0.13.1
14722026-06-05T17:03:46.214Z Compiling bytes v1.11.1
14732026-06-05T17:03:46.257Z Compiling icu_provider v2.1.1
14742026-06-05T17:03:46.279Z Compiling chrono v0.4.44
14752026-06-05T17:03:46.308Z Compiling spki v0.7.3
14762026-06-05T17:03:46.323Z Compiling ipnet v2.11.0
14772026-06-05T17:03:46.383Z Compiling schemars_derive v0.8.22
14782026-06-05T17:03:46.438Z Compiling tracing v0.1.44
14792026-06-05T17:03:46.479Z Compiling pkcs5 v0.7.1
14802026-06-05T17:03:46.537Z Compiling icu_properties v2.1.2
14812026-06-05T17:03:46.586Z Compiling icu_normalizer v2.1.1
14822026-06-05T17:03:46.735Z Compiling tokio v1.52.1
14832026-06-05T17:03:46.787Z Compiling http v1.4.0
14842026-06-05T17:03:46.802Z Compiling pkcs8 v0.10.2
14852026-06-05T17:03:46.860Z Compiling scroll v0.13.0
14862026-06-05T17:03:46.946Z Compiling darling_macro v0.20.11
14872026-06-05T17:03:46.989Z Compiling openssl-macros v0.1.1
14882026-06-05T17:03:47.129Z Compiling goblin v0.10.5
14892026-06-05T17:03:47.160Z Compiling rustls-native-certs v0.8.3
14902026-06-05T17:03:47.177Z Compiling dtrace-parser v0.3.0
14912026-06-05T17:03:47.337Z Compiling signature v2.2.0
14922026-06-05T17:03:47.410Z Compiling idna_adapter v1.2.1
14932026-06-05T17:03:47.449Z Compiling http-body v1.0.1
14942026-06-05T17:03:47.466Z Compiling darling v0.20.11
14952026-06-05T17:03:47.542Z Compiling idna v1.1.0
14962026-06-05T17:03:47.578Z Compiling http-body-util v0.1.3
14972026-06-05T17:03:47.631Z Compiling derive_builder_core v0.20.2
14982026-06-05T17:03:47.671Z Compiling webpki-roots v1.0.6
14992026-06-05T17:03:47.692Z Compiling ppv-lite86 v0.2.21
15002026-06-05T17:03:47.707Z Compiling scroll_derive v0.12.1
15012026-06-05T17:03:47.723Z Compiling thiserror-impl v1.0.69
15022026-06-05T17:03:47.806Z Compiling erased-serde v0.3.31
15032026-06-05T17:03:47.834Z Compiling url v2.5.8
15042026-06-05T17:03:47.894Z Compiling serde_urlencoded v0.7.1
15052026-06-05T17:03:47.949Z Compiling serde_tokenstream v0.2.3
15062026-06-05T17:03:48.034Z Compiling rand_chacha v0.9.0
15072026-06-05T17:03:48.155Z Compiling rand_chacha v0.3.1
15082026-06-05T17:03:48.212Z Compiling toml_datetime v0.6.11
15092026-06-05T17:03:48.227Z Compiling serde_spanned v0.6.9
15102026-06-05T17:03:48.281Z Compiling rand v0.9.2
15112026-06-05T17:03:48.303Z Compiling md-5 v0.10.6
15122026-06-05T17:03:48.427Z Compiling scroll v0.12.0
15132026-06-05T17:03:48.487Z Compiling darling_macro v0.21.3
15142026-06-05T17:03:48.487Z Compiling bstr v1.12.1
15152026-06-05T17:03:48.523Z Compiling derive_builder_macro v0.20.2
15162026-06-05T17:03:48.666Z Compiling zerocopy-derive v0.7.35
15172026-06-05T17:03:48.709Z Compiling pin-project-internal v1.1.11
15182026-06-05T17:03:48.757Z Compiling async-trait v0.1.89
15192026-06-05T17:03:49.021Z Compiling proptest v1.10.0
15202026-06-05T17:03:49.052Z Compiling vergen-lib v9.1.0
15212026-06-05T17:03:49.067Z Compiling num-integer v0.1.46
15222026-06-05T17:03:49.082Z Compiling thiserror v1.0.69
15232026-06-05T17:03:49.122Z Compiling curve25519-dalek v4.1.3
15242026-06-05T17:03:49.194Z Compiling ipnetwork v0.21.1
15252026-06-05T17:03:49.208Z Compiling ff v0.13.1
15262026-06-05T17:03:49.257Z Compiling hash32 v0.2.1
15272026-06-05T17:03:49.361Z Compiling memoffset v0.9.1
15282026-06-05T17:03:49.407Z Compiling encoding_rs v0.8.35
15292026-06-05T17:03:49.469Z Compiling fallible-iterator v0.2.0
15302026-06-05T17:03:49.491Z Compiling num-bigint-dig v0.8.6
15312026-06-05T17:03:49.587Z Compiling smoltcp v0.9.1
15322026-06-05T17:03:49.620Z Compiling litrs v1.0.0
15332026-06-05T17:03:49.634Z Compiling cfg_aliases v0.2.1
15342026-06-05T17:03:49.708Z Compiling mime v0.3.17
15352026-06-05T17:03:49.726Z Compiling rustix v0.38.44
15362026-06-05T17:03:49.755Z Compiling ref-cast v1.0.25
15372026-06-05T17:03:49.804Z Compiling base16ct v0.2.0
15382026-06-05T17:03:49.868Z Compiling dof v0.4.0
15392026-06-05T17:03:49.954Z Compiling zlib-rs v0.6.2
15402026-06-05T17:03:49.985Z Compiling psl-types v2.0.11
15412026-06-05T17:03:50.028Z Compiling sec1 v0.7.3
15422026-06-05T17:03:50.130Z Compiling publicsuffix v2.3.0
15432026-06-05T17:03:50.147Z Compiling pin-project v1.1.11
15442026-06-05T17:03:50.160Z Compiling document-features v0.2.12
15452026-06-05T17:03:50.214Z Compiling postgres-protocol v0.6.10
15462026-06-05T17:03:50.240Z Compiling nix v0.31.2
15472026-06-05T17:03:50.276Z Compiling zerocopy v0.7.35
15482026-06-05T17:03:50.417Z Compiling oxnet v0.1.5
15492026-06-05T17:03:50.431Z Compiling tokio-util v0.7.18
15502026-06-05T17:03:50.629Z Compiling tower v0.5.3
15512026-06-05T17:03:50.791Z Compiling tokio-native-tls v0.3.1
15522026-06-05T17:03:50.835Z Compiling group v0.13.0
15532026-06-05T17:03:50.850Z Compiling num-iter v0.1.45
15542026-06-05T17:03:50.986Z Compiling darling v0.21.3
15552026-06-05T17:03:51.003Z Compiling derive_builder v0.20.2
15562026-06-05T17:03:51.017Z Compiling goblin v0.8.2
15572026-06-05T17:03:51.035Z Compiling tower-http v0.6.8
15582026-06-05T17:03:51.084Z Compiling rand v0.8.6
15592026-06-05T17:03:51.124Z Compiling h2 v0.4.13
15602026-06-05T17:03:51.254Z Compiling futures-executor v0.3.32
15612026-06-05T17:03:51.269Z Compiling hubpack_derive v0.1.1
15622026-06-05T17:03:51.296Z Compiling hex v0.4.3
15632026-06-05T17:03:51.437Z Compiling newtype-uuid v1.3.2
15642026-06-05T17:03:51.541Z Compiling hkdf v0.12.4
15652026-06-05T17:03:51.556Z Compiling crypto-bigint v0.5.5
15662026-06-05T17:03:51.571Z Compiling regex v1.12.3
15672026-06-05T17:03:51.645Z Compiling snafu-derive v0.8.9
15682026-06-05T17:03:51.724Z Compiling daft-derive v0.1.7
15692026-06-05T17:03:51.754Z Compiling strum_macros v0.27.2
15702026-06-05T17:03:51.804Z Compiling ref-cast-impl v1.0.25
15712026-06-05T17:03:52.014Z Compiling curve25519-dalek-derive v0.1.1
15722026-06-05T17:03:52.424Z Compiling phf_shared v0.13.1
15732026-06-05T17:03:52.498Z Compiling terminal_size v0.4.3
15742026-06-05T17:03:52.514Z Compiling lazy_static v1.5.0
15752026-06-05T17:03:52.625Z Compiling anstyle-parse v0.2.7
15762026-06-05T17:03:52.661Z Compiling vergen v9.1.0
15772026-06-05T17:03:52.690Z Compiling cargo-platform v0.3.2
15782026-06-05T17:03:52.724Z Compiling fs-err v3.3.0
15792026-06-05T17:03:52.728Z Compiling ahash v0.8.12
15802026-06-05T17:03:52.728Z Compiling bitflags v1.3.2
15812026-06-05T17:03:52.832Z Compiling libbz2-rs-sys v0.2.2
15822026-06-05T17:03:52.848Z Compiling same-file v1.0.6
15832026-06-05T17:03:52.872Z Compiling flate2 v1.1.9
15842026-06-05T17:03:52.938Z Compiling managed v0.8.0
15852026-06-05T17:03:52.973Z Compiling bumpalo v3.20.2
15862026-06-05T17:03:52.992Z Compiling object v0.37.3
15872026-06-05T17:03:53.039Z Compiling winnow v0.5.40
15882026-06-05T17:03:53.176Z Compiling foldhash v0.2.0
15892026-06-05T17:03:53.247Z Compiling foldhash v0.1.5
15902026-06-05T17:03:53.267Z Compiling bzip2 v0.6.1
15912026-06-05T17:03:53.316Z Compiling zopfli v0.8.3
15922026-06-05T17:03:53.345Z Compiling dof v0.3.0
15932026-06-05T17:03:53.420Z Compiling hashbrown v0.15.5
15942026-06-05T17:03:53.447Z Compiling hashbrown v0.16.1
15952026-06-05T17:03:53.624Z Compiling walkdir v2.5.0
15962026-06-05T17:03:53.647Z Compiling snafu v0.8.9
15972026-06-05T17:03:53.743Z Compiling clap_builder v4.6.0
15982026-06-05T17:03:53.819Z Compiling strum v0.27.2
15992026-06-05T17:03:53.980Z Compiling cargo_metadata v0.23.1
16002026-06-05T17:03:54.017Z Compiling anstream v0.6.21
16012026-06-05T17:03:54.032Z Compiling daft v0.1.7
16022026-06-05T17:03:54.067Z Compiling phf v0.13.1
16032026-06-05T17:03:54.101Z Compiling signal-hook-mio v0.2.5
16042026-06-05T17:03:54.236Z Compiling hyper v1.8.1
16052026-06-05T17:03:54.251Z Compiling elliptic-curve v0.13.8
16062026-06-05T17:03:54.337Z Compiling toml_edit v0.19.15
16072026-06-05T17:03:54.477Z Compiling cookie_store v0.22.1
16082026-06-05T17:03:54.492Z Compiling hubpack v0.1.2
16092026-06-05T17:03:54.574Z Compiling usdt-attr-macro v0.6.0
16102026-06-05T17:03:54.675Z Compiling usdt-macro v0.6.0
16112026-06-05T17:03:54.690Z Compiling futures v0.3.32
16122026-06-05T17:03:54.733Z Compiling bzip2 v0.4.4
16132026-06-05T17:03:54.753Z Compiling serde_with_macros v3.17.0
16142026-06-05T17:03:54.804Z Compiling postgres-types v0.2.12
16152026-06-05T17:03:55.173Z Compiling dtrace-parser v0.2.0
16162026-06-05T17:03:55.238Z Compiling globset v0.4.18
16172026-06-05T17:03:55.378Z Compiling hyper-util v0.1.20
16182026-06-05T17:03:55.406Z Compiling ed25519 v2.2.3
16192026-06-05T17:03:55.438Z Compiling pkcs1 v0.7.5
16202026-06-05T17:03:55.486Z Compiling serde-big-array v0.5.1
16212026-06-05T17:03:55.683Z Compiling serde_plain v1.0.2
16222026-06-05T17:03:55.855Z Compiling zstd v0.13.3
16232026-06-05T17:03:55.871Z Compiling olpc-cjson v0.1.4
16242026-06-05T17:03:55.908Z Compiling rfc6979 v0.4.0
16252026-06-05T17:03:55.912Z Compiling clap_derive v4.6.1
16262026-06-05T17:03:55.962Z Compiling strum_macros v0.26.4
16272026-06-05T17:03:55.965Z Compiling async-recursion v1.1.1
16282026-06-05T17:03:55.991Z Compiling serde_repr v0.1.20
16292026-06-05T17:03:56.054Z Compiling enum-as-inner v0.6.1
16302026-06-05T17:03:56.069Z Compiling phf_shared v0.11.3
16312026-06-05T17:03:56.149Z Compiling float-cmp v0.10.0
16322026-06-05T17:03:56.211Z Compiling pem v3.0.6
16332026-06-05T17:03:56.346Z Compiling thread-id v4.2.2
16342026-06-05T17:03:56.374Z Compiling memmap2 v0.9.10
16352026-06-05T17:03:56.390Z Compiling env_filter v1.0.0
16362026-06-05T17:03:56.448Z Compiling precomputed-hash v0.1.1
16372026-06-05T17:03:56.565Z Compiling whoami v2.1.0
16382026-06-05T17:03:56.577Z Compiling static_assertions v1.1.0
16392026-06-05T17:03:56.640Z Compiling fixedbitset v0.4.2
16402026-06-05T17:03:56.644Z Compiling either v1.15.0
16412026-06-05T17:03:56.644Z Compiling difflib v0.4.0
16422026-06-05T17:03:56.671Z Compiling fixedbitset v0.5.7
16432026-06-05T17:03:56.735Z Compiling jiff v0.2.21
16442026-06-05T17:03:56.740Z Compiling keccak v0.1.6
16452026-06-05T17:03:56.830Z Compiling hyper-tls v0.6.0
16462026-06-05T17:03:56.867Z Compiling data-encoding v2.10.0
16472026-06-05T17:03:56.889Z Compiling typed-path v0.9.3
16482026-06-05T17:03:56.984Z Compiling normalize-line-endings v0.3.0
16492026-06-05T17:03:57.021Z Compiling new_debug_unreachable v1.0.6
16502026-06-05T17:03:57.056Z Compiling predicates-core v1.0.10
16512026-06-05T17:03:57.096Z Compiling string_cache v0.8.9
16522026-06-05T17:03:57.106Z Compiling sha3 v0.10.8
16532026-06-05T17:03:57.109Z Compiling petgraph v0.8.3
16542026-06-05T17:03:57.159Z Compiling toml_edit v0.22.27
16552026-06-05T17:03:57.235Z Compiling predicates v3.1.4
16562026-06-05T17:03:57.249Z Compiling hickory-proto v0.25.2
16572026-06-05T17:03:57.267Z Compiling itertools v0.13.0
16582026-06-05T17:03:57.354Z Compiling tokio-postgres v0.7.16
16592026-06-05T17:03:57.602Z Compiling petgraph v0.6.5
16602026-06-05T17:03:57.618Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-06-05T17:03:57.631Z Compiling env_logger v0.11.9
16622026-06-05T17:03:57.866Z Compiling strum v0.26.3
16632026-06-05T17:03:57.881Z Compiling clap v4.6.1
16642026-06-05T17:03:57.929Z Compiling usdt v0.6.0
16652026-06-05T17:03:57.983Z Compiling usdt-impl v0.5.0
16662026-06-05T17:03:58.018Z Compiling ecdsa v0.16.9
16672026-06-05T17:03:58.031Z Compiling serde_with v3.17.0
16682026-06-05T17:03:58.158Z Compiling crossterm v0.28.1
16692026-06-05T17:03:58.223Z Compiling rsa v0.9.10
16702026-06-05T17:03:58.450Z Compiling toml v0.7.8
16712026-06-05T17:03:58.563Z Compiling ed25519-dalek v2.2.0
16722026-06-05T17:03:59.085Z Compiling zip v0.6.6
16732026-06-05T17:03:59.152Z Compiling iddqd v0.4.2
16742026-06-05T17:03:59.527Z Compiling zip v4.6.1
16752026-06-05T17:03:59.687Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-05T17:03:59.703Z Compiling tokio-stream v0.1.18
16772026-06-05T17:03:59.806Z Compiling buf-list v1.1.2
16782026-06-05T17:03:59.824Z Compiling similar v2.7.0
16792026-06-05T17:03:59.850Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-05T17:04:00.001Z Compiling x509-cert v0.2.5
16812026-06-05T17:04:00.105Z Compiling openapiv3 v2.2.0
16822026-06-05T17:04:00.173Z Compiling sha1 v0.10.6
16832026-06-05T17:04:00.187Z Compiling crossbeam-epoch v0.9.18
16842026-06-05T17:04:00.209Z Compiling peg-runtime v0.8.5
16852026-06-05T17:04:00.252Z Compiling lalrpop-util v0.19.12
16862026-06-05T17:04:00.356Z Compiling thread_local v1.1.9
16872026-06-05T17:04:00.422Z Compiling slog-async v2.8.0
16882026-06-05T17:04:00.471Z Compiling crossbeam-channel v0.5.15
16892026-06-05T17:04:00.492Z Compiling is-terminal v0.4.17
16902026-06-05T17:04:00.528Z Compiling filetime v0.2.27
16912026-06-05T17:04:00.545Z Compiling term v1.2.1
16922026-06-05T17:04:00.565Z Compiling xattr v1.6.1
16932026-06-05T17:04:00.572Z Compiling take_mut v0.2.2
16942026-06-05T17:04:00.708Z Compiling tar v0.4.45
16952026-06-05T17:04:00.843Z Compiling slog-term v2.9.2
16962026-06-05T17:04:18.433Z Compiling rustls-webpki v0.103.9
16972026-06-05T17:04:21.250Z Compiling tokio-rustls v0.26.4
16982026-06-05T17:04:21.250Z Compiling rustls-platform-verifier v0.6.2
16992026-06-05T17:04:21.438Z Compiling hyper-rustls v0.27.7
17002026-06-05T17:04:21.651Z Compiling reqwest v0.12.28
17012026-06-05T17:04:21.689Z Compiling reqwest v0.13.2
17022026-06-05T17:04:22.868Z Compiling tough v0.22.0
17032026-06-05T17:04:25.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-05T17:04:25.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-05T17:04:28.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.14s
17062026-06-05T17:04:28.625Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-05T17:04:28.664ZJun 05 17:04:27.686 INFO Starting download, target: Cockroach
17082026-06-05T17:04:28.664ZJun 05 17:04:27.686 INFO Starting download, target: Clickhouse
17092026-06-05T17:04:28.698ZJun 05 17:04:27.686 INFO Starting download, target: Console
17102026-06-05T17:04:28.698ZJun 05 17:04:27.686 INFO Starting download, target: DendriteStub
17112026-06-05T17:04:28.699ZJun 05 17:04:27.686 INFO Starting download, target: MaghemiteMgd
17122026-06-05T17:04:28.699ZJun 05 17:04:27.686 INFO Starting download, target: TransceiverControl
17132026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-06-05T17:04:28.699ZJun 05 17:04:27.687 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-05T17:04:29.497ZJun 05 17:04:28.460 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-05T17:04:29.685ZJun 05 17:04:28.675 INFO Download complete, target: TransceiverControl
17212026-06-05T17:04:29.788ZJun 05 17:04:28.754 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-05T17:04:30.040ZJun 05 17:04:28.999 INFO Download complete, target: Console
17232026-06-05T17:04:31.632ZJun 05 17:04:30.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-05T17:04:31.679ZJun 05 17:04:30.702 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-06-05T17:04:31.839ZJun 05 17:04:30.830 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-06-05T17:04:32.845ZJun 05 17:04:31.858 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-05T17:04:32.845ZJun 05 17:04:31.858 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-05T17:04:34.281ZJun 05 17:04:33.304 INFO Download complete, target: DendriteStub
17292026-06-05T17:04:34.318ZJun 05 17:04:33.341 INFO Download complete, target: MaghemiteMgd
17302026-06-05T17:04:37.656ZJun 05 17:04:36.678 INFO Checking that binary works, target: Cockroach
17312026-06-05T17:04:38.465ZJun 05 17:04:37.488 INFO Download complete, target: Cockroach
17322026-06-05T17:04:38.631ZJun 05 17:04:37.643 INFO Checking that binary works, target: Clickhouse
17332026-06-05T17:04:38.925ZJun 05 17:04:37.945 INFO Download complete, target: Clickhouse
17342026-06-05T17:04:38.933ZAll prerequisites installed successfully
17352026-06-05T17:04:38.933Z
17362026-06-05T17:04:38.933Zreal 2:05.436592479
17372026-06-05T17:04:38.933Zuser 7:00.942063354
17382026-06-05T17:04:38.933Zsys 1:45.535055832
17392026-06-05T17:04:38.933Ztrap 0.191186071
17402026-06-05T17:04:38.933Ztflt 15.368472236
17412026-06-05T17:04:38.933Zdflt 15.928346711
17422026-06-05T17:04:38.933Zkflt 0.158504308
17432026-06-05T17:04:38.934Zlock 24:19.639188320
17442026-06-05T17:04:38.934Zslp 22:10.753029284
17452026-06-05T17:04:38.934Zlat 18.697413511
17462026-06-05T17:04:38.934Zstop 2:55.637199556
17472026-06-05T17:04:38.936Z+ ptime -m cargo xtask download softnpu
17482026-06-05T17:04:39.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17492026-06-05T17:04:39.992Z Running `target/debug/xtask download softnpu`
17502026-06-05T17:04:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17512026-06-05T17:04:40.379Z Running `target/debug/xtask-downloader softnpu`
17522026-06-05T17:04:40.402ZJun 05 17:04:39.408 INFO Starting download, target: Softnpu
17532026-06-05T17:04:40.426ZJun 05 17:04:39.409 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-05T17:04:41.811ZJun 05 17:04:40.827 INFO Download complete, target: Softnpu
17552026-06-05T17:04:41.830Z
17562026-06-05T17:04:41.830Zreal 2.873067521
17572026-06-05T17:04:41.830Zuser 1.366480547
17582026-06-05T17:04:41.831Zsys 0.670806110
17592026-06-05T17:04:41.831Ztrap 0.000608210
17602026-06-05T17:04:41.831Ztflt 0.000218710
17612026-06-05T17:04:41.831Zdflt 0.000141780
17622026-06-05T17:04:41.831Zkflt 0.000000000
17632026-06-05T17:04:41.831Zlock 26.175836261
17642026-06-05T17:04:41.831Zslp 1.275748424
17652026-06-05T17:04:41.831Zlat 0.095325231
17662026-06-05T17:04:41.831Zstop 0.000198770
17672026-06-05T17:04:41.831Z+ export CARGO_INCREMENTAL=0
17682026-06-05T17:04:41.831Z+ CARGO_INCREMENTAL=0
17692026-06-05T17:04:41.831Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-05T17:04:42.721Z Compiling proc-macro2 v1.0.106
17712026-06-05T17:04:42.721Z Compiling quote v1.0.45
17722026-06-05T17:04:42.721Z Compiling unicode-ident v1.0.24
17732026-06-05T17:04:42.721Z Compiling libc v0.2.185
17742026-06-05T17:04:42.762Z Compiling serde_core v1.0.228
17752026-06-05T17:04:42.762Z Compiling serde v1.0.228
17762026-06-05T17:04:42.762Z Compiling cfg-if v1.0.4
17772026-06-05T17:04:42.762Z Compiling version_check v0.9.5
17782026-06-05T17:04:42.762Z Compiling find-msvc-tools v0.1.9
17792026-06-05T17:04:42.762Z Compiling shlex v1.3.0
17802026-06-05T17:04:42.890Z Compiling typenum v1.19.0
17812026-06-05T17:04:42.967Z Compiling zmij v1.0.21
17822026-06-05T17:04:42.967Z Compiling autocfg v1.5.0
17832026-06-05T17:04:42.967Z Compiling serde_json v1.0.149
17842026-06-05T17:04:42.967Z Compiling memchr v2.8.0
17852026-06-05T17:04:43.073Z Compiling portable-atomic v1.13.1
17862026-06-05T17:04:43.089Z Compiling libm v0.2.16
17872026-06-05T17:04:43.199Z Compiling zerocopy v0.8.40
17882026-06-05T17:04:43.323Z Compiling generic-array v0.14.7
17892026-06-05T17:04:43.404Z Compiling smallvec v1.15.1
17902026-06-05T17:04:43.454Z Compiling parking_lot_core v0.9.12
17912026-06-05T17:04:43.487Z Compiling icu_normalizer_data v2.1.1
17922026-06-05T17:04:43.504Z Compiling icu_properties_data v2.1.2
17932026-06-05T17:04:43.504Z Compiling itoa v1.0.17
17942026-06-05T17:04:43.505Z Compiling getrandom v0.4.1
17952026-06-05T17:04:43.588Z Compiling num-traits v0.2.19
17962026-06-05T17:04:43.637Z Compiling log v0.4.29
17972026-06-05T17:04:43.659Z Compiling stable_deref_trait v1.2.1
17982026-06-05T17:04:43.688Z Compiling pkg-config v0.3.32
17992026-06-05T17:04:43.785Z Compiling subtle v2.6.1
18002026-06-05T17:04:43.837Z Compiling scopeguard v1.2.0
18012026-06-05T17:04:43.940Z Compiling jobserver v0.1.34
18022026-06-05T17:04:43.975Z Compiling getrandom v0.2.17
18032026-06-05T17:04:43.975Z Compiling errno v0.3.14
18042026-06-05T17:04:44.001Z Compiling lock_api v0.4.14
18052026-06-05T17:04:44.076Z Compiling rand_core v0.6.4
18062026-06-05T17:04:44.114Z Compiling cc v1.2.56
18072026-06-05T17:04:44.195Z Compiling writeable v0.6.2
18082026-06-05T17:04:44.209Z Compiling percent-encoding v2.3.2
18092026-06-05T17:04:44.218Z Compiling litemap v0.8.1
18102026-06-05T17:04:44.288Z Compiling syn v2.0.117
18112026-06-05T17:04:44.307Z Compiling pin-project-lite v0.2.17
18122026-06-05T17:04:44.320Z Compiling fnv v1.0.7
18132026-06-05T17:04:44.433Z Compiling thiserror v2.0.18
18142026-06-05T17:04:44.499Z Compiling getrandom v0.3.4
18152026-06-05T17:04:44.527Z Compiling dunce v1.0.5
18162026-06-05T17:04:44.527Z Compiling fs_extra v1.3.0
18172026-06-05T17:04:44.607Z Compiling equivalent v1.0.2
18182026-06-05T17:04:44.642Z Compiling rand_core v0.10.0
18192026-06-05T17:04:44.642Z Compiling rustversion v1.0.22
18202026-06-05T17:04:44.679Z Compiling utf8_iter v1.0.4
18212026-06-05T17:04:44.686Z Compiling schemars v0.8.22
18222026-06-05T17:04:44.755Z Compiling form_urlencoded v1.2.2
18232026-06-05T17:04:44.829Z Compiling critical-section v1.2.0
18242026-06-05T17:04:45.266Z Compiling cmake v0.1.57
18252026-06-05T17:04:45.295Z Compiling signal-hook-registry v1.4.8
18262026-06-05T17:04:45.295Z Compiling rustix v1.1.3
18272026-06-05T17:04:45.295Z Compiling hashbrown v0.17.0
18282026-06-05T17:04:45.295Z Compiling mio v1.2.0
18292026-06-05T17:04:45.295Z Compiling once_cell v1.21.3
18302026-06-05T17:04:45.426Z Compiling bitflags v2.11.0
18312026-06-05T17:04:45.448Z Compiling semver v1.0.28
18322026-06-05T17:04:45.495Z Compiling parking_lot v0.12.5
18332026-06-05T17:04:45.511Z Compiling socket2 v0.6.3
18342026-06-05T17:04:45.545Z Compiling ring v0.17.14
18352026-06-05T17:04:45.563Z Compiling aws-lc-sys v0.40.0
18362026-06-05T17:04:45.624Z Compiling indexmap v2.14.0
18372026-06-05T17:04:45.644Z Compiling const-oid v0.9.6
18382026-06-05T17:04:45.783Z Compiling aws-lc-rs v1.16.3
18392026-06-05T17:04:45.793Z Compiling futures-core v0.3.32
18402026-06-05T17:04:45.888Z Compiling httparse v1.10.1
18412026-06-05T17:04:45.972Z Compiling vcpkg v0.2.15
18422026-06-05T17:04:45.986Z Compiling thiserror v1.0.69
18432026-06-05T17:04:46.001Z Compiling strsim v0.11.1
18442026-06-05T17:04:46.272Z Compiling byteorder v1.5.0
18452026-06-05T17:04:46.295Z Compiling ucd-trie v0.1.7
18462026-06-05T17:04:46.318Z Compiling iana-time-zone v0.1.65
18472026-06-05T17:04:46.365Z Compiling regex-syntax v0.8.10
18482026-06-05T17:04:46.399Z Compiling heck v0.5.0
18492026-06-05T17:04:46.409Z Compiling syn v1.0.109
18502026-06-05T17:04:46.409Z Compiling ident_case v1.0.1
18512026-06-05T17:04:46.440Z Compiling uuid v1.23.0
18522026-06-05T17:04:46.463Z Compiling rustls v0.23.37
18532026-06-05T17:04:46.492Z Compiling pest v2.8.6
18542026-06-05T17:04:46.536Z Compiling openssl-sys v0.9.115
18552026-06-05T17:04:46.584Z Compiling cpufeatures v0.2.17
18562026-06-05T17:04:47.018Z Compiling futures-sink v0.3.32
18572026-06-05T17:04:47.036Z Compiling rustc_version v0.4.1
18582026-06-05T17:04:47.036Z Compiling futures-channel v0.3.32
18592026-06-05T17:04:47.037Z Compiling futures-task v0.3.32
18602026-06-05T17:04:47.151Z Compiling slab v0.4.12
18612026-06-05T17:04:47.151Z Compiling futures-io v0.3.32
18622026-06-05T17:04:47.232Z Compiling aho-corasick v1.1.4
18632026-06-05T17:04:47.232Z Compiling synstructure v0.13.2
18642026-06-05T17:04:47.232Z Compiling serde_derive_internals v0.29.1
18652026-06-05T17:04:47.268Z Compiling dyn-clone v1.0.20
18662026-06-05T17:04:47.449Z Compiling plain v0.2.3
18672026-06-05T17:04:47.473Z Compiling crc32fast v1.5.0
18682026-06-05T17:04:47.487Z Compiling openssl v0.10.79
18692026-06-05T17:04:47.581Z Compiling pest_meta v2.8.6
18702026-06-05T17:04:47.595Z Compiling base64 v0.22.1
18712026-06-05T17:04:47.673Z Compiling time-core v0.1.8
18722026-06-05T17:04:47.692Z Compiling crossbeam-utils v0.8.21
18732026-06-05T17:04:47.779Z Compiling num-conv v0.2.0
18742026-06-05T17:04:47.906Z Compiling native-tls v0.2.18
18752026-06-05T17:04:47.923Z Compiling pretty-hex v0.4.1
18762026-06-05T17:04:47.942Z Compiling time-macros v0.2.27
18772026-06-05T17:04:47.957Z Compiling regex-automata v0.4.14
18782026-06-05T17:04:48.014Z Compiling anyhow v1.0.102
18792026-06-05T17:04:48.045Z Compiling base64ct v1.8.3
18802026-06-05T17:04:48.112Z Compiling darling_core v0.21.3
18812026-06-05T17:04:48.152Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-06-05T17:04:48.174Z Compiling pest_generator v2.8.6
18832026-06-05T17:04:48.191Z Compiling tracing-core v0.1.36
18842026-06-05T17:04:48.330Z Compiling pem-rfc7468 v0.7.0
18852026-06-05T17:04:48.390Z Compiling serde_derive v1.0.228
18862026-06-05T17:04:48.488Z Compiling zeroize_derive v1.4.3
18872026-06-05T17:04:48.557Z Compiling zerofrom-derive v0.1.6
18882026-06-05T17:04:48.570Z Compiling yoke-derive v0.8.1
18892026-06-05T17:04:48.598Z Compiling zerovec-derive v0.11.2
18902026-06-05T17:04:48.619Z Compiling displaydoc v0.2.5
18912026-06-05T17:04:48.810Z Compiling zerocopy-derive v0.8.40
18922026-06-05T17:04:48.871Z Compiling tokio-macros v2.7.0
18932026-06-05T17:04:49.271Z Compiling futures-macro v0.3.32
18942026-06-05T17:04:49.374Z Compiling zeroize v1.8.2
18952026-06-05T17:04:49.429Z Compiling thiserror-impl v2.0.18
18962026-06-05T17:04:49.572Z Compiling schemars_derive v0.8.22
18972026-06-05T17:04:49.588Z Compiling tracing-attributes v0.1.31
18982026-06-05T17:04:49.704Z Compiling der_derive v0.7.3
18992026-06-05T17:04:49.725Z Compiling zerofrom v0.1.6
19002026-06-05T17:04:49.865Z Compiling yoke v0.8.1
19012026-06-05T17:04:49.897Z Compiling crypto-common v0.1.7
19022026-06-05T17:04:50.079Z Compiling zerovec v0.11.5
19032026-06-05T17:04:50.108Z Compiling zerotrie v0.2.3
19042026-06-05T17:04:50.139Z Compiling block-buffer v0.10.4
19052026-06-05T17:04:50.274Z Compiling digest v0.10.7
19062026-06-05T17:04:50.531Z Compiling thiserror-impl v1.0.69
19072026-06-05T17:04:50.589Z Compiling pest_derive v2.8.6
19082026-06-05T17:04:50.604Z Compiling tinystr v0.8.2
19092026-06-05T17:04:50.622Z Compiling potential_utf v0.1.4
19102026-06-05T17:04:50.684Z Compiling futures-util v0.3.32
19112026-06-05T17:04:50.780Z Compiling icu_collections v2.1.1
19122026-06-05T17:04:50.807Z Compiling icu_locale_core v2.1.1
19132026-06-05T17:04:50.869Z Compiling hmac v0.12.1
19142026-06-05T17:04:51.079Z Compiling block-padding v0.3.3
19152026-06-05T17:04:51.250Z Compiling inout v0.1.4
19162026-06-05T17:04:51.414Z Compiling rustls-pki-types v1.14.0
19172026-06-05T17:04:51.493Z Compiling openssl-macros v0.1.1
19182026-06-05T17:04:51.525Z Compiling icu_provider v2.1.1
19192026-06-05T17:04:51.594Z Compiling cipher v0.4.4
19202026-06-05T17:04:51.652Z Compiling bytes v1.11.1
19212026-06-05T17:04:51.736Z Compiling chrono v0.4.44
19222026-06-05T17:04:51.967Z Compiling icu_normalizer v2.1.1
19232026-06-05T17:04:51.979Z Compiling icu_properties v2.1.2
19242026-06-05T17:04:51.979Z Compiling serde_tokenstream v0.2.3
19252026-06-05T17:04:52.212Z Compiling tokio v1.52.1
19262026-06-05T17:04:52.573Z Compiling sha2 v0.10.9
19272026-06-05T17:04:52.795Z Compiling idna_adapter v1.2.1
19282026-06-05T17:04:52.975Z Compiling idna v1.1.0
19292026-06-05T17:04:53.056Z Compiling scroll_derive v0.12.1
19302026-06-05T17:04:53.168Z Compiling ppv-lite86 v0.2.21
19312026-06-05T17:04:53.333Z Compiling url v2.5.8
19322026-06-05T17:04:53.363Z Compiling scroll_derive v0.13.1
19332026-06-05T17:04:53.435Z Compiling http v1.4.0
19342026-06-05T17:04:53.522Z Compiling flagset v0.4.7
19352026-06-05T17:04:53.579Z Compiling untrusted v0.9.0
19362026-06-05T17:04:53.680Z Compiling der v0.7.10
19372026-06-05T17:04:53.742Z Compiling tracing v0.1.44
19382026-06-05T17:04:53.992Z Compiling darling_macro v0.21.3
19392026-06-05T17:04:54.256Z Compiling regex v1.12.3
19402026-06-05T17:04:54.275Z Compiling zerocopy-derive v0.7.35
19412026-06-05T17:04:54.391Z Compiling rand_core v0.9.5
19422026-06-05T17:04:54.499Z Compiling slog v2.8.2
19432026-06-05T17:04:54.854Z Compiling spki v0.7.3
19442026-06-05T17:04:54.955Z Compiling darling v0.21.3
19452026-06-05T17:04:55.014Z Compiling salsa20 v0.10.2
19462026-06-05T17:04:55.041Z Compiling pbkdf2 v0.12.2
19472026-06-05T17:04:55.372Z Compiling cookie v0.18.1
19482026-06-05T17:04:55.511Z Compiling camino v1.2.2
19492026-06-05T17:04:55.797Z Compiling scrypt v0.11.0
19502026-06-05T17:04:55.836Z Compiling rand_chacha v0.9.0
19512026-06-05T17:04:55.866Z Compiling http-body v1.0.1
19522026-06-05T17:04:55.998Z Compiling aes v0.8.4
19532026-06-05T17:04:56.020Z Compiling cbc v0.1.2
19542026-06-05T17:04:56.047Z Compiling tokio-util v0.7.18
19552026-06-05T17:04:56.144Z Compiling usdt-impl v0.5.0
19562026-06-05T17:04:56.185Z Compiling paste v1.0.15
19572026-06-05T17:04:56.202Z Compiling openssl-probe v0.2.1
19582026-06-05T17:04:56.227Z Compiling winnow v0.7.14
19592026-06-05T17:04:56.292Z Compiling atomic-waker v1.1.2
19602026-06-05T17:04:56.387Z Compiling either v1.15.0
19612026-06-05T17:04:56.403Z Compiling ref-cast v1.0.25
19622026-06-05T17:04:56.451Z Compiling untrusted v0.7.1
19632026-06-05T17:04:56.509Z Compiling usdt-impl v0.6.0
19642026-06-05T17:04:56.620Z Compiling unicode-segmentation v1.12.0
19652026-06-05T17:04:56.712Z Compiling tinyvec_macros v0.1.1
19662026-06-05T17:04:56.757Z Compiling pkcs5 v0.7.1
19672026-06-05T17:04:56.816Z Compiling tinyvec v1.10.0
19682026-06-05T17:04:57.035Z Compiling rand v0.9.2
19692026-06-05T17:04:57.231Z Compiling scroll v0.13.0
19702026-06-05T17:04:57.412Z Compiling scroll v0.12.0
19712026-06-05T17:04:57.445Z Compiling serde_spanned v0.6.9
19722026-06-05T17:04:57.463Z Compiling toml_datetime v0.6.11
19732026-06-05T17:04:57.482Z Compiling async-trait v0.1.89
19742026-06-05T17:04:57.520Z Compiling heapless v0.7.17
19752026-06-05T17:04:57.653Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-05T17:04:57.711Z Compiling try-lock v0.2.5
19772026-06-05T17:04:57.793Z Compiling tower-layer v0.3.3
19782026-06-05T17:04:57.861Z Compiling tower-service v0.3.3
19792026-06-05T17:04:57.936Z Compiling signal-hook v0.3.18
19802026-06-05T17:04:57.964Z Compiling fastrand v2.3.0
19812026-06-05T17:04:57.975Z Compiling zstd-safe v7.2.4
19822026-06-05T17:04:57.993Z Compiling want v0.3.1
19832026-06-05T17:04:58.144Z Compiling h2 v0.4.13
19842026-06-05T17:04:58.196Z Compiling goblin v0.8.2
19852026-06-05T17:04:58.210Z Compiling toml_parser v1.0.9+spec-1.1.0
19862026-06-05T17:04:58.215Z Compiling goblin v0.10.5
19872026-06-05T17:04:58.310Z Compiling pkcs8 v0.10.2
19882026-06-05T17:04:58.394Z Compiling heck v0.4.1
19892026-06-05T17:04:58.611Z Compiling zerocopy v0.7.35
19902026-06-05T17:04:58.628Z Compiling ipnet v2.11.0
19912026-06-05T17:04:58.793Z Compiling ref-cast-impl v1.0.25
19922026-06-05T17:04:58.943Z Compiling darling_core v0.20.11
19932026-06-05T17:04:59.086Z Compiling curve25519-dalek v4.1.3
19942026-06-05T17:04:59.207Z Compiling memoffset v0.9.1
19952026-06-05T17:04:59.350Z Compiling httpdate v1.0.3
19962026-06-05T17:04:59.370Z Compiling foreign-types-shared v0.1.1
19972026-06-05T17:04:59.455Z Compiling litrs v1.0.0
19982026-06-05T17:04:59.601Z Compiling pin-utils v0.1.0
19992026-06-05T17:04:59.691Z Compiling utf8parse v0.2.2
20002026-06-05T17:04:59.904Z Compiling rustix v0.38.44
20012026-06-05T17:04:59.942Z Compiling winnow v0.5.40
20022026-06-05T17:04:59.986Z Compiling document-features v0.2.12
20032026-06-05T17:05:00.052Z Compiling foreign-types v0.3.2
20042026-06-05T17:05:00.316Z Compiling tempfile v3.25.0
20052026-06-05T17:05:00.535Z Compiling dof v0.3.0
20062026-06-05T17:05:00.567Z Compiling unicode-normalization v0.1.25
20072026-06-05T17:05:00.831Z Compiling dtrace-parser v0.2.0
20082026-06-05T17:05:00.999Z Compiling darling_macro v0.20.11
20092026-06-05T17:05:01.021Z Compiling dof v0.4.0
20102026-06-05T17:05:01.173Z Compiling dtrace-parser v0.3.0
20112026-06-05T17:05:01.361Z Compiling toml_edit v0.19.15
20122026-06-05T17:05:01.385Z Compiling hyper v1.8.1
20132026-06-05T17:05:01.419Z Compiling daft-derive v0.1.7
20142026-06-05T17:05:01.452Z Compiling pin-project-internal v1.1.11
20152026-06-05T17:05:01.573Z Compiling spin v0.9.8
20162026-06-05T17:05:01.588Z Compiling thread-id v5.1.0
20172026-06-05T17:05:01.606Z Compiling thread-id v4.2.2
20182026-06-05T17:05:01.689Z Compiling anstyle v1.0.14
20192026-06-05T17:05:01.709Z Compiling cfg_aliases v0.2.1
20202026-06-05T17:05:01.787Z Compiling num-bigint-dig v0.8.6
20212026-06-05T17:05:01.805Z Compiling powerfmt v0.2.0
20222026-06-05T17:05:01.811Z Compiling smoltcp v0.9.1
20232026-06-05T17:05:02.007Z Compiling deranged v0.5.8
20242026-06-05T17:05:02.034Z Compiling nix v0.31.2
20252026-06-05T17:05:02.417Z Compiling darling v0.20.11
20262026-06-05T17:05:02.497Z Compiling hyper-util v0.1.20
20272026-06-05T17:05:02.775Z Compiling rustls-native-certs v0.8.3
20282026-06-05T17:05:02.789Z Compiling ipnetwork v0.21.1
20292026-06-05T17:05:03.022Z Compiling strum_macros v0.26.4
20302026-06-05T17:05:03.138Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-05T17:05:03.318Z Compiling sync_wrapper v1.0.2
20322026-06-05T17:05:03.395Z Compiling wait-timeout v0.2.1
20332026-06-05T17:05:03.642Z Compiling colorchoice v1.0.4
20342026-06-05T17:05:03.782Z Compiling is_terminal_polyfill v1.70.2
20352026-06-05T17:05:03.836Z Compiling siphasher v1.0.2
20362026-06-05T17:05:03.887Z Compiling quick-error v1.2.3
20372026-06-05T17:05:03.902Z Compiling anstyle-query v1.1.5
20382026-06-05T17:05:04.021Z Compiling simd-adler32 v0.3.8
20392026-06-05T17:05:04.037Z Compiling num_threads v0.1.7
20402026-06-05T17:05:04.066Z Compiling bit-vec v0.8.0
20412026-06-05T17:05:04.186Z Compiling time v0.3.47
20422026-06-05T17:05:04.279Z Compiling bit-set v0.8.0
20432026-06-05T17:05:04.311Z Compiling rusty-fork v0.3.1
20442026-06-05T17:05:04.506Z Compiling tower v0.5.3
20452026-06-05T17:05:04.713Z Compiling derive_builder_core v0.20.2
20462026-06-05T17:05:04.785Z Compiling snafu-derive v0.8.9
20472026-06-05T17:05:05.008Z Compiling http-body-util v0.1.3
20482026-06-05T17:05:05.181Z Compiling webpki-roots v1.0.6
20492026-06-05T17:05:05.315Z Compiling rand_xorshift v0.4.0
20502026-06-05T17:05:05.331Z Compiling signature v2.2.0
20512026-06-05T17:05:05.331Z Compiling hubpack_derive v0.1.1
20522026-06-05T17:05:05.483Z Compiling strum_macros v0.27.2
20532026-06-05T17:05:05.576Z Compiling fs-err v3.3.0
20542026-06-05T17:05:05.710Z Compiling ahash v0.8.12
20552026-06-05T17:05:05.743Z Compiling encoding_rs v0.8.35
20562026-06-05T17:05:05.832Z Compiling allocator-api2 v0.2.21
20572026-06-05T17:05:05.911Z Compiling unicode-bidi v0.3.18
20582026-06-05T17:05:06.333Z Compiling ryu v1.0.23
20592026-06-05T17:05:06.393Z Compiling unarray v0.1.4
20602026-06-05T17:05:06.393Z Compiling adler2 v2.0.1
20612026-06-05T17:05:06.393Z Compiling mime v0.3.17
20622026-06-05T17:05:06.436Z Compiling unicode-properties v0.1.4
20632026-06-05T17:05:06.436Z Compiling iri-string v0.7.10
20642026-06-05T17:05:06.480Z Compiling object v0.37.3
20652026-06-05T17:05:06.480Z Compiling serde_urlencoded v0.7.1
20662026-06-05T17:05:06.503Z Compiling miniz_oxide v0.8.9
20672026-06-05T17:05:06.527Z Compiling proptest v1.10.0
20682026-06-05T17:05:06.591Z Compiling stringprep v0.1.5
20692026-06-05T17:05:06.982Z Compiling derive_builder_macro v0.20.2
20702026-06-05T17:05:07.085Z Compiling tokio-native-tls v0.3.1
20712026-06-05T17:05:07.122Z Compiling usdt-attr-macro v0.6.0
20722026-06-05T17:05:07.215Z Compiling usdt-macro v0.6.0
20732026-06-05T17:05:07.441Z Compiling anstyle-parse v1.0.0
20742026-06-05T17:05:07.512Z Compiling tower-http v0.6.8
20752026-06-05T17:05:07.766Z Compiling rand_chacha v0.3.1
20762026-06-05T17:05:07.784Z Compiling erased-serde v0.3.31
20772026-06-05T17:05:07.810Z Compiling md-5 v0.10.6
20782026-06-05T17:05:07.822Z Compiling bstr v1.12.1
20792026-06-05T17:05:07.951Z Compiling num-integer v0.1.46
20802026-06-05T17:05:07.967Z Compiling hash32 v0.2.1
20812026-06-05T17:05:07.985Z Compiling vergen-lib v9.1.0
20822026-06-05T17:05:08.151Z Compiling ff v0.13.1
20832026-06-05T17:05:08.210Z Compiling fallible-iterator v0.2.0
20842026-06-05T17:05:08.291Z Compiling psl-types v2.0.11
20852026-06-05T17:05:08.307Z Compiling base16ct v0.2.0
20862026-06-05T17:05:08.323Z Compiling zlib-rs v0.6.2
20872026-06-05T17:05:08.455Z Compiling sec1 v0.7.3
20882026-06-05T17:05:08.467Z Compiling publicsuffix v2.3.0
20892026-06-05T17:05:08.487Z Compiling group v0.13.0
20902026-06-05T17:05:08.556Z Compiling postgres-protocol v0.6.10
20912026-06-05T17:05:08.589Z Compiling newtype-uuid v1.3.2
20922026-06-05T17:05:08.715Z Compiling num-iter v0.1.45
20932026-06-05T17:05:08.953Z Compiling rand v0.8.6
20942026-06-05T17:05:09.403Z Compiling anstream v1.0.0
20952026-06-05T17:05:09.484Z Compiling oxnet v0.1.5
20962026-06-05T17:05:09.531Z Compiling derive_builder v0.20.2
20972026-06-05T17:05:09.612Z Compiling hyper-tls v0.6.0
20982026-06-05T17:05:09.679Z Compiling phf_shared v0.13.1
20992026-06-05T17:05:09.774Z Compiling pin-project v1.1.11
21002026-06-05T17:05:09.879Z Compiling lazy_static v1.5.0
21012026-06-05T17:05:09.930Z Compiling anstyle-parse v0.2.7
21022026-06-05T17:05:10.016Z Compiling terminal_size v0.4.3
21032026-06-05T17:05:10.729Z Compiling serde_with_macros v3.17.0
21042026-06-05T17:05:10.902Z Compiling futures-executor v0.3.32
21052026-06-05T17:05:10.902Z Compiling hex v0.4.3
21062026-06-05T17:05:10.902Z Compiling hkdf v0.12.4
21072026-06-05T17:05:10.902Z Compiling crypto-bigint v0.5.5
21082026-06-05T17:05:10.902Z Compiling serde_repr v0.1.20
21092026-06-05T17:05:10.902Z Compiling enum-as-inner v0.6.1
21102026-06-05T17:05:10.902Z Compiling flate2 v1.1.9
21112026-06-05T17:05:10.902Z Compiling clap_derive v4.6.1
21122026-06-05T17:05:10.902Z Compiling async-recursion v1.1.1
21132026-06-05T17:05:10.902Z Compiling vergen v9.1.0
21142026-06-05T17:05:10.998Z Compiling cargo-platform v0.3.2
21152026-06-05T17:05:10.998Z Compiling libbz2-rs-sys v0.2.2
21162026-06-05T17:05:11.042Z Compiling foldhash v0.1.5
21172026-06-05T17:05:11.042Z Compiling foldhash v0.2.0
21182026-06-05T17:05:11.102Z Compiling same-file v1.0.6
21192026-06-05T17:05:11.118Z Compiling bitflags v1.3.2
21202026-06-05T17:05:11.292Z Compiling managed v0.8.0
21212026-06-05T17:05:11.311Z Compiling clap_lex v1.0.0
21222026-06-05T17:05:11.311Z Compiling bumpalo v3.20.2
21232026-06-05T17:05:11.369Z Compiling bzip2 v0.6.1
21242026-06-05T17:05:11.407Z Compiling clap_builder v4.6.0
21252026-06-05T17:05:11.488Z Compiling elliptic-curve v0.13.8
21262026-06-05T17:05:11.522Z Compiling zopfli v0.8.3
21272026-06-05T17:05:11.560Z Compiling walkdir v2.5.0
21282026-06-05T17:05:11.608Z Compiling hashbrown v0.16.1
21292026-06-05T17:05:11.772Z Compiling hashbrown v0.15.5
21302026-06-05T17:05:11.834Z Compiling cargo_metadata v0.23.1
21312026-06-05T17:05:12.118Z Compiling futures v0.3.32
21322026-06-05T17:05:12.199Z Compiling anstream v0.6.21
21332026-06-05T17:05:12.344Z Compiling zstd v0.13.3
21342026-06-05T17:05:12.457Z Compiling phf v0.13.1
21352026-06-05T17:05:12.500Z Compiling snafu v0.8.9
21362026-06-05T17:05:12.628Z Compiling daft v0.1.7
21372026-06-05T17:05:12.682Z Compiling signal-hook-mio v0.2.5
21382026-06-05T17:05:12.775Z Compiling cookie_store v0.22.1
21392026-06-05T17:05:12.861Z Compiling postgres-types v0.2.12
21402026-06-05T17:05:12.935Z Compiling bzip2 v0.4.4
21412026-06-05T17:05:13.025Z Compiling globset v0.4.18
21422026-06-05T17:05:13.086Z Compiling strum v0.27.2
21432026-06-05T17:05:13.317Z Compiling hubpack v0.1.2
21442026-06-05T17:05:13.415Z Compiling ed25519 v2.2.3
21452026-06-05T17:05:13.450Z Compiling phf_shared v0.11.3
21462026-06-05T17:05:13.474Z Compiling crossbeam-epoch v0.9.18
21472026-06-05T17:05:13.515Z Compiling olpc-cjson v0.1.4
21482026-06-05T17:05:14.116Z Compiling pkcs1 v0.7.5
21492026-06-05T17:05:14.316Z Compiling pem v3.0.6
21502026-06-05T17:05:14.316Z Compiling serde-big-array v0.5.1
21512026-06-05T17:05:14.316Z Compiling serde_plain v1.0.2
21522026-06-05T17:05:14.316Z Compiling rfc6979 v0.4.0
21532026-06-05T17:05:14.316Z Compiling float-cmp v0.10.0
21542026-06-05T17:05:14.316Z Compiling memmap2 v0.9.10
21552026-06-05T17:05:14.316Z Compiling env_filter v1.0.0
21562026-06-05T17:05:14.316Z Compiling whoami v2.1.0
21572026-06-05T17:05:14.317Z Compiling typed-path v0.9.3
21582026-06-05T17:05:14.317Z Compiling new_debug_unreachable v1.0.6
21592026-06-05T17:05:14.317Z Compiling keccak v0.1.6
21602026-06-05T17:05:14.317Z Compiling normalize-line-endings v0.3.0
21612026-06-05T17:05:14.402Z Compiling toml_write v0.1.2
21622026-06-05T17:05:14.402Z Compiling difflib v0.4.0
21632026-06-05T17:05:14.402Z Compiling precomputed-hash v0.1.1
21642026-06-05T17:05:14.402Z Compiling fixedbitset v0.4.2
21652026-06-05T17:05:14.402Z Compiling jiff v0.2.21
21662026-06-05T17:05:14.402Z Compiling static_assertions v1.1.0
21672026-06-05T17:05:14.402Z Compiling predicates-core v1.0.10
21682026-06-05T17:05:14.402Z Compiling fixedbitset v0.5.7
21692026-06-05T17:05:14.476Z Compiling data-encoding v2.10.0
21702026-06-05T17:05:14.476Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21712026-06-05T17:05:14.527Z Compiling predicates v3.1.4
21722026-06-05T17:05:14.545Z Compiling petgraph v0.6.5
21732026-06-05T17:05:14.627Z Compiling petgraph v0.8.3
21742026-06-05T17:05:14.636Z Compiling string_cache v0.8.9
21752026-06-05T17:05:14.649Z Compiling toml_edit v0.22.27
21762026-06-05T17:05:14.898Z Compiling hickory-proto v0.25.2
21772026-06-05T17:05:14.943Z Compiling sha3 v0.10.8
21782026-06-05T17:05:15.078Z Compiling tokio-postgres v0.7.16
21792026-06-05T17:05:15.173Z Compiling env_logger v0.11.9
21802026-06-05T17:05:15.394Z Compiling usdt v0.6.0
21812026-06-05T17:05:15.579Z Compiling ecdsa v0.16.9
21822026-06-05T17:05:15.667Z Compiling rsa v0.9.10
21832026-06-05T17:05:15.979Z Compiling ed25519-dalek v2.2.0
21842026-06-05T17:05:16.464Z Compiling crossterm v0.28.1
21852026-06-05T17:05:16.605Z Compiling zip v0.6.6
21862026-06-05T17:05:16.652Z Compiling clap v4.6.1
21872026-06-05T17:05:17.086Z Compiling zip v4.6.1
21882026-06-05T17:05:17.843Z Compiling iddqd v0.4.2
21892026-06-05T17:05:18.044Z Compiling serde_with v3.17.0
21902026-06-05T17:05:18.044Z Compiling similar v2.7.0
21912026-06-05T17:05:18.045Z Compiling strum v0.26.3
21922026-06-05T17:05:18.045Z Compiling toml v0.7.8
21932026-06-05T17:05:18.045Z Compiling tokio-stream v0.1.18
21942026-06-05T17:05:18.045Z Compiling itertools v0.13.0
21952026-06-05T17:05:18.135Z Compiling buf-list v1.1.2
21962026-06-05T17:05:18.260Z Compiling x509-cert v0.2.5
21972026-06-05T17:05:19.940Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-05T17:05:20.077Z Compiling openapiv3 v2.2.0
21992026-06-05T17:05:20.077Z Compiling sha1 v0.10.6
22002026-06-05T17:05:20.077Z Compiling peg-runtime v0.8.5
22012026-06-05T17:05:20.077Z Compiling lalrpop-util v0.19.12
22022026-06-05T17:05:33.828Z Compiling rustls-webpki v0.103.9
22032026-06-05T17:05:35.656Z Compiling macaddr v1.0.1
22042026-06-05T17:05:35.693Z Compiling structmeta-derive v0.3.0
22052026-06-05T17:05:35.729Z Compiling rayon-core v1.13.0
22062026-06-05T17:05:35.915Z Compiling crucible-workspace-hack v0.1.0
22072026-06-05T17:05:35.985Z Compiling itertools v0.14.0
22082026-06-05T17:05:36.023Z Compiling secrecy v0.10.3
22092026-06-05T17:05:36.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-05T17:05:36.182Z Compiling heapless v0.8.0
22112026-06-05T17:05:36.248Z Compiling rustls v0.22.4
22122026-06-05T17:05:36.429Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-05T17:05:36.526Z Compiling crossbeam-deque v0.8.6
22142026-06-05T17:05:36.552Z Compiling rustls-webpki v0.102.8
22152026-06-05T17:05:36.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-06-05T17:05:36.709Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-06-05T17:05:36.733Z Compiling hash32 v0.3.1
22182026-06-05T17:05:36.733Z Compiling multer v3.1.0
22192026-06-05T17:05:36.753Z Compiling structmeta v0.3.0
22202026-06-05T17:05:36.753Z Compiling thread_local v1.1.9
22212026-06-05T17:05:36.788Z Compiling compression-core v0.4.31
22222026-06-05T17:05:36.826Z Compiling slog-async v2.8.0
22232026-06-05T17:05:36.881Z Compiling unicode-width v0.2.0
22242026-06-05T17:05:36.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-05T17:05:36.992Z Compiling match_cfg v0.1.0
22262026-06-05T17:05:37.014Z Compiling smoltcp v0.11.0
22272026-06-05T17:05:37.069Z Compiling hostname v0.3.1
22282026-06-05T17:05:37.125Z Compiling derive-ex v0.1.8
22292026-06-05T17:05:37.222Z Compiling compression-codecs v0.4.37
22302026-06-05T17:05:37.239Z Compiling ingot-macros v0.1.1
22312026-06-05T17:05:37.254Z Compiling proc-macro-crate v3.4.0
22322026-06-05T17:05:37.342Z Compiling slog-json v2.6.1
22332026-06-05T17:05:37.609Z Compiling crossbeam-channel v0.5.15
22342026-06-05T17:05:37.624Z Compiling half v2.7.1
22352026-06-05T17:05:37.700Z Compiling newtype-uuid-macros v0.1.0
22362026-06-05T17:05:37.724Z Compiling tokio-rustls v0.26.4
22372026-06-05T17:05:37.800Z Compiling rustls-platform-verifier v0.6.2
22382026-06-05T17:05:38.142Z Compiling hyper-rustls v0.27.7
22392026-06-05T17:05:38.215Z Compiling cobs v0.3.0
22402026-06-05T17:05:38.215Z Compiling thiserror-impl-no-std v2.0.2
22412026-06-05T17:05:38.359Z Compiling reqwest v0.12.28
22422026-06-05T17:05:38.382Z Compiling reqwest v0.13.2
22432026-06-05T17:05:38.382Z Compiling universal-hash v0.5.1
22442026-06-05T17:05:38.405Z Compiling async-stream-impl v0.3.6
22452026-06-05T17:05:38.465Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-05T17:05:38.539Z Compiling serde_spanned v1.0.4
22472026-06-05T17:05:38.678Z Compiling is-terminal v0.4.17
22482026-06-05T17:05:38.717Z Compiling proc-macro-error-attr v1.0.4
22492026-06-05T17:05:38.798Z Compiling dropshot v0.17.0
22502026-06-05T17:05:38.859Z Compiling ciborium-io v0.2.2
22512026-06-05T17:05:38.901Z Compiling term v1.2.1
22522026-06-05T17:05:38.950Z Compiling take_mut v0.2.2
22532026-06-05T17:05:38.958Z Compiling convert_case v0.4.0
22542026-06-05T17:05:39.008Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-06-05T17:05:39.032Z Compiling opaque-debug v0.3.1
22562026-06-05T17:05:39.094Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-05T17:05:39.128Z Compiling thiserror-no-std v2.0.2
22582026-06-05T17:05:39.133Z Compiling poly1305 v0.8.0
22592026-06-05T17:05:39.147Z Compiling tokio-rustls v0.25.0
22602026-06-05T17:05:39.240Z Compiling slog-term v2.9.2
22612026-06-05T17:05:39.306Z Compiling derive_more v0.99.20
22622026-06-05T17:05:39.407Z Compiling toml v1.0.6+spec-1.1.0
22632026-06-05T17:05:39.460Z Compiling async-stream v0.3.6
22642026-06-05T17:05:39.570Z Compiling ciborium-ll v0.2.2
22652026-06-05T17:05:39.704Z Compiling test-strategy v0.4.5
22662026-06-05T17:05:39.835Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-05T17:05:39.863Z Compiling postcard v1.1.3
22682026-06-05T17:05:39.977Z Compiling tough v0.22.0
22692026-06-05T17:05:40.554Z Compiling ingot-types v0.1.2
22702026-06-05T17:05:40.710Z Compiling num_enum_derive v0.7.6
22712026-06-05T17:05:40.777Z Compiling slog-bunyan v2.5.0
22722026-06-05T17:05:40.790Z Compiling ingot v0.1.1
22732026-06-05T17:05:40.864Z Compiling async-compression v0.4.41
22742026-06-05T17:05:41.039Z Compiling parse-display-derive v0.10.0
22752026-06-05T17:05:41.337Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-05T17:05:41.524Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-05T17:05:41.696Z Compiling proc-macro-crate v1.3.1
22782026-06-05T17:05:41.719Z Compiling backon v1.6.0
22792026-06-05T17:05:41.719Z Compiling waitgroup v0.1.2
22802026-06-05T17:05:41.815Z Compiling password-hash v0.5.0
22812026-06-05T17:05:41.860Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22822026-06-05T17:05:41.920Z Compiling chacha20 v0.9.1
22832026-06-05T17:05:41.935Z Compiling dropshot_endpoint v0.17.0
22842026-06-05T17:05:41.987Z Compiling rustls-pemfile v2.2.0
22852026-06-05T17:05:43.781Z Compiling blake2 v0.10.6
22862026-06-05T17:05:43.972Z Compiling aead v0.5.2
22872026-06-05T17:05:43.972Z Compiling foreign-types-macros v0.2.3
22882026-06-05T17:05:43.973Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-05T17:05:43.973Z Compiling serde_path_to_error v0.1.20
22902026-06-05T17:05:43.973Z Compiling hostname v0.4.2
22912026-06-05T17:05:43.973Z Compiling proc-macro-error v1.0.4
22922026-06-05T17:05:43.973Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-05T17:05:43.973Z Compiling instant v0.1.13
22942026-06-05T17:05:43.973Z Compiling debug-ignore v1.0.5
22952026-06-05T17:05:43.973Z Compiling typeid v1.0.3
22962026-06-05T17:05:43.973Z Compiling foreign-types-shared v0.3.1
22972026-06-05T17:05:43.973Z Compiling cpufeatures v0.3.0
22982026-06-05T17:05:43.973Z Compiling backoff v0.4.0
22992026-06-05T17:05:43.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-05T17:05:43.973Z Compiling chacha20 v0.10.0
23012026-06-05T17:05:43.973Z Compiling foreign-types v0.5.0
23022026-06-05T17:05:43.973Z Compiling parse-display v0.10.0
23032026-06-05T17:05:43.973Z Compiling chacha20poly1305 v0.10.1
23042026-06-05T17:05:43.973Z Compiling argon2 v0.5.3
23052026-06-05T17:05:43.974Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-05T17:05:43.974Z Compiling num_enum_derive v0.5.11
23072026-06-05T17:05:43.974Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-05T17:05:43.974Z Compiling num_enum v0.7.6
23092026-06-05T17:05:43.974Z Compiling ciborium v0.2.2
23102026-06-05T17:05:43.974Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-06-05T17:05:43.974Z Compiling vsss-rs v3.3.4
23122026-06-05T17:05:43.974Z Compiling tabwriter v1.4.1
23132026-06-05T17:05:44.036Z Compiling regress v0.10.5
23142026-06-05T17:05:44.036Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-06-05T17:05:44.093Z Compiling byte-wrapper v0.1.0
23162026-06-05T17:05:44.117Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-05T17:05:44.218Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-05T17:05:44.249Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-05T17:05:44.355Z Compiling cstr-argument v0.1.2
23202026-06-05T17:05:44.386Z Compiling humantime v2.3.0
23212026-06-05T17:05:44.521Z Compiling erased-serde v0.4.9
23222026-06-05T17:05:44.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-06-05T17:05:44.814Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-05T17:05:44.823Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-05T17:05:44.853Z Compiling num_enum v0.5.11
23262026-06-05T17:05:44.916Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-05T17:05:44.961Z Compiling rand v0.10.0
23282026-06-05T17:05:45.009Z Compiling rayon v1.11.0
23292026-06-05T17:05:45.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-05T17:05:45.133Z Compiling indent_write v2.2.0
23312026-06-05T17:05:45.177Z Compiling libefi-sys v0.1.0
23322026-06-05T17:05:45.208Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-05T17:05:45.221Z Compiling colored v3.1.1
23342026-06-05T17:05:45.263Z Compiling zone_cfg_derive v0.3.1
23352026-06-05T17:05:45.327Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-05T17:05:45.530Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-05T17:05:45.563Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-05T17:05:45.563Z Compiling camino-tempfile v1.4.1
23392026-06-05T17:05:45.675Z Compiling itertools v0.12.1
23402026-06-05T17:05:45.802Z Compiling usdt-attr-macro v0.5.0
23412026-06-05T17:05:45.875Z Compiling usdt-macro v0.5.0
23422026-06-05T17:05:45.941Z Compiling num-derive v0.4.2
23432026-06-05T17:05:45.950Z Compiling bitfield-struct v0.6.2
23442026-06-05T17:05:45.973Z Compiling blake3 v1.8.3
23452026-06-05T17:05:45.996Z Compiling ordered-float v2.10.1
23462026-06-05T17:05:46.308Z Compiling memmap v0.7.0
23472026-06-05T17:05:46.354Z Compiling sigpipe v0.1.3
23482026-06-05T17:05:46.490Z Compiling glob v0.3.3
23492026-06-05T17:05:46.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-06-05T17:05:46.579Z Compiling swrite v0.1.0
23512026-06-05T17:05:46.610Z Compiling usdt v0.5.0
23522026-06-05T17:05:46.619Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-06-05T17:05:46.727Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-05T17:05:46.858Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-05T17:05:46.974Z Compiling serde-value v0.7.0
23562026-06-05T17:05:47.152Z Compiling zone v0.3.1
23572026-06-05T17:05:47.218Z Compiling serde-untagged v0.1.9
23582026-06-05T17:05:47.274Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-05T17:05:47.437Z Compiling toml v0.8.23
23602026-06-05T17:05:47.547Z Compiling smf v0.2.3
23612026-06-05T17:05:47.973Z Compiling filetime v0.2.27
23622026-06-05T17:05:47.976Z Compiling arrayref v0.3.9
23632026-06-05T17:05:47.976Z Compiling xattr v1.6.1
23642026-06-05T17:05:47.976Z Compiling arrayvec v0.7.6
23652026-06-05T17:05:47.976Z Compiling whoami v1.6.1
23662026-06-05T17:05:47.976Z Compiling unicode-xid v0.2.6
23672026-06-05T17:05:47.976Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-05T17:05:47.976Z Compiling constant_time_eq v0.4.2
23692026-06-05T17:05:47.976Z Compiling tar v0.4.45
23702026-06-05T17:05:47.976Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-05T17:05:47.976Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-05T17:05:47.976Z Compiling cargo-util-schemas v0.8.2
23732026-06-05T17:05:48.174Z Compiling tokio-dtrace v0.1.1
23742026-06-05T17:05:48.188Z Compiling console v0.16.2
23752026-06-05T17:05:48.540Z Compiling gethostname v0.5.0
23762026-06-05T17:05:48.623Z Compiling cargo-platform v0.2.0
23772026-06-05T17:05:48.713Z Compiling unit-prefix v0.5.2
23782026-06-05T17:05:48.737Z Compiling topological-sort v0.2.2
23792026-06-05T17:05:48.751Z Compiling oxide-tokio-rt v0.1.4
23802026-06-05T17:05:48.770Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-05T17:05:48.912Z Compiling indicatif v0.18.4
23822026-06-05T17:05:48.932Z Compiling shell-words v1.1.1
23832026-06-05T17:05:49.176Z Compiling cargo_metadata v0.21.0
23842026-06-05T17:05:58.533Z Compiling progenitor-client v0.14.0
23852026-06-05T17:05:58.568Z Compiling progenitor-client v0.10.0
23862026-06-05T17:05:58.568Z Compiling omicron-zone-package v0.12.2
23872026-06-05T17:05:59.027Z Compiling progenitor-extras v0.2.0
23882026-06-05T17:06:01.287Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-05T17:06:01.287Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-06-05T17:06:01.320Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-05T17:06:01.335Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-05T17:06:01.359Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-05T17:06:01.406Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-05T17:06:01.607Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-06-05T17:06:01.625Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-06-05T17:06:01.680Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-05T17:06:05.740Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-05T17:06:13.538Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-05T17:06:16.869Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-05T17:06:17.661Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-05T17:06:27.230Z Finished `release` profile [optimized] target(s) in 1m 45s
24022026-06-05T17:06:27.384Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-05T17:06:27.452ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-05T17:06:27.459ZCreated new build target 'test' and set it as active
24052026-06-05T17:06:27.459Z
24062026-06-05T17:06:27.459Zreal 1:45.639926405
24072026-06-05T17:06:27.459Zuser 17:16.050973465
24082026-06-05T17:06:27.459Zsys 2:41.974443492
24092026-06-05T17:06:27.459Ztrap 0.461037522
24102026-06-05T17:06:27.459Ztflt 2.965605719
24112026-06-05T17:06:27.459Zdflt 4.046959112
24122026-06-05T17:06:27.459Zkflt 0.000519920
24132026-06-05T17:06:27.459Zlock 53:54.879016441
24142026-06-05T17:06:27.459Zslp 44:03.451109167
24152026-06-05T17:06:27.460Zlat 44.695703399
24162026-06-05T17:06:27.460Zstop 5:45.511757587
24172026-06-05T17:06:27.460Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-05T17:06:28.379Z Finished `release` profile [optimized] target(s) in 0.91s
24192026-06-05T17:06:28.456Z Running `target/release/omicron-package -t test package`
24202026-06-05T17:06:28.516ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-05T17:06:29.968Z Compiling heck v0.5.0
24222026-06-05T17:06:29.972Z Compiling regress v0.11.1
24232026-06-05T17:06:30.190Z Compiling unsafe-libyaml v0.2.11
24242026-06-05T17:06:30.232Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-05T17:06:30.263Z Compiling regress v0.10.5
24262026-06-05T17:06:30.285Z Compiling is-terminal v0.4.17
24272026-06-05T17:06:30.305Z Compiling unicode-width v0.1.14
24282026-06-05T17:06:30.306Z Compiling prettyplease v0.2.37
24292026-06-05T17:06:30.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-05T17:06:30.308Z Compiling bytecount v0.6.9
24312026-06-05T17:06:30.308Z Compiling rustls v0.22.4
24322026-06-05T17:06:30.308Z Compiling rustls-webpki v0.102.8
24332026-06-05T17:06:30.308Z Compiling derive-where v1.6.0
24342026-06-05T17:06:30.342Z Compiling thread_local v1.1.9
24352026-06-05T17:06:30.345Z Compiling compression-core v0.4.31
24362026-06-05T17:06:30.469Z Compiling match_cfg v0.1.0
24372026-06-05T17:06:30.512Z Compiling multer v3.1.0
24382026-06-05T17:06:30.534Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-05T17:06:30.581Z Compiling compression-codecs v0.4.37
24402026-06-05T17:06:30.602Z Compiling hostname v0.3.1
24412026-06-05T17:06:30.602Z Compiling slog-async v2.8.0
24422026-06-05T17:06:30.649Z Compiling crossbeam-channel v0.5.15
24432026-06-05T17:06:30.653Z Compiling slog-json v2.6.1
24442026-06-05T17:06:30.695Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-06-05T17:06:30.697Z Compiling serde_yaml v0.9.34+deprecated
24462026-06-05T17:06:30.715Z Compiling serde_spanned v1.0.4
24472026-06-05T17:06:30.762Z Compiling toml_writer v1.0.6+spec-1.1.0
24482026-06-05T17:06:30.766Z Compiling term v1.2.1
24492026-06-05T17:06:30.868Z Compiling take_mut v0.2.2
24502026-06-05T17:06:30.897Z Compiling slog-bunyan v2.5.0
24512026-06-05T17:06:30.919Z Compiling async-compression v0.4.41
24522026-06-05T17:06:31.002Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-05T17:06:31.098Z Compiling slog-term v2.9.2
24542026-06-05T17:06:31.120Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-06-05T17:06:31.123Z Compiling async-stream v0.3.6
24562026-06-05T17:06:31.262Z Compiling dropshot v0.17.0
24572026-06-05T17:06:31.286Z Compiling num-rational v0.4.2
24582026-06-05T17:06:31.321Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-06-05T17:06:31.344Z Compiling progenitor-client v0.14.0
24602026-06-05T17:06:31.347Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24612026-06-05T17:06:31.478Z Compiling waitgroup v0.1.2
24622026-06-05T17:06:31.511Z Compiling backon v1.6.0
24632026-06-05T17:06:31.559Z Compiling rustls-pemfile v2.2.0
24642026-06-05T17:06:31.582Z Compiling num-complex v0.4.6
24652026-06-05T17:06:31.606Z Compiling hostname v0.4.2
24662026-06-05T17:06:31.630Z Compiling serde_path_to_error v0.1.20
24672026-06-05T17:06:31.653Z Compiling instant v0.1.13
24682026-06-05T17:06:31.681Z Compiling debug-ignore v1.0.5
24692026-06-05T17:06:31.743Z Compiling typify-impl v0.6.2
24702026-06-05T17:06:31.776Z Compiling backoff v0.4.0
24712026-06-05T17:06:31.798Z Compiling progenitor-extras v0.2.0
24722026-06-05T17:06:31.802Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-05T17:06:31.841Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-05T17:06:32.041Z Compiling num v0.4.3
24752026-06-05T17:06:32.045Z Compiling parse-display v0.10.0
24762026-06-05T17:06:32.089Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-05T17:06:32.092Z Compiling progenitor-client v0.10.0
24782026-06-05T17:06:32.136Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-05T17:06:32.162Z Compiling macaddr v1.0.1
24802026-06-05T17:06:32.165Z Compiling humantime v2.3.0
24812026-06-05T17:06:32.243Z Compiling float-ord v0.3.2
24822026-06-05T17:06:32.390Z Compiling console v0.15.11
24832026-06-05T17:06:32.478Z Compiling atomicwrites v0.4.4
24842026-06-05T17:06:32.486Z Compiling newline-converter v0.3.0
24852026-06-05T17:06:32.487Z Compiling slog-dtrace v0.3.0
24862026-06-05T17:06:32.562Z Compiling owo-colors v4.3.0
24872026-06-05T17:06:32.622Z Compiling resolv-conf v0.7.6
24882026-06-05T17:06:32.707Z Compiling tokio-rustls v0.25.0
24892026-06-05T17:06:32.784Z Compiling expectorate v1.2.0
24902026-06-05T17:06:32.806Z Compiling cancel-safe-futures v0.1.5
24912026-06-05T17:06:32.878Z Compiling toml v0.8.23
24922026-06-05T17:06:32.985Z Compiling libsw-core v0.3.2
24932026-06-05T17:06:33.090Z Compiling linear-map v1.2.0
24942026-06-05T17:06:33.199Z Compiling libsw v3.5.0
24952026-06-05T17:06:33.252Z Compiling linked-hash-map v0.5.6
24962026-06-05T17:06:33.351Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-05T17:06:33.418Z Compiling minimal-lexical v0.2.1
24982026-06-05T17:06:33.471Z Compiling lru-cache v0.1.2
24992026-06-05T17:06:33.506Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-05T17:06:33.528Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-05T17:06:33.579Z Compiling hickory-proto v0.24.4
25022026-06-05T17:06:33.645Z Compiling nom v7.1.3
25032026-06-05T17:06:33.679Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-05T17:06:33.704Z Compiling unicode-xid v0.2.6
25052026-06-05T17:06:33.750Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-05T17:06:33.862Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-05T17:06:34.021Z Compiling convert_case v0.10.0
25082026-06-05T17:06:34.317Z Compiling derive_more-impl v2.1.1
25092026-06-05T17:06:34.645Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-05T17:06:35.078Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-05T17:06:35.132Z Compiling derive_more v2.1.1
25122026-06-05T17:06:35.162Z Compiling papergrid v0.11.0
25132026-06-05T17:06:35.254Z Compiling tabled_derive v0.7.0
25142026-06-05T17:06:35.276Z Compiling termtree v0.5.1
25152026-06-05T17:06:35.299Z Compiling typify-macro v0.6.2
25162026-06-05T17:06:35.484Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-06-05T17:06:35.816Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-06-05T17:06:36.066Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-05T17:06:36.160Z Compiling hickory-resolver v0.24.4
25202026-06-05T17:06:36.400Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-05T17:06:36.427Z Compiling tabled v0.15.0
25222026-06-05T17:06:36.645Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-05T17:06:36.846Z Compiling crossterm v0.29.0
25242026-06-05T17:06:36.870Z Compiling typify v0.6.2
25252026-06-05T17:06:37.169Z Compiling progenitor-impl v0.14.0
25262026-06-05T17:06:37.685Z Compiling qorb v0.4.1
25272026-06-05T17:06:39.311Z Compiling progenitor-macro v0.14.0
25282026-06-05T17:06:39.681Z Compiling phf_shared v0.12.1
25292026-06-05T17:06:39.777Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-05T17:06:39.936Z Compiling csv-core v0.1.13
25312026-06-05T17:06:40.383Z Compiling vte v0.14.1
25322026-06-05T17:06:40.440Z Compiling chrono-tz v0.10.4
25332026-06-05T17:06:40.676Z Compiling highway v1.3.0
25342026-06-05T17:06:40.729Z Compiling strip-ansi-escapes v0.2.1
25352026-06-05T17:06:41.291Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-05T17:06:41.395Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-06-05T17:06:41.524Z Compiling csv v1.4.0
25382026-06-05T17:06:41.778Z Compiling phf v0.12.1
25392026-06-05T17:06:41.821Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-06-05T17:06:41.985Z Compiling const_format_proc_macros v0.2.34
25412026-06-05T17:06:42.249Z Compiling fd-lock v4.0.4
25422026-06-05T17:06:42.298Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-06-05T17:06:42.493Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-06-05T17:06:42.515Z Compiling peg-macros v0.8.5
25452026-06-05T17:06:42.769Z Compiling nu-ansi-term v0.50.3
25462026-06-05T17:06:42.982Z Compiling const_format v0.2.35
25472026-06-05T17:06:43.102Z Compiling reedline v0.40.0
25482026-06-05T17:06:43.443Z Compiling progenitor v0.14.0
25492026-06-05T17:06:43.518Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25502026-06-05T17:06:43.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-06-05T17:06:43.694Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-05T17:06:43.786Z Compiling peg v0.8.5
25532026-06-05T17:06:44.392Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-05T17:06:44.398Z Compiling bcs v0.1.6
25552026-06-05T17:06:44.864Z Compiling nom v8.0.0
25562026-06-05T17:06:45.068Z Compiling semver v0.1.20
25572026-06-05T17:06:45.370Z Compiling rustc_version v0.1.7
25582026-06-05T17:06:45.621Z Compiling newtype_derive v0.1.6
25592026-06-05T17:06:45.867Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-05T17:06:46.123Z Compiling unicode-linebreak v0.1.5
25612026-06-05T17:06:46.419Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25622026-06-05T17:06:46.446Z Compiling smawk v0.3.2
25632026-06-05T17:06:46.504Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-06-05T17:06:46.644Z Compiling textwrap v0.16.2
25652026-06-05T17:06:46.666Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-06-05T17:06:46.714Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-06-05T17:06:46.815Z Compiling base64 v0.21.7
25682026-06-05T17:06:46.938Z Compiling steno v0.4.1
25692026-06-05T17:06:47.354Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-05T17:06:47.499Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-05T17:06:47.537Z Compiling tagptr v0.2.0
25722026-06-05T17:06:47.730Z Compiling moka v0.12.13
25732026-06-05T17:06:48.051Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-06-05T17:06:48.103Z Compiling utf-8 v0.7.6
25752026-06-05T17:06:48.316Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-05T17:06:48.346Z Compiling tungstenite v0.21.0
25772026-06-05T17:06:48.509Z Compiling radium v0.7.0
25782026-06-05T17:06:48.775Z Compiling display-error-chain v0.2.2
25792026-06-05T17:06:48.848Z Compiling hickory-resolver v0.25.2
25802026-06-05T17:06:48.975Z Compiling maybe-uninit v2.0.0
25812026-06-05T17:06:48.989Z Compiling tokio-tungstenite v0.21.0
25822026-06-05T17:06:48.997Z Compiling tap v1.0.1
25832026-06-05T17:06:49.160Z Compiling wyz v0.5.1
25842026-06-05T17:06:49.337Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25852026-06-05T17:06:49.630Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-05T17:06:49.680Z Compiling num-derive v0.3.3
25872026-06-05T17:06:50.130Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-05T17:06:50.496Z Compiling zerocopy-derive v0.6.6
25892026-06-05T17:06:50.570Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-05T17:06:51.039Z Compiling crc-catalog v2.4.0
25912026-06-05T17:06:51.140Z Compiling funty v2.0.0
25922026-06-05T17:06:51.334Z Compiling packed_struct v0.10.1
25932026-06-05T17:06:51.649Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-05T17:06:51.889Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25952026-06-05T17:06:52.027Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25962026-06-05T17:06:52.091Z Compiling bitvec v1.0.1
25972026-06-05T17:06:52.471Z Compiling zerocopy v0.6.6
25982026-06-05T17:06:52.747Z Compiling crc v3.4.0
25992026-06-05T17:06:52.883Z Compiling proc-macro-error2 v2.0.1
26002026-06-05T17:06:53.065Z Compiling libscf-sys v1.1.0
26012026-06-05T17:06:53.221Z Compiling packed_struct_codegen v0.10.1
26022026-06-05T17:06:53.306Z Compiling vergen-lib v0.1.6
26032026-06-05T17:06:53.486Z Compiling bitfield-macros v0.19.4
26042026-06-05T17:06:53.534Z Compiling indexmap v1.9.3
26052026-06-05T17:06:53.778Z Compiling nodrop v0.1.14
26062026-06-05T17:06:53.913Z Compiling array-init v0.0.4
26072026-06-05T17:06:53.975Z Compiling smallvec v0.6.14
26082026-06-05T17:06:54.246Z Compiling bitfield v0.19.4
26092026-06-05T17:06:54.273Z Compiling tabled_derive v0.11.0
26102026-06-05T17:06:54.303Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-06-05T17:06:54.489Z Compiling papergrid v0.17.0
26122026-06-05T17:06:54.559Z Compiling testing_table v0.3.0
26132026-06-05T17:06:54.774Z Compiling vergen-gitcl v1.0.8
26142026-06-05T17:06:54.952Z Compiling dirs-sys-next v0.1.2
26152026-06-05T17:06:54.997Z Compiling hashbrown v0.12.3
26162026-06-05T17:06:55.018Z Compiling crunchy v0.2.4
26172026-06-05T17:06:55.022Z Compiling diesel_derives v2.3.7
26182026-06-05T17:06:55.225Z Compiling maplit v1.0.2
26192026-06-05T17:06:55.275Z Compiling glob v0.3.3
26202026-06-05T17:06:55.367Z Compiling dirs-next v2.0.0
26212026-06-05T17:06:55.459Z Compiling serde-hex v0.1.0
26222026-06-05T17:06:55.472Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-06-05T17:06:55.570Z Compiling ron v0.8.1
26242026-06-05T17:06:55.601Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-05T17:06:55.675Z Compiling clang-sys v1.8.1
26262026-06-05T17:06:55.715Z Compiling tabled v0.20.0
26272026-06-05T17:06:55.768Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-06-05T17:06:55.809Z Compiling hashbrown v0.13.2
26292026-06-05T17:06:56.081Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-05T17:06:56.102Z Compiling dsl_auto_type v0.2.0
26312026-06-05T17:06:56.432Z Compiling scheduled-thread-pool v0.2.7
26322026-06-05T17:06:56.655Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-05T17:06:56.887Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-05T17:06:57.038Z Compiling crc-any v2.5.0
26352026-06-05T17:06:57.127Z Compiling tiny-keccak v2.0.2
26362026-06-05T17:06:57.449Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-05T17:06:57.524Z Compiling r2d2 v0.8.10
26382026-06-05T17:06:57.571Z Compiling object v0.30.4
26392026-06-05T17:06:57.825Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26402026-06-05T17:06:58.045Z Compiling term v0.7.0
26412026-06-05T17:06:58.517Z Compiling xshell-macros v0.2.7
26422026-06-05T17:06:58.576Z Compiling bit-vec v0.6.3
26432026-06-05T17:06:58.598Z Compiling path-slash v0.1.5
26442026-06-05T17:06:58.622Z Compiling downcast-rs v2.0.2
26452026-06-05T17:06:58.797Z Compiling bit-set v0.5.3
26462026-06-05T17:06:58.926Z Compiling xshell v0.2.7
26472026-06-05T17:06:58.993Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-05T17:06:59.084Z Compiling ascii-canvas v3.0.0
26492026-06-05T17:06:59.344Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-05T17:06:59.872Z Compiling itertools v0.10.5
26512026-06-05T17:07:00.167Z Compiling ena v0.14.4
26522026-06-05T17:07:00.278Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-05T17:07:00.418Z Compiling libloading v0.8.9
26542026-06-05T17:07:00.665Z Compiling diff v0.1.13
26552026-06-05T17:07:00.927Z Compiling crc8 v0.1.1
26562026-06-05T17:07:00.961Z Compiling regex-syntax v0.6.29
26572026-06-05T17:07:01.069Z Compiling unicase v2.9.0
26582026-06-05T17:07:01.344Z Compiling bindgen v0.71.1
26592026-06-05T17:07:01.687Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-05T17:07:01.714Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-05T17:07:01.849Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-05T17:07:02.212Z Compiling diesel v2.3.7
26632026-06-05T17:07:02.455Z Compiling lalrpop v0.19.12
26642026-06-05T17:07:02.496Z Compiling cexpr v0.6.0
26652026-06-05T17:07:02.894Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-05T17:07:02.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-05T17:07:03.050Z Compiling rustc-hash v2.1.1
26682026-06-05T17:07:03.112Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-05T17:07:03.142Z Compiling headers-core v0.3.0
26702026-06-05T17:07:03.163Z Compiling libxml v0.3.3
26712026-06-05T17:07:03.216Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-05T17:07:03.360Z Compiling headers v0.4.1
26732026-06-05T17:07:03.473Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-05T17:07:03.576Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-05T17:07:03.768Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-05T17:07:04.019Z Compiling git-stub v1.0.0
26772026-06-05T17:07:04.239Z Compiling strum_macros v0.24.3
26782026-06-05T17:07:04.292Z Compiling indoc v1.0.9
26792026-06-05T17:07:04.357Z Compiling git-stub-vcs v0.1.0
26802026-06-05T17:07:04.744Z Compiling progenitor-impl v0.13.0
26812026-06-05T17:07:04.767Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-05T17:07:04.985Z Compiling derive_builder v0.20.2
26832026-06-05T17:07:05.009Z Compiling oso-derive v0.27.3
26842026-06-05T17:07:05.159Z Compiling quick-xml v0.37.5
26852026-06-05T17:07:05.517Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-05T17:07:05.548Z Compiling openssl-probe v0.1.6
26872026-06-05T17:07:05.723Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-05T17:07:06.154Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-05T17:07:06.361Z Compiling progenitor-client v0.13.0
26902026-06-05T17:07:06.427Z Compiling half v1.8.3
26912026-06-05T17:07:06.488Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-05T17:07:06.742Z Compiling serde_cbor v0.11.2
26932026-06-05T17:07:06.796Z Compiling bb8 v0.8.6
26942026-06-05T17:07:06.892Z Compiling trait-variant v0.1.2
26952026-06-05T17:07:06.943Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-06-05T17:07:06.969Z Compiling progenitor-macro v0.13.0
26972026-06-05T17:07:07.177Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-05T17:07:07.440Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-05T17:07:07.513Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-05T17:07:07.737Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-05T17:07:07.796Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-05T17:07:07.873Z Compiling typify-impl v0.4.3
27032026-06-05T17:07:07.896Z Compiling samael v0.0.19
27042026-06-05T17:07:08.007Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27052026-06-05T17:07:08.140Z Compiling fxhash v0.2.1
27062026-06-05T17:07:08.365Z Compiling libz-sys v1.1.24
27072026-06-05T17:07:08.806Z Compiling nonempty v0.12.0
27082026-06-05T17:07:09.063Z Compiling salty v0.3.0
27092026-06-05T17:07:09.236Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-05T17:07:09.292Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-05T17:07:09.417Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-05T17:07:09.558Z Compiling kstat-rs v0.2.4
27132026-06-05T17:07:09.626Z Compiling arc-swap v1.8.2
27142026-06-05T17:07:10.015Z Compiling fs-err v2.11.0
27152026-06-05T17:07:10.075Z Compiling polar-core v0.27.3
27162026-06-05T17:07:10.292Z Compiling mime_guess v2.0.5
27172026-06-05T17:07:10.479Z Compiling slog-scope v4.4.1
27182026-06-05T17:07:10.812Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-05T17:07:10.930Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-05T17:07:11.095Z Compiling progenitor v0.13.0
27212026-06-05T17:07:11.290Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-05T17:07:11.382Z Compiling typify-macro v0.4.3
27232026-06-05T17:07:12.294Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-05T17:07:12.575Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-05T17:07:12.601Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-05T17:07:12.788Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-05T17:07:12.885Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-05T17:07:13.180Z Compiling nanorand v0.7.0
27292026-06-05T17:07:13.385Z Compiling darling_core v0.23.0
27302026-06-05T17:07:13.540Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-05T17:07:13.872Z Compiling parking_lot_core v0.8.6
27322026-06-05T17:07:14.189Z Compiling flume v0.11.1
27332026-06-05T17:07:14.403Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27342026-06-05T17:07:14.586Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-05T17:07:15.523Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-05T17:07:15.586Z Compiling darling_macro v0.23.0
27372026-06-05T17:07:15.894Z Compiling slog-stdlog v4.1.1
27382026-06-05T17:07:16.237Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-05T17:07:16.351Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-05T17:07:16.971Z Compiling primeorder v0.13.6
27412026-06-05T17:07:17.296Z Compiling atty v0.2.14
27422026-06-05T17:07:17.450Z Compiling strsim v0.10.0
27432026-06-05T17:07:17.516Z Compiling parse-size v1.1.0
27442026-06-05T17:07:17.744Z Compiling instability v0.3.11
27452026-06-05T17:07:17.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-06-05T17:07:17.977Z Compiling http-range v0.1.5
27472026-06-05T17:07:18.052Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-05T17:07:18.073Z Compiling darling_core v0.13.4
27492026-06-05T17:07:18.319Z Compiling p384 v0.13.1
27502026-06-05T17:07:19.753Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-05T17:07:21.102Z Compiling oso v0.27.3
27522026-06-05T17:07:22.194Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-05T17:07:22.329Z Compiling diesel-dtrace v0.5.0
27542026-06-05T17:07:22.570Z Compiling async-bb8-diesel v0.2.1
27552026-06-05T17:07:22.663Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-05T17:07:23.176Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-05T17:07:24.138Z Compiling darling v0.23.0
27582026-06-05T17:07:24.265Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-06-05T17:07:24.412Z Compiling slog-envlogger v2.2.0
27602026-06-05T17:07:25.601Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-05T17:07:26.304Z Compiling typify v0.4.3
27622026-06-05T17:07:26.347Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-05T17:07:26.577Z Compiling ignore v0.4.25
27642026-06-05T17:07:27.547Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-05T17:07:28.246Z Compiling vergen-git2 v9.1.0
27662026-06-05T17:07:28.502Z Compiling castaway v0.2.4
27672026-06-05T17:07:28.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-05T17:07:28.900Z Compiling indoc v2.0.7
27692026-06-05T17:07:29.037Z Compiling compact_str v0.8.1
27702026-06-05T17:07:29.357Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-05T17:07:29.381Z Compiling globwalk v0.9.1
27722026-06-05T17:07:29.906Z Compiling progenitor-impl v0.11.2
27732026-06-05T17:07:30.092Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-05T17:07:30.114Z Compiling parking_lot v0.11.2
27752026-06-05T17:07:30.139Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-05T17:07:30.647Z Compiling hyper-staticfile v0.10.1
27772026-06-05T17:07:31.052Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-05T17:07:31.610Z Compiling darling_macro v0.13.4
27792026-06-05T17:07:31.700Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-05T17:07:32.106Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-05T17:07:32.148Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-05T17:07:32.170Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-05T17:07:32.355Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-05T17:07:32.622Z Compiling predicates-tree v1.0.13
27852026-06-05T17:07:32.897Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-05T17:07:33.099Z Compiling unicode-truncate v1.1.0
27872026-06-05T17:07:33.247Z Compiling lru v0.12.5
27882026-06-05T17:07:33.323Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-05T17:07:33.391Z Compiling rand_seeder v0.4.0
27902026-06-05T17:07:33.652Z Compiling prefix-trie v0.7.0
27912026-06-05T17:07:33.690Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-05T17:07:33.856Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-05T17:07:33.879Z Compiling corncobs v0.1.4
27942026-06-05T17:07:34.081Z Compiling illumos-nvpair-sys v0.2.0
27952026-06-05T17:07:34.117Z Compiling rustls v0.21.12
27962026-06-05T17:07:34.144Z Compiling cassowary v0.3.0
27972026-06-05T17:07:34.165Z Compiling hickory-server v0.25.2
27982026-06-05T17:07:34.219Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-06-05T17:07:34.347Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-05T17:07:34.394Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-06-05T17:07:34.464Z Compiling ratatui v0.29.0
28022026-06-05T17:07:34.619Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-06-05T17:07:34.683Z Compiling camino-tempfile-ext v0.3.3
28042026-06-05T17:07:35.013Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-05T17:07:35.335Z Compiling darling v0.13.4
28062026-06-05T17:07:35.458Z Compiling progenitor-macro v0.11.2
28072026-06-05T17:07:35.741Z Compiling sled v0.34.7
28082026-06-05T17:07:38.119Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-05T17:07:39.204Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-05T17:07:39.451Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-05T17:07:39.472Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-05T17:07:39.561Z Compiling git2 v0.20.4
28132026-06-05T17:07:40.057Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-06-05T17:07:40.283Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28152026-06-05T17:07:40.510Z Compiling progenitor-client v0.11.2
28162026-06-05T17:07:41.235Z Compiling rustls-webpki v0.101.7
28172026-06-05T17:07:41.602Z Compiling sct v0.7.1
28182026-06-05T17:07:42.084Z Compiling secrecy v0.8.0
28192026-06-05T17:07:42.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-05T17:07:42.644Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-05T17:07:42.648Z Compiling progenitor v0.11.2
28222026-06-05T17:07:42.823Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-06-05T17:07:42.948Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-06-05T17:07:43.381Z Compiling serde_with_macros v1.5.2
28252026-06-05T17:07:44.223Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-06-05T17:07:44.733Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-06-05T17:07:45.373Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-05T17:07:45.695Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-05T17:07:45.849Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-05T17:07:47.231Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28312026-06-05T17:07:47.454Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-06-05T17:07:47.699Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-06-05T17:07:47.928Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-06-05T17:07:47.952Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-06-05T17:07:48.137Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-05T17:07:48.161Z Compiling void v1.0.2
28372026-06-05T17:07:48.318Z Compiling lzss v0.8.2
28382026-06-05T17:07:48.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-06-05T17:07:48.608Z Compiling illumos-nvpair v0.3.0
28402026-06-05T17:07:49.397Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-05T17:07:49.441Z Compiling tokio-rustls v0.24.1
28422026-06-05T17:07:49.548Z Compiling serde_with v1.14.0
28432026-06-05T17:07:50.726Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-05T17:07:51.159Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-05T17:07:51.449Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-06-05T17:07:51.474Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-06-05T17:07:52.077Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-05T17:07:54.411Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-05T17:07:54.462Z Compiling tungstenite v0.23.0
28502026-06-05T17:07:54.462Z Compiling rustls-pemfile v1.0.4
28512026-06-05T17:07:54.462Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-05T17:07:54.462Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-05T17:07:54.462Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-06-05T17:07:54.462Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-05T17:07:54.462Z Compiling nix v0.27.1
28562026-06-05T17:07:55.155Z Compiling twox-hash v2.1.2
28572026-06-05T17:07:55.180Z Compiling serde_bytes v0.11.19
28582026-06-05T17:07:55.306Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28592026-06-05T17:07:55.475Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28602026-06-05T17:07:55.516Z Compiling tokio-tungstenite v0.23.1
28612026-06-05T17:07:55.671Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28622026-06-05T17:07:55.895Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28632026-06-05T17:07:55.940Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28642026-06-05T17:07:56.756Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28652026-06-05T17:07:58.379Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-05T17:07:59.799Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-05T17:07:59.971Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-05T17:08:00.095Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-05T17:08:00.472Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-05T17:08:00.572Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-06-05T17:08:01.249Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-06-05T17:08:01.274Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-06-05T17:08:01.297Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-05T17:08:01.957Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-05T17:08:03.711Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-05T17:08:04.704Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-06-05T17:08:05.036Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-06-05T17:08:05.234Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-06-05T17:08:06.426Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-06-05T17:08:06.693Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-05T17:08:06.802Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-05T17:08:07.560Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-05T17:08:08.472Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-06-05T17:08:08.493Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-06-05T17:08:08.720Z Compiling signal-hook-tokio v0.3.1
28862026-06-05T17:08:08.875Z Compiling fatfs v0.3.6
28872026-06-05T17:08:08.912Z Compiling yasna v0.5.2
28882026-06-05T17:08:09.200Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-05T17:08:09.404Z Compiling is_ci v1.2.0
28902026-06-05T17:08:09.410Z Compiling assert_matches v1.5.0
28912026-06-05T17:08:09.539Z Compiling seq-macro v0.3.6
28922026-06-05T17:08:09.620Z Compiling supports-color v3.0.2
28932026-06-05T17:08:09.909Z Compiling rcgen v0.12.1
28942026-06-05T17:08:10.062Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-05T17:08:10.103Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-05T17:08:10.230Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-05T17:08:10.438Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-06-05T17:08:10.670Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-06-05T17:08:10.902Z Compiling rtoolbox v0.0.3
29002026-06-05T17:08:11.189Z Compiling subprocess v0.2.15
29012026-06-05T17:08:11.221Z Compiling rpassword v7.4.0
29022026-06-05T17:08:11.640Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-05T17:08:12.928Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-05T17:08:13.467Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-06-05T17:08:14.044Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-05T17:08:14.189Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-05T17:08:14.342Z Compiling tui-tree-widget v0.23.1
29082026-06-05T17:08:14.652Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-05T17:08:14.959Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-05T17:08:15.494Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-05T17:08:15.994Z Compiling uzers v0.12.2
29122026-06-05T17:08:16.810Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-05T17:08:17.514Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-05T17:08:18.692Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-05T17:08:20.797Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-05T17:08:23.434Z Compiling support-bundle-viewer v0.1.2
29172026-06-05T17:08:23.954Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29182026-06-05T17:08:26.304Z Compiling multimap v0.10.1
29192026-06-05T17:08:30.353Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-05T17:08:38.736Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-05T17:08:46.676Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-05T17:08:46.865Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-05T17:08:49.358Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-05T17:14:52.194Z Finished `release` profile [optimized] target(s) in 8m 23s
29252026-06-05T17:15:40.943Z
29262026-06-05T17:15:40.943Zreal 9:13.449492232
29272026-06-05T17:15:40.943Zuser 1:19:56.805023766
29282026-06-05T17:15:40.950Zsys 3:41.106781413
29292026-06-05T17:15:40.950Ztrap 1.730467096
29302026-06-05T17:15:40.950Ztflt 9.708451183
29312026-06-05T17:15:40.950Zdflt 23.035638913
29322026-06-05T17:15:40.950Zkflt 0.322218484
29332026-06-05T17:15:40.950Zlock 7:03:56.489446597
29342026-06-05T17:15:40.950Zslp 2:17:57.411482939
29352026-06-05T17:15:40.950Zlat 2:18.069516033
29362026-06-05T17:15:40.950Zstop 5:28.641129628
29372026-06-05T17:15:40.950Z+ mapfile -t packages
29382026-06-05T17:15:40.950Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-05T17:15:41.923Z Finished `release` profile [optimized] target(s) in 0.97s
29402026-06-05T17:15:42.014Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-05T17:15:42.066ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-05T17:15:42.072Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-05T17:15:42.607Z Compiling libc v0.2.185
29442026-06-05T17:15:42.607Z Compiling serde v1.0.228
29452026-06-05T17:15:42.633Z Compiling serde_core v1.0.228
29462026-06-05T17:15:42.633Z Compiling rustix v1.1.3
29472026-06-05T17:15:42.633Z Compiling serde_json v1.0.149
29482026-06-05T17:15:42.633Z Compiling bitflags v2.11.0
29492026-06-05T17:15:42.746Z Compiling num-traits v0.2.19
29502026-06-05T17:15:42.755Z Compiling syn v2.0.117
29512026-06-05T17:15:42.769Z Compiling smallvec v1.15.1
29522026-06-05T17:15:42.780Z Compiling indexmap v2.14.0
29532026-06-05T17:15:42.795Z Compiling usdt-impl v0.5.0
29542026-06-05T17:15:42.814Z Compiling syn v1.0.109
29552026-06-05T17:15:42.837Z Compiling getrandom v0.4.1
29562026-06-05T17:15:42.849Z Compiling log v0.4.29
29572026-06-05T17:15:42.957Z Compiling percent-encoding v2.3.2
29582026-06-05T17:15:43.105Z Compiling form_urlencoded v1.2.2
29592026-06-05T17:15:43.111Z Compiling fs-err v3.3.0
29602026-06-05T17:15:43.182Z Compiling heck v0.4.1
29612026-06-05T17:15:43.194Z Compiling anyhow v1.0.102
29622026-06-05T17:15:43.206Z Compiling once_cell v1.21.3
29632026-06-05T17:15:44.535Z Compiling errno v0.3.14
29642026-06-05T17:15:44.540Z Compiling thread-id v4.2.2
29652026-06-05T17:15:44.540Z Compiling memmap v0.7.0
29662026-06-05T17:15:44.540Z Compiling ordered-float v2.10.1
29672026-06-05T17:15:44.540Z Compiling proc-macro-error v1.0.4
29682026-06-05T17:15:44.578Z Compiling terminal_size v0.4.3
29692026-06-05T17:15:44.578Z Compiling tempfile v3.25.0
29702026-06-05T17:15:44.591Z Compiling tabled_derive v0.7.0
29712026-06-05T17:15:44.717Z Compiling clap_builder v4.6.0
29722026-06-05T17:15:44.722Z Compiling textwrap v0.16.2
29732026-06-05T17:15:44.808Z Compiling camino-tempfile v1.4.1
29742026-06-05T17:15:45.257Z Compiling tabled v0.15.0
29752026-06-05T17:15:45.270Z Compiling synstructure v0.13.2
29762026-06-05T17:15:45.270Z Compiling pest_generator v2.8.6
29772026-06-05T17:15:45.683Z Compiling serde_derive v1.0.228
29782026-06-05T17:15:45.683Z Compiling zerofrom-derive v0.1.6
29792026-06-05T17:15:45.687Z Compiling yoke-derive v0.8.1
29802026-06-05T17:15:45.687Z Compiling zerovec-derive v0.11.2
29812026-06-05T17:15:45.687Z Compiling displaydoc v0.2.5
29822026-06-05T17:15:45.687Z Compiling thiserror-impl v1.0.69
29832026-06-05T17:15:45.687Z Compiling zerocopy-derive v0.7.35
29842026-06-05T17:15:45.687Z Compiling scroll_derive v0.12.1
29852026-06-05T17:15:45.687Z Compiling thiserror-impl v2.0.18
29862026-06-05T17:15:45.687Z Compiling clap_derive v4.6.1
29872026-06-05T17:15:45.837Z Compiling pest_derive v2.8.6
29882026-06-05T17:15:46.435Z Compiling scroll v0.12.0
29892026-06-05T17:15:46.582Z Compiling zerocopy v0.7.35
29902026-06-05T17:15:46.804Z Compiling goblin v0.8.2
29912026-06-05T17:15:46.903Z Compiling zerofrom v0.1.6
29922026-06-05T17:15:46.940Z Compiling thiserror v2.0.18
29932026-06-05T17:15:46.959Z Compiling thiserror v1.0.69
29942026-06-05T17:15:47.049Z Compiling yoke v0.8.1
29952026-06-05T17:15:47.075Z Compiling dtrace-parser v0.2.0
29962026-06-05T17:15:47.278Z Compiling zerovec v0.11.5
29972026-06-05T17:15:47.339Z Compiling zerotrie v0.2.3
29982026-06-05T17:15:47.413Z Compiling clap v4.6.1
29992026-06-05T17:15:47.905Z Compiling tinystr v0.8.2
30002026-06-05T17:15:48.136Z Compiling icu_locale_core v2.1.1
30012026-06-05T17:15:48.601Z Compiling potential_utf v0.1.4
30022026-06-05T17:15:48.815Z Compiling icu_collections v2.1.1
30032026-06-05T17:15:48.991Z Compiling icu_provider v2.1.1
30042026-06-05T17:15:49.185Z Compiling toml_datetime v0.6.11
30052026-06-05T17:15:49.256Z Compiling icu_normalizer v2.1.1
30062026-06-05T17:15:49.313Z Compiling icu_properties v2.1.2
30072026-06-05T17:15:49.327Z Compiling serde_spanned v0.6.9
30082026-06-05T17:15:49.430Z Compiling dof v0.3.0
30092026-06-05T17:15:49.515Z Compiling toml_edit v0.22.27
30102026-06-05T17:15:49.602Z Compiling serde_tokenstream v0.2.3
30112026-06-05T17:15:49.643Z Compiling serde-value v0.7.0
30122026-06-05T17:15:49.814Z Compiling cargo-platform v0.2.0
30132026-06-05T17:15:49.827Z Compiling macaddr v1.0.1
30142026-06-05T17:15:50.201Z Compiling idna_adapter v1.2.1
30152026-06-05T17:15:50.329Z Compiling usdt-attr-macro v0.5.0
30162026-06-05T17:15:50.341Z Compiling idna v1.1.0
30172026-06-05T17:15:50.371Z Compiling usdt-macro v0.5.0
30182026-06-05T17:15:50.691Z Compiling url v2.5.8
30192026-06-05T17:15:51.019Z Compiling usdt v0.5.0
30202026-06-05T17:15:51.088Z Compiling toml v0.8.23
30212026-06-05T17:15:51.568Z Compiling cargo-util-schemas v0.8.2
30222026-06-05T17:15:51.569Z Compiling cargo_toml v0.21.0
30232026-06-05T17:15:53.310Z Compiling cargo_metadata v0.21.0
30242026-06-05T17:15:55.655Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-05T17:15:58.660Z Finished `release` profile [optimized] target(s) in 16.58s
30262026-06-05T17:15:58.794Z
30272026-06-05T17:15:58.794Zreal 16.683321337
30282026-06-05T17:15:58.794Zuser 2:21.931517665
30292026-06-05T17:15:58.794Zsys 17.059686292
30302026-06-05T17:15:58.794Ztrap 0.078115980
30312026-06-05T17:15:58.794Ztflt 0.504642832
30322026-06-05T17:15:58.794Zdflt 1.463950311
30332026-06-05T17:15:58.861Zkflt 0.000038740
30342026-06-05T17:15:58.864Zlock 5:17.331733463
30352026-06-05T17:15:58.864Zslp 3:24.606357442
30362026-06-05T17:15:58.864Zlat 6.335774500
30372026-06-05T17:15:58.864Zstop 21.052476934
30382026-06-05T17:15:58.864Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-05T17:15:58.864Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-05T17:15:58.864Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-05T17:15:58.864Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-05T17:15:58.864Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-05T17:15:59.743Z Compiling progenitor-client v0.14.0
30442026-06-05T17:15:59.744Z Compiling newtype-uuid-macros v0.1.0
30452026-06-05T17:15:59.749Z Compiling structmeta-derive v0.3.0
30462026-06-05T17:15:59.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-05T17:15:59.749Z Compiling rustls v0.22.4
30482026-06-05T17:15:59.893Z Compiling rustls-webpki v0.102.8
30492026-06-05T17:15:59.899Z Compiling multer v3.1.0
30502026-06-05T17:15:59.899Z Compiling compression-core v0.4.31
30512026-06-05T17:15:59.906Z Compiling match_cfg v0.1.0
30522026-06-05T17:15:59.909Z Compiling debug-ignore v1.0.5
30532026-06-05T17:15:59.909Z Compiling slog-json v2.6.1
30542026-06-05T17:15:59.909Z Compiling async-stream-impl v0.3.6
30552026-06-05T17:15:59.980Z Compiling serde_spanned v1.0.4
30562026-06-05T17:15:59.993Z Compiling toml_datetime v1.0.0+spec-1.1.0
30572026-06-05T17:15:59.996Z Compiling dropshot v0.17.0
30582026-06-05T17:16:00.010Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-06-05T17:16:00.115Z Compiling compression-codecs v0.4.37
30602026-06-05T17:16:00.135Z Compiling hostname v0.3.1
30612026-06-05T17:16:00.155Z Compiling itertools v0.14.0
30622026-06-05T17:16:00.223Z Compiling waitgroup v0.1.2
30632026-06-05T17:16:00.267Z Compiling toml v1.0.6+spec-1.1.0
30642026-06-05T17:16:00.271Z Compiling slog-bunyan v2.5.0
30652026-06-05T17:16:00.302Z Compiling rustls-pemfile v2.2.0
30662026-06-05T17:16:00.309Z Compiling dropshot_endpoint v0.17.0
30672026-06-05T17:16:00.338Z Compiling async-compression v0.4.41
30682026-06-05T17:16:00.440Z Compiling hostname v0.4.2
30692026-06-05T17:16:00.460Z Compiling serde_path_to_error v0.1.20
30702026-06-05T17:16:00.477Z Compiling regress v0.10.5
30712026-06-05T17:16:00.531Z Compiling async-stream v0.3.6
30722026-06-05T17:16:00.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30732026-06-05T17:16:00.610Z Compiling macaddr v1.0.1
30742026-06-05T17:16:00.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-06-05T17:16:00.633Z Compiling instant v0.1.13
30762026-06-05T17:16:00.693Z Compiling backon v1.6.0
30772026-06-05T17:16:00.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-06-05T17:16:00.732Z Compiling progenitor-client v0.10.0
30792026-06-05T17:16:00.762Z Compiling backoff v0.4.0
30802026-06-05T17:16:00.785Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-05T17:16:00.860Z Compiling progenitor-extras v0.2.0
30822026-06-05T17:16:00.876Z Compiling humantime v2.3.0
30832026-06-05T17:16:00.879Z Compiling universal-hash v0.5.1
30842026-06-05T17:16:00.915Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-06-05T17:16:00.933Z Compiling opaque-debug v0.3.1
30862026-06-05T17:16:00.996Z Compiling half v2.7.1
30872026-06-05T17:16:01.017Z Compiling structmeta v0.3.0
30882026-06-05T17:16:01.032Z Compiling crucible-workspace-hack v0.1.0
30892026-06-05T17:16:01.055Z Compiling ciborium-io v0.2.2
30902026-06-05T17:16:01.072Z Compiling convert_case v0.4.0
30912026-06-05T17:16:01.088Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-06-05T17:16:01.144Z Compiling aead v0.5.2
30932026-06-05T17:16:01.164Z Compiling secrecy v0.10.3
30942026-06-05T17:16:01.183Z Compiling poly1305 v0.8.0
30952026-06-05T17:16:01.186Z Compiling chacha20 v0.9.1
30962026-06-05T17:16:01.240Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-06-05T17:16:01.276Z Compiling derive-ex v0.1.8
30982026-06-05T17:16:01.291Z Compiling parse-display-derive v0.10.0
30992026-06-05T17:16:01.332Z Compiling ciborium-ll v0.2.2
31002026-06-05T17:16:01.379Z Compiling regress v0.11.1
31012026-06-05T17:16:01.445Z Compiling unsafe-libyaml v0.2.11
31022026-06-05T17:16:01.463Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31032026-06-05T17:16:01.483Z Compiling derive_more v0.99.20
31042026-06-05T17:16:01.500Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-06-05T17:16:01.544Z Compiling ciborium v0.2.2
31062026-06-05T17:16:01.585Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-05T17:16:01.588Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-05T17:16:01.618Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-05T17:16:01.735Z Compiling byte-wrapper v0.1.0
31102026-06-05T17:16:01.924Z Compiling blake2 v0.10.6
31112026-06-05T17:16:01.943Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31122026-06-05T17:16:01.988Z Compiling password-hash v0.5.0
31132026-06-05T17:16:02.118Z Compiling serde_yaml v0.9.34+deprecated
31142026-06-05T17:16:02.164Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-05T17:16:02.187Z Compiling chacha20poly1305 v0.10.1
31162026-06-05T17:16:02.261Z Compiling argon2 v0.5.3
31172026-06-05T17:16:02.292Z Compiling tokio-rustls v0.25.0
31182026-06-05T17:16:02.375Z Compiling toml_edit v0.23.10+spec-1.0.0
31192026-06-05T17:16:02.503Z Compiling indent_write v2.2.0
31202026-06-05T17:16:02.507Z Compiling heapless v0.8.0
31212026-06-05T17:16:02.557Z Compiling ingot-macros v0.1.1
31222026-06-05T17:16:02.620Z Compiling tabwriter v1.4.1
31232026-06-05T17:16:02.793Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-05T17:16:02.865Z Compiling thiserror-no-std v2.0.2
31252026-06-05T17:16:02.987Z Compiling vsss-rs v3.3.4
31262026-06-05T17:16:03.083Z Compiling test-strategy v0.4.5
31272026-06-05T17:16:03.100Z Compiling typify-impl v0.6.2
31282026-06-05T17:16:03.120Z Compiling parse-display v0.10.0
31292026-06-05T17:16:03.123Z Compiling proc-macro-crate v3.4.0
31302026-06-05T17:16:03.479Z Compiling hash32 v0.3.1
31312026-06-05T17:16:03.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-06-05T17:16:03.515Z Compiling smoltcp v0.11.0
31332026-06-05T17:16:03.670Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31342026-06-05T17:16:03.734Z Compiling num_enum_derive v0.7.6
31352026-06-05T17:16:03.772Z Compiling num-rational v0.4.2
31362026-06-05T17:16:03.796Z Compiling cobs v0.3.0
31372026-06-05T17:16:03.813Z Compiling num-complex v0.4.6
31382026-06-05T17:16:03.873Z Compiling colored v3.1.1
31392026-06-05T17:16:03.918Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-05T17:16:03.965Z Compiling postcard v1.1.3
31412026-06-05T17:16:04.029Z Compiling proc-macro-error v1.0.4
31422026-06-05T17:16:04.167Z Compiling num v0.4.3
31432026-06-05T17:16:04.187Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-06-05T17:16:04.240Z Compiling proc-macro-crate v1.3.1
31452026-06-05T17:16:04.267Z Compiling atomicwrites v0.4.4
31462026-06-05T17:16:04.270Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31472026-06-05T17:16:04.341Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-06-05T17:16:04.382Z Compiling foreign-types-macros v0.2.3
31492026-06-05T17:16:04.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-05T17:16:04.492Z Compiling foreign-types-shared v0.3.1
31512026-06-05T17:16:04.510Z Compiling rayon-core v1.13.0
31522026-06-05T17:16:04.612Z Compiling float-ord v0.3.2
31532026-06-05T17:16:04.612Z Compiling cpufeatures v0.3.0
31542026-06-05T17:16:04.648Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31552026-06-05T17:16:04.707Z Compiling num_enum_derive v0.5.11
31562026-06-05T17:16:04.744Z Compiling chacha20 v0.10.0
31572026-06-05T17:16:04.782Z Compiling crossbeam-deque v0.8.6
31582026-06-05T17:16:04.785Z Compiling camino-tempfile v1.4.1
31592026-06-05T17:16:04.818Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-05T17:16:04.833Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-05T17:16:04.879Z Compiling num_enum v0.7.6
31622026-06-05T17:16:04.907Z Compiling cstr-argument v0.1.2
31632026-06-05T17:16:05.010Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-05T17:16:05.033Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31652026-06-05T17:16:05.051Z Compiling foreign-types v0.5.0
31662026-06-05T17:16:05.072Z Compiling rand v0.10.0
31672026-06-05T17:16:05.093Z Compiling toml v0.8.23
31682026-06-05T17:16:05.163Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-05T17:16:05.259Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-05T17:16:05.279Z Compiling zone_cfg_derive v0.3.1
31712026-06-05T17:16:05.282Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-06-05T17:16:05.316Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-05T17:16:05.347Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31742026-06-05T17:16:05.365Z Compiling itertools v0.12.1
31752026-06-05T17:16:05.446Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-06-05T17:16:05.466Z Compiling num-derive v0.4.2
31772026-06-05T17:16:05.482Z Compiling sigpipe v0.1.3
31782026-06-05T17:16:05.535Z Compiling ingot-types v0.1.2
31792026-06-05T17:16:05.577Z Compiling rayon v1.11.0
31802026-06-05T17:16:05.600Z Compiling glob v0.3.3
31812026-06-05T17:16:05.659Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-06-05T17:16:05.801Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31832026-06-05T17:16:05.833Z Compiling num_enum v0.5.11
31842026-06-05T17:16:05.916Z Compiling ingot v0.1.1
31852026-06-05T17:16:05.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-06-05T17:16:05.986Z Compiling smf v0.2.3
31872026-06-05T17:16:06.002Z Compiling whoami v1.6.1
31882026-06-05T17:16:06.005Z Compiling prettyplease v0.2.37
31892026-06-05T17:16:06.038Z Compiling usdt-attr-macro v0.5.0
31902026-06-05T17:16:06.041Z Compiling usdt-macro v0.5.0
31912026-06-05T17:16:06.075Z Compiling gethostname v0.5.0
31922026-06-05T17:16:06.292Z Compiling memmap v0.7.0
31932026-06-05T17:16:06.328Z Compiling derive-where v1.6.0
31942026-06-05T17:16:06.475Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31952026-06-05T17:16:06.531Z Compiling zone v0.3.1
31962026-06-05T17:16:06.548Z Compiling resolv-conf v0.7.6
31972026-06-05T17:16:06.594Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-06-05T17:16:06.647Z Compiling cancel-safe-futures v0.1.5
31992026-06-05T17:16:06.812Z Compiling owo-colors v4.3.0
32002026-06-05T17:16:06.921Z Compiling libsw-core v0.3.2
32012026-06-05T17:16:06.957Z Compiling console v0.15.11
32022026-06-05T17:16:06.988Z Compiling hickory-proto v0.24.4
32032026-06-05T17:16:07.026Z Compiling usdt v0.5.0
32042026-06-05T17:16:07.125Z Compiling libsw v3.5.0
32052026-06-05T17:16:07.235Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-05T17:16:07.335Z Compiling newline-converter v0.3.0
32072026-06-05T17:16:07.376Z Compiling linear-map v1.2.0
32082026-06-05T17:16:07.405Z Compiling libefi-sys v0.1.0
32092026-06-05T17:16:07.415Z Compiling linked-hash-map v0.5.6
32102026-06-05T17:16:07.454Z Compiling expectorate v1.2.0
32112026-06-05T17:16:07.466Z Compiling git-stub v1.0.0
32122026-06-05T17:16:07.558Z Compiling bitfield-struct v0.6.2
32132026-06-05T17:16:07.601Z Compiling lru-cache v0.1.2
32142026-06-05T17:16:07.608Z Compiling nom v8.0.0
32152026-06-05T17:16:07.645Z Compiling semver v0.1.20
32162026-06-05T17:16:07.656Z Compiling git-stub-vcs v0.1.0
32172026-06-05T17:16:07.705Z Compiling typify-macro v0.6.2
32182026-06-05T17:16:07.755Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32192026-06-05T17:16:07.773Z Compiling tokio-dtrace v0.1.1
32202026-06-05T17:16:07.802Z Compiling dropshot-api-manager-types v0.7.2
32212026-06-05T17:16:07.868Z Compiling rustc_version v0.1.7
32222026-06-05T17:16:07.899Z Compiling slog-dtrace v0.3.0
32232026-06-05T17:16:07.967Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-06-05T17:16:07.986Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-05T17:16:08.056Z Compiling minimal-lexical v0.2.1
32262026-06-05T17:16:08.084Z Compiling oxide-tokio-rt v0.1.4
32272026-06-05T17:16:08.103Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-05T17:16:08.105Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-06-05T17:16:08.139Z Compiling newtype_derive v0.1.6
32302026-06-05T17:16:08.157Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-05T17:16:08.197Z Compiling phf_shared v0.12.1
32322026-06-05T17:16:08.431Z Compiling csv-core v0.1.13
32332026-06-05T17:16:08.435Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-06-05T17:16:08.435Z Compiling nom v7.1.3
32352026-06-05T17:16:08.435Z Compiling xshell-macros v0.2.7
32362026-06-05T17:16:08.435Z Compiling chrono-tz v0.10.4
32372026-06-05T17:16:08.435Z Compiling highway v1.3.0
32382026-06-05T17:16:08.435Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32392026-06-05T17:16:08.534Z Compiling csv v1.4.0
32402026-06-05T17:16:08.761Z Compiling const_format_proc_macros v0.2.34
32412026-06-05T17:16:08.761Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-06-05T17:16:08.769Z Compiling phf v0.12.1
32432026-06-05T17:16:08.794Z Compiling xshell v0.2.7
32442026-06-05T17:16:08.955Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-05T17:16:08.972Z Compiling primeorder v0.13.6
32462026-06-05T17:16:09.466Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-06-05T17:16:09.481Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32482026-06-05T17:16:09.481Z Compiling hickory-resolver v0.24.4
32492026-06-05T17:16:09.481Z Compiling tabled_derive v0.7.0
32502026-06-05T17:16:09.481Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-06-05T17:16:09.481Z Compiling const_format v0.2.35
32522026-06-05T17:16:09.600Z Compiling bcs v0.1.6
32532026-06-05T17:16:09.635Z Compiling typify v0.6.2
32542026-06-05T17:16:09.672Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32552026-06-05T17:16:09.759Z Compiling progenitor-impl v0.14.0
32562026-06-05T17:16:09.814Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-06-05T17:16:09.814Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-06-05T17:16:09.918Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-05T17:16:09.924Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-06-05T17:16:09.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-06-05T17:16:10.144Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-06-05T17:16:10.296Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32632026-06-05T17:16:10.397Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-06-05T17:16:10.416Z Compiling qorb v0.4.1
32652026-06-05T17:16:10.473Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-06-05T17:16:10.556Z Compiling salty v0.3.0
32672026-06-05T17:16:10.623Z Compiling termtree v0.5.1
32682026-06-05T17:16:10.668Z Compiling tagptr v0.2.0
32692026-06-05T17:16:10.740Z Compiling textwrap v0.16.2
32702026-06-05T17:16:10.813Z Compiling moka v0.12.13
32712026-06-05T17:16:10.862Z Compiling tabled v0.15.0
32722026-06-05T17:16:10.886Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-05T17:16:11.184Z Compiling steno v0.4.1
32742026-06-05T17:16:11.298Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-05T17:16:11.374Z Compiling radium v0.7.0
32762026-06-05T17:16:11.476Z Compiling base64 v0.21.7
32772026-06-05T17:16:11.536Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-05T17:16:11.539Z Compiling p384 v0.13.1
32792026-06-05T17:16:11.729Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-06-05T17:16:11.772Z Compiling hickory-resolver v0.25.2
32812026-06-05T17:16:11.873Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-05T17:16:11.980Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-06-05T17:16:12.069Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-05T17:16:12.157Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-05T17:16:12.208Z Compiling typify-impl v0.4.3
32862026-06-05T17:16:12.378Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-06-05T17:16:12.558Z Compiling maybe-uninit v2.0.0
32882026-06-05T17:16:12.576Z Compiling progenitor-macro v0.14.0
32892026-06-05T17:16:12.655Z Compiling tap v1.0.1
32902026-06-05T17:16:12.808Z Compiling wyz v0.5.1
32912026-06-05T17:16:12.868Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-05T17:16:13.038Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-05T17:16:13.194Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-05T17:16:13.213Z Compiling funty v2.0.0
32952026-06-05T17:16:13.386Z Compiling packed_struct v0.10.1
32962026-06-05T17:16:13.414Z Compiling parking_lot_core v0.8.6
32972026-06-05T17:16:13.592Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-06-05T17:16:13.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-06-05T17:16:13.692Z Compiling utf-8 v0.7.6
33002026-06-05T17:16:13.759Z Compiling proc-macro-error2 v2.0.1
33012026-06-05T17:16:13.777Z Compiling bitvec v1.0.1
33022026-06-05T17:16:13.871Z Compiling tungstenite v0.21.0
33032026-06-05T17:16:13.873Z Compiling polyval v0.6.2
33042026-06-05T17:16:13.926Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-05T17:16:13.931Z Compiling num-derive v0.3.3
33062026-06-05T17:16:13.965Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33072026-06-05T17:16:13.968Z Compiling packed_struct_codegen v0.10.1
33082026-06-05T17:16:14.037Z Compiling zerocopy-derive v0.6.6
33092026-06-05T17:16:14.101Z Compiling bitfield-macros v0.19.4
33102026-06-05T17:16:14.121Z Compiling indexmap v1.9.3
33112026-06-05T17:16:14.141Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-06-05T17:16:14.349Z Compiling nodrop v0.1.14
33132026-06-05T17:16:14.365Z Compiling crc-catalog v2.4.0
33142026-06-05T17:16:14.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-06-05T17:16:14.491Z Compiling crc v3.4.0
33162026-06-05T17:16:14.713Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-05T17:16:14.733Z Compiling array-init v0.0.4
33182026-06-05T17:16:14.770Z Compiling tokio-tungstenite v0.21.0
33192026-06-05T17:16:14.819Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33202026-06-05T17:16:14.887Z Compiling bitfield v0.19.4
33212026-06-05T17:16:14.926Z Compiling libscf-sys v1.1.0
33222026-06-05T17:16:14.960Z Compiling zerocopy v0.6.6
33232026-06-05T17:16:15.117Z Compiling tabled_derive v0.11.0
33242026-06-05T17:16:15.134Z Compiling ghash v0.5.1
33252026-06-05T17:16:15.223Z Compiling smallvec v0.6.14
33262026-06-05T17:16:15.263Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-05T17:16:15.310Z Compiling papergrid v0.17.0
33282026-06-05T17:16:15.334Z Compiling testing_table v0.3.0
33292026-06-05T17:16:15.394Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-05T17:16:15.471Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-05T17:16:15.598Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-05T17:16:15.647Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-05T17:16:15.664Z Compiling ctr v0.9.2
33342026-06-05T17:16:15.731Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-05T17:16:15.900Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-05T17:16:15.917Z Compiling corncobs v0.1.4
33372026-06-05T17:16:15.920Z Compiling hashbrown v0.12.3
33382026-06-05T17:16:16.061Z Compiling unicase v2.9.0
33392026-06-05T17:16:16.086Z Compiling illumos-nvpair-sys v0.2.0
33402026-06-05T17:16:16.137Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-06-05T17:16:16.216Z Compiling aes-gcm v0.10.3
33422026-06-05T17:16:16.239Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-06-05T17:16:16.295Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-06-05T17:16:16.313Z Compiling mime_guess v2.0.5
33452026-06-05T17:16:16.356Z Compiling parking_lot v0.11.2
33462026-06-05T17:16:16.420Z Compiling tabled v0.20.0
33472026-06-05T17:16:16.443Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33482026-06-05T17:16:16.460Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33492026-06-05T17:16:16.647Z Compiling serde-hex v0.1.0
33502026-06-05T17:16:16.664Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-06-05T17:16:16.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-05T17:16:16.929Z Compiling typify-macro v0.4.3
33532026-06-05T17:16:16.985Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-05T17:16:17.053Z Compiling ron v0.8.1
33552026-06-05T17:16:17.116Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-06-05T17:16:17.133Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33572026-06-05T17:16:17.181Z Compiling hashbrown v0.13.2
33582026-06-05T17:16:17.243Z Compiling progenitor-client v0.11.2
33592026-06-05T17:16:17.313Z Compiling prefix-trie v0.7.0
33602026-06-05T17:16:17.620Z Compiling blowfish v0.9.1
33612026-06-05T17:16:17.640Z Compiling ssh-encoding v0.2.0
33622026-06-05T17:16:17.705Z Compiling fxhash v0.2.1
33632026-06-05T17:16:17.749Z Compiling secrecy v0.8.0
33642026-06-05T17:16:17.799Z Compiling progenitor v0.14.0
33652026-06-05T17:16:17.887Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33662026-06-05T17:16:17.906Z Compiling crc-any v2.5.0
33672026-06-05T17:16:17.962Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33682026-06-05T17:16:17.966Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-06-05T17:16:18.006Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33702026-06-05T17:16:18.145Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33712026-06-05T17:16:18.184Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33722026-06-05T17:16:18.440Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-06-05T17:16:18.512Z Compiling ssh-cipher v0.2.0
33742026-06-05T17:16:18.768Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-06-05T17:16:18.796Z Compiling typify v0.4.3
33762026-06-05T17:16:18.814Z Compiling sled v0.34.7
33772026-06-05T17:16:18.847Z Compiling bcrypt-pbkdf v0.10.0
33782026-06-05T17:16:18.936Z Compiling progenitor-impl v0.11.2
33792026-06-05T17:16:18.998Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33802026-06-05T17:16:19.041Z Compiling hickory-server v0.25.2
33812026-06-05T17:16:19.186Z Compiling object v0.30.4
33822026-06-05T17:16:19.248Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-05T17:16:19.304Z Compiling password-hash v0.4.2
33842026-06-05T17:16:19.370Z Compiling http-range v0.1.5
33852026-06-05T17:16:19.386Z Compiling path-slash v0.1.5
33862026-06-05T17:16:19.599Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-06-05T17:16:19.711Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-06-05T17:16:19.733Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33892026-06-05T17:16:20.048Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-06-05T17:16:20.067Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33912026-06-05T17:16:20.624Z Compiling half v1.8.3
33922026-06-05T17:16:20.671Z Compiling crc8 v0.1.1
33932026-06-05T17:16:20.826Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-05T17:16:20.936Z Compiling serde_cbor v0.11.2
33952026-06-05T17:16:20.980Z Compiling pbkdf2 v0.11.0
33962026-06-05T17:16:21.000Z Compiling illumos-nvpair v0.3.0
33972026-06-05T17:16:21.288Z Compiling ssh-key v0.6.7
33982026-06-05T17:16:21.548Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-06-05T17:16:21.565Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34002026-06-05T17:16:21.709Z Compiling progenitor-macro v0.11.2
34012026-06-05T17:16:21.770Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34022026-06-05T17:16:22.095Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-05T17:16:22.163Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-05T17:16:22.189Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-06-05T17:16:22.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-05T17:16:22.537Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-05T17:16:22.555Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-05T17:16:22.580Z Compiling p256 v0.13.2
34092026-06-05T17:16:22.688Z Compiling p521 v0.13.3
34102026-06-05T17:16:22.845Z Compiling yasna v0.5.2
34112026-06-05T17:16:23.002Z Compiling kstat-rs v0.2.4
34122026-06-05T17:16:23.096Z Compiling headers-core v0.3.0
34132026-06-05T17:16:23.115Z Compiling nanorand v0.7.0
34142026-06-05T17:16:23.132Z Compiling atty v0.2.14
34152026-06-05T17:16:23.147Z Compiling russh-cryptovec v0.7.3
34162026-06-05T17:16:23.203Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-06-05T17:16:23.255Z Compiling md5 v0.7.0
34182026-06-05T17:16:23.281Z Compiling home v0.5.12
34192026-06-05T17:16:23.349Z Compiling flume v0.11.1
34202026-06-05T17:16:23.375Z Compiling rcgen v0.12.1
34212026-06-05T17:16:23.378Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-05T17:16:23.446Z Compiling russh-keys v0.45.0
34232026-06-05T17:16:23.464Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-06-05T17:16:23.567Z Compiling headers v0.4.1
34252026-06-05T17:16:23.586Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-05T17:16:23.714Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-06-05T17:16:23.730Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-06-05T17:16:23.749Z Compiling hyper-staticfile v0.10.1
34292026-06-05T17:16:23.962Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-06-05T17:16:24.054Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-05T17:16:24.178Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-06-05T17:16:24.197Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-06-05T17:16:24.293Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-05T17:16:24.310Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34352026-06-05T17:16:24.366Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-06-05T17:16:24.595Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-05T17:16:24.644Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-06-05T17:16:24.777Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-06-05T17:16:24.797Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-05T17:16:24.843Z Compiling num-bigint v0.4.6
34412026-06-05T17:16:24.865Z Compiling des v0.8.1
34422026-06-05T17:16:24.906Z Compiling subprocess v0.2.15
34432026-06-05T17:16:24.987Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-05T17:16:25.033Z Compiling display-error-chain v0.2.2
34452026-06-05T17:16:25.092Z Compiling hex-literal v0.4.1
34462026-06-05T17:16:25.123Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-05T17:16:25.144Z Compiling colored v2.2.0
34482026-06-05T17:16:25.163Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-05T17:16:25.209Z Compiling socket2 v0.5.10
34502026-06-05T17:16:25.233Z Compiling internet-checksum v0.2.1
34512026-06-05T17:16:25.440Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-05T17:16:25.671Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-05T17:16:26.114Z Compiling russh v0.45.0
34542026-06-05T17:16:26.688Z Compiling progenitor v0.11.2
34552026-06-05T17:16:26.706Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-06-05T17:16:26.709Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-06-05T17:16:26.871Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-05T17:16:29.205Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-05T17:16:29.861Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-05T17:16:30.347Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-05T17:16:31.941Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-05T17:16:32.534Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-05T17:16:39.948Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-06-05T17:16:39.948Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-06-05T17:16:39.948Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-06-05T17:16:39.951Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-05T17:16:41.697Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-05T17:16:41.823Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-05T17:16:45.935Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-05T17:17:25.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-06-05T17:17:25.485Z
34722026-06-05T17:17:25.485Zreal 1:26.630847727
34732026-06-05T17:17:25.485Zuser 8:12.081642099
34742026-06-05T17:17:25.485Zsys 1:44.075080499
34752026-06-05T17:17:25.485Ztrap 0.249686479
34762026-06-05T17:17:25.488Ztflt 0.598999936
34772026-06-05T17:17:25.488Zdflt 1.710850764
34782026-06-05T17:17:25.488Zkflt 0.000263290
34792026-06-05T17:17:25.488Zlock 29:04.206905923
34802026-06-05T17:17:25.488Zslp 18:45.254758583
34812026-06-05T17:17:25.488Zlat 38.959598278
34822026-06-05T17:17:25.488Zstop 2:57.837380369
34832026-06-05T17:17:25.488Z+ mkdir tests
34842026-06-05T17:17:25.491Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-05T17:17:25.491Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-05T17:17:26.540Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-05T17:17:26.566Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-05T17:17:26.589Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-05T17:17:26.611Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-05T17:17:26.848Z+ 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)
34912026-06-05T17:17:26.850Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34922026-06-05T17:18:49.306ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-05T17:18:49.306Za .github/buildomat/ci-env.sh 1K
34942026-06-05T17:18:49.306Za out/target/test 1K
34952026-06-05T17:18:49.306Za out/npuzone/npuzone 27402K
34962026-06-05T17:18:49.306Za package-manifest.toml 35K
34972026-06-05T17:18:49.306Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-05T17:18:49.306Za target/release/omicron-package 46205K
34992026-06-05T17:18:49.306Za target/release/xtask 11453K
35002026-06-05T17:18:49.306Za target/debug/bootstrap 354734K
35012026-06-05T17:18:49.306Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-05T17:18:49.306Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-05T17:18:49.306Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-05T17:18:49.306Za tests/end_to_end_tests-6c7bc3bbe97020e4 395806K
35052026-06-05T17:18:49.306Za tools/opte_version 1K
35062026-06-05T17:18:49.306Za tools/opte_version_override 2K
35072026-06-05T17:18:49.306Za out/clickhouse.tar.gz 321897K
35082026-06-05T17:18:49.306Za out/clickhouse_keeper.tar.gz 306962K
35092026-06-05T17:18:49.306Za out/clickhouse_server.tar.gz 321895K
35102026-06-05T17:18:49.306Za out/cockroachdb.tar.gz 166143K
35112026-06-05T17:18:49.306Za out/crucible-pantry-zone.tar.gz 41125K
35122026-06-05T17:18:49.306Za out/crucible-utils.tar 16478K
35132026-06-05T17:18:49.306Za out/crucible-zone.tar.gz 56695K
35142026-06-05T17:18:49.306Za out/external-dns.tar.gz 51260K
35152026-06-05T17:18:49.306Za out/internal-dns.tar.gz 51259K
35162026-06-05T17:18:49.306Za out/mg-ddm-gz.tar 97912K
35172026-06-05T17:18:49.306Za out/nexus.tar.gz 280880K
35182026-06-05T17:18:49.306Za out/ntp.tar.gz 32798K
35192026-06-05T17:18:49.306Za out/omicron-gateway-softnpu.tar.gz 29798K
35202026-06-05T17:18:49.306Za out/omicron-sled-agent.tar 206655K
35212026-06-05T17:18:49.306Za out/overlay.tar.gz 3K
35222026-06-05T17:18:49.306Za out/oximeter.tar.gz 68157K
35232026-06-05T17:18:49.306Za out/oxlog.tar 3782K
35242026-06-05T17:18:49.307Za out/probe.tar.gz 3037K
35252026-06-05T17:18:49.307Za out/propolis-server.tar.gz 34918K
35262026-06-05T17:18:49.307Za out/pumpkind-gz.tar 26647K
35272026-06-05T17:18:49.307Za out/switch-softnpu.tar.gz 455255K
35282026-06-05T17:18:49.310Z
35292026-06-05T17:18:49.310Zreal 1:22.455206569
35302026-06-05T17:18:49.310Zuser 1:19.712714459
35312026-06-05T17:18:49.311Zsys 4.564174812
35322026-06-05T17:18:49.311Ztrap 0.005864772
35332026-06-05T17:18:49.311Ztflt 0.000000000
35342026-06-05T17:18:49.311Zdflt 0.000000000
35352026-06-05T17:18:49.311Zkflt 0.000000000
35362026-06-05T17:18:49.311Zlock 0.000000000
35372026-06-05T17:18:49.311Zslp 1:19.646780315
35382026-06-05T17:18:49.311Zlat 0.977030847
35392026-06-05T17:18:49.311Zstop 0.000143160
35402026-06-05T17:18:49.311Zprocess exited: duration 975867 ms, exit code 0
 
35412026-06-05T17:18:49.324Zfound 1 output files
35422026-06-05T17:18:49.324Zuploading: /work/package.tar.gz (2568476099 bytes)
35432026-06-05T17:19:22.896Zuploaded: /work/package.tar.gz