01KS2ZQSTFA196N04AGGZG1BH2: 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: 01KS2ZRAF74F9MSS7E9EZJH0WV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:24:24.393Zjob assigned to worker 01KS2ZRE6F8PACV764AARXSNJW [factory aws, i-059311ebf758ed68d] (queued for 50 s)
 
22026-05-20T15:24:31.730Zstarting task 0: "setup"
32026-05-20T15:24:31.737Z++ uname -s
42026-05-20T15:24:31.740Z+ kern=SunOS
52026-05-20T15:24:31.740Z+ build_user=build
62026-05-20T15:24:31.741Z+ build_uid=12345
72026-05-20T15:24:31.741Z+ work_dir=/work
82026-05-20T15:24:31.741Z+ input_dir=/input
92026-05-20T15:24:31.741Z+ [[ 0 == 12345 ]]
102026-05-20T15:24:31.741Z+ case "$kern" in
112026-05-20T15:24:31.741Z+ groupadd -g 12345 build
122026-05-20T15:24:31.741Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:24:33.747Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:24:33.800Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:24:33.803Z+ home_fs=zfs
162026-05-20T15:24:33.803Z+ [[ zfs == autofs ]]
172026-05-20T15:24:33.803Z+ mkdir -p /home/build
182026-05-20T15:24:33.803Z+ chown build:build /home/build /work
192026-05-20T15:24:35.805Z+ chmod 0700 /home/build /work
202026-05-20T15:24:35.808Zprocess exited: duration 4078 ms, exit code 0
 
212026-05-20T15:24:35.815Zstarting task 1: "rust-toolchain"
222026-05-20T15:24:35.820Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T15:24:35.820Z * rust toolchain channel = "1.94.0"
242026-05-20T15:24:35.820Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T15:24:35.820Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T15:24:35.820Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:24:35.820Z * rust toolchain profile = "default"
282026-05-20T15:24:35.825Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:24:35.825Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T15:24:35.885Zinfo: downloading installer
312026-05-20T15:24:37.328Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T15:24:37.328Zwarn: /home/build/.rustup/settings.toml
332026-05-20T15:24:37.328Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T15:24:37.328Zwarn: instead of the one inferred from the default host triple.
352026-05-20T15:24:37.339Zinfo: profile set to default
362026-05-20T15:24:37.339Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T15:24:37.342Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T15:24:37.477Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T15:24:37.481Zinfo: downloading 6 components
402026-05-20T15:24:53.212Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T15:24:53.212Z
422026-05-20T15:24:53.241Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T15:24:53.241Z
442026-05-20T15:24:53.241Z
452026-05-20T15:24:53.241ZRust is installed now. Great!
462026-05-20T15:24:53.241Z
472026-05-20T15:24:53.241ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T15:24:53.245Zenvironment variable. This has not been done automatically.
492026-05-20T15:24:53.245Z
502026-05-20T15:24:53.245ZTo configure your current shell, you need to source
512026-05-20T15:24:53.245Zthe corresponding env file under $HOME/.cargo.
522026-05-20T15:24:53.245Z
532026-05-20T15:24:53.245ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T15:24:53.245Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T15:24:53.245Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T15:24:53.245Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T15:24:53.245Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T15:24:53.245Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T15:24:53.245Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T15:24:53.245Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T15:24:53.245Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T15:24:53.340Z+ rustup --version
632026-05-20T15:24:53.346Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T15:24:53.350Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T15:24:53.368Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T15:24:53.372Z+ cargo --version
672026-05-20T15:24:53.380Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T15:24:53.383Z+ rustc --version
692026-05-20T15:24:53.402Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T15:24:53.405Zprocess exited: duration 17589 ms, exit code 0
 
712026-05-20T15:24:53.411Zstarting task 2: "authentication"
722026-05-20T15:24:53.430Zprocess exited: duration 19 ms, exit code 0
 
732026-05-20T15:24:53.437Zstarting task 3: "clone repository"
742026-05-20T15:24:53.441Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T15:24:53.445Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T15:24:53.475ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T15:25:03.765Z+ cd /work/oxidecomputer/omicron
782026-05-20T15:25:03.765Z+ git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552
792026-05-20T15:25:04.105ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T15:25:04.105Z * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD
812026-05-20T15:25:04.119Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-20T15:25:04.122Z++ git branch --show-current
832026-05-20T15:25:04.122Z+ current=main
842026-05-20T15:25:04.122Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-20T15:25:04.122Z+ git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552
862026-05-20T15:25:04.125Z+ git checkout -f zl/ddm-internal-dns
872026-05-20T15:25:04.364ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-20T15:25:04.367Z+ git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552
892026-05-20T15:25:04.385ZHEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-20T15:25:04.389Zprocess exited: duration 10949 ms, exit code 0
 
912026-05-20T15:25:04.395Zstarting task 4: "build"
922026-05-20T15:25:04.400Z+ source .github/buildomat/ci-env.sh
932026-05-20T15:25:04.400Z++ export CARGO_TERM_COLOR=always
942026-05-20T15:25:04.400Z++ CARGO_TERM_COLOR=always
952026-05-20T15:25:04.400Z+ cargo --version
962026-05-20T15:25:04.411Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T15:25:04.414Z+ rustc --version
982026-05-20T15:25:04.433Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T15:25:04.437Z+ WORK=/work
1002026-05-20T15:25:04.437Z+ pfexec mkdir -p /work
1012026-05-20T15:25:04.440Z+ pfexec chown build /work
1022026-05-20T15:25:04.443Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-20T15:25:06.563Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-20T15:25:06.619Z Startup: Caching catalogs ... Done
1052026-05-20T15:25:06.830ZPlanning: Solver setup ... Done (0.172s)
1062026-05-20T15:25:06.845ZPlanning: Running solver ... Done (0.016s)
1072026-05-20T15:25:06.851ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-20T15:25:06.863ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-20T15:25:06.886ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-20T15:25:06.900ZPlanning: Package planning ... Done (0.014s)
1112026-05-20T15:25:06.903ZPlanning: Merging actions ... Done (0.002s)
1122026-05-20T15:25:07.091ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-05-20T15:25:07.095ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-20T15:25:07.821ZPlanning: Evaluating mediators ... Done (0.729s)
1152026-05-20T15:25:07.824ZPlanning: Planning completed in 1.18 seconds
1162026-05-20T15:25:07.830Z Packages to install: 2
1172026-05-20T15:25:07.830Z Estimated space available: 156.08 GB
1182026-05-20T15:25:07.833ZEstimated space to be consumed: 19.74 MB
1192026-05-20T15:25:07.833Z Create boot environment: No
1202026-05-20T15:25:07.833ZCreate backup boot environment: No
1212026-05-20T15:25:07.833Z Rebuild boot archive: No
1222026-05-20T15:25:07.833Z
1232026-05-20T15:25:07.833ZChanged packages:
1242026-05-20T15:25:07.833Zhelios
1252026-05-20T15:25:07.833Z developer/build-essential
1262026-05-20T15:25:07.833Z None -> 11-3.0
1272026-05-20T15:25:07.833Z library/libxmlsec1
1282026-05-20T15:25:07.833Z None -> 1.2.35-3.0
1292026-05-20T15:25:07.854Z
1302026-05-20T15:25:07.854ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-20T15:25:08.408ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-20T15:25:08.473Z Actions: 1/268 actions (Installing new actions)
1332026-05-20T15:25:08.512Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-20T15:25:08.519ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-20T15:25:08.519ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-20T15:25:08.534ZFinalize: Updating image state ... Done (0.015s)
1372026-05-20T15:25:11.014ZFinalize: Creating fast lookup database ... Done (2.458s)
1382026-05-20T15:25:11.084ZFinalize: Reading search index ... Done (0.012s)
1392026-05-20T15:25:11.087ZFinalize: Updating search index ... Done (0.000s)
1402026-05-20T15:25:11.178ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-20T15:25:11.472ZPlanning: Evaluating mediator changes ... Done
1422026-05-20T15:25:11.576ZPlanning: Checking for conflicting actions ... Done
1432026-05-20T15:25:11.580ZPlanning: Consolidating action changes ... Done
1442026-05-20T15:25:11.735ZPlanning: Evaluating mediators ... Done
1452026-05-20T15:25:11.735ZPlanning: Planning completed in 0.26 seconds
1462026-05-20T15:25:11.758Z Mediators to change: 2
1472026-05-20T15:25:11.758Z Create boot environment: No
1482026-05-20T15:25:11.759ZCreate backup boot environment: No
1492026-05-20T15:25:11.830ZFinalize: Updating package state database ... Done
1502026-05-20T15:25:11.834ZFinalize: Updating package cache ... Done
1512026-05-20T15:25:11.840ZFinalize: Updating image state ... Done
1522026-05-20T15:25:13.760ZFinalize: Creating fast lookup database ... Done
1532026-05-20T15:25:13.821ZFinalize: Reading search index ... Done
1542026-05-20T15:25:13.825ZFinalize: Updating search index ... Done
1552026-05-20T15:25:13.909ZFinalize: Updating package cache ... Done
1562026-05-20T15:25:14.192ZPlanning: Evaluating mediator changes ... Done
1572026-05-20T15:25:14.296ZPlanning: Checking for conflicting actions ... Done
1582026-05-20T15:25:14.300ZPlanning: Consolidating action changes ... Done
1592026-05-20T15:25:14.450ZPlanning: Evaluating mediators ... Done
1602026-05-20T15:25:14.453ZPlanning: Planning completed in 0.26 seconds
1612026-05-20T15:25:14.473Z Mediators to change: 1
1622026-05-20T15:25:14.473Z Create boot environment: No
1632026-05-20T15:25:14.473ZCreate backup boot environment: No
1642026-05-20T15:25:14.530ZFinalize: Updating package state database ... Done
1652026-05-20T15:25:14.530ZFinalize: Updating package cache ... Done
1662026-05-20T15:25:14.539ZFinalize: Updating image state ... Done
1672026-05-20T15:25:16.467ZFinalize: Creating fast lookup database ... Done
1682026-05-20T15:25:16.533ZFinalize: Reading search index ... Done
1692026-05-20T15:25:16.536ZFinalize: Updating search index ... Done
1702026-05-20T15:25:16.606ZFinalize: Updating package cache ... Done
1712026-05-20T15:25:16.913ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-20T15:25:16.913Zapache system 2.4 system
1732026-05-20T15:25:16.913Zclang system 15 system
1742026-05-20T15:25:16.913Zcsh system system illumos
1752026-05-20T15:25:16.913Zctags system system illumos
1762026-05-20T15:25:16.913Zfile vendor vendor darwinsys
1772026-05-20T15:25:16.913Zfile system system illumos
1782026-05-20T15:25:16.913Zgcc vendor 14 vendor
1792026-05-20T15:25:16.913Zgcc system 13 system
1802026-05-20T15:25:16.913Zgcc system 10 system
1812026-05-20T15:25:16.913Zgo system 1.25 system
1822026-05-20T15:25:16.913Zllvm system 15 system
1832026-05-20T15:25:16.913Zmariadb system 11.4 system
1842026-05-20T15:25:16.913Zmta vendor vendor dma
1852026-05-20T15:25:16.913Zopenjdk system 17 system
1862026-05-20T15:25:16.913Zopenjdk system 11 system
1872026-05-20T15:25:16.913Zopenssl vendor 3 vendor
1882026-05-20T15:25:16.913Zperl system 5.40 system
1892026-05-20T15:25:16.913Zpostgresql system 18 system
1902026-05-20T15:25:16.913Zpostgresql system 17 system
1912026-05-20T15:25:16.913Zpython vendor 3 vendor
1922026-05-20T15:25:16.913Zpython system 2 system
1932026-05-20T15:25:16.913Zpython3 vendor 3.13 vendor
1942026-05-20T15:25:16.913Zruby system 3.4 system
1952026-05-20T15:25:16.913Zruby system 3.0 system
1962026-05-20T15:25:16.913Zwords vendor vendor american-english
1972026-05-20T15:25:16.913Zwords system system australian-english
1982026-05-20T15:25:16.913Zwords system system british-english
1992026-05-20T15:25:16.913Zwords system system canadian-english
2002026-05-20T15:25:16.913Zwords system system french
2012026-05-20T15:25:16.913Zwords system system italian
2022026-05-20T15:25:16.914Zwords system system ngerman
2032026-05-20T15:25:16.914Zwords system system ogerman
2042026-05-20T15:25:16.914Zwords system system spanish
2052026-05-20T15:25:17.165ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-20T15:25:17.165Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-20T15:25:17.431ZFMRI IFO
2082026-05-20T15:25:17.431Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-20T15:25:17.431Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-20T15:25:17.431Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-20T15:25:17.431Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-20T15:25:17.431Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-20T15:25:17.431Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-20T15:25:17.431Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-20T15:25:17.431Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-20T15:25:17.431Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-20T15:25:17.659Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-20T15:25:17.929Z Updating crates.io index
2192026-05-20T15:25:17.963Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-20T15:25:18.241Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-20T15:25:19.212Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-20T15:25:19.770Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-20T15:25:20.570Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-20T15:25:21.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-20T15:25:22.500Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-20T15:25:23.218Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-20T15:25:23.659Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-20T15:25:24.755Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-20T15:25:25.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-20T15:25:25.436Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-20T15:25:25.776Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-20T15:25:26.735Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-20T15:25:27.260Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-20T15:25:27.570Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-20T15:25:27.876Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-20T15:25:28.240Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-20T15:25:28.576Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-20T15:25:28.894Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-20T15:25:29.119Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-20T15:25:29.457Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-20T15:25:29.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-20T15:25:30.237Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-20T15:25:30.792Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-20T15:25:31.041Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-20T15:25:31.345Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-20T15:25:32.304Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-20T15:25:32.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-20T15:25:33.387Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-20T15:25:33.851Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-20T15:25:34.235Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-20T15:25:34.596Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-20T15:25:34.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-20T15:25:35.228Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-20T15:25:35.563Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-20T15:25:36.038Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-20T15:25:36.297Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-20T15:25:36.543Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-20T15:25:49.083Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-20T15:25:49.590Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-05-20T15:25:51.344Z Downloading crates ...
2612026-05-20T15:25:51.394Z Downloaded camino-tempfile v1.4.1
2622026-05-20T15:25:51.401Z Downloaded clap_derive v4.6.1
2632026-05-20T15:25:51.406Z Downloaded clap_lex v1.0.0
2642026-05-20T15:25:51.410Z Downloaded anyhow v1.0.102
2652026-05-20T15:25:51.410Z Downloaded camino v1.2.2
2662026-05-20T15:25:51.413Z Downloaded thiserror-impl v2.0.18
2672026-05-20T15:25:51.413Z Downloaded anstream v1.0.0
2682026-05-20T15:25:51.413Z Downloaded byteorder v1.5.0
2692026-05-20T15:25:51.416Z Downloaded serde_tokenstream v0.2.3
2702026-05-20T15:25:51.416Z Downloaded colorchoice v1.0.4
2712026-05-20T15:25:51.419Z Downloaded anstyle v1.0.14
2722026-05-20T15:25:51.419Z Downloaded scroll_derive v0.12.1
2732026-05-20T15:25:51.422Z Downloaded percent-encoding v2.3.2
2742026-05-20T15:25:51.422Z Downloaded cargo_metadata v0.21.0
2752026-05-20T15:25:51.422Z Downloaded anstyle-parse v1.0.0
2762026-05-20T15:25:51.426Z Downloaded terminal_size v0.4.3
2772026-05-20T15:25:51.426Z Downloaded anstyle-query v1.1.5
2782026-05-20T15:25:51.426Z Downloaded thread-id v4.2.2
2792026-05-20T15:25:51.426Z Downloaded synstructure v0.13.2
2802026-05-20T15:25:51.429Z Downloaded utf8_iter v1.0.4
2812026-05-20T15:25:51.432Z Downloaded version_check v0.9.5
2822026-05-20T15:25:51.432Z Downloaded toml_write v0.1.2
2832026-05-20T15:25:51.435Z Downloaded clap_builder v4.6.0
2842026-05-20T15:25:51.438Z Downloaded yoke-derive v0.8.1
2852026-05-20T15:25:51.438Z Downloaded bitflags v2.11.0
2862026-05-20T15:25:51.442Z Downloaded utf8parse v0.2.2
2872026-05-20T15:25:51.442Z Downloaded typenum v1.19.0
2882026-05-20T15:25:51.442Z Downloaded usdt v0.5.0
2892026-05-20T15:25:51.446Z Downloaded scroll v0.12.0
2902026-05-20T15:25:51.446Z Downloaded typeid v1.0.3
2912026-05-20T15:25:51.446Z Downloaded unicode-xid v0.2.6
2922026-05-20T15:25:51.446Z Downloaded serde-value v0.7.0
2932026-05-20T15:25:51.449Z Downloaded sha2 v0.10.9
2942026-05-20T15:25:51.453Z Downloaded block-buffer v0.10.4
2952026-05-20T15:25:51.453Z Downloaded unicode-linebreak v0.1.5
2962026-05-20T15:25:51.453Z Downloaded is_terminal_polyfill v1.70.2
2972026-05-20T15:25:51.456Z Downloaded zerofrom-derive v0.1.6
2982026-05-20T15:25:51.456Z Downloaded toml_datetime v0.6.11
2992026-05-20T15:25:51.456Z Downloaded form_urlencoded v1.2.2
3002026-05-20T15:25:51.456Z Downloaded tinystr v0.8.2
3012026-05-20T15:25:51.460Z Downloaded heck v0.4.1
3022026-05-20T15:25:51.460Z Downloaded thiserror-impl v1.0.69
3032026-05-20T15:25:51.460Z Downloaded thiserror v1.0.69
3042026-05-20T15:25:51.463Z Downloaded usdt-attr-macro v0.5.0
3052026-05-20T15:25:51.463Z Downloaded dtrace-parser v0.2.0
3062026-05-20T15:25:51.463Z Downloaded dof v0.3.0
3072026-05-20T15:25:51.463Z Downloaded usdt-macro v0.5.0
3082026-05-20T15:25:51.467Z Downloaded zerovec-derive v0.11.2
3092026-05-20T15:25:51.467Z Downloaded potential_utf v0.1.4
3102026-05-20T15:25:51.471Z Downloaded crypto-common v0.1.7
3112026-05-20T15:25:51.471Z Downloaded macaddr v1.0.1
3122026-05-20T15:25:51.471Z Downloaded writeable v0.6.2
3132026-05-20T15:25:51.471Z Downloaded cfg-if v1.0.4
3142026-05-20T15:25:51.475Z Downloaded plain v0.2.3
3152026-05-20T15:25:51.475Z Downloaded zerofrom v0.1.6
3162026-05-20T15:25:51.475Z Downloaded heck v0.5.0
3172026-05-20T15:25:51.475Z Downloaded toml v0.8.23
3182026-05-20T15:25:51.478Z Downloaded zmij v1.0.21
3192026-05-20T15:25:51.481Z Downloaded fnv v1.0.7
3202026-05-20T15:25:51.481Z Downloaded errno v0.3.14
3212026-05-20T15:25:51.481Z Downloaded usdt-impl v0.5.0
3222026-05-20T15:25:51.486Z Downloaded thiserror v2.0.18
3232026-05-20T15:25:51.489Z Downloaded ordered-float v2.10.1
3242026-05-20T15:25:51.489Z Downloaded tabled_derive v0.7.0
3252026-05-20T15:25:51.489Z Downloaded serde_spanned v0.6.9
3262026-05-20T15:25:51.489Z Downloaded ucd-trie v0.1.7
3272026-05-20T15:25:51.489Z Downloaded stable_deref_trait v1.2.1
3282026-05-20T15:25:51.489Z Downloaded itoa v1.0.17
3292026-05-20T15:25:51.489Z Downloaded cpufeatures v0.2.17
3302026-05-20T15:25:51.494Z Downloaded swrite v0.1.0
3312026-05-20T15:25:51.494Z Downloaded smawk v0.3.2
3322026-05-20T15:25:51.494Z Downloaded zerocopy-derive v0.7.35
3332026-05-20T15:25:51.499Z Downloaded getrandom v0.4.1
3342026-05-20T15:25:51.499Z Downloaded autocfg v1.5.0
3352026-05-20T15:25:51.502Z Downloaded yoke v0.8.1
3362026-05-20T15:25:51.502Z Downloaded generic-array v0.14.7
3372026-05-20T15:25:51.502Z Downloaded unicode-ident v1.0.24
3382026-05-20T15:25:51.512Z Downloaded textwrap v0.16.2
3392026-05-20T15:25:51.512Z Downloaded strsim v0.11.1
3402026-05-20T15:25:51.515Z Downloaded zerocopy v0.7.35
3412026-05-20T15:25:51.520Z Downloaded zerotrie v0.2.3
3422026-05-20T15:25:51.523Z Downloaded proc-macro-error-attr v1.0.4
3432026-05-20T15:25:51.523Z Downloaded bytecount v0.6.9
3442026-05-20T15:25:51.527Z Downloaded url v2.5.8
3452026-05-20T15:25:51.527Z Downloaded idna_adapter v1.2.1
3462026-05-20T15:25:51.527Z Downloaded zerovec v0.11.5
3472026-05-20T15:25:51.531Z Downloaded quote v1.0.45
3482026-05-20T15:25:51.535Z Downloaded fastrand v2.3.0
3492026-05-20T15:25:51.535Z Downloaded toml_edit v0.22.27
3502026-05-20T15:25:51.535Z Downloaded pretty-hex v0.4.1
3512026-05-20T15:25:51.535Z Downloaded memmap v0.7.0
3522026-05-20T15:25:51.538Z Downloaded erased-serde v0.4.9
3532026-05-20T15:25:51.538Z Downloaded winnow v0.7.14
3542026-05-20T15:25:51.542Z Downloaded fs-err v3.3.0
3552026-05-20T15:25:51.545Z Downloaded semver v1.0.28
3562026-05-20T15:25:51.545Z Downloaded cargo_toml v0.21.0
3572026-05-20T15:25:51.545Z Downloaded cargo-platform v0.2.0
3582026-05-20T15:25:51.548Z Downloaded digest v0.10.7
3592026-05-20T15:25:51.548Z Downloaded unicode-width v0.2.0
3602026-05-20T15:25:51.551Z Downloaded unicode-width v0.1.14
3612026-05-20T15:25:51.560Z Downloaded proc-macro-error v1.0.4
3622026-05-20T15:25:51.563Z Downloaded equivalent v1.0.2
3632026-05-20T15:25:51.563Z Downloaded serde-untagged v0.1.9
3642026-05-20T15:25:51.569Z Downloaded displaydoc v0.2.5
3652026-05-20T15:25:51.572Z Downloaded serde v1.0.228
3662026-05-20T15:25:51.576Z Downloaded tempfile v3.25.0
3672026-05-20T15:25:51.576Z Downloaded pest_derive v2.8.6
3682026-05-20T15:25:51.576Z Downloaded once_cell v1.21.3
3692026-05-20T15:25:51.579Z Downloaded litemap v0.8.1
3702026-05-20T15:25:51.579Z Downloaded cargo-util-schemas v0.8.2
3712026-05-20T15:25:51.588Z Downloaded pest_generator v2.8.6
3722026-05-20T15:25:51.598Z Downloaded icu_properties v2.1.2
3732026-05-20T15:25:51.602Z Downloaded num-traits v0.2.19
3742026-05-20T15:25:51.606Z Downloaded icu_provider v2.1.1
3752026-05-20T15:25:51.606Z Downloaded proc-macro2 v1.0.106
3762026-05-20T15:25:51.611Z Downloaded serde_derive v1.0.228
3772026-05-20T15:25:51.614Z Downloaded log v0.4.29
3782026-05-20T15:25:51.614Z Downloaded clap v4.6.1
3792026-05-20T15:25:51.619Z Downloaded icu_normalizer v2.1.1
3802026-05-20T15:25:51.622Z Downloaded icu_locale_core v2.1.1
3812026-05-20T15:25:51.625Z Downloaded smallvec v1.15.1
3822026-05-20T15:25:51.630Z Downloaded papergrid v0.11.0
3832026-05-20T15:25:51.633Z Downloaded pest_meta v2.8.6
3842026-05-20T15:25:51.637Z Downloaded icu_normalizer_data v2.1.1
3852026-05-20T15:25:51.640Z Downloaded icu_collections v2.1.1
3862026-05-20T15:25:51.646Z Downloaded memchr v2.8.0
3872026-05-20T15:25:51.650Z Downloaded serde_core v1.0.228
3882026-05-20T15:25:51.653Z Downloaded indexmap v2.14.0
3892026-05-20T15:25:51.669Z Downloaded hashbrown v0.17.0
3902026-05-20T15:25:51.673Z Downloaded pest v2.8.6
3912026-05-20T15:25:51.676Z Downloaded idna v1.1.0
3922026-05-20T15:25:51.680Z Downloaded goblin v0.8.2
3932026-05-20T15:25:51.689Z Downloaded icu_properties_data v2.1.2
3942026-05-20T15:25:51.693Z Downloaded serde_json v1.0.149
3952026-05-20T15:25:51.710Z Downloaded tabled v0.15.0
3962026-05-20T15:25:51.720Z Downloaded syn v1.0.109
3972026-05-20T15:25:51.728Z Downloaded syn v2.0.117
3982026-05-20T15:25:51.743Z Downloaded rustix v1.1.3
3992026-05-20T15:25:51.772Z Downloaded libc v0.2.185
4002026-05-20T15:25:51.839Z Compiling proc-macro2 v1.0.106
4012026-05-20T15:25:51.842Z Compiling unicode-ident v1.0.24
4022026-05-20T15:25:51.842Z Compiling quote v1.0.45
4032026-05-20T15:25:51.842Z Compiling serde_core v1.0.228
4042026-05-20T15:25:51.842Z Compiling libc v0.2.185
4052026-05-20T15:25:51.842Z Compiling version_check v0.9.5
4062026-05-20T15:25:51.842Z Compiling memchr v2.8.0
4072026-05-20T15:25:52.023Z Compiling serde v1.0.228
4082026-05-20T15:25:52.027Z Compiling stable_deref_trait v1.2.1
4092026-05-20T15:25:52.027Z Compiling zmij v1.0.21
4102026-05-20T15:25:52.027Z Compiling thiserror v1.0.69
4112026-05-20T15:25:52.037Z Compiling autocfg v1.5.0
4122026-05-20T15:25:52.093Z Compiling itoa v1.0.17
4132026-05-20T15:25:52.099Z Compiling ucd-trie v0.1.7
4142026-05-20T15:25:52.099Z Compiling writeable v0.6.2
4152026-05-20T15:25:52.235Z Compiling litemap v0.8.1
4162026-05-20T15:25:52.294Z Compiling byteorder v1.5.0
4172026-05-20T15:25:52.483Z Compiling icu_properties_data v2.1.2
4182026-05-20T15:25:52.499Z Compiling rustix v1.1.3
4192026-05-20T15:25:52.521Z Compiling pest v2.8.6
4202026-05-20T15:25:52.552Z Compiling icu_normalizer_data v2.1.1
4212026-05-20T15:25:52.587Z Compiling serde_json v1.0.149
4222026-05-20T15:25:52.710Z Compiling bitflags v2.11.0
4232026-05-20T15:25:52.776Z Compiling num-traits v0.2.19
4242026-05-20T15:25:52.812Z Compiling equivalent v1.0.2
4252026-05-20T15:25:52.830Z Compiling hashbrown v0.17.0
4262026-05-20T15:25:52.980Z Compiling typeid v1.0.3
4272026-05-20T15:25:53.014Z Compiling smallvec v1.15.1
4282026-05-20T15:25:53.050Z Compiling proc-macro-error-attr v1.0.4
4292026-05-20T15:25:53.066Z Compiling usdt-impl v0.5.0
4302026-05-20T15:25:53.118Z Compiling toml_write v0.1.2
4312026-05-20T15:25:53.135Z Compiling erased-serde v0.4.9
4322026-05-20T15:25:53.172Z Compiling syn v1.0.109
4332026-05-20T15:25:53.222Z Compiling winnow v0.7.14
4342026-05-20T15:25:53.296Z Compiling proc-macro-error v1.0.4
4352026-05-20T15:25:53.328Z Compiling errno v0.3.14
4362026-05-20T15:25:53.345Z Compiling thread-id v4.2.2
4372026-05-20T15:25:53.381Z Compiling getrandom v0.4.1
4382026-05-20T15:25:53.402Z Compiling thiserror v2.0.18
4392026-05-20T15:25:53.471Z Compiling indexmap v2.14.0
4402026-05-20T15:25:53.543Z Compiling utf8_iter v1.0.4
4412026-05-20T15:25:53.578Z Compiling pest_meta v2.8.6
4422026-05-20T15:25:53.578Z Compiling camino v1.2.2
4432026-05-20T15:25:53.612Z Compiling percent-encoding v2.3.2
4442026-05-20T15:25:53.626Z Compiling plain v0.2.3
4452026-05-20T15:25:53.794Z Compiling syn v2.0.117
4462026-05-20T15:25:53.812Z Compiling utf8parse v0.2.2
4472026-05-20T15:25:53.830Z Compiling log v0.4.29
4482026-05-20T15:25:53.884Z Compiling form_urlencoded v1.2.2
4492026-05-20T15:25:53.935Z Compiling anstyle-parse v1.0.0
4502026-05-20T15:25:54.038Z Compiling ordered-float v2.10.1
4512026-05-20T15:25:54.071Z Compiling cfg-if v1.0.4
4522026-05-20T15:25:54.087Z Compiling anstyle-query v1.1.5
4532026-05-20T15:25:54.091Z Compiling colorchoice v1.0.4
4542026-05-20T15:25:54.131Z Compiling is_terminal_polyfill v1.70.2
4552026-05-20T15:25:54.149Z Compiling anstyle v1.0.14
4562026-05-20T15:25:54.167Z Compiling pretty-hex v0.4.1
4572026-05-20T15:25:54.238Z Compiling fs-err v3.3.0
4582026-05-20T15:25:54.255Z Compiling fastrand v2.3.0
4592026-05-20T15:25:54.322Z Compiling unicode-width v0.1.14
4602026-05-20T15:25:54.339Z Compiling anstream v1.0.0
4612026-05-20T15:25:54.339Z Compiling heck v0.4.1
4622026-05-20T15:25:54.381Z Compiling terminal_size v0.4.3
4632026-05-20T15:25:54.398Z Compiling heck v0.5.0
4642026-05-20T15:25:54.417Z Compiling bytecount v0.6.9
4652026-05-20T15:25:54.452Z Compiling fnv v1.0.7
4662026-05-20T15:25:54.539Z Compiling once_cell v1.21.3
4672026-05-20T15:25:54.556Z Compiling strsim v0.11.1
4682026-05-20T15:25:54.575Z Compiling clap_lex v1.0.0
4692026-05-20T15:25:54.614Z Compiling anyhow v1.0.102
4702026-05-20T15:25:54.671Z Compiling semver v1.0.28
4712026-05-20T15:25:54.743Z Compiling unicode-xid v0.2.6
4722026-05-20T15:25:54.773Z Compiling clap_builder v4.6.0
4732026-05-20T15:25:54.808Z Compiling tempfile v3.25.0
4742026-05-20T15:25:54.833Z Compiling papergrid v0.11.0
4752026-05-20T15:25:54.890Z Compiling memmap v0.7.0
4762026-05-20T15:25:54.918Z Compiling unicode-linebreak v0.1.5
4772026-05-20T15:25:54.969Z Compiling unicode-width v0.2.0
4782026-05-20T15:25:55.113Z Compiling serde-untagged v0.1.9
4792026-05-20T15:25:55.189Z Compiling smawk v0.3.2
4802026-05-20T15:25:55.199Z Compiling camino-tempfile v1.4.1
4812026-05-20T15:25:55.219Z Compiling swrite v0.1.0
4822026-05-20T15:25:55.266Z Compiling textwrap v0.16.2
4832026-05-20T15:25:55.307Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-05-20T15:25:55.667Z Compiling tabled_derive v0.7.0
4852026-05-20T15:25:56.264Z Compiling tabled v0.15.0
4862026-05-20T15:25:56.297Z Compiling synstructure v0.13.2
4872026-05-20T15:25:56.297Z Compiling pest_generator v2.8.6
4882026-05-20T15:25:56.864Z Compiling serde_derive v1.0.228
4892026-05-20T15:25:56.867Z Compiling zerofrom-derive v0.1.6
4902026-05-20T15:25:56.867Z Compiling yoke-derive v0.8.1
4912026-05-20T15:25:56.867Z Compiling zerovec-derive v0.11.2
4922026-05-20T15:25:56.867Z Compiling displaydoc v0.2.5
4932026-05-20T15:25:56.867Z Compiling thiserror-impl v1.0.69
4942026-05-20T15:25:56.867Z Compiling zerocopy-derive v0.7.35
4952026-05-20T15:25:56.868Z Compiling scroll_derive v0.12.1
4962026-05-20T15:25:56.868Z Compiling thiserror-impl v2.0.18
4972026-05-20T15:25:56.868Z Compiling clap_derive v4.6.1
4982026-05-20T15:25:57.001Z Compiling pest_derive v2.8.6
4992026-05-20T15:25:57.676Z Compiling zerocopy v0.7.35
5002026-05-20T15:25:57.695Z Compiling scroll v0.12.0
5012026-05-20T15:25:57.851Z Compiling zerofrom v0.1.6
5022026-05-20T15:25:57.931Z Compiling goblin v0.8.2
5032026-05-20T15:25:57.975Z Compiling yoke v0.8.1
5042026-05-20T15:25:58.043Z Compiling dtrace-parser v0.2.0
5052026-05-20T15:25:58.126Z Compiling zerovec v0.11.5
5062026-05-20T15:25:58.126Z Compiling zerotrie v0.2.3
5072026-05-20T15:25:58.336Z Compiling clap v4.6.1
5082026-05-20T15:25:58.578Z Compiling tinystr v0.8.2
5092026-05-20T15:25:58.578Z Compiling potential_utf v0.1.4
5102026-05-20T15:25:58.682Z Compiling icu_collections v2.1.1
5112026-05-20T15:25:58.730Z Compiling icu_locale_core v2.1.1
5122026-05-20T15:25:59.259Z Compiling icu_provider v2.1.1
5132026-05-20T15:25:59.431Z Compiling toml_datetime v0.6.11
5142026-05-20T15:25:59.431Z Compiling serde_spanned v0.6.9
5152026-05-20T15:25:59.431Z Compiling serde-value v0.7.0
5162026-05-20T15:25:59.431Z Compiling cargo-platform v0.2.0
5172026-05-20T15:25:59.436Z Compiling macaddr v1.0.1
5182026-05-20T15:25:59.465Z Compiling dof v0.3.0
5192026-05-20T15:25:59.468Z Compiling serde_tokenstream v0.2.3
5202026-05-20T15:25:59.482Z Compiling icu_properties v2.1.2
5212026-05-20T15:25:59.486Z Compiling icu_normalizer v2.1.1
5222026-05-20T15:25:59.617Z Compiling toml_edit v0.22.27
5232026-05-20T15:26:00.188Z Compiling usdt-macro v0.5.0
5242026-05-20T15:26:00.188Z Compiling usdt-attr-macro v0.5.0
5252026-05-20T15:26:00.337Z Compiling idna_adapter v1.2.1
5262026-05-20T15:26:00.440Z Compiling idna v1.1.0
5272026-05-20T15:26:00.703Z Compiling url v2.5.8
5282026-05-20T15:26:00.775Z Compiling usdt v0.5.0
5292026-05-20T15:26:00.876Z Compiling toml v0.8.23
5302026-05-20T15:26:01.205Z Compiling cargo-util-schemas v0.8.2
5312026-05-20T15:26:01.205Z Compiling cargo_toml v0.21.0
5322026-05-20T15:26:02.006Z Compiling cargo_metadata v0.21.0
5332026-05-20T15:26:02.935Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-20T15:26:04.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.50s
5352026-05-20T15:26:05.251Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-20T15:26:05.816Z Downloading crates ...
5372026-05-20T15:26:05.914Z Downloaded atomic-waker v1.1.2
5382026-05-20T15:26:05.926Z Downloaded base16ct v0.2.0
5392026-05-20T15:26:05.930Z Downloaded backon v1.6.0
5402026-05-20T15:26:05.934Z Downloaded atty v0.2.14
5412026-05-20T15:26:05.937Z Downloaded crc-any v2.5.0
5422026-05-20T15:26:05.937Z Downloaded atomicwrites v0.4.4
5432026-05-20T15:26:05.940Z Downloaded diesel_table_macro_syntax v0.3.0
5442026-05-20T15:26:05.945Z Downloaded crossbeam-epoch v0.9.18
5452026-05-20T15:26:05.948Z Downloaded fd-lock v4.0.4
5462026-05-20T15:26:05.948Z Downloaded base64 v0.21.7
5472026-05-20T15:26:05.951Z Downloaded backoff v0.4.0
5482026-05-20T15:26:05.958Z Downloaded defmt-macros v1.0.1
5492026-05-20T15:26:05.958Z Downloaded either v1.15.0
5502026-05-20T15:26:05.958Z Downloaded drift v0.1.4
5512026-05-20T15:26:05.961Z Downloaded crossbeam-deque v0.8.6
5522026-05-20T15:26:05.964Z Downloaded crc8 v0.1.1
5532026-05-20T15:26:05.964Z Downloaded cmake v0.1.57
5542026-05-20T15:26:05.964Z Downloaded argon2 v0.5.3
5552026-05-20T15:26:05.967Z Downloaded allocator-api2 v0.2.21
5562026-05-20T15:26:05.967Z Downloaded castaway v0.2.4
5572026-05-20T15:26:05.967Z Downloaded dsl_auto_type v0.2.0
5582026-05-20T15:26:05.971Z Downloaded crc-catalog v2.4.0
5592026-05-20T15:26:05.971Z Downloaded arrayref v0.3.9
5602026-05-20T15:26:05.975Z Downloaded embedded-io v0.4.0
5612026-05-20T15:26:05.975Z Downloaded ciborium-ll v0.2.2
5622026-05-20T15:26:05.978Z Downloaded cargo-platform v0.1.9
5632026-05-20T15:26:05.983Z Downloaded dunce v1.0.5
5642026-05-20T15:26:05.986Z Downloaded ciborium v0.2.2
5652026-05-20T15:26:05.986Z Downloaded base64 v0.22.1
5662026-05-20T15:26:05.990Z Downloaded env_logger v0.11.9
5672026-05-20T15:26:05.993Z Downloaded elliptic-curve v0.13.8
5682026-05-20T15:26:05.996Z Downloaded crossterm v0.28.1
5692026-05-20T15:26:06.000Z Downloaded crc32fast v1.5.0
5702026-05-20T15:26:06.000Z Downloaded float-cmp v0.10.0
5712026-05-20T15:26:06.000Z Downloaded document-features v0.2.12
5722026-05-20T15:26:06.004Z Downloaded debug-ignore v1.0.5
5732026-05-20T15:26:06.004Z Downloaded crucible-workspace-hack v0.1.0
5742026-05-20T15:26:06.004Z Downloaded crossbeam-utils v0.8.21
5752026-05-20T15:26:06.008Z Downloaded bitfield-macros v0.19.4
5762026-05-20T15:26:06.008Z Downloaded assert_matches v1.5.0
5772026-05-20T15:26:06.008Z Downloaded dirs-next v2.0.0
5782026-05-20T15:26:06.008Z Downloaded cfg_aliases v0.1.1
5792026-05-20T15:26:06.011Z Downloaded filetime v0.2.27
5802026-05-20T15:26:06.015Z Downloaded crc v3.4.0
5812026-05-20T15:26:06.015Z Downloaded async-stream-impl v0.3.6
5822026-05-20T15:26:06.015Z Downloaded dropshot-api-manager-types v0.7.1
5832026-05-20T15:26:06.015Z Downloaded curve25519-dalek-derive v0.1.1
5842026-05-20T15:26:06.019Z Downloaded ciborium-io v0.2.2
5852026-05-20T15:26:06.019Z Downloaded difflib v0.4.0
5862026-05-20T15:26:06.019Z Downloaded ascii-canvas v3.0.0
5872026-05-20T15:26:06.019Z Downloaded defmt v0.3.100
5882026-05-20T15:26:06.019Z Downloaded array-init v0.0.4
5892026-05-20T15:26:06.022Z Downloaded flagset v0.4.7
5902026-05-20T15:26:06.022Z Downloaded crunchy v0.2.4
5912026-05-20T15:26:06.022Z Downloaded defmt-parser v1.0.0
5922026-05-20T15:26:06.022Z Downloaded bit-set v0.5.3
5932026-05-20T15:26:06.026Z Downloaded float-ord v0.3.2
5942026-05-20T15:26:06.026Z Downloaded block-padding v0.3.3
5952026-05-20T15:26:06.026Z Downloaded darling_macro v0.23.0
5962026-05-20T15:26:06.026Z Downloaded darling_macro v0.20.11
5972026-05-20T15:26:06.029Z Downloaded cexpr v0.6.0
5982026-05-20T15:26:06.029Z Downloaded embedded-io v0.6.1
5992026-05-20T15:26:06.029Z Downloaded dtrace-parser v0.3.0
6002026-05-20T15:26:06.029Z Downloaded enum-as-inner v0.6.1
6012026-05-20T15:26:06.033Z Downloaded endian-type v0.1.2
6022026-05-20T15:26:06.033Z Downloaded downcast-rs v2.0.2
6032026-05-20T15:26:06.033Z Downloaded cipher v0.4.4
6042026-05-20T15:26:06.033Z Downloaded cstr-argument v0.1.2
6052026-05-20T15:26:06.038Z Downloaded dof v0.4.0
6062026-05-20T15:26:06.038Z Downloaded bitflags v1.3.2
6072026-05-20T15:26:06.038Z Downloaded darling_macro v0.21.3
6082026-05-20T15:26:06.038Z Downloaded anstyle-parse v0.2.7
6092026-05-20T15:26:06.043Z Downloaded adler2 v2.0.1
6102026-05-20T15:26:06.043Z Downloaded cfg_aliases v0.2.1
6112026-05-20T15:26:06.046Z Downloaded dirs-sys-next v0.1.2
6122026-05-20T15:26:06.046Z Downloaded dyn-clone v1.0.20
6132026-05-20T15:26:06.046Z Downloaded bb8 v0.8.6
6142026-05-20T15:26:06.050Z Downloaded bitfield-struct v0.6.2
6152026-05-20T15:26:06.050Z Downloaded bit-set v0.8.0
6162026-05-20T15:26:06.056Z Downloaded critical-section v1.2.0
6172026-05-20T15:26:06.056Z Downloaded derive_more v0.99.20
6182026-05-20T15:26:06.059Z Downloaded cpufeatures v0.3.0
6192026-05-20T15:26:06.059Z Downloaded foreign-types-shared v0.3.1
6202026-05-20T15:26:06.059Z Downloaded env_filter v1.0.0
6212026-05-20T15:26:06.059Z Downloaded bcrypt-pbkdf v0.10.0
6222026-05-20T15:26:06.059Z Downloaded derive_builder_macro v0.20.2
6232026-05-20T15:26:06.059Z Downloaded async-stream v0.3.6
6242026-05-20T15:26:06.063Z Downloaded foreign-types-macros v0.2.3
6252026-05-20T15:26:06.066Z Downloaded foreign-types v0.5.0
6262026-05-20T15:26:06.066Z Downloaded derive-ex v0.1.8
6272026-05-20T15:26:06.071Z Downloaded data-encoding v2.10.0
6282026-05-20T15:26:06.071Z Downloaded daft-derive v0.1.7
6292026-05-20T15:26:06.075Z Downloaded daft v0.1.7
6302026-05-20T15:26:06.075Z Downloaded futures-core v0.3.32
6312026-05-20T15:26:06.075Z Downloaded ghash v0.5.1
6322026-05-20T15:26:06.075Z Downloaded futures-sink v0.3.32
6332026-05-20T15:26:06.081Z Downloaded futures-macro v0.3.32
6342026-05-20T15:26:06.081Z Downloaded gethostname v0.5.0
6352026-05-20T15:26:06.081Z Downloaded fxhash v0.2.1
6362026-05-20T15:26:06.081Z Downloaded futures-io v0.3.32
6372026-05-20T15:26:06.081Z Downloaded foreign-types-shared v0.1.1
6382026-05-20T15:26:06.081Z Downloaded foreign-types v0.3.2
6392026-05-20T15:26:06.085Z Downloaded csv-core v0.1.13
6402026-05-20T15:26:06.085Z Downloaded display-error-chain v0.2.2
6412026-05-20T15:26:06.085Z Downloaded des v0.8.1
6422026-05-20T15:26:06.085Z Downloaded fixedbitset v0.5.7
6432026-05-20T15:26:06.085Z Downloaded diesel-dtrace v0.5.0
6442026-05-20T15:26:06.088Z Downloaded compression-core v0.4.31
6452026-05-20T15:26:06.088Z Downloaded defmt v1.0.1
6462026-05-20T15:26:06.091Z Downloaded fixedbitset v0.4.2
6472026-05-20T15:26:06.091Z Downloaded derive_builder_core v0.20.2
6482026-05-20T15:26:06.091Z Downloaded erased-serde v0.3.31
6492026-05-20T15:26:06.095Z Downloaded cargo_metadata v0.19.2
6502026-05-20T15:26:06.095Z Downloaded der_derive v0.7.3
6512026-05-20T15:26:06.098Z Downloaded cbc v0.1.2
6522026-05-20T15:26:06.098Z Downloaded async-recursion v1.1.1
6532026-05-20T15:26:06.098Z Downloaded hash32 v0.3.1
6542026-05-20T15:26:06.102Z Downloaded arrayvec v0.7.6
6552026-05-20T15:26:06.102Z Downloaded hash32 v0.2.1
6562026-05-20T15:26:06.102Z Downloaded base64ct v1.8.3
6572026-05-20T15:26:06.105Z Downloaded ff v0.13.1
6582026-05-20T15:26:06.105Z Downloaded fallible-iterator v0.2.0
6592026-05-20T15:26:06.105Z Downloaded cobs v0.3.0
6602026-05-20T15:26:06.146Z Downloaded camino-tempfile-ext v0.3.3
6612026-05-20T15:26:06.146Z Downloaded colored v2.2.0
6622026-05-20T15:26:06.146Z Downloaded async-bb8-diesel v0.2.1
6632026-05-20T15:26:06.146Z Downloaded headers-core v0.3.0
6642026-05-20T15:26:06.146Z Downloaded find-msvc-tools v0.1.9
6652026-05-20T15:26:06.146Z Downloaded git-stub v1.0.0
6662026-05-20T15:26:06.146Z Downloaded const_format_proc_macros v0.2.34
6672026-05-20T15:26:06.146Z Downloaded chacha20poly1305 v0.10.1
6682026-05-20T15:26:06.146Z Downloaded fs_extra v1.3.0
6692026-05-20T15:26:06.146Z Downloaded hex-literal v0.4.1
6702026-05-20T15:26:06.146Z Downloaded ctr v0.9.2
6712026-05-20T15:26:06.146Z Downloaded ahash v0.8.12
6722026-05-20T15:26:06.146Z Downloaded home v0.5.12
6732026-05-20T15:26:06.146Z Downloaded hex v0.4.3
6742026-05-20T15:26:06.146Z Downloaded hostname v0.4.2
6752026-05-20T15:26:06.146Z Downloaded constant_time_eq v0.4.2
6762026-05-20T15:26:06.147Z Downloaded cassowary v0.3.0
6772026-05-20T15:26:06.147Z Downloaded ecdsa v0.16.9
6782026-05-20T15:26:06.147Z Downloaded fs-err v2.11.0
6792026-05-20T15:26:06.147Z Downloaded futures-task v0.3.32
6802026-05-20T15:26:06.147Z Downloaded convert_case v0.4.0
6812026-05-20T15:26:06.147Z Downloaded aead v0.5.2
6822026-05-20T15:26:06.147Z Downloaded bit-vec v0.6.3
6832026-05-20T15:26:06.147Z Downloaded futures-executor v0.3.32
6842026-05-20T15:26:06.147Z Downloaded deranged v0.5.8
6852026-05-20T15:26:06.147Z Downloaded blowfish v0.9.1
6862026-05-20T15:26:06.147Z Downloaded async-trait v0.1.89
6872026-05-20T15:26:06.147Z Downloaded foldhash v0.1.5
6882026-05-20T15:26:06.147Z Downloaded corncobs v0.1.4
6892026-05-20T15:26:06.151Z Downloaded hubpack_derive v0.1.1
6902026-05-20T15:26:06.151Z Downloaded convert_case v0.10.0
6912026-05-20T15:26:06.151Z Downloaded compression-codecs v0.4.37
6922026-05-20T15:26:06.151Z Downloaded ident_case v1.0.1
6932026-05-20T15:26:06.151Z Downloaded funty v2.0.0
6942026-05-20T15:26:06.151Z Downloaded foldhash v0.2.0
6952026-05-20T15:26:06.151Z Downloaded bitfield v0.19.4
6962026-05-20T15:26:06.154Z Downloaded bit-vec v0.8.0
6972026-05-20T15:26:06.154Z Downloaded derive_more-impl v2.1.1
6982026-05-20T15:26:06.157Z Downloaded httpdate v1.0.3
6992026-05-20T15:26:06.157Z Downloaded darling v0.21.3
7002026-05-20T15:26:06.160Z Downloaded hyper-tls v0.6.0
7012026-05-20T15:26:06.164Z Downloaded darling v0.20.11
7022026-05-20T15:26:06.164Z Downloaded console v0.16.2
7032026-05-20T15:26:06.167Z Downloaded darling v0.23.0
7042026-05-20T15:26:06.170Z Downloaded indent_write v2.2.0
7052026-05-20T15:26:06.170Z Downloaded inout v0.1.4
7062026-05-20T15:26:06.173Z Downloaded group v0.13.0
7072026-05-20T15:26:06.173Z Downloaded ed25519 v2.2.3
7082026-05-20T15:26:06.173Z Downloaded bzip2 v0.6.1
7092026-05-20T15:26:06.179Z Downloaded anstream v0.6.21
7102026-05-20T15:26:06.179Z Downloaded chacha20 v0.10.0
7112026-05-20T15:26:06.185Z Downloaded chacha20 v0.9.1
7122026-05-20T15:26:06.185Z Downloaded illumos-nvpair v0.3.0
7132026-05-20T15:26:06.185Z Downloaded indoc v1.0.9
7142026-05-20T15:26:06.185Z Downloaded bzip2 v0.4.4
7152026-05-20T15:26:06.185Z Downloaded is-terminal v0.4.17
7162026-05-20T15:26:06.189Z Downloaded internet-checksum v0.2.1
7172026-05-20T15:26:06.189Z Downloaded instant v0.1.13
7182026-05-20T15:26:06.189Z Downloaded cc v1.2.56
7192026-05-20T15:26:06.189Z Downloaded blake2 v0.10.6
7202026-05-20T15:26:06.189Z Downloaded glob v0.3.3
7212026-05-20T15:26:06.192Z Downloaded is_ci v1.2.0
7222026-05-20T15:26:06.192Z Downloaded globset v0.4.18
7232026-05-20T15:26:06.192Z Downloaded diff v0.1.13
7242026-05-20T15:26:06.196Z Downloaded git-stub-vcs v0.1.0
7252026-05-20T15:26:06.196Z Downloaded clang-sys v1.8.1
7262026-05-20T15:26:06.196Z Downloaded instability v0.3.11
7272026-05-20T15:26:06.199Z Downloaded lazy_static v1.5.0
7282026-05-20T15:26:06.199Z Downloaded kstat-rs v0.2.4
7292026-05-20T15:26:06.199Z Downloaded keccak v0.1.6
7302026-05-20T15:26:06.203Z Downloaded cancel-safe-futures v0.1.5
7312026-05-20T15:26:06.203Z Downloaded buf-list v1.1.2
7322026-05-20T15:26:06.206Z Downloaded libscf-sys v1.1.0
7332026-05-20T15:26:06.206Z Downloaded lru v0.12.5
7342026-05-20T15:26:06.206Z Downloaded linked-hash-map v0.5.6
7352026-05-20T15:26:06.206Z Downloaded lalrpop-util v0.19.12
7362026-05-20T15:26:06.209Z Downloaded http-range v0.1.5
7372026-05-20T15:26:06.209Z Downloaded http-body v1.0.1
7382026-05-20T15:26:06.209Z Downloaded hostname v0.3.1
7392026-05-20T15:26:06.213Z Downloaded futures-channel v0.3.32
7402026-05-20T15:26:06.213Z Downloaded colored v3.1.1
7412026-05-20T15:26:06.216Z Downloaded cookie_store v0.22.1
7422026-05-20T15:26:06.216Z Downloaded byte-wrapper v0.1.0
7432026-05-20T15:26:06.219Z Downloaded hyper-staticfile v0.10.1
7442026-05-20T15:26:06.220Z Downloaded hubpack v0.1.2
7452026-05-20T15:26:06.220Z Downloaded bcs v0.1.6
7462026-05-20T15:26:06.223Z Downloaded ena v0.14.4
7472026-05-20T15:26:06.223Z Downloaded lru-cache v0.1.2
7482026-05-20T15:26:06.223Z Downloaded illumos-nvpair-sys v0.2.0
7492026-05-20T15:26:06.226Z Downloaded http-body-util v0.1.3
7502026-05-20T15:26:06.226Z Downloaded humantime v2.3.0
7512026-05-20T15:26:06.226Z Downloaded mime v0.3.17
7522026-05-20T15:26:06.230Z Downloaded lru-slab v0.1.2
7532026-05-20T15:26:06.230Z Downloaded half v1.8.3
7542026-05-20T15:26:06.230Z Downloaded ingot v0.1.1
7552026-05-20T15:26:06.230Z Downloaded indoc v2.0.7
7562026-05-20T15:26:06.233Z Downloaded match_cfg v0.1.0
7572026-05-20T15:26:06.233Z Downloaded memoffset v0.9.1
7582026-05-20T15:26:06.233Z Downloaded maplit v1.0.2
7592026-05-20T15:26:06.237Z Downloaded dropshot_endpoint v0.17.0
7602026-05-20T15:26:06.237Z Downloaded globwalk v0.9.1
7612026-05-20T15:26:06.240Z Downloaded const-oid v0.9.6
7622026-05-20T15:26:06.240Z Downloaded maybe-uninit v2.0.0
7632026-05-20T15:26:06.240Z Downloaded derive-where v1.6.0
7642026-05-20T15:26:06.244Z Downloaded derive_builder v0.20.2
7652026-05-20T15:26:06.248Z Downloaded darling_core v0.23.0
7662026-05-20T15:26:06.253Z Downloaded managed v0.8.0
7672026-05-20T15:26:06.253Z Downloaded lzss v0.8.2
7682026-05-20T15:26:06.253Z Downloaded ingot-types v0.1.2
7692026-05-20T15:26:06.253Z Downloaded ipnet v2.11.0
7702026-05-20T15:26:06.256Z Downloaded md-5 v0.10.6
7712026-05-20T15:26:06.256Z Downloaded newtype-uuid-macros v0.1.0
7722026-05-20T15:26:06.257Z Downloaded newline-converter v0.3.0
7732026-05-20T15:26:06.257Z Downloaded new_debug_unreachable v1.0.6
7742026-05-20T15:26:06.257Z Downloaded nibble_vec v0.1.0
7752026-05-20T15:26:06.257Z Downloaded newtype_derive v0.1.6
7762026-05-20T15:26:06.260Z Downloaded fatfs v0.3.6
7772026-05-20T15:26:06.260Z Downloaded impl-trait-for-tuples v0.2.3
7782026-05-20T15:26:06.266Z Downloaded hmac v0.12.1
7792026-05-20T15:26:06.266Z Downloaded console v0.15.11
7802026-05-20T15:26:06.266Z Downloaded libsw v3.5.0
7812026-05-20T15:26:06.269Z Downloaded libefi-sys v0.1.0
7822026-05-20T15:26:06.269Z Downloaded getrandom v0.2.17
7832026-05-20T15:26:06.269Z Downloaded dropshot_endpoint v0.16.7
7842026-05-20T15:26:06.274Z Downloaded num v0.4.3
7852026-05-20T15:26:06.274Z Downloaded num-derive v0.3.3
7862026-05-20T15:26:06.274Z Downloaded multimap v0.10.1
7872026-05-20T15:26:06.280Z Downloaded opaque-debug v0.3.1
7882026-05-20T15:26:06.280Z Downloaded flume v0.11.1
7892026-05-20T15:26:06.284Z Downloaded nodrop v0.1.14
7902026-05-20T15:26:06.284Z Downloaded normalize-line-endings v0.3.0
7912026-05-20T15:26:06.284Z Downloaded nonempty v0.12.0
7922026-05-20T15:26:06.284Z Downloaded getrandom v0.3.4
7932026-05-20T15:26:06.288Z Downloaded iana-time-zone v0.1.65
7942026-05-20T15:26:06.288Z Downloaded num-iter v0.1.45
7952026-05-20T15:26:06.288Z Downloaded num-conv v0.2.0
7962026-05-20T15:26:06.288Z Downloaded num_threads v0.1.7
7972026-05-20T15:26:06.291Z Downloaded num-derive v0.4.2
7982026-05-20T15:26:06.291Z Downloaded oso-derive v0.27.3
7992026-05-20T15:26:06.297Z Downloaded olpc-cjson v0.1.4
8002026-05-20T15:26:06.300Z Downloaded darling_core v0.21.3
8012026-05-20T15:26:06.305Z Downloaded openssl-probe v0.1.6
8022026-05-20T15:26:06.305Z Downloaded packed_struct_codegen v0.10.1
8032026-05-20T15:26:06.305Z Downloaded openssl-macros v0.1.1
8042026-05-20T15:26:06.305Z Downloaded num_enum_derive v0.5.11
8052026-05-20T15:26:06.309Z Downloaded cookie v0.18.1
8062026-05-20T15:26:06.313Z Downloaded ipnetwork v0.21.1
8072026-05-20T15:26:06.316Z Downloaded httparse v1.10.1
8082026-05-20T15:26:06.332Z Downloaded parse-size v1.1.0
8092026-05-20T15:26:06.335Z Downloaded arc-swap v1.8.2
8102026-05-20T15:26:06.335Z Downloaded nu-ansi-term v0.50.3
8112026-05-20T15:26:06.335Z Downloaded parse-display v0.10.0
8122026-05-20T15:26:06.335Z Downloaded multer v3.1.0
8132026-05-20T15:26:06.343Z Downloaded openssl-probe v0.2.1
8142026-05-20T15:26:06.343Z Downloaded pbkdf2 v0.11.0
8152026-05-20T15:26:06.346Z Downloaded num_enum v0.5.11
8162026-05-20T15:26:06.346Z Downloaded phf_shared v0.11.3
8172026-05-20T15:26:06.346Z Downloaded newtype-uuid v1.3.2
8182026-05-20T15:26:06.347Z Downloaded ingot-macros v0.1.1
8192026-05-20T15:26:06.347Z Downloaded phf_shared v0.13.1
8202026-05-20T15:26:06.347Z Downloaded darling_core v0.20.11
8212026-05-20T15:26:06.350Z Downloaded path-slash v0.1.5
8222026-05-20T15:26:06.350Z Downloaded native-tls v0.2.18
8232026-05-20T15:26:06.353Z Downloaded peg-runtime v0.8.5
8242026-05-20T15:26:06.353Z Downloaded crypto-bigint v0.5.5
8252026-05-20T15:26:06.356Z Downloaded litrs v1.0.0
8262026-05-20T15:26:06.360Z Downloaded hyper-rustls v0.27.7
8272026-05-20T15:26:06.360Z Downloaded phf_shared v0.12.1
8282026-05-20T15:26:06.360Z Downloaded mime_guess v2.0.5
8292026-05-20T15:26:06.363Z Downloaded md5 v0.7.0
8302026-05-20T15:26:06.363Z Downloaded lock_api v0.4.14
8312026-05-20T15:26:06.363Z Downloaded linear-map v1.2.0
8322026-05-20T15:26:06.363Z Downloaded jobserver v0.1.34
8332026-05-20T15:26:06.367Z Downloaded compact_str v0.8.1
8342026-05-20T15:26:06.367Z Downloaded highway v1.3.0
8352026-05-20T15:26:06.370Z Downloaded owo-colors v4.3.0
8362026-05-20T15:26:06.370Z Downloaded futures v0.3.32
8372026-05-20T15:26:06.373Z Downloaded flate2 v1.1.9
8382026-05-20T15:26:06.376Z Downloaded nanorand v0.7.0
8392026-05-20T15:26:06.376Z Downloaded precomputed-hash v0.1.1
8402026-05-20T15:26:06.380Z Downloaded der v0.7.10
8412026-05-20T15:26:06.386Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-05-20T15:26:06.386Z Downloaded num_enum_derive v0.7.6
8432026-05-20T15:26:06.386Z Downloaded pin-utils v0.1.0
8442026-05-20T15:26:06.389Z Downloaded half v2.7.1
8452026-05-20T15:26:06.389Z Downloaded derive_more v2.1.1
8462026-05-20T15:26:06.393Z Downloaded pbkdf2 v0.12.2
8472026-05-20T15:26:06.399Z Downloaded parse-display-derive v0.10.0
8482026-05-20T15:26:06.399Z Downloaded libsw-core v0.3.2
8492026-05-20T15:26:06.399Z Downloaded proc-macro-crate v3.4.0
8502026-05-20T15:26:06.399Z Downloaded proc-macro-crate v1.3.1
8512026-05-20T15:26:06.404Z Downloaded dropshot-api-manager v0.7.1
8522026-05-20T15:26:06.404Z Downloaded progenitor-client v0.10.0
8532026-05-20T15:26:06.404Z Downloaded num_enum v0.7.6
8542026-05-20T15:26:06.409Z Downloaded num-rational v0.4.2
8552026-05-20T15:26:06.409Z Downloaded num-integer v0.1.46
8562026-05-20T15:26:06.409Z Downloaded powerfmt v0.2.0
8572026-05-20T15:26:06.409Z Downloaded pem-rfc7468 v0.7.0
8582026-05-20T15:26:06.409Z Downloaded predicates-tree v1.0.13
8592026-05-20T15:26:06.409Z Downloaded peg-macros v0.8.5
8602026-05-20T15:26:06.413Z Downloaded peg v0.8.5
8612026-05-20T15:26:06.413Z Downloaded oxnet v0.1.5
8622026-05-20T15:26:06.413Z Downloaded libbz2-rs-sys v0.2.2
8632026-05-20T15:26:06.417Z Downloaded const_format v0.2.35
8642026-05-20T15:26:06.423Z Downloaded bytes v1.11.1
8652026-05-20T15:26:06.423Z Downloaded phf v0.13.1
8662026-05-20T15:26:06.427Z Downloaded progenitor-macro v0.13.0
8672026-05-20T15:26:06.427Z Downloaded crossbeam-channel v0.5.15
8682026-05-20T15:26:06.427Z Downloaded oxide-tokio-rt v0.1.4
8692026-05-20T15:26:06.427Z Downloaded ed25519-dalek v2.2.0
8702026-05-20T15:26:06.427Z Downloaded pkg-config v0.3.32
8712026-05-20T15:26:06.430Z Downloaded ignore v0.4.25
8722026-05-20T15:26:06.430Z Downloaded memmap2 v0.9.10
8732026-05-20T15:26:06.430Z Downloaded password-hash v0.4.2
8742026-05-20T15:26:06.435Z Downloaded phf v0.12.1
8752026-05-20T15:26:06.435Z Downloaded pkcs8 v0.10.2
8762026-05-20T15:26:06.441Z Downloaded polyval v0.6.2
8772026-05-20T15:26:06.441Z Downloaded paste v1.0.15
8782026-05-20T15:26:06.441Z Downloaded progenitor-client v0.14.0
8792026-05-20T15:26:06.441Z Downloaded progenitor-client v0.11.2
8802026-05-20T15:26:06.444Z Downloaded packed_struct v0.10.1
8812026-05-20T15:26:06.444Z Downloaded progenitor-macro v0.11.2
8822026-05-20T15:26:06.444Z Downloaded indexmap v1.9.3
8832026-05-20T15:26:06.444Z Downloaded psl-types v2.0.11
8842026-05-20T15:26:06.444Z Downloaded progenitor-macro v0.14.0
8852026-05-20T15:26:06.448Z Downloaded postgres-protocol v0.6.10
8862026-05-20T15:26:06.448Z Downloaded quick-error v1.2.3
8872026-05-20T15:26:06.448Z Downloaded expectorate v1.2.0
8882026-05-20T15:26:06.451Z Downloaded progenitor-macro v0.10.0
8892026-05-20T15:26:06.451Z Downloaded parking_lot_core v0.8.6
8902026-05-20T15:26:06.451Z Downloaded num-complex v0.4.6
8912026-05-20T15:26:06.454Z Downloaded pin-project-internal v1.1.11
8922026-05-20T15:26:06.454Z Downloaded heapless v0.8.0
8932026-05-20T15:26:06.458Z Downloaded rand_chacha v0.3.1
8942026-05-20T15:26:06.458Z Downloaded parking_lot_core v0.9.12
8952026-05-20T15:26:06.461Z Downloaded parking_lot v0.11.2
8962026-05-20T15:26:06.461Z Downloaded crossterm v0.29.0
8972026-05-20T15:26:06.465Z Downloaded heapless v0.7.17
8982026-05-20T15:26:06.469Z Downloaded pem v3.0.6
8992026-05-20T15:26:06.469Z Downloaded progenitor v0.14.0
9002026-05-20T15:26:06.469Z Downloaded proc-macro-error2 v2.0.1
9012026-05-20T15:26:06.472Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-20T15:26:06.472Z Downloaded recursive v0.1.1
9032026-05-20T15:26:06.472Z Downloaded rand_xorshift v0.4.0
9042026-05-20T15:26:06.476Z Downloaded pin-project-lite v0.2.17
9052026-05-20T15:26:06.476Z Downloaded ref-cast-impl v1.0.25
9062026-05-20T15:26:06.482Z Downloaded ref-cast v1.0.25
9072026-05-20T15:26:06.482Z Downloaded poly1305 v0.8.0
9082026-05-20T15:26:06.486Z Downloaded hickory-resolver v0.24.4
9092026-05-20T15:26:06.490Z Downloaded libloading v0.8.9
9102026-05-20T15:26:06.496Z Downloaded bumpalo v3.20.2
9112026-05-20T15:26:06.499Z Downloaded omicron-zone-package v0.12.2
9122026-05-20T15:26:06.500Z Downloaded pkcs5 v0.7.1
9132026-05-20T15:26:06.504Z Downloaded rtoolbox v0.0.3
9142026-05-20T15:26:06.508Z Downloaded predicates v3.1.4
9152026-05-20T15:26:06.508Z Downloaded predicates-core v1.0.10
9162026-05-20T15:26:06.508Z Downloaded russh-cryptovec v0.7.3
9172026-05-20T15:26:06.508Z Downloaded rustc-hash v2.1.1
9182026-05-20T15:26:06.508Z Downloaded r2d2 v0.8.10
9192026-05-20T15:26:06.513Z Downloaded postcard v1.1.3
9202026-05-20T15:26:06.516Z Downloaded ppv-lite86 v0.2.21
9212026-05-20T15:26:06.516Z Downloaded papergrid v0.17.0
9222026-05-20T15:26:06.520Z Downloaded progenitor v0.13.0
9232026-05-20T15:26:06.521Z Downloaded progenitor v0.11.2
9242026-05-20T15:26:06.524Z Downloaded progenitor v0.10.0
9252026-05-20T15:26:06.524Z Downloaded rustc_version v0.4.1
9262026-05-20T15:26:06.524Z Downloaded progenitor-extras v0.2.0
9272026-05-20T15:26:06.524Z Downloaded progenitor-client v0.13.0
9282026-05-20T15:26:06.524Z Downloaded password-hash v0.5.0
9292026-05-20T15:26:06.529Z Downloaded psm v0.1.30
9302026-05-20T15:26:06.529Z Downloaded diesel_derives v2.3.7
9312026-05-20T15:26:06.532Z Downloaded rfc6979 v0.4.0
9322026-05-20T15:26:06.532Z Downloaded ar_archive_writer v0.5.1
9332026-05-20T15:26:06.535Z Downloaded rustc_version v0.1.7
9342026-05-20T15:26:06.535Z Downloaded parking_lot v0.12.5
9352026-05-20T15:26:06.539Z Downloaded rand_seeder v0.4.0
9362026-05-20T15:26:06.539Z Downloaded rand_core v0.10.0
9372026-05-20T15:26:06.544Z Downloaded primeorder v0.13.6
9382026-05-20T15:26:06.547Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-20T15:26:06.547Z Downloaded headers v0.4.1
9402026-05-20T15:26:06.550Z Downloaded scopeguard v1.2.0
9412026-05-20T15:26:06.550Z Downloaded sapling-renderdag v0.1.0
9422026-05-20T15:26:06.562Z Downloaded scrypt v0.11.0
9432026-05-20T15:26:06.568Z Downloaded serde_bytes v0.11.19
9442026-05-20T15:26:06.571Z Downloaded radium v0.7.0
9452026-05-20T15:26:06.572Z Downloaded pkcs1 v0.7.5
9462026-05-20T15:26:06.572Z Downloaded rand_core v0.6.4
9472026-05-20T15:26:06.575Z Downloaded hyper-util v0.1.20
9482026-05-20T15:26:06.578Z Downloaded serde-big-array v0.5.1
9492026-05-20T15:26:06.579Z Downloaded same-file v1.0.6
9502026-05-20T15:26:06.579Z Downloaded salsa20 v0.10.2
9512026-05-20T15:26:06.582Z Downloaded scroll_derive v0.13.1
9522026-05-20T15:26:06.588Z Downloaded rand_chacha v0.9.0
9532026-05-20T15:26:06.591Z Downloaded serde_plain v1.0.2
9542026-05-20T15:26:06.591Z Downloaded hickory-resolver v0.25.2
9552026-05-20T15:26:06.591Z Downloaded serde_spanned v1.0.4
9562026-05-20T15:26:06.595Z Downloaded serde_repr v0.1.20
9572026-05-20T15:26:06.595Z Downloaded async-compression v0.4.41
9582026-05-20T15:26:06.599Z Downloaded sha1 v0.10.6
9592026-05-20T15:26:06.599Z Downloaded quinn-udp v0.5.14
9602026-05-20T15:26:06.602Z Downloaded p256 v0.13.2
9612026-05-20T15:26:06.602Z Downloaded postgres-types v0.2.12
9622026-05-20T15:26:06.606Z Downloaded secrecy v0.10.3
9632026-05-20T15:26:06.606Z Downloaded secrecy v0.8.0
9642026-05-20T15:26:06.609Z Downloaded rustls-pemfile v1.0.4
9652026-05-20T15:26:06.609Z Downloaded seq-macro v0.3.6
9662026-05-20T15:26:06.614Z Downloaded prefix-trie v0.7.0
9672026-05-20T15:26:06.614Z Downloaded miniz_oxide v0.8.9
9682026-05-20T15:26:06.617Z Downloaded hashbrown v0.12.3
9692026-05-20T15:26:06.617Z Downloaded semver v0.1.20
9702026-05-20T15:26:06.621Z Downloaded rusty-fork v0.3.1
9712026-05-20T15:26:06.621Z Downloaded indicatif v0.18.4
9722026-05-20T15:26:06.621Z Downloaded hashbrown v0.13.2
9732026-05-20T15:26:06.625Z Downloaded sigpipe v0.1.3
9742026-05-20T15:26:06.625Z Downloaded signature v2.2.0
9752026-05-20T15:26:06.629Z Downloaded signal-hook-mio v0.2.5
9762026-05-20T15:26:06.633Z Downloaded serde_urlencoded v0.7.1
9772026-05-20T15:26:06.636Z Downloaded minimal-lexical v0.2.1
9782026-05-20T15:26:06.636Z Downloaded signal-hook-tokio v0.3.1
9792026-05-20T15:26:06.639Z Downloaded rustls-native-certs v0.8.3
9802026-05-20T15:26:06.639Z Downloaded sct v0.7.1
9812026-05-20T15:26:06.642Z Downloaded slog-envlogger v2.2.0
9822026-05-20T15:26:06.642Z Downloaded siphasher v1.0.2
9832026-05-20T15:26:06.646Z Downloaded resolv-conf v0.7.6
9842026-05-20T15:26:06.646Z Downloaded progenitor-impl v0.14.0
9852026-05-20T15:26:06.649Z Downloaded http v1.4.0
9862026-05-20T15:26:06.649Z Downloaded jiff-static v0.2.21
9872026-05-20T15:26:06.661Z Downloaded pin-project v1.1.11
9882026-05-20T15:26:06.667Z Downloaded serde_path_to_error v0.1.20
9892026-05-20T15:26:06.671Z Downloaded rustls-pemfile v2.2.0
9902026-05-20T15:26:06.671Z Downloaded slog-bunyan v2.5.0
9912026-05-20T15:26:06.674Z Downloaded prettyplease v0.2.37
9922026-05-20T15:26:06.674Z Downloaded pretty_assertions v1.4.1
9932026-05-20T15:26:06.677Z Downloaded russh-keys v0.45.0
9942026-05-20T15:26:06.677Z Downloaded serde_derive_internals v0.29.1
9952026-05-20T15:26:06.682Z Downloaded rand_core v0.9.5
9962026-05-20T15:26:06.689Z Downloaded rustversion v1.0.22
9972026-05-20T15:26:06.689Z Downloaded progenitor-impl v0.10.0
9982026-05-20T15:26:06.693Z Downloaded sqlparser_derive v0.5.0
9992026-05-20T15:26:06.693Z Downloaded simd-adler32 v0.3.8
10002026-05-20T15:26:06.696Z Downloaded strum v0.27.2
10012026-05-20T15:26:06.699Z Downloaded schemars_derive v0.8.22
10022026-05-20T15:26:06.699Z Downloaded itertools v0.10.5
10032026-05-20T15:26:06.703Z Downloaded scroll v0.13.0
10042026-05-20T15:26:06.706Z Downloaded oso v0.27.3
10052026-05-20T15:26:06.706Z Downloaded aes v0.8.4
10062026-05-20T15:26:06.709Z Downloaded ssh-cipher v0.2.0
10072026-05-20T15:26:06.753Z Downloaded progenitor-impl v0.13.0
10082026-05-20T15:26:06.753Z Downloaded strip-ansi-escapes v0.2.1
10092026-05-20T15:26:06.753Z Downloaded slab v0.4.12
10102026-05-20T15:26:06.753Z Downloaded supports-color v3.0.2
10112026-05-20T15:26:06.753Z Downloaded tabled_derive v0.11.0
10122026-05-20T15:26:06.753Z Downloaded sync_wrapper v1.0.2
10132026-05-20T15:26:06.753Z Downloaded serde-hex v0.1.0
10142026-05-20T15:26:06.753Z Downloaded signal-hook-registry v1.4.8
10152026-05-20T15:26:06.753Z Downloaded shell-words v1.1.1
10162026-05-20T15:26:06.753Z Downloaded ron v0.8.1
10172026-05-20T15:26:06.756Z Downloaded structmeta-derive v0.3.0
10182026-05-20T15:26:06.756Z Downloaded sync-ptr v0.1.4
10192026-05-20T15:26:06.756Z Downloaded subtle v2.6.1
10202026-05-20T15:26:06.756Z Downloaded structmeta v0.3.0
10212026-05-20T15:26:06.756Z Downloaded serde_with_macros v3.17.0
10222026-05-20T15:26:06.756Z Downloaded serde_cbor v0.11.2
10232026-05-20T15:26:06.756Z Downloaded tagptr v0.2.0
10242026-05-20T15:26:06.757Z Downloaded hickory-server v0.25.2
10252026-05-20T15:26:06.757Z Downloaded slog-dtrace v0.3.0
10262026-05-20T15:26:06.757Z Downloaded take_mut v0.2.2
10272026-05-20T15:26:06.757Z Downloaded spki v0.7.3
10282026-05-20T15:26:06.760Z Downloaded rustls-platform-verifier v0.6.2
10292026-05-20T15:26:06.764Z Downloaded thread-id v5.1.0
10302026-05-20T15:26:06.764Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-20T15:26:06.764Z Downloaded sqlformat v0.3.5
10322026-05-20T15:26:06.767Z Downloaded rustls-pki-types v1.14.0
10332026-05-20T15:26:06.767Z Downloaded slog-term v2.9.2
10342026-05-20T15:26:06.770Z Downloaded shlex v1.3.0
10352026-05-20T15:26:06.770Z Downloaded tap v1.0.1
10362026-05-20T15:26:06.770Z Downloaded tabwriter v1.4.1
10372026-05-20T15:26:06.774Z Downloaded smf v0.2.3
10382026-05-20T15:26:06.774Z Downloaded mio v1.2.0
10392026-05-20T15:26:06.780Z Downloaded time-core v0.1.8
10402026-05-20T15:26:06.780Z Downloaded stacker v0.1.23
10412026-05-20T15:26:06.784Z Downloaded ssh-encoding v0.2.0
10422026-05-20T15:26:06.784Z Downloaded smallvec v0.6.14
10432026-05-20T15:26:06.784Z Downloaded slog-stdlog v4.1.1
10442026-05-20T15:26:06.784Z Downloaded slog-scope v4.4.1
10452026-05-20T15:26:06.788Z Downloaded slog-json v2.6.1
10462026-05-20T15:26:06.788Z Downloaded rcgen v0.12.1
10472026-05-20T15:26:06.788Z Downloaded slog-async v2.8.0
10482026-05-20T15:26:06.791Z Downloaded strum v0.26.3
10492026-05-20T15:26:06.791Z Downloaded testing_table v0.3.0
10502026-05-20T15:26:06.796Z Downloaded termtree v0.5.1
10512026-05-20T15:26:06.796Z Downloaded tinyvec_macros v0.1.1
10522026-05-20T15:26:06.796Z Downloaded sec1 v0.7.3
10532026-05-20T15:26:06.799Z Downloaded openssl-sys v0.9.115
10542026-05-20T15:26:06.799Z Downloaded tokio-macros v2.7.0
10552026-05-20T15:26:06.804Z Downloaded progenitor-impl v0.11.2
10562026-05-20T15:26:06.807Z Downloaded strum_macros v0.27.2
10572026-05-20T15:26:06.807Z Downloaded strum_macros v0.26.4
10582026-05-20T15:26:06.820Z Downloaded strum_macros v0.24.3
10592026-05-20T15:26:06.823Z Downloaded stringprep v0.1.5
10602026-05-20T15:26:06.823Z Downloaded string_cache v0.8.9
10612026-05-20T15:26:06.823Z Downloaded static_assertions v1.1.0
10622026-05-20T15:26:06.827Z Downloaded snafu-derive v0.8.9
10632026-05-20T15:26:06.845Z Downloaded topological-sort v0.2.2
10642026-05-20T15:26:06.851Z Downloaded ryu v1.0.23
10652026-05-20T15:26:06.855Z Downloaded thiserror-no-std v2.0.2
10662026-05-20T15:26:06.861Z Downloaded iri-string v0.7.10
10672026-05-20T15:26:06.865Z Downloaded rayon-core v1.13.0
10682026-05-20T15:26:06.865Z Downloaded trait-variant v0.1.2
10692026-05-20T15:26:06.865Z Downloaded signal-hook v0.3.18
10702026-05-20T15:26:06.865Z Downloaded thread_local v1.1.9
10712026-05-20T15:26:06.868Z Downloaded termios v0.3.3
10722026-05-20T15:26:06.871Z Downloaded nom v7.1.3
10732026-05-20T15:26:06.875Z Downloaded schemars v0.8.22
10742026-05-20T15:26:06.879Z Downloaded tower-service v0.3.3
10752026-05-20T15:26:06.882Z Downloaded tower-layer v0.3.3
10762026-05-20T15:26:06.882Z Downloaded tokio-native-tls v0.3.1
10772026-05-20T15:26:06.882Z Downloaded tokio-dtrace v0.1.1
10782026-05-20T15:26:06.886Z Downloaded tls_codec_derive v0.4.2
10792026-05-20T15:26:06.886Z Downloaded spin v0.9.8
10802026-05-20T15:26:06.886Z Downloaded hyper v1.8.1
10812026-05-20T15:26:06.892Z Downloaded tokio-rustls v0.25.0
10822026-05-20T15:26:06.895Z Downloaded futures-util v0.3.32
10832026-05-20T15:26:06.899Z Downloaded try-lock v0.2.5
10842026-05-20T15:26:06.899Z Downloaded time-macros v0.2.27
10852026-05-20T15:26:06.903Z Downloaded rsa v0.9.10
10862026-05-20T15:26:06.909Z Downloaded socket2 v0.6.3
10872026-05-20T15:26:06.910Z Downloaded untrusted v0.7.1
10882026-05-20T15:26:06.910Z Downloaded universal-hash v0.5.1
10892026-05-20T15:26:06.910Z Downloaded tokio-tungstenite v0.21.0
10902026-05-20T15:26:06.913Z Downloaded socket2 v0.5.10
10912026-05-20T15:26:06.913Z Downloaded usdt-macro v0.6.0
10922026-05-20T15:26:06.913Z Downloaded tls_codec v0.4.2
10932026-05-20T15:26:06.913Z Downloaded tiny-keccak v2.0.2
10942026-05-20T15:26:06.913Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10952026-05-20T15:26:06.917Z Downloaded tokio-tungstenite v0.23.1
10962026-05-20T15:26:06.917Z Downloaded typify-macro v0.6.2
10972026-05-20T15:26:06.917Z Downloaded unicode-truncate v1.1.0
10982026-05-20T15:26:06.920Z Downloaded rand v0.10.1
10992026-05-20T15:26:06.928Z Downloaded untrusted v0.9.0
11002026-05-20T15:26:06.928Z Downloaded unit-prefix v0.5.2
11012026-05-20T15:26:06.928Z Downloaded unarray v0.1.4
11022026-05-20T15:26:06.928Z Downloaded rand v0.9.2
11032026-05-20T15:26:06.931Z Downloaded term v1.2.1
11042026-05-20T15:26:06.931Z Downloaded term v0.7.0
11052026-05-20T15:26:06.931Z Downloaded support-bundle-viewer v0.1.2
11062026-05-20T15:26:06.937Z Downloaded hashbrown v0.15.5
11072026-05-20T15:26:06.941Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-05-20T15:26:06.941Z Downloaded qorb v0.4.1
11092026-05-20T15:26:06.941Z Downloaded tui-tree-widget v0.23.1
11102026-05-20T15:26:06.947Z Downloaded rand v0.8.6
11112026-05-20T15:26:06.947Z Downloaded slog v2.8.2
11122026-05-20T15:26:06.951Z Downloaded num-bigint v0.4.6
11132026-05-20T15:26:06.951Z Downloaded utf-8 v0.7.6
11142026-05-20T15:26:06.951Z Downloaded usdt-attr-macro v0.6.0
11152026-05-20T15:26:06.951Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-20T15:26:06.955Z Downloaded similar v2.7.0
11172026-05-20T15:26:06.955Z Downloaded subprocess v0.2.15
11182026-05-20T15:26:06.959Z Downloaded hkdf v0.12.4
11192026-05-20T15:26:06.963Z Downloaded want v0.3.1
11202026-05-20T15:26:06.963Z Downloaded wait-timeout v0.2.1
11212026-05-20T15:26:06.968Z Downloaded schemars v0.9.0
11222026-05-20T15:26:06.973Z Downloaded void v1.0.2
11232026-05-20T15:26:06.976Z Downloaded tokio-rustls v0.24.1
11242026-05-20T15:26:06.976Z Downloaded aws-lc-rs v1.16.3
11252026-05-20T15:26:06.983Z Downloaded libxml v0.3.3
11262026-05-20T15:26:06.987Z Downloaded waitgroup v0.1.2
11272026-05-20T15:26:06.987Z Downloaded snafu v0.8.9
11282026-05-20T15:26:06.990Z Downloaded xshell-macros v0.2.7
11292026-05-20T15:26:06.990Z Downloaded usdt v0.6.0
11302026-05-20T15:26:06.990Z Downloaded aho-corasick v1.1.4
11312026-05-20T15:26:06.994Z Downloaded tokio-stream v0.1.18
11322026-05-20T15:26:06.998Z Downloaded tokio-rustls v0.26.4
11332026-05-20T15:26:06.998Z Downloaded aes-gcm v0.10.3
11342026-05-20T15:26:06.998Z Downloaded serde_yaml v0.9.34+deprecated
11352026-05-20T15:26:07.002Z Downloaded typify-macro v0.4.3
11362026-05-20T15:26:07.002Z Downloaded uzers v0.12.2
11372026-05-20T15:26:07.002Z Downloaded test-strategy v0.4.5
11382026-05-20T15:26:07.006Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-05-20T15:26:07.012Z Downloaded unicase v2.9.0
11402026-05-20T15:26:07.016Z Downloaded vergen-git2 v1.0.7
11412026-05-20T15:26:07.016Z Downloaded xattr v1.6.1
11422026-05-20T15:26:07.016Z Downloaded quinn v0.11.9
11432026-05-20T15:26:07.021Z Downloaded zone_cfg_derive v0.3.1
11442026-05-20T15:26:07.021Z Downloaded zone v0.3.1
11452026-05-20T15:26:07.021Z Downloaded hashbrown v0.16.1
11462026-05-20T15:26:07.026Z Downloaded rustls-webpki v0.103.9
11472026-05-20T15:26:07.031Z Downloaded itertools v0.12.1
11482026-05-20T15:26:07.035Z Downloaded tinyvec v1.10.0
11492026-05-20T15:26:07.035Z Downloaded twox-hash v2.1.2
11502026-05-20T15:26:07.035Z Downloaded walkdir v2.5.0
11512026-05-20T15:26:07.039Z Downloaded num-bigint-dig v0.8.6
11522026-05-20T15:26:07.039Z Downloaded usdt-impl v0.6.0
11532026-05-20T15:26:07.045Z Downloaded zeroize_derive v1.4.3
11542026-05-20T15:26:07.051Z Downloaded russh v0.45.0
11552026-05-20T15:26:07.056Z Downloaded unicode-properties v0.1.4
11562026-05-20T15:26:07.056Z Downloaded h2 v0.4.13
11572026-05-20T15:26:07.064Z Downloaded schemars v1.2.1
11582026-05-20T15:26:07.068Z Downloaded vsss-rs v3.3.4
11592026-05-20T15:26:07.076Z Downloaded vergen-lib v0.1.6
11602026-05-20T15:26:07.076Z Downloaded vergen-gitcl v1.0.8
11612026-05-20T15:26:07.076Z Downloaded tracing-attributes v0.1.31
11622026-05-20T15:26:07.076Z Downloaded publicsuffix v2.3.0
11632026-05-20T15:26:07.082Z Downloaded rustyline v14.0.0
11642026-05-20T15:26:07.082Z Downloaded iddqd v0.4.1
11652026-05-20T15:26:07.086Z Downloaded vergen v9.0.6
11662026-05-20T15:26:07.086Z Downloaded zeroize v1.8.2
11672026-05-20T15:26:07.086Z Downloaded toml v0.7.8
11682026-05-20T15:26:07.089Z Downloaded whoami v2.1.0
11692026-05-20T15:26:07.100Z Downloaded xshell v0.2.7
11702026-05-20T15:26:07.100Z Downloaded itertools v0.13.0
11712026-05-20T15:26:07.105Z Downloaded itertools v0.14.0
11722026-05-20T15:26:07.105Z Downloaded tungstenite v0.23.0
11732026-05-20T15:26:07.105Z Downloaded wyz v0.5.1
11742026-05-20T15:26:07.109Z Downloaded zstd-safe v7.2.4
11752026-05-20T15:26:07.109Z Downloaded toml v1.0.6+spec-1.1.0
11762026-05-20T15:26:07.122Z Downloaded samael v0.0.19
11772026-05-20T15:26:07.125Z Downloaded unsafe-libyaml v0.2.11
11782026-05-20T15:26:07.132Z Downloaded tar v0.4.45
11792026-05-20T15:26:07.132Z Downloaded libm v0.2.16
11802026-05-20T15:26:07.135Z Downloaded yasna v0.5.2
11812026-05-20T15:26:07.140Z Downloaded tungstenite v0.21.0
11822026-05-20T15:26:07.140Z Downloaded tracing-core v0.1.36
11832026-05-20T15:26:07.144Z Downloaded p521 v0.13.3
11842026-05-20T15:26:07.144Z Downloaded unicode-bidi v0.3.18
11852026-05-20T15:26:07.144Z Downloaded typify v0.4.3
11862026-05-20T15:26:07.149Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-20T15:26:07.149Z Downloaded steno v0.4.1
11882026-05-20T15:26:07.157Z Downloaded vte v0.14.1
11892026-05-20T15:26:07.157Z Downloaded blake3 v1.8.3
11902026-05-20T15:26:07.162Z Downloaded tokio-postgres v0.7.16
11912026-05-20T15:26:07.162Z Downloaded nom v8.0.0
11922026-05-20T15:26:07.172Z Downloaded typify v0.6.2
11932026-05-20T15:26:07.172Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-20T15:26:07.176Z Downloaded uuid v1.23.0
11952026-05-20T15:26:07.176Z Downloaded zstd v0.13.3
11962026-05-20T15:26:07.176Z Downloaded git2 v0.20.4
11972026-05-20T15:26:07.183Z Downloaded ssh-key v0.6.7
11982026-05-20T15:26:07.187Z Downloaded whoami v1.6.1
11992026-05-20T15:26:07.203Z Downloaded zerocopy v0.6.6
12002026-05-20T15:26:07.208Z Downloaded zopfli v0.8.3
12012026-05-20T15:26:07.211Z Downloaded regex v1.12.3
12022026-05-20T15:26:07.228Z Downloaded reedline v0.40.0
12032026-05-20T15:26:07.232Z Downloaded bitvec v1.0.1
12042026-05-20T15:26:07.241Z Downloaded rpassword v7.4.0
12052026-05-20T15:26:07.245Z Downloaded p384 v0.13.1
12062026-05-20T15:26:07.251Z Downloaded toml_edit v0.19.15
12072026-05-20T15:26:07.260Z Downloaded zip v0.6.6
12082026-05-20T15:26:07.266Z Downloaded bindgen v0.71.1
12092026-05-20T15:26:07.270Z Downloaded reqwest v0.13.2
12102026-05-20T15:26:07.274Z Downloaded yansi v1.0.1
12112026-05-20T15:26:07.274Z Downloaded unicode_categories v0.1.1
12122026-05-20T15:26:07.274Z Downloaded reqwest v0.12.28
12132026-05-20T15:26:07.277Z Downloaded chrono v0.4.44
12142026-05-20T15:26:07.283Z Downloaded portable-atomic v1.13.1
12152026-05-20T15:26:07.300Z Downloaded rayon v1.11.0
12162026-05-20T15:26:07.304Z Downloaded unicode-segmentation v1.12.0
12172026-05-20T15:26:07.307Z Downloaded x509-cert v0.2.5
12182026-05-20T15:26:07.310Z Downloaded tower v0.5.3
12192026-05-20T15:26:07.317Z Downloaded quick-xml v0.37.5
12202026-05-20T15:26:07.321Z Downloaded lalrpop v0.19.12
12212026-05-20T15:26:07.329Z Downloaded tokio-util v0.7.18
12222026-05-20T15:26:07.337Z Downloaded salty v0.3.0
12232026-05-20T15:26:07.343Z Downloaded moka v0.12.13
12242026-05-20T15:26:07.348Z Downloaded rustls-webpki v0.101.7
12252026-05-20T15:26:07.359Z Downloaded petname v2.0.2
12262026-05-20T15:26:07.363Z Downloaded goblin v0.10.5
12272026-05-20T15:26:07.377Z Downloaded serde_with v3.17.0
12282026-05-20T15:26:07.383Z Downloaded unicode-normalization v0.1.25
12292026-05-20T15:26:07.386Z Downloaded zerocopy-derive v0.8.40
12302026-05-20T15:26:07.390Z Downloaded tough v0.22.0
12312026-05-20T15:26:07.395Z Downloaded tower-http v0.6.8
12322026-05-20T15:26:07.407Z Downloaded typed-path v0.9.3
12332026-05-20T15:26:07.415Z Downloaded proptest v1.10.0
12342026-05-20T15:26:07.423Z Downloaded rustls-webpki v0.102.8
12352026-05-20T15:26:07.434Z Downloaded zip v4.6.1
12362026-05-20T15:26:07.438Z Downloaded nix v0.27.1
12372026-05-20T15:26:07.444Z Downloaded polar-core v0.27.3
12382026-05-20T15:26:07.449Z Downloaded curve25519-dalek v4.1.3
12392026-05-20T15:26:07.453Z Downloaded object v0.30.4
12402026-05-20T15:26:07.460Z Downloaded nix v0.28.0
12412026-05-20T15:26:07.466Z Downloaded bstr v1.12.1
12422026-05-20T15:26:07.478Z Downloaded nix v0.29.0
12432026-05-20T15:26:07.484Z Downloaded winnow v0.5.40
12442026-05-20T15:26:07.489Z Downloaded winnow v0.6.26
12452026-05-20T15:26:07.503Z Downloaded vcpkg v0.2.15
12462026-05-20T15:26:07.525Z Downloaded nix v0.31.2
12472026-05-20T15:26:07.532Z Downloaded radix_trie v0.2.1
12482026-05-20T15:26:07.536Z Downloaded quinn-proto v0.11.13
12492026-05-20T15:26:07.541Z Downloaded dropshot v0.17.0
12502026-05-20T15:26:07.554Z Downloaded rustls v0.22.4
12512026-05-20T15:26:07.561Z Downloaded openssl v0.10.79
12522026-05-20T15:26:07.570Z Downloaded zerocopy v0.8.40
12532026-05-20T15:26:07.583Z Downloaded winnow v1.0.3
12542026-05-20T15:26:07.594Z Downloaded rustls v0.23.37
12552026-05-20T15:26:07.607Z Downloaded regex-syntax v0.6.29
12562026-05-20T15:26:07.615Z Downloaded rustls v0.21.12
12572026-05-20T15:26:07.627Z Downloaded zlib-rs v0.6.2
12582026-05-20T15:26:07.633Z Downloaded smoltcp v0.9.1
12592026-05-20T15:26:07.645Z Downloaded hickory-proto v0.24.4
12602026-05-20T15:26:07.658Z Downloaded webpki-roots v1.0.6
12612026-05-20T15:26:07.661Z Downloaded object v0.37.3
12622026-05-20T15:26:07.667Z Downloaded diesel v2.3.7
12632026-05-20T15:26:07.679Z Downloaded regress v0.11.1
12642026-05-20T15:26:07.685Z Downloaded openapiv3 v2.2.0
12652026-05-20T15:26:07.692Z Downloaded smoltcp v0.11.0
12662026-05-20T15:26:07.699Z Downloaded hickory-proto v0.25.2
12672026-05-20T15:26:07.709Z Downloaded rustix v0.38.44
12682026-05-20T15:26:07.722Z Downloaded zerocopy-derive v0.6.6
12692026-05-20T15:26:07.728Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-05-20T15:26:07.735Z Downloaded regex-syntax v0.8.10
12712026-05-20T15:26:07.740Z Downloaded time v0.3.47
12722026-05-20T15:26:07.779Z Downloaded tabled v0.20.0
12732026-05-20T15:26:07.783Z Downloaded regress v0.10.5
12742026-05-20T15:26:07.783Z Downloaded dropshot v0.16.7
12752026-05-20T15:26:07.783Z Downloaded chrono-tz v0.10.4
12762026-05-20T15:26:07.786Z Downloaded jiff v0.2.21
12772026-05-20T15:26:07.798Z Downloaded sqlparser v0.61.0
12782026-05-20T15:26:07.804Z Downloaded libz-sys v1.1.24
12792026-05-20T15:26:07.818Z Downloaded tokio v1.52.1
12802026-05-20T15:26:07.850Z Downloaded typify-impl v0.6.2
12812026-05-20T15:26:07.859Z Downloaded sled v0.34.7
12822026-05-20T15:26:07.869Z Downloaded typify-impl v0.4.3
12832026-05-20T15:26:07.878Z Downloaded ratatui v0.29.0
12842026-05-20T15:26:07.890Z Downloaded tracing v0.1.44
12852026-05-20T15:26:07.947Z Downloaded regex-automata v0.4.14
12862026-05-20T15:26:07.957Z Downloaded petgraph v0.6.5
12872026-05-20T15:26:07.993Z Downloaded petgraph v0.8.3
12882026-05-20T15:26:08.015Z Downloaded csv v1.4.0
12892026-05-20T15:26:08.037Z Downloaded sha3 v0.10.8
12902026-05-20T15:26:08.040Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-05-20T15:26:08.128Z Downloaded encoding_rs v0.8.35
12922026-05-20T15:26:08.148Z Downloaded ring v0.17.14
12932026-05-20T15:26:08.181Z Downloaded libgit2-sys v0.18.3+1.9.2
12942026-05-20T15:26:08.506Z Downloaded aws-lc-sys v0.40.0
12952026-05-20T15:26:08.755Z Compiling libc v0.2.185
12962026-05-20T15:26:08.755Z Compiling serde v1.0.228
12972026-05-20T15:26:08.759Z Compiling log v0.4.29
12982026-05-20T15:26:08.759Z Compiling shlex v1.3.0
12992026-05-20T15:26:08.759Z Compiling find-msvc-tools v0.1.9
13002026-05-20T15:26:08.759Z Compiling smallvec v1.15.1
13012026-05-20T15:26:08.759Z Compiling typenum v1.19.0
13022026-05-20T15:26:08.759Z Compiling subtle v2.6.1
13032026-05-20T15:26:08.929Z Compiling generic-array v0.14.7
13042026-05-20T15:26:08.932Z Compiling scopeguard v1.2.0
13052026-05-20T15:26:08.953Z Compiling const-oid v0.9.6
13062026-05-20T15:26:09.019Z Compiling serde_json v1.0.149
13072026-05-20T15:26:09.032Z Compiling syn v2.0.117
13082026-05-20T15:26:09.035Z Compiling zerocopy v0.8.40
13092026-05-20T15:26:09.035Z Compiling parking_lot_core v0.9.12
13102026-05-20T15:26:09.035Z Compiling portable-atomic v1.13.1
13112026-05-20T15:26:09.093Z Compiling lock_api v0.4.14
13122026-05-20T15:26:09.109Z Compiling pin-project-lite v0.2.17
13132026-05-20T15:26:09.130Z Compiling pkg-config v0.3.32
13142026-05-20T15:26:09.144Z Compiling bitflags v2.11.0
13152026-05-20T15:26:09.168Z Compiling critical-section v1.2.0
13162026-05-20T15:26:09.227Z Compiling futures-core v0.3.32
13172026-05-20T15:26:09.274Z Compiling libm v0.2.16
13182026-05-20T15:26:09.278Z Compiling num-traits v0.2.19
13192026-05-20T15:26:09.320Z Compiling percent-encoding v2.3.2
13202026-05-20T15:26:09.392Z Compiling futures-sink v0.3.32
13212026-05-20T15:26:09.396Z Compiling futures-task v0.3.32
13222026-05-20T15:26:09.396Z Compiling slab v0.4.12
13232026-05-20T15:26:09.396Z Compiling futures-io v0.3.32
13242026-05-20T15:26:09.433Z Compiling getrandom v0.4.1
13252026-05-20T15:26:09.508Z Compiling futures-channel v0.3.32
13262026-05-20T15:26:09.530Z Compiling cpufeatures v0.2.17
13272026-05-20T15:26:09.557Z Compiling rand_core v0.10.0
13282026-05-20T15:26:09.592Z Compiling indexmap v2.14.0
13292026-05-20T15:26:09.610Z Compiling getrandom v0.3.4
13302026-05-20T15:26:09.638Z Compiling rustversion v1.0.22
13312026-05-20T15:26:09.652Z Compiling form_urlencoded v1.2.2
13322026-05-20T15:26:09.679Z Compiling fs_extra v1.3.0
13332026-05-20T15:26:09.707Z Compiling dunce v1.0.5
13342026-05-20T15:26:09.736Z Compiling base64ct v1.8.3
13352026-05-20T15:26:09.751Z Compiling ident_case v1.0.1
13362026-05-20T15:26:09.767Z Compiling flagset v0.4.7
13372026-05-20T15:26:09.820Z Compiling iana-time-zone v0.1.65
13382026-05-20T15:26:09.838Z Compiling rustix v1.1.3
13392026-05-20T15:26:09.855Z Compiling regex-syntax v0.8.10
13402026-05-20T15:26:09.888Z Compiling aws-lc-rs v1.16.3
13412026-05-20T15:26:09.909Z Compiling getrandom v0.2.17
13422026-05-20T15:26:09.955Z Compiling jobserver v0.1.34
13432026-05-20T15:26:09.973Z Compiling errno v0.3.14
13442026-05-20T15:26:10.005Z Compiling mio v1.2.0
13452026-05-20T15:26:10.040Z Compiling socket2 v0.6.3
13462026-05-20T15:26:10.054Z Compiling rand_core v0.6.4
13472026-05-20T15:26:10.142Z Compiling signal-hook-registry v1.4.8
13482026-05-20T15:26:10.158Z Compiling once_cell v1.21.3
13492026-05-20T15:26:10.175Z Compiling cc v1.2.56
13502026-05-20T15:26:10.209Z Compiling parking_lot v0.12.5
13512026-05-20T15:26:10.296Z Compiling pem-rfc7468 v0.7.0
13522026-05-20T15:26:10.363Z Compiling vcpkg v0.2.15
13532026-05-20T15:26:10.395Z Compiling uuid v1.23.0
13542026-05-20T15:26:10.455Z Compiling tracing-core v0.1.36
13552026-05-20T15:26:10.471Z Compiling rustc_version v0.4.1
13562026-05-20T15:26:10.471Z Compiling base64 v0.22.1
13572026-05-20T15:26:10.501Z Compiling untrusted v0.9.0
13582026-05-20T15:26:10.595Z Compiling rand_core v0.9.5
13592026-05-20T15:26:10.623Z Compiling tinyvec_macros v0.1.1
13602026-05-20T15:26:10.639Z Compiling httparse v1.10.1
13612026-05-20T15:26:10.653Z Compiling untrusted v0.7.1
13622026-05-20T15:26:10.705Z Compiling openssl-probe v0.2.1
13632026-05-20T15:26:10.794Z Compiling tinyvec v1.10.0
13642026-05-20T15:26:10.810Z Compiling aho-corasick v1.1.4
13652026-05-20T15:26:10.825Z Compiling try-lock v0.2.5
13662026-05-20T15:26:10.830Z Compiling schemars v0.8.22
13672026-05-20T15:26:10.884Z Compiling cmake v0.1.57
13682026-05-20T15:26:10.900Z Compiling atomic-waker v1.1.2
13692026-05-20T15:26:10.916Z Compiling tower-service v0.3.3
13702026-05-20T15:26:10.946Z Compiling dyn-clone v1.0.20
13712026-05-20T15:26:11.024Z Compiling rustls v0.23.37
13722026-05-20T15:26:11.039Z Compiling tower-layer v0.3.3
13732026-05-20T15:26:11.055Z Compiling want v0.3.1
13742026-05-20T15:26:11.089Z Compiling openssl v0.10.79
13752026-05-20T15:26:11.119Z Compiling pin-utils v0.1.0
13762026-05-20T15:26:11.119Z Compiling foreign-types-shared v0.1.1
13772026-05-20T15:26:11.122Z Compiling httpdate v1.0.3
13782026-05-20T15:26:11.134Z Compiling unicode-normalization v0.1.25
13792026-05-20T15:26:11.179Z Compiling socket2 v0.5.10
13802026-05-20T15:26:11.209Z Compiling foreign-types v0.3.2
13812026-05-20T15:26:11.224Z Compiling spin v0.9.8
13822026-05-20T15:26:11.228Z Compiling powerfmt v0.2.0
13832026-05-20T15:26:11.255Z Compiling crc32fast v1.5.0
13842026-05-20T15:26:11.255Z Compiling time-core v0.1.8
13852026-05-20T15:26:11.292Z Compiling native-tls v0.2.18
13862026-05-20T15:26:11.307Z Compiling num-conv v0.2.0
13872026-05-20T15:26:11.363Z Compiling wait-timeout v0.2.1
13882026-05-20T15:26:11.375Z Compiling sync_wrapper v1.0.2
13892026-05-20T15:26:11.390Z Compiling deranged v0.5.8
13902026-05-20T15:26:11.433Z Compiling siphasher v1.0.2
13912026-05-20T15:26:11.449Z Compiling syn v1.0.109
13922026-05-20T15:26:11.453Z Compiling time-macros v0.2.27
13932026-05-20T15:26:11.481Z Compiling quick-error v1.2.3
13942026-05-20T15:26:11.499Z Compiling tempfile v3.25.0
13952026-05-20T15:26:11.519Z Compiling unicode-segmentation v1.12.0
13962026-05-20T15:26:11.672Z Compiling crossbeam-utils v0.8.21
13972026-05-20T15:26:11.689Z Compiling simd-adler32 v0.3.8
13982026-05-20T15:26:11.689Z Compiling usdt-impl v0.6.0
13992026-05-20T15:26:11.720Z Compiling regex-automata v0.4.14
14002026-05-20T15:26:11.737Z Compiling bit-vec v0.8.0
14012026-05-20T15:26:11.738Z Compiling num_threads v0.1.7
14022026-05-20T15:26:11.767Z Compiling aws-lc-sys v0.40.0
14032026-05-20T15:26:11.861Z Compiling synstructure v0.13.2
14042026-05-20T15:26:11.879Z Compiling ring v0.17.14
14052026-05-20T15:26:11.883Z Compiling openssl-sys v0.9.115
14062026-05-20T15:26:11.911Z Compiling pest_generator v2.8.6
14072026-05-20T15:26:11.928Z Compiling serde_derive_internals v0.29.1
14082026-05-20T15:26:11.973Z Compiling darling_core v0.20.11
14092026-05-20T15:26:11.989Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-05-20T15:26:12.006Z Compiling bit-set v0.8.0
14112026-05-20T15:26:12.116Z Compiling darling_core v0.21.3
14122026-05-20T15:26:12.203Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-05-20T15:26:12.328Z Compiling rusty-fork v0.3.1
14142026-05-20T15:26:12.555Z Compiling slog v2.8.2
14152026-05-20T15:26:12.569Z Compiling heapless v0.7.17
14162026-05-20T15:26:12.658Z Compiling rand_xorshift v0.4.0
14172026-05-20T15:26:12.674Z Compiling thread-id v5.1.0
14182026-05-20T15:26:12.677Z Compiling cookie v0.18.1
14192026-05-20T15:26:12.707Z Compiling time v0.3.47
14202026-05-20T15:26:12.726Z Compiling iri-string v0.7.10
14212026-05-20T15:26:12.764Z Compiling signal-hook v0.3.18
14222026-05-20T15:26:12.767Z Compiling paste v1.0.15
14232026-05-20T15:26:12.826Z Compiling ryu v1.0.23
14242026-05-20T15:26:12.843Z Compiling allocator-api2 v0.2.21
14252026-05-20T15:26:12.889Z Compiling unicode-properties v0.1.4
14262026-05-20T15:26:12.960Z Compiling unicode-bidi v0.3.18
14272026-05-20T15:26:12.974Z Compiling unarray v0.1.4
14282026-05-20T15:26:13.026Z Compiling zstd-safe v7.2.4
14292026-05-20T15:26:13.076Z Compiling adler2 v2.0.1
14302026-05-20T15:26:13.101Z Compiling anyhow v1.0.102
14312026-05-20T15:26:13.174Z Compiling miniz_oxide v0.8.9
14322026-05-20T15:26:13.290Z Compiling stringprep v0.1.5
14332026-05-20T15:26:13.519Z Compiling heck v0.4.1
14342026-05-20T15:26:13.656Z Compiling serde_derive v1.0.228
14352026-05-20T15:26:13.672Z Compiling zeroize_derive v1.4.3
14362026-05-20T15:26:13.769Z Compiling zerofrom-derive v0.1.6
14372026-05-20T15:26:13.772Z Compiling yoke-derive v0.8.1
14382026-05-20T15:26:13.816Z Compiling zerocopy-derive v0.8.40
14392026-05-20T15:26:13.887Z Compiling zerovec-derive v0.11.2
14402026-05-20T15:26:14.029Z Compiling displaydoc v0.2.5
14412026-05-20T15:26:14.291Z Compiling tokio-macros v2.7.0
14422026-05-20T15:26:14.350Z Compiling futures-macro v0.3.32
14432026-05-20T15:26:14.367Z Compiling zeroize v1.8.2
14442026-05-20T15:26:14.371Z Compiling der_derive v0.7.3
14452026-05-20T15:26:14.730Z Compiling rustls-pki-types v1.14.0
14462026-05-20T15:26:14.819Z Compiling thiserror-impl v2.0.18
14472026-05-20T15:26:15.005Z Compiling tracing-attributes v0.1.31
14482026-05-20T15:26:15.065Z Compiling scroll_derive v0.13.1
14492026-05-20T15:26:15.079Z Compiling pest_derive v2.8.6
14502026-05-20T15:26:15.178Z Compiling crypto-common v0.1.7
14512026-05-20T15:26:15.198Z Compiling block-buffer v0.10.4
14522026-05-20T15:26:15.216Z Compiling futures-util v0.3.32
14532026-05-20T15:26:15.256Z Compiling zerofrom v0.1.6
14542026-05-20T15:26:15.348Z Compiling digest v0.10.7
14552026-05-20T15:26:15.376Z Compiling yoke v0.8.1
14562026-05-20T15:26:15.416Z Compiling block-padding v0.3.3
14572026-05-20T15:26:15.419Z Compiling der v0.7.10
14582026-05-20T15:26:15.566Z Compiling zerovec v0.11.5
14592026-05-20T15:26:15.588Z Compiling zerotrie v0.2.3
14602026-05-20T15:26:15.603Z Compiling hmac v0.12.1
14612026-05-20T15:26:15.633Z Compiling inout v0.1.4
14622026-05-20T15:26:15.778Z Compiling cipher v0.4.4
14632026-05-20T15:26:15.824Z Compiling sha2 v0.10.9
14642026-05-20T15:26:15.955Z Compiling pbkdf2 v0.12.2
14652026-05-20T15:26:15.971Z Compiling schemars_derive v0.8.22
14662026-05-20T15:26:16.088Z Compiling tinystr v0.8.2
14672026-05-20T15:26:16.091Z Compiling potential_utf v0.1.4
14682026-05-20T15:26:16.119Z Compiling salsa20 v0.10.2
14692026-05-20T15:26:16.136Z Compiling cbc v0.1.2
14702026-05-20T15:26:16.273Z Compiling icu_locale_core v2.1.1
14712026-05-20T15:26:16.290Z Compiling icu_collections v2.1.1
14722026-05-20T15:26:16.293Z Compiling thiserror v2.0.18
14732026-05-20T15:26:16.307Z Compiling spki v0.7.3
14742026-05-20T15:26:16.323Z Compiling scrypt v0.11.0
14752026-05-20T15:26:16.434Z Compiling aes v0.8.4
14762026-05-20T15:26:16.449Z Compiling tracing v0.1.44
14772026-05-20T15:26:16.544Z Compiling scroll v0.13.0
14782026-05-20T15:26:16.670Z Compiling darling_macro v0.20.11
14792026-05-20T15:26:16.745Z Compiling openssl-macros v0.1.1
14802026-05-20T15:26:16.783Z Compiling rustls-native-certs v0.8.3
14812026-05-20T15:26:16.813Z Compiling dtrace-parser v0.3.0
14822026-05-20T15:26:16.872Z Compiling pkcs5 v0.7.1
14832026-05-20T15:26:17.098Z Compiling icu_provider v2.1.1
14842026-05-20T15:26:17.163Z Compiling darling v0.20.11
14852026-05-20T15:26:17.246Z Compiling bytes v1.11.1
14862026-05-20T15:26:17.264Z Compiling chrono v0.4.44
14872026-05-20T15:26:17.294Z Compiling ipnet v2.11.0
14882026-05-20T15:26:17.311Z Compiling pkcs8 v0.10.2
14892026-05-20T15:26:17.327Z Compiling goblin v0.10.5
14902026-05-20T15:26:17.354Z Compiling icu_properties v2.1.2
14912026-05-20T15:26:17.384Z Compiling icu_normalizer v2.1.1
14922026-05-20T15:26:17.429Z Compiling derive_builder_core v0.20.2
14932026-05-20T15:26:17.532Z Compiling signature v2.2.0
14942026-05-20T15:26:17.585Z Compiling webpki-roots v1.0.6
14952026-05-20T15:26:17.603Z Compiling scroll_derive v0.12.1
14962026-05-20T15:26:17.652Z Compiling thiserror-impl v1.0.69
14972026-05-20T15:26:17.728Z Compiling tokio v1.52.1
14982026-05-20T15:26:17.743Z Compiling http v1.4.0
14992026-05-20T15:26:17.821Z Compiling toml_datetime v0.6.11
15002026-05-20T15:26:17.888Z Compiling serde_tokenstream v0.2.3
15012026-05-20T15:26:17.951Z Compiling serde_urlencoded v0.7.1
15022026-05-20T15:26:18.098Z Compiling serde_spanned v0.6.9
15032026-05-20T15:26:18.210Z Compiling erased-serde v0.3.31
15042026-05-20T15:26:18.227Z Compiling idna_adapter v1.2.1
15052026-05-20T15:26:18.262Z Compiling md-5 v0.10.6
15062026-05-20T15:26:18.304Z Compiling ppv-lite86 v0.2.21
15072026-05-20T15:26:18.330Z Compiling derive_builder_macro v0.20.2
15082026-05-20T15:26:18.385Z Compiling idna v1.1.0
15092026-05-20T15:26:18.450Z Compiling http-body v1.0.1
15102026-05-20T15:26:18.488Z Compiling scroll v0.12.0
15112026-05-20T15:26:18.503Z Compiling darling_macro v0.21.3
15122026-05-20T15:26:18.631Z Compiling rand_chacha v0.9.0
15132026-05-20T15:26:18.649Z Compiling http-body-util v0.1.3
15142026-05-20T15:26:18.678Z Compiling rand_chacha v0.3.1
15152026-05-20T15:26:18.695Z Compiling url v2.5.8
15162026-05-20T15:26:18.722Z Compiling bstr v1.12.1
15172026-05-20T15:26:18.778Z Compiling zerocopy-derive v0.7.35
15182026-05-20T15:26:18.829Z Compiling async-trait v0.1.89
15192026-05-20T15:26:18.920Z Compiling rand v0.9.2
15202026-05-20T15:26:18.937Z Compiling pin-project-internal v1.1.11
15212026-05-20T15:26:18.964Z Compiling thiserror v1.0.69
15222026-05-20T15:26:19.026Z Compiling num-integer v0.1.46
15232026-05-20T15:26:19.078Z Compiling vergen-lib v0.1.6
15242026-05-20T15:26:19.093Z Compiling curve25519-dalek v4.1.3
15252026-05-20T15:26:19.357Z Compiling ff v0.13.1
15262026-05-20T15:26:19.376Z Compiling hash32 v0.2.1
15272026-05-20T15:26:19.391Z Compiling memoffset v0.9.1
15282026-05-20T15:26:19.508Z Compiling proptest v1.10.0
15292026-05-20T15:26:19.511Z Compiling encoding_rs v0.8.35
15302026-05-20T15:26:19.539Z Compiling base16ct v0.2.0
15312026-05-20T15:26:19.579Z Compiling litrs v1.0.0
15322026-05-20T15:26:19.603Z Compiling fallible-iterator v0.2.0
15332026-05-20T15:26:19.683Z Compiling rustix v0.38.44
15342026-05-20T15:26:19.727Z Compiling zlib-rs v0.6.2
15352026-05-20T15:26:19.743Z Compiling psl-types v2.0.11
15362026-05-20T15:26:19.776Z Compiling mime v0.3.17
15372026-05-20T15:26:19.885Z Compiling smoltcp v0.9.1
15382026-05-20T15:26:19.902Z Compiling cfg_aliases v0.2.1
15392026-05-20T15:26:19.922Z Compiling num-bigint-dig v0.8.6
15402026-05-20T15:26:19.989Z Compiling ref-cast v1.0.25
15412026-05-20T15:26:20.045Z Compiling dof v0.4.0
15422026-05-20T15:26:20.049Z Compiling ipnetwork v0.21.1
15432026-05-20T15:26:20.078Z Compiling pin-project v1.1.11
15442026-05-20T15:26:20.110Z Compiling document-features v0.2.12
15452026-05-20T15:26:20.186Z Compiling nix v0.31.2
15462026-05-20T15:26:20.215Z Compiling postgres-protocol v0.6.10
15472026-05-20T15:26:20.254Z Compiling publicsuffix v2.3.0
15482026-05-20T15:26:20.272Z Compiling zerocopy v0.7.35
15492026-05-20T15:26:20.396Z Compiling oxnet v0.1.5
15502026-05-20T15:26:20.441Z Compiling sec1 v0.7.3
15512026-05-20T15:26:20.591Z Compiling group v0.13.0
15522026-05-20T15:26:20.712Z Compiling num-iter v0.1.45
15532026-05-20T15:26:20.731Z Compiling darling v0.21.3
15542026-05-20T15:26:20.747Z Compiling rand v0.8.6
15552026-05-20T15:26:20.761Z Compiling derive_builder v0.20.2
15562026-05-20T15:26:20.793Z Compiling goblin v0.8.2
15572026-05-20T15:26:20.840Z Compiling futures-executor v0.3.32
15582026-05-20T15:26:20.840Z Compiling hubpack_derive v0.1.1
15592026-05-20T15:26:20.870Z Compiling hex v0.4.3
15602026-05-20T15:26:20.904Z Compiling cargo-platform v0.1.9
15612026-05-20T15:26:21.044Z Compiling hkdf v0.12.4
15622026-05-20T15:26:21.059Z Compiling crypto-bigint v0.5.5
15632026-05-20T15:26:21.130Z Compiling regex v1.12.3
15642026-05-20T15:26:21.222Z Compiling snafu-derive v0.8.9
15652026-05-20T15:26:21.261Z Compiling daft-derive v0.1.7
15662026-05-20T15:26:21.276Z Compiling strum_macros v0.27.2
15672026-05-20T15:26:21.324Z Compiling ref-cast-impl v1.0.25
15682026-05-20T15:26:21.394Z Compiling curve25519-dalek-derive v0.1.1
15692026-05-20T15:26:21.587Z Compiling tokio-util v0.7.18
15702026-05-20T15:26:21.605Z Compiling tower v0.5.3
15712026-05-20T15:26:21.648Z Compiling tokio-native-tls v0.3.1
15722026-05-20T15:26:21.842Z Compiling newtype-uuid v1.3.2
15732026-05-20T15:26:21.919Z Compiling phf_shared v0.13.1
15742026-05-20T15:26:21.994Z Compiling terminal_size v0.4.3
15752026-05-20T15:26:22.057Z Compiling tower-http v0.6.8
15762026-05-20T15:26:22.096Z Compiling lazy_static v1.5.0
15772026-05-20T15:26:22.117Z Compiling anstyle-parse v0.2.7
15782026-05-20T15:26:22.151Z Compiling vergen v9.0.6
15792026-05-20T15:26:22.178Z Compiling fs-err v3.3.0
15802026-05-20T15:26:22.195Z Compiling ahash v0.8.12
15812026-05-20T15:26:22.209Z Compiling object v0.37.3
15822026-05-20T15:26:22.324Z Compiling h2 v0.4.13
15832026-05-20T15:26:22.339Z Compiling winnow v0.5.40
15842026-05-20T15:26:22.362Z Compiling foldhash v0.2.0
15852026-05-20T15:26:22.388Z Compiling managed v0.8.0
15862026-05-20T15:26:22.422Z Compiling bitflags v1.3.2
15872026-05-20T15:26:22.490Z Compiling same-file v1.0.6
15882026-05-20T15:26:22.504Z Compiling libbz2-rs-sys v0.2.2
15892026-05-20T15:26:22.520Z Compiling bumpalo v3.20.2
15902026-05-20T15:26:22.607Z Compiling flate2 v1.1.9
15912026-05-20T15:26:22.622Z Compiling foldhash v0.1.5
15922026-05-20T15:26:22.676Z Compiling clap_builder v4.6.0
15932026-05-20T15:26:22.692Z Compiling walkdir v2.5.0
15942026-05-20T15:26:22.804Z Compiling hashbrown v0.15.5
15952026-05-20T15:26:22.819Z Compiling zopfli v0.8.3
15962026-05-20T15:26:23.021Z Compiling bzip2 v0.6.1
15972026-05-20T15:26:23.056Z Compiling hashbrown v0.16.1
15982026-05-20T15:26:23.220Z Compiling snafu v0.8.9
15992026-05-20T15:26:23.236Z Compiling dof v0.3.0
16002026-05-20T15:26:23.347Z Compiling daft v0.1.7
16012026-05-20T15:26:23.363Z Compiling strum v0.27.2
16022026-05-20T15:26:23.399Z Compiling anstream v0.6.21
16032026-05-20T15:26:23.500Z Compiling phf v0.13.1
16042026-05-20T15:26:23.541Z Compiling elliptic-curve v0.13.8
16052026-05-20T15:26:23.652Z Compiling toml_edit v0.19.15
16062026-05-20T15:26:23.668Z Compiling signal-hook-mio v0.2.5
16072026-05-20T15:26:23.684Z Compiling cargo_metadata v0.19.2
16082026-05-20T15:26:23.722Z Compiling usdt-attr-macro v0.6.0
16092026-05-20T15:26:23.738Z Compiling usdt-macro v0.6.0
16102026-05-20T15:26:23.801Z Compiling cookie_store v0.22.1
16112026-05-20T15:26:23.860Z Compiling hubpack v0.1.2
16122026-05-20T15:26:23.972Z Compiling bzip2 v0.4.4
16132026-05-20T15:26:23.989Z Compiling futures v0.3.32
16142026-05-20T15:26:24.085Z Compiling serde_with_macros v3.17.0
16152026-05-20T15:26:24.101Z Compiling zstd v0.13.3
16162026-05-20T15:26:24.211Z Compiling postgres-types v0.2.12
16172026-05-20T15:26:24.395Z Compiling globset v0.4.18
16182026-05-20T15:26:24.410Z Compiling dtrace-parser v0.2.0
16192026-05-20T15:26:24.491Z Compiling ed25519 v2.2.3
16202026-05-20T15:26:24.528Z Compiling pkcs1 v0.7.5
16212026-05-20T15:26:24.571Z Compiling olpc-cjson v0.1.4
16222026-05-20T15:26:24.749Z Compiling serde_plain v1.0.2
16232026-05-20T15:26:24.786Z Compiling serde-big-array v0.5.1
16242026-05-20T15:26:24.938Z Compiling rfc6979 v0.4.0
16252026-05-20T15:26:24.953Z Compiling enum-as-inner v0.6.1
16262026-05-20T15:26:24.969Z Compiling serde_repr v0.1.20
16272026-05-20T15:26:25.043Z Compiling strum_macros v0.26.4
16282026-05-20T15:26:25.082Z Compiling async-recursion v1.1.1
16292026-05-20T15:26:25.102Z Compiling clap_derive v4.6.1
16302026-05-20T15:26:25.180Z Compiling phf_shared v0.11.3
16312026-05-20T15:26:25.263Z Compiling float-cmp v0.10.0
16322026-05-20T15:26:25.386Z Compiling hyper v1.8.1
16332026-05-20T15:26:25.402Z Compiling pem v3.0.6
16342026-05-20T15:26:25.426Z Compiling memmap2 v0.9.10
16352026-05-20T15:26:25.457Z Compiling thread-id v4.2.2
16362026-05-20T15:26:25.495Z Compiling env_filter v1.0.0
16372026-05-20T15:26:25.543Z Compiling whoami v2.1.0
16382026-05-20T15:26:25.561Z Compiling typed-path v0.9.3
16392026-05-20T15:26:25.662Z Compiling predicates-core v1.0.10
16402026-05-20T15:26:25.720Z Compiling new_debug_unreachable v1.0.6
16412026-05-20T15:26:25.757Z Compiling fixedbitset v0.4.2
16422026-05-20T15:26:25.778Z Compiling precomputed-hash v0.1.1
16432026-05-20T15:26:25.807Z Compiling data-encoding v2.10.0
16442026-05-20T15:26:25.827Z Compiling difflib v0.4.0
16452026-05-20T15:26:25.863Z Compiling static_assertions v1.1.0
16462026-05-20T15:26:25.885Z Compiling normalize-line-endings v0.3.0
16472026-05-20T15:26:25.945Z Compiling keccak v0.1.6
16482026-05-20T15:26:25.960Z Compiling jiff v0.2.21
16492026-05-20T15:26:25.991Z Compiling fixedbitset v0.5.7
16502026-05-20T15:26:25.994Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16512026-05-20T15:26:26.320Z Compiling petgraph v0.8.3
16522026-05-20T15:26:26.336Z Compiling sha3 v0.10.8
16532026-05-20T15:26:26.360Z Compiling hickory-proto v0.25.2
16542026-05-20T15:26:26.421Z Compiling predicates v3.1.4
16552026-05-20T15:26:26.522Z Compiling hyper-util v0.1.20
16562026-05-20T15:26:26.544Z Compiling petgraph v0.6.5
16572026-05-20T15:26:26.843Z Compiling string_cache v0.8.9
16582026-05-20T15:26:26.857Z Compiling tokio-postgres v0.7.16
16592026-05-20T15:26:26.875Z Compiling toml_edit v0.22.27
16602026-05-20T15:26:26.891Z Compiling strum v0.26.3
16612026-05-20T15:26:26.975Z Compiling clap v4.6.1
16622026-05-20T15:26:27.035Z Compiling env_logger v0.11.9
16632026-05-20T15:26:27.051Z Compiling usdt v0.6.0
16642026-05-20T15:26:27.073Z Compiling usdt-impl v0.5.0
16652026-05-20T15:26:27.090Z Compiling serde_with v3.17.0
16662026-05-20T15:26:27.136Z Compiling crossterm v0.28.1
16672026-05-20T15:26:27.333Z Compiling ecdsa v0.16.9
16682026-05-20T15:26:27.424Z Compiling toml v0.7.8
16692026-05-20T15:26:27.676Z Compiling rsa v0.9.10
16702026-05-20T15:26:27.748Z Compiling ed25519-dalek v2.2.0
16712026-05-20T15:26:28.055Z Compiling hyper-tls v0.6.0
16722026-05-20T15:26:28.340Z Compiling zip v0.6.6
16732026-05-20T15:26:28.356Z Compiling iddqd v0.4.1
16742026-05-20T15:26:28.724Z Compiling zip v4.6.1
16752026-05-20T15:26:28.856Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-20T15:26:28.870Z Compiling tokio-stream v0.1.18
16772026-05-20T15:26:28.887Z Compiling buf-list v1.1.2
16782026-05-20T15:26:28.954Z Compiling similar v2.7.0
16792026-05-20T15:26:29.057Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16802026-05-20T15:26:29.114Z Compiling openapiv3 v2.2.0
16812026-05-20T15:26:29.187Z Compiling x509-cert v0.2.5
16822026-05-20T15:26:29.347Z Compiling sha1 v0.10.6
16832026-05-20T15:26:29.377Z Compiling crossbeam-epoch v0.9.18
16842026-05-20T15:26:29.499Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-20T15:26:29.586Z Compiling either v1.15.0
16862026-05-20T15:26:29.607Z Compiling lalrpop-util v0.19.12
16872026-05-20T15:26:29.641Z Compiling peg-runtime v0.8.5
16882026-05-20T15:26:29.694Z Compiling thread_local v1.1.9
16892026-05-20T15:26:29.727Z Compiling slog-async v2.8.0
16902026-05-20T15:26:29.748Z Compiling crossbeam-channel v0.5.15
16912026-05-20T15:26:29.805Z Compiling is-terminal v0.4.17
16922026-05-20T15:26:29.823Z Compiling filetime v0.2.27
16932026-05-20T15:26:29.826Z Compiling take_mut v0.2.2
16942026-05-20T15:26:29.855Z Compiling xattr v1.6.1
16952026-05-20T15:26:29.921Z Compiling term v1.2.1
16962026-05-20T15:26:30.037Z Compiling tar v0.4.45
16972026-05-20T15:26:30.212Z Compiling slog-term v2.9.2
16982026-05-20T15:26:47.601Z Compiling rustls-webpki v0.103.9
16992026-05-20T15:26:50.356Z Compiling tokio-rustls v0.26.4
17002026-05-20T15:26:50.356Z Compiling rustls-platform-verifier v0.6.2
17012026-05-20T15:26:50.543Z Compiling hyper-rustls v0.27.7
17022026-05-20T15:26:50.740Z Compiling reqwest v0.12.28
17032026-05-20T15:26:50.748Z Compiling reqwest v0.13.2
17042026-05-20T15:26:51.951Z Compiling tough v0.22.0
17052026-05-20T15:26:54.431Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-20T15:26:54.670Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-20T15:26:57.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s
17082026-05-20T15:26:57.625Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-05-20T15:26:57.680ZMay 20 15:26:56.603 INFO Starting download, target: DendriteStub
17102026-05-20T15:26:57.680ZMay 20 15:26:56.603 INFO Starting download, target: Cockroach
17112026-05-20T15:26:57.680ZMay 20 15:26:56.603 INFO Starting download, target: MaghemiteMgd
17122026-05-20T15:26:57.680ZMay 20 15:26:56.603 INFO Starting download, target: Console
17132026-05-20T15:26:57.683ZMay 20 15:26:56.603 INFO Starting download, target: MaghemiteDdmd
17142026-05-20T15:26:57.683ZMay 20 15:26:56.603 INFO Starting download, target: Clickhouse
17152026-05-20T15:26:57.683ZMay 20 15:26:56.603 INFO Starting download, target: TransceiverControl
17162026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-05-20T15:26:57.683ZMay 20 15:26:56.604 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17232026-05-20T15:26:58.211ZMay 20 15:26:57.123 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-05-20T15:26:58.412ZMay 20 15:26:57.332 INFO Download complete, target: TransceiverControl
17252026-05-20T15:26:58.750ZMay 20 15:26:57.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-05-20T15:26:58.989ZMay 20 15:26:57.912 INFO Download complete, target: Console
17272026-05-20T15:26:59.837ZMay 20 15:26:58.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-05-20T15:27:00.055ZMay 20 15:26:58.966 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-05-20T15:27:00.209ZMay 20 15:26:59.128 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-05-20T15:27:00.570ZMay 20 15:26:59.484 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-05-20T15:27:00.742ZMay 20 15:26:59.665 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-05-20T15:27:00.742ZMay 20 15:26:59.665 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-05-20T15:27:02.160ZMay 20 15:27:01.084 INFO Download complete, target: MaghemiteDdmd
17342026-05-20T15:27:02.492ZMay 20 15:27:01.414 INFO Download complete, target: DendriteStub
17352026-05-20T15:27:02.791ZMay 20 15:27:01.710 INFO Download complete, target: MaghemiteMgd
17362026-05-20T15:27:05.445ZMay 20 15:27:04.369 INFO Checking that binary works, target: Cockroach
17372026-05-20T15:27:05.586ZMay 20 15:27:04.505 INFO Download complete, target: Cockroach
17382026-05-20T15:27:07.308ZMay 20 15:27:06.231 INFO Checking that binary works, target: Clickhouse
17392026-05-20T15:27:07.411ZMay 20 15:27:06.330 INFO Download complete, target: Clickhouse
17402026-05-20T15:27:07.423ZAll prerequisites installed successfully
17412026-05-20T15:27:07.423Z
17422026-05-20T15:27:07.424Zreal 2:02.968669224
17432026-05-20T15:27:07.424Zuser 6:54.656783366
17442026-05-20T15:27:07.424Zsys 1:44.578299747
17452026-05-20T15:27:07.424Ztrap 0.254576352
17462026-05-20T15:27:07.424Ztflt 1.757871747
17472026-05-20T15:27:07.424Zdflt 2.366990902
17482026-05-20T15:27:07.424Zkflt 0.032441775
17492026-05-20T15:27:07.424Zlock 23:20.228373669
17502026-05-20T15:27:07.424Zslp 18:58.269284448
17512026-05-20T15:27:07.424Zlat 24.762888393
17522026-05-20T15:27:07.424Zstop 2:54.603849693
17532026-05-20T15:27:07.424Z+ ptime -m cargo xtask download softnpu
17542026-05-20T15:27:07.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17552026-05-20T15:27:07.991Z Running `target/debug/xtask download softnpu`
17562026-05-20T15:27:08.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17572026-05-20T15:27:08.845Z Running `target/debug/xtask-downloader softnpu`
17582026-05-20T15:27:08.891ZMay 20 15:27:07.810 INFO Starting download, target: Softnpu
17592026-05-20T15:27:08.895ZMay 20 15:27:07.811 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-05-20T15:27:09.666ZMay 20 15:27:08.590 INFO Download complete, target: Softnpu
17612026-05-20T15:27:09.670Z
17622026-05-20T15:27:09.676Zreal 2.250931225
17632026-05-20T15:27:09.676Zuser 1.369638219
17642026-05-20T15:27:09.676Zsys 0.675341620
17652026-05-20T15:27:09.676Ztrap 0.000525862
17662026-05-20T15:27:09.676Ztflt 0.000219993
17672026-05-20T15:27:09.676Zdflt 0.000133249
17682026-05-20T15:27:09.676Zkflt 0.000000000
17692026-05-20T15:27:09.676Zlock 14.138069307
17702026-05-20T15:27:09.676Zslp 0.642303542
17712026-05-20T15:27:09.676Zlat 0.094052110
17722026-05-20T15:27:09.676Zstop 0.000169360
17732026-05-20T15:27:09.676Z+ export CARGO_INCREMENTAL=0
17742026-05-20T15:27:09.677Z+ CARGO_INCREMENTAL=0
17752026-05-20T15:27:09.677Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-05-20T15:27:10.587Z Compiling proc-macro2 v1.0.106
17772026-05-20T15:27:10.587Z Compiling quote v1.0.45
17782026-05-20T15:27:10.617Z Compiling unicode-ident v1.0.24
17792026-05-20T15:27:10.617Z Compiling libc v0.2.185
17802026-05-20T15:27:10.617Z Compiling serde_core v1.0.228
17812026-05-20T15:27:10.617Z Compiling serde v1.0.228
17822026-05-20T15:27:10.617Z Compiling cfg-if v1.0.4
17832026-05-20T15:27:10.741Z Compiling version_check v0.9.5
17842026-05-20T15:27:10.771Z Compiling find-msvc-tools v0.1.9
17852026-05-20T15:27:10.771Z Compiling shlex v1.3.0
17862026-05-20T15:27:10.771Z Compiling typenum v1.19.0
17872026-05-20T15:27:10.771Z Compiling zmij v1.0.21
17882026-05-20T15:27:10.771Z Compiling autocfg v1.5.0
17892026-05-20T15:27:10.771Z Compiling memchr v2.8.0
17902026-05-20T15:27:10.771Z Compiling serde_json v1.0.149
17912026-05-20T15:27:11.021Z Compiling portable-atomic v1.13.1
17922026-05-20T15:27:11.059Z Compiling libm v0.2.16
17932026-05-20T15:27:11.088Z Compiling zerocopy v0.8.40
17942026-05-20T15:27:11.130Z Compiling parking_lot_core v0.9.12
17952026-05-20T15:27:11.151Z Compiling smallvec v1.15.1
17962026-05-20T15:27:11.151Z Compiling icu_properties_data v2.1.2
17972026-05-20T15:27:11.205Z Compiling num-traits v0.2.19
17982026-05-20T15:27:11.220Z Compiling generic-array v0.14.7
17992026-05-20T15:27:11.397Z Compiling icu_normalizer_data v2.1.1
18002026-05-20T15:27:11.397Z Compiling itoa v1.0.17
18012026-05-20T15:27:11.418Z Compiling getrandom v0.4.1
18022026-05-20T15:27:11.428Z Compiling log v0.4.29
18032026-05-20T15:27:11.480Z Compiling stable_deref_trait v1.2.1
18042026-05-20T15:27:11.480Z Compiling pkg-config v0.3.32
18052026-05-20T15:27:11.488Z Compiling subtle v2.6.1
18062026-05-20T15:27:11.646Z Compiling jobserver v0.1.34
18072026-05-20T15:27:11.661Z Compiling getrandom v0.2.17
18082026-05-20T15:27:11.695Z Compiling scopeguard v1.2.0
18092026-05-20T15:27:11.740Z Compiling errno v0.3.14
18102026-05-20T15:27:11.844Z Compiling lock_api v0.4.14
18112026-05-20T15:27:11.862Z Compiling cc v1.2.56
18122026-05-20T15:27:11.920Z Compiling rand_core v0.6.4
18132026-05-20T15:27:11.973Z Compiling writeable v0.6.2
18142026-05-20T15:27:12.003Z Compiling litemap v0.8.1
18152026-05-20T15:27:12.003Z Compiling percent-encoding v2.3.2
18162026-05-20T15:27:12.050Z Compiling syn v2.0.117
18172026-05-20T15:27:12.154Z Compiling pin-project-lite v0.2.17
18182026-05-20T15:27:12.170Z Compiling fnv v1.0.7
18192026-05-20T15:27:12.221Z Compiling thiserror v2.0.18
18202026-05-20T15:27:12.266Z Compiling getrandom v0.3.4
18212026-05-20T15:27:12.305Z Compiling equivalent v1.0.2
18222026-05-20T15:27:12.312Z Compiling dunce v1.0.5
18232026-05-20T15:27:12.326Z Compiling fs_extra v1.3.0
18242026-05-20T15:27:12.404Z Compiling rustversion v1.0.22
18252026-05-20T15:27:12.475Z Compiling utf8_iter v1.0.4
18262026-05-20T15:27:12.521Z Compiling schemars v0.8.22
18272026-05-20T15:27:12.522Z Compiling rand_core v0.10.0
18282026-05-20T15:27:12.626Z Compiling form_urlencoded v1.2.2
18292026-05-20T15:27:12.702Z Compiling cmake v0.1.57
18302026-05-20T15:27:12.702Z Compiling critical-section v1.2.0
18312026-05-20T15:27:12.718Z Compiling signal-hook-registry v1.4.8
18322026-05-20T15:27:12.813Z Compiling rustix v1.1.3
18332026-05-20T15:27:12.832Z Compiling hashbrown v0.17.0
18342026-05-20T15:27:12.881Z Compiling socket2 v0.6.3
18352026-05-20T15:27:12.971Z Compiling once_cell v1.21.3
18362026-05-20T15:27:13.032Z Compiling parking_lot v0.12.5
18372026-05-20T15:27:13.167Z Compiling semver v1.0.28
18382026-05-20T15:27:13.253Z Compiling bitflags v2.11.0
18392026-05-20T15:27:13.271Z Compiling ring v0.17.14
18402026-05-20T15:27:13.304Z Compiling aws-lc-sys v0.40.0
18412026-05-20T15:27:13.342Z Compiling mio v1.2.0
18422026-05-20T15:27:13.397Z Compiling indexmap v2.14.0
18432026-05-20T15:27:13.446Z Compiling const-oid v0.9.6
18442026-05-20T15:27:13.491Z Compiling aws-lc-rs v1.16.3
18452026-05-20T15:27:13.574Z Compiling futures-core v0.3.32
18462026-05-20T15:27:14.141Z Compiling httparse v1.10.1
18472026-05-20T15:27:14.145Z Compiling vcpkg v0.2.15
18482026-05-20T15:27:14.145Z Compiling strsim v0.11.1
18492026-05-20T15:27:14.145Z Compiling thiserror v1.0.69
18502026-05-20T15:27:14.145Z Compiling ucd-trie v0.1.7
18512026-05-20T15:27:14.145Z Compiling iana-time-zone v0.1.65
18522026-05-20T15:27:14.145Z Compiling byteorder v1.5.0
18532026-05-20T15:27:14.145Z Compiling regex-syntax v0.8.10
18542026-05-20T15:27:14.145Z Compiling heck v0.5.0
18552026-05-20T15:27:14.145Z Compiling syn v1.0.109
18562026-05-20T15:27:14.145Z Compiling ident_case v1.0.1
18572026-05-20T15:27:14.186Z Compiling uuid v1.23.0
18582026-05-20T15:27:14.213Z Compiling pest v2.8.6
18592026-05-20T15:27:14.290Z Compiling cpufeatures v0.2.17
18602026-05-20T15:27:14.330Z Compiling openssl-sys v0.9.115
18612026-05-20T15:27:14.358Z Compiling rustls v0.23.37
18622026-05-20T15:27:14.575Z Compiling futures-sink v0.3.32
18632026-05-20T15:27:14.675Z Compiling rustc_version v0.4.1
18642026-05-20T15:27:14.751Z Compiling slab v0.4.12
18652026-05-20T15:27:14.751Z Compiling futures-task v0.3.32
18662026-05-20T15:27:14.796Z Compiling futures-channel v0.3.32
18672026-05-20T15:27:14.840Z Compiling futures-io v0.3.32
18682026-05-20T15:27:14.898Z Compiling synstructure v0.13.2
18692026-05-20T15:27:14.934Z Compiling serde_derive_internals v0.29.1
18702026-05-20T15:27:14.934Z Compiling aho-corasick v1.1.4
18712026-05-20T15:27:14.979Z Compiling dyn-clone v1.0.20
18722026-05-20T15:27:15.199Z Compiling base64 v0.22.1
18732026-05-20T15:27:15.237Z Compiling crc32fast v1.5.0
18742026-05-20T15:27:15.264Z Compiling plain v0.2.3
18752026-05-20T15:27:15.373Z Compiling pest_meta v2.8.6
18762026-05-20T15:27:15.393Z Compiling openssl v0.10.79
18772026-05-20T15:27:15.460Z Compiling crossbeam-utils v0.8.21
18782026-05-20T15:27:15.540Z Compiling num-conv v0.2.0
18792026-05-20T15:27:15.602Z Compiling time-core v0.1.8
18802026-05-20T15:27:15.662Z Compiling pretty-hex v0.4.1
18812026-05-20T15:27:15.704Z Compiling native-tls v0.2.18
18822026-05-20T15:27:15.794Z Compiling regex-automata v0.4.14
18832026-05-20T15:27:15.861Z Compiling anyhow v1.0.102
18842026-05-20T15:27:15.861Z Compiling time-macros v0.2.27
18852026-05-20T15:27:15.861Z Compiling base64ct v1.8.3
18862026-05-20T15:27:15.861Z Compiling darling_core v0.21.3
18872026-05-20T15:27:15.938Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-05-20T15:27:16.016Z Compiling tracing-core v0.1.36
18892026-05-20T15:27:16.132Z Compiling pest_generator v2.8.6
18902026-05-20T15:27:16.192Z Compiling pem-rfc7468 v0.7.0
18912026-05-20T15:27:16.192Z Compiling serde_derive v1.0.228
18922026-05-20T15:27:16.244Z Compiling zeroize_derive v1.4.3
18932026-05-20T15:27:16.282Z Compiling zerofrom-derive v0.1.6
18942026-05-20T15:27:16.325Z Compiling yoke-derive v0.8.1
18952026-05-20T15:27:16.357Z Compiling zerovec-derive v0.11.2
18962026-05-20T15:27:16.401Z Compiling displaydoc v0.2.5
18972026-05-20T15:27:16.673Z Compiling zerocopy-derive v0.8.40
18982026-05-20T15:27:16.717Z Compiling tokio-macros v2.7.0
18992026-05-20T15:27:16.834Z Compiling futures-macro v0.3.32
19002026-05-20T15:27:16.834Z Compiling zeroize v1.8.2
19012026-05-20T15:27:17.108Z Compiling thiserror-impl v2.0.18
19022026-05-20T15:27:17.264Z Compiling schemars_derive v0.8.22
19032026-05-20T15:27:17.371Z Compiling tracing-attributes v0.1.31
19042026-05-20T15:27:17.382Z Compiling zerofrom v0.1.6
19052026-05-20T15:27:17.512Z Compiling yoke v0.8.1
19062026-05-20T15:27:17.563Z Compiling crypto-common v0.1.7
19072026-05-20T15:27:17.640Z Compiling der_derive v0.7.3
19082026-05-20T15:27:17.691Z Compiling zerovec v0.11.5
19092026-05-20T15:27:17.709Z Compiling zerotrie v0.2.3
19102026-05-20T15:27:17.743Z Compiling block-buffer v0.10.4
19112026-05-20T15:27:17.939Z Compiling digest v0.10.7
19122026-05-20T15:27:17.987Z Compiling thiserror-impl v1.0.69
19132026-05-20T15:27:18.240Z Compiling tinystr v0.8.2
19142026-05-20T15:27:18.284Z Compiling potential_utf v0.1.4
19152026-05-20T15:27:18.405Z Compiling icu_locale_core v2.1.1
19162026-05-20T15:27:18.456Z Compiling icu_collections v2.1.1
19172026-05-20T15:27:18.474Z Compiling pest_derive v2.8.6
19182026-05-20T15:27:18.523Z Compiling futures-util v0.3.32
19192026-05-20T15:27:18.554Z Compiling hmac v0.12.1
19202026-05-20T15:27:18.940Z Compiling block-padding v0.3.3
19212026-05-20T15:27:19.042Z Compiling rustls-pki-types v1.14.0
19222026-05-20T15:27:19.093Z Compiling inout v0.1.4
19232026-05-20T15:27:19.161Z Compiling icu_provider v2.1.1
19242026-05-20T15:27:19.175Z Compiling openssl-macros v0.1.1
19252026-05-20T15:27:19.244Z Compiling bytes v1.11.1
19262026-05-20T15:27:19.349Z Compiling chrono v0.4.44
19272026-05-20T15:27:19.454Z Compiling icu_normalizer v2.1.1
19282026-05-20T15:27:19.570Z Compiling icu_properties v2.1.2
19292026-05-20T15:27:19.854Z Compiling tokio v1.52.1
19302026-05-20T15:27:20.169Z Compiling serde_tokenstream v0.2.3
19312026-05-20T15:27:20.174Z Compiling cipher v0.4.4
19322026-05-20T15:27:20.433Z Compiling sha2 v0.10.9
19332026-05-20T15:27:20.479Z Compiling idna_adapter v1.2.1
19342026-05-20T15:27:20.628Z Compiling idna v1.1.0
19352026-05-20T15:27:20.830Z Compiling scroll_derive v0.13.1
19362026-05-20T15:27:20.844Z Compiling scroll_derive v0.12.1
19372026-05-20T15:27:20.912Z Compiling ppv-lite86 v0.2.21
19382026-05-20T15:27:21.055Z Compiling url v2.5.8
19392026-05-20T15:27:21.184Z Compiling http v1.4.0
19402026-05-20T15:27:21.274Z Compiling untrusted v0.9.0
19412026-05-20T15:27:21.344Z Compiling flagset v0.4.7
19422026-05-20T15:27:21.454Z Compiling der v0.7.10
19432026-05-20T15:27:21.494Z Compiling tracing v0.1.44
19442026-05-20T15:27:21.590Z Compiling darling_macro v0.21.3
19452026-05-20T15:27:21.622Z Compiling regex v1.12.3
19462026-05-20T15:27:21.884Z Compiling zerocopy-derive v0.7.35
19472026-05-20T15:27:21.901Z Compiling rand_core v0.9.5
19482026-05-20T15:27:22.037Z Compiling slog v2.8.2
19492026-05-20T15:27:22.336Z Compiling spki v0.7.3
19502026-05-20T15:27:22.570Z Compiling darling v0.21.3
19512026-05-20T15:27:22.611Z Compiling salsa20 v0.10.2
19522026-05-20T15:27:22.655Z Compiling pbkdf2 v0.12.2
19532026-05-20T15:27:22.975Z Compiling cookie v0.18.1
19542026-05-20T15:27:23.127Z Compiling camino v1.2.2
19552026-05-20T15:27:23.423Z Compiling scrypt v0.11.0
19562026-05-20T15:27:23.428Z Compiling http-body v1.0.1
19572026-05-20T15:27:23.454Z Compiling rand_chacha v0.9.0
19582026-05-20T15:27:23.485Z Compiling aes v0.8.4
19592026-05-20T15:27:23.511Z Compiling cbc v0.1.2
19602026-05-20T15:27:23.611Z Compiling tokio-util v0.7.18
19612026-05-20T15:27:23.669Z Compiling usdt-impl v0.5.0
19622026-05-20T15:27:23.683Z Compiling unicode-segmentation v1.12.0
19632026-05-20T15:27:23.702Z Compiling paste v1.0.15
19642026-05-20T15:27:23.830Z Compiling winnow v0.7.14
19652026-05-20T15:27:23.907Z Compiling openssl-probe v0.2.1
19662026-05-20T15:27:23.932Z Compiling ref-cast v1.0.25
19672026-05-20T15:27:23.992Z Compiling usdt-impl v0.6.0
19682026-05-20T15:27:24.073Z Compiling tinyvec_macros v0.1.1
19692026-05-20T15:27:24.125Z Compiling untrusted v0.7.1
19702026-05-20T15:27:24.175Z Compiling atomic-waker v1.1.2
19712026-05-20T15:27:24.234Z Compiling tinyvec v1.10.0
19722026-05-20T15:27:24.280Z Compiling pkcs5 v0.7.1
19732026-05-20T15:27:24.446Z Compiling rand v0.9.2
19742026-05-20T15:27:24.756Z Compiling scroll v0.13.0
19752026-05-20T15:27:24.838Z Compiling scroll v0.12.0
19762026-05-20T15:27:24.882Z Compiling serde_spanned v0.6.9
19772026-05-20T15:27:24.992Z Compiling toml_datetime v0.6.11
19782026-05-20T15:27:25.037Z Compiling async-trait v0.1.89
19792026-05-20T15:27:25.051Z Compiling heapless v0.7.17
19802026-05-20T15:27:25.103Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-05-20T15:27:25.137Z Compiling try-lock v0.2.5
19822026-05-20T15:27:25.250Z Compiling tower-service v0.3.3
19832026-05-20T15:27:25.292Z Compiling signal-hook v0.3.18
19842026-05-20T15:27:25.315Z Compiling fastrand v2.3.0
19852026-05-20T15:27:25.332Z Compiling tower-layer v0.3.3
19862026-05-20T15:27:25.419Z Compiling zstd-safe v7.2.4
19872026-05-20T15:27:25.530Z Compiling either v1.15.0
19882026-05-20T15:27:25.666Z Compiling h2 v0.4.13
19892026-05-20T15:27:25.674Z Compiling want v0.3.1
19902026-05-20T15:27:25.674Z Compiling toml_parser v1.0.9+spec-1.1.0
19912026-05-20T15:27:25.737Z Compiling goblin v0.8.2
19922026-05-20T15:27:25.822Z Compiling goblin v0.10.5
19932026-05-20T15:27:25.882Z Compiling pkcs8 v0.10.2
19942026-05-20T15:27:26.005Z Compiling heck v0.4.1
19952026-05-20T15:27:26.138Z Compiling zerocopy v0.7.35
19962026-05-20T15:27:26.188Z Compiling ipnet v2.11.0
19972026-05-20T15:27:26.268Z Compiling ref-cast-impl v1.0.25
19982026-05-20T15:27:26.416Z Compiling curve25519-dalek v4.1.3
19992026-05-20T15:27:26.661Z Compiling darling_core v0.20.11
20002026-05-20T15:27:26.717Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-05-20T15:27:26.730Z Compiling memoffset v0.9.1
20022026-05-20T15:27:26.815Z Compiling httpdate v1.0.3
20032026-05-20T15:27:26.944Z Compiling rustix v0.38.44
20042026-05-20T15:27:26.976Z Compiling winnow v0.5.40
20052026-05-20T15:27:27.041Z Compiling pin-utils v0.1.0
20062026-05-20T15:27:27.278Z Compiling utf8parse v0.2.2
20072026-05-20T15:27:27.518Z Compiling litrs v1.0.0
20082026-05-20T15:27:27.600Z Compiling foreign-types-shared v0.1.1
20092026-05-20T15:27:27.704Z Compiling foreign-types v0.3.2
20102026-05-20T15:27:27.791Z Compiling tempfile v3.25.0
20112026-05-20T15:27:27.988Z Compiling document-features v0.2.12
20122026-05-20T15:27:28.099Z Compiling dof v0.3.0
20132026-05-20T15:27:28.325Z Compiling toml_edit v0.19.15
20142026-05-20T15:27:28.372Z Compiling unicode-normalization v0.1.25
20152026-05-20T15:27:28.498Z Compiling dof v0.4.0
20162026-05-20T15:27:28.548Z Compiling dtrace-parser v0.2.0
20172026-05-20T15:27:28.592Z Compiling darling_macro v0.20.11
20182026-05-20T15:27:28.719Z Compiling hyper v1.8.1
20192026-05-20T15:27:28.849Z Compiling dtrace-parser v0.3.0
20202026-05-20T15:27:29.005Z Compiling daft-derive v0.1.7
20212026-05-20T15:27:29.054Z Compiling pin-project-internal v1.1.11
20222026-05-20T15:27:29.182Z Compiling spin v0.9.8
20232026-05-20T15:27:29.281Z Compiling socket2 v0.5.10
20242026-05-20T15:27:29.301Z Compiling thread-id v5.1.0
20252026-05-20T15:27:29.416Z Compiling thread-id v4.2.2
20262026-05-20T15:27:29.476Z Compiling cfg_aliases v0.2.1
20272026-05-20T15:27:29.522Z Compiling anstyle v1.0.14
20282026-05-20T15:27:29.546Z Compiling powerfmt v0.2.0
20292026-05-20T15:27:29.563Z Compiling num-bigint-dig v0.8.6
20302026-05-20T15:27:29.703Z Compiling smoltcp v0.9.1
20312026-05-20T15:27:29.717Z Compiling deranged v0.5.8
20322026-05-20T15:27:29.755Z Compiling nix v0.31.2
20332026-05-20T15:27:29.832Z Compiling hyper-util v0.1.20
20342026-05-20T15:27:30.121Z Compiling darling v0.20.11
20352026-05-20T15:27:30.315Z Compiling rustls-native-certs v0.8.3
20362026-05-20T15:27:30.356Z Compiling ipnetwork v0.21.1
20372026-05-20T15:27:30.759Z Compiling curve25519-dalek-derive v0.1.1
20382026-05-20T15:27:30.773Z Compiling strum_macros v0.26.4
20392026-05-20T15:27:30.897Z Compiling sync_wrapper v1.0.2
20402026-05-20T15:27:30.966Z Compiling wait-timeout v0.2.1
20412026-05-20T15:27:31.243Z Compiling anstyle-query v1.1.5
20422026-05-20T15:27:31.284Z Compiling is_terminal_polyfill v1.70.2
20432026-05-20T15:27:31.364Z Compiling siphasher v1.0.2
20442026-05-20T15:27:31.488Z Compiling quick-error v1.2.3
20452026-05-20T15:27:31.505Z Compiling num_threads v0.1.7
20462026-05-20T15:27:31.539Z Compiling simd-adler32 v0.3.8
20472026-05-20T15:27:31.556Z Compiling bit-vec v0.8.0
20482026-05-20T15:27:31.569Z Compiling colorchoice v1.0.4
20492026-05-20T15:27:31.614Z Compiling rusty-fork v0.3.1
20502026-05-20T15:27:31.628Z Compiling time v0.3.47
20512026-05-20T15:27:31.800Z Compiling bit-set v0.8.0
20522026-05-20T15:27:31.969Z Compiling tower v0.5.3
20532026-05-20T15:27:32.178Z Compiling derive_builder_core v0.20.2
20542026-05-20T15:27:32.330Z Compiling snafu-derive v0.8.9
20552026-05-20T15:27:32.619Z Compiling http-body-util v0.1.3
20562026-05-20T15:27:32.807Z Compiling webpki-roots v1.0.6
20572026-05-20T15:27:32.926Z Compiling rand_xorshift v0.4.0
20582026-05-20T15:27:32.949Z Compiling signature v2.2.0
20592026-05-20T15:27:32.965Z Compiling hubpack_derive v0.1.1
20602026-05-20T15:27:32.983Z Compiling strum_macros v0.27.2
20612026-05-20T15:27:33.199Z Compiling ahash v0.8.12
20622026-05-20T15:27:33.241Z Compiling fs-err v3.3.0
20632026-05-20T15:27:33.249Z Compiling encoding_rs v0.8.35
20642026-05-20T15:27:33.349Z Compiling unicode-bidi v0.3.18
20652026-05-20T15:27:33.399Z Compiling allocator-api2 v0.2.21
20662026-05-20T15:27:33.474Z Compiling unarray v0.1.4
20672026-05-20T15:27:33.493Z Compiling adler2 v2.0.1
20682026-05-20T15:27:33.511Z Compiling object v0.37.3
20692026-05-20T15:27:33.526Z Compiling unicode-properties v0.1.4
20702026-05-20T15:27:33.560Z Compiling mime v0.3.17
20712026-05-20T15:27:33.584Z Compiling ryu v1.0.23
20722026-05-20T15:27:33.755Z Compiling iri-string v0.7.10
20732026-05-20T15:27:33.770Z Compiling serde_urlencoded v0.7.1
20742026-05-20T15:27:33.816Z Compiling stringprep v0.1.5
20752026-05-20T15:27:33.911Z Compiling miniz_oxide v0.8.9
20762026-05-20T15:27:33.934Z Compiling proptest v1.10.0
20772026-05-20T15:27:34.229Z Compiling derive_builder_macro v0.20.2
20782026-05-20T15:27:34.247Z Compiling tokio-native-tls v0.3.1
20792026-05-20T15:27:34.439Z Compiling usdt-attr-macro v0.6.0
20802026-05-20T15:27:34.487Z Compiling usdt-macro v0.6.0
20812026-05-20T15:27:34.689Z Compiling anstyle-parse v1.0.0
20822026-05-20T15:27:34.929Z Compiling rand_chacha v0.3.1
20832026-05-20T15:27:34.936Z Compiling tower-http v0.6.8
20842026-05-20T15:27:34.968Z Compiling erased-serde v0.3.31
20852026-05-20T15:27:34.995Z Compiling md-5 v0.10.6
20862026-05-20T15:27:35.096Z Compiling bstr v1.12.1
20872026-05-20T15:27:35.232Z Compiling num-integer v0.1.46
20882026-05-20T15:27:35.247Z Compiling hash32 v0.2.1
20892026-05-20T15:27:35.313Z Compiling vergen-lib v0.1.6
20902026-05-20T15:27:35.388Z Compiling ff v0.13.1
20912026-05-20T15:27:35.461Z Compiling zlib-rs v0.6.2
20922026-05-20T15:27:35.506Z Compiling fallible-iterator v0.2.0
20932026-05-20T15:27:35.566Z Compiling psl-types v2.0.11
20942026-05-20T15:27:35.599Z Compiling base16ct v0.2.0
20952026-05-20T15:27:35.718Z Compiling publicsuffix v2.3.0
20962026-05-20T15:27:35.726Z Compiling sec1 v0.7.3
20972026-05-20T15:27:35.763Z Compiling group v0.13.0
20982026-05-20T15:27:35.808Z Compiling postgres-protocol v0.6.10
20992026-05-20T15:27:35.837Z Compiling num-iter v0.1.45
21002026-05-20T15:27:35.955Z Compiling newtype-uuid v1.3.2
21012026-05-20T15:27:36.295Z Compiling rand v0.8.6
21022026-05-20T15:27:36.576Z Compiling anstream v1.0.0
21032026-05-20T15:27:36.670Z Compiling oxnet v0.1.5
21042026-05-20T15:27:36.811Z Compiling derive_builder v0.20.2
21052026-05-20T15:27:36.831Z Compiling hyper-tls v0.6.0
21062026-05-20T15:27:36.920Z Compiling phf_shared v0.13.1
21072026-05-20T15:27:37.012Z Compiling pin-project v1.1.11
21082026-05-20T15:27:37.081Z Compiling lazy_static v1.5.0
21092026-05-20T15:27:37.105Z Compiling anstyle-parse v0.2.7
21102026-05-20T15:27:37.230Z Compiling terminal_size v0.4.3
21112026-05-20T15:27:37.246Z Compiling serde_with_macros v3.17.0
21122026-05-20T15:27:37.269Z Compiling futures-executor v0.3.32
21132026-05-20T15:27:37.277Z Compiling cargo-platform v0.1.9
21142026-05-20T15:27:37.422Z Compiling hex v0.4.3
21152026-05-20T15:27:37.669Z Compiling flate2 v1.1.9
21162026-05-20T15:27:37.682Z Compiling hkdf v0.12.4
21172026-05-20T15:27:37.682Z Compiling crypto-bigint v0.5.5
21182026-05-20T15:27:37.682Z Compiling serde_repr v0.1.20
21192026-05-20T15:27:37.725Z Compiling clap_derive v4.6.1
21202026-05-20T15:27:37.775Z Compiling enum-as-inner v0.6.1
21212026-05-20T15:27:37.886Z Compiling async-recursion v1.1.1
21222026-05-20T15:27:37.919Z Compiling vergen v9.0.6
21232026-05-20T15:27:37.958Z Compiling bumpalo v3.20.2
21242026-05-20T15:27:38.025Z Compiling same-file v1.0.6
21252026-05-20T15:27:38.135Z Compiling managed v0.8.0
21262026-05-20T15:27:38.183Z Compiling libbz2-rs-sys v0.2.2
21272026-05-20T15:27:38.200Z Compiling foldhash v0.1.5
21282026-05-20T15:27:38.222Z Compiling clap_lex v1.0.0
21292026-05-20T15:27:38.285Z Compiling bitflags v1.3.2
21302026-05-20T15:27:38.461Z Compiling foldhash v0.2.0
21312026-05-20T15:27:38.734Z Compiling hashbrown v0.16.1
21322026-05-20T15:27:38.837Z Compiling bzip2 v0.6.1
21332026-05-20T15:27:38.837Z Compiling elliptic-curve v0.13.8
21342026-05-20T15:27:38.837Z Compiling clap_builder v4.6.0
21352026-05-20T15:27:38.844Z Compiling hashbrown v0.15.5
21362026-05-20T15:27:38.941Z Compiling zopfli v0.8.3
21372026-05-20T15:27:39.313Z Compiling walkdir v2.5.0
21382026-05-20T15:27:39.418Z Compiling zstd v0.13.3
21392026-05-20T15:27:39.452Z Compiling futures v0.3.32
21402026-05-20T15:27:39.522Z Compiling cargo_metadata v0.19.2
21412026-05-20T15:27:39.622Z Compiling anstream v0.6.21
21422026-05-20T15:27:39.769Z Compiling phf v0.13.1
21432026-05-20T15:27:39.860Z Compiling snafu v0.8.9
21442026-05-20T15:27:40.006Z Compiling daft v0.1.7
21452026-05-20T15:27:40.164Z Compiling signal-hook-mio v0.2.5
21462026-05-20T15:27:40.221Z Compiling cookie_store v0.22.1
21472026-05-20T15:27:40.236Z Compiling postgres-types v0.2.12
21482026-05-20T15:27:40.256Z Compiling bzip2 v0.4.4
21492026-05-20T15:27:40.401Z Compiling globset v0.4.18
21502026-05-20T15:27:40.473Z Compiling strum v0.27.2
21512026-05-20T15:27:40.754Z Compiling hubpack v0.1.2
21522026-05-20T15:27:40.790Z Compiling ed25519 v2.2.3
21532026-05-20T15:27:40.809Z Compiling phf_shared v0.11.3
21542026-05-20T15:27:40.839Z Compiling crossbeam-epoch v0.9.18
21552026-05-20T15:27:40.882Z Compiling olpc-cjson v0.1.4
21562026-05-20T15:27:40.991Z Compiling pkcs1 v0.7.5
21572026-05-20T15:27:41.016Z Compiling pem v3.0.6
21582026-05-20T15:27:41.113Z Compiling serde_plain v1.0.2
21592026-05-20T15:27:41.163Z Compiling serde-big-array v0.5.1
21602026-05-20T15:27:41.403Z Compiling rfc6979 v0.4.0
21612026-05-20T15:27:41.403Z Compiling float-cmp v0.10.0
21622026-05-20T15:27:41.425Z Compiling memmap2 v0.9.10
21632026-05-20T15:27:41.425Z Compiling env_filter v1.0.0
21642026-05-20T15:27:41.425Z Compiling toml_write v0.1.2
21652026-05-20T15:27:41.425Z Compiling fixedbitset v0.5.7
21662026-05-20T15:27:41.425Z Compiling difflib v0.4.0
21672026-05-20T15:27:41.425Z Compiling precomputed-hash v0.1.1
21682026-05-20T15:27:41.434Z Compiling whoami v2.1.0
21692026-05-20T15:27:41.517Z Compiling jiff v0.2.21
21702026-05-20T15:27:41.523Z Compiling typed-path v0.9.3
21712026-05-20T15:27:41.751Z Compiling normalize-line-endings v0.3.0
21722026-05-20T15:27:41.761Z Compiling keccak v0.1.6
21732026-05-20T15:27:41.761Z Compiling fixedbitset v0.4.2
21742026-05-20T15:27:41.761Z Compiling data-encoding v2.10.0
21752026-05-20T15:27:41.761Z Compiling static_assertions v1.1.0
21762026-05-20T15:27:41.761Z Compiling new_debug_unreachable v1.0.6
21772026-05-20T15:27:41.770Z Compiling predicates-core v1.0.10
21782026-05-20T15:27:41.821Z Compiling string_cache v0.8.9
21792026-05-20T15:27:41.826Z Compiling petgraph v0.6.5
21802026-05-20T15:27:41.990Z Compiling sha3 v0.10.8
21812026-05-20T15:27:41.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21822026-05-20T15:27:41.990Z Compiling hickory-proto v0.25.2
21832026-05-20T15:27:42.057Z Compiling predicates v3.1.4
21842026-05-20T15:27:42.133Z Compiling tokio-postgres v0.7.16
21852026-05-20T15:27:42.171Z Compiling petgraph v0.8.3
21862026-05-20T15:27:42.336Z Compiling toml_edit v0.22.27
21872026-05-20T15:27:42.580Z Compiling env_logger v0.11.9
21882026-05-20T15:27:42.760Z Compiling usdt v0.6.0
21892026-05-20T15:27:42.980Z Compiling ecdsa v0.16.9
21902026-05-20T15:27:43.025Z Compiling rsa v0.9.10
21912026-05-20T15:27:43.055Z Compiling ed25519-dalek v2.2.0
21922026-05-20T15:27:43.664Z Compiling crossterm v0.28.1
21932026-05-20T15:27:43.764Z Compiling zip v0.6.6
21942026-05-20T15:27:44.082Z Compiling zip v4.6.1
21952026-05-20T15:27:44.309Z Compiling clap v4.6.1
21962026-05-20T15:27:44.408Z Compiling iddqd v0.4.1
21972026-05-20T15:27:47.651Z Compiling serde_with v3.17.0
21982026-05-20T15:27:47.677Z Compiling similar v2.7.0
21992026-05-20T15:27:47.677Z Compiling strum v0.26.3
22002026-05-20T15:27:47.677Z Compiling toml v0.7.8
22012026-05-20T15:27:47.677Z Compiling tokio-stream v0.1.18
22022026-05-20T15:27:47.677Z Compiling buf-list v1.1.2
22032026-05-20T15:27:47.677Z Compiling x509-cert v0.2.5
22042026-05-20T15:27:47.677Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22052026-05-20T15:27:47.677Z Compiling openapiv3 v2.2.0
22062026-05-20T15:27:47.677Z Compiling sha1 v0.10.6
22072026-05-20T15:27:47.677Z Compiling lalrpop-util v0.19.12
22082026-05-20T15:27:47.677Z Compiling peg-runtime v0.8.5
22092026-05-20T15:28:00.592Z Compiling rustls-webpki v0.103.9
22102026-05-20T15:28:01.943Z Compiling macaddr v1.0.1
22112026-05-20T15:28:02.195Z Compiling structmeta-derive v0.3.0
22122026-05-20T15:28:02.244Z Compiling crucible-workspace-hack v0.1.0
22132026-05-20T15:28:02.270Z Compiling rayon-core v1.13.0
22142026-05-20T15:28:02.469Z Compiling itertools v0.14.0
22152026-05-20T15:28:02.508Z Compiling secrecy v0.10.3
22162026-05-20T15:28:02.550Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-20T15:28:02.611Z Compiling heapless v0.8.0
22182026-05-20T15:28:02.700Z Compiling rustls v0.22.4
22192026-05-20T15:28:02.958Z Compiling crossbeam-deque v0.8.6
22202026-05-20T15:28:02.979Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-05-20T15:28:03.030Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-05-20T15:28:03.045Z Compiling rustls-webpki v0.102.8
22232026-05-20T15:28:03.111Z Compiling hash32 v0.3.1
22242026-05-20T15:28:03.159Z Compiling multer v3.1.0
22252026-05-20T15:28:03.213Z Compiling structmeta v0.3.0
22262026-05-20T15:28:03.235Z Compiling thread_local v1.1.9
22272026-05-20T15:28:03.322Z Compiling match_cfg v0.1.0
22282026-05-20T15:28:03.370Z Compiling unicode-width v0.2.0
22292026-05-20T15:28:03.385Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-05-20T15:28:03.413Z Compiling slog-async v2.8.0
22312026-05-20T15:28:03.431Z Compiling compression-core v0.4.31
22322026-05-20T15:28:03.493Z Compiling smoltcp v0.11.0
22332026-05-20T15:28:03.576Z Compiling compression-codecs v0.4.37
22342026-05-20T15:28:03.635Z Compiling proc-macro-crate v3.4.0
22352026-05-20T15:28:03.714Z Compiling derive-ex v0.1.8
22362026-05-20T15:28:03.734Z Compiling ingot-macros v0.1.1
22372026-05-20T15:28:03.757Z Compiling hostname v0.3.1
22382026-05-20T15:28:03.946Z Compiling slog-json v2.6.1
22392026-05-20T15:28:03.965Z Compiling crossbeam-channel v0.5.15
22402026-05-20T15:28:03.980Z Compiling half v2.7.1
22412026-05-20T15:28:04.107Z Compiling newtype-uuid-macros v0.1.0
22422026-05-20T15:28:04.302Z Compiling cobs v0.3.0
22432026-05-20T15:28:04.358Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-20T15:28:04.454Z Compiling tokio-rustls v0.26.4
22452026-05-20T15:28:04.537Z Compiling rustls-platform-verifier v0.6.2
22462026-05-20T15:28:04.664Z Compiling universal-hash v0.5.1
22472026-05-20T15:28:04.747Z Compiling hyper-rustls v0.27.7
22482026-05-20T15:28:04.768Z Compiling async-stream-impl v0.3.6
22492026-05-20T15:28:04.837Z Compiling serde_spanned v1.0.4
22502026-05-20T15:28:04.854Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-20T15:28:04.871Z Compiling is-terminal v0.4.17
22522026-05-20T15:28:04.988Z Compiling reqwest v0.12.28
22532026-05-20T15:28:05.025Z Compiling reqwest v0.13.2
22542026-05-20T15:28:05.080Z Compiling dropshot v0.17.0
22552026-05-20T15:28:05.263Z Compiling proc-macro-error-attr v1.0.4
22562026-05-20T15:28:05.295Z Compiling ciborium-io v0.2.2
22572026-05-20T15:28:05.311Z Compiling opaque-debug v0.3.1
22582026-05-20T15:28:05.358Z Compiling take_mut v0.2.2
22592026-05-20T15:28:05.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22602026-05-20T15:28:05.409Z Compiling term v1.2.1
22612026-05-20T15:28:05.437Z Compiling toml_writer v1.0.6+spec-1.1.0
22622026-05-20T15:28:05.454Z Compiling convert_case v0.4.0
22632026-05-20T15:28:05.539Z Compiling thiserror-no-std v2.0.2
22642026-05-20T15:28:05.641Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-20T15:28:05.657Z Compiling poly1305 v0.8.0
22662026-05-20T15:28:05.675Z Compiling ciborium-ll v0.2.2
22672026-05-20T15:28:05.713Z Compiling async-stream v0.3.6
22682026-05-20T15:28:05.771Z Compiling derive_more v0.99.20
22692026-05-20T15:28:05.935Z Compiling slog-term v2.9.2
22702026-05-20T15:28:05.953Z Compiling tokio-rustls v0.25.0
22712026-05-20T15:28:06.156Z Compiling test-strategy v0.4.5
22722026-05-20T15:28:06.235Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-05-20T15:28:06.355Z Compiling ingot-types v0.1.2
22742026-05-20T15:28:06.749Z Compiling tough v0.22.0
22752026-05-20T15:28:06.820Z Compiling ingot v0.1.1
22762026-05-20T15:28:06.914Z Compiling postcard v1.1.3
22772026-05-20T15:28:07.166Z Compiling slog-bunyan v2.5.0
22782026-05-20T15:28:07.214Z Compiling num_enum_derive v0.7.6
22792026-05-20T15:28:07.372Z Compiling async-compression v0.4.41
22802026-05-20T15:28:07.461Z Compiling parse-display-derive v0.10.0
22812026-05-20T15:28:07.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22822026-05-20T15:28:07.921Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-05-20T15:28:07.990Z Compiling proc-macro-crate v1.3.1
22842026-05-20T15:28:08.254Z Compiling backon v1.6.0
22852026-05-20T15:28:08.264Z Compiling waitgroup v0.1.2
22862026-05-20T15:28:08.289Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-05-20T15:28:08.313Z Compiling password-hash v0.5.0
22882026-05-20T15:28:08.348Z Compiling chacha20 v0.9.1
22892026-05-20T15:28:08.352Z Compiling dropshot_endpoint v0.17.0
22902026-05-20T15:28:08.435Z Compiling rustls-pemfile v2.2.0
22912026-05-20T15:28:08.505Z Compiling blake2 v0.10.6
22922026-05-20T15:28:08.634Z Compiling aead v0.5.2
22932026-05-20T15:28:08.746Z Compiling foreign-types-macros v0.2.3
22942026-05-20T15:28:08.890Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-20T15:28:08.950Z Compiling serde_path_to_error v0.1.20
22962026-05-20T15:28:09.037Z Compiling hostname v0.4.2
22972026-05-20T15:28:09.037Z Compiling proc-macro-error v1.0.4
22982026-05-20T15:28:09.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-20T15:28:09.313Z Compiling instant v0.1.13
23002026-05-20T15:28:09.318Z Compiling debug-ignore v1.0.5
23012026-05-20T15:28:09.344Z Compiling typeid v1.0.3
23022026-05-20T15:28:09.369Z Compiling cpufeatures v0.3.0
23032026-05-20T15:28:09.440Z Compiling foreign-types-shared v0.3.1
23042026-05-20T15:28:09.457Z Compiling chacha20 v0.10.0
23052026-05-20T15:28:09.475Z Compiling backoff v0.4.0
23062026-05-20T15:28:09.478Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-05-20T15:28:09.479Z Compiling parse-display v0.10.0
23082026-05-20T15:28:09.558Z Compiling foreign-types v0.5.0
23092026-05-20T15:28:09.573Z Compiling chacha20poly1305 v0.10.1
23102026-05-20T15:28:09.599Z Compiling argon2 v0.5.3
23112026-05-20T15:28:09.617Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-05-20T15:28:09.664Z Compiling num_enum_derive v0.5.11
23132026-05-20T15:28:09.698Z Compiling num_enum v0.7.6
23142026-05-20T15:28:09.714Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23152026-05-20T15:28:09.729Z Compiling ciborium v0.2.2
23162026-05-20T15:28:09.767Z Compiling vsss-rs v3.3.4
23172026-05-20T15:28:09.878Z Compiling tabwriter v1.4.1
23182026-05-20T15:28:09.987Z Compiling regress v0.10.5
23192026-05-20T15:28:10.263Z Compiling byte-wrapper v0.1.0
23202026-05-20T15:28:10.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-05-20T15:28:10.392Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23222026-05-20T15:28:10.601Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-05-20T15:28:10.617Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-20T15:28:10.631Z Compiling cstr-argument v0.1.2
23252026-05-20T15:28:10.658Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262026-05-20T15:28:10.821Z Compiling erased-serde v0.4.9
23272026-05-20T15:28:11.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23282026-05-20T15:28:11.082Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-05-20T15:28:11.161Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-05-20T15:28:11.185Z Compiling num_enum v0.5.11
23312026-05-20T15:28:11.226Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23322026-05-20T15:28:11.252Z Compiling rand v0.10.1
23332026-05-20T15:28:11.303Z Compiling rayon v1.11.0
23342026-05-20T15:28:11.326Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23352026-05-20T15:28:11.340Z Compiling colored v3.1.1
23362026-05-20T15:28:11.398Z Compiling indent_write v2.2.0
23372026-05-20T15:28:11.488Z Compiling winnow v1.0.3
23382026-05-20T15:28:11.515Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23392026-05-20T15:28:11.569Z Compiling libefi-sys v0.1.0
23402026-05-20T15:28:11.622Z Compiling zone_cfg_derive v0.3.1
23412026-05-20T15:28:11.645Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-05-20T15:28:11.696Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-20T15:28:11.799Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-20T15:28:11.895Z Compiling camino-tempfile v1.4.1
23452026-05-20T15:28:12.037Z Compiling itertools v0.12.1
23462026-05-20T15:28:12.055Z Compiling usdt-macro v0.5.0
23472026-05-20T15:28:12.074Z Compiling usdt-attr-macro v0.5.0
23482026-05-20T15:28:12.245Z Compiling bitfield-struct v0.6.2
23492026-05-20T15:28:12.263Z Compiling num-derive v0.4.2
23502026-05-20T15:28:12.279Z Compiling ordered-float v2.10.1
23512026-05-20T15:28:12.306Z Compiling blake3 v1.8.3
23522026-05-20T15:28:12.681Z Compiling sigpipe v0.1.3
23532026-05-20T15:28:12.747Z Compiling memmap v0.7.0
23542026-05-20T15:28:12.808Z Compiling swrite v0.1.0
23552026-05-20T15:28:12.821Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-05-20T15:28:12.871Z Compiling glob v0.3.3
23572026-05-20T15:28:12.932Z Compiling usdt v0.5.0
23582026-05-20T15:28:12.949Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-20T15:28:13.051Z Compiling serde-value v0.7.0
23602026-05-20T15:28:13.165Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-20T15:28:13.280Z Compiling serde-untagged v0.1.9
23622026-05-20T15:28:13.372Z Compiling zone v0.3.1
23632026-05-20T15:28:13.455Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-20T15:28:13.575Z Compiling toml v0.8.23
23652026-05-20T15:28:13.671Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23662026-05-20T15:28:13.736Z Compiling smf v0.2.3
23672026-05-20T15:28:13.762Z Compiling filetime v0.2.27
23682026-05-20T15:28:13.777Z Compiling arrayvec v0.7.6
23692026-05-20T15:28:13.791Z Compiling arrayref v0.3.9
23702026-05-20T15:28:13.809Z Compiling whoami v1.6.1
23712026-05-20T15:28:13.872Z Compiling unicode-xid v0.2.6
23722026-05-20T15:28:13.887Z Compiling constant_time_eq v0.4.2
23732026-05-20T15:28:13.985Z Compiling xattr v1.6.1
23742026-05-20T15:28:14.037Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-05-20T15:28:14.057Z Compiling cargo-util-schemas v0.8.2
23762026-05-20T15:28:14.124Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-05-20T15:28:14.164Z Compiling tar v0.4.45
23782026-05-20T15:28:14.236Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-05-20T15:28:14.297Z Compiling tokio-dtrace v0.1.1
23802026-05-20T15:28:14.383Z Compiling console v0.16.2
23812026-05-20T15:28:14.660Z Compiling gethostname v0.5.0
23822026-05-20T15:28:14.675Z Compiling cargo-platform v0.2.0
23832026-05-20T15:28:14.816Z Compiling topological-sort v0.2.2
23842026-05-20T15:28:14.890Z Compiling unit-prefix v0.5.2
23852026-05-20T15:28:14.935Z Compiling oxide-tokio-rt v0.1.4
23862026-05-20T15:28:14.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-05-20T15:28:15.003Z Compiling shell-words v1.1.1
23882026-05-20T15:28:15.077Z Compiling indicatif v0.18.4
23892026-05-20T15:28:15.258Z Compiling cargo_metadata v0.21.0
23902026-05-20T15:28:24.663Z Compiling progenitor-client v0.10.0
23912026-05-20T15:28:24.663Z Compiling omicron-zone-package v0.12.2
23922026-05-20T15:28:24.708Z Compiling progenitor-client v0.14.0
23932026-05-20T15:28:25.142Z Compiling progenitor-extras v0.2.0
23942026-05-20T15:28:27.354Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-05-20T15:28:27.416Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-20T15:28:27.491Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-20T15:28:27.590Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-05-20T15:28:27.604Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-05-20T15:28:27.628Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24002026-05-20T15:28:27.664Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-05-20T15:28:27.708Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-05-20T15:28:27.786Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-20T15:28:31.743Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-05-20T15:28:39.331Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-05-20T15:28:42.360Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-05-20T15:28:43.334Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-05-20T15:28:52.885Z Finished `release` profile [optimized] target(s) in 1m 43s
24082026-05-20T15:28:53.043Z Running `target/release/omicron-package -t test target create -p dev`
24092026-05-20T15:28:53.108ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-20T15:28:53.111ZCreated new build target 'test' and set it as active
24112026-05-20T15:28:53.111Z
24122026-05-20T15:28:53.111Zreal 1:43.436755113
24132026-05-20T15:28:53.111Zuser 16:49.732219323
24142026-05-20T15:28:53.111Zsys 2:38.918222084
24152026-05-20T15:28:53.111Ztrap 0.460226687
24162026-05-20T15:28:53.111Ztflt 2.899422648
24172026-05-20T15:28:53.111Zdflt 4.203515481
24182026-05-20T15:28:53.111Zkflt 0.000610152
24192026-05-20T15:28:53.112Zlock 52:19.803099239
24202026-05-20T15:28:53.112Zslp 43:04.023309593
24212026-05-20T15:28:53.112Zlat 41.084631306
24222026-05-20T15:28:53.112Zstop 5:21.536857329
24232026-05-20T15:28:53.115Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-05-20T15:28:54.024Z Finished `release` profile [optimized] target(s) in 0.90s
24252026-05-20T15:28:54.108Z Running `target/release/omicron-package -t test package`
24262026-05-20T15:28:54.165ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-05-20T15:28:55.689Z Compiling heck v0.5.0
24282026-05-20T15:28:55.905Z Compiling regress v0.11.1
24292026-05-20T15:28:55.908Z Compiling unsafe-libyaml v0.2.11
24302026-05-20T15:28:55.970Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-05-20T15:28:55.970Z Compiling regress v0.10.5
24322026-05-20T15:28:56.019Z Compiling unicode-width v0.1.14
24332026-05-20T15:28:56.042Z Compiling is-terminal v0.4.17
24342026-05-20T15:28:56.046Z Compiling prettyplease v0.2.37
24352026-05-20T15:28:56.046Z Compiling derive-where v1.6.0
24362026-05-20T15:28:56.066Z Compiling num-rational v0.4.2
24372026-05-20T15:28:56.089Z Compiling num-complex v0.4.6
24382026-05-20T15:28:56.095Z Compiling rustls v0.22.4
24392026-05-20T15:28:56.095Z Compiling rustls-webpki v0.102.8
24402026-05-20T15:28:56.095Z Compiling thread_local v1.1.9
24412026-05-20T15:28:56.095Z Compiling float-ord v0.3.2
24422026-05-20T15:28:56.180Z Compiling match_cfg v0.1.0
24432026-05-20T15:28:56.203Z Compiling compression-core v0.4.31
24442026-05-20T15:28:56.299Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-05-20T15:28:56.322Z Compiling bytecount v0.6.9
24462026-05-20T15:28:56.357Z Compiling hostname v0.3.1
24472026-05-20T15:28:56.388Z Compiling multer v3.1.0
24482026-05-20T15:28:56.442Z Compiling serde_yaml v0.9.34+deprecated
24492026-05-20T15:28:56.465Z Compiling compression-codecs v0.4.37
24502026-05-20T15:28:56.490Z Compiling slog-async v2.8.0
24512026-05-20T15:28:56.493Z Compiling crossbeam-channel v0.5.15
24522026-05-20T15:28:56.538Z Compiling slog-json v2.6.1
24532026-05-20T15:28:56.563Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-20T15:28:56.566Z Compiling serde_spanned v1.0.4
24552026-05-20T15:28:56.612Z Compiling num v0.4.3
24562026-05-20T15:28:56.716Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-20T15:28:56.739Z Compiling take_mut v0.2.2
24582026-05-20T15:28:56.772Z Compiling term v1.2.1
24592026-05-20T15:28:56.795Z Compiling slog-bunyan v2.5.0
24602026-05-20T15:28:56.852Z Compiling async-compression v0.4.41
24612026-05-20T15:28:56.967Z Compiling toml v1.0.6+spec-1.1.0
24622026-05-20T15:28:56.990Z Compiling console v0.15.11
24632026-05-20T15:28:56.994Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-20T15:28:57.091Z Compiling slog-term v2.9.2
24652026-05-20T15:28:57.173Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-05-20T15:28:57.196Z Compiling async-stream v0.3.6
24672026-05-20T15:28:57.259Z Compiling dropshot v0.17.0
24682026-05-20T15:28:57.289Z Compiling progenitor-client v0.14.0
24692026-05-20T15:28:57.311Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-20T15:28:57.337Z Compiling waitgroup v0.1.2
24712026-05-20T15:28:57.361Z Compiling backon v1.6.0
24722026-05-20T15:28:57.365Z Compiling rustls-pemfile v2.2.0
24732026-05-20T15:28:57.410Z Compiling serde_path_to_error v0.1.20
24742026-05-20T15:28:57.505Z Compiling typify-impl v0.6.2
24752026-05-20T15:28:57.527Z Compiling hostname v0.4.2
24762026-05-20T15:28:57.603Z Compiling instant v0.1.13
24772026-05-20T15:28:57.625Z Compiling debug-ignore v1.0.5
24782026-05-20T15:28:57.625Z Compiling progenitor-extras v0.2.0
24792026-05-20T15:28:57.696Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24802026-05-20T15:28:57.735Z Compiling backoff v0.4.0
24812026-05-20T15:28:57.758Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-05-20T15:28:57.779Z Compiling parse-display v0.10.0
24832026-05-20T15:28:57.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-05-20T15:28:57.933Z Compiling newline-converter v0.3.0
24852026-05-20T15:28:57.973Z Compiling atomicwrites v0.4.4
24862026-05-20T15:28:57.977Z Compiling progenitor-client v0.10.0
24872026-05-20T15:28:58.043Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24882026-05-20T15:28:58.103Z Compiling macaddr v1.0.1
24892026-05-20T15:28:58.127Z Compiling expectorate v1.2.0
24902026-05-20T15:28:58.308Z Compiling slog-dtrace v0.3.0
24912026-05-20T15:28:58.329Z Compiling progenitor-client v0.13.0
24922026-05-20T15:28:58.359Z Compiling resolv-conf v0.7.6
24932026-05-20T15:28:58.382Z Compiling cancel-safe-futures v0.1.5
24942026-05-20T15:28:58.428Z Compiling owo-colors v4.3.0
24952026-05-20T15:28:58.496Z Compiling tokio-rustls v0.25.0
24962026-05-20T15:28:58.566Z Compiling libsw-core v0.3.2
24972026-05-20T15:28:58.566Z Compiling minimal-lexical v0.2.1
24982026-05-20T15:28:58.806Z Compiling libsw v3.5.0
24992026-05-20T15:28:58.866Z Compiling nom v7.1.3
25002026-05-20T15:28:58.889Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-05-20T15:28:58.893Z Compiling toml v0.8.23
25022026-05-20T15:28:59.005Z Compiling num-derive v0.3.3
25032026-05-20T15:28:59.031Z Compiling linked-hash-map v0.5.6
25042026-05-20T15:28:59.065Z Compiling linear-map v1.2.0
25052026-05-20T15:28:59.296Z Compiling lru-cache v0.1.2
25062026-05-20T15:28:59.319Z Compiling hickory-proto v0.24.4
25072026-05-20T15:28:59.344Z Compiling unicode-xid v0.2.6
25082026-05-20T15:28:59.377Z Compiling itertools v0.13.0
25092026-05-20T15:28:59.475Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25102026-05-20T15:28:59.506Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25112026-05-20T15:28:59.546Z Compiling csv-core v0.1.13
25122026-05-20T15:28:59.570Z Compiling termtree v0.5.1
25132026-05-20T15:28:59.781Z Compiling highway v1.3.0
25142026-05-20T15:28:59.842Z Compiling csv v1.4.0
25152026-05-20T15:28:59.940Z Compiling libscf-sys v1.1.0
25162026-05-20T15:29:00.006Z Compiling papergrid v0.11.0
25172026-05-20T15:29:00.109Z Compiling tabled_derive v0.7.0
25182026-05-20T15:29:00.274Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25192026-05-20T15:29:00.364Z Compiling phf_shared v0.12.1
25202026-05-20T15:29:00.511Z Compiling chrono-tz v0.10.4
25212026-05-20T15:29:00.534Z Compiling tagptr v0.2.0
25222026-05-20T15:29:00.619Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25232026-05-20T15:29:00.732Z Compiling moka v0.12.13
25242026-05-20T15:29:00.783Z Compiling phf v0.12.1
25252026-05-20T15:29:00.809Z Compiling const_format_proc_macros v0.2.34
25262026-05-20T15:29:00.869Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25272026-05-20T15:29:01.012Z Compiling typify-macro v0.6.2
25282026-05-20T15:29:01.015Z Compiling tabled v0.15.0
25292026-05-20T15:29:01.258Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-20T15:29:01.575Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25312026-05-20T15:29:01.630Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25322026-05-20T15:29:01.829Z Compiling hickory-resolver v0.24.4
25332026-05-20T15:29:01.974Z Compiling hickory-resolver v0.25.2
25342026-05-20T15:29:02.564Z Compiling typify v0.6.2
25352026-05-20T15:29:02.859Z Compiling progenitor-impl v0.14.0
25362026-05-20T15:29:03.446Z Compiling progenitor-impl v0.13.0
25372026-05-20T15:29:05.032Z Compiling progenitor-macro v0.14.0
25382026-05-20T15:29:05.251Z Compiling qorb v0.4.1
25392026-05-20T15:29:05.637Z Compiling progenitor-macro v0.13.0
25402026-05-20T15:29:07.126Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-05-20T15:29:07.398Z Compiling const_format v0.2.35
25422026-05-20T15:29:07.921Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25432026-05-20T15:29:08.139Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-05-20T15:29:08.446Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25452026-05-20T15:29:08.470Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25462026-05-20T15:29:08.620Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-20T15:29:08.807Z Compiling bcs v0.1.6
25482026-05-20T15:29:08.842Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25492026-05-20T15:29:09.073Z Compiling progenitor v0.14.0
25502026-05-20T15:29:09.259Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25512026-05-20T15:29:09.280Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25522026-05-20T15:29:09.716Z Compiling progenitor v0.13.0
25532026-05-20T15:29:09.901Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25542026-05-20T15:29:10.114Z Compiling semver v0.1.20
25552026-05-20T15:29:10.417Z Compiling rustc_version v0.1.7
25562026-05-20T15:29:10.524Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25572026-05-20T15:29:10.725Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25582026-05-20T15:29:11.022Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25592026-05-20T15:29:11.615Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25602026-05-20T15:29:11.874Z Compiling newtype_derive v0.1.6
25612026-05-20T15:29:12.116Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25622026-05-20T15:29:12.680Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25632026-05-20T15:29:12.969Z Compiling convert_case v0.10.0
25642026-05-20T15:29:13.295Z Compiling unicode-linebreak v0.1.5
25652026-05-20T15:29:13.482Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25662026-05-20T15:29:13.598Z Compiling humantime v2.3.0
25672026-05-20T15:29:13.771Z Compiling smawk v0.3.2
25682026-05-20T15:29:13.974Z Compiling textwrap v0.16.2
25692026-05-20T15:29:14.009Z Compiling derive_more-impl v2.1.1
25702026-05-20T15:29:14.084Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25712026-05-20T15:29:14.628Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25722026-05-20T15:29:14.815Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25732026-05-20T15:29:15.052Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25742026-05-20T15:29:15.086Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25752026-05-20T15:29:15.502Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25762026-05-20T15:29:15.602Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25772026-05-20T15:29:16.150Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25782026-05-20T15:29:16.422Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25792026-05-20T15:29:16.670Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25802026-05-20T15:29:16.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25812026-05-20T15:29:17.484Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25822026-05-20T15:29:17.601Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25832026-05-20T15:29:17.625Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25842026-05-20T15:29:17.718Z Compiling derive_more v2.1.1
25852026-05-20T15:29:17.783Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25862026-05-20T15:29:17.811Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25872026-05-20T15:29:17.833Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25882026-05-20T15:29:17.863Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25892026-05-20T15:29:17.910Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25902026-05-20T15:29:18.002Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25912026-05-20T15:29:18.075Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25922026-05-20T15:29:18.229Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25932026-05-20T15:29:18.310Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25942026-05-20T15:29:18.753Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25952026-05-20T15:29:19.045Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25962026-05-20T15:29:20.525Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25972026-05-20T15:29:20.552Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25982026-05-20T15:29:20.612Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25992026-05-20T15:29:20.784Z Compiling steno v0.4.1
26002026-05-20T15:29:20.862Z Compiling crossterm v0.29.0
26012026-05-20T15:29:21.220Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26022026-05-20T15:29:22.381Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26032026-05-20T15:29:23.780Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26042026-05-20T15:29:23.850Z Compiling vte v0.14.1
26052026-05-20T15:29:24.151Z Compiling strip-ansi-escapes v0.2.1
26062026-05-20T15:29:24.182Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-05-20T15:29:24.356Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26082026-05-20T15:29:24.404Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26092026-05-20T15:29:24.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-05-20T15:29:24.770Z Compiling fd-lock v4.0.4
26112026-05-20T15:29:24.947Z Compiling peg-macros v0.8.5
26122026-05-20T15:29:25.090Z Compiling nu-ansi-term v0.50.3
26132026-05-20T15:29:25.216Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26142026-05-20T15:29:25.488Z Compiling reedline v0.40.0
26152026-05-20T15:29:25.634Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26162026-05-20T15:29:26.193Z Compiling peg v0.8.5
26172026-05-20T15:29:26.304Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-05-20T15:29:27.330Z Compiling nom v8.0.0
26192026-05-20T15:29:28.174Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26202026-05-20T15:29:28.311Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26212026-05-20T15:29:28.661Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26222026-05-20T15:29:28.754Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26232026-05-20T15:29:28.864Z Compiling dropshot-api-manager-types v0.7.1
26242026-05-20T15:29:28.934Z Compiling base64 v0.21.7
26252026-05-20T15:29:29.006Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-05-20T15:29:29.294Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26272026-05-20T15:29:29.484Z Compiling utf-8 v0.7.6
26282026-05-20T15:29:29.506Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26292026-05-20T15:29:29.531Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26302026-05-20T15:29:29.592Z Compiling radium v0.7.0
26312026-05-20T15:29:29.691Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26322026-05-20T15:29:29.731Z Compiling tungstenite v0.21.0
26332026-05-20T15:29:29.753Z Compiling tap v1.0.1
26342026-05-20T15:29:29.920Z Compiling maybe-uninit v2.0.0
26352026-05-20T15:29:29.965Z Compiling wyz v0.5.1
26362026-05-20T15:29:30.177Z Compiling zerocopy-derive v0.6.6
26372026-05-20T15:29:30.217Z Compiling packed_struct v0.10.1
26382026-05-20T15:29:30.274Z Compiling display-error-chain v0.2.2
26392026-05-20T15:29:30.313Z Compiling crc-catalog v2.4.0
26402026-05-20T15:29:30.446Z Compiling tokio-tungstenite v0.21.0
26412026-05-20T15:29:30.450Z Compiling funty v2.0.0
26422026-05-20T15:29:30.537Z Compiling crc v3.4.0
26432026-05-20T15:29:30.760Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26442026-05-20T15:29:30.831Z Compiling bitvec v1.0.1
26452026-05-20T15:29:30.924Z Compiling zerocopy v0.6.6
26462026-05-20T15:29:31.431Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26472026-05-20T15:29:31.592Z Compiling packed_struct_codegen v0.10.1
26482026-05-20T15:29:31.866Z Compiling bitfield-macros v0.19.4
26492026-05-20T15:29:32.134Z Compiling proc-macro-error-attr2 v2.0.0
26502026-05-20T15:29:32.610Z Compiling indexmap v1.9.3
26512026-05-20T15:29:32.634Z Compiling nodrop v0.1.14
26522026-05-20T15:29:32.680Z Compiling bitfield v0.19.4
26532026-05-20T15:29:32.775Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26542026-05-20T15:29:32.844Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26552026-05-20T15:29:33.048Z Compiling array-init v0.0.4
26562026-05-20T15:29:33.071Z Compiling proc-macro-error2 v2.0.1
26572026-05-20T15:29:33.382Z Compiling smallvec v0.6.14
26582026-05-20T15:29:33.438Z Compiling itertools v0.10.5
26592026-05-20T15:29:33.718Z Compiling hashbrown v0.12.3
26602026-05-20T15:29:34.193Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26612026-05-20T15:29:34.331Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-05-20T15:29:34.356Z Compiling serde-hex v0.1.0
26632026-05-20T15:29:34.561Z Compiling tabled_derive v0.11.0
26642026-05-20T15:29:34.588Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26652026-05-20T15:29:34.820Z Compiling ron v0.8.1
26662026-05-20T15:29:34.842Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26672026-05-20T15:29:34.905Z Compiling typify-impl v0.4.3
26682026-05-20T15:29:35.544Z Compiling papergrid v0.17.0
26692026-05-20T15:29:35.611Z Compiling testing_table v0.3.0
26702026-05-20T15:29:35.705Z Compiling hashbrown v0.13.2
26712026-05-20T15:29:36.044Z Compiling vergen-gitcl v1.0.8
26722026-05-20T15:29:36.276Z Compiling dirs-sys-next v0.1.2
26732026-05-20T15:29:36.321Z Compiling maplit v1.0.2
26742026-05-20T15:29:36.452Z Compiling diesel_derives v2.3.7
26752026-05-20T15:29:36.476Z Compiling crc-any v2.5.0
26762026-05-20T15:29:36.547Z Compiling crunchy v0.2.4
26772026-05-20T15:29:36.675Z Compiling glob v0.3.3
26782026-05-20T15:29:36.871Z Compiling tabled v0.20.0
26792026-05-20T15:29:36.945Z Compiling dirs-next v2.0.0
26802026-05-20T15:29:37.049Z Compiling clang-sys v1.8.1
26812026-05-20T15:29:37.135Z Compiling object v0.30.4
26822026-05-20T15:29:37.164Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26832026-05-20T15:29:37.187Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26842026-05-20T15:29:37.430Z Compiling dsl_auto_type v0.2.0
26852026-05-20T15:29:37.454Z Compiling scheduled-thread-pool v0.2.7
26862026-05-20T15:29:37.860Z Compiling diesel_table_macro_syntax v0.3.0
26872026-05-20T15:29:37.980Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-05-20T15:29:38.050Z Compiling xshell-macros v0.2.7
26892026-05-20T15:29:38.122Z Compiling path-slash v0.1.5
26902026-05-20T15:29:38.248Z Compiling tiny-keccak v2.0.2
26912026-05-20T15:29:38.300Z Compiling typify-macro v0.4.3
26922026-05-20T15:29:38.416Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26932026-05-20T15:29:38.464Z Compiling xshell v0.2.7
26942026-05-20T15:29:38.619Z Compiling r2d2 v0.8.10
26952026-05-20T15:29:38.934Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26962026-05-20T15:29:39.824Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-05-20T15:29:40.382Z Compiling term v0.7.0
26982026-05-20T15:29:41.003Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26992026-05-20T15:29:41.150Z Compiling bit-vec v0.6.3
27002026-05-20T15:29:41.328Z Compiling downcast-rs v2.0.2
27012026-05-20T15:29:41.391Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27022026-05-20T15:29:41.472Z Compiling bit-set v0.5.3
27032026-05-20T15:29:41.673Z Compiling ascii-canvas v3.0.0
27042026-05-20T15:29:41.843Z Compiling ena v0.14.4
27052026-05-20T15:29:41.940Z Compiling libloading v0.8.9
27062026-05-20T15:29:42.099Z Compiling regex-syntax v0.6.29
27072026-05-20T15:29:42.178Z Compiling unicase v2.9.0
27082026-05-20T15:29:42.503Z Compiling bindgen v0.71.1
27092026-05-20T15:29:42.581Z Compiling crc8 v0.1.1
27102026-05-20T15:29:42.690Z Compiling diff v0.1.13
27112026-05-20T15:29:42.824Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27122026-05-20T15:29:42.952Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27132026-05-20T15:29:43.212Z Compiling diesel v2.3.7
27142026-05-20T15:29:43.615Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27152026-05-20T15:29:43.991Z Compiling lalrpop v0.19.12
27162026-05-20T15:29:44.038Z Compiling cexpr v0.6.0
27172026-05-20T15:29:44.135Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27182026-05-20T15:29:44.320Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27192026-05-20T15:29:44.378Z Compiling rustc-hash v2.1.1
27202026-05-20T15:29:44.580Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27212026-05-20T15:29:44.645Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27222026-05-20T15:29:44.695Z Compiling typify v0.4.3
27232026-05-20T15:29:44.716Z Compiling headers-core v0.3.0
27242026-05-20T15:29:44.863Z Compiling git-stub v1.0.0
27252026-05-20T15:29:44.894Z Compiling libxml v0.3.3
27262026-05-20T15:29:45.068Z Compiling git-stub-vcs v0.1.0
27272026-05-20T15:29:45.147Z Compiling headers v0.4.1
27282026-05-20T15:29:45.225Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27292026-05-20T15:29:45.247Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27302026-05-20T15:29:45.475Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312026-05-20T15:29:45.725Z Compiling strum_macros v0.24.3
27322026-05-20T15:29:45.964Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27332026-05-20T15:29:46.415Z Compiling indoc v1.0.9
27342026-05-20T15:29:46.820Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27352026-05-20T15:29:46.845Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-05-20T15:29:47.017Z Compiling derive_builder v0.20.2
27372026-05-20T15:29:47.051Z Compiling oso-derive v0.27.3
27382026-05-20T15:29:47.193Z Compiling quick-xml v0.37.5
27392026-05-20T15:29:47.559Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27402026-05-20T15:29:47.879Z Compiling impl-trait-for-tuples v0.2.3
27412026-05-20T15:29:48.372Z Compiling half v1.8.3
27422026-05-20T15:29:48.788Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27432026-05-20T15:29:48.819Z Compiling openssl-probe v0.1.6
27442026-05-20T15:29:49.083Z Compiling samael v0.0.19
27452026-05-20T15:29:49.157Z Compiling serde_cbor v0.11.2
27462026-05-20T15:29:49.217Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27472026-05-20T15:29:49.854Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27482026-05-20T15:29:49.958Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27492026-05-20T15:29:50.178Z Compiling bb8 v0.8.6
27502026-05-20T15:29:50.201Z Compiling trait-variant v0.1.2
27512026-05-20T15:29:50.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27522026-05-20T15:29:50.737Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-20T15:29:50.759Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27542026-05-20T15:29:50.826Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27552026-05-20T15:29:51.073Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27562026-05-20T15:29:51.303Z Compiling fxhash v0.2.1
27572026-05-20T15:29:51.427Z Compiling polar-core v0.27.3
27582026-05-20T15:29:51.489Z Compiling salty v0.3.0
27592026-05-20T15:29:51.804Z Compiling progenitor-impl v0.10.0
27602026-05-20T15:29:51.884Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27612026-05-20T15:29:52.076Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27622026-05-20T15:29:52.225Z Compiling kstat-rs v0.2.4
27632026-05-20T15:29:52.711Z Compiling libz-sys v1.1.24
27642026-05-20T15:29:52.784Z Compiling nonempty v0.12.0
27652026-05-20T15:29:53.021Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27662026-05-20T15:29:53.107Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27672026-05-20T15:29:53.229Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27682026-05-20T15:29:53.930Z Compiling progenitor-macro v0.10.0
27692026-05-20T15:29:54.322Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27702026-05-20T15:29:54.806Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27712026-05-20T15:29:55.193Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27722026-05-20T15:29:56.525Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27732026-05-20T15:29:56.720Z Compiling darling_core v0.23.0
27742026-05-20T15:29:56.851Z Compiling nanorand v0.7.0
27752026-05-20T15:29:57.222Z Compiling arc-swap v1.8.2
27762026-05-20T15:29:57.622Z Compiling fs-err v2.11.0
27772026-05-20T15:29:57.873Z Compiling parking_lot_core v0.8.6
27782026-05-20T15:29:58.199Z Compiling progenitor v0.10.0
27792026-05-20T15:29:58.222Z Compiling mime_guess v2.0.5
27802026-05-20T15:29:58.538Z Compiling slog-scope v4.4.1
27812026-05-20T15:29:58.726Z Compiling flume v0.11.1
27822026-05-20T15:29:58.752Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27832026-05-20T15:29:58.874Z Compiling darling_macro v0.23.0
27842026-05-20T15:29:59.046Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27852026-05-20T15:29:59.143Z Compiling primeorder v0.13.6
27862026-05-20T15:29:59.399Z Compiling libgit2-sys v0.18.3+1.9.2
27872026-05-20T15:29:59.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27882026-05-20T15:29:59.723Z Compiling instability v0.3.11
27892026-05-20T15:30:00.022Z Compiling p384 v0.13.1
27902026-05-20T15:30:02.178Z Compiling oso v0.27.3
27912026-05-20T15:30:02.656Z Compiling diesel-dtrace v0.5.0
27922026-05-20T15:30:02.991Z Compiling async-bb8-diesel v0.2.1
27932026-05-20T15:30:03.457Z Compiling darling v0.23.0
27942026-05-20T15:30:03.702Z Compiling slog-stdlog v4.1.1
27952026-05-20T15:30:04.331Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27962026-05-20T15:30:04.596Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27972026-05-20T15:30:04.934Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27982026-05-20T15:30:05.411Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27992026-05-20T15:30:06.002Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28002026-05-20T15:30:07.166Z Compiling ignore v0.4.25
28012026-05-20T15:30:08.540Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28022026-05-20T15:30:08.651Z Compiling castaway v0.2.4
28032026-05-20T15:30:08.820Z Compiling atty v0.2.14
28042026-05-20T15:30:08.864Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28052026-05-20T15:30:08.977Z Compiling parse-size v1.1.0
28062026-05-20T15:30:09.107Z Compiling http-range v0.1.5
28072026-05-20T15:30:09.209Z Compiling indoc v2.0.7
28082026-05-20T15:30:09.349Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28092026-05-20T15:30:09.449Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28102026-05-20T15:30:09.683Z Compiling compact_str v0.8.1
28112026-05-20T15:30:09.942Z Compiling globwalk v0.9.1
28122026-05-20T15:30:10.338Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-20T15:30:10.361Z Compiling parking_lot v0.11.2
28142026-05-20T15:30:10.723Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28152026-05-20T15:30:10.813Z Compiling slog-envlogger v2.2.0
28162026-05-20T15:30:11.300Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-05-20T15:30:11.334Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-05-20T15:30:11.702Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28192026-05-20T15:30:11.969Z Compiling progenitor-impl v0.11.2
28202026-05-20T15:30:12.119Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28212026-05-20T15:30:12.148Z Compiling unicode-truncate v1.1.0
28222026-05-20T15:30:12.176Z Compiling predicates-tree v1.0.13
28232026-05-20T15:30:12.363Z Compiling lru v0.12.5
28242026-05-20T15:30:12.598Z Compiling rand_seeder v0.4.0
28252026-05-20T15:30:12.621Z Compiling prefix-trie v0.7.0
28262026-05-20T15:30:12.656Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28272026-05-20T15:30:12.861Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28282026-05-20T15:30:13.114Z Compiling vergen-git2 v1.0.7
28292026-05-20T15:30:13.114Z Compiling illumos-nvpair-sys v0.2.0
28302026-05-20T15:30:13.163Z Compiling corncobs v0.1.4
28312026-05-20T15:30:13.254Z Compiling cassowary v0.3.0
28322026-05-20T15:30:13.411Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28332026-05-20T15:30:13.472Z Compiling hickory-server v0.25.2
28342026-05-20T15:30:13.491Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28352026-05-20T15:30:13.703Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28362026-05-20T15:30:13.727Z Compiling ratatui v0.29.0
28372026-05-20T15:30:14.140Z Compiling progenitor-macro v0.11.2
28382026-05-20T15:30:14.162Z Compiling camino-tempfile-ext v0.3.3
28392026-05-20T15:30:14.850Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28402026-05-20T15:30:14.883Z Compiling hyper-staticfile v0.10.1
28412026-05-20T15:30:15.324Z Compiling sled v0.34.7
28422026-05-20T15:30:16.090Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28432026-05-20T15:30:16.772Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28442026-05-20T15:30:18.099Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28452026-05-20T15:30:18.512Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28462026-05-20T15:30:19.205Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28472026-05-20T15:30:20.654Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28482026-05-20T15:30:21.758Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28492026-05-20T15:30:21.880Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28502026-05-20T15:30:22.113Z Compiling progenitor-client v0.11.2
28512026-05-20T15:30:22.656Z Compiling secrecy v0.8.0
28522026-05-20T15:30:22.860Z Compiling rustls v0.21.12
28532026-05-20T15:30:23.082Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28542026-05-20T15:30:23.359Z Compiling progenitor v0.11.2
28552026-05-20T15:30:24.575Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28562026-05-20T15:30:24.638Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28572026-05-20T15:30:24.750Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28582026-05-20T15:30:24.920Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28592026-05-20T15:30:25.138Z Compiling git2 v0.20.4
28602026-05-20T15:30:25.705Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28612026-05-20T15:30:26.029Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28622026-05-20T15:30:26.448Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28632026-05-20T15:30:27.944Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28642026-05-20T15:30:28.160Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28652026-05-20T15:30:28.390Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28662026-05-20T15:30:28.618Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28672026-05-20T15:30:28.641Z Compiling rustls-webpki v0.101.7
28682026-05-20T15:30:28.761Z Compiling sct v0.7.1
28692026-05-20T15:30:28.853Z Compiling nix v0.29.0
28702026-05-20T15:30:28.920Z Compiling dropshot v0.16.7
28712026-05-20T15:30:29.041Z Compiling void v1.0.2
28722026-05-20T15:30:29.197Z Compiling lzss v0.8.2
28732026-05-20T15:30:29.412Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28742026-05-20T15:30:29.493Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28752026-05-20T15:30:30.133Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28762026-05-20T15:30:30.327Z Compiling illumos-nvpair v0.3.0
28772026-05-20T15:30:30.838Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-05-20T15:30:31.749Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28792026-05-20T15:30:31.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28802026-05-20T15:30:32.083Z Compiling tungstenite v0.23.0
28812026-05-20T15:30:32.472Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28822026-05-20T15:30:32.511Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28832026-05-20T15:30:32.826Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28842026-05-20T15:30:32.854Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28852026-05-20T15:30:33.064Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28862026-05-20T15:30:33.110Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28872026-05-20T15:30:33.297Z Compiling toml v0.9.12+spec-1.1.0
28882026-05-20T15:30:33.340Z Compiling nix v0.27.1
28892026-05-20T15:30:34.449Z Compiling dropshot_endpoint v0.16.7
28902026-05-20T15:30:34.529Z Compiling serde_bytes v0.11.19
28912026-05-20T15:30:34.769Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28922026-05-20T15:30:34.879Z Compiling tokio-tungstenite v0.23.1
28932026-05-20T15:30:35.001Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28942026-05-20T15:30:35.273Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-05-20T15:30:35.339Z Compiling tokio-rustls v0.24.1
28962026-05-20T15:30:36.162Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28972026-05-20T15:30:37.499Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28982026-05-20T15:30:38.769Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28992026-05-20T15:30:40.138Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29002026-05-20T15:30:40.491Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29012026-05-20T15:30:40.593Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29022026-05-20T15:30:40.925Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29032026-05-20T15:30:42.013Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29042026-05-20T15:30:42.872Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29052026-05-20T15:30:43.041Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-05-20T15:30:43.429Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29072026-05-20T15:30:43.996Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29082026-05-20T15:30:44.054Z Compiling rustls-pemfile v1.0.4
29092026-05-20T15:30:44.483Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29102026-05-20T15:30:44.514Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29112026-05-20T15:30:44.870Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29122026-05-20T15:30:44.970Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29132026-05-20T15:30:45.899Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29142026-05-20T15:30:46.141Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29152026-05-20T15:30:47.683Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29162026-05-20T15:30:47.790Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29172026-05-20T15:30:47.840Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29182026-05-20T15:30:47.938Z Compiling signal-hook-tokio v0.3.1
29192026-05-20T15:30:47.980Z Compiling twox-hash v2.1.2
29202026-05-20T15:30:48.129Z Compiling yasna v0.5.2
29212026-05-20T15:30:48.180Z Compiling is_ci v1.2.0
29222026-05-20T15:30:48.532Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29232026-05-20T15:30:48.592Z Compiling supports-color v3.0.2
29242026-05-20T15:30:48.796Z Compiling rcgen v0.12.1
29252026-05-20T15:30:48.872Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29262026-05-20T15:30:49.701Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-05-20T15:30:49.957Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29282026-05-20T15:30:50.158Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29292026-05-20T15:30:52.715Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29302026-05-20T15:30:52.745Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-05-20T15:30:53.042Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29322026-05-20T15:30:53.144Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29332026-05-20T15:30:53.218Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29342026-05-20T15:30:53.460Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29352026-05-20T15:30:53.700Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29362026-05-20T15:30:53.924Z Compiling fatfs v0.3.6
29372026-05-20T15:30:54.771Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29382026-05-20T15:30:55.222Z Compiling rtoolbox v0.0.3
29392026-05-20T15:30:55.502Z Compiling subprocess v0.2.15
29402026-05-20T15:30:56.933Z Compiling assert_matches v1.5.0
29412026-05-20T15:30:57.048Z Compiling seq-macro v0.3.6
29422026-05-20T15:30:57.258Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29432026-05-20T15:30:57.471Z Compiling rpassword v7.4.0
29442026-05-20T15:30:57.588Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29452026-05-20T15:30:57.722Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29462026-05-20T15:30:57.768Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-05-20T15:30:57.866Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29482026-05-20T15:30:58.462Z Compiling tui-tree-widget v0.23.1
29492026-05-20T15:30:58.757Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29502026-05-20T15:31:00.230Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29512026-05-20T15:31:00.682Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29522026-05-20T15:31:00.766Z Compiling uzers v0.12.2
29532026-05-20T15:31:02.226Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29542026-05-20T15:31:02.489Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29552026-05-20T15:31:03.288Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29562026-05-20T15:31:03.313Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29572026-05-20T15:31:03.769Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29582026-05-20T15:31:07.057Z Compiling support-bundle-viewer v0.1.2
29592026-05-20T15:31:08.971Z Compiling multimap v0.10.1
29602026-05-20T15:31:09.876Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29612026-05-20T15:31:27.872Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29622026-05-20T15:31:30.289Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29632026-05-20T15:31:31.764Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29642026-05-20T15:37:30.004Z Finished `release` profile [optimized] target(s) in 8m 35s
29652026-05-20T15:38:14.831Z
29662026-05-20T15:38:14.832Zreal 9:21.697282467
29672026-05-20T15:38:14.835Zuser 1:22:58.850015609
29682026-05-20T15:38:14.835Zsys 3:49.934136487
29692026-05-20T15:38:14.835Ztrap 1.859220112
29702026-05-20T15:38:14.835Ztflt 3.078870639
29712026-05-20T15:38:14.835Zdflt 16.144050281
29722026-05-20T15:38:14.835Zkflt 0.006210360
29732026-05-20T15:38:14.835Zlock 7:28:30.088311158
29742026-05-20T15:38:14.835Zslp 2:31:04.401162718
29752026-05-20T15:38:14.835Zlat 2:46.539107862
29762026-05-20T15:38:14.835Zstop 5:57.704654885
29772026-05-20T15:38:14.835Z+ mapfile -t packages
29782026-05-20T15:38:14.835Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29792026-05-20T15:38:15.817Z Finished `release` profile [optimized] target(s) in 0.97s
29802026-05-20T15:38:15.900Z Running `target/release/omicron-package -t test list-outputs`
29812026-05-20T15:38:15.960ZLogging to: /work/oxidecomputer/omicron/out/LOG
29822026-05-20T15:38:15.963Z+ ptime -m cargo build --locked --release -p xtask
29832026-05-20T15:38:16.507Z Compiling libc v0.2.185
29842026-05-20T15:38:16.507Z Compiling serde v1.0.228
29852026-05-20T15:38:16.511Z Compiling serde_core v1.0.228
29862026-05-20T15:38:16.511Z Compiling rustix v1.1.3
29872026-05-20T15:38:16.604Z Compiling serde_json v1.0.149
29882026-05-20T15:38:16.615Z Compiling bitflags v2.11.0
29892026-05-20T15:38:16.660Z Compiling num-traits v0.2.19
29902026-05-20T15:38:16.671Z Compiling syn v2.0.117
29912026-05-20T15:38:16.681Z Compiling smallvec v1.15.1
29922026-05-20T15:38:16.702Z Compiling indexmap v2.14.0
29932026-05-20T15:38:16.706Z Compiling usdt-impl v0.5.0
29942026-05-20T15:38:16.724Z Compiling syn v1.0.109
29952026-05-20T15:38:16.737Z Compiling log v0.4.29
29962026-05-20T15:38:16.746Z Compiling getrandom v0.4.1
29972026-05-20T15:38:16.848Z Compiling percent-encoding v2.3.2
29982026-05-20T15:38:17.002Z Compiling form_urlencoded v1.2.2
29992026-05-20T15:38:17.106Z Compiling fs-err v3.3.0
30002026-05-20T15:38:17.130Z Compiling once_cell v1.21.3
30012026-05-20T15:38:17.141Z Compiling heck v0.4.1
30022026-05-20T15:38:17.141Z Compiling anyhow v1.0.102
30032026-05-20T15:38:17.332Z Compiling thread-id v4.2.2
30042026-05-20T15:38:17.350Z Compiling errno v0.3.14
30052026-05-20T15:38:17.388Z Compiling memmap v0.7.0
30062026-05-20T15:38:17.648Z Compiling ordered-float v2.10.1
30072026-05-20T15:38:18.177Z Compiling proc-macro-error v1.0.4
30082026-05-20T15:38:18.340Z Compiling terminal_size v0.4.3
30092026-05-20T15:38:18.340Z Compiling tempfile v3.25.0
30102026-05-20T15:38:18.425Z Compiling tabled_derive v0.7.0
30112026-05-20T15:38:18.435Z Compiling clap_builder v4.6.0
30122026-05-20T15:38:18.439Z Compiling textwrap v0.16.2
30132026-05-20T15:38:18.578Z Compiling camino-tempfile v1.4.1
30142026-05-20T15:38:19.091Z Compiling tabled v0.15.0
30152026-05-20T15:38:19.153Z Compiling synstructure v0.13.2
30162026-05-20T15:38:19.153Z Compiling pest_generator v2.8.6
30172026-05-20T15:38:19.532Z Compiling serde_derive v1.0.228
30182026-05-20T15:38:19.533Z Compiling zerovec-derive v0.11.2
30192026-05-20T15:38:19.537Z Compiling displaydoc v0.2.5
30202026-05-20T15:38:19.537Z Compiling thiserror-impl v1.0.69
30212026-05-20T15:38:19.537Z Compiling zerocopy-derive v0.7.35
30222026-05-20T15:38:19.537Z Compiling scroll_derive v0.12.1
30232026-05-20T15:38:19.537Z Compiling thiserror-impl v2.0.18
30242026-05-20T15:38:19.537Z Compiling clap_derive v4.6.1
30252026-05-20T15:38:19.575Z Compiling zerofrom-derive v0.1.6
30262026-05-20T15:38:19.587Z Compiling yoke-derive v0.8.1
30272026-05-20T15:38:19.674Z Compiling pest_derive v2.8.6
30282026-05-20T15:38:20.213Z Compiling scroll v0.12.0
30292026-05-20T15:38:20.353Z Compiling zerocopy v0.7.35
30302026-05-20T15:38:20.549Z Compiling goblin v0.8.2
30312026-05-20T15:38:20.649Z Compiling zerofrom v0.1.6
30322026-05-20T15:38:20.684Z Compiling thiserror v1.0.69
30332026-05-20T15:38:20.779Z Compiling dtrace-parser v0.2.0
30342026-05-20T15:38:20.804Z Compiling yoke v0.8.1
30352026-05-20T15:38:20.829Z Compiling thiserror v2.0.18
30362026-05-20T15:38:21.020Z Compiling zerovec v0.11.5
30372026-05-20T15:38:21.207Z Compiling zerotrie v0.2.3
30382026-05-20T15:38:21.244Z Compiling clap v4.6.1
30392026-05-20T15:38:21.621Z Compiling tinystr v0.8.2
30402026-05-20T15:38:21.666Z Compiling potential_utf v0.1.4
30412026-05-20T15:38:21.861Z Compiling icu_locale_core v2.1.1
30422026-05-20T15:38:21.875Z Compiling icu_collections v2.1.1
30432026-05-20T15:38:22.629Z Compiling icu_provider v2.1.1
30442026-05-20T15:38:23.037Z Compiling icu_normalizer v2.1.1
30452026-05-20T15:38:23.196Z Compiling icu_properties v2.1.2
30462026-05-20T15:38:23.313Z Compiling toml_datetime v0.6.11
30472026-05-20T15:38:23.369Z Compiling serde_spanned v0.6.9
30482026-05-20T15:38:23.384Z Compiling dof v0.3.0
30492026-05-20T15:38:23.410Z Compiling serde_tokenstream v0.2.3
30502026-05-20T15:38:23.507Z Compiling serde-value v0.7.0
30512026-05-20T15:38:23.521Z Compiling toml_edit v0.22.27
30522026-05-20T15:38:23.546Z Compiling cargo-platform v0.2.0
30532026-05-20T15:38:23.566Z Compiling macaddr v1.0.1
30542026-05-20T15:38:24.065Z Compiling idna_adapter v1.2.1
30552026-05-20T15:38:24.171Z Compiling usdt-macro v0.5.0
30562026-05-20T15:38:24.184Z Compiling usdt-attr-macro v0.5.0
30572026-05-20T15:38:24.215Z Compiling idna v1.1.0
30582026-05-20T15:38:24.564Z Compiling url v2.5.8
30592026-05-20T15:38:24.836Z Compiling usdt v0.5.0
30602026-05-20T15:38:25.032Z Compiling toml v0.8.23
30612026-05-20T15:38:25.468Z Compiling cargo-util-schemas v0.8.2
30622026-05-20T15:38:25.468Z Compiling cargo_toml v0.21.0
30632026-05-20T15:38:26.538Z Compiling cargo_metadata v0.21.0
30642026-05-20T15:38:29.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30652026-05-20T15:38:32.480Z Finished `release` profile [optimized] target(s) in 16.50s
30662026-05-20T15:38:32.643Z
30672026-05-20T15:38:32.647Zreal 16.644309487
30682026-05-20T15:38:32.647Zuser 2:20.548473387
30692026-05-20T15:38:32.647Zsys 16.666369805
30702026-05-20T15:38:32.647Ztrap 0.094540858
30712026-05-20T15:38:32.647Ztflt 0.549500498
30722026-05-20T15:38:32.647Zdflt 1.428533330
30732026-05-20T15:38:32.647Zkflt 0.000295943
30742026-05-20T15:38:32.647Zlock 5:15.847442515
30752026-05-20T15:38:32.647Zslp 3:23.756462929
30762026-05-20T15:38:32.647Zlat 5.402497805
30772026-05-20T15:38:32.647Zstop 18.910060602
30782026-05-20T15:38:32.647Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30792026-05-20T15:38:32.647Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30802026-05-20T15:38:32.647Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30812026-05-20T15:38:32.647Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30822026-05-20T15:38:32.647Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30832026-05-20T15:38:33.674Z Compiling newtype-uuid-macros v0.1.0
30842026-05-20T15:38:33.677Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30852026-05-20T15:38:33.678Z Compiling debug-ignore v1.0.5
30862026-05-20T15:38:33.678Z Compiling rustls v0.22.4
30872026-05-20T15:38:33.847Z Compiling rustls-webpki v0.102.8
30882026-05-20T15:38:33.850Z Compiling structmeta-derive v0.3.0
30892026-05-20T15:38:33.850Z Compiling multer v3.1.0
30902026-05-20T15:38:33.850Z Compiling compression-core v0.4.31
30912026-05-20T15:38:33.850Z Compiling match_cfg v0.1.0
30922026-05-20T15:38:33.851Z Compiling slog-json v2.6.1
30932026-05-20T15:38:33.858Z Compiling async-stream-impl v0.3.6
30942026-05-20T15:38:33.865Z Compiling toml_datetime v1.0.0+spec-1.1.0
30952026-05-20T15:38:33.865Z Compiling serde_spanned v1.0.4
30962026-05-20T15:38:33.891Z Compiling dropshot v0.17.0
30972026-05-20T15:38:33.926Z Compiling toml_writer v1.0.6+spec-1.1.0
30982026-05-20T15:38:33.930Z Compiling waitgroup v0.1.2
30992026-05-20T15:38:33.998Z Compiling rustls-pemfile v2.2.0
31002026-05-20T15:38:34.107Z Compiling dropshot_endpoint v0.17.0
31012026-05-20T15:38:34.110Z Compiling hostname v0.4.2
31022026-05-20T15:38:34.142Z Compiling toml v1.0.6+spec-1.1.0
31032026-05-20T15:38:34.159Z Compiling compression-codecs v0.4.37
31042026-05-20T15:38:34.201Z Compiling hostname v0.3.1
31052026-05-20T15:38:34.205Z Compiling serde_path_to_error v0.1.20
31062026-05-20T15:38:34.205Z Compiling regress v0.10.5
31072026-05-20T15:38:34.205Z Compiling progenitor-client v0.14.0
31082026-05-20T15:38:34.255Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31092026-05-20T15:38:34.313Z Compiling slog-bunyan v2.5.0
31102026-05-20T15:38:34.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31112026-05-20T15:38:34.382Z Compiling async-compression v0.4.41
31122026-05-20T15:38:34.428Z Compiling itertools v0.14.0
31132026-05-20T15:38:34.515Z Compiling macaddr v1.0.1
31142026-05-20T15:38:34.548Z Compiling instant v0.1.13
31152026-05-20T15:38:34.590Z Compiling progenitor-client v0.10.0
31162026-05-20T15:38:34.608Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31172026-05-20T15:38:34.608Z Compiling backon v1.6.0
31182026-05-20T15:38:34.640Z Compiling async-stream v0.3.6
31192026-05-20T15:38:34.685Z Compiling backoff v0.4.0
31202026-05-20T15:38:34.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31212026-05-20T15:38:34.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31222026-05-20T15:38:34.766Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
31232026-05-20T15:38:34.832Z Compiling progenitor-extras v0.2.0
31242026-05-20T15:38:34.851Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31252026-05-20T15:38:34.854Z Compiling convert_case v0.4.0
31262026-05-20T15:38:34.887Z Compiling secrecy v0.10.3
31272026-05-20T15:38:34.918Z Compiling universal-hash v0.5.1
31282026-05-20T15:38:34.918Z Compiling opaque-debug v0.3.1
31292026-05-20T15:38:34.952Z Compiling half v2.7.1
31302026-05-20T15:38:34.978Z Compiling structmeta v0.3.0
31312026-05-20T15:38:35.022Z Compiling ciborium-io v0.2.2
31322026-05-20T15:38:35.059Z Compiling crucible-workspace-hack v0.1.0
31332026-05-20T15:38:35.076Z Compiling aead v0.5.2
31342026-05-20T15:38:35.104Z Compiling poly1305 v0.8.0
31352026-05-20T15:38:35.144Z Compiling chacha20 v0.9.1
31362026-05-20T15:38:35.164Z Compiling unsafe-libyaml v0.2.11
31372026-05-20T15:38:35.182Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31382026-05-20T15:38:35.217Z Compiling derive-ex v0.1.8
31392026-05-20T15:38:35.252Z Compiling parse-display-derive v0.10.0
31402026-05-20T15:38:35.270Z Compiling derive_more v0.99.20
31412026-05-20T15:38:35.290Z Compiling ciborium-ll v0.2.2
31422026-05-20T15:38:35.324Z Compiling byte-wrapper v0.1.0
31432026-05-20T15:38:35.425Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31442026-05-20T15:38:35.441Z Compiling regress v0.11.1
31452026-05-20T15:38:35.495Z Compiling ciborium v0.2.2
31462026-05-20T15:38:35.533Z Compiling thiserror-impl-no-std v2.0.2
31472026-05-20T15:38:35.550Z Compiling password-hash v0.5.0
31482026-05-20T15:38:35.679Z Compiling blake2 v0.10.6
31492026-05-20T15:38:35.704Z Compiling serde_yaml v0.9.34+deprecated
31502026-05-20T15:38:35.722Z Compiling chacha20poly1305 v0.10.1
31512026-05-20T15:38:35.887Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31522026-05-20T15:38:35.905Z Compiling indent_write v2.2.0
31532026-05-20T15:38:35.926Z Compiling toml_edit v0.23.10+spec-1.0.0
31542026-05-20T15:38:35.947Z Compiling argon2 v0.5.3
31552026-05-20T15:38:35.950Z Compiling num-rational v0.4.2
31562026-05-20T15:38:35.984Z Compiling num-complex v0.4.6
31572026-05-20T15:38:36.073Z Compiling atomicwrites v0.4.4
31582026-05-20T15:38:36.090Z Compiling float-ord v0.3.2
31592026-05-20T15:38:36.228Z Compiling heapless v0.8.0
31602026-05-20T15:38:36.259Z Compiling ingot-macros v0.1.1
31612026-05-20T15:38:36.284Z Compiling tokio-rustls v0.25.0
31622026-05-20T15:38:36.398Z Compiling num v0.4.3
31632026-05-20T15:38:36.539Z Compiling proc-macro-crate v3.4.0
31642026-05-20T15:38:36.592Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31652026-05-20T15:38:36.745Z Compiling camino-tempfile v1.4.1
31662026-05-20T15:38:36.767Z Compiling thiserror-no-std v2.0.2
31672026-05-20T15:38:36.882Z Compiling vsss-rs v3.3.4
31682026-05-20T15:38:36.960Z Compiling test-strategy v0.4.5
31692026-05-20T15:38:37.015Z Compiling parse-display v0.10.0
31702026-05-20T15:38:37.019Z Compiling hash32 v0.3.1
31712026-05-20T15:38:37.052Z Compiling typify-impl v0.6.2
31722026-05-20T15:38:37.071Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31732026-05-20T15:38:37.168Z Compiling num_enum_derive v0.7.6
31742026-05-20T15:38:37.226Z Compiling smoltcp v0.11.0
31752026-05-20T15:38:37.260Z Compiling tabwriter v1.4.1
31762026-05-20T15:38:37.338Z Compiling cobs v0.3.0
31772026-05-20T15:38:37.355Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31782026-05-20T15:38:37.454Z Compiling proc-macro-error v1.0.4
31792026-05-20T15:38:37.597Z Compiling postcard v1.1.3
31802026-05-20T15:38:37.603Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-05-20T15:38:37.610Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31822026-05-20T15:38:37.696Z Compiling proc-macro-crate v1.3.1
31832026-05-20T15:38:37.733Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-20T15:38:37.799Z Compiling foreign-types-macros v0.2.3
31852026-05-20T15:38:37.881Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31862026-05-20T15:38:37.908Z Compiling cpufeatures v0.3.0
31872026-05-20T15:38:37.924Z Compiling foreign-types-shared v0.3.1
31882026-05-20T15:38:38.006Z Compiling rayon-core v1.13.0
31892026-05-20T15:38:38.046Z Compiling colored v3.1.1
31902026-05-20T15:38:38.065Z Compiling chacha20 v0.10.0
31912026-05-20T15:38:38.145Z Compiling num_enum_derive v0.5.11
31922026-05-20T15:38:38.166Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-20T15:38:38.289Z Compiling num_enum v0.7.6
31942026-05-20T15:38:38.432Z Compiling crossbeam-deque v0.8.6
31952026-05-20T15:38:38.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31962026-05-20T15:38:38.468Z Compiling foreign-types v0.5.0
31972026-05-20T15:38:38.472Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31982026-05-20T15:38:38.505Z Compiling cstr-argument v0.1.2
31992026-05-20T15:38:38.535Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
32002026-05-20T15:38:38.555Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
32012026-05-20T15:38:38.573Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32022026-05-20T15:38:38.576Z Compiling rand v0.10.1
32032026-05-20T15:38:38.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32042026-05-20T15:38:38.774Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32052026-05-20T15:38:38.791Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32062026-05-20T15:38:38.810Z Compiling toml v0.8.23
32072026-05-20T15:38:38.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32082026-05-20T15:38:38.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32092026-05-20T15:38:38.982Z Compiling winnow v1.0.3
32102026-05-20T15:38:39.077Z Compiling rayon v1.11.0
32112026-05-20T15:38:39.096Z Compiling zone_cfg_derive v0.3.1
32122026-05-20T15:38:39.184Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32132026-05-20T15:38:39.255Z Compiling ingot-types v0.1.2
32142026-05-20T15:38:39.303Z Compiling num_enum v0.5.11
32152026-05-20T15:38:39.321Z Compiling itertools v0.12.1
32162026-05-20T15:38:39.340Z Compiling num-derive v0.4.2
32172026-05-20T15:38:39.376Z Compiling sigpipe v0.1.3
32182026-05-20T15:38:39.414Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32192026-05-20T15:38:39.453Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-05-20T15:38:39.476Z Compiling glob v0.3.3
32212026-05-20T15:38:39.493Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32222026-05-20T15:38:39.497Z Compiling smf v0.2.3
32232026-05-20T15:38:39.539Z Compiling whoami v1.6.1
32242026-05-20T15:38:39.699Z Compiling ingot v0.1.1
32252026-05-20T15:38:39.778Z Compiling prettyplease v0.2.37
32262026-05-20T15:38:39.795Z Compiling usdt-attr-macro v0.5.0
32272026-05-20T15:38:39.854Z Compiling usdt-macro v0.5.0
32282026-05-20T15:38:39.887Z Compiling gethostname v0.5.0
32292026-05-20T15:38:39.906Z Compiling derive-where v1.6.0
32302026-05-20T15:38:40.054Z Compiling memmap v0.7.0
32312026-05-20T15:38:40.057Z Compiling resolv-conf v0.7.6
32322026-05-20T15:38:40.106Z Compiling console v0.15.11
32332026-05-20T15:38:40.270Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32342026-05-20T15:38:40.327Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32352026-05-20T15:38:40.452Z Compiling zone v0.3.1
32362026-05-20T15:38:40.568Z Compiling newline-converter v0.3.0
32372026-05-20T15:38:40.670Z Compiling usdt v0.5.0
32382026-05-20T15:38:40.670Z Compiling cancel-safe-futures v0.1.5
32392026-05-20T15:38:40.706Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32402026-05-20T15:38:40.726Z Compiling owo-colors v4.3.0
32412026-05-20T15:38:40.729Z Compiling expectorate v1.2.0
32422026-05-20T15:38:40.759Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32432026-05-20T15:38:40.862Z Compiling libsw-core v0.3.2
32442026-05-20T15:38:40.927Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32452026-05-20T15:38:40.967Z Compiling hickory-proto v0.24.4
32462026-05-20T15:38:41.062Z Compiling libsw v3.5.0
32472026-05-20T15:38:41.169Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32482026-05-20T15:38:41.220Z Compiling linked-hash-map v0.5.6
32492026-05-20T15:38:41.271Z Compiling linear-map v1.2.0
32502026-05-20T15:38:41.290Z Compiling minimal-lexical v0.2.1
32512026-05-20T15:38:41.293Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-20T15:38:41.325Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32532026-05-20T15:38:41.328Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-05-20T15:38:41.438Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32552026-05-20T15:38:41.487Z Compiling lru-cache v0.1.2
32562026-05-20T15:38:41.504Z Compiling nom v7.1.3
32572026-05-20T15:38:41.562Z Compiling progenitor-client v0.13.0
32582026-05-20T15:38:41.581Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-05-20T15:38:41.638Z Compiling tokio-dtrace v0.1.1
32602026-05-20T15:38:41.659Z Compiling csv-core v0.1.13
32612026-05-20T15:38:41.659Z Compiling slog-dtrace v0.3.0
32622026-05-20T15:38:41.694Z Compiling typify-macro v0.6.2
32632026-05-20T15:38:41.825Z Compiling highway v1.3.0
32642026-05-20T15:38:41.907Z Compiling semver v0.1.20
32652026-05-20T15:38:41.911Z Compiling tagptr v0.2.0
32662026-05-20T15:38:41.943Z Compiling csv v1.4.0
32672026-05-20T15:38:41.947Z Compiling oxide-tokio-rt v0.1.4
32682026-05-20T15:38:42.056Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32692026-05-20T15:38:42.074Z Compiling phf_shared v0.12.1
32702026-05-20T15:38:42.155Z Compiling moka v0.12.13
32712026-05-20T15:38:42.284Z Compiling rustc_version v0.1.7
32722026-05-20T15:38:42.301Z Compiling chrono-tz v0.10.4
32732026-05-20T15:38:42.305Z Compiling const_format_proc_macros v0.2.34
32742026-05-20T15:38:42.346Z Compiling phf v0.12.1
32752026-05-20T15:38:42.557Z Compiling newtype_derive v0.1.6
32762026-05-20T15:38:43.032Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32772026-05-20T15:38:43.036Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32782026-05-20T15:38:43.036Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32792026-05-20T15:38:43.036Z Compiling num-derive v0.3.3
32802026-05-20T15:38:43.036Z Compiling bcs v0.1.6
32812026-05-20T15:38:43.036Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32822026-05-20T15:38:43.036Z Compiling hickory-resolver v0.25.2
32832026-05-20T15:38:43.044Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32842026-05-20T15:38:43.070Z Compiling termtree v0.5.1
32852026-05-20T15:38:43.193Z Compiling hickory-resolver v0.24.4
32862026-05-20T15:38:43.197Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32872026-05-20T15:38:43.230Z Compiling const_format v0.2.35
32882026-05-20T15:38:43.363Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32892026-05-20T15:38:43.461Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32902026-05-20T15:38:43.574Z Compiling typify v0.6.2
32912026-05-20T15:38:43.609Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-05-20T15:38:43.633Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32932026-05-20T15:38:43.656Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32942026-05-20T15:38:43.675Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32952026-05-20T15:38:43.717Z Compiling progenitor-impl v0.14.0
32962026-05-20T15:38:43.887Z Compiling progenitor-impl v0.13.0
32972026-05-20T15:38:44.272Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32982026-05-20T15:38:44.335Z Compiling qorb v0.4.1
32992026-05-20T15:38:44.432Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33002026-05-20T15:38:44.920Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33012026-05-20T15:38:44.981Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33022026-05-20T15:38:45.208Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-20T15:38:45.269Z Compiling libscf-sys v1.1.0
33042026-05-20T15:38:45.442Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33052026-05-20T15:38:45.475Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33062026-05-20T15:38:45.499Z Compiling tabled_derive v0.7.0
33072026-05-20T15:38:45.546Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33082026-05-20T15:38:45.641Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33092026-05-20T15:38:45.814Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33102026-05-20T15:38:45.877Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33112026-05-20T15:38:45.921Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-20T15:38:46.060Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33132026-05-20T15:38:46.081Z Compiling textwrap v0.16.2
33142026-05-20T15:38:46.498Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33152026-05-20T15:38:46.550Z Compiling progenitor-macro v0.14.0
33162026-05-20T15:38:46.602Z Compiling tabled v0.15.0
33172026-05-20T15:38:46.622Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33182026-05-20T15:38:46.662Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-05-20T15:38:46.683Z Compiling steno v0.4.1
33202026-05-20T15:38:46.742Z Compiling progenitor-macro v0.13.0
33212026-05-20T15:38:46.758Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33222026-05-20T15:38:46.777Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33232026-05-20T15:38:46.870Z Compiling humantime v2.3.0
33242026-05-20T15:38:47.208Z Compiling libefi-sys v0.1.0
33252026-05-20T15:38:47.295Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33262026-05-20T15:38:47.411Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33272026-05-20T15:38:47.432Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33282026-05-20T15:38:47.477Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33292026-05-20T15:38:47.495Z Compiling git-stub v1.0.0
33302026-05-20T15:38:47.652Z Compiling bitfield-struct v0.6.2
33312026-05-20T15:38:47.709Z Compiling nom v8.0.0
33322026-05-20T15:38:47.786Z Compiling git-stub-vcs v0.1.0
33332026-05-20T15:38:48.234Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33342026-05-20T15:38:48.377Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33352026-05-20T15:38:48.416Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33362026-05-20T15:38:48.477Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33372026-05-20T15:38:48.548Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33382026-05-20T15:38:48.704Z Compiling dropshot-api-manager-types v0.7.1
33392026-05-20T15:38:48.951Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33402026-05-20T15:38:49.027Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33412026-05-20T15:38:49.055Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33422026-05-20T15:38:49.074Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-05-20T15:38:49.090Z Compiling typify-impl v0.4.3
33442026-05-20T15:38:49.166Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33452026-05-20T15:38:49.251Z Compiling xshell-macros v0.2.7
33462026-05-20T15:38:49.278Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-05-20T15:38:49.303Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33482026-05-20T15:38:49.476Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33492026-05-20T15:38:49.675Z Compiling xshell v0.2.7
33502026-05-20T15:38:49.743Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33512026-05-20T15:38:49.985Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33522026-05-20T15:38:50.003Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33532026-05-20T15:38:50.036Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33542026-05-20T15:38:50.225Z Compiling primeorder v0.13.6
33552026-05-20T15:38:50.322Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33562026-05-20T15:38:50.530Z Compiling salty v0.3.0
33572026-05-20T15:38:50.669Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33582026-05-20T15:38:50.810Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33592026-05-20T15:38:50.814Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-05-20T15:38:50.858Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33612026-05-20T15:38:51.083Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33622026-05-20T15:38:51.117Z Compiling base64 v0.21.7
33632026-05-20T15:38:51.141Z Compiling radium v0.7.0
33642026-05-20T15:38:51.302Z Compiling p384 v0.13.1
33652026-05-20T15:38:51.333Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-05-20T15:38:51.475Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33672026-05-20T15:38:51.487Z Compiling tap v1.0.1
33682026-05-20T15:38:51.504Z Compiling maybe-uninit v2.0.0
33692026-05-20T15:38:51.595Z Compiling wyz v0.5.1
33702026-05-20T15:38:51.749Z Compiling progenitor v0.14.0
33712026-05-20T15:38:51.848Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-05-20T15:38:51.903Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33732026-05-20T15:38:51.903Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-05-20T15:38:51.920Z Compiling proc-macro-error-attr2 v2.0.0
33752026-05-20T15:38:51.945Z Compiling progenitor v0.13.0
33762026-05-20T15:38:51.945Z Compiling parking_lot_core v0.8.6
33772026-05-20T15:38:51.951Z Compiling funty v2.0.0
33782026-05-20T15:38:52.162Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33792026-05-20T15:38:52.176Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-05-20T15:38:52.228Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33812026-05-20T15:38:52.346Z Compiling packed_struct v0.10.1
33822026-05-20T15:38:52.419Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33832026-05-20T15:38:52.633Z Compiling utf-8 v0.7.6
33842026-05-20T15:38:52.691Z Compiling proc-macro-error2 v2.0.1
33852026-05-20T15:38:52.714Z Compiling bitvec v1.0.1
33862026-05-20T15:38:52.852Z Compiling tungstenite v0.21.0
33872026-05-20T15:38:53.310Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33882026-05-20T15:38:53.392Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33892026-05-20T15:38:53.750Z Compiling typify-macro v0.4.3
33902026-05-20T15:38:54.221Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33912026-05-20T15:38:54.337Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33922026-05-20T15:38:54.355Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-20T15:38:54.417Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-20T15:38:54.732Z Compiling polyval v0.6.2
33952026-05-20T15:38:54.876Z Compiling packed_struct_codegen v0.10.1
33962026-05-20T15:38:54.912Z Compiling bitfield-macros v0.19.4
33972026-05-20T15:38:54.971Z Compiling zerocopy-derive v0.6.6
33982026-05-20T15:38:54.997Z Compiling indexmap v1.9.3
33992026-05-20T15:38:55.235Z Compiling nodrop v0.1.14
34002026-05-20T15:38:55.359Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34012026-05-20T15:38:55.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34022026-05-20T15:38:55.561Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-05-20T15:38:55.595Z Compiling typify v0.4.3
34042026-05-20T15:38:55.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-05-20T15:38:55.681Z Compiling crc-catalog v2.4.0
34062026-05-20T15:38:55.739Z Compiling progenitor-impl v0.11.2
34072026-05-20T15:38:55.809Z Compiling crc v3.4.0
34082026-05-20T15:38:55.828Z Compiling bitfield v0.19.4
34092026-05-20T15:38:55.868Z Compiling zerocopy v0.6.6
34102026-05-20T15:38:56.094Z Compiling array-init v0.0.4
34112026-05-20T15:38:56.140Z Compiling ghash v0.5.1
34122026-05-20T15:38:56.161Z Compiling tokio-tungstenite v0.21.0
34132026-05-20T15:38:56.248Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34142026-05-20T15:38:56.287Z Compiling smallvec v0.6.14
34152026-05-20T15:38:56.331Z Compiling tabled_derive v0.11.0
34162026-05-20T15:38:56.488Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34172026-05-20T15:38:56.519Z Compiling papergrid v0.17.0
34182026-05-20T15:38:56.536Z Compiling testing_table v0.3.0
34192026-05-20T15:38:56.636Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-05-20T15:38:56.655Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34212026-05-20T15:38:56.690Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34222026-05-20T15:38:56.726Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34232026-05-20T15:38:56.804Z Compiling ctr v0.9.2
34242026-05-20T15:38:56.859Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34252026-05-20T15:38:57.003Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34262026-05-20T15:38:57.089Z Compiling corncobs v0.1.4
34272026-05-20T15:38:57.107Z Compiling illumos-nvpair-sys v0.2.0
34282026-05-20T15:38:57.252Z Compiling hashbrown v0.12.3
34292026-05-20T15:38:57.270Z Compiling unicase v2.9.0
34302026-05-20T15:38:57.312Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34312026-05-20T15:38:57.364Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34322026-05-20T15:38:57.381Z Compiling aes-gcm v0.10.3
34332026-05-20T15:38:57.423Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-05-20T15:38:57.442Z Compiling parking_lot v0.11.2
34352026-05-20T15:38:57.460Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34362026-05-20T15:38:57.511Z Compiling mime_guess v2.0.5
34372026-05-20T15:38:57.578Z Compiling tabled v0.20.0
34382026-05-20T15:38:57.602Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34392026-05-20T15:38:57.669Z Compiling serde-hex v0.1.0
34402026-05-20T15:38:57.770Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34412026-05-20T15:38:57.820Z Compiling progenitor-impl v0.10.0
34422026-05-20T15:38:57.852Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
34432026-05-20T15:38:58.007Z Compiling ron v0.8.1
34442026-05-20T15:38:58.037Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34452026-05-20T15:38:58.102Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-20T15:38:58.188Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-20T15:38:58.309Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34482026-05-20T15:38:58.454Z Compiling hashbrown v0.13.2
34492026-05-20T15:38:58.472Z Compiling progenitor-macro v0.11.2
34502026-05-20T15:38:58.509Z Compiling progenitor-client v0.11.2
34512026-05-20T15:38:58.627Z Compiling blowfish v0.9.1
34522026-05-20T15:38:58.684Z Compiling ssh-encoding v0.2.0
34532026-05-20T15:38:58.716Z Compiling prefix-trie v0.7.0
34542026-05-20T15:38:58.859Z Compiling fxhash v0.2.1
34552026-05-20T15:38:58.902Z Compiling secrecy v0.8.0
34562026-05-20T15:38:58.980Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34572026-05-20T15:38:58.998Z Compiling crc-any v2.5.0
34582026-05-20T15:38:59.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34592026-05-20T15:38:59.082Z Compiling hickory-server v0.25.2
34602026-05-20T15:38:59.161Z Compiling sled v0.34.7
34612026-05-20T15:38:59.279Z Compiling object v0.30.4
34622026-05-20T15:38:59.301Z Compiling ssh-cipher v0.2.0
34632026-05-20T15:38:59.453Z Compiling bcrypt-pbkdf v0.10.0
34642026-05-20T15:38:59.590Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34652026-05-20T15:38:59.812Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662026-05-20T15:38:59.832Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34672026-05-20T15:38:59.981Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-20T15:39:00.016Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34692026-05-20T15:39:00.036Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34702026-05-20T15:39:00.117Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34712026-05-20T15:39:00.166Z Compiling password-hash v0.4.2
34722026-05-20T15:39:00.372Z Compiling half v1.8.3
34732026-05-20T15:39:00.391Z Compiling path-slash v0.1.5
34742026-05-20T15:39:00.513Z Compiling progenitor-macro v0.10.0
34752026-05-20T15:39:00.577Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34762026-05-20T15:39:00.594Z Compiling http-range v0.1.5
34772026-05-20T15:39:00.673Z Compiling crc8 v0.1.1
34782026-05-20T15:39:00.690Z Compiling serde_cbor v0.11.2
34792026-05-20T15:39:00.838Z Compiling pbkdf2 v0.11.0
34802026-05-20T15:39:00.897Z Compiling illumos-nvpair v0.3.0
34812026-05-20T15:39:01.078Z Compiling ssh-key v0.6.7
34822026-05-20T15:39:01.199Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-20T15:39:01.418Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-05-20T15:39:01.433Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-05-20T15:39:01.449Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34862026-05-20T15:39:01.469Z Compiling p521 v0.13.3
34872026-05-20T15:39:01.769Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34882026-05-20T15:39:01.977Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34892026-05-20T15:39:02.029Z Compiling p256 v0.13.2
34902026-05-20T15:39:02.045Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34912026-05-20T15:39:02.203Z Compiling yasna v0.5.2
34922026-05-20T15:39:02.274Z Compiling kstat-rs v0.2.4
34932026-05-20T15:39:02.328Z Compiling headers-core v0.3.0
34942026-05-20T15:39:02.438Z Compiling nanorand v0.7.0
34952026-05-20T15:39:02.480Z Compiling russh-cryptovec v0.7.3
34962026-05-20T15:39:02.493Z Compiling atty v0.2.14
34972026-05-20T15:39:02.605Z Compiling md5 v0.7.0
34982026-05-20T15:39:02.629Z Compiling home v0.5.12
34992026-05-20T15:39:02.693Z Compiling rcgen v0.12.1
35002026-05-20T15:39:02.760Z Compiling flume v0.11.1
35012026-05-20T15:39:02.804Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35022026-05-20T15:39:02.832Z Compiling russh-keys v0.45.0
35032026-05-20T15:39:02.852Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35042026-05-20T15:39:02.909Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35052026-05-20T15:39:02.939Z Compiling headers v0.4.1
35062026-05-20T15:39:02.957Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35072026-05-20T15:39:03.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35082026-05-20T15:39:03.307Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35092026-05-20T15:39:03.425Z Compiling hyper-staticfile v0.10.1
35102026-05-20T15:39:03.509Z Compiling progenitor v0.11.2
35112026-05-20T15:39:03.606Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35122026-05-20T15:39:03.654Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35132026-05-20T15:39:03.696Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35142026-05-20T15:39:03.735Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35152026-05-20T15:39:03.983Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35162026-05-20T15:39:04.084Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35172026-05-20T15:39:04.135Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35182026-05-20T15:39:04.284Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35192026-05-20T15:39:04.309Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35202026-05-20T15:39:04.328Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35212026-05-20T15:39:04.406Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35222026-05-20T15:39:04.434Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35232026-05-20T15:39:04.459Z Compiling num-bigint v0.4.6
35242026-05-20T15:39:04.900Z Compiling des v0.8.1
35252026-05-20T15:39:04.905Z Compiling subprocess v0.2.15
35262026-05-20T15:39:04.951Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35272026-05-20T15:39:05.035Z Compiling hex-literal v0.4.1
35282026-05-20T15:39:05.060Z Compiling display-error-chain v0.2.2
35292026-05-20T15:39:05.113Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35302026-05-20T15:39:05.171Z Compiling colored v2.2.0
35312026-05-20T15:39:05.188Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35322026-05-20T15:39:05.231Z Compiling internet-checksum v0.2.1
35332026-05-20T15:39:05.412Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35342026-05-20T15:39:05.530Z Compiling progenitor v0.10.0
35352026-05-20T15:39:05.669Z Compiling russh v0.45.0
35362026-05-20T15:39:05.756Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35372026-05-20T15:39:06.715Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35382026-05-20T15:39:14.828Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35392026-05-20T15:39:16.506Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35402026-05-20T15:39:17.467Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35412026-05-20T15:39:18.228Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35422026-05-20T15:39:21.303Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35432026-05-20T15:39:21.303Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35442026-05-20T15:39:30.353Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35452026-05-20T15:39:38.115Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35462026-05-20T15:39:38.115Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35472026-05-20T15:39:38.118Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35482026-05-20T15:39:38.118Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-05-20T15:39:39.943Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35502026-05-20T15:39:40.005Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35512026-05-20T15:39:44.162Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35522026-05-20T15:40:24.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
35532026-05-20T15:40:24.521Z
35542026-05-20T15:40:24.521Zreal 1:51.811838847
35552026-05-20T15:40:24.521Zuser 9:46.357466899
35562026-05-20T15:40:24.525Zsys 1:58.873725537
35572026-05-20T15:40:24.525Ztrap 0.299107474
35582026-05-20T15:40:24.525Ztflt 0.533413526
35592026-05-20T15:40:24.525Zdflt 1.755238131
35602026-05-20T15:40:24.525Zkflt 0.000272409
35612026-05-20T15:40:24.525Zlock 36:23.636258973
35622026-05-20T15:40:24.525Zslp 23:05.656541297
35632026-05-20T15:40:24.525Zlat 44.749160869
35642026-05-20T15:40:24.525Zstop 3:18.171741028
35652026-05-20T15:40:24.525Z+ mkdir tests
35662026-05-20T15:40:24.528Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35672026-05-20T15:40:24.528Z+ xargs -I '{}' -t cp '{}' tests/
35682026-05-20T15:40:24.560Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bbf3738f480c81f4 tests/
35692026-05-20T15:40:24.588Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4e74c82abf7648d1 tests/
35702026-05-20T15:40:24.615Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bb32c15c1258c158 tests/
35712026-05-20T15:40:24.644Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-37c9e107e2c415dd tests/
35722026-05-20T15:40:24.996Z+ 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)
35732026-05-20T15:40:24.999Z+ 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-4e74c82abf7648d1 tests/commtest-bb32c15c1258c158 tests/dhcp_server-bbf3738f480c81f4 tests/end_to_end_tests-37c9e107e2c415dd 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
35742026-05-20T15:41:47.128ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35752026-05-20T15:41:47.129Za .github/buildomat/ci-env.sh 1K
35762026-05-20T15:41:47.129Za out/target/test 1K
35772026-05-20T15:41:47.129Za out/npuzone/npuzone 27402K
35782026-05-20T15:41:47.129Za package-manifest.toml 35K
35792026-05-20T15:41:47.129Za smf/sled-agent/non-gimlet/config.toml 6K
35802026-05-20T15:41:47.129Za target/release/omicron-package 46054K
35812026-05-20T15:41:47.129Za target/release/xtask 11453K
35822026-05-20T15:41:47.129Za target/debug/bootstrap 403641K
35832026-05-20T15:41:47.129Za tests/bootstrap-4e74c82abf7648d1 31215K
35842026-05-20T15:41:47.129Za tests/commtest-bb32c15c1258c158 32300K
35852026-05-20T15:41:47.129Za tests/dhcp_server-bbf3738f480c81f4 31215K
35862026-05-20T15:41:47.129Za tests/end_to_end_tests-37c9e107e2c415dd 476213K
35872026-05-20T15:41:47.129Za tools/opte_version 1K
35882026-05-20T15:41:47.129Za tools/opte_version_override 2K
35892026-05-20T15:41:47.129Za out/clickhouse.tar.gz 314848K
35902026-05-20T15:41:47.129Za out/clickhouse_keeper.tar.gz 298725K
35912026-05-20T15:41:47.129Za out/clickhouse_server.tar.gz 314845K
35922026-05-20T15:41:47.129Za out/cockroachdb.tar.gz 159528K
35932026-05-20T15:41:47.129Za out/crucible-pantry-zone.tar.gz 40634K
35942026-05-20T15:41:47.129Za out/crucible-utils.tar 17744K
35952026-05-20T15:41:47.129Za out/crucible-zone.tar.gz 54772K
35962026-05-20T15:41:47.129Za out/external-dns.tar.gz 44821K
35972026-05-20T15:41:47.129Za out/internal-dns.tar.gz 44820K
35982026-05-20T15:41:47.129Za out/mg-ddm-gz.tar 102918K
35992026-05-20T15:41:47.129Za out/nexus.tar.gz 235966K
36002026-05-20T15:41:47.129Za out/ntp.tar.gz 24844K
36012026-05-20T15:41:47.129Za out/omicron-gateway-softnpu.tar.gz 34042K
36022026-05-20T15:41:47.129Za out/omicron-sled-agent.tar 218500K
36032026-05-20T15:41:47.129Za out/overlay.tar.gz 3K
36042026-05-20T15:41:47.129Za out/oximeter.tar.gz 71507K
36052026-05-20T15:41:47.129Za out/oxlog.tar 3782K
36062026-05-20T15:41:47.129Za out/probe.tar.gz 3037K
36072026-05-20T15:41:47.129Za out/propolis-server.tar.gz 38727K
36082026-05-20T15:41:47.129Za out/pumpkind-gz.tar 26647K
36092026-05-20T15:41:47.129Za out/switch-softnpu.tar.gz 407889K
36102026-05-20T15:41:47.133Z
36112026-05-20T15:41:47.133Zreal 1:22.131079436
36122026-05-20T15:41:47.133Zuser 1:19.471130260
36132026-05-20T15:41:47.133Zsys 4.399737173
36142026-05-20T15:41:47.133Ztrap 0.006158818
36152026-05-20T15:41:47.133Ztflt 0.000000000
36162026-05-20T15:41:47.133Zdflt 0.000000000
36172026-05-20T15:41:47.133Zkflt 0.000000000
36182026-05-20T15:41:47.133Zlock 0.000000000
36192026-05-20T15:41:47.133Zslp 1:19.383806231
36202026-05-20T15:41:47.133Zlat 0.996705868
36212026-05-20T15:41:47.133Zstop 0.000186898
36222026-05-20T15:41:47.133Zprocess exited: duration 1002733 ms, exit code 0
 
36232026-05-20T15:41:47.148Zfound 1 output files
36242026-05-20T15:41:47.148Zuploading: /work/package.tar.gz (2470503381 bytes)
36252026-05-20T15:42:18.260Zuploaded: /work/package.tar.gz