01KSAQK2M80X974AAYWJGYFND1: 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: 01KSAQKEFQ4KRJQGY5N8Q0T1JH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T15:35:51.297Zjob assigned to worker 01KSAQKP5QBQA9HY6YAZMH4Y79 [factory aws, i-080196fad387828bf] (queued for 49 s)
 
22026-05-23T15:35:58.875Zstarting task 0: "setup"
32026-05-23T15:35:58.881Z++ uname -s
42026-05-23T15:35:58.884Z+ kern=SunOS
52026-05-23T15:35:58.884Z+ build_user=build
62026-05-23T15:35:58.884Z+ build_uid=12345
72026-05-23T15:35:58.884Z+ work_dir=/work
82026-05-23T15:35:58.884Z+ input_dir=/input
92026-05-23T15:35:58.884Z+ [[ 0 == 12345 ]]
102026-05-23T15:35:58.884Z+ case "$kern" in
112026-05-23T15:35:58.884Z+ groupadd -g 12345 build
122026-05-23T15:35:58.887Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T15:36:00.895Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T15:36:01.023Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T15:36:01.027Z+ home_fs=zfs
162026-05-23T15:36:01.027Z+ [[ zfs == autofs ]]
172026-05-23T15:36:01.027Z+ mkdir -p /home/build
182026-05-23T15:36:01.030Z+ chown build:build /home/build /work
192026-05-23T15:36:03.031Z+ chmod 0700 /home/build /work
202026-05-23T15:36:03.035Zprocess exited: duration 4160 ms, exit code 0
 
212026-05-23T15:36:03.045Zstarting task 1: "rust-toolchain"
222026-05-23T15:36:03.051Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T15:36:03.051Z * rust toolchain channel = "1.94.0"
242026-05-23T15:36:03.051Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-23T15:36:03.051Z * rust toolchain profile = "default"
262026-05-23T15:36:03.051Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T15:36:03.051Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T15:36:03.054Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T15:36:03.054Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T15:36:03.120Zinfo: downloading installer
312026-05-23T15:36:04.541Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T15:36:04.541Zwarn: /home/build/.rustup/settings.toml
332026-05-23T15:36:04.541Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T15:36:04.541Zwarn: instead of the one inferred from the default host triple.
352026-05-23T15:36:04.554Zinfo: profile set to default
362026-05-23T15:36:04.554Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T15:36:04.557Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T15:36:04.688Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T15:36:04.692Zinfo: downloading 6 components
402026-05-23T15:36:20.460Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T15:36:20.460Z
422026-05-23T15:36:20.485Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T15:36:20.485Z
442026-05-23T15:36:20.485Z
452026-05-23T15:36:20.485ZRust is installed now. Great!
462026-05-23T15:36:20.485Z
472026-05-23T15:36:20.486ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T15:36:20.486Zenvironment variable. This has not been done automatically.
492026-05-23T15:36:20.486Z
502026-05-23T15:36:20.486ZTo configure your current shell, you need to source
512026-05-23T15:36:20.486Zthe corresponding env file under $HOME/.cargo.
522026-05-23T15:36:20.486Z
532026-05-23T15:36:20.486ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T15:36:20.487Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T15:36:20.487Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T15:36:20.487Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T15:36:20.487Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T15:36:20.487Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T15:36:20.487Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T15:36:20.511Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T15:36:20.511Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T15:36:20.591Z+ rustup --version
632026-05-23T15:36:20.597Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T15:36:20.600Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T15:36:20.621Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T15:36:20.627Z+ cargo --version
672026-05-23T15:36:20.630Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T15:36:20.630Z+ rustc --version
692026-05-23T15:36:20.653Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T15:36:20.656Zprocess exited: duration 17610 ms, exit code 0
 
712026-05-23T15:36:20.663Zstarting task 2: "authentication"
722026-05-23T15:36:20.691Zprocess exited: duration 24 ms, exit code 0
 
732026-05-23T15:36:20.702Zstarting task 3: "clone repository"
742026-05-23T15:36:20.706Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T15:36:20.710Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T15:36:20.744ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T15:36:30.804Z+ cd /work/oxidecomputer/omicron
782026-05-23T15:36:30.804Z+ git fetch origin 02064d20f7cb6dd1eda05799b621dc965429ad5e
792026-05-23T15:36:31.057ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T15:36:31.061Z * branch 02064d20f7cb6dd1eda05799b621dc965429ad5e -> FETCH_HEAD
812026-05-23T15:36:31.071Z+ [[ -n zl/multicast-m2p-forwarding ]]
822026-05-23T15:36:31.074Z++ git branch --show-current
832026-05-23T15:36:31.077Z+ current=main
842026-05-23T15:36:31.077Z+ [[ main != zl/multicast-m2p-forwarding ]]
852026-05-23T15:36:31.077Z+ git branch -f zl/multicast-m2p-forwarding 02064d20f7cb6dd1eda05799b621dc965429ad5e
862026-05-23T15:36:31.080Z+ git checkout -f zl/multicast-m2p-forwarding
872026-05-23T15:36:31.314ZSwitched to branch 'zl/multicast-m2p-forwarding'
882026-05-23T15:36:31.317Z+ git reset --hard 02064d20f7cb6dd1eda05799b621dc965429ad5e
892026-05-23T15:36:31.553ZHEAD is now at 02064d20f merge e2e
902026-05-23T15:36:31.557Zprocess exited: duration 10856 ms, exit code 0
 
912026-05-23T15:36:31.563Zstarting task 4: "build"
922026-05-23T15:36:31.570Z+ source .github/buildomat/ci-env.sh
932026-05-23T15:36:31.570Z++ export CARGO_TERM_COLOR=always
942026-05-23T15:36:31.570Z++ CARGO_TERM_COLOR=always
952026-05-23T15:36:31.570Z+ cargo --version
962026-05-23T15:36:31.581Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T15:36:31.584Z+ rustc --version
982026-05-23T15:36:31.605Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T15:36:31.608Z+ WORK=/work
1002026-05-23T15:36:31.608Z+ pfexec mkdir -p /work
1012026-05-23T15:36:31.611Z+ pfexec chown build /work
1022026-05-23T15:36:31.614Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-23T15:36:33.715Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-23T15:36:33.791Z Startup: Caching catalogs ... Done
1052026-05-23T15:36:34.061ZPlanning: Solver setup ... Done (0.227s)
1062026-05-23T15:36:34.079ZPlanning: Running solver ... Done (0.019s)
1072026-05-23T15:36:34.086ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-23T15:36:34.100ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-23T15:36:34.117ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-23T15:36:34.132ZPlanning: Package planning ... Done (0.014s)
1112026-05-23T15:36:34.135ZPlanning: Merging actions ... Done (0.001s)
1122026-05-23T15:36:34.331ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-05-23T15:36:34.334ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-23T15:36:35.252ZPlanning: Evaluating mediators ... Done (0.921s)
1152026-05-23T15:36:35.255ZPlanning: Planning completed in 1.44 seconds
1162026-05-23T15:36:35.263Z Packages to install: 2
1172026-05-23T15:36:35.263Z Estimated space available: 156.08 GB
1182026-05-23T15:36:35.263ZEstimated space to be consumed: 22.53 MB
1192026-05-23T15:36:35.263Z Create boot environment: No
1202026-05-23T15:36:35.263ZCreate backup boot environment: No
1212026-05-23T15:36:35.263Z Rebuild boot archive: No
1222026-05-23T15:36:35.266Z
1232026-05-23T15:36:35.266ZChanged packages:
1242026-05-23T15:36:35.266Zhelios
1252026-05-23T15:36:35.266Z developer/build-essential
1262026-05-23T15:36:35.266Z None -> 11-3.0
1272026-05-23T15:36:35.266Z library/libxmlsec1
1282026-05-23T15:36:35.266Z None -> 1.2.35-3.0
1292026-05-23T15:36:35.289Z
1302026-05-23T15:36:35.289ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-23T15:36:35.779ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-05-23T15:36:35.852Z Actions: 1/268 actions (Installing new actions)
1332026-05-23T15:36:35.892Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-23T15:36:35.930ZFinalize: Updating package state database ... Done (0.038s)
1352026-05-23T15:36:35.930ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-23T15:36:35.949ZFinalize: Updating image state ... Done (0.019s)
1372026-05-23T15:36:38.562ZFinalize: Creating fast lookup database ... Done (2.589s)
1382026-05-23T15:36:38.635ZFinalize: Reading search index ... Done (0.014s)
1392026-05-23T15:36:38.638ZFinalize: Updating search index ... Done (0.000s)
1402026-05-23T15:36:38.740ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-23T15:36:39.046ZPlanning: Evaluating mediator changes ... Done
1422026-05-23T15:36:39.152ZPlanning: Checking for conflicting actions ... Done
1432026-05-23T15:36:39.156ZPlanning: Consolidating action changes ... Done
1442026-05-23T15:36:39.313ZPlanning: Evaluating mediators ... Done
1452026-05-23T15:36:39.316ZPlanning: Planning completed in 0.27 seconds
1462026-05-23T15:36:39.338Z Mediators to change: 2
1472026-05-23T15:36:39.338Z Create boot environment: No
1482026-05-23T15:36:39.338ZCreate backup boot environment: No
1492026-05-23T15:36:39.417ZFinalize: Updating package state database ... Done
1502026-05-23T15:36:39.417ZFinalize: Updating package cache ... Done
1512026-05-23T15:36:39.429ZFinalize: Updating image state ... Done
1522026-05-23T15:36:41.386ZFinalize: Creating fast lookup database ... Done
1532026-05-23T15:36:41.448ZFinalize: Reading search index ... Done
1542026-05-23T15:36:41.451ZFinalize: Updating search index ... Done
1552026-05-23T15:36:41.542ZFinalize: Updating package cache ... Done
1562026-05-23T15:36:41.834ZPlanning: Evaluating mediator changes ... Done
1572026-05-23T15:36:41.940ZPlanning: Checking for conflicting actions ... Done
1582026-05-23T15:36:41.944ZPlanning: Consolidating action changes ... Done
1592026-05-23T15:36:42.100ZPlanning: Evaluating mediators ... Done
1602026-05-23T15:36:42.103ZPlanning: Planning completed in 0.27 seconds
1612026-05-23T15:36:42.124Z Mediators to change: 1
1622026-05-23T15:36:42.124Z Create boot environment: No
1632026-05-23T15:36:42.124ZCreate backup boot environment: No
1642026-05-23T15:36:42.179ZFinalize: Updating package state database ... Done
1652026-05-23T15:36:42.179ZFinalize: Updating package cache ... Done
1662026-05-23T15:36:42.189ZFinalize: Updating image state ... Done
1672026-05-23T15:36:44.147ZFinalize: Creating fast lookup database ... Done
1682026-05-23T15:36:44.212ZFinalize: Reading search index ... Done
1692026-05-23T15:36:44.215ZFinalize: Updating search index ... Done
1702026-05-23T15:36:44.287ZFinalize: Updating package cache ... Done
1712026-05-23T15:36:44.602ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-23T15:36:44.602Zapache system 2.4 system
1732026-05-23T15:36:44.602Zclang system 15 system
1742026-05-23T15:36:44.602Zcsh system system illumos
1752026-05-23T15:36:44.602Zctags system system illumos
1762026-05-23T15:36:44.602Zfile vendor vendor darwinsys
1772026-05-23T15:36:44.602Zfile system system illumos
1782026-05-23T15:36:44.602Zgcc vendor 14 vendor
1792026-05-23T15:36:44.602Zgcc system 13 system
1802026-05-23T15:36:44.602Zgcc system 10 system
1812026-05-23T15:36:44.602Zgo system 1.25 system
1822026-05-23T15:36:44.602Zllvm system 15 system
1832026-05-23T15:36:44.602Zmariadb system 11.4 system
1842026-05-23T15:36:44.602Zmta vendor vendor dma
1852026-05-23T15:36:44.602Zopenjdk system 17 system
1862026-05-23T15:36:44.602Zopenjdk system 11 system
1872026-05-23T15:36:44.602Zopenssl vendor 3 vendor
1882026-05-23T15:36:44.602Zperl system 5.40 system
1892026-05-23T15:36:44.602Zpostgresql system 18 system
1902026-05-23T15:36:44.602Zpostgresql system 17 system
1912026-05-23T15:36:44.602Zpython vendor 3 vendor
1922026-05-23T15:36:44.602Zpython system 2 system
1932026-05-23T15:36:44.602Zpython3 vendor 3.13 vendor
1942026-05-23T15:36:44.602Zruby system 3.4 system
1952026-05-23T15:36:44.602Zruby system 3.0 system
1962026-05-23T15:36:44.603Zwords vendor vendor american-english
1972026-05-23T15:36:44.603Zwords system system australian-english
1982026-05-23T15:36:44.603Zwords system system british-english
1992026-05-23T15:36:44.603Zwords system system canadian-english
2002026-05-23T15:36:44.603Zwords system system french
2012026-05-23T15:36:44.603Zwords system system italian
2022026-05-23T15:36:44.603Zwords system system ngerman
2032026-05-23T15:36:44.603Zwords system system ogerman
2042026-05-23T15:36:44.603Zwords system system spanish
2052026-05-23T15:36:44.859ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-23T15:36:44.859Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-23T15:36:45.139ZFMRI IFO
2082026-05-23T15:36:45.139Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-23T15:36:45.139Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-23T15:36:45.139Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-23T15:36:45.139Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-23T15:36:45.139Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-23T15:36:45.139Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-23T15:36:45.139Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-23T15:36:45.139Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-23T15:36:45.139Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-23T15:36:45.380Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-23T15:36:45.651Z Updating crates.io index
2192026-05-23T15:36:45.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-23T15:36:45.938Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-23T15:36:46.963Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-23T15:36:47.231Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-23T15:36:48.750Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-23T15:36:49.251Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-23T15:36:50.685Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-23T15:36:51.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-23T15:36:51.961Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-23T15:36:52.964Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-23T15:36:53.447Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-23T15:36:53.770Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-23T15:36:54.032Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-23T15:36:55.061Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-23T15:36:55.543Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-23T15:36:55.754Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-23T15:36:56.153Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-23T15:36:56.502Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-23T15:36:56.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-23T15:36:57.076Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-23T15:36:57.279Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-23T15:36:57.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-23T15:36:57.896Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-23T15:36:58.312Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-23T15:36:58.748Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-23T15:36:58.983Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-23T15:36:59.269Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-23T15:36:59.548Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-23T15:37:00.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-23T15:37:01.303Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-23T15:37:01.695Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-23T15:37:02.064Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-23T15:37:02.366Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-23T15:37:02.629Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-23T15:37:03.005Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-23T15:37:03.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-23T15:37:03.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-23T15:37:03.999Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-23T15:37:04.228Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-23T15:37:16.769Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-23T15:37:18.735Z Downloading crates ...
2602026-05-23T15:37:18.800Z Downloaded colorchoice v1.0.4
2612026-05-23T15:37:18.803Z Downloaded crypto-common v0.1.7
2622026-05-23T15:37:18.807Z Downloaded anstream v1.0.0
2632026-05-23T15:37:18.810Z Downloaded erased-serde v0.4.9
2642026-05-23T15:37:18.810Z Downloaded serde_tokenstream v0.2.3
2652026-05-23T15:37:18.814Z Downloaded serde-value v0.7.0
2662026-05-23T15:37:18.814Z Downloaded memmap v0.7.0
2672026-05-23T15:37:18.817Z Downloaded heck v0.4.1
2682026-05-23T15:37:18.817Z Downloaded camino-tempfile v1.4.1
2692026-05-23T15:37:18.817Z Downloaded camino v1.2.2
2702026-05-23T15:37:18.821Z Downloaded toml v0.8.23
2712026-05-23T15:37:18.821Z Downloaded anstyle v1.0.14
2722026-05-23T15:37:18.824Z Downloaded errno v0.3.14
2732026-05-23T15:37:18.824Z Downloaded block-buffer v0.10.4
2742026-05-23T15:37:18.824Z Downloaded equivalent v1.0.2
2752026-05-23T15:37:18.824Z Downloaded tinystr v0.8.2
2762026-05-23T15:37:18.824Z Downloaded thiserror v1.0.69
2772026-05-23T15:37:18.827Z Downloaded generic-array v0.14.7
2782026-05-23T15:37:18.830Z Downloaded anstyle-query v1.1.5
2792026-05-23T15:37:18.830Z Downloaded zerofrom v0.1.6
2802026-05-23T15:37:18.830Z Downloaded usdt-attr-macro v0.5.0
2812026-05-23T15:37:18.830Z Downloaded toml_datetime v0.6.11
2822026-05-23T15:37:18.833Z Downloaded textwrap v0.16.2
2832026-05-23T15:37:18.836Z Downloaded typeid v1.0.3
2842026-05-23T15:37:18.836Z Downloaded thiserror-impl v1.0.69
2852026-05-23T15:37:18.839Z Downloaded cfg-if v1.0.4
2862026-05-23T15:37:18.842Z Downloaded zerocopy-derive v0.7.35
2872026-05-23T15:37:18.845Z Downloaded ucd-trie v0.1.7
2882026-05-23T15:37:18.845Z Downloaded thiserror-impl v2.0.18
2892026-05-23T15:37:18.845Z Downloaded yoke-derive v0.8.1
2902026-05-23T15:37:18.848Z Downloaded dof v0.3.0
2912026-05-23T15:37:18.848Z Downloaded utf8_iter v1.0.4
2922026-05-23T15:37:18.848Z Downloaded thread-id v4.2.2
2932026-05-23T15:37:18.848Z Downloaded version_check v0.9.5
2942026-05-23T15:37:18.851Z Downloaded zerofrom-derive v0.1.6
2952026-05-23T15:37:18.851Z Downloaded utf8parse v0.2.2
2962026-05-23T15:37:18.851Z Downloaded usdt-macro v0.5.0
2972026-05-23T15:37:18.855Z Downloaded unicode-linebreak v0.1.5
2982026-05-23T15:37:18.858Z Downloaded unicode-xid v0.2.6
2992026-05-23T15:37:18.861Z Downloaded clap_lex v1.0.0
3002026-05-23T15:37:18.861Z Downloaded usdt v0.5.0
3012026-05-23T15:37:18.864Z Downloaded toml_write v0.1.2
3022026-05-23T15:37:18.867Z Downloaded zmij v1.0.21
3032026-05-23T15:37:18.867Z Downloaded cargo_toml v0.21.0
3042026-05-23T15:37:18.870Z Downloaded bytecount v0.6.9
3052026-05-23T15:37:18.871Z Downloaded anstyle-parse v1.0.0
3062026-05-23T15:37:18.871Z Downloaded potential_utf v0.1.4
3072026-05-23T15:37:18.871Z Downloaded zerovec-derive v0.11.2
3082026-05-23T15:37:18.888Z Downloaded usdt-impl v0.5.0
3092026-05-23T15:37:18.888Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-23T15:37:18.888Z Downloaded heck v0.5.0
3112026-05-23T15:37:18.899Z Downloaded writeable v0.6.2
3122026-05-23T15:37:18.899Z Downloaded thiserror v2.0.18
3132026-05-23T15:37:18.899Z Downloaded ordered-float v2.10.1
3142026-05-23T15:37:18.899Z Downloaded itoa v1.0.17
3152026-05-23T15:37:18.899Z Downloaded form_urlencoded v1.2.2
3162026-05-23T15:37:18.899Z Downloaded idna_adapter v1.2.1
3172026-05-23T15:37:18.899Z Downloaded yoke v0.8.1
3182026-05-23T15:37:18.900Z Downloaded dtrace-parser v0.2.0
3192026-05-23T15:37:18.900Z Downloaded cpufeatures v0.2.17
3202026-05-23T15:37:18.900Z Downloaded cargo-platform v0.2.0
3212026-05-23T15:37:18.900Z Downloaded macaddr v1.0.1
3222026-05-23T15:37:18.900Z Downloaded smawk v0.3.2
3232026-05-23T15:37:18.900Z Downloaded serde_spanned v0.6.9
3242026-05-23T15:37:18.900Z Downloaded pest_derive v2.8.6
3252026-05-23T15:37:18.900Z Downloaded unicode-ident v1.0.24
3262026-05-23T15:37:18.900Z Downloaded displaydoc v0.2.5
3272026-05-23T15:37:18.907Z Downloaded autocfg v1.5.0
3282026-05-23T15:37:18.908Z Downloaded icu_normalizer v2.1.1
3292026-05-23T15:37:18.908Z Downloaded stable_deref_trait v1.2.1
3302026-05-23T15:37:18.908Z Downloaded zerotrie v0.2.3
3312026-05-23T15:37:18.909Z Downloaded typenum v1.19.0
3322026-05-23T15:37:18.909Z Downloaded terminal_size v0.4.3
3332026-05-23T15:37:18.909Z Downloaded scroll_derive v0.12.1
3342026-05-23T15:37:18.909Z Downloaded fnv v1.0.7
3352026-05-23T15:37:18.917Z Downloaded toml_edit v0.22.27
3362026-05-23T15:37:18.917Z Downloaded plain v0.2.3
3372026-05-23T15:37:18.918Z Downloaded fastrand v2.3.0
3382026-05-23T15:37:18.918Z Downloaded url v2.5.8
3392026-05-23T15:37:18.918Z Downloaded serde_core v1.0.228
3402026-05-23T15:37:18.922Z Downloaded tabled_derive v0.7.0
3412026-05-23T15:37:18.922Z Downloaded zerovec v0.11.5
3422026-05-23T15:37:18.928Z Downloaded proc-macro-error-attr v1.0.4
3432026-05-23T15:37:18.934Z Downloaded strsim v0.11.1
3442026-05-23T15:37:18.937Z Downloaded percent-encoding v2.3.2
3452026-05-23T15:37:18.937Z Downloaded zerocopy v0.7.35
3462026-05-23T15:37:18.943Z Downloaded sha2 v0.10.9
3472026-05-23T15:37:18.947Z Downloaded serde-untagged v0.1.9
3482026-05-23T15:37:18.947Z Downloaded scroll v0.12.0
3492026-05-23T15:37:18.952Z Downloaded quote v1.0.45
3502026-05-23T15:37:18.952Z Downloaded unicode-width v0.2.0
3512026-05-23T15:37:18.956Z Downloaded unicode-width v0.1.14
3522026-05-23T15:37:18.956Z Downloaded synstructure v0.13.2
3532026-05-23T15:37:18.956Z Downloaded swrite v0.1.0
3542026-05-23T15:37:18.963Z Downloaded once_cell v1.21.3
3552026-05-23T15:37:18.963Z Downloaded icu_normalizer_data v2.1.1
3562026-05-23T15:37:18.963Z Downloaded cargo_metadata v0.21.0
3572026-05-23T15:37:18.963Z Downloaded litemap v0.8.1
3582026-05-23T15:37:18.963Z Downloaded pretty-hex v0.4.1
3592026-05-23T15:37:18.963Z Downloaded bitflags v2.11.0
3602026-05-23T15:37:18.970Z Downloaded fs-err v3.3.0
3612026-05-23T15:37:18.971Z Downloaded getrandom v0.4.1
3622026-05-23T15:37:18.971Z Downloaded digest v0.10.7
3632026-05-23T15:37:18.971Z Downloaded byteorder v1.5.0
3642026-05-23T15:37:18.974Z Downloaded winnow v0.7.14
3652026-05-23T15:37:18.978Z Downloaded cargo-util-schemas v0.8.2
3662026-05-23T15:37:18.982Z Downloaded smallvec v1.15.1
3672026-05-23T15:37:18.982Z Downloaded proc-macro-error v1.0.4
3682026-05-23T15:37:18.982Z Downloaded icu_provider v2.1.1
3692026-05-23T15:37:18.986Z Downloaded anyhow v1.0.102
3702026-05-23T15:37:18.989Z Downloaded icu_locale_core v2.1.1
3712026-05-23T15:37:18.992Z Downloaded proc-macro2 v1.0.106
3722026-05-23T15:37:18.997Z Downloaded clap_derive v4.6.1
3732026-05-23T15:37:19.005Z Downloaded semver v1.0.28
3742026-05-23T15:37:19.008Z Downloaded clap v4.6.1
3752026-05-23T15:37:19.020Z Downloaded num-traits v0.2.19
3762026-05-23T15:37:19.024Z Downloaded log v0.4.29
3772026-05-23T15:37:19.024Z Downloaded tempfile v3.25.0
3782026-05-23T15:37:19.024Z Downloaded pest_generator v2.8.6
3792026-05-23T15:37:19.028Z Downloaded papergrid v0.11.0
3802026-05-23T15:37:19.028Z Downloaded icu_collections v2.1.1
3812026-05-23T15:37:19.031Z Downloaded pest_meta v2.8.6
3822026-05-23T15:37:19.034Z Downloaded serde_derive v1.0.228
3832026-05-23T15:37:19.034Z Downloaded icu_properties v2.1.2
3842026-05-23T15:37:19.048Z Downloaded hashbrown v0.17.0
3852026-05-23T15:37:19.054Z Downloaded serde v1.0.228
3862026-05-23T15:37:19.070Z Downloaded indexmap v2.14.0
3872026-05-23T15:37:19.073Z Downloaded pest v2.8.6
3882026-05-23T15:37:19.079Z Downloaded memchr v2.8.0
3892026-05-23T15:37:19.084Z Downloaded idna v1.1.0
3902026-05-23T15:37:19.106Z Downloaded clap_builder v4.6.0
3912026-05-23T15:37:19.112Z Downloaded serde_json v1.0.149
3922026-05-23T15:37:19.120Z Downloaded icu_properties_data v2.1.2
3932026-05-23T15:37:19.123Z Downloaded tabled v0.15.0
3942026-05-23T15:37:19.128Z Downloaded goblin v0.8.2
3952026-05-23T15:37:19.133Z Downloaded syn v1.0.109
3962026-05-23T15:37:19.141Z Downloaded syn v2.0.117
3972026-05-23T15:37:19.149Z Downloaded rustix v1.1.3
3982026-05-23T15:37:19.175Z Downloaded libc v0.2.185
3992026-05-23T15:37:19.247Z Compiling proc-macro2 v1.0.106
4002026-05-23T15:37:19.247Z Compiling unicode-ident v1.0.24
4012026-05-23T15:37:19.248Z Compiling quote v1.0.45
4022026-05-23T15:37:19.251Z Compiling serde_core v1.0.228
4032026-05-23T15:37:19.251Z Compiling libc v0.2.185
4042026-05-23T15:37:19.251Z Compiling version_check v0.9.5
4052026-05-23T15:37:19.251Z Compiling stable_deref_trait v1.2.1
4062026-05-23T15:37:19.251Z Compiling memchr v2.8.0
4072026-05-23T15:37:19.251Z Compiling serde v1.0.228
4082026-05-23T15:37:19.251Z Compiling zmij v1.0.21
4092026-05-23T15:37:19.251Z Compiling ucd-trie v0.1.7
4102026-05-23T15:37:19.449Z Compiling thiserror v1.0.69
4112026-05-23T15:37:19.452Z Compiling autocfg v1.5.0
4122026-05-23T15:37:19.452Z Compiling itoa v1.0.17
4132026-05-23T15:37:19.452Z Compiling litemap v0.8.1
4142026-05-23T15:37:19.640Z Compiling writeable v0.6.2
4152026-05-23T15:37:19.659Z Compiling byteorder v1.5.0
4162026-05-23T15:37:19.859Z Compiling icu_normalizer_data v2.1.1
4172026-05-23T15:37:19.880Z Compiling rustix v1.1.3
4182026-05-23T15:37:19.981Z Compiling pest v2.8.6
4192026-05-23T15:37:20.006Z Compiling icu_properties_data v2.1.2
4202026-05-23T15:37:20.044Z Compiling serde_json v1.0.149
4212026-05-23T15:37:20.063Z Compiling bitflags v2.11.0
4222026-05-23T15:37:20.080Z Compiling typeid v1.0.3
4232026-05-23T15:37:20.222Z Compiling num-traits v0.2.19
4242026-05-23T15:37:20.225Z Compiling smallvec v1.15.1
4252026-05-23T15:37:20.364Z Compiling equivalent v1.0.2
4262026-05-23T15:37:20.364Z Compiling hashbrown v0.17.0
4272026-05-23T15:37:20.430Z Compiling proc-macro-error-attr v1.0.4
4282026-05-23T15:37:20.433Z Compiling usdt-impl v0.5.0
4292026-05-23T15:37:20.534Z Compiling winnow v0.7.14
4302026-05-23T15:37:20.537Z Compiling toml_write v0.1.2
4312026-05-23T15:37:20.537Z Compiling erased-serde v0.4.9
4322026-05-23T15:37:20.603Z Compiling errno v0.3.14
4332026-05-23T15:37:20.622Z Compiling thread-id v4.2.2
4342026-05-23T15:37:20.638Z Compiling syn v1.0.109
4352026-05-23T15:37:20.731Z Compiling proc-macro-error v1.0.4
4362026-05-23T15:37:20.785Z Compiling utf8parse v0.2.2
4372026-05-23T15:37:20.819Z Compiling getrandom v0.4.1
4382026-05-23T15:37:20.838Z Compiling percent-encoding v2.3.2
4392026-05-23T15:37:20.855Z Compiling thiserror v2.0.18
4402026-05-23T15:37:20.917Z Compiling indexmap v2.14.0
4412026-05-23T15:37:20.934Z Compiling syn v2.0.117
4422026-05-23T15:37:20.949Z Compiling plain v0.2.3
4432026-05-23T15:37:20.966Z Compiling camino v1.2.2
4442026-05-23T15:37:21.044Z Compiling utf8_iter v1.0.4
4452026-05-23T15:37:21.061Z Compiling log v0.4.29
4462026-05-23T15:37:21.097Z Compiling form_urlencoded v1.2.2
4472026-05-23T15:37:21.203Z Compiling pest_meta v2.8.6
4482026-05-23T15:37:21.274Z Compiling anstyle-parse v1.0.0
4492026-05-23T15:37:21.360Z Compiling ordered-float v2.10.1
4502026-05-23T15:37:21.380Z Compiling anstyle-query v1.1.5
4512026-05-23T15:37:21.400Z Compiling anstyle v1.0.14
4522026-05-23T15:37:21.452Z Compiling colorchoice v1.0.4
4532026-05-23T15:37:21.481Z Compiling cfg-if v1.0.4
4542026-05-23T15:37:21.481Z Compiling pretty-hex v0.4.1
4552026-05-23T15:37:21.515Z Compiling is_terminal_polyfill v1.70.2
4562026-05-23T15:37:21.603Z Compiling fs-err v3.3.0
4572026-05-23T15:37:21.605Z Compiling anstream v1.0.0
4582026-05-23T15:37:21.637Z Compiling bytecount v0.6.9
4592026-05-23T15:37:21.657Z Compiling heck v0.5.0
4602026-05-23T15:37:21.660Z Compiling clap_lex v1.0.0
4612026-05-23T15:37:21.694Z Compiling terminal_size v0.4.3
4622026-05-23T15:37:21.713Z Compiling once_cell v1.21.3
4632026-05-23T15:37:21.765Z Compiling unicode-xid v0.2.6
4642026-05-23T15:37:21.800Z Compiling strsim v0.11.1
4652026-05-23T15:37:21.827Z Compiling unicode-width v0.1.14
4662026-05-23T15:37:21.853Z Compiling fnv v1.0.7
4672026-05-23T15:37:21.965Z Compiling semver v1.0.28
4682026-05-23T15:37:22.001Z Compiling fastrand v2.3.0
4692026-05-23T15:37:22.005Z Compiling anyhow v1.0.102
4702026-05-23T15:37:22.092Z Compiling heck v0.4.1
4712026-05-23T15:37:22.095Z Compiling papergrid v0.11.0
4722026-05-23T15:37:22.127Z Compiling clap_builder v4.6.0
4732026-05-23T15:37:22.172Z Compiling memmap v0.7.0
4742026-05-23T15:37:22.312Z Compiling tempfile v3.25.0
4752026-05-23T15:37:22.331Z Compiling unicode-linebreak v0.1.5
4762026-05-23T15:37:22.349Z Compiling serde-untagged v0.1.9
4772026-05-23T15:37:22.388Z Compiling unicode-width v0.2.0
4782026-05-23T15:37:22.407Z Compiling smawk v0.3.2
4792026-05-23T15:37:22.569Z Compiling camino-tempfile v1.4.1
4802026-05-23T15:37:22.603Z Compiling swrite v0.1.0
4812026-05-23T15:37:22.622Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-23T15:37:22.690Z Compiling textwrap v0.16.2
4832026-05-23T15:37:22.933Z Compiling tabled_derive v0.7.0
4842026-05-23T15:37:23.569Z Compiling synstructure v0.13.2
4852026-05-23T15:37:23.569Z Compiling pest_generator v2.8.6
4862026-05-23T15:37:23.696Z Compiling tabled v0.15.0
4872026-05-23T15:37:24.091Z Compiling serde_derive v1.0.228
4882026-05-23T15:37:24.174Z Compiling zerofrom-derive v0.1.6
4892026-05-23T15:37:24.174Z Compiling yoke-derive v0.8.1
4902026-05-23T15:37:24.174Z Compiling zerovec-derive v0.11.2
4912026-05-23T15:37:24.174Z Compiling displaydoc v0.2.5
4922026-05-23T15:37:24.174Z Compiling thiserror-impl v1.0.69
4932026-05-23T15:37:24.174Z Compiling zerocopy-derive v0.7.35
4942026-05-23T15:37:24.174Z Compiling scroll_derive v0.12.1
4952026-05-23T15:37:24.276Z Compiling thiserror-impl v2.0.18
4962026-05-23T15:37:24.276Z Compiling clap_derive v4.6.1
4972026-05-23T15:37:24.276Z Compiling pest_derive v2.8.6
4982026-05-23T15:37:24.812Z Compiling scroll v0.12.0
4992026-05-23T15:37:24.925Z Compiling zerocopy v0.7.35
5002026-05-23T15:37:25.025Z Compiling goblin v0.8.2
5012026-05-23T15:37:25.135Z Compiling zerofrom v0.1.6
5022026-05-23T15:37:25.236Z Compiling dtrace-parser v0.2.0
5032026-05-23T15:37:25.250Z Compiling yoke v0.8.1
5042026-05-23T15:37:25.409Z Compiling zerovec v0.11.5
5052026-05-23T15:37:25.409Z Compiling zerotrie v0.2.3
5062026-05-23T15:37:25.551Z Compiling clap v4.6.1
5072026-05-23T15:37:25.832Z Compiling tinystr v0.8.2
5082026-05-23T15:37:25.832Z Compiling potential_utf v0.1.4
5092026-05-23T15:37:25.947Z Compiling icu_collections v2.1.1
5102026-05-23T15:37:26.001Z Compiling icu_locale_core v2.1.1
5112026-05-23T15:37:26.561Z Compiling icu_provider v2.1.1
5122026-05-23T15:37:26.744Z Compiling serde_spanned v0.6.9
5132026-05-23T15:37:26.745Z Compiling toml_datetime v0.6.11
5142026-05-23T15:37:26.745Z Compiling serde-value v0.7.0
5152026-05-23T15:37:26.745Z Compiling cargo-platform v0.2.0
5162026-05-23T15:37:26.749Z Compiling macaddr v1.0.1
5172026-05-23T15:37:26.791Z Compiling dof v0.3.0
5182026-05-23T15:37:26.816Z Compiling serde_tokenstream v0.2.3
5192026-05-23T15:37:26.816Z Compiling icu_normalizer v2.1.1
5202026-05-23T15:37:26.816Z Compiling icu_properties v2.1.2
5212026-05-23T15:37:26.969Z Compiling toml_edit v0.22.27
5222026-05-23T15:37:27.490Z Compiling usdt-attr-macro v0.5.0
5232026-05-23T15:37:27.494Z Compiling usdt-macro v0.5.0
5242026-05-23T15:37:27.624Z Compiling idna_adapter v1.2.1
5252026-05-23T15:37:27.728Z Compiling idna v1.1.0
5262026-05-23T15:37:27.985Z Compiling url v2.5.8
5272026-05-23T15:37:28.074Z Compiling usdt v0.5.0
5282026-05-23T15:37:28.236Z Compiling toml v0.8.23
5292026-05-23T15:37:28.566Z Compiling cargo-util-schemas v0.8.2
5302026-05-23T15:37:28.566Z Compiling cargo_toml v0.21.0
5312026-05-23T15:37:29.357Z Compiling cargo_metadata v0.21.0
5322026-05-23T15:37:30.292Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-23T15:37:32.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.18s
5342026-05-23T15:37:32.673Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-05-23T15:37:33.287Z Downloading crates ...
5362026-05-23T15:37:33.384Z Downloaded adler2 v2.0.1
5372026-05-23T15:37:33.388Z Downloaded array-init v0.0.4
5382026-05-23T15:37:33.388Z Downloaded aead v0.5.2
5392026-05-23T15:37:33.391Z Downloaded anstream v0.6.21
5402026-05-23T15:37:33.394Z Downloaded aes-gcm v0.10.3
5412026-05-23T15:37:33.394Z Downloaded block-padding v0.3.3
5422026-05-23T15:37:33.398Z Downloaded arrayvec v0.7.6
5432026-05-23T15:37:33.401Z Downloaded crucible-workspace-hack v0.1.0
5442026-05-23T15:37:33.401Z Downloaded cfg_aliases v0.1.1
5452026-05-23T15:37:33.401Z Downloaded arrayref v0.3.9
5462026-05-23T15:37:33.405Z Downloaded argon2 v0.5.3
5472026-05-23T15:37:33.405Z Downloaded anstyle-parse v0.2.7
5482026-05-23T15:37:33.405Z Downloaded bb8 v0.8.6
5492026-05-23T15:37:33.408Z Downloaded atty v0.2.14
5502026-05-23T15:37:33.408Z Downloaded async-trait v0.1.89
5512026-05-23T15:37:33.412Z Downloaded async-bb8-diesel v0.2.1
5522026-05-23T15:37:33.415Z Downloaded difflib v0.4.0
5532026-05-23T15:37:33.415Z Downloaded darling_macro v0.23.0
5542026-05-23T15:37:33.418Z Downloaded critical-section v1.2.0
5552026-05-23T15:37:33.418Z Downloaded convert_case v0.10.0
5562026-05-23T15:37:33.418Z Downloaded darling_core v0.20.11
5572026-05-23T15:37:33.421Z Downloaded cpufeatures v0.3.0
5582026-05-23T15:37:33.424Z Downloaded bzip2 v0.4.4
5592026-05-23T15:37:33.424Z Downloaded crc-any v2.5.0
5602026-05-23T15:37:33.427Z Downloaded downcast-rs v2.0.2
5612026-05-23T15:37:33.427Z Downloaded defmt v0.3.100
5622026-05-23T15:37:33.427Z Downloaded debug-ignore v1.0.5
5632026-05-23T15:37:33.430Z Downloaded defmt-parser v1.0.0
5642026-05-23T15:37:33.430Z Downloaded darling_macro v0.20.11
5652026-05-23T15:37:33.430Z Downloaded crc-catalog v2.4.0
5662026-05-23T15:37:33.430Z Downloaded cbc v0.1.2
5672026-05-23T15:37:33.433Z Downloaded const_format_proc_macros v0.2.34
5682026-05-23T15:37:33.433Z Downloaded darling_macro v0.21.3
5692026-05-23T15:37:33.433Z Downloaded allocator-api2 v0.2.21
5702026-05-23T15:37:33.436Z Downloaded crc8 v0.1.1
5712026-05-23T15:37:33.436Z Downloaded colored v3.1.1
5722026-05-23T15:37:33.439Z Downloaded crc v3.4.0
5732026-05-23T15:37:33.439Z Downloaded bitfield-struct v0.6.2
5742026-05-23T15:37:33.442Z Downloaded ciborium-io v0.2.2
5752026-05-23T15:37:33.442Z Downloaded atomicwrites v0.4.4
5762026-05-23T15:37:33.442Z Downloaded atomic-waker v1.1.2
5772026-05-23T15:37:33.442Z Downloaded compression-core v0.4.31
5782026-05-23T15:37:33.445Z Downloaded castaway v0.2.4
5792026-05-23T15:37:33.445Z Downloaded embedded-io v0.6.1
5802026-05-23T15:37:33.445Z Downloaded daft-derive v0.1.7
5812026-05-23T15:37:33.448Z Downloaded defmt-macros v1.0.1
5822026-05-23T15:37:33.451Z Downloaded cobs v0.3.0
5832026-05-23T15:37:33.454Z Downloaded bcrypt-pbkdf v0.10.0
5842026-05-23T15:37:33.454Z Downloaded defmt v1.0.1
5852026-05-23T15:37:33.457Z Downloaded darling v0.20.11
5862026-05-23T15:37:33.460Z Downloaded crossbeam-utils v0.8.21
5872026-05-23T15:37:33.460Z Downloaded cfg_aliases v0.2.1
5882026-05-23T15:37:33.462Z Downloaded assert_matches v1.5.0
5892026-05-23T15:37:33.462Z Downloaded ascii-canvas v3.0.0
5902026-05-23T15:37:33.462Z Downloaded dirs-next v2.0.0
5912026-05-23T15:37:33.466Z Downloaded cipher v0.4.4
5922026-05-23T15:37:33.466Z Downloaded bitfield-macros v0.19.4
5932026-05-23T15:37:33.466Z Downloaded async-recursion v1.1.1
5942026-05-23T15:37:33.471Z Downloaded data-encoding v2.10.0
5952026-05-23T15:37:33.471Z Downloaded ciborium-ll v0.2.2
5962026-05-23T15:37:33.471Z Downloaded base16ct v0.2.0
5972026-05-23T15:37:33.474Z Downloaded dsl_auto_type v0.2.0
5982026-05-23T15:37:33.474Z Downloaded dtrace-parser v0.3.0
5992026-05-23T15:37:33.474Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-23T15:37:33.477Z Downloaded async-stream-impl v0.3.6
6012026-05-23T15:37:33.477Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-23T15:37:33.477Z Downloaded foreign-types-macros v0.2.3
6032026-05-23T15:37:33.483Z Downloaded ena v0.14.4
6042026-05-23T15:37:33.485Z Downloaded foreign-types v0.3.2
6052026-05-23T15:37:33.486Z Downloaded embedded-io v0.4.0
6062026-05-23T15:37:33.490Z Downloaded fixedbitset v0.4.2
6072026-05-23T15:37:33.493Z Downloaded ff v0.13.1
6082026-05-23T15:37:33.493Z Downloaded env_logger v0.11.9
6092026-05-23T15:37:33.496Z Downloaded bit-set v0.5.3
6102026-05-23T15:37:33.496Z Downloaded deranged v0.5.8
6112026-05-23T15:37:33.499Z Downloaded endian-type v0.1.2
6122026-05-23T15:37:33.499Z Downloaded dunce v1.0.5
6132026-05-23T15:37:33.502Z Downloaded cstr-argument v0.1.2
6142026-05-23T15:37:33.502Z Downloaded foreign-types-shared v0.3.1
6152026-05-23T15:37:33.502Z Downloaded async-stream v0.3.6
6162026-05-23T15:37:33.505Z Downloaded document-features v0.2.12
6172026-05-23T15:37:33.505Z Downloaded foreign-types v0.5.0
6182026-05-23T15:37:33.508Z Downloaded futures-core v0.3.32
6192026-05-23T15:37:33.508Z Downloaded dof v0.4.0
6202026-05-23T15:37:33.508Z Downloaded float-ord v0.3.2
6212026-05-23T15:37:33.510Z Downloaded dirs-sys-next v0.1.2
6222026-05-23T15:37:33.510Z Downloaded crunchy v0.2.4
6232026-05-23T15:37:33.510Z Downloaded bytes v1.11.1
6242026-05-23T15:37:33.513Z Downloaded foreign-types-shared v0.1.1
6252026-05-23T15:37:33.513Z Downloaded cargo-platform v0.3.2
6262026-05-23T15:37:33.516Z Downloaded float-cmp v0.10.0
6272026-05-23T15:37:33.516Z Downloaded funty v2.0.0
6282026-05-23T15:37:33.516Z Downloaded convert_case v0.4.0
6292026-05-23T15:37:33.519Z Downloaded bitfield v0.19.4
6302026-05-23T15:37:33.519Z Downloaded env_filter v1.0.0
6312026-05-23T15:37:33.519Z Downloaded enum-as-inner v0.6.1
6322026-05-23T15:37:33.521Z Downloaded fd-lock v4.0.4
6332026-05-23T15:37:33.522Z Downloaded derive_builder_macro v0.20.2
6342026-05-23T15:37:33.522Z Downloaded dropshot-api-manager-types v0.7.2
6352026-05-23T15:37:33.526Z Downloaded blowfish v0.9.1
6362026-05-23T15:37:33.526Z Downloaded futures-task v0.3.32
6372026-05-23T15:37:33.528Z Downloaded futures-io v0.3.32
6382026-05-23T15:37:33.528Z Downloaded daft v0.1.7
6392026-05-23T15:37:33.528Z Downloaded futures-macro v0.3.32
6402026-05-23T15:37:33.529Z Downloaded crossbeam-channel v0.5.15
6412026-05-23T15:37:33.531Z Downloaded git-stub v1.0.0
6422026-05-23T15:37:33.531Z Downloaded futures-sink v0.3.32
6432026-05-23T15:37:33.534Z Downloaded crc32fast v1.5.0
6442026-05-23T15:37:33.534Z Downloaded bit-set v0.8.0
6452026-05-23T15:37:33.537Z Downloaded flagset v0.4.7
6462026-05-23T15:37:33.537Z Downloaded hash32 v0.3.1
6472026-05-23T15:37:33.540Z Downloaded hex v0.4.3
6482026-05-23T15:37:33.545Z Downloaded headers-core v0.3.0
6492026-05-23T15:37:33.545Z Downloaded display-error-chain v0.2.2
6502026-05-23T15:37:33.545Z Downloaded bit-vec v0.8.0
6512026-05-23T15:37:33.548Z Downloaded bcs v0.1.6
6522026-05-23T15:37:33.551Z Downloaded ghash v0.5.1
6532026-05-23T15:37:33.554Z Downloaded gethostname v0.5.0
6542026-05-23T15:37:33.554Z Downloaded fxhash v0.2.1
6552026-05-23T15:37:33.554Z Downloaded bitflags v1.3.2
6562026-05-23T15:37:33.557Z Downloaded derive_builder_core v0.20.2
6572026-05-23T15:37:33.557Z Downloaded darling v0.23.0
6582026-05-23T15:37:33.562Z Downloaded cmake v0.1.57
6592026-05-23T15:37:33.565Z Downloaded buf-list v1.1.2
6602026-05-23T15:37:33.565Z Downloaded bit-vec v0.6.3
6612026-05-23T15:37:33.565Z Downloaded base64ct v1.8.3
6622026-05-23T15:37:33.567Z Downloaded crossbeam-epoch v0.9.18
6632026-05-23T15:37:33.567Z Downloaded globwalk v0.9.1
6642026-05-23T15:37:33.570Z Downloaded corncobs v0.1.4
6652026-05-23T15:37:33.572Z Downloaded hash32 v0.2.1
6662026-05-23T15:37:33.573Z Downloaded cargo_metadata v0.23.1
6672026-05-23T15:37:33.576Z Downloaded dyn-clone v1.0.20
6682026-05-23T15:37:33.576Z Downloaded compression-codecs v0.4.37
6692026-05-23T15:37:33.579Z Downloaded chacha20 v0.9.1
6702026-05-23T15:37:33.579Z Downloaded hex-literal v0.4.1
6712026-05-23T15:37:33.579Z Downloaded cassowary v0.3.0
6722026-05-23T15:37:33.583Z Downloaded home v0.5.12
6732026-05-23T15:37:33.583Z Downloaded byte-wrapper v0.1.0
6742026-05-23T15:37:33.586Z Downloaded ciborium v0.2.2
6752026-05-23T15:37:33.586Z Downloaded hostname v0.3.1
6762026-05-23T15:37:33.586Z Downloaded des v0.8.1
6772026-05-23T15:37:33.589Z Downloaded der_derive v0.7.3
6782026-05-23T15:37:33.589Z Downloaded crossbeam-deque v0.8.6
6792026-05-23T15:37:33.592Z Downloaded ctr v0.9.2
6802026-05-23T15:37:33.592Z Downloaded http-range v0.1.5
6812026-05-23T15:37:33.592Z Downloaded http-body v1.0.1
6822026-05-23T15:37:33.595Z Downloaded foldhash v0.2.0
6832026-05-23T15:37:33.595Z Downloaded fallible-iterator v0.2.0
6842026-05-23T15:37:33.595Z Downloaded fs-err v2.11.0
6852026-05-23T15:37:33.597Z Downloaded hostname v0.4.2
6862026-05-23T15:37:33.597Z Downloaded hubpack_derive v0.1.1
6872026-05-23T15:37:33.603Z Downloaded futures-executor v0.3.32
6882026-05-23T15:37:33.603Z Downloaded hubpack v0.1.2
6892026-05-23T15:37:33.603Z Downloaded httpdate v1.0.3
6902026-05-23T15:37:33.606Z Downloaded erased-serde v0.3.31
6912026-05-23T15:37:33.606Z Downloaded ed25519 v2.2.3
6922026-05-23T15:37:33.606Z Downloaded camino-tempfile-ext v0.3.3
6932026-05-23T15:37:33.606Z Downloaded darling v0.21.3
6942026-05-23T15:37:33.609Z Downloaded diff v0.1.13
6952026-05-23T15:37:33.612Z Downloaded ecdsa v0.16.9
6962026-05-23T15:37:33.612Z Downloaded hyper-tls v0.6.0
6972026-05-23T15:37:33.614Z Downloaded illumos-nvpair v0.3.0
6982026-05-23T15:37:33.614Z Downloaded csv-core v0.1.13
6992026-05-23T15:37:33.614Z Downloaded colored v2.2.0
7002026-05-23T15:37:33.617Z Downloaded const-oid v0.9.6
7012026-05-23T15:37:33.617Z Downloaded instability v0.3.11
7022026-05-23T15:37:33.620Z Downloaded find-msvc-tools v0.1.9
7032026-05-23T15:37:33.620Z Downloaded internet-checksum v0.2.1
7042026-05-23T15:37:33.621Z Downloaded inout v0.1.4
7052026-05-23T15:37:33.624Z Downloaded either v1.15.0
7062026-05-23T15:37:33.624Z Downloaded diesel-dtrace v0.5.0
7072026-05-23T15:37:33.624Z Downloaded foldhash v0.1.5
7082026-05-23T15:37:33.624Z Downloaded clang-sys v1.8.1
7092026-05-23T15:37:33.627Z Downloaded indent_write v2.2.0
7102026-05-23T15:37:33.627Z Downloaded illumos-nvpair-sys v0.2.0
7112026-05-23T15:37:33.629Z Downloaded indoc v1.0.9
7122026-05-23T15:37:33.629Z Downloaded blake2 v0.10.6
7132026-05-23T15:37:33.632Z Downloaded darling_core v0.23.0
7142026-05-23T15:37:33.635Z Downloaded chacha20 v0.10.0
7152026-05-23T15:37:33.638Z Downloaded group v0.13.0
7162026-05-23T15:37:33.638Z Downloaded instant v0.1.13
7172026-05-23T15:37:33.638Z Downloaded globset v0.4.18
7182026-05-23T15:37:33.640Z Downloaded glob v0.3.3
7192026-05-23T15:37:33.640Z Downloaded git-stub-vcs v0.1.0
7202026-05-23T15:37:33.662Z Downloaded cookie v0.18.1
7212026-05-23T15:37:33.662Z Downloaded is_ci v1.2.0
7222026-05-23T15:37:33.662Z Downloaded is-terminal v0.4.17
7232026-05-23T15:37:33.662Z Downloaded cookie_store v0.22.1
7242026-05-23T15:37:33.662Z Downloaded bzip2 v0.6.1
7252026-05-23T15:37:33.662Z Downloaded ahash v0.8.12
7262026-05-23T15:37:33.662Z Downloaded kstat-rs v0.2.4
7272026-05-23T15:37:33.662Z Downloaded keccak v0.1.6
7282026-05-23T15:37:33.662Z Downloaded constant_time_eq v0.4.2
7292026-05-23T15:37:33.663Z Downloaded console v0.16.2
7302026-05-23T15:37:33.663Z Downloaded backoff v0.4.0
7312026-05-23T15:37:33.663Z Downloaded filetime v0.2.27
7322026-05-23T15:37:33.663Z Downloaded derive-ex v0.1.8
7332026-05-23T15:37:33.663Z Downloaded cexpr v0.6.0
7342026-05-23T15:37:33.663Z Downloaded libscf-sys v1.1.0
7352026-05-23T15:37:33.663Z Downloaded lazy_static v1.5.0
7362026-05-23T15:37:33.665Z Downloaded match_cfg v0.1.0
7372026-05-23T15:37:33.665Z Downloaded lalrpop-util v0.19.12
7382026-05-23T15:37:33.666Z Downloaded maplit v1.0.2
7392026-05-23T15:37:33.668Z Downloaded cancel-safe-futures v0.1.5
7402026-05-23T15:37:33.671Z Downloaded fs_extra v1.3.0
7412026-05-23T15:37:33.671Z Downloaded hyper-staticfile v0.10.1
7422026-05-23T15:37:33.673Z Downloaded humantime v2.3.0
7432026-05-23T15:37:33.673Z Downloaded getrandom v0.2.17
7442026-05-23T15:37:33.676Z Downloaded futures-channel v0.3.32
7452026-05-23T15:37:33.676Z Downloaded half v1.8.3
7462026-05-23T15:37:33.679Z Downloaded fixedbitset v0.5.7
7472026-05-23T15:37:33.679Z Downloaded lru-slab v0.1.2
7482026-05-23T15:37:33.679Z Downloaded lru-cache v0.1.2
7492026-05-23T15:37:33.682Z Downloaded lru v0.12.5
7502026-05-23T15:37:33.682Z Downloaded linked-hash-map v0.5.6
7512026-05-23T15:37:33.682Z Downloaded managed v0.8.0
7522026-05-23T15:37:33.684Z Downloaded ingot-types v0.1.2
7532026-05-23T15:37:33.684Z Downloaded ingot v0.1.1
7542026-05-23T15:37:33.684Z Downloaded indoc v2.0.7
7552026-05-23T15:37:33.687Z Downloaded mime v0.3.17
7562026-05-23T15:37:33.691Z Downloaded md5 v0.7.0
7572026-05-23T15:37:33.691Z Downloaded memoffset v0.9.1
7582026-05-23T15:37:33.691Z Downloaded md-5 v0.10.6
7592026-05-23T15:37:33.693Z Downloaded elliptic-curve v0.13.8
7602026-05-23T15:37:33.693Z Downloaded multimap v0.10.1
7612026-05-23T15:37:33.696Z Downloaded newline-converter v0.3.0
7622026-05-23T15:37:33.696Z Downloaded ident_case v1.0.1
7632026-05-23T15:37:33.699Z Downloaded maybe-uninit v2.0.0
7642026-05-23T15:37:33.703Z Downloaded darling_core v0.21.3
7652026-05-23T15:37:33.706Z Downloaded backon v1.6.0
7662026-05-23T15:37:33.709Z Downloaded console v0.15.11
7672026-05-23T15:37:33.711Z Downloaded ipnet v2.11.0
7682026-05-23T15:37:33.711Z Downloaded nodrop v0.1.14
7692026-05-23T15:37:33.714Z Downloaded newtype_derive v0.1.6
7702026-05-23T15:37:33.714Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-23T15:37:33.714Z Downloaded new_debug_unreachable v1.0.6
7722026-05-23T15:37:33.717Z Downloaded ipnetwork v0.21.1
7732026-05-23T15:37:33.717Z Downloaded nibble_vec v0.1.0
7742026-05-23T15:37:33.717Z Downloaded impl-trait-for-tuples v0.2.3
7752026-05-23T15:37:33.719Z Downloaded num v0.4.3
7762026-05-23T15:37:33.722Z Downloaded normalize-line-endings v0.3.0
7772026-05-23T15:37:33.722Z Downloaded nonempty v0.12.0
7782026-05-23T15:37:33.726Z Downloaded num-conv v0.2.0
7792026-05-23T15:37:33.726Z Downloaded opaque-debug v0.3.1
7802026-05-23T15:37:33.726Z Downloaded num_threads v0.1.7
7812026-05-23T15:37:33.731Z Downloaded num-derive v0.4.2
7822026-05-23T15:37:33.731Z Downloaded num-derive v0.3.3
7832026-05-23T15:37:33.731Z Downloaded derive-where v1.6.0
7842026-05-23T15:37:33.733Z Downloaded libsw v3.5.0
7852026-05-23T15:37:33.734Z Downloaded http-body-util v0.1.3
7862026-05-23T15:37:33.734Z Downloaded lzss v0.8.2
7872026-05-23T15:37:33.736Z Downloaded linear-map v1.2.0
7882026-05-23T15:37:33.736Z Downloaded highway v1.3.0
7892026-05-23T15:37:33.739Z Downloaded jobserver v0.1.34
7902026-05-23T15:37:33.739Z Downloaded hmac v0.12.1
7912026-05-23T15:37:33.756Z Downloaded packed_struct_codegen v0.10.1
7922026-05-23T15:37:33.759Z Downloaded derive_builder v0.20.2
7932026-05-23T15:37:33.763Z Downloaded oso-derive v0.27.3
7942026-05-23T15:37:33.763Z Downloaded openssl-probe v0.2.1
7952026-05-23T15:37:33.763Z Downloaded openssl-probe v0.1.6
7962026-05-23T15:37:33.766Z Downloaded openssl-macros v0.1.1
7972026-05-23T15:37:33.766Z Downloaded mime_guess v2.0.5
7982026-05-23T15:37:33.766Z Downloaded nanorand v0.7.0
7992026-05-23T15:37:33.766Z Downloaded multer v3.1.0
8002026-05-23T15:37:33.769Z Downloaded olpc-cjson v0.1.4
8012026-05-23T15:37:33.769Z Downloaded num_enum_derive v0.5.11
8022026-05-23T15:37:33.769Z Downloaded num-iter v0.1.45
8032026-05-23T15:37:33.772Z Downloaded parse-display v0.10.0
8042026-05-23T15:37:33.772Z Downloaded path-slash v0.1.5
8052026-05-23T15:37:33.772Z Downloaded num-complex v0.4.6
8062026-05-23T15:37:33.775Z Downloaded ingot-macros v0.1.1
8072026-05-23T15:37:33.775Z Downloaded flume v0.11.1
8082026-05-23T15:37:33.777Z Downloaded derive_more v0.99.20
8092026-05-23T15:37:33.780Z Downloaded libsw-core v0.3.2
8102026-05-23T15:37:33.783Z Downloaded arc-swap v1.8.2
8112026-05-23T15:37:33.787Z Downloaded parse-size v1.1.0
8122026-05-23T15:37:33.787Z Downloaded iana-time-zone v0.1.65
8132026-05-23T15:37:33.787Z Downloaded compact_str v0.8.1
8142026-05-23T15:37:33.789Z Downloaded httparse v1.10.1
8152026-05-23T15:37:33.792Z Downloaded getrandom v0.3.4
8162026-05-23T15:37:33.792Z Downloaded fatfs v0.3.6
8172026-05-23T15:37:33.795Z Downloaded pbkdf2 v0.11.0
8182026-05-23T15:37:33.797Z Downloaded const_format v0.2.35
8192026-05-23T15:37:33.800Z Downloaded newtype-uuid v1.3.2
8202026-05-23T15:37:33.800Z Downloaded peg-runtime v0.8.5
8212026-05-23T15:37:33.800Z Downloaded pin-utils v0.1.0
8222026-05-23T15:37:33.803Z Downloaded phf_shared v0.12.1
8232026-05-23T15:37:33.803Z Downloaded phf_shared v0.11.3
8242026-05-23T15:37:33.803Z Downloaded pbkdf2 v0.12.2
8252026-05-23T15:37:33.805Z Downloaded phf_shared v0.13.1
8262026-05-23T15:37:33.806Z Downloaded nu-ansi-term v0.50.3
8272026-05-23T15:37:33.808Z Downloaded chacha20poly1305 v0.10.1
8282026-05-23T15:37:33.808Z Downloaded num-integer v0.1.46
8292026-05-23T15:37:33.811Z Downloaded hyper-rustls v0.27.7
8302026-05-23T15:37:33.811Z Downloaded num-rational v0.4.2
8312026-05-23T15:37:33.813Z Downloaded base64 v0.22.1
8322026-05-23T15:37:33.813Z Downloaded libefi-sys v0.1.0
8332026-05-23T15:37:33.816Z Downloaded packed_struct v0.10.1
8342026-05-23T15:37:33.816Z Downloaded num_enum v0.5.11
8352026-05-23T15:37:33.819Z Downloaded libloading v0.8.9
8362026-05-23T15:37:33.821Z Downloaded aes v0.8.4
8372026-05-23T15:37:33.824Z Downloaded drift v0.2.0
8382026-05-23T15:37:33.828Z Downloaded predicates-tree v1.0.13
8392026-05-23T15:37:33.831Z Downloaded predicates-core v1.0.10
8402026-05-23T15:37:33.831Z Downloaded precomputed-hash v0.1.1
8412026-05-23T15:37:33.831Z Downloaded powerfmt v0.2.0
8422026-05-23T15:37:33.835Z Downloaded num_enum_derive v0.7.6
8432026-05-23T15:37:33.835Z Downloaded litrs v1.0.0
8442026-05-23T15:37:33.838Z Downloaded lock_api v0.4.14
8452026-05-23T15:37:33.838Z Downloaded proc-macro-crate v1.3.1
8462026-05-23T15:37:33.838Z Downloaded num_enum v0.7.6
8472026-05-23T15:37:33.840Z Downloaded indexmap v1.9.3
8482026-05-23T15:37:33.843Z Downloaded progenitor-client v0.11.2
8492026-05-23T15:37:33.843Z Downloaded oxide-tokio-rt v0.1.4
8502026-05-23T15:37:33.846Z Downloaded oxnet v0.1.5
8512026-05-23T15:37:33.846Z Downloaded progenitor-client v0.14.0
8522026-05-23T15:37:33.846Z Downloaded headers v0.4.1
8532026-05-23T15:37:33.849Z Downloaded paste v1.0.15
8542026-05-23T15:37:33.852Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-05-23T15:37:33.852Z Downloaded cc v1.2.56
8562026-05-23T15:37:33.856Z Downloaded half v2.7.1
8572026-05-23T15:37:33.859Z Downloaded heapless v0.7.17
8582026-05-23T15:37:33.859Z Downloaded dropshot_endpoint v0.17.0
8592026-05-23T15:37:33.862Z Downloaded heapless v0.8.0
8602026-05-23T15:37:33.865Z Downloaded peg-macros v0.8.5
8612026-05-23T15:37:33.865Z Downloaded password-hash v0.5.0
8622026-05-23T15:37:33.868Z Downloaded libbz2-rs-sys v0.2.2
8632026-05-23T15:37:33.868Z Downloaded base64 v0.21.7
8642026-05-23T15:37:33.870Z Downloaded pem-rfc7468 v0.7.0
8652026-05-23T15:37:33.874Z Downloaded quick-error v1.2.3
8662026-05-23T15:37:33.875Z Downloaded progenitor-macro v0.13.0
8672026-05-23T15:37:33.875Z Downloaded progenitor-macro v0.11.2
8682026-05-23T15:37:33.878Z Downloaded peg v0.8.5
8692026-05-23T15:37:33.878Z Downloaded ar_archive_writer v0.5.1
8702026-05-23T15:37:33.878Z Downloaded radium v0.7.0
8712026-05-23T15:37:33.879Z Downloaded phf v0.13.1
8722026-05-23T15:37:33.882Z Downloaded native-tls v0.2.18
8732026-05-23T15:37:33.885Z Downloaded psl-types v2.0.11
8742026-05-23T15:37:33.885Z Downloaded progenitor-macro v0.14.0
8752026-05-23T15:37:33.885Z Downloaded omicron-zone-package v0.12.2
8762026-05-23T15:37:33.888Z Downloaded phf v0.12.1
8772026-05-23T15:37:33.893Z Downloaded bumpalo v3.20.2
8782026-05-23T15:37:33.896Z Downloaded polyval v0.6.2
8792026-05-23T15:37:33.899Z Downloaded futures v0.3.32
8802026-05-23T15:37:33.902Z Downloaded indicatif v0.18.4
8812026-05-23T15:37:33.905Z Downloaded parking_lot_core v0.9.12
8822026-05-23T15:37:33.905Z Downloaded pin-project-internal v1.1.11
8832026-05-23T15:37:33.908Z Downloaded pkg-config v0.3.32
8842026-05-23T15:37:33.910Z Downloaded proc-macro-crate v3.4.0
8852026-05-23T15:37:33.911Z Downloaded primeorder v0.13.6
8862026-05-23T15:37:33.911Z Downloaded progenitor-client v0.13.0
8872026-05-23T15:37:33.913Z Downloaded progenitor v0.14.0
8882026-05-23T15:37:33.913Z Downloaded rand_xorshift v0.4.0
8892026-05-23T15:37:33.913Z Downloaded ref-cast v1.0.25
8902026-05-23T15:37:33.917Z Downloaded rand_chacha v0.3.1
8912026-05-23T15:37:33.917Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-05-23T15:37:33.917Z Downloaded recursive v0.1.1
8932026-05-23T15:37:33.917Z Downloaded ref-cast-impl v1.0.25
8942026-05-23T15:37:33.920Z Downloaded crypto-bigint v0.5.5
8952026-05-23T15:37:33.923Z Downloaded progenitor v0.13.0
8962026-05-23T15:37:33.923Z Downloaded predicates v3.1.4
8972026-05-23T15:37:33.926Z Downloaded ignore v0.4.25
8982026-05-23T15:37:33.926Z Downloaded parking_lot_core v0.8.6
8992026-05-23T15:37:33.928Z Downloaded async-compression v0.4.41
9002026-05-23T15:37:33.931Z Downloaded parking_lot v0.12.5
9012026-05-23T15:37:33.934Z Downloaded postgres-protocol v0.6.10
9022026-05-23T15:37:33.934Z Downloaded proc-macro-error2 v2.0.1
9032026-05-23T15:37:33.937Z Downloaded pem v3.0.6
9042026-05-23T15:37:33.940Z Downloaded ed25519-dalek v2.2.0
9052026-05-23T15:37:33.944Z Downloaded rfc6979 v0.4.0
9062026-05-23T15:37:33.944Z Downloaded rustc_version v0.1.7
9072026-05-23T15:37:33.944Z Downloaded r2d2 v0.8.10
9082026-05-23T15:37:33.944Z Downloaded memmap2 v0.9.10
9092026-05-23T15:37:33.948Z Downloaded der v0.7.10
9102026-05-23T15:37:33.951Z Downloaded progenitor-extras v0.2.0
9112026-05-23T15:37:33.951Z Downloaded progenitor v0.11.2
9122026-05-23T15:37:33.954Z Downloaded parse-display-derive v0.10.0
9132026-05-23T15:37:33.954Z Downloaded oso v0.27.3
9142026-05-23T15:37:33.957Z Downloaded pkcs5 v0.7.1
9152026-05-23T15:37:33.960Z Downloaded rustc_version v0.4.1
9162026-05-23T15:37:33.960Z Downloaded rtoolbox v0.0.3
9172026-05-23T15:37:33.963Z Downloaded rand_core v0.10.0
9182026-05-23T15:37:33.963Z Downloaded rand_chacha v0.9.0
9192026-05-23T15:37:33.963Z Downloaded poly1305 v0.8.0
9202026-05-23T15:37:33.965Z Downloaded rand_seeder v0.4.0
9212026-05-23T15:37:33.965Z Downloaded papergrid v0.17.0
9222026-05-23T15:37:33.970Z Downloaded miniz_oxide v0.8.9
9232026-05-23T15:37:33.973Z Downloaded flate2 v1.1.9
9242026-05-23T15:37:33.975Z Downloaded psm v0.1.30
9252026-05-23T15:37:33.978Z Downloaded salsa20 v0.10.2
9262026-05-23T15:37:33.978Z Downloaded password-hash v0.4.2
9272026-05-23T15:37:33.981Z Downloaded parking_lot v0.11.2
9282026-05-23T15:37:33.981Z Downloaded owo-colors v4.3.0
9292026-05-23T15:37:33.984Z Downloaded rustc-hash v2.1.1
9302026-05-23T15:37:33.984Z Downloaded pkcs8 v0.10.2
9312026-05-23T15:37:33.992Z Downloaded hickory-resolver v0.24.4
9322026-05-23T15:37:33.995Z Downloaded same-file v1.0.6
9332026-05-23T15:37:33.998Z Downloaded pin-project v1.1.11
9342026-05-23T15:37:34.004Z Downloaded sapling-renderdag v0.1.0
9352026-05-23T15:37:34.008Z Downloaded rand_core v0.6.4
9362026-05-23T15:37:34.008Z Downloaded quinn-udp v0.5.14
9372026-05-23T15:37:34.011Z Downloaded ppv-lite86 v0.2.21
9382026-05-23T15:37:34.011Z Downloaded resolv-conf v0.7.6
9392026-05-23T15:37:34.011Z Downloaded postcard v1.1.3
9402026-05-23T15:37:34.014Z Downloaded pkcs1 v0.7.5
9412026-05-23T15:37:34.014Z Downloaded openssl-sys v0.9.114
9422026-05-23T15:37:34.018Z Downloaded scroll_derive v0.13.1
9432026-05-23T15:37:34.018Z Downloaded scopeguard v1.2.0
9442026-05-23T15:37:34.018Z Downloaded p256 v0.13.2
9452026-05-23T15:37:34.021Z Downloaded scrypt v0.11.0
9462026-05-23T15:37:34.024Z Downloaded pin-project-lite v0.2.17
9472026-05-23T15:37:34.027Z Downloaded serde_bytes v0.11.19
9482026-05-23T15:37:34.027Z Downloaded seq-macro v0.3.6
9492026-05-23T15:37:34.027Z Downloaded postgres-types v0.2.12
9502026-05-23T15:37:34.030Z Downloaded serde-big-array v0.5.1
9512026-05-23T15:37:34.030Z Downloaded semver v0.1.20
9522026-05-23T15:37:34.033Z Downloaded hashbrown v0.12.3
9532026-05-23T15:37:34.033Z Downloaded secrecy v0.10.3
9542026-05-23T15:37:34.036Z Downloaded expectorate v1.2.0
9552026-05-23T15:37:34.036Z Downloaded derive_more v2.1.1
9562026-05-23T15:37:34.043Z Downloaded russh-cryptovec v0.7.3
9572026-05-23T15:37:34.045Z Downloaded crossterm v0.28.1
9582026-05-23T15:37:34.048Z Downloaded sha1 v0.10.6
9592026-05-23T15:37:34.048Z Downloaded serde_spanned v1.0.4
9602026-05-23T15:37:34.048Z Downloaded serde_repr v0.1.20
9612026-05-23T15:37:34.051Z Downloaded serde_plain v1.0.2
9622026-05-23T15:37:34.052Z Downloaded secrecy v0.8.0
9632026-05-23T15:37:34.052Z Downloaded rustls-pemfile v1.0.4
9642026-05-23T15:37:34.056Z Downloaded derive_more-impl v2.1.1
9652026-05-23T15:37:34.059Z Downloaded scheduled-thread-pool v0.2.7
9662026-05-23T15:37:34.059Z Downloaded rustls-pemfile v2.2.0
9672026-05-23T15:37:34.059Z Downloaded hickory-resolver v0.25.2
9682026-05-23T15:37:34.062Z Downloaded crossterm v0.29.0
9692026-05-23T15:37:34.066Z Downloaded rusty-fork v0.3.1
9702026-05-23T15:37:34.069Z Downloaded rustversion v1.0.22
9712026-05-23T15:37:34.072Z Downloaded signal-hook-tokio v0.3.1
9722026-05-23T15:37:34.072Z Downloaded signal-hook-mio v0.2.5
9732026-05-23T15:37:34.075Z Downloaded siphasher v1.0.2
9742026-05-23T15:37:34.079Z Downloaded rustls-native-certs v0.8.3
9752026-05-23T15:37:34.082Z Downloaded slog-envlogger v2.2.0
9762026-05-23T15:37:34.082Z Downloaded sigpipe v0.1.3
9772026-05-23T15:37:34.082Z Downloaded shell-words v1.1.1
9782026-05-23T15:37:34.082Z Downloaded signature v2.2.0
9792026-05-23T15:37:34.086Z Downloaded http v1.4.0
9802026-05-23T15:37:34.090Z Downloaded slog-bunyan v2.5.0
9812026-05-23T15:37:34.090Z Downloaded schemars_derive v0.8.22
9822026-05-23T15:37:34.093Z Downloaded sct v0.7.1
9832026-05-23T15:37:34.097Z Downloaded jiff-static v0.2.21
9842026-05-23T15:37:34.097Z Downloaded serde_derive_internals v0.29.1
9852026-05-23T15:37:34.100Z Downloaded serde-hex v0.1.0
9862026-05-23T15:37:34.100Z Downloaded rand_core v0.9.5
9872026-05-23T15:37:34.103Z Downloaded minimal-lexical v0.2.1
9882026-05-23T15:37:34.103Z Downloaded scroll v0.13.0
9892026-05-23T15:37:34.112Z Downloaded diesel_derives v2.3.7
9902026-05-23T15:37:34.119Z Downloaded sqlparser_derive v0.5.0
9912026-05-23T15:37:34.123Z Downloaded prefix-trie v0.7.0
9922026-05-23T15:37:34.136Z Downloaded progenitor-impl v0.11.2
9932026-05-23T15:37:34.139Z Downloaded serde_urlencoded v0.7.1
9942026-05-23T15:37:34.143Z Downloaded ssh-encoding v0.2.0
9952026-05-23T15:37:34.143Z Downloaded strum v0.27.2
9962026-05-23T15:37:34.143Z Downloaded strum v0.26.3
9972026-05-23T15:37:34.143Z Downloaded simd-adler32 v0.3.8
9982026-05-23T15:37:34.146Z Downloaded progenitor-impl v0.14.0
9992026-05-23T15:37:34.146Z Downloaded progenitor-impl v0.13.0
10002026-05-23T15:37:34.149Z Downloaded ssh-cipher v0.2.0
10012026-05-23T15:37:34.149Z Downloaded structmeta-derive v0.3.0
10022026-05-23T15:37:34.149Z Downloaded strip-ansi-escapes v0.2.1
10032026-05-23T15:37:34.152Z Downloaded slog-stdlog v4.1.1
10042026-05-23T15:37:34.152Z Downloaded slog-scope v4.4.1
10052026-05-23T15:37:34.152Z Downloaded slog-json v2.6.1
10062026-05-23T15:37:34.155Z Downloaded sec1 v0.7.3
10072026-05-23T15:37:34.158Z Downloaded smf v0.2.3
10082026-05-23T15:37:34.161Z Downloaded serde_cbor v0.11.2
10092026-05-23T15:37:34.161Z Downloaded tap v1.0.1
10102026-05-23T15:37:34.164Z Downloaded take_mut v0.2.2
10112026-05-23T15:37:34.164Z Downloaded tagptr v0.2.0
10122026-05-23T15:37:34.164Z Downloaded serde_path_to_error v0.1.20
10132026-05-23T15:37:34.168Z Downloaded russh-keys v0.45.0
10142026-05-23T15:37:34.170Z Downloaded hashbrown v0.15.5
10152026-05-23T15:37:34.173Z Downloaded prettyplease v0.2.37
10162026-05-23T15:37:34.173Z Downloaded mio v1.2.0
10172026-05-23T15:37:34.176Z Downloaded tabled_derive v0.11.0
10182026-05-23T15:37:34.181Z Downloaded sync_wrapper v1.0.2
10192026-05-23T15:37:34.181Z Downloaded testing_table v0.3.0
10202026-05-23T15:37:34.181Z Downloaded termtree v0.5.1
10212026-05-23T15:37:34.184Z Downloaded sync-ptr v0.1.4
10222026-05-23T15:37:34.184Z Downloaded thiserror-impl-no-std v2.0.2
10232026-05-23T15:37:34.184Z Downloaded supports-color v3.0.2
10242026-05-23T15:37:34.184Z Downloaded tabwriter v1.4.1
10252026-05-23T15:37:34.187Z Downloaded subtle v2.6.1
10262026-05-23T15:37:34.187Z Downloaded spki v0.7.3
10272026-05-23T15:37:34.187Z Downloaded rustls-platform-verifier v0.6.2
10282026-05-23T15:37:34.190Z Downloaded rustls-pki-types v1.14.0
10292026-05-23T15:37:34.193Z Downloaded ryu v1.0.23
10302026-05-23T15:37:34.196Z Downloaded hickory-server v0.25.2
10312026-05-23T15:37:34.199Z Downloaded nom v7.1.3
10322026-05-23T15:37:34.203Z Downloaded smallvec v0.6.14
10332026-05-23T15:37:34.203Z Downloaded slog-dtrace v0.3.0
10342026-05-23T15:37:34.206Z Downloaded thread-id v5.1.0
10352026-05-23T15:37:34.206Z Downloaded slog-async v2.8.0
10362026-05-23T15:37:34.206Z Downloaded slab v0.4.12
10372026-05-23T15:37:34.206Z Downloaded sqlformat v0.3.5
10382026-05-23T15:37:34.209Z Downloaded hashbrown v0.13.2
10392026-05-23T15:37:34.213Z Downloaded string_cache v0.8.9
10402026-05-23T15:37:34.213Z Downloaded pretty_assertions v1.4.1
10412026-05-23T15:37:34.216Z Downloaded stringprep v0.1.5
10422026-05-23T15:37:34.216Z Downloaded rcgen v0.12.1
10432026-05-23T15:37:34.219Z Downloaded hyper-util v0.1.20
10442026-05-23T15:37:34.222Z Downloaded tokio-macros v2.7.0
10452026-05-23T15:37:34.222Z Downloaded tinyvec_macros v0.1.1
10462026-05-23T15:37:34.224Z Downloaded ron v0.8.1
10472026-05-23T15:37:34.228Z Downloaded strum_macros v0.27.2
10482026-05-23T15:37:34.231Z Downloaded strum_macros v0.26.4
10492026-05-23T15:37:34.231Z Downloaded static_assertions v1.1.0
10502026-05-23T15:37:34.234Z Downloaded stacker v0.1.23
10512026-05-23T15:37:34.234Z Downloaded slog-term v2.9.2
10522026-05-23T15:37:34.245Z Downloaded thiserror-no-std v2.0.2
10532026-05-23T15:37:34.251Z Downloaded bindgen v0.71.1
10542026-05-23T15:37:34.257Z Downloaded thread_local v1.1.9
10552026-05-23T15:37:34.260Z Downloaded spin v0.9.8
10562026-05-23T15:37:34.260Z Downloaded shlex v1.3.0
10572026-05-23T15:37:34.263Z Downloaded snafu-derive v0.8.9
10582026-05-23T15:37:34.263Z Downloaded libxml v0.3.3
10592026-05-23T15:37:34.267Z Downloaded rand v0.8.6
10602026-05-23T15:37:34.270Z Downloaded time-core v0.1.8
10612026-05-23T15:37:34.270Z Downloaded support-bundle-viewer v0.1.2
10622026-05-23T15:37:34.270Z Downloaded structmeta v0.3.0
10632026-05-23T15:37:34.271Z Downloaded signal-hook-registry v1.4.8
10642026-05-23T15:37:34.271Z Downloaded serde_with_macros v3.17.0
10652026-05-23T15:37:34.274Z Downloaded hashbrown v0.16.1
10662026-05-23T15:37:34.280Z Downloaded tower-layer v0.3.3
10672026-05-23T15:37:34.283Z Downloaded tokio-dtrace v0.1.1
10682026-05-23T15:37:34.283Z Downloaded tiny-keccak v2.0.2
10692026-05-23T15:37:34.286Z Downloaded slog v2.8.2
10702026-05-23T15:37:34.289Z Downloaded topological-sort v0.2.2
10712026-05-23T15:37:34.289Z Downloaded trait-variant v0.1.2
10722026-05-23T15:37:34.289Z Downloaded rand v0.9.2
10732026-05-23T15:37:34.292Z Downloaded termios v0.3.3
10742026-05-23T15:37:34.292Z Downloaded tls_codec v0.4.2
10752026-05-23T15:37:34.296Z Downloaded dropshot-api-manager v0.7.2
10762026-05-23T15:37:34.299Z Downloaded unarray v0.1.4
10772026-05-23T15:37:34.302Z Downloaded try-lock v0.2.5
10782026-05-23T15:37:34.305Z Downloaded serde_yaml v0.9.34+deprecated
10792026-05-23T15:37:34.308Z Downloaded time-macros v0.2.27
10802026-05-23T15:37:34.308Z Downloaded itertools v0.14.0
10812026-05-23T15:37:34.312Z Downloaded tokio-rustls v0.25.0
10822026-05-23T15:37:34.315Z Downloaded typify-macro v0.6.2
10832026-05-23T15:37:34.315Z Downloaded tls_codec_derive v0.4.2
10842026-05-23T15:37:34.318Z Downloaded h2 v0.4.13
10852026-05-23T15:37:34.320Z Downloaded unicode-truncate v1.1.0
10862026-05-23T15:37:34.321Z Downloaded typify-macro v0.4.3
10872026-05-23T15:37:34.325Z Downloaded untrusted v0.9.0
10882026-05-23T15:37:34.325Z Downloaded universal-hash v0.5.1
10892026-05-23T15:37:34.328Z Downloaded usdt-attr-macro v0.6.0
10902026-05-23T15:37:34.328Z Downloaded unit-prefix v0.5.2
10912026-05-23T15:37:34.328Z Downloaded usdt v0.6.0
10922026-05-23T15:37:34.331Z Downloaded untrusted v0.7.1
10932026-05-23T15:37:34.331Z Downloaded strum_macros v0.24.3
10942026-05-23T15:37:34.334Z Downloaded itertools v0.10.5
10952026-05-23T15:37:34.337Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-05-23T15:37:34.337Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-05-23T15:37:34.340Z Downloaded rustls-webpki v0.103.9
10982026-05-23T15:37:34.340Z Downloaded nom v8.0.0
10992026-05-23T15:37:34.346Z Downloaded utf-8 v0.7.6
11002026-05-23T15:37:34.349Z Downloaded wait-timeout v0.2.1
11012026-05-23T15:37:34.349Z Downloaded qorb v0.4.1
11022026-05-23T15:37:34.349Z Downloaded tower-service v0.3.3
11032026-05-23T15:37:34.349Z Downloaded tokio-native-tls v0.3.1
11042026-05-23T15:37:34.352Z Downloaded subprocess v0.2.15
11052026-05-23T15:37:34.352Z Downloaded publicsuffix v2.3.0
11062026-05-23T15:37:34.355Z Downloaded signal-hook v0.3.18
11072026-05-23T15:37:34.355Z Downloaded waitgroup v0.1.2
11082026-05-23T15:37:34.358Z Downloaded usdt-macro v0.6.0
11092026-05-23T15:37:34.358Z Downloaded num-bigint v0.4.6
11102026-05-23T15:37:34.361Z Downloaded tokio-tungstenite v0.21.0
11112026-05-23T15:37:34.361Z Downloaded hkdf v0.12.4
11122026-05-23T15:37:34.364Z Downloaded want v0.3.1
11132026-05-23T15:37:34.364Z Downloaded void v1.0.2
11142026-05-23T15:37:34.364Z Downloaded tui-tree-widget v0.23.1
11152026-05-23T15:37:34.367Z Downloaded term v1.2.1
11162026-05-23T15:37:34.371Z Downloaded unicase v2.9.0
11172026-05-23T15:37:34.371Z Downloaded term v0.7.0
11182026-05-23T15:37:34.396Z Downloaded similar v2.7.0
11192026-05-23T15:37:34.401Z Downloaded bitvec v1.0.1
11202026-05-23T15:37:34.401Z Downloaded tokio-tungstenite v0.23.1
11212026-05-23T15:37:34.401Z Downloaded aho-corasick v1.1.4
11222026-05-23T15:37:34.401Z Downloaded test-strategy v0.4.5
11232026-05-23T15:37:34.404Z Downloaded schemars v0.9.0
11242026-05-23T15:37:34.407Z Downloaded xshell-macros v0.2.7
11252026-05-23T15:37:34.409Z Downloaded tokio-rustls v0.24.1
11262026-05-23T15:37:34.409Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-23T15:37:34.412Z Downloaded schemars v0.8.22
11282026-05-23T15:37:34.416Z Downloaded vergen-lib v0.1.6
11292026-05-23T15:37:34.419Z Downloaded vergen-git2 v9.1.0
11302026-05-23T15:37:34.419Z Downloaded vsss-rs v3.3.4
11312026-05-23T15:37:34.425Z Downloaded toml_parser v1.0.9+spec-1.1.0
11322026-05-23T15:37:34.425Z Downloaded rayon-core v1.13.0
11332026-05-23T15:37:34.427Z Downloaded zeroize_derive v1.4.3
11342026-05-23T15:37:34.428Z Downloaded iri-string v0.7.10
11352026-05-23T15:37:34.431Z Downloaded libm v0.2.16
11362026-05-23T15:37:34.433Z Downloaded blake3 v1.8.3
11372026-05-23T15:37:34.439Z Downloaded whoami v2.1.0
11382026-05-23T15:37:34.444Z Downloaded whoami v1.6.1
11392026-05-23T15:37:34.444Z Downloaded twox-hash v2.1.2
11402026-05-23T15:37:34.444Z Downloaded zone_cfg_derive v0.3.1
11412026-05-23T15:37:34.447Z Downloaded tracing-attributes v0.1.31
11422026-05-23T15:37:34.447Z Downloaded p521 v0.13.3
11432026-05-23T15:37:34.447Z Downloaded tokio-rustls v0.26.4
11442026-05-23T15:37:34.450Z Downloaded walkdir v2.5.0
11452026-05-23T15:37:34.450Z Downloaded uzers v0.12.2
11462026-05-23T15:37:34.452Z Downloaded rsa v0.9.10
11472026-05-23T15:37:34.455Z Downloaded zone v0.3.1
11482026-05-23T15:37:34.455Z Downloaded quinn v0.11.9
11492026-05-23T15:37:34.458Z Downloaded vergen-lib v9.1.0
11502026-05-23T15:37:34.458Z Downloaded num-bigint-dig v0.8.6
11512026-05-23T15:37:34.462Z Downloaded itertools v0.13.0
11522026-05-23T15:37:34.465Z Downloaded aws-lc-rs v1.16.3
11532026-05-23T15:37:34.471Z Downloaded toml v1.0.6+spec-1.1.0
11542026-05-23T15:37:34.474Z Downloaded steno v0.4.1
11552026-05-23T15:37:34.477Z Downloaded xshell v0.2.7
11562026-05-23T15:37:34.477Z Downloaded xattr v1.6.1
11572026-05-23T15:37:34.480Z Downloaded samael v0.0.19
11582026-05-23T15:37:34.483Z Downloaded vergen-gitcl v1.0.8
11592026-05-23T15:37:34.486Z Downloaded socket2 v0.5.10
11602026-05-23T15:37:34.486Z Downloaded schemars v1.2.1
11612026-05-23T15:37:34.495Z Downloaded tinyvec v1.10.0
11622026-05-23T15:37:34.498Z Downloaded snafu v0.8.9
11632026-05-23T15:37:34.501Z Downloaded tungstenite v0.23.0
11642026-05-23T15:37:34.504Z Downloaded tungstenite v0.21.0
11652026-05-23T15:37:34.504Z Downloaded tracing-core v0.1.36
11662026-05-23T15:37:34.506Z Downloaded zstd-safe v7.2.4
11672026-05-23T15:37:34.509Z Downloaded unicode-properties v0.1.4
11682026-05-23T15:37:34.509Z Downloaded usdt-impl v0.6.0
11692026-05-23T15:37:34.510Z Downloaded itertools v0.12.1
11702026-05-23T15:37:34.513Z Downloaded vergen v9.1.0
11712026-05-23T15:37:34.516Z Downloaded reedline v0.40.0
11722026-05-23T15:37:34.519Z Downloaded unsafe-libyaml v0.2.11
11732026-05-23T15:37:34.522Z Downloaded unicode-bidi v0.3.18
11742026-05-23T15:37:34.526Z Downloaded tar v0.4.45
11752026-05-23T15:37:34.526Z Downloaded futures-util v0.3.32
11762026-05-23T15:37:34.531Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-05-23T15:37:34.534Z Downloaded rustyline v14.0.0
11782026-05-23T15:37:34.537Z Downloaded toml v0.7.8
11792026-05-23T15:37:34.539Z Downloaded tokio-stream v0.1.18
11802026-05-23T15:37:34.542Z Downloaded yasna v0.5.2
11812026-05-23T15:37:34.542Z Downloaded vte v0.14.1
11822026-05-23T15:37:34.545Z Downloaded rand v0.10.1
11832026-05-23T15:37:34.545Z Downloaded zeroize v1.8.2
11842026-05-23T15:37:34.548Z Downloaded hyper v1.8.1
11852026-05-23T15:37:34.551Z Downloaded wyz v0.5.1
11862026-05-23T15:37:34.554Z Downloaded socket2 v0.6.3
11872026-05-23T15:37:34.566Z Downloaded zerocopy v0.6.6
11882026-05-23T15:37:34.569Z Downloaded chrono v0.4.44
11892026-05-23T15:37:34.572Z Downloaded regex v1.12.3
11902026-05-23T15:37:34.575Z Downloaded toml_edit v0.19.15
11912026-05-23T15:37:34.587Z Downloaded uuid v1.23.0
11922026-05-23T15:37:34.590Z Downloaded ssh-key v0.6.7
11932026-05-23T15:37:34.593Z Downloaded zstd v0.13.3
11942026-05-23T15:37:34.593Z Downloaded russh v0.45.0
11952026-05-23T15:37:34.596Z Downloaded reqwest v0.13.2
11962026-05-23T15:37:34.602Z Downloaded rayon v1.11.0
11972026-05-23T15:37:34.608Z Downloaded unicode_categories v0.1.1
11982026-05-23T15:37:34.612Z Downloaded iddqd v0.4.1
11992026-05-23T15:37:34.617Z Downloaded typify v0.4.3
12002026-05-23T15:37:34.623Z Downloaded typify v0.6.2
12012026-05-23T15:37:34.623Z Downloaded tokio-postgres v0.7.16
12022026-05-23T15:37:34.653Z Downloaded zopfli v0.8.3
12032026-05-23T15:37:34.659Z Downloaded yansi v1.0.1
12042026-05-23T15:37:34.666Z Downloaded salty v0.3.0
12052026-05-23T15:37:34.684Z Downloaded rpassword v7.4.0
12062026-05-23T15:37:34.687Z Downloaded unicode-segmentation v1.12.0
12072026-05-23T15:37:34.692Z Downloaded x509-cert v0.2.5
12082026-05-23T15:37:34.694Z Downloaded zip v0.6.6
12092026-05-23T15:37:34.694Z Downloaded tower v0.5.3
12102026-05-23T15:37:34.712Z Downloaded p384 v0.13.1
12112026-05-23T15:37:34.723Z Downloaded tough v0.22.0
12122026-05-23T15:37:34.727Z Downloaded object v0.30.4
12132026-05-23T15:37:34.730Z Downloaded git2 v0.20.4
12142026-05-23T15:37:34.739Z Downloaded zip v4.6.1
12152026-05-23T15:37:34.746Z Downloaded rustls-webpki v0.102.8
12162026-05-23T15:37:34.757Z Downloaded zerocopy-derive v0.8.40
12172026-05-23T15:37:34.763Z Downloaded typed-path v0.9.3
12182026-05-23T15:37:34.765Z Downloaded quick-xml v0.37.5
12192026-05-23T15:37:34.769Z Downloaded tower-http v0.6.8
12202026-05-23T15:37:34.773Z Downloaded nix v0.27.1
12212026-05-23T15:37:34.779Z Downloaded reqwest v0.12.28
12222026-05-23T15:37:34.782Z Downloaded portable-atomic v1.13.1
12232026-05-23T15:37:34.787Z Downloaded radix_trie v0.2.1
12242026-05-23T15:37:34.793Z Downloaded moka v0.12.13
12252026-05-23T15:37:34.796Z Downloaded winnow v0.5.40
12262026-05-23T15:37:34.805Z Downloaded lalrpop v0.19.12
12272026-05-23T15:37:34.811Z Downloaded tokio-util v0.7.18
12282026-05-23T15:37:34.816Z Downloaded rustls-webpki v0.101.7
12292026-05-23T15:37:34.825Z Downloaded curve25519-dalek v4.1.3
12302026-05-23T15:37:34.831Z Downloaded bstr v1.12.1
12312026-05-23T15:37:34.835Z Downloaded unicode-normalization v0.1.25
12322026-05-23T15:37:34.839Z Downloaded quinn-proto v0.11.13
12332026-05-23T15:37:34.842Z Downloaded proptest v1.10.0
12342026-05-23T15:37:34.846Z Downloaded winnow v0.6.26
12352026-05-23T15:37:34.852Z Downloaded regex-syntax v0.6.29
12362026-05-23T15:37:34.856Z Downloaded time v0.3.47
12372026-05-23T15:37:34.866Z Downloaded smoltcp v0.9.1
12382026-05-23T15:37:34.872Z Downloaded winnow v1.0.3
12392026-05-23T15:37:34.876Z Downloaded serde_with v3.17.0
12402026-05-23T15:37:34.882Z Downloaded petname v2.0.2
12412026-05-23T15:37:34.885Z Downloaded goblin v0.10.5
12422026-05-23T15:37:34.890Z Downloaded vcpkg v0.2.15
12432026-05-23T15:37:34.921Z Downloaded rustls v0.22.4
12442026-05-23T15:37:34.928Z Downloaded zlib-rs v0.6.2
12452026-05-23T15:37:34.932Z Downloaded hickory-proto v0.24.4
12462026-05-23T15:37:34.950Z Downloaded openssl v0.10.78
12472026-05-23T15:37:34.953Z Downloaded zerocopy v0.8.40
12482026-05-23T15:37:34.959Z Downloaded webpki-roots v1.0.6
12492026-05-23T15:37:34.962Z Downloaded rustls v0.23.37
12502026-05-23T15:37:34.968Z Downloaded polar-core v0.27.3
12512026-05-23T15:37:34.972Z Downloaded smoltcp v0.11.0
12522026-05-23T15:37:34.979Z Downloaded rustls v0.21.12
12532026-05-23T15:37:34.987Z Downloaded nix v0.28.0
12542026-05-23T15:37:34.993Z Downloaded tabled v0.20.0
12552026-05-23T15:37:35.002Z Downloaded regress v0.10.5
12562026-05-23T15:37:35.006Z Downloaded nix v0.31.2
12572026-05-23T15:37:35.013Z Downloaded object v0.37.3
12582026-05-23T15:37:35.019Z Downloaded regex-syntax v0.8.10
12592026-05-23T15:37:35.031Z Downloaded dropshot v0.17.0
12602026-05-23T15:37:35.052Z Downloaded regress v0.11.1
12612026-05-23T15:37:35.058Z Downloaded sqlparser v0.61.0
12622026-05-23T15:37:35.062Z Downloaded openapiv3 v2.2.0
12632026-05-23T15:37:35.068Z Downloaded hickory-proto v0.25.2
12642026-05-23T15:37:35.078Z Downloaded diesel v2.3.7
12652026-05-23T15:37:35.094Z Downloaded rustix v0.38.44
12662026-05-23T15:37:35.108Z Downloaded tracing v0.1.44
12672026-05-23T15:37:35.121Z Downloaded ratatui v0.29.0
12682026-05-23T15:37:35.133Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-23T15:37:35.141Z Downloaded regex-automata v0.4.14
12702026-05-23T15:37:35.170Z Downloaded chrono-tz v0.10.4
12712026-05-23T15:37:35.181Z Downloaded sled v0.34.7
12722026-05-23T15:37:35.187Z Downloaded typify-impl v0.6.2
12732026-05-23T15:37:35.196Z Downloaded typify-impl v0.4.3
12742026-05-23T15:37:35.205Z Downloaded jiff v0.2.21
12752026-05-23T15:37:35.219Z Downloaded zerocopy-derive v0.6.6
12762026-05-23T15:37:35.231Z Downloaded libz-sys v1.1.24
12772026-05-23T15:37:35.251Z Downloaded tokio v1.52.1
12782026-05-23T15:37:35.285Z Downloaded petgraph v0.6.5
12792026-05-23T15:37:35.325Z Downloaded petgraph v0.8.3
12802026-05-23T15:37:35.339Z Downloaded csv v1.4.0
12812026-05-23T15:37:35.351Z Downloaded sha3 v0.10.8
12822026-05-23T15:37:35.354Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-23T15:37:35.373Z Downloaded ring v0.17.14
12842026-05-23T15:37:35.400Z Downloaded encoding_rs v0.8.35
12852026-05-23T15:37:35.427Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-05-23T15:37:35.928Z Downloaded aws-lc-sys v0.40.0
12872026-05-23T15:37:36.181Z Compiling libc v0.2.185
12882026-05-23T15:37:36.184Z Compiling serde v1.0.228
12892026-05-23T15:37:36.184Z Compiling log v0.4.29
12902026-05-23T15:37:36.184Z Compiling find-msvc-tools v0.1.9
12912026-05-23T15:37:36.184Z Compiling shlex v1.3.0
12922026-05-23T15:37:36.184Z Compiling smallvec v1.15.1
12932026-05-23T15:37:36.184Z Compiling typenum v1.19.0
12942026-05-23T15:37:36.184Z Compiling subtle v2.6.1
12952026-05-23T15:37:36.184Z Compiling generic-array v0.14.7
12962026-05-23T15:37:36.184Z Compiling scopeguard v1.2.0
12972026-05-23T15:37:36.184Z Compiling portable-atomic v1.13.1
12982026-05-23T15:37:36.353Z Compiling const-oid v0.9.6
12992026-05-23T15:37:36.400Z Compiling syn v2.0.117
13002026-05-23T15:37:36.413Z Compiling serde_json v1.0.149
13012026-05-23T15:37:36.416Z Compiling zerocopy v0.8.40
13022026-05-23T15:37:36.442Z Compiling critical-section v1.2.0
13032026-05-23T15:37:36.523Z Compiling pin-project-lite v0.2.17
13042026-05-23T15:37:36.553Z Compiling parking_lot_core v0.9.12
13052026-05-23T15:37:36.571Z Compiling pkg-config v0.3.32
13062026-05-23T15:37:36.585Z Compiling bitflags v2.11.0
13072026-05-23T15:37:36.600Z Compiling lock_api v0.4.14
13082026-05-23T15:37:36.616Z Compiling libm v0.2.16
13092026-05-23T15:37:36.646Z Compiling futures-core v0.3.32
13102026-05-23T15:37:36.649Z Compiling num-traits v0.2.19
13112026-05-23T15:37:36.732Z Compiling percent-encoding v2.3.2
13122026-05-23T15:37:36.855Z Compiling futures-sink v0.3.32
13132026-05-23T15:37:36.889Z Compiling futures-task v0.3.32
13142026-05-23T15:37:36.889Z Compiling futures-io v0.3.32
13152026-05-23T15:37:36.918Z Compiling slab v0.4.12
13162026-05-23T15:37:36.968Z Compiling futures-channel v0.3.32
13172026-05-23T15:37:36.971Z Compiling cpufeatures v0.2.17
13182026-05-23T15:37:36.998Z Compiling getrandom v0.4.1
13192026-05-23T15:37:37.027Z Compiling rand_core v0.10.0
13202026-05-23T15:37:37.075Z Compiling indexmap v2.14.0
13212026-05-23T15:37:37.078Z Compiling rustversion v1.0.22
13222026-05-23T15:37:37.103Z Compiling getrandom v0.3.4
13232026-05-23T15:37:37.133Z Compiling form_urlencoded v1.2.2
13242026-05-23T15:37:37.147Z Compiling fs_extra v1.3.0
13252026-05-23T15:37:37.184Z Compiling dunce v1.0.5
13262026-05-23T15:37:37.205Z Compiling ident_case v1.0.1
13272026-05-23T15:37:37.208Z Compiling base64ct v1.8.3
13282026-05-23T15:37:37.208Z Compiling iana-time-zone v0.1.65
13292026-05-23T15:37:37.298Z Compiling getrandom v0.2.17
13302026-05-23T15:37:37.327Z Compiling jobserver v0.1.34
13312026-05-23T15:37:37.345Z Compiling errno v0.3.14
13322026-05-23T15:37:37.378Z Compiling mio v1.2.0
13332026-05-23T15:37:37.381Z Compiling socket2 v0.6.3
13342026-05-23T15:37:37.448Z Compiling rustix v1.1.3
13352026-05-23T15:37:37.463Z Compiling rand_core v0.6.4
13362026-05-23T15:37:37.477Z Compiling signal-hook-registry v1.4.8
13372026-05-23T15:37:37.543Z Compiling cc v1.2.56
13382026-05-23T15:37:37.558Z Compiling once_cell v1.21.3
13392026-05-23T15:37:37.627Z Compiling parking_lot v0.12.5
13402026-05-23T15:37:37.725Z Compiling pem-rfc7468 v0.7.0
13412026-05-23T15:37:37.757Z Compiling flagset v0.4.7
13422026-05-23T15:37:37.774Z Compiling regex-syntax v0.8.10
13432026-05-23T15:37:37.774Z Compiling vcpkg v0.2.15
13442026-05-23T15:37:37.804Z Compiling aws-lc-rs v1.16.3
13452026-05-23T15:37:37.807Z Compiling tracing-core v0.1.36
13462026-05-23T15:37:37.871Z Compiling uuid v1.23.0
13472026-05-23T15:37:37.917Z Compiling rustc_version v0.4.1
13482026-05-23T15:37:37.939Z Compiling base64 v0.22.1
13492026-05-23T15:37:38.024Z Compiling openssl-probe v0.2.1
13502026-05-23T15:37:38.052Z Compiling rand_core v0.9.5
13512026-05-23T15:37:38.129Z Compiling untrusted v0.7.1
13522026-05-23T15:37:38.147Z Compiling httparse v1.10.1
13532026-05-23T15:37:38.205Z Compiling untrusted v0.9.0
13542026-05-23T15:37:38.224Z Compiling tinyvec_macros v0.1.1
13552026-05-23T15:37:38.264Z Compiling aho-corasick v1.1.4
13562026-05-23T15:37:38.279Z Compiling cmake v0.1.57
13572026-05-23T15:37:38.296Z Compiling tinyvec v1.10.0
13582026-05-23T15:37:38.310Z Compiling atomic-waker v1.1.2
13592026-05-23T15:37:38.343Z Compiling tower-layer v0.3.3
13602026-05-23T15:37:38.361Z Compiling tower-service v0.3.3
13612026-05-23T15:37:38.364Z Compiling try-lock v0.2.5
13622026-05-23T15:37:38.393Z Compiling rustls v0.23.37
13632026-05-23T15:37:38.457Z Compiling schemars v0.8.22
13642026-05-23T15:37:38.474Z Compiling dyn-clone v1.0.20
13652026-05-23T15:37:38.490Z Compiling want v0.3.1
13662026-05-23T15:37:38.505Z Compiling foreign-types-shared v0.1.1
13672026-05-23T15:37:38.526Z Compiling httpdate v1.0.3
13682026-05-23T15:37:38.557Z Compiling pin-utils v0.1.0
13692026-05-23T15:37:38.598Z Compiling openssl v0.10.78
13702026-05-23T15:37:38.614Z Compiling unicode-normalization v0.1.25
13712026-05-23T15:37:38.632Z Compiling foreign-types v0.3.2
13722026-05-23T15:37:38.648Z Compiling spin v0.9.8
13732026-05-23T15:37:38.648Z Compiling native-tls v0.2.18
13742026-05-23T15:37:38.679Z Compiling num-conv v0.2.0
13752026-05-23T15:37:38.682Z Compiling powerfmt v0.2.0
13762026-05-23T15:37:38.708Z Compiling crc32fast v1.5.0
13772026-05-23T15:37:38.736Z Compiling time-core v0.1.8
13782026-05-23T15:37:38.750Z Compiling wait-timeout v0.2.1
13792026-05-23T15:37:38.785Z Compiling sync_wrapper v1.0.2
13802026-05-23T15:37:38.832Z Compiling syn v1.0.109
13812026-05-23T15:37:38.852Z Compiling deranged v0.5.8
13822026-05-23T15:37:38.879Z Compiling siphasher v1.0.2
13832026-05-23T15:37:38.897Z Compiling num_threads v0.1.7
13842026-05-23T15:37:38.913Z Compiling time-macros v0.2.27
13852026-05-23T15:37:38.929Z Compiling usdt-impl v0.6.0
13862026-05-23T15:37:38.932Z Compiling simd-adler32 v0.3.8
13872026-05-23T15:37:38.932Z Compiling crossbeam-utils v0.8.21
13882026-05-23T15:37:39.029Z Compiling tempfile v3.25.0
13892026-05-23T15:37:39.060Z Compiling bit-vec v0.8.0
13902026-05-23T15:37:39.101Z Compiling quick-error v1.2.3
13912026-05-23T15:37:39.132Z Compiling slog v2.8.2
13922026-05-23T15:37:39.166Z Compiling aws-lc-sys v0.40.0
13932026-05-23T15:37:39.185Z Compiling ring v0.17.14
13942026-05-23T15:37:39.200Z Compiling openssl-sys v0.9.114
13952026-05-23T15:37:39.226Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-05-23T15:37:39.370Z Compiling synstructure v0.13.2
13972026-05-23T15:37:39.386Z Compiling serde_derive_internals v0.29.1
13982026-05-23T15:37:39.404Z Compiling pest_generator v2.8.6
13992026-05-23T15:37:39.407Z Compiling darling_core v0.20.11
14002026-05-23T15:37:39.407Z Compiling regex-automata v0.4.14
14012026-05-23T15:37:39.469Z Compiling darling_core v0.21.3
14022026-05-23T15:37:39.521Z Compiling bit-set v0.8.0
14032026-05-23T15:37:39.707Z Compiling rusty-fork v0.3.1
14042026-05-23T15:37:40.041Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-23T15:37:40.056Z Compiling heapless v0.7.17
14062026-05-23T15:37:40.072Z Compiling rand_xorshift v0.4.0
14072026-05-23T15:37:40.127Z Compiling thread-id v5.1.0
14082026-05-23T15:37:40.163Z Compiling time v0.3.47
14092026-05-23T15:37:40.199Z Compiling cookie v0.18.1
14102026-05-23T15:37:40.229Z Compiling iri-string v0.7.10
14112026-05-23T15:37:40.266Z Compiling unicode-properties v0.1.4
14122026-05-23T15:37:40.314Z Compiling anyhow v1.0.102
14132026-05-23T15:37:40.334Z Compiling unarray v0.1.4
14142026-05-23T15:37:40.361Z Compiling allocator-api2 v0.2.21
14152026-05-23T15:37:40.377Z Compiling adler2 v2.0.1
14162026-05-23T15:37:40.407Z Compiling zstd-safe v7.2.4
14172026-05-23T15:37:40.464Z Compiling unicode-bidi v0.3.18
14182026-05-23T15:37:40.503Z Compiling paste v1.0.15
14192026-05-23T15:37:40.518Z Compiling ryu v1.0.23
14202026-05-23T15:37:40.534Z Compiling signal-hook v0.3.18
14212026-05-23T15:37:40.627Z Compiling miniz_oxide v0.8.9
14222026-05-23T15:37:40.821Z Compiling stringprep v0.1.5
14232026-05-23T15:37:40.898Z Compiling num-integer v0.1.46
14242026-05-23T15:37:41.045Z Compiling vergen-lib v9.1.0
14252026-05-23T15:37:41.177Z Compiling serde_derive v1.0.228
14262026-05-23T15:37:41.252Z Compiling zeroize_derive v1.4.3
14272026-05-23T15:37:41.255Z Compiling zerofrom-derive v0.1.6
14282026-05-23T15:37:41.289Z Compiling yoke-derive v0.8.1
14292026-05-23T15:37:41.305Z Compiling zerocopy-derive v0.8.40
14302026-05-23T15:37:41.308Z Compiling zerovec-derive v0.11.2
14312026-05-23T15:37:41.488Z Compiling displaydoc v0.2.5
14322026-05-23T15:37:41.825Z Compiling tokio-macros v2.7.0
14332026-05-23T15:37:41.845Z Compiling futures-macro v0.3.32
14342026-05-23T15:37:41.861Z Compiling der_derive v0.7.3
14352026-05-23T15:37:41.956Z Compiling zeroize v1.8.2
14362026-05-23T15:37:42.177Z Compiling rustls-pki-types v1.14.0
14372026-05-23T15:37:42.298Z Compiling tracing-attributes v0.1.31
14382026-05-23T15:37:42.506Z Compiling thiserror-impl v2.0.18
14392026-05-23T15:37:42.543Z Compiling pest_derive v2.8.6
14402026-05-23T15:37:42.602Z Compiling scroll_derive v0.13.1
14412026-05-23T15:37:42.676Z Compiling crypto-common v0.1.7
14422026-05-23T15:37:42.719Z Compiling block-buffer v0.10.4
14432026-05-23T15:37:42.750Z Compiling futures-util v0.3.32
14442026-05-23T15:37:42.780Z Compiling zerofrom v0.1.6
14452026-05-23T15:37:42.855Z Compiling block-padding v0.3.3
14462026-05-23T15:37:42.902Z Compiling yoke v0.8.1
14472026-05-23T15:37:42.918Z Compiling digest v0.10.7
14482026-05-23T15:37:42.947Z Compiling der v0.7.10
14492026-05-23T15:37:43.021Z Compiling inout v0.1.4
14502026-05-23T15:37:43.037Z Compiling schemars_derive v0.8.22
14512026-05-23T15:37:43.108Z Compiling zerovec v0.11.5
14522026-05-23T15:37:43.211Z Compiling zerotrie v0.2.3
14532026-05-23T15:37:43.214Z Compiling hmac v0.12.1
14542026-05-23T15:37:43.407Z Compiling cipher v0.4.4
14552026-05-23T15:37:43.491Z Compiling sha2 v0.10.9
14562026-05-23T15:37:43.544Z Compiling pbkdf2 v0.12.2
14572026-05-23T15:37:43.662Z Compiling tinystr v0.8.2
14582026-05-23T15:37:43.683Z Compiling potential_utf v0.1.4
14592026-05-23T15:37:43.697Z Compiling salsa20 v0.10.2
14602026-05-23T15:37:43.725Z Compiling tracing v0.1.44
14612026-05-23T15:37:43.796Z Compiling aes v0.8.4
14622026-05-23T15:37:43.823Z Compiling spki v0.7.3
14632026-05-23T15:37:43.861Z Compiling icu_locale_core v2.1.1
14642026-05-23T15:37:43.880Z Compiling icu_collections v2.1.1
14652026-05-23T15:37:43.897Z Compiling scrypt v0.11.0
14662026-05-23T15:37:43.951Z Compiling thiserror v2.0.18
14672026-05-23T15:37:44.027Z Compiling cbc v0.1.2
14682026-05-23T15:37:44.082Z Compiling scroll v0.13.0
14692026-05-23T15:37:44.174Z Compiling darling_macro v0.20.11
14702026-05-23T15:37:44.204Z Compiling pkcs5 v0.7.1
14712026-05-23T15:37:44.240Z Compiling openssl-macros v0.1.1
14722026-05-23T15:37:44.434Z Compiling goblin v0.10.5
14732026-05-23T15:37:44.449Z Compiling rustls-native-certs v0.8.3
14742026-05-23T15:37:44.465Z Compiling dtrace-parser v0.3.0
14752026-05-23T15:37:44.685Z Compiling icu_provider v2.1.1
14762026-05-23T15:37:44.736Z Compiling pkcs8 v0.10.2
14772026-05-23T15:37:44.736Z Compiling darling v0.20.11
14782026-05-23T15:37:44.772Z Compiling bytes v1.11.1
14792026-05-23T15:37:44.844Z Compiling chrono v0.4.44
14802026-05-23T15:37:44.860Z Compiling ipnet v2.11.0
14812026-05-23T15:37:44.929Z Compiling derive_builder_core v0.20.2
14822026-05-23T15:37:44.944Z Compiling icu_properties v2.1.2
14832026-05-23T15:37:44.977Z Compiling icu_normalizer v2.1.1
14842026-05-23T15:37:45.018Z Compiling signature v2.2.0
14852026-05-23T15:37:45.080Z Compiling webpki-roots v1.0.6
14862026-05-23T15:37:45.219Z Compiling scroll_derive v0.12.1
14872026-05-23T15:37:45.235Z Compiling thiserror-impl v1.0.69
14882026-05-23T15:37:45.251Z Compiling serde_urlencoded v0.7.1
14892026-05-23T15:37:45.268Z Compiling tokio v1.52.1
14902026-05-23T15:37:45.412Z Compiling http v1.4.0
14912026-05-23T15:37:45.431Z Compiling serde_tokenstream v0.2.3
14922026-05-23T15:37:45.525Z Compiling toml_datetime v0.6.11
14932026-05-23T15:37:45.561Z Compiling serde_spanned v0.6.9
14942026-05-23T15:37:45.728Z Compiling erased-serde v0.3.31
14952026-05-23T15:37:45.775Z Compiling md-5 v0.10.6
14962026-05-23T15:37:45.809Z Compiling darling_macro v0.21.3
14972026-05-23T15:37:45.857Z Compiling idna_adapter v1.2.1
14982026-05-23T15:37:45.941Z Compiling ppv-lite86 v0.2.21
14992026-05-23T15:37:45.965Z Compiling scroll v0.12.0
15002026-05-23T15:37:45.991Z Compiling idna v1.1.0
15012026-05-23T15:37:46.020Z Compiling derive_builder_macro v0.20.2
15022026-05-23T15:37:46.080Z Compiling http-body v1.0.1
15032026-05-23T15:37:46.099Z Compiling bstr v1.12.1
15042026-05-23T15:37:46.239Z Compiling rand_chacha v0.9.0
15052026-05-23T15:37:46.257Z Compiling http-body-util v0.1.3
15062026-05-23T15:37:46.273Z Compiling rand_chacha v0.3.1
15072026-05-23T15:37:46.297Z Compiling url v2.5.8
15082026-05-23T15:37:46.314Z Compiling pin-project-internal v1.1.11
15092026-05-23T15:37:46.346Z Compiling zerocopy-derive v0.7.35
15102026-05-23T15:37:46.373Z Compiling async-trait v0.1.89
15112026-05-23T15:37:46.519Z Compiling rand v0.9.2
15122026-05-23T15:37:46.534Z Compiling curve25519-dalek v4.1.3
15132026-05-23T15:37:46.576Z Compiling thiserror v1.0.69
15142026-05-23T15:37:46.680Z Compiling ff v0.13.1
15152026-05-23T15:37:46.697Z Compiling hash32 v0.2.1
15162026-05-23T15:37:46.791Z Compiling memoffset v0.9.1
15172026-05-23T15:37:46.905Z Compiling encoding_rs v0.8.35
15182026-05-23T15:37:46.918Z Compiling psl-types v2.0.11
15192026-05-23T15:37:46.979Z Compiling rustix v0.38.44
15202026-05-23T15:37:47.013Z Compiling zlib-rs v0.6.2
15212026-05-23T15:37:47.059Z Compiling base16ct v0.2.0
15222026-05-23T15:37:47.135Z Compiling proptest v1.10.0
15232026-05-23T15:37:47.257Z Compiling dof v0.4.0
15242026-05-23T15:37:47.276Z Compiling cfg_aliases v0.2.1
15252026-05-23T15:37:47.361Z Compiling smoltcp v0.9.1
15262026-05-23T15:37:47.376Z Compiling litrs v1.0.0
15272026-05-23T15:37:47.379Z Compiling fallible-iterator v0.2.0
15282026-05-23T15:37:47.484Z Compiling num-bigint-dig v0.8.6
15292026-05-23T15:37:47.499Z Compiling mime v0.3.17
15302026-05-23T15:37:47.503Z Compiling ref-cast v1.0.25
15312026-05-23T15:37:47.697Z Compiling ipnetwork v0.21.1
15322026-05-23T15:37:47.744Z Compiling postgres-protocol v0.6.10
15332026-05-23T15:37:47.758Z Compiling pin-project v1.1.11
15342026-05-23T15:37:47.791Z Compiling nix v0.31.2
15352026-05-23T15:37:47.874Z Compiling zerocopy v0.7.35
15362026-05-23T15:37:47.890Z Compiling sec1 v0.7.3
15372026-05-23T15:37:47.906Z Compiling publicsuffix v2.3.0
15382026-05-23T15:37:47.922Z Compiling document-features v0.2.12
15392026-05-23T15:37:47.952Z Compiling oxnet v0.1.5
15402026-05-23T15:37:48.207Z Compiling group v0.13.0
15412026-05-23T15:37:48.237Z Compiling derive_builder v0.20.2
15422026-05-23T15:37:48.281Z Compiling rand v0.8.6
15432026-05-23T15:37:48.324Z Compiling darling v0.21.3
15442026-05-23T15:37:48.377Z Compiling goblin v0.8.2
15452026-05-23T15:37:48.419Z Compiling futures-executor v0.3.32
15462026-05-23T15:37:48.435Z Compiling hubpack_derive v0.1.1
15472026-05-23T15:37:48.452Z Compiling hex v0.4.3
15482026-05-23T15:37:48.469Z Compiling hkdf v0.12.4
15492026-05-23T15:37:48.485Z Compiling crypto-bigint v0.5.5
15502026-05-23T15:37:48.545Z Compiling regex v1.12.3
15512026-05-23T15:37:48.740Z Compiling strum_macros v0.27.2
15522026-05-23T15:37:48.757Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-23T15:37:48.772Z Compiling daft-derive v0.1.7
15542026-05-23T15:37:48.775Z Compiling ref-cast-impl v1.0.25
15552026-05-23T15:37:48.804Z Compiling snafu-derive v0.8.9
15562026-05-23T15:37:48.853Z Compiling num-iter v0.1.45
15572026-05-23T15:37:49.140Z Compiling tokio-util v0.7.18
15582026-05-23T15:37:49.307Z Compiling tower v0.5.3
15592026-05-23T15:37:49.344Z Compiling tokio-native-tls v0.3.1
15602026-05-23T15:37:49.381Z Compiling phf_shared v0.13.1
15612026-05-23T15:37:49.398Z Compiling terminal_size v0.4.3
15622026-05-23T15:37:49.476Z Compiling lazy_static v1.5.0
15632026-05-23T15:37:49.538Z Compiling newtype-uuid v1.3.2
15642026-05-23T15:37:49.557Z Compiling anstyle-parse v0.2.7
15652026-05-23T15:37:49.585Z Compiling vergen v9.1.0
15662026-05-23T15:37:49.588Z Compiling cargo-platform v0.3.2
15672026-05-23T15:37:49.616Z Compiling fs-err v3.3.0
15682026-05-23T15:37:49.651Z Compiling ahash v0.8.12
15692026-05-23T15:37:49.769Z Compiling tower-http v0.6.8
15702026-05-23T15:37:49.797Z Compiling unicode-segmentation v1.12.0
15712026-05-23T15:37:49.825Z Compiling winnow v0.5.40
15722026-05-23T15:37:49.841Z Compiling same-file v1.0.6
15732026-05-23T15:37:49.886Z Compiling h2 v0.4.13
15742026-05-23T15:37:49.904Z Compiling flate2 v1.1.9
15752026-05-23T15:37:49.922Z Compiling object v0.37.3
15762026-05-23T15:37:50.027Z Compiling bitflags v1.3.2
15772026-05-23T15:37:50.116Z Compiling bumpalo v3.20.2
15782026-05-23T15:37:50.225Z Compiling foldhash v0.2.0
15792026-05-23T15:37:50.240Z Compiling managed v0.8.0
15802026-05-23T15:37:50.241Z Compiling libbz2-rs-sys v0.2.2
15812026-05-23T15:37:50.298Z Compiling foldhash v0.1.5
15822026-05-23T15:37:50.314Z Compiling clap_builder v4.6.0
15832026-05-23T15:37:50.372Z Compiling zopfli v0.8.3
15842026-05-23T15:37:50.409Z Compiling hashbrown v0.16.1
15852026-05-23T15:37:50.468Z Compiling hashbrown v0.15.5
15862026-05-23T15:37:50.553Z Compiling walkdir v2.5.0
15872026-05-23T15:37:50.718Z Compiling bzip2 v0.6.1
15882026-05-23T15:37:50.876Z Compiling snafu v0.8.9
15892026-05-23T15:37:50.892Z Compiling strum v0.27.2
15902026-05-23T15:37:50.908Z Compiling dof v0.3.0
15912026-05-23T15:37:51.031Z Compiling cargo_metadata v0.23.1
15922026-05-23T15:37:51.046Z Compiling daft v0.1.7
15932026-05-23T15:37:51.049Z Compiling anstream v0.6.21
15942026-05-23T15:37:51.078Z Compiling phf v0.13.1
15952026-05-23T15:37:51.170Z Compiling elliptic-curve v0.13.8
15962026-05-23T15:37:51.263Z Compiling toml_edit v0.19.15
15972026-05-23T15:37:51.324Z Compiling signal-hook-mio v0.2.5
15982026-05-23T15:37:51.377Z Compiling cookie_store v0.22.1
15992026-05-23T15:37:51.396Z Compiling hubpack v0.1.2
16002026-05-23T15:37:51.411Z Compiling usdt-macro v0.6.0
16012026-05-23T15:37:51.461Z Compiling usdt-attr-macro v0.6.0
16022026-05-23T15:37:51.600Z Compiling bzip2 v0.4.4
16032026-05-23T15:37:51.638Z Compiling futures v0.3.32
16042026-05-23T15:37:51.681Z Compiling serde_with_macros v3.17.0
16052026-05-23T15:37:51.777Z Compiling postgres-types v0.2.12
16062026-05-23T15:37:51.852Z Compiling zstd v0.13.3
16072026-05-23T15:37:51.997Z Compiling dtrace-parser v0.2.0
16082026-05-23T15:37:52.077Z Compiling globset v0.4.18
16092026-05-23T15:37:52.141Z Compiling ed25519 v2.2.3
16102026-05-23T15:37:52.220Z Compiling pkcs1 v0.7.5
16112026-05-23T15:37:52.318Z Compiling serde_plain v1.0.2
16122026-05-23T15:37:52.357Z Compiling serde-big-array v0.5.1
16132026-05-23T15:37:52.472Z Compiling olpc-cjson v0.1.4
16142026-05-23T15:37:52.521Z Compiling rfc6979 v0.4.0
16152026-05-23T15:37:52.537Z Compiling enum-as-inner v0.6.1
16162026-05-23T15:37:52.651Z Compiling clap_derive v4.6.1
16172026-05-23T15:37:52.654Z Compiling serde_repr v0.1.20
16182026-05-23T15:37:52.667Z Compiling async-recursion v1.1.1
16192026-05-23T15:37:52.785Z Compiling strum_macros v0.26.4
16202026-05-23T15:37:52.801Z Compiling phf_shared v0.11.3
16212026-05-23T15:37:52.875Z Compiling float-cmp v0.10.0
16222026-05-23T15:37:52.971Z Compiling hyper v1.8.1
16232026-05-23T15:37:53.001Z Compiling pem v3.0.6
16242026-05-23T15:37:53.048Z Compiling thread-id v4.2.2
16252026-05-23T15:37:53.080Z Compiling memmap2 v0.9.10
16262026-05-23T15:37:53.083Z Compiling env_filter v1.0.0
16272026-05-23T15:37:53.149Z Compiling typed-path v0.9.3
16282026-05-23T15:37:53.239Z Compiling normalize-line-endings v0.3.0
16292026-05-23T15:37:53.325Z Compiling predicates-core v1.0.10
16302026-05-23T15:37:53.353Z Compiling static_assertions v1.1.0
16312026-05-23T15:37:53.369Z Compiling whoami v2.1.0
16322026-05-23T15:37:53.391Z Compiling fixedbitset v0.5.7
16332026-05-23T15:37:53.429Z Compiling difflib v0.4.0
16342026-05-23T15:37:53.434Z Compiling data-encoding v2.10.0
16352026-05-23T15:37:53.460Z Compiling either v1.15.0
16362026-05-23T15:37:53.525Z Compiling keccak v0.1.6
16372026-05-23T15:37:53.684Z Compiling jiff v0.2.21
16382026-05-23T15:37:53.728Z Compiling new_debug_unreachable v1.0.6
16392026-05-23T15:37:53.769Z Compiling precomputed-hash v0.1.1
16402026-05-23T15:37:53.815Z Compiling fixedbitset v0.4.2
16412026-05-23T15:37:53.884Z Compiling string_cache v0.8.9
16422026-05-23T15:37:53.991Z Compiling petgraph v0.6.5
16432026-05-23T15:37:54.027Z Compiling hickory-proto v0.25.2
16442026-05-23T15:37:54.042Z Compiling sha3 v0.10.8
16452026-05-23T15:37:54.064Z Compiling hyper-util v0.1.20
16462026-05-23T15:37:54.128Z Compiling predicates v3.1.4
16472026-05-23T15:37:54.174Z Compiling itertools v0.13.0
16482026-05-23T15:37:54.190Z Compiling petgraph v0.8.3
16492026-05-23T15:37:54.394Z Compiling tokio-postgres v0.7.16
16502026-05-23T15:37:54.471Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16512026-05-23T15:37:54.521Z Compiling clap v4.6.1
16522026-05-23T15:37:54.577Z Compiling toml_edit v0.22.27
16532026-05-23T15:37:54.626Z Compiling env_logger v0.11.9
16542026-05-23T15:37:54.643Z Compiling usdt v0.6.0
16552026-05-23T15:37:54.659Z Compiling strum v0.26.3
16562026-05-23T15:37:54.809Z Compiling usdt-impl v0.5.0
16572026-05-23T15:37:54.873Z Compiling serde_with v3.17.0
16582026-05-23T15:37:54.933Z Compiling crossterm v0.28.1
16592026-05-23T15:37:55.010Z Compiling ecdsa v0.16.9
16602026-05-23T15:37:55.438Z Compiling toml v0.7.8
16612026-05-23T15:37:55.454Z Compiling rsa v0.9.10
16622026-05-23T15:37:55.506Z Compiling ed25519-dalek v2.2.0
16632026-05-23T15:37:55.586Z Compiling hyper-tls v0.6.0
16642026-05-23T15:37:56.079Z Compiling zip v0.6.6
16652026-05-23T15:37:56.205Z Compiling iddqd v0.4.1
16662026-05-23T15:37:56.551Z Compiling zip v4.6.1
16672026-05-23T15:37:56.657Z Compiling heck v0.4.1
16682026-05-23T15:37:56.689Z Compiling similar v2.7.0
16692026-05-23T15:37:56.704Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-05-23T15:37:56.719Z Compiling tokio-stream v0.1.18
16712026-05-23T15:37:56.884Z Compiling buf-list v1.1.2
16722026-05-23T15:37:56.908Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-23T15:37:57.187Z Compiling openapiv3 v2.2.0
16742026-05-23T15:37:57.215Z Compiling x509-cert v0.2.5
16752026-05-23T15:37:57.239Z Compiling sha1 v0.10.6
16762026-05-23T15:37:57.371Z Compiling crossbeam-epoch v0.9.18
16772026-05-23T15:37:57.417Z Compiling lalrpop-util v0.19.12
16782026-05-23T15:37:57.450Z Compiling peg-runtime v0.8.5
16792026-05-23T15:37:57.493Z Compiling thread_local v1.1.9
16802026-05-23T15:37:57.510Z Compiling slog-async v2.8.0
16812026-05-23T15:37:57.513Z Compiling crossbeam-channel v0.5.15
16822026-05-23T15:37:57.555Z Compiling is-terminal v0.4.17
16832026-05-23T15:37:57.591Z Compiling filetime v0.2.27
16842026-05-23T15:37:57.629Z Compiling term v1.2.1
16852026-05-23T15:37:57.666Z Compiling xattr v1.6.1
16862026-05-23T15:37:57.721Z Compiling take_mut v0.2.2
16872026-05-23T15:37:57.792Z Compiling tar v0.4.45
16882026-05-23T15:37:58.019Z Compiling slog-term v2.9.2
16892026-05-23T15:38:15.523Z Compiling rustls-webpki v0.103.9
16902026-05-23T15:38:18.316Z Compiling tokio-rustls v0.26.4
16912026-05-23T15:38:18.317Z Compiling rustls-platform-verifier v0.6.2
16922026-05-23T15:38:18.518Z Compiling hyper-rustls v0.27.7
16932026-05-23T15:38:18.708Z Compiling reqwest v0.12.28
16942026-05-23T15:38:18.708Z Compiling reqwest v0.13.2
16952026-05-23T15:38:19.953Z Compiling tough v0.22.0
16962026-05-23T15:38:22.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-05-23T15:38:22.724Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-05-23T15:38:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.88s
16992026-05-23T15:38:25.782Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-05-23T15:38:25.843ZMay 23 15:38:24.429 INFO Starting download, target: Clickhouse
17012026-05-23T15:38:25.843ZMay 23 15:38:24.430 INFO Starting download, target: Cockroach
17022026-05-23T15:38:25.843ZMay 23 15:38:24.430 INFO Starting download, target: Console
17032026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Starting download, target: DendriteStub
17042026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Starting download, target: MaghemiteMgd
17052026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Starting download, target: MaghemiteDdmd
17062026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Starting download, target: TransceiverControl
17072026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17112026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-23T15:38:25.848ZMay 23 15:38:24.430 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17142026-05-23T15:38:26.232ZMay 23 15:38:24.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-23T15:38:26.438ZMay 23 15:38:25.024 INFO Download complete, target: TransceiverControl
17162026-05-23T15:38:26.817ZMay 23 15:38:25.403 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-23T15:38:27.084ZMay 23 15:38:25.670 INFO Download complete, target: Console
17182026-05-23T15:38:27.876ZMay 23 15:38:26.458 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-23T15:38:28.370ZMay 23 15:38:26.955 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-05-23T15:38:28.388ZMay 23 15:38:26.963 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-05-23T15:38:28.421ZMay 23 15:38:27.004 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-05-23T15:38:28.688ZMay 23 15:38:27.274 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-05-23T15:38:28.688ZMay 23 15:38:27.274 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-05-23T15:38:30.508ZMay 23 15:38:29.095 INFO Download complete, target: MaghemiteDdmd
17252026-05-23T15:38:31.251ZMay 23 15:38:29.837 INFO Download complete, target: MaghemiteMgd
17262026-05-23T15:38:31.380ZMay 23 15:38:29.966 INFO Download complete, target: DendriteStub
17272026-05-23T15:38:33.529ZMay 23 15:38:32.111 INFO Checking that binary works, target: Cockroach
17282026-05-23T15:38:33.661ZMay 23 15:38:32.239 INFO Download complete, target: Cockroach
17292026-05-23T15:38:34.897ZMay 23 15:38:33.483 INFO Checking that binary works, target: Clickhouse
17302026-05-23T15:38:34.998ZMay 23 15:38:33.584 INFO Download complete, target: Clickhouse
17312026-05-23T15:38:35.005ZAll prerequisites installed successfully
17322026-05-23T15:38:35.009Z
17332026-05-23T15:38:35.009Zreal 2:03.387530161
17342026-05-23T15:38:35.009Zuser 7:06.850318712
17352026-05-23T15:38:35.009Zsys 1:43.732831535
17362026-05-23T15:38:35.009Ztrap 0.275553305
17372026-05-23T15:38:35.009Ztflt 1.223205273
17382026-05-23T15:38:35.009Zdflt 1.722439690
17392026-05-23T15:38:35.009Zkflt 0.032077984
17402026-05-23T15:38:35.009Zlock 23:05.214432390
17412026-05-23T15:38:35.009Zslp 19:14.294434996
17422026-05-23T15:38:35.009Zlat 25.162055027
17432026-05-23T15:38:35.009Zstop 2:55.605946823
17442026-05-23T15:38:35.009Z+ ptime -m cargo xtask download softnpu
17452026-05-23T15:38:35.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17462026-05-23T15:38:35.623Z Running `target/debug/xtask download softnpu`
17472026-05-23T15:38:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17482026-05-23T15:38:36.530Z Running `target/debug/xtask-downloader softnpu`
17492026-05-23T15:38:36.578ZMay 23 15:38:35.164 INFO Starting download, target: Softnpu
17502026-05-23T15:38:36.581ZMay 23 15:38:35.164 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-05-23T15:38:37.174ZMay 23 15:38:35.760 INFO Download complete, target: Softnpu
17522026-05-23T15:38:37.177Z
17532026-05-23T15:38:37.177Zreal 2.165591299
17542026-05-23T15:38:37.177Zuser 1.474528248
17552026-05-23T15:38:37.177Zsys 0.733172896
17562026-05-23T15:38:37.177Ztrap 0.000682220
17572026-05-23T15:38:37.177Ztflt 0.000069540
17582026-05-23T15:38:37.177Zdflt 0.000122940
17592026-05-23T15:38:37.177Zkflt 0.000000000
17602026-05-23T15:38:37.177Zlock 10.904629426
17612026-05-23T15:38:37.177Zslp 0.447669800
17622026-05-23T15:38:37.177Zlat 0.092632483
17632026-05-23T15:38:37.177Zstop 0.000157320
17642026-05-23T15:38:37.182Z+ export CARGO_INCREMENTAL=0
17652026-05-23T15:38:37.182Z+ CARGO_INCREMENTAL=0
17662026-05-23T15:38:37.182Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-05-23T15:38:38.162Z Compiling proc-macro2 v1.0.106
17682026-05-23T15:38:38.163Z Compiling quote v1.0.45
17692026-05-23T15:38:38.163Z Compiling unicode-ident v1.0.24
17702026-05-23T15:38:38.163Z Compiling libc v0.2.185
17712026-05-23T15:38:38.179Z Compiling serde_core v1.0.228
17722026-05-23T15:38:38.180Z Compiling serde v1.0.228
17732026-05-23T15:38:38.180Z Compiling cfg-if v1.0.4
17742026-05-23T15:38:38.180Z Compiling version_check v0.9.5
17752026-05-23T15:38:38.180Z Compiling find-msvc-tools v0.1.9
17762026-05-23T15:38:38.315Z Compiling shlex v1.3.0
17772026-05-23T15:38:38.327Z Compiling typenum v1.19.0
17782026-05-23T15:38:38.327Z Compiling zmij v1.0.21
17792026-05-23T15:38:38.327Z Compiling autocfg v1.5.0
17802026-05-23T15:38:38.327Z Compiling serde_json v1.0.149
17812026-05-23T15:38:38.327Z Compiling memchr v2.8.0
17822026-05-23T15:38:38.561Z Compiling portable-atomic v1.13.1
17832026-05-23T15:38:38.653Z Compiling libm v0.2.16
17842026-05-23T15:38:38.658Z Compiling zerocopy v0.8.40
17852026-05-23T15:38:38.658Z Compiling parking_lot_core v0.9.12
17862026-05-23T15:38:38.707Z Compiling smallvec v1.15.1
17872026-05-23T15:38:38.722Z Compiling icu_normalizer_data v2.1.1
17882026-05-23T15:38:38.722Z Compiling icu_properties_data v2.1.2
17892026-05-23T15:38:38.955Z Compiling generic-array v0.14.7
17902026-05-23T15:38:38.979Z Compiling num-traits v0.2.19
17912026-05-23T15:38:38.985Z Compiling itoa v1.0.17
17922026-05-23T15:38:39.014Z Compiling getrandom v0.4.1
17932026-05-23T15:38:39.031Z Compiling log v0.4.29
17942026-05-23T15:38:39.047Z Compiling stable_deref_trait v1.2.1
17952026-05-23T15:38:39.086Z Compiling pkg-config v0.3.32
17962026-05-23T15:38:39.117Z Compiling subtle v2.6.1
17972026-05-23T15:38:39.258Z Compiling scopeguard v1.2.0
17982026-05-23T15:38:39.306Z Compiling jobserver v0.1.34
17992026-05-23T15:38:39.316Z Compiling getrandom v0.2.17
18002026-05-23T15:38:39.415Z Compiling errno v0.3.14
18012026-05-23T15:38:39.422Z Compiling lock_api v0.4.14
18022026-05-23T15:38:39.500Z Compiling rand_core v0.6.4
18032026-05-23T15:38:39.522Z Compiling cc v1.2.56
18042026-05-23T15:38:39.577Z Compiling percent-encoding v2.3.2
18052026-05-23T15:38:39.594Z Compiling writeable v0.6.2
18062026-05-23T15:38:39.609Z Compiling litemap v0.8.1
18072026-05-23T15:38:39.692Z Compiling syn v2.0.117
18082026-05-23T15:38:39.734Z Compiling fnv v1.0.7
18092026-05-23T15:38:39.751Z Compiling pin-project-lite v0.2.17
18102026-05-23T15:38:39.851Z Compiling thiserror v2.0.18
18112026-05-23T15:38:39.902Z Compiling getrandom v0.3.4
18122026-05-23T15:38:39.949Z Compiling critical-section v1.2.0
18132026-05-23T15:38:40.013Z Compiling dunce v1.0.5
18142026-05-23T15:38:40.053Z Compiling fs_extra v1.3.0
18152026-05-23T15:38:40.056Z Compiling equivalent v1.0.2
18162026-05-23T15:38:40.102Z Compiling schemars v0.8.22
18172026-05-23T15:38:40.178Z Compiling rand_core v0.10.0
18182026-05-23T15:38:40.196Z Compiling rustversion v1.0.22
18192026-05-23T15:38:40.246Z Compiling cmake v0.1.57
18202026-05-23T15:38:40.258Z Compiling utf8_iter v1.0.4
18212026-05-23T15:38:40.293Z Compiling form_urlencoded v1.2.2
18222026-05-23T15:38:40.379Z Compiling once_cell v1.21.3
18232026-05-23T15:38:40.503Z Compiling signal-hook-registry v1.4.8
18242026-05-23T15:38:40.623Z Compiling rustix v1.1.3
18252026-05-23T15:38:40.627Z Compiling hashbrown v0.17.0
18262026-05-23T15:38:40.627Z Compiling parking_lot v0.12.5
18272026-05-23T15:38:40.669Z Compiling mio v1.2.0
18282026-05-23T15:38:40.704Z Compiling socket2 v0.6.3
18292026-05-23T15:38:40.794Z Compiling semver v1.0.28
18302026-05-23T15:38:40.864Z Compiling bitflags v2.11.0
18312026-05-23T15:38:40.890Z Compiling ring v0.17.14
18322026-05-23T15:38:40.971Z Compiling aws-lc-sys v0.40.0
18332026-05-23T15:38:41.008Z Compiling const-oid v0.9.6
18342026-05-23T15:38:41.131Z Compiling heck v0.5.0
18352026-05-23T15:38:41.155Z Compiling aws-lc-rs v1.16.3
18362026-05-23T15:38:41.171Z Compiling indexmap v2.14.0
18372026-05-23T15:38:41.221Z Compiling futures-core v0.3.32
18382026-05-23T15:38:41.238Z Compiling httparse v1.10.1
18392026-05-23T15:38:41.390Z Compiling strsim v0.11.1
18402026-05-23T15:38:41.406Z Compiling thiserror v1.0.69
18412026-05-23T15:38:41.537Z Compiling ucd-trie v0.1.7
18422026-05-23T15:38:41.578Z Compiling byteorder v1.5.0
18432026-05-23T15:38:41.595Z Compiling vcpkg v0.2.15
18442026-05-23T15:38:41.694Z Compiling iana-time-zone v0.1.65
18452026-05-23T15:38:41.713Z Compiling pest v2.8.6
18462026-05-23T15:38:41.758Z Compiling ident_case v1.0.1
18472026-05-23T15:38:41.774Z Compiling syn v1.0.109
18482026-05-23T15:38:41.774Z Compiling regex-syntax v0.8.10
18492026-05-23T15:38:41.822Z Compiling uuid v1.23.0
18502026-05-23T15:38:41.896Z Compiling rustls v0.23.37
18512026-05-23T15:38:41.917Z Compiling cpufeatures v0.2.17
18522026-05-23T15:38:42.104Z Compiling futures-sink v0.3.32
18532026-05-23T15:38:42.118Z Compiling rustc_version v0.4.1
18542026-05-23T15:38:42.176Z Compiling openssl-sys v0.9.114
18552026-05-23T15:38:42.231Z Compiling futures-channel v0.3.32
18562026-05-23T15:38:42.267Z Compiling slab v0.4.12
18572026-05-23T15:38:42.294Z Compiling futures-io v0.3.32
18582026-05-23T15:38:42.422Z Compiling futures-task v0.3.32
18592026-05-23T15:38:42.504Z Compiling aho-corasick v1.1.4
18602026-05-23T15:38:42.536Z Compiling synstructure v0.13.2
18612026-05-23T15:38:42.579Z Compiling serde_derive_internals v0.29.1
18622026-05-23T15:38:42.703Z Compiling dyn-clone v1.0.20
18632026-05-23T15:38:42.877Z Compiling pest_meta v2.8.6
18642026-05-23T15:38:42.926Z Compiling crc32fast v1.5.0
18652026-05-23T15:38:42.943Z Compiling num-conv v0.2.0
18662026-05-23T15:38:42.958Z Compiling time-core v0.1.8
18672026-05-23T15:38:42.978Z Compiling plain v0.2.3
18682026-05-23T15:38:43.056Z Compiling base64 v0.22.1
18692026-05-23T15:38:43.150Z Compiling openssl v0.10.78
18702026-05-23T15:38:43.154Z Compiling time-macros v0.2.27
18712026-05-23T15:38:43.208Z Compiling crossbeam-utils v0.8.21
18722026-05-23T15:38:43.379Z Compiling regex-automata v0.4.14
18732026-05-23T15:38:43.411Z Compiling pretty-hex v0.4.1
18742026-05-23T15:38:43.452Z Compiling base64ct v1.8.3
18752026-05-23T15:38:43.472Z Compiling native-tls v0.2.18
18762026-05-23T15:38:43.503Z Compiling pest_generator v2.8.6
18772026-05-23T15:38:43.566Z Compiling anyhow v1.0.102
18782026-05-23T15:38:43.585Z Compiling darling_core v0.21.3
18792026-05-23T15:38:43.663Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-05-23T15:38:43.718Z Compiling pem-rfc7468 v0.7.0
18812026-05-23T15:38:43.767Z Compiling tracing-core v0.1.36
18822026-05-23T15:38:43.845Z Compiling serde_derive v1.0.228
18832026-05-23T15:38:43.894Z Compiling zeroize_derive v1.4.3
18842026-05-23T15:38:43.974Z Compiling zerofrom-derive v0.1.6
18852026-05-23T15:38:43.990Z Compiling yoke-derive v0.8.1
18862026-05-23T15:38:44.005Z Compiling zerovec-derive v0.11.2
18872026-05-23T15:38:44.057Z Compiling displaydoc v0.2.5
18882026-05-23T15:38:44.164Z Compiling zerocopy-derive v0.8.40
18892026-05-23T15:38:44.182Z Compiling tokio-macros v2.7.0
18902026-05-23T15:38:44.197Z Compiling futures-macro v0.3.32
18912026-05-23T15:38:44.502Z Compiling zeroize v1.8.2
18922026-05-23T15:38:44.832Z Compiling thiserror-impl v2.0.18
18932026-05-23T15:38:44.867Z Compiling schemars_derive v0.8.22
18942026-05-23T15:38:44.961Z Compiling tracing-attributes v0.1.31
18952026-05-23T15:38:44.978Z Compiling der_derive v0.7.3
18962026-05-23T15:38:45.049Z Compiling thiserror-impl v1.0.69
18972026-05-23T15:38:45.112Z Compiling zerofrom v0.1.6
18982026-05-23T15:38:45.257Z Compiling yoke v0.8.1
18992026-05-23T15:38:45.328Z Compiling crypto-common v0.1.7
19002026-05-23T15:38:45.451Z Compiling zerovec v0.11.5
19012026-05-23T15:38:45.474Z Compiling zerotrie v0.2.3
19022026-05-23T15:38:45.754Z Compiling block-buffer v0.10.4
19032026-05-23T15:38:45.925Z Compiling digest v0.10.7
19042026-05-23T15:38:45.941Z Compiling pest_derive v2.8.6
19052026-05-23T15:38:46.013Z Compiling tinystr v0.8.2
19062026-05-23T15:38:46.030Z Compiling potential_utf v0.1.4
19072026-05-23T15:38:46.140Z Compiling futures-util v0.3.32
19082026-05-23T15:38:46.159Z Compiling hmac v0.12.1
19092026-05-23T15:38:46.177Z Compiling icu_collections v2.1.1
19102026-05-23T15:38:46.246Z Compiling icu_locale_core v2.1.1
19112026-05-23T15:38:46.321Z Compiling block-padding v0.3.3
19122026-05-23T15:38:46.390Z Compiling rustls-pki-types v1.14.0
19132026-05-23T15:38:46.407Z Compiling sha2 v0.10.9
19142026-05-23T15:38:46.806Z Compiling inout v0.1.4
19152026-05-23T15:38:46.879Z Compiling openssl-macros v0.1.1
19162026-05-23T15:38:46.923Z Compiling scroll_derive v0.12.1
19172026-05-23T15:38:46.972Z Compiling bytes v1.11.1
19182026-05-23T15:38:47.006Z Compiling icu_provider v2.1.1
19192026-05-23T15:38:47.234Z Compiling chrono v0.4.44
19202026-05-23T15:38:47.250Z Compiling cipher v0.4.4
19212026-05-23T15:38:47.273Z Compiling icu_properties v2.1.2
19222026-05-23T15:38:47.468Z Compiling icu_normalizer v2.1.1
19232026-05-23T15:38:47.536Z Compiling tokio v1.52.1
19242026-05-23T15:38:47.705Z Compiling serde_tokenstream v0.2.3
19252026-05-23T15:38:48.018Z Compiling scroll_derive v0.13.1
19262026-05-23T15:38:48.439Z Compiling idna_adapter v1.2.1
19272026-05-23T15:38:48.551Z Compiling ppv-lite86 v0.2.21
19282026-05-23T15:38:48.602Z Compiling idna v1.1.0
19292026-05-23T15:38:48.752Z Compiling http v1.4.0
19302026-05-23T15:38:48.884Z Compiling flagset v0.4.7
19312026-05-23T15:38:48.912Z Compiling untrusted v0.9.0
19322026-05-23T15:38:48.976Z Compiling url v2.5.8
19332026-05-23T15:38:49.034Z Compiling der v0.7.10
19342026-05-23T15:38:49.084Z Compiling tracing v0.1.44
19352026-05-23T15:38:49.088Z Compiling darling_macro v0.21.3
19362026-05-23T15:38:49.239Z Compiling regex v1.12.3
19372026-05-23T15:38:49.514Z Compiling zerocopy-derive v0.7.35
19382026-05-23T15:38:49.554Z Compiling rand_core v0.9.5
19392026-05-23T15:38:49.665Z Compiling slog v2.8.2
19402026-05-23T15:38:49.904Z Compiling cookie v0.18.1
19412026-05-23T15:38:50.231Z Compiling spki v0.7.3
19422026-05-23T15:38:50.291Z Compiling darling v0.21.3
19432026-05-23T15:38:50.313Z Compiling salsa20 v0.10.2
19442026-05-23T15:38:50.335Z Compiling pbkdf2 v0.12.2
19452026-05-23T15:38:50.863Z Compiling camino v1.2.2
19462026-05-23T15:38:51.005Z Compiling scrypt v0.11.0
19472026-05-23T15:38:51.167Z Compiling rand_chacha v0.9.0
19482026-05-23T15:38:51.184Z Compiling http-body v1.0.1
19492026-05-23T15:38:51.254Z Compiling cbc v0.1.2
19502026-05-23T15:38:51.357Z Compiling tokio-util v0.7.18
19512026-05-23T15:38:51.387Z Compiling aes v0.8.4
19522026-05-23T15:38:51.469Z Compiling usdt-impl v0.5.0
19532026-05-23T15:38:51.488Z Compiling atomic-waker v1.1.2
19542026-05-23T15:38:51.512Z Compiling openssl-probe v0.2.1
19552026-05-23T15:38:51.620Z Compiling paste v1.0.15
19562026-05-23T15:38:51.639Z Compiling either v1.15.0
19572026-05-23T15:38:51.657Z Compiling usdt-impl v0.6.0
19582026-05-23T15:38:51.694Z Compiling untrusted v0.7.1
19592026-05-23T15:38:51.835Z Compiling ref-cast v1.0.25
19602026-05-23T15:38:51.888Z Compiling tinyvec_macros v0.1.1
19612026-05-23T15:38:51.904Z Compiling winnow v0.7.14
19622026-05-23T15:38:51.973Z Compiling tinyvec v1.10.0
19632026-05-23T15:38:51.990Z Compiling pkcs5 v0.7.1
19642026-05-23T15:38:52.149Z Compiling rand v0.9.2
19652026-05-23T15:38:52.506Z Compiling scroll v0.13.0
19662026-05-23T15:38:52.612Z Compiling scroll v0.12.0
19672026-05-23T15:38:52.682Z Compiling toml_datetime v0.6.11
19682026-05-23T15:38:52.713Z Compiling serde_spanned v0.6.9
19692026-05-23T15:38:52.779Z Compiling async-trait v0.1.89
19702026-05-23T15:38:52.796Z Compiling heapless v0.7.17
19712026-05-23T15:38:52.885Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-05-23T15:38:52.951Z Compiling try-lock v0.2.5
19732026-05-23T15:38:53.071Z Compiling fastrand v2.3.0
19742026-05-23T15:38:53.074Z Compiling zstd-safe v7.2.4
19752026-05-23T15:38:53.117Z Compiling tower-service v0.3.3
19762026-05-23T15:38:53.192Z Compiling signal-hook v0.3.18
19772026-05-23T15:38:53.237Z Compiling tower-layer v0.3.3
19782026-05-23T15:38:53.368Z Compiling litrs v1.0.0
19792026-05-23T15:38:53.437Z Compiling want v0.3.1
19802026-05-23T15:38:53.455Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-05-23T15:38:53.501Z Compiling h2 v0.4.13
19822026-05-23T15:38:53.646Z Compiling goblin v0.8.2
19832026-05-23T15:38:53.667Z Compiling goblin v0.10.5
19842026-05-23T15:38:53.784Z Compiling pkcs8 v0.10.2
19852026-05-23T15:38:53.840Z Compiling document-features v0.2.12
19862026-05-23T15:38:53.915Z Compiling zerocopy v0.7.35
19872026-05-23T15:38:54.041Z Compiling ipnet v2.11.0
19882026-05-23T15:38:54.349Z Compiling ref-cast-impl v1.0.25
19892026-05-23T15:38:54.376Z Compiling darling_core v0.20.11
19902026-05-23T15:38:54.486Z Compiling curve25519-dalek v4.1.3
19912026-05-23T15:38:54.568Z Compiling memoffset v0.9.1
19922026-05-23T15:38:54.754Z Compiling foreign-types-shared v0.1.1
19932026-05-23T15:38:54.788Z Compiling pin-utils v0.1.0
19942026-05-23T15:38:54.859Z Compiling utf8parse v0.2.2
19952026-05-23T15:38:54.878Z Compiling powerfmt v0.2.0
19962026-05-23T15:38:54.991Z Compiling rustix v0.38.44
19972026-05-23T15:38:55.081Z Compiling winnow v0.5.40
19982026-05-23T15:38:55.302Z Compiling httpdate v1.0.3
19992026-05-23T15:38:55.382Z Compiling deranged v0.5.8
20002026-05-23T15:38:55.536Z Compiling tempfile v3.25.0
20012026-05-23T15:38:55.555Z Compiling foreign-types v0.3.2
20022026-05-23T15:38:55.886Z Compiling dof v0.3.0
20032026-05-23T15:38:56.173Z Compiling unicode-normalization v0.1.25
20042026-05-23T15:38:56.361Z Compiling darling_macro v0.20.11
20052026-05-23T15:38:56.455Z Compiling dof v0.4.0
20062026-05-23T15:38:56.524Z Compiling hyper v1.8.1
20072026-05-23T15:38:56.541Z Compiling toml_edit v0.19.15
20082026-05-23T15:38:56.541Z Compiling dtrace-parser v0.2.0
20092026-05-23T15:38:56.779Z Compiling dtrace-parser v0.3.0
20102026-05-23T15:38:56.845Z Compiling daft-derive v0.1.7
20112026-05-23T15:38:56.943Z Compiling pin-project-internal v1.1.11
20122026-05-23T15:38:56.992Z Compiling spin v0.9.8
20132026-05-23T15:38:57.219Z Compiling thread-id v4.2.2
20142026-05-23T15:38:57.237Z Compiling thread-id v5.1.0
20152026-05-23T15:38:57.325Z Compiling cfg_aliases v0.2.1
20162026-05-23T15:38:57.341Z Compiling num-bigint-dig v0.8.6
20172026-05-23T15:38:57.418Z Compiling anstyle v1.0.14
20182026-05-23T15:38:57.436Z Compiling smoltcp v0.9.1
20192026-05-23T15:38:57.559Z Compiling num_threads v0.1.7
20202026-05-23T15:38:57.576Z Compiling nix v0.31.2
20212026-05-23T15:38:57.662Z Compiling hyper-util v0.1.20
20222026-05-23T15:38:57.678Z Compiling time v0.3.47
20232026-05-23T15:38:58.003Z Compiling darling v0.20.11
20242026-05-23T15:38:58.145Z Compiling rustls-native-certs v0.8.3
20252026-05-23T15:38:58.187Z Compiling ipnetwork v0.21.1
20262026-05-23T15:38:58.546Z Compiling curve25519-dalek-derive v0.1.1
20272026-05-23T15:38:58.807Z Compiling strum_macros v0.26.4
20282026-05-23T15:38:58.981Z Compiling sync_wrapper v1.0.2
20292026-05-23T15:38:59.045Z Compiling wait-timeout v0.2.1
20302026-05-23T15:38:59.294Z Compiling colorchoice v1.0.4
20312026-05-23T15:38:59.371Z Compiling simd-adler32 v0.3.8
20322026-05-23T15:38:59.403Z Compiling siphasher v1.0.2
20332026-05-23T15:38:59.427Z Compiling quick-error v1.2.3
20342026-05-23T15:38:59.505Z Compiling anstyle-query v1.1.5
20352026-05-23T15:38:59.554Z Compiling bit-vec v0.8.0
20362026-05-23T15:38:59.623Z Compiling is_terminal_polyfill v1.70.2
20372026-05-23T15:38:59.757Z Compiling bit-set v0.8.0
20382026-05-23T15:38:59.811Z Compiling rusty-fork v0.3.1
20392026-05-23T15:38:59.944Z Compiling tower v0.5.3
20402026-05-23T15:39:00.252Z Compiling derive_builder_core v0.20.2
20412026-05-23T15:39:00.412Z Compiling http-body-util v0.1.3
20422026-05-23T15:39:00.542Z Compiling webpki-roots v1.0.6
20432026-05-23T15:39:00.646Z Compiling rand_xorshift v0.4.0
20442026-05-23T15:39:00.690Z Compiling signature v2.2.0
20452026-05-23T15:39:00.706Z Compiling hubpack_derive v0.1.1
20462026-05-23T15:39:00.721Z Compiling strum_macros v0.27.2
20472026-05-23T15:39:00.818Z Compiling snafu-derive v0.8.9
20482026-05-23T15:39:00.897Z Compiling fs-err v3.3.0
20492026-05-23T15:39:00.989Z Compiling ahash v0.8.12
20502026-05-23T15:39:01.106Z Compiling encoding_rs v0.8.35
20512026-05-23T15:39:01.123Z Compiling mime v0.3.17
20522026-05-23T15:39:01.126Z Compiling object v0.37.3
20532026-05-23T15:39:01.181Z Compiling unicode-segmentation v1.12.0
20542026-05-23T15:39:01.368Z Compiling ryu v1.0.23
20552026-05-23T15:39:01.422Z Compiling unicode-bidi v0.3.18
20562026-05-23T15:39:01.443Z Compiling adler2 v2.0.1
20572026-05-23T15:39:01.512Z Compiling unicode-properties v0.1.4
20582026-05-23T15:39:01.626Z Compiling iri-string v0.7.10
20592026-05-23T15:39:01.653Z Compiling unarray v0.1.4
20602026-05-23T15:39:01.680Z Compiling allocator-api2 v0.2.21
20612026-05-23T15:39:01.730Z Compiling serde_urlencoded v0.7.1
20622026-05-23T15:39:01.748Z Compiling miniz_oxide v0.8.9
20632026-05-23T15:39:01.779Z Compiling stringprep v0.1.5
20642026-05-23T15:39:01.796Z Compiling proptest v1.10.0
20652026-05-23T15:39:01.989Z Compiling derive_builder_macro v0.20.2
20662026-05-23T15:39:02.158Z Compiling tokio-native-tls v0.3.1
20672026-05-23T15:39:02.317Z Compiling usdt-macro v0.6.0
20682026-05-23T15:39:02.375Z Compiling usdt-attr-macro v0.6.0
20692026-05-23T15:39:02.501Z Compiling anstyle-parse v1.0.0
20702026-05-23T15:39:02.700Z Compiling rand_chacha v0.3.1
20712026-05-23T15:39:02.717Z Compiling erased-serde v0.3.31
20722026-05-23T15:39:02.806Z Compiling tower-http v0.6.8
20732026-05-23T15:39:02.824Z Compiling md-5 v0.10.6
20742026-05-23T15:39:02.874Z Compiling bstr v1.12.1
20752026-05-23T15:39:03.075Z Compiling num-integer v0.1.46
20762026-05-23T15:39:03.097Z Compiling hash32 v0.2.1
20772026-05-23T15:39:03.175Z Compiling vergen-lib v9.1.0
20782026-05-23T15:39:03.240Z Compiling ff v0.13.1
20792026-05-23T15:39:03.381Z Compiling psl-types v2.0.11
20802026-05-23T15:39:03.400Z Compiling zlib-rs v0.6.2
20812026-05-23T15:39:03.403Z Compiling fallible-iterator v0.2.0
20822026-05-23T15:39:03.474Z Compiling base16ct v0.2.0
20832026-05-23T15:39:03.518Z Compiling publicsuffix v2.3.0
20842026-05-23T15:39:03.575Z Compiling group v0.13.0
20852026-05-23T15:39:03.656Z Compiling sec1 v0.7.3
20862026-05-23T15:39:03.684Z Compiling num-iter v0.1.45
20872026-05-23T15:39:03.710Z Compiling postgres-protocol v0.6.10
20882026-05-23T15:39:03.866Z Compiling newtype-uuid v1.3.2
20892026-05-23T15:39:04.199Z Compiling rand v0.8.6
20902026-05-23T15:39:04.301Z Compiling oxnet v0.1.5
20912026-05-23T15:39:04.576Z Compiling anstream v1.0.0
20922026-05-23T15:39:04.629Z Compiling derive_builder v0.20.2
20932026-05-23T15:39:04.646Z Compiling hyper-tls v0.6.0
20942026-05-23T15:39:04.776Z Compiling heck v0.4.1
20952026-05-23T15:39:04.832Z Compiling phf_shared v0.13.1
20962026-05-23T15:39:04.881Z Compiling pin-project v1.1.11
20972026-05-23T15:39:04.980Z Compiling lazy_static v1.5.0
20982026-05-23T15:39:05.015Z Compiling anstyle-parse v0.2.7
20992026-05-23T15:39:05.125Z Compiling terminal_size v0.4.3
21002026-05-23T15:39:05.186Z Compiling serde_with_macros v3.17.0
21012026-05-23T15:39:05.202Z Compiling futures-executor v0.3.32
21022026-05-23T15:39:05.284Z Compiling hex v0.4.3
21032026-05-23T15:39:05.411Z Compiling hkdf v0.12.4
21042026-05-23T15:39:05.451Z Compiling flate2 v1.1.9
21052026-05-23T15:39:05.491Z Compiling crypto-bigint v0.5.5
21062026-05-23T15:39:05.541Z Compiling serde_repr v0.1.20
21072026-05-23T15:39:05.583Z Compiling clap_derive v4.6.1
21082026-05-23T15:39:05.600Z Compiling enum-as-inner v0.6.1
21092026-05-23T15:39:05.631Z Compiling async-recursion v1.1.1
21102026-05-23T15:39:05.705Z Compiling vergen v9.1.0
21112026-05-23T15:39:05.728Z Compiling cargo-platform v0.3.2
21122026-05-23T15:39:05.852Z Compiling bitflags v1.3.2
21132026-05-23T15:39:05.917Z Compiling libbz2-rs-sys v0.2.2
21142026-05-23T15:39:05.945Z Compiling managed v0.8.0
21152026-05-23T15:39:06.002Z Compiling foldhash v0.1.5
21162026-05-23T15:39:06.018Z Compiling same-file v1.0.6
21172026-05-23T15:39:06.122Z Compiling clap_lex v1.0.0
21182026-05-23T15:39:06.192Z Compiling foldhash v0.2.0
21192026-05-23T15:39:06.279Z Compiling bumpalo v3.20.2
21202026-05-23T15:39:06.366Z Compiling hashbrown v0.16.1
21212026-05-23T15:39:06.430Z Compiling elliptic-curve v0.13.8
21222026-05-23T15:39:06.447Z Compiling bzip2 v0.6.1
21232026-05-23T15:39:06.516Z Compiling zopfli v0.8.3
21242026-05-23T15:39:06.565Z Compiling clap_builder v4.6.0
21252026-05-23T15:39:06.582Z Compiling walkdir v2.5.0
21262026-05-23T15:39:06.670Z Compiling hashbrown v0.15.5
21272026-05-23T15:39:06.821Z Compiling cargo_metadata v0.23.1
21282026-05-23T15:39:06.967Z Compiling futures v0.3.32
21292026-05-23T15:39:07.102Z Compiling zstd v0.13.3
21302026-05-23T15:39:07.286Z Compiling anstream v0.6.21
21312026-05-23T15:39:07.387Z Compiling phf v0.13.1
21322026-05-23T15:39:07.605Z Compiling snafu v0.8.9
21332026-05-23T15:39:07.628Z Compiling signal-hook-mio v0.2.5
21342026-05-23T15:39:07.767Z Compiling daft v0.1.7
21352026-05-23T15:39:07.969Z Compiling cookie_store v0.22.1
21362026-05-23T15:39:07.985Z Compiling postgres-types v0.2.12
21372026-05-23T15:39:08.060Z Compiling bzip2 v0.4.4
21382026-05-23T15:39:08.117Z Compiling globset v0.4.18
21392026-05-23T15:39:08.291Z Compiling strum v0.27.2
21402026-05-23T15:39:08.497Z Compiling hubpack v0.1.2
21412026-05-23T15:39:08.532Z Compiling ed25519 v2.2.3
21422026-05-23T15:39:08.532Z Compiling phf_shared v0.11.3
21432026-05-23T15:39:08.630Z Compiling crossbeam-epoch v0.9.18
21442026-05-23T15:39:08.675Z Compiling olpc-cjson v0.1.4
21452026-05-23T15:39:08.718Z Compiling pkcs1 v0.7.5
21462026-05-23T15:39:08.752Z Compiling pem v3.0.6
21472026-05-23T15:39:08.877Z Compiling serde_plain v1.0.2
21482026-05-23T15:39:08.926Z Compiling serde-big-array v0.5.1
21492026-05-23T15:39:08.944Z Compiling rfc6979 v0.4.0
21502026-05-23T15:39:08.987Z Compiling float-cmp v0.10.0
21512026-05-23T15:39:09.058Z Compiling memmap2 v0.9.10
21522026-05-23T15:39:09.091Z Compiling env_filter v1.0.0
21532026-05-23T15:39:09.108Z Compiling jiff v0.2.21
21542026-05-23T15:39:09.144Z Compiling precomputed-hash v0.1.1
21552026-05-23T15:39:09.194Z Compiling data-encoding v2.10.0
21562026-05-23T15:39:09.249Z Compiling fixedbitset v0.5.7
21572026-05-23T15:39:09.269Z Compiling new_debug_unreachable v1.0.6
21582026-05-23T15:39:09.290Z Compiling typed-path v0.9.3
21592026-05-23T15:39:09.358Z Compiling whoami v2.1.0
21602026-05-23T15:39:09.404Z Compiling static_assertions v1.1.0
21612026-05-23T15:39:09.420Z Compiling toml_write v0.1.2
21622026-05-23T15:39:09.470Z Compiling keccak v0.1.6
21632026-05-23T15:39:09.493Z Compiling predicates-core v1.0.10
21642026-05-23T15:39:09.514Z Compiling fixedbitset v0.4.2
21652026-05-23T15:39:09.542Z Compiling normalize-line-endings v0.3.0
21662026-05-23T15:39:09.631Z Compiling difflib v0.4.0
21672026-05-23T15:39:09.656Z Compiling sha3 v0.10.8
21682026-05-23T15:39:09.675Z Compiling petgraph v0.6.5
21692026-05-23T15:39:09.712Z Compiling toml_edit v0.22.27
21702026-05-23T15:39:09.740Z Compiling tokio-postgres v0.7.16
21712026-05-23T15:39:09.743Z Compiling hickory-proto v0.25.2
21722026-05-23T15:39:09.941Z Compiling predicates v3.1.4
21732026-05-23T15:39:10.099Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21742026-05-23T15:39:10.311Z Compiling petgraph v0.8.3
21752026-05-23T15:39:10.455Z Compiling string_cache v0.8.9
21762026-05-23T15:39:10.532Z Compiling env_logger v0.11.9
21772026-05-23T15:39:10.774Z Compiling usdt v0.6.0
21782026-05-23T15:39:10.921Z Compiling ecdsa v0.16.9
21792026-05-23T15:39:11.043Z Compiling rsa v0.9.10
21802026-05-23T15:39:11.339Z Compiling ed25519-dalek v2.2.0
21812026-05-23T15:39:11.829Z Compiling zip v4.6.1
21822026-05-23T15:39:12.254Z Compiling zip v0.6.6
21832026-05-23T15:39:12.382Z Compiling crossterm v0.28.1
21842026-05-23T15:39:12.543Z Compiling clap v4.6.1
21852026-05-23T15:39:12.686Z Compiling iddqd v0.4.1
21862026-05-23T15:39:12.892Z Compiling serde_with v3.17.0
21872026-05-23T15:39:12.937Z Compiling similar v2.7.0
21882026-05-23T15:39:13.150Z Compiling strum v0.26.3
21892026-05-23T15:39:13.167Z Compiling toml v0.7.8
21902026-05-23T15:39:13.243Z Compiling tokio-stream v0.1.18
21912026-05-23T15:39:13.307Z Compiling itertools v0.13.0
21922026-05-23T15:39:13.528Z Compiling buf-list v1.1.2
21932026-05-23T15:39:13.666Z Compiling x509-cert v0.2.5
21942026-05-23T15:39:13.807Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21952026-05-23T15:39:13.902Z Compiling openapiv3 v2.2.0
21962026-05-23T15:39:14.076Z Compiling sha1 v0.10.6
21972026-05-23T15:39:14.437Z Compiling lalrpop-util v0.19.12
21982026-05-23T15:39:14.480Z Compiling peg-runtime v0.8.5
21992026-05-23T15:39:29.456Z Compiling rustls-webpki v0.103.9
22002026-05-23T15:39:30.851Z Compiling macaddr v1.0.1
22012026-05-23T15:39:30.885Z Compiling structmeta-derive v0.3.0
22022026-05-23T15:39:30.942Z Compiling crucible-workspace-hack v0.1.0
22032026-05-23T15:39:30.973Z Compiling rayon-core v1.13.0
22042026-05-23T15:39:31.170Z Compiling itertools v0.14.0
22052026-05-23T15:39:31.190Z Compiling secrecy v0.10.3
22062026-05-23T15:39:31.226Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-23T15:39:31.388Z Compiling rustls v0.22.4
22082026-05-23T15:39:31.405Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-05-23T15:39:31.585Z Compiling heapless v0.8.0
22102026-05-23T15:39:31.627Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-05-23T15:39:31.644Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-05-23T15:39:31.779Z Compiling crossbeam-deque v0.8.6
22132026-05-23T15:39:31.838Z Compiling rustls-webpki v0.102.8
22142026-05-23T15:39:31.923Z Compiling structmeta v0.3.0
22152026-05-23T15:39:32.031Z Compiling hash32 v0.3.1
22162026-05-23T15:39:32.053Z Compiling multer v3.1.0
22172026-05-23T15:39:32.053Z Compiling thread_local v1.1.9
22182026-05-23T15:39:32.088Z Compiling smoltcp v0.11.0
22192026-05-23T15:39:32.104Z Compiling slog-async v2.8.0
22202026-05-23T15:39:32.155Z Compiling unicode-width v0.2.0
22212026-05-23T15:39:32.223Z Compiling match_cfg v0.1.0
22222026-05-23T15:39:32.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-23T15:39:32.313Z Compiling compression-core v0.4.31
22242026-05-23T15:39:32.473Z Compiling compression-codecs v0.4.37
22252026-05-23T15:39:32.476Z Compiling ingot-macros v0.1.1
22262026-05-23T15:39:32.507Z Compiling hostname v0.3.1
22272026-05-23T15:39:32.575Z Compiling proc-macro-crate v3.4.0
22282026-05-23T15:39:32.596Z Compiling derive-ex v0.1.8
22292026-05-23T15:39:32.698Z Compiling slog-json v2.6.1
22302026-05-23T15:39:32.742Z Compiling crossbeam-channel v0.5.15
22312026-05-23T15:39:32.878Z Compiling half v2.7.1
22322026-05-23T15:39:32.982Z Compiling newtype-uuid-macros v0.1.0
22332026-05-23T15:39:33.011Z Compiling cobs v0.3.0
22342026-05-23T15:39:33.109Z Compiling thiserror-impl-no-std v2.0.2
22352026-05-23T15:39:33.283Z Compiling tokio-rustls v0.26.4
22362026-05-23T15:39:33.314Z Compiling rustls-platform-verifier v0.6.2
22372026-05-23T15:39:33.456Z Compiling universal-hash v0.5.1
22382026-05-23T15:39:33.549Z Compiling hyper-rustls v0.27.7
22392026-05-23T15:39:33.588Z Compiling async-stream-impl v0.3.6
22402026-05-23T15:39:33.639Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-05-23T15:39:33.738Z Compiling serde_spanned v1.0.4
22422026-05-23T15:39:33.755Z Compiling is-terminal v0.4.17
22432026-05-23T15:39:33.883Z Compiling reqwest v0.12.28
22442026-05-23T15:39:33.901Z Compiling reqwest v0.13.2
22452026-05-23T15:39:33.928Z Compiling dropshot v0.17.0
22462026-05-23T15:39:34.092Z Compiling proc-macro-error-attr v1.0.4
22472026-05-23T15:39:34.158Z Compiling ciborium-io v0.2.2
22482026-05-23T15:39:34.175Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22492026-05-23T15:39:34.193Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-05-23T15:39:34.196Z Compiling take_mut v0.2.2
22512026-05-23T15:39:34.196Z Compiling opaque-debug v0.3.1
22522026-05-23T15:39:34.281Z Compiling term v1.2.1
22532026-05-23T15:39:34.305Z Compiling convert_case v0.4.0
22542026-05-23T15:39:34.383Z Compiling poly1305 v0.8.0
22552026-05-23T15:39:34.426Z Compiling toml v1.0.6+spec-1.1.0
22562026-05-23T15:39:34.487Z Compiling ciborium-ll v0.2.2
22572026-05-23T15:39:34.562Z Compiling async-stream v0.3.6
22582026-05-23T15:39:34.636Z Compiling derive_more v0.99.20
22592026-05-23T15:39:34.777Z Compiling tokio-rustls v0.25.0
22602026-05-23T15:39:34.794Z Compiling slog-term v2.9.2
22612026-05-23T15:39:34.909Z Compiling thiserror-no-std v2.0.2
22622026-05-23T15:39:35.026Z Compiling test-strategy v0.4.5
22632026-05-23T15:39:35.066Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-05-23T15:39:35.109Z Compiling postcard v1.1.3
22652026-05-23T15:39:35.154Z Compiling ingot-types v0.1.2
22662026-05-23T15:39:35.517Z Compiling tough v0.22.0
22672026-05-23T15:39:35.632Z Compiling ingot v0.1.1
22682026-05-23T15:39:35.668Z Compiling num_enum_derive v0.7.6
22692026-05-23T15:39:36.088Z Compiling slog-bunyan v2.5.0
22702026-05-23T15:39:36.120Z Compiling async-compression v0.4.41
22712026-05-23T15:39:36.365Z Compiling parse-display-derive v0.10.0
22722026-05-23T15:39:36.614Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22732026-05-23T15:39:36.636Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-05-23T15:39:36.830Z Compiling proc-macro-crate v1.3.1
22752026-05-23T15:39:36.865Z Compiling backon v1.6.0
22762026-05-23T15:39:36.898Z Compiling waitgroup v0.1.2
22772026-05-23T15:39:37.083Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22782026-05-23T15:39:37.143Z Compiling password-hash v0.5.0
22792026-05-23T15:39:37.204Z Compiling chacha20 v0.9.1
22802026-05-23T15:39:37.236Z Compiling dropshot_endpoint v0.17.0
22812026-05-23T15:39:37.426Z Compiling rustls-pemfile v2.2.0
22822026-05-23T15:39:37.515Z Compiling blake2 v0.10.6
22832026-05-23T15:39:37.548Z Compiling aead v0.5.2
22842026-05-23T15:39:37.776Z Compiling foreign-types-macros v0.2.3
22852026-05-23T15:39:37.810Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-23T15:39:37.873Z Compiling serde_path_to_error v0.1.20
22872026-05-23T15:39:37.960Z Compiling hostname v0.4.2
22882026-05-23T15:39:38.072Z Compiling proc-macro-error v1.0.4
22892026-05-23T15:39:38.160Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22902026-05-23T15:39:38.163Z Compiling instant v0.1.13
22912026-05-23T15:39:38.247Z Compiling cpufeatures v0.3.0
22922026-05-23T15:39:38.263Z Compiling debug-ignore v1.0.5
22932026-05-23T15:39:38.301Z Compiling foreign-types-shared v0.3.1
22942026-05-23T15:39:38.325Z Compiling typeid v1.0.3
22952026-05-23T15:39:38.355Z Compiling chacha20 v0.10.0
22962026-05-23T15:39:38.394Z Compiling foreign-types v0.5.0
22972026-05-23T15:39:38.412Z Compiling backoff v0.4.0
22982026-05-23T15:39:38.447Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-23T15:39:38.464Z Compiling parse-display v0.10.0
23002026-05-23T15:39:38.479Z Compiling argon2 v0.5.3
23012026-05-23T15:39:38.503Z Compiling chacha20poly1305 v0.10.1
23022026-05-23T15:39:38.506Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23032026-05-23T15:39:38.676Z Compiling num_enum_derive v0.5.11
23042026-05-23T15:39:38.694Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23052026-05-23T15:39:38.697Z Compiling num_enum v0.7.6
23062026-05-23T15:39:38.729Z Compiling vsss-rs v3.3.4
23072026-05-23T15:39:38.732Z Compiling ciborium v0.2.2
23082026-05-23T15:39:38.905Z Compiling tabwriter v1.4.1
23092026-05-23T15:39:39.014Z Compiling regress v0.10.5
23102026-05-23T15:39:39.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-23T15:39:39.294Z Compiling byte-wrapper v0.1.0
23122026-05-23T15:39:39.380Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
23132026-05-23T15:39:39.516Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-23T15:39:39.560Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-05-23T15:39:39.617Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-23T15:39:39.636Z Compiling cstr-argument v0.1.2
23172026-05-23T15:39:39.812Z Compiling humantime v2.3.0
23182026-05-23T15:39:39.838Z Compiling erased-serde v0.4.9
23192026-05-23T15:39:39.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23202026-05-23T15:39:40.000Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-23T15:39:40.158Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-23T15:39:40.176Z Compiling num_enum v0.5.11
23232026-05-23T15:39:40.234Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23242026-05-23T15:39:40.254Z Compiling rand v0.10.1
23252026-05-23T15:39:40.270Z Compiling rayon v1.11.0
23262026-05-23T15:39:40.301Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23272026-05-23T15:39:40.324Z Compiling indent_write v2.2.0
23282026-05-23T15:39:40.400Z Compiling colored v3.1.1
23292026-05-23T15:39:40.498Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23302026-05-23T15:39:40.516Z Compiling libefi-sys v0.1.0
23312026-05-23T15:39:40.519Z Compiling winnow v1.0.3
23322026-05-23T15:39:40.607Z Compiling zone_cfg_derive v0.3.1
23332026-05-23T15:39:40.631Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-05-23T15:39:40.718Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-05-23T15:39:40.764Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23362026-05-23T15:39:40.921Z Compiling camino-tempfile v1.4.1
23372026-05-23T15:39:41.008Z Compiling itertools v0.12.1
23382026-05-23T15:39:41.109Z Compiling usdt-attr-macro v0.5.0
23392026-05-23T15:39:41.112Z Compiling usdt-macro v0.5.0
23402026-05-23T15:39:41.253Z Compiling num-derive v0.4.2
23412026-05-23T15:39:41.290Z Compiling bitfield-struct v0.6.2
23422026-05-23T15:39:41.306Z Compiling ordered-float v2.10.1
23432026-05-23T15:39:41.341Z Compiling blake3 v1.8.3
23442026-05-23T15:39:41.604Z Compiling sigpipe v0.1.3
23452026-05-23T15:39:41.731Z Compiling memmap v0.7.0
23462026-05-23T15:39:41.814Z Compiling glob v0.3.3
23472026-05-23T15:39:41.897Z Compiling swrite v0.1.0
23482026-05-23T15:39:41.925Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-05-23T15:39:41.989Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-05-23T15:39:42.026Z Compiling usdt v0.5.0
23512026-05-23T15:39:42.168Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
23522026-05-23T15:39:42.190Z Compiling serde-value v0.7.0
23532026-05-23T15:39:42.327Z Compiling zone v0.3.1
23542026-05-23T15:39:42.435Z Compiling serde-untagged v0.1.9
23552026-05-23T15:39:42.523Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23562026-05-23T15:39:42.727Z Compiling toml v0.8.23
23572026-05-23T15:39:42.791Z Compiling smf v0.2.3
23582026-05-23T15:39:42.808Z Compiling filetime v0.2.27
23592026-05-23T15:39:42.833Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23602026-05-23T15:39:42.850Z Compiling xattr v1.6.1
23612026-05-23T15:39:42.870Z Compiling whoami v1.6.1
23622026-05-23T15:39:42.927Z Compiling constant_time_eq v0.4.2
23632026-05-23T15:39:42.957Z Compiling arrayvec v0.7.6
23642026-05-23T15:39:43.048Z Compiling arrayref v0.3.9
23652026-05-23T15:39:43.078Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-23T15:39:43.121Z Compiling unicode-xid v0.2.6
23672026-05-23T15:39:43.150Z Compiling tar v0.4.45
23682026-05-23T15:39:43.182Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-05-23T15:39:43.224Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-05-23T15:39:43.294Z Compiling cargo-util-schemas v0.8.2
23712026-05-23T15:39:43.347Z Compiling tokio-dtrace v0.1.1
23722026-05-23T15:39:43.483Z Compiling console v0.16.2
23732026-05-23T15:39:43.701Z Compiling gethostname v0.5.0
23742026-05-23T15:39:43.835Z Compiling cargo-platform v0.2.0
23752026-05-23T15:39:43.877Z Compiling unit-prefix v0.5.2
23762026-05-23T15:39:43.889Z Compiling topological-sort v0.2.2
23772026-05-23T15:39:43.988Z Compiling oxide-tokio-rt v0.1.4
23782026-05-23T15:39:44.014Z Compiling indicatif v0.18.4
23792026-05-23T15:39:44.061Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-05-23T15:39:44.084Z Compiling shell-words v1.1.1
23812026-05-23T15:39:44.588Z Compiling cargo_metadata v0.21.0
23822026-05-23T15:39:54.025Z Compiling omicron-zone-package v0.12.2
23832026-05-23T15:39:54.043Z Compiling progenitor-client v0.14.0
23842026-05-23T15:39:54.046Z Compiling progenitor-client v0.13.0
23852026-05-23T15:39:54.563Z Compiling progenitor-extras v0.2.0
23862026-05-23T15:39:56.942Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-05-23T15:39:57.012Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23882026-05-23T15:39:57.041Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-05-23T15:39:57.098Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-05-23T15:39:57.129Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-05-23T15:39:57.144Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-05-23T15:39:57.159Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-05-23T15:39:57.393Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-05-23T15:39:57.456Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-05-23T15:40:01.293Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-05-23T15:40:09.123Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-05-23T15:40:12.270Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-05-23T15:40:13.263Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-05-23T15:40:23.062Z Finished `release` profile [optimized] target(s) in 1m 45s
24002026-05-23T15:40:23.232Z Running `target/release/omicron-package -t test target create -p dev`
24012026-05-23T15:40:23.302ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-05-23T15:40:23.305ZCreated new build target 'test' and set it as active
24032026-05-23T15:40:23.307Z
24042026-05-23T15:40:23.307Zreal 1:46.123696023
24052026-05-23T15:40:23.308Zuser 17:19.862341814
24062026-05-23T15:40:23.308Zsys 2:38.428262780
24072026-05-23T15:40:23.308Ztrap 0.478934806
24082026-05-23T15:40:23.308Ztflt 2.835297981
24092026-05-23T15:40:23.308Zdflt 4.328475043
24102026-05-23T15:40:23.308Zkflt 0.000720830
24112026-05-23T15:40:23.308Zlock 53:42.321744475
24122026-05-23T15:40:23.308Zslp 43:44.454757398
24132026-05-23T15:40:23.308Zlat 44.969342626
24142026-05-23T15:40:23.308Zstop 5:51.290171825
24152026-05-23T15:40:23.308Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-05-23T15:40:24.250Z Finished `release` profile [optimized] target(s) in 0.93s
24172026-05-23T15:40:24.328Z Running `target/release/omicron-package -t test package`
24182026-05-23T15:40:24.391ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-05-23T15:40:25.976Z Compiling heck v0.5.0
24202026-05-23T15:40:25.978Z Compiling regress v0.11.1
24212026-05-23T15:40:26.197Z Compiling unsafe-libyaml v0.2.11
24222026-05-23T15:40:26.269Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-05-23T15:40:26.294Z Compiling regress v0.10.5
24242026-05-23T15:40:26.319Z Compiling unicode-width v0.1.14
24252026-05-23T15:40:26.322Z Compiling is-terminal v0.4.17
24262026-05-23T15:40:26.322Z Compiling prettyplease v0.2.37
24272026-05-23T15:40:26.322Z Compiling derive-where v1.6.0
24282026-05-23T15:40:26.343Z Compiling num-rational v0.4.2
24292026-05-23T15:40:26.412Z Compiling num-complex v0.4.6
24302026-05-23T15:40:26.434Z Compiling rustls v0.22.4
24312026-05-23T15:40:26.437Z Compiling rustls-webpki v0.102.8
24322026-05-23T15:40:26.437Z Compiling thread_local v1.1.9
24332026-05-23T15:40:26.437Z Compiling bytecount v0.6.9
24342026-05-23T15:40:26.552Z Compiling float-ord v0.3.2
24352026-05-23T15:40:26.555Z Compiling compression-core v0.4.31
24362026-05-23T15:40:26.601Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-05-23T15:40:26.666Z Compiling match_cfg v0.1.0
24382026-05-23T15:40:26.703Z Compiling multer v3.1.0
24392026-05-23T15:40:26.728Z Compiling serde_yaml v0.9.34+deprecated
24402026-05-23T15:40:26.758Z Compiling hostname v0.3.1
24412026-05-23T15:40:26.781Z Compiling compression-codecs v0.4.37
24422026-05-23T15:40:26.784Z Compiling slog-async v2.8.0
24432026-05-23T15:40:26.828Z Compiling num v0.4.3
24442026-05-23T15:40:26.830Z Compiling crossbeam-channel v0.5.15
24452026-05-23T15:40:26.877Z Compiling slog-json v2.6.1
24462026-05-23T15:40:26.928Z Compiling toml_datetime v1.0.0+spec-1.1.0
24472026-05-23T15:40:26.931Z Compiling serde_spanned v1.0.4
24482026-05-23T15:40:26.977Z Compiling take_mut v0.2.2
24492026-05-23T15:40:27.054Z Compiling term v1.2.1
24502026-05-23T15:40:27.114Z Compiling toml_writer v1.0.6+spec-1.1.0
24512026-05-23T15:40:27.138Z Compiling slog-bunyan v2.5.0
24522026-05-23T15:40:27.160Z Compiling async-compression v0.4.41
24532026-05-23T15:40:27.310Z Compiling toml v1.0.6+spec-1.1.0
24542026-05-23T15:40:27.379Z Compiling slog-term v2.9.2
24552026-05-23T15:40:27.401Z Compiling console v0.15.11
24562026-05-23T15:40:27.439Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-23T15:40:27.512Z Compiling async-stream v0.3.6
24582026-05-23T15:40:27.616Z Compiling dropshot v0.17.0
24592026-05-23T15:40:27.616Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602026-05-23T15:40:27.664Z Compiling progenitor-client v0.14.0
24612026-05-23T15:40:27.690Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-05-23T15:40:27.715Z Compiling waitgroup v0.1.2
24632026-05-23T15:40:27.715Z Compiling backon v1.6.0
24642026-05-23T15:40:27.761Z Compiling rustls-pemfile v2.2.0
24652026-05-23T15:40:27.786Z Compiling typify-impl v0.6.2
24662026-05-23T15:40:27.886Z Compiling hostname v0.4.2
24672026-05-23T15:40:27.910Z Compiling serde_path_to_error v0.1.20
24682026-05-23T15:40:27.935Z Compiling instant v0.1.13
24692026-05-23T15:40:27.989Z Compiling debug-ignore v1.0.5
24702026-05-23T15:40:27.992Z Compiling progenitor-extras v0.2.0
24712026-05-23T15:40:28.064Z Compiling backoff v0.4.0
24722026-05-23T15:40:28.090Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-05-23T15:40:28.093Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-05-23T15:40:28.137Z Compiling parse-display v0.10.0
24752026-05-23T15:40:28.300Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-05-23T15:40:28.324Z Compiling atomicwrites v0.4.4
24772026-05-23T15:40:28.324Z Compiling newline-converter v0.3.0
24782026-05-23T15:40:28.351Z Compiling progenitor-client v0.13.0
24792026-05-23T15:40:28.423Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
24802026-05-23T15:40:28.501Z Compiling macaddr v1.0.1
24812026-05-23T15:40:28.525Z Compiling humantime v2.3.0
24822026-05-23T15:40:28.646Z Compiling expectorate v1.2.0
24832026-05-23T15:40:28.747Z Compiling slog-dtrace v0.3.0
24842026-05-23T15:40:28.778Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-05-23T15:40:28.801Z Compiling cancel-safe-futures v0.1.5
24862026-05-23T15:40:28.869Z Compiling tokio-rustls v0.25.0
24872026-05-23T15:40:28.915Z Compiling resolv-conf v0.7.6
24882026-05-23T15:40:28.947Z Compiling owo-colors v4.3.0
24892026-05-23T15:40:28.947Z Compiling libsw-core v0.3.2
24902026-05-23T15:40:29.022Z Compiling minimal-lexical v0.2.1
24912026-05-23T15:40:29.025Z Compiling toml v0.8.23
24922026-05-23T15:40:29.198Z Compiling libsw v3.5.0
24932026-05-23T15:40:29.274Z Compiling nom v7.1.3
24942026-05-23T15:40:29.319Z Compiling num-derive v0.3.3
24952026-05-23T15:40:29.432Z Compiling linear-map v1.2.0
24962026-05-23T15:40:29.554Z Compiling linked-hash-map v0.5.6
24972026-05-23T15:40:29.660Z Compiling hickory-proto v0.24.4
24982026-05-23T15:40:29.694Z Compiling unicode-xid v0.2.6
24992026-05-23T15:40:29.726Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25002026-05-23T15:40:29.812Z Compiling lru-cache v0.1.2
25012026-05-23T15:40:29.839Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25022026-05-23T15:40:29.862Z Compiling csv-core v0.1.13
25032026-05-23T15:40:29.907Z Compiling highway v1.3.0
25042026-05-23T15:40:29.996Z Compiling termtree v0.5.1
25052026-05-23T15:40:30.204Z Compiling csv v1.4.0
25062026-05-23T15:40:30.233Z Compiling libscf-sys v1.1.0
25072026-05-23T15:40:30.326Z Compiling papergrid v0.11.0
25082026-05-23T15:40:30.349Z Compiling tabled_derive v0.7.0
25092026-05-23T15:40:30.410Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25102026-05-23T15:40:30.671Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25112026-05-23T15:40:30.678Z Compiling phf_shared v0.12.1
25122026-05-23T15:40:30.735Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25132026-05-23T15:40:30.864Z Compiling chrono-tz v0.10.4
25142026-05-23T15:40:30.936Z Compiling tagptr v0.2.0
25152026-05-23T15:40:31.131Z Compiling moka v0.12.13
25162026-05-23T15:40:31.155Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25172026-05-23T15:40:31.217Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25182026-05-23T15:40:31.241Z Compiling phf v0.12.1
25192026-05-23T15:40:31.291Z Compiling tabled v0.15.0
25202026-05-23T15:40:31.364Z Compiling typify-macro v0.6.2
25212026-05-23T15:40:31.447Z Compiling const_format_proc_macros v0.2.34
25222026-05-23T15:40:31.916Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25232026-05-23T15:40:32.041Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-05-23T15:40:32.079Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25252026-05-23T15:40:32.175Z Compiling hickory-resolver v0.24.4
25262026-05-23T15:40:32.388Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25272026-05-23T15:40:32.439Z Compiling const_format v0.2.35
25282026-05-23T15:40:32.927Z Compiling typify v0.6.2
25292026-05-23T15:40:33.074Z Compiling progenitor-impl v0.14.0
25302026-05-23T15:40:33.904Z Compiling progenitor-impl v0.13.0
25312026-05-23T15:40:35.298Z Compiling progenitor-macro v0.14.0
25322026-05-23T15:40:35.394Z Compiling qorb v0.4.1
25332026-05-23T15:40:35.710Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25342026-05-23T15:40:35.851Z Compiling hickory-resolver v0.25.2
25352026-05-23T15:40:36.128Z Compiling progenitor-macro v0.13.0
25362026-05-23T15:40:37.686Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-05-23T15:40:39.078Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-05-23T15:40:39.113Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25392026-05-23T15:40:39.371Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25402026-05-23T15:40:39.448Z Compiling progenitor v0.14.0
25412026-05-23T15:40:39.635Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25422026-05-23T15:40:40.372Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432026-05-23T15:40:40.376Z Compiling progenitor v0.13.0
25442026-05-23T15:40:40.502Z Compiling bcs v0.1.6
25452026-05-23T15:40:40.622Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25462026-05-23T15:40:40.664Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25472026-05-23T15:40:40.942Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25482026-05-23T15:40:41.890Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25492026-05-23T15:40:42.167Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25502026-05-23T15:40:42.307Z Compiling semver v0.1.20
25512026-05-23T15:40:42.345Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25522026-05-23T15:40:42.636Z Compiling rustc_version v0.1.7
25532026-05-23T15:40:42.884Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25542026-05-23T15:40:43.596Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25552026-05-23T15:40:44.142Z Compiling newtype_derive v0.1.6
25562026-05-23T15:40:44.339Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25572026-05-23T15:40:44.388Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25582026-05-23T15:40:44.727Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25592026-05-23T15:40:44.756Z Compiling convert_case v0.10.0
25602026-05-23T15:40:44.985Z Compiling smawk v0.3.2
25612026-05-23T15:40:45.079Z Compiling unicode-linebreak v0.1.5
25622026-05-23T15:40:45.175Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25632026-05-23T15:40:45.198Z Compiling derive_more-impl v2.1.1
25642026-05-23T15:40:45.420Z Compiling textwrap v0.16.2
25652026-05-23T15:40:45.478Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25662026-05-23T15:40:45.782Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25672026-05-23T15:40:45.991Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25682026-05-23T15:40:47.231Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25692026-05-23T15:40:47.259Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25702026-05-23T15:40:47.450Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25712026-05-23T15:40:47.757Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25722026-05-23T15:40:47.953Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25732026-05-23T15:40:48.323Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25742026-05-23T15:40:48.325Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25752026-05-23T15:40:48.455Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25762026-05-23T15:40:48.610Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-23T15:40:48.712Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25782026-05-23T15:40:48.743Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25792026-05-23T15:40:48.812Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25802026-05-23T15:40:48.816Z Compiling derive_more v2.1.1
25812026-05-23T15:40:48.947Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25822026-05-23T15:40:48.972Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25832026-05-23T15:40:48.994Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25842026-05-23T15:40:49.150Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25852026-05-23T15:40:49.407Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-05-23T15:40:49.539Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25872026-05-23T15:40:49.586Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25882026-05-23T15:40:50.066Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25892026-05-23T15:40:50.095Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25902026-05-23T15:40:50.296Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25912026-05-23T15:40:50.324Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25922026-05-23T15:40:50.350Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25932026-05-23T15:40:50.628Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25942026-05-23T15:40:50.767Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25952026-05-23T15:40:51.772Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25962026-05-23T15:40:52.011Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25972026-05-23T15:40:52.867Z Compiling steno v0.4.1
25982026-05-23T15:40:53.267Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25992026-05-23T15:40:53.380Z Compiling crossterm v0.29.0
26002026-05-23T15:40:54.636Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26012026-05-23T15:40:54.750Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26022026-05-23T15:40:55.328Z Compiling vte v0.14.1
26032026-05-23T15:40:55.394Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26042026-05-23T15:40:55.596Z Compiling strip-ansi-escapes v0.2.1
26052026-05-23T15:40:55.706Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-05-23T15:40:55.752Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26072026-05-23T15:40:56.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082026-05-23T15:40:56.344Z Compiling fd-lock v4.0.4
26092026-05-23T15:40:56.527Z Compiling peg-macros v0.8.5
26102026-05-23T15:40:56.675Z Compiling nu-ansi-term v0.50.3
26112026-05-23T15:40:56.765Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26122026-05-23T15:40:57.256Z Compiling reedline v0.40.0
26132026-05-23T15:40:57.818Z Compiling peg v0.8.5
26142026-05-23T15:40:57.844Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26152026-05-23T15:40:57.935Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26162026-05-23T15:40:59.376Z Compiling nom v8.0.0
26172026-05-23T15:40:59.678Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26182026-05-23T15:40:59.923Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26192026-05-23T15:41:00.557Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202026-05-23T15:41:00.640Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26212026-05-23T15:41:00.826Z Compiling base64 v0.21.7
26222026-05-23T15:41:00.902Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26232026-05-23T15:41:01.042Z Compiling dropshot-api-manager-types v0.7.2
26242026-05-23T15:41:01.315Z Compiling utf-8 v0.7.6
26252026-05-23T15:41:01.354Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26262026-05-23T15:41:01.387Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26272026-05-23T15:41:01.536Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26282026-05-23T15:41:01.569Z Compiling tungstenite v0.21.0
26292026-05-23T15:41:01.572Z Compiling radium v0.7.0
26302026-05-23T15:41:01.656Z Compiling maybe-uninit v2.0.0
26312026-05-23T15:41:01.680Z Compiling tap v1.0.1
26322026-05-23T15:41:01.850Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26332026-05-23T15:41:01.874Z Compiling display-error-chain v0.2.2
26342026-05-23T15:41:02.068Z Compiling wyz v0.5.1
26352026-05-23T15:41:02.116Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26362026-05-23T15:41:02.286Z Compiling tokio-tungstenite v0.21.0
26372026-05-23T15:41:02.310Z Compiling zerocopy-derive v0.6.6
26382026-05-23T15:41:02.335Z Compiling packed_struct v0.10.1
26392026-05-23T15:41:02.636Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26402026-05-23T15:41:02.707Z Compiling funty v2.0.0
26412026-05-23T15:41:03.129Z Compiling crc-catalog v2.4.0
26422026-05-23T15:41:03.271Z Compiling crc v3.4.0
26432026-05-23T15:41:03.525Z Compiling zerocopy v0.6.6
26442026-05-23T15:41:03.682Z Compiling bitvec v1.0.1
26452026-05-23T15:41:03.879Z Compiling packed_struct_codegen v0.10.1
26462026-05-23T15:41:03.925Z Compiling vergen-lib v0.1.6
26472026-05-23T15:41:04.164Z Compiling bitfield-macros v0.19.4
26482026-05-23T15:41:04.907Z Compiling proc-macro-error-attr2 v2.0.0
26492026-05-23T15:41:04.931Z Compiling indexmap v1.9.3
26502026-05-23T15:41:04.955Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26512026-05-23T15:41:04.980Z Compiling nodrop v0.1.14
26522026-05-23T15:41:05.044Z Compiling bitfield v0.19.4
26532026-05-23T15:41:05.118Z Compiling array-init v0.0.4
26542026-05-23T15:41:05.180Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26552026-05-23T15:41:05.336Z Compiling proc-macro-error2 v2.0.1
26562026-05-23T15:41:05.534Z Compiling smallvec v0.6.14
26572026-05-23T15:41:05.664Z Compiling vergen-gitcl v1.0.8
26582026-05-23T15:41:05.741Z Compiling dirs-sys-next v0.1.2
26592026-05-23T15:41:05.808Z Compiling diesel_derives v2.3.7
26602026-05-23T15:41:05.903Z Compiling glob v0.3.3
26612026-05-23T15:41:06.031Z Compiling crunchy v0.2.4
26622026-05-23T15:41:06.060Z Compiling hashbrown v0.12.3
26632026-05-23T15:41:06.298Z Compiling maplit v1.0.2
26642026-05-23T15:41:06.366Z Compiling clang-sys v1.8.1
26652026-05-23T15:41:06.424Z Compiling dirs-next v2.0.0
26662026-05-23T15:41:06.488Z Compiling serde-hex v0.1.0
26672026-05-23T15:41:06.581Z Compiling tabled_derive v0.11.0
26682026-05-23T15:41:06.776Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26692026-05-23T15:41:07.043Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26702026-05-23T15:41:07.297Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26712026-05-23T15:41:07.437Z Compiling ron v0.8.1
26722026-05-23T15:41:07.572Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26732026-05-23T15:41:07.655Z Compiling papergrid v0.17.0
26742026-05-23T15:41:07.704Z Compiling testing_table v0.3.0
26752026-05-23T15:41:07.753Z Compiling hashbrown v0.13.2
26762026-05-23T15:41:08.155Z Compiling scheduled-thread-pool v0.2.7
26772026-05-23T15:41:08.291Z Compiling dsl_auto_type v0.2.0
26782026-05-23T15:41:08.403Z Compiling diesel_table_macro_syntax v0.3.0
26792026-05-23T15:41:08.649Z Compiling tiny-keccak v2.0.2
26802026-05-23T15:41:08.698Z Compiling crc-any v2.5.0
26812026-05-23T15:41:08.776Z Compiling r2d2 v0.8.10
26822026-05-23T15:41:08.934Z Compiling tabled v0.20.0
26832026-05-23T15:41:09.090Z Compiling object v0.30.4
26842026-05-23T15:41:09.137Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26852026-05-23T15:41:09.573Z Compiling term v0.7.0
26862026-05-23T15:41:09.842Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26872026-05-23T15:41:09.866Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-05-23T15:41:09.893Z Compiling path-slash v0.1.5
26892026-05-23T15:41:10.092Z Compiling downcast-rs v2.0.2
26902026-05-23T15:41:10.095Z Compiling xshell-macros v0.2.7
26912026-05-23T15:41:10.141Z Compiling bit-vec v0.6.3
26922026-05-23T15:41:10.403Z Compiling bit-set v0.5.3
26932026-05-23T15:41:10.521Z Compiling xshell v0.2.7
26942026-05-23T15:41:10.581Z Compiling ascii-canvas v3.0.0
26952026-05-23T15:41:10.604Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26962026-05-23T15:41:10.856Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26972026-05-23T15:41:11.395Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26982026-05-23T15:41:11.458Z Compiling itertools v0.10.5
26992026-05-23T15:41:11.898Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27002026-05-23T15:41:11.925Z Compiling ena v0.14.4
27012026-05-23T15:41:12.187Z Compiling libloading v0.8.9
27022026-05-23T15:41:12.442Z Compiling bindgen v0.71.1
27032026-05-23T15:41:12.579Z Compiling regex-syntax v0.6.29
27042026-05-23T15:41:12.791Z Compiling diff v0.1.13
27052026-05-23T15:41:13.069Z Compiling unicase v2.9.0
27062026-05-23T15:41:13.654Z Compiling diesel v2.3.7
27072026-05-23T15:41:13.986Z Compiling lalrpop v0.19.12
27082026-05-23T15:41:14.577Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27092026-05-23T15:41:14.876Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27102026-05-23T15:41:15.261Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27112026-05-23T15:41:15.801Z Compiling cexpr v0.6.0
27122026-05-23T15:41:15.891Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27132026-05-23T15:41:16.041Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27142026-05-23T15:41:16.129Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27152026-05-23T15:41:16.238Z Compiling rustc-hash v2.1.1
27162026-05-23T15:41:16.266Z Compiling crc8 v0.1.1
27172026-05-23T15:41:16.467Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27182026-05-23T15:41:16.501Z Compiling headers-core v0.3.0
27192026-05-23T15:41:16.525Z Compiling libxml v0.3.3
27202026-05-23T15:41:16.667Z Compiling headers v0.4.1
27212026-05-23T15:41:16.839Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27222026-05-23T15:41:16.893Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27232026-05-23T15:41:17.179Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-05-23T15:41:17.416Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27252026-05-23T15:41:17.866Z Compiling strum_macros v0.24.3
27262026-05-23T15:41:17.968Z Compiling git-stub v1.0.0
27272026-05-23T15:41:18.129Z Compiling indoc v1.0.9
27282026-05-23T15:41:18.207Z Compiling git-stub-vcs v0.1.0
27292026-05-23T15:41:18.385Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27302026-05-23T15:41:18.581Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27312026-05-23T15:41:18.606Z Compiling derive_builder v0.20.2
27322026-05-23T15:41:18.785Z Compiling oso-derive v0.27.3
27332026-05-23T15:41:18.817Z Compiling quick-xml v0.37.5
27342026-05-23T15:41:19.127Z Compiling impl-trait-for-tuples v0.2.3
27352026-05-23T15:41:19.167Z Compiling openssl-probe v0.1.6
27362026-05-23T15:41:19.349Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27372026-05-23T15:41:19.483Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27382026-05-23T15:41:20.117Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27392026-05-23T15:41:20.190Z Compiling half v1.8.3
27402026-05-23T15:41:20.426Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27412026-05-23T15:41:20.656Z Compiling serde_cbor v0.11.2
27422026-05-23T15:41:20.701Z Compiling bb8 v0.8.6
27432026-05-23T15:41:21.110Z Compiling trait-variant v0.1.2
27442026-05-23T15:41:21.182Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27452026-05-23T15:41:21.384Z Compiling samael v0.0.19
27462026-05-23T15:41:21.562Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472026-05-23T15:41:21.644Z Compiling polar-core v0.27.3
27482026-05-23T15:41:21.667Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-05-23T15:41:21.688Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27502026-05-23T15:41:21.919Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27512026-05-23T15:41:22.242Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-23T15:41:22.387Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27532026-05-23T15:41:22.624Z Compiling typify-impl v0.4.3
27542026-05-23T15:41:23.123Z Compiling fxhash v0.2.1
27552026-05-23T15:41:23.307Z Compiling nonempty v0.12.0
27562026-05-23T15:41:23.545Z Compiling salty v0.3.0
27572026-05-23T15:41:23.877Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27582026-05-23T15:41:23.927Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27592026-05-23T15:41:24.197Z Compiling kstat-rs v0.2.4
27602026-05-23T15:41:24.249Z Compiling libz-sys v1.1.24
27612026-05-23T15:41:24.697Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-05-23T15:41:24.816Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-05-23T15:41:25.566Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27642026-05-23T15:41:26.044Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27652026-05-23T15:41:26.124Z Compiling typify-macro v0.4.3
27662026-05-23T15:41:26.279Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27672026-05-23T15:41:26.586Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27682026-05-23T15:41:26.659Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27692026-05-23T15:41:27.170Z Compiling nanorand v0.7.0
27702026-05-23T15:41:27.554Z Compiling darling_core v0.23.0
27712026-05-23T15:41:27.673Z Compiling arc-swap v1.8.2
27722026-05-23T15:41:27.967Z Compiling fs-err v2.11.0
27732026-05-23T15:41:28.103Z Compiling parking_lot_core v0.8.6
27742026-05-23T15:41:28.270Z Compiling mime_guess v2.0.5
27752026-05-23T15:41:28.377Z Compiling slog-scope v4.4.1
27762026-05-23T15:41:28.442Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27772026-05-23T15:41:28.445Z Compiling flume v0.11.1
27782026-05-23T15:41:28.847Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27792026-05-23T15:41:28.870Z Compiling primeorder v0.13.6
27802026-05-23T15:41:28.895Z Compiling libgit2-sys v0.18.3+1.9.2
27812026-05-23T15:41:29.207Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27822026-05-23T15:41:29.331Z Compiling instability v0.3.11
27832026-05-23T15:41:29.610Z Compiling p384 v0.13.1
27842026-05-23T15:41:29.794Z Compiling darling_macro v0.23.0
27852026-05-23T15:41:30.330Z Compiling darling v0.23.0
27862026-05-23T15:41:31.897Z Compiling oso v0.27.3
27872026-05-23T15:41:32.271Z Compiling diesel-dtrace v0.5.0
27882026-05-23T15:41:32.627Z Compiling async-bb8-diesel v0.2.1
27892026-05-23T15:41:32.700Z Compiling slog-stdlog v4.1.1
27902026-05-23T15:41:33.539Z Compiling typify v0.4.3
27912026-05-23T15:41:33.687Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27922026-05-23T15:41:33.770Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27932026-05-23T15:41:34.760Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27942026-05-23T15:41:34.788Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27952026-05-23T15:41:36.470Z Compiling ignore v0.4.25
27962026-05-23T15:41:36.496Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-05-23T15:41:37.647Z Compiling castaway v0.2.4
27982026-05-23T15:41:37.838Z Compiling atty v0.2.14
27992026-05-23T15:41:37.965Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28002026-05-23T15:41:38.009Z Compiling http-range v0.1.5
28012026-05-23T15:41:38.208Z Compiling indoc v2.0.7
28022026-05-23T15:41:38.360Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-05-23T15:41:38.390Z Compiling parse-size v1.1.0
28042026-05-23T15:41:38.583Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28052026-05-23T15:41:38.857Z Compiling compact_str v0.8.1
28062026-05-23T15:41:39.380Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-05-23T15:41:39.855Z Compiling globwalk v0.9.1
28082026-05-23T15:41:39.894Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28092026-05-23T15:41:40.014Z Compiling progenitor-impl v0.11.2
28102026-05-23T15:41:40.547Z Compiling parking_lot v0.11.2
28112026-05-23T15:41:40.574Z Compiling slog-envlogger v2.2.0
28122026-05-23T15:41:41.597Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28132026-05-23T15:41:42.104Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-23T15:41:42.182Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28152026-05-23T15:41:42.283Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28162026-05-23T15:41:42.668Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28172026-05-23T15:41:42.783Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28182026-05-23T15:41:42.934Z Compiling predicates-tree v1.0.13
28192026-05-23T15:41:43.414Z Compiling unicode-truncate v1.1.0
28202026-05-23T15:41:43.656Z Compiling lru v0.12.5
28212026-05-23T15:41:43.738Z Compiling rand_seeder v0.4.0
28222026-05-23T15:41:43.900Z Compiling prefix-trie v0.7.0
28232026-05-23T15:41:44.007Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-05-23T15:41:44.233Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28252026-05-23T15:41:44.422Z Compiling vergen-git2 v9.1.0
28262026-05-23T15:41:44.511Z Compiling corncobs v0.1.4
28272026-05-23T15:41:44.547Z Compiling cassowary v0.3.0
28282026-05-23T15:41:44.666Z Compiling illumos-nvpair-sys v0.2.0
28292026-05-23T15:41:44.782Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28302026-05-23T15:41:44.943Z Compiling ratatui v0.29.0
28312026-05-23T15:41:45.010Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28322026-05-23T15:41:45.563Z Compiling hickory-server v0.25.2
28332026-05-23T15:41:45.905Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-05-23T15:41:46.052Z Compiling camino-tempfile-ext v0.3.3
28352026-05-23T15:41:46.169Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-05-23T15:41:46.194Z Compiling progenitor-macro v0.11.2
28372026-05-23T15:41:46.714Z Compiling hyper-staticfile v0.10.1
28382026-05-23T15:41:46.993Z Compiling sled v0.34.7
28392026-05-23T15:41:49.927Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28402026-05-23T15:41:50.261Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28412026-05-23T15:41:50.515Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422026-05-23T15:41:51.371Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28432026-05-23T15:41:52.056Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28442026-05-23T15:41:53.311Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28452026-05-23T15:41:54.652Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28462026-05-23T15:41:54.762Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28472026-05-23T15:41:54.999Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28482026-05-23T15:41:55.239Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28492026-05-23T15:41:55.265Z Compiling progenitor-client v0.11.2
28502026-05-23T15:41:55.494Z Compiling secrecy v0.8.0
28512026-05-23T15:41:55.725Z Compiling rustls v0.21.12
28522026-05-23T15:41:55.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28532026-05-23T15:41:55.972Z Compiling git2 v0.20.4
28542026-05-23T15:41:56.130Z Compiling progenitor v0.11.2
28552026-05-23T15:41:57.193Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28562026-05-23T15:41:57.248Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28572026-05-23T15:41:57.882Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28582026-05-23T15:41:58.596Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28592026-05-23T15:41:59.115Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28602026-05-23T15:41:59.254Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28612026-05-23T15:42:00.317Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28622026-05-23T15:42:00.457Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28632026-05-23T15:42:00.978Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28642026-05-23T15:42:01.214Z Compiling rustls-webpki v0.101.7
28652026-05-23T15:42:01.583Z Compiling sct v0.7.1
28662026-05-23T15:42:01.875Z Compiling void v1.0.2
28672026-05-23T15:42:02.035Z Compiling lzss v0.8.2
28682026-05-23T15:42:02.251Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28692026-05-23T15:42:02.368Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28702026-05-23T15:42:02.962Z Compiling illumos-nvpair v0.3.0
28712026-05-23T15:42:03.486Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28722026-05-23T15:42:04.104Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
28732026-05-23T15:42:05.823Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-05-23T15:42:05.867Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28752026-05-23T15:42:05.902Z Compiling tungstenite v0.23.0
28762026-05-23T15:42:06.125Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28772026-05-23T15:42:06.170Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28782026-05-23T15:42:06.253Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28792026-05-23T15:42:06.414Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802026-05-23T15:42:06.502Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28812026-05-23T15:42:06.575Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-23T15:42:06.660Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28832026-05-23T15:42:06.757Z Compiling nix v0.27.1
28842026-05-23T15:42:06.828Z Compiling serde_bytes v0.11.19
28852026-05-23T15:42:06.971Z Compiling tokio-tungstenite v0.23.1
28862026-05-23T15:42:07.074Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28872026-05-23T15:42:07.147Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28882026-05-23T15:42:08.023Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28892026-05-23T15:42:08.350Z Compiling tokio-rustls v0.24.1
28902026-05-23T15:42:08.405Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28912026-05-23T15:42:08.647Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28922026-05-23T15:42:09.073Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28932026-05-23T15:42:09.505Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28942026-05-23T15:42:10.768Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28952026-05-23T15:42:12.333Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28962026-05-23T15:42:12.651Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28972026-05-23T15:42:13.769Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28982026-05-23T15:42:14.062Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
28992026-05-23T15:42:14.979Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-05-23T15:42:15.920Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-05-23T15:42:16.473Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29022026-05-23T15:42:16.733Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29032026-05-23T15:42:16.881Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29042026-05-23T15:42:16.953Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29052026-05-23T15:42:17.627Z Compiling rustls-pemfile v1.0.4
29062026-05-23T15:42:17.791Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-05-23T15:42:18.069Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-05-23T15:42:19.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29092026-05-23T15:42:19.718Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
29102026-05-23T15:42:19.743Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29112026-05-23T15:42:20.058Z Compiling signal-hook-tokio v0.3.1
29122026-05-23T15:42:20.263Z Compiling twox-hash v2.1.2
29132026-05-23T15:42:20.311Z Compiling yasna v0.5.2
29142026-05-23T15:42:20.706Z Compiling is_ci v1.2.0
29152026-05-23T15:42:20.814Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
29162026-05-23T15:42:20.935Z Compiling supports-color v3.0.2
29172026-05-23T15:42:21.005Z Compiling rcgen v0.12.1
29182026-05-23T15:42:21.233Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29192026-05-23T15:42:21.637Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29202026-05-23T15:42:21.845Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29212026-05-23T15:42:21.882Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29222026-05-23T15:42:22.365Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29232026-05-23T15:42:23.780Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29242026-05-23T15:42:24.897Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29252026-05-23T15:42:25.477Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29262026-05-23T15:42:25.545Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-05-23T15:42:25.676Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29282026-05-23T15:42:25.790Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29292026-05-23T15:42:25.926Z Compiling fatfs v0.3.6
29302026-05-23T15:42:26.025Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29312026-05-23T15:42:27.180Z Compiling subprocess v0.2.15
29322026-05-23T15:42:29.357Z Compiling rtoolbox v0.0.3
29332026-05-23T15:42:29.421Z Compiling seq-macro v0.3.6
29342026-05-23T15:42:29.610Z Compiling assert_matches v1.5.0
29352026-05-23T15:42:29.651Z Compiling rpassword v7.4.0
29362026-05-23T15:42:29.692Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29372026-05-23T15:42:29.780Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29382026-05-23T15:42:29.873Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-05-23T15:42:29.934Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-05-23T15:42:29.959Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29412026-05-23T15:42:30.076Z Compiling tui-tree-widget v0.23.1
29422026-05-23T15:42:30.387Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29432026-05-23T15:42:31.227Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29442026-05-23T15:42:31.779Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29452026-05-23T15:42:32.393Z Compiling uzers v0.12.2
29462026-05-23T15:42:33.902Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29472026-05-23T15:42:34.463Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29482026-05-23T15:42:35.269Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29492026-05-23T15:42:35.508Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29502026-05-23T15:42:39.152Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29512026-05-23T15:42:41.402Z Compiling support-bundle-viewer v0.1.2
29522026-05-23T15:42:42.091Z Compiling multimap v0.10.1
29532026-05-23T15:42:43.359Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29542026-05-23T15:43:01.515Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29552026-05-23T15:43:03.934Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29562026-05-23T15:43:04.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29572026-05-23T15:48:57.975Z Finished `release` profile [optimized] target(s) in 8m 33s
29582026-05-23T15:49:45.003Z
29592026-05-23T15:49:45.003Zreal 9:21.672545935
29602026-05-23T15:49:45.003Zuser 1:26:36.359924201
29612026-05-23T15:49:45.003Zsys 3:53.909167847
29622026-05-23T15:49:45.006Ztrap 1.942524046
29632026-05-23T15:49:45.006Ztflt 2.635317451
29642026-05-23T15:49:45.006Zdflt 17.066859557
29652026-05-23T15:49:45.006Zkflt 0.041034933
29662026-05-23T15:49:45.006Zlock 7:27:27.545579792
29672026-05-23T15:49:45.006Zslp 2:35:19.200603165
29682026-05-23T15:49:45.006Zlat 2:50.874401027
29692026-05-23T15:49:45.006Zstop 6:19.880767668
29702026-05-23T15:49:45.006Z+ mapfile -t packages
29712026-05-23T15:49:45.006Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29722026-05-23T15:49:46.036Z Finished `release` profile [optimized] target(s) in 1.02s
29732026-05-23T15:49:46.101Z Running `target/release/omicron-package -t test list-outputs`
29742026-05-23T15:49:46.159ZLogging to: /work/oxidecomputer/omicron/out/LOG
29752026-05-23T15:49:46.162Z+ ptime -m cargo build --locked --release -p xtask
29762026-05-23T15:49:46.754Z Compiling libc v0.2.185
29772026-05-23T15:49:46.754Z Compiling serde v1.0.228
29782026-05-23T15:49:46.754Z Compiling serde_core v1.0.228
29792026-05-23T15:49:46.757Z Compiling rustix v1.1.3
29802026-05-23T15:49:46.758Z Compiling serde_json v1.0.149
29812026-05-23T15:49:46.758Z Compiling bitflags v2.11.0
29822026-05-23T15:49:46.913Z Compiling num-traits v0.2.19
29832026-05-23T15:49:46.924Z Compiling syn v2.0.117
29842026-05-23T15:49:46.935Z Compiling smallvec v1.15.1
29852026-05-23T15:49:46.938Z Compiling indexmap v2.14.0
29862026-05-23T15:49:46.958Z Compiling usdt-impl v0.5.0
29872026-05-23T15:49:46.981Z Compiling syn v1.0.109
29882026-05-23T15:49:46.993Z Compiling percent-encoding v2.3.2
29892026-05-23T15:49:47.005Z Compiling log v0.4.29
29902026-05-23T15:49:47.170Z Compiling getrandom v0.4.1
29912026-05-23T15:49:47.221Z Compiling form_urlencoded v1.2.2
29922026-05-23T15:49:47.371Z Compiling fs-err v3.3.0
29932026-05-23T15:49:47.385Z Compiling heck v0.4.1
29942026-05-23T15:49:47.396Z Compiling once_cell v1.21.3
29952026-05-23T15:49:47.399Z Compiling anyhow v1.0.102
29962026-05-23T15:49:47.619Z Compiling errno v0.3.14
29972026-05-23T15:49:47.622Z Compiling thread-id v4.2.2
29982026-05-23T15:49:47.622Z Compiling memmap v0.7.0
29992026-05-23T15:49:47.944Z Compiling ordered-float v2.10.1
30002026-05-23T15:49:48.483Z Compiling proc-macro-error v1.0.4
30012026-05-23T15:49:48.662Z Compiling terminal_size v0.4.3
30022026-05-23T15:49:48.662Z Compiling tempfile v3.25.0
30032026-05-23T15:49:48.730Z Compiling tabled_derive v0.7.0
30042026-05-23T15:49:48.759Z Compiling clap_builder v4.6.0
30052026-05-23T15:49:48.762Z Compiling textwrap v0.16.2
30062026-05-23T15:49:48.896Z Compiling camino-tempfile v1.4.1
30072026-05-23T15:49:49.421Z Compiling tabled v0.15.0
30082026-05-23T15:49:49.494Z Compiling synstructure v0.13.2
30092026-05-23T15:49:49.495Z Compiling pest_generator v2.8.6
30102026-05-23T15:49:49.886Z Compiling serde_derive v1.0.228
30112026-05-23T15:49:49.889Z Compiling zerovec-derive v0.11.2
30122026-05-23T15:49:49.889Z Compiling displaydoc v0.2.5
30132026-05-23T15:49:49.889Z Compiling thiserror-impl v1.0.69
30142026-05-23T15:49:49.889Z Compiling zerocopy-derive v0.7.35
30152026-05-23T15:49:49.889Z Compiling scroll_derive v0.12.1
30162026-05-23T15:49:49.889Z Compiling thiserror-impl v2.0.18
30172026-05-23T15:49:49.889Z Compiling clap_derive v4.6.1
30182026-05-23T15:49:49.894Z Compiling zerofrom-derive v0.1.6
30192026-05-23T15:49:49.894Z Compiling yoke-derive v0.8.1
30202026-05-23T15:49:50.031Z Compiling pest_derive v2.8.6
30212026-05-23T15:49:50.654Z Compiling scroll v0.12.0
30222026-05-23T15:49:50.812Z Compiling zerocopy v0.7.35
30232026-05-23T15:49:50.914Z Compiling goblin v0.8.2
30242026-05-23T15:49:51.062Z Compiling zerofrom v0.1.6
30252026-05-23T15:49:51.090Z Compiling thiserror v1.0.69
30262026-05-23T15:49:51.159Z Compiling thiserror v2.0.18
30272026-05-23T15:49:51.183Z Compiling yoke v0.8.1
30282026-05-23T15:49:51.210Z Compiling dtrace-parser v0.2.0
30292026-05-23T15:49:51.371Z Compiling zerovec v0.11.5
30302026-05-23T15:49:51.406Z Compiling zerotrie v0.2.3
30312026-05-23T15:49:51.597Z Compiling clap v4.6.1
30322026-05-23T15:49:51.994Z Compiling tinystr v0.8.2
30332026-05-23T15:49:52.164Z Compiling potential_utf v0.1.4
30342026-05-23T15:49:52.241Z Compiling icu_locale_core v2.1.1
30352026-05-23T15:49:52.384Z Compiling icu_collections v2.1.1
30362026-05-23T15:49:53.144Z Compiling icu_provider v2.1.1
30372026-05-23T15:49:53.252Z Compiling toml_datetime v0.6.11
30382026-05-23T15:49:53.391Z Compiling serde_spanned v0.6.9
30392026-05-23T15:49:53.500Z Compiling icu_normalizer v2.1.1
30402026-05-23T15:49:53.577Z Compiling icu_properties v2.1.2
30412026-05-23T15:49:53.592Z Compiling toml_edit v0.22.27
30422026-05-23T15:49:53.592Z Compiling dof v0.3.0
30432026-05-23T15:49:53.653Z Compiling serde_tokenstream v0.2.3
30442026-05-23T15:49:53.984Z Compiling serde-value v0.7.0
30452026-05-23T15:49:53.997Z Compiling cargo-platform v0.2.0
30462026-05-23T15:49:54.021Z Compiling macaddr v1.0.1
30472026-05-23T15:49:54.468Z Compiling usdt-attr-macro v0.5.0
30482026-05-23T15:49:54.490Z Compiling idna_adapter v1.2.1
30492026-05-23T15:49:54.509Z Compiling usdt-macro v0.5.0
30502026-05-23T15:49:54.631Z Compiling idna v1.1.0
30512026-05-23T15:49:54.987Z Compiling url v2.5.8
30522026-05-23T15:49:55.159Z Compiling usdt v0.5.0
30532026-05-23T15:49:55.234Z Compiling toml v0.8.23
30542026-05-23T15:49:55.713Z Compiling cargo-util-schemas v0.8.2
30552026-05-23T15:49:55.716Z Compiling cargo_toml v0.21.0
30562026-05-23T15:49:56.748Z Compiling cargo_metadata v0.21.0
30572026-05-23T15:49:59.831Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30582026-05-23T15:50:02.856Z Finished `release` profile [optimized] target(s) in 16.68s
30592026-05-23T15:50:03.035Z
30602026-05-23T15:50:03.038Zreal 16.834820836
30612026-05-23T15:50:03.038Zuser 2:23.978221804
30622026-05-23T15:50:03.038Zsys 16.871770835
30632026-05-23T15:50:03.038Ztrap 0.094134219
30642026-05-23T15:50:03.038Ztflt 0.480553009
30652026-05-23T15:50:03.039Zdflt 1.469209681
30662026-05-23T15:50:03.039Zkflt 0.000051410
30672026-05-23T15:50:03.039Zlock 5:23.973064876
30682026-05-23T15:50:03.039Zslp 3:31.126007419
30692026-05-23T15:50:03.039Zlat 6.307446774
30702026-05-23T15:50:03.039Zstop 20.242731010
30712026-05-23T15:50:03.039Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30722026-05-23T15:50:03.039Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30732026-05-23T15:50:03.039Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30742026-05-23T15:50:03.039Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30752026-05-23T15:50:03.039Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30762026-05-23T15:50:04.128Z Compiling newtype-uuid-macros v0.1.0
30772026-05-23T15:50:04.131Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30782026-05-23T15:50:04.131Z Compiling rustls v0.22.4
30792026-05-23T15:50:04.131Z Compiling debug-ignore v1.0.5
30802026-05-23T15:50:04.328Z Compiling rustls-webpki v0.102.8
30812026-05-23T15:50:04.331Z Compiling structmeta-derive v0.3.0
30822026-05-23T15:50:04.331Z Compiling multer v3.1.0
30832026-05-23T15:50:04.331Z Compiling compression-core v0.4.31
30842026-05-23T15:50:04.331Z Compiling match_cfg v0.1.0
30852026-05-23T15:50:04.331Z Compiling slog-json v2.6.1
30862026-05-23T15:50:04.341Z Compiling async-stream-impl v0.3.6
30872026-05-23T15:50:04.344Z Compiling serde_spanned v1.0.4
30882026-05-23T15:50:04.344Z Compiling toml_datetime v1.0.0+spec-1.1.0
30892026-05-23T15:50:04.392Z Compiling dropshot v0.17.0
30902026-05-23T15:50:04.408Z Compiling toml_writer v1.0.6+spec-1.1.0
30912026-05-23T15:50:04.424Z Compiling waitgroup v0.1.2
30922026-05-23T15:50:04.427Z Compiling rustls-pemfile v2.2.0
30932026-05-23T15:50:04.570Z Compiling compression-codecs v0.4.37
30942026-05-23T15:50:04.573Z Compiling dropshot_endpoint v0.17.0
30952026-05-23T15:50:04.607Z Compiling hostname v0.3.1
30962026-05-23T15:50:04.610Z Compiling toml v1.0.6+spec-1.1.0
30972026-05-23T15:50:04.648Z Compiling hostname v0.4.2
30982026-05-23T15:50:04.668Z Compiling serde_path_to_error v0.1.20
30992026-05-23T15:50:04.671Z Compiling progenitor-client v0.14.0
31002026-05-23T15:50:04.671Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-05-23T15:50:04.797Z Compiling async-compression v0.4.41
31022026-05-23T15:50:04.800Z Compiling slog-bunyan v2.5.0
31032026-05-23T15:50:04.854Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31042026-05-23T15:50:04.858Z Compiling itertools v0.14.0
31052026-05-23T15:50:04.935Z Compiling regress v0.10.5
31062026-05-23T15:50:04.983Z Compiling macaddr v1.0.1
31072026-05-23T15:50:05.021Z Compiling progenitor-client v0.13.0
31082026-05-23T15:50:05.049Z Compiling instant v0.1.13
31092026-05-23T15:50:05.069Z Compiling backon v1.6.0
31102026-05-23T15:50:05.092Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31112026-05-23T15:50:05.116Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31122026-05-23T15:50:05.139Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
31132026-05-23T15:50:05.158Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31142026-05-23T15:50:05.161Z Compiling async-stream v0.3.6
31152026-05-23T15:50:05.194Z Compiling backoff v0.4.0
31162026-05-23T15:50:05.237Z Compiling progenitor-extras v0.2.0
31172026-05-23T15:50:05.293Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31182026-05-23T15:50:05.314Z Compiling humantime v2.3.0
31192026-05-23T15:50:05.365Z Compiling convert_case v0.4.0
31202026-05-23T15:50:05.387Z Compiling crucible-workspace-hack v0.1.0
31212026-05-23T15:50:05.406Z Compiling secrecy v0.10.3
31222026-05-23T15:50:05.429Z Compiling universal-hash v0.5.1
31232026-05-23T15:50:05.477Z Compiling structmeta v0.3.0
31242026-05-23T15:50:05.520Z Compiling opaque-debug v0.3.1
31252026-05-23T15:50:05.578Z Compiling half v2.7.1
31262026-05-23T15:50:05.598Z Compiling ciborium-io v0.2.2
31272026-05-23T15:50:05.636Z Compiling aead v0.5.2
31282026-05-23T15:50:05.639Z Compiling poly1305 v0.8.0
31292026-05-23T15:50:05.639Z Compiling chacha20 v0.9.1
31302026-05-23T15:50:05.639Z Compiling regress v0.11.1
31312026-05-23T15:50:05.728Z Compiling byte-wrapper v0.1.0
31322026-05-23T15:50:05.731Z Compiling derive-ex v0.1.8
31332026-05-23T15:50:05.765Z Compiling parse-display-derive v0.10.0
31342026-05-23T15:50:05.785Z Compiling derive_more v0.99.20
31352026-05-23T15:50:05.804Z Compiling thiserror-impl-no-std v2.0.2
31362026-05-23T15:50:05.873Z Compiling ciborium-ll v0.2.2
31372026-05-23T15:50:05.915Z Compiling unsafe-libyaml v0.2.11
31382026-05-23T15:50:05.966Z Compiling password-hash v0.5.0
31392026-05-23T15:50:05.987Z Compiling blake2 v0.10.6
31402026-05-23T15:50:06.076Z Compiling ciborium v0.2.2
31412026-05-23T15:50:06.107Z Compiling chacha20poly1305 v0.10.1
31422026-05-23T15:50:06.125Z Compiling indent_write v2.2.0
31432026-05-23T15:50:06.193Z Compiling toml_datetime v0.7.5+spec-1.1.0
31442026-05-23T15:50:06.285Z Compiling argon2 v0.5.3
31452026-05-23T15:50:06.303Z Compiling num-rational v0.4.2
31462026-05-23T15:50:06.407Z Compiling toml_edit v0.23.10+spec-1.0.0
31472026-05-23T15:50:06.428Z Compiling num-complex v0.4.6
31482026-05-23T15:50:06.446Z Compiling heapless v0.8.0
31492026-05-23T15:50:06.477Z Compiling serde_yaml v0.9.34+deprecated
31502026-05-23T15:50:06.584Z Compiling ingot-macros v0.1.1
31512026-05-23T15:50:06.698Z Compiling tokio-rustls v0.25.0
31522026-05-23T15:50:06.717Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31532026-05-23T15:50:06.860Z Compiling num v0.4.3
31542026-05-23T15:50:06.962Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-05-23T15:50:06.966Z Compiling atomicwrites v0.4.4
31562026-05-23T15:50:06.998Z Compiling proc-macro-crate v3.4.0
31572026-05-23T15:50:07.078Z Compiling thiserror-no-std v2.0.2
31582026-05-23T15:50:07.183Z Compiling vsss-rs v3.3.4
31592026-05-23T15:50:07.202Z Compiling camino-tempfile v1.4.1
31602026-05-23T15:50:07.382Z Compiling typify-impl v0.6.2
31612026-05-23T15:50:07.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31622026-05-23T15:50:07.482Z Compiling hash32 v0.3.1
31632026-05-23T15:50:07.539Z Compiling test-strategy v0.4.5
31642026-05-23T15:50:07.558Z Compiling smoltcp v0.11.0
31652026-05-23T15:50:07.558Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31662026-05-23T15:50:07.594Z Compiling parse-display v0.10.0
31672026-05-23T15:50:07.613Z Compiling num_enum_derive v0.7.6
31682026-05-23T15:50:07.674Z Compiling float-ord v0.3.2
31692026-05-23T15:50:07.785Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31702026-05-23T15:50:07.870Z Compiling tabwriter v1.4.1
31712026-05-23T15:50:07.938Z Compiling cobs v0.3.0
31722026-05-23T15:50:07.983Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31732026-05-23T15:50:08.003Z Compiling proc-macro-error v1.0.4
31742026-05-23T15:50:08.141Z Compiling postcard v1.1.3
31752026-05-23T15:50:08.174Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-05-23T15:50:08.230Z Compiling proc-macro-crate v1.3.1
31772026-05-23T15:50:08.250Z Compiling foreign-types-macros v0.2.3
31782026-05-23T15:50:08.304Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31792026-05-23T15:50:08.354Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31802026-05-23T15:50:08.454Z Compiling colored v3.1.1
31812026-05-23T15:50:08.528Z Compiling foreign-types-shared v0.3.1
31822026-05-23T15:50:08.587Z Compiling rayon-core v1.13.0
31832026-05-23T15:50:08.629Z Compiling cpufeatures v0.3.0
31842026-05-23T15:50:08.695Z Compiling num_enum_derive v0.5.11
31852026-05-23T15:50:08.722Z Compiling chacha20 v0.10.0
31862026-05-23T15:50:08.741Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-05-23T15:50:08.759Z Compiling num_enum v0.7.6
31882026-05-23T15:50:08.871Z Compiling crossbeam-deque v0.8.6
31892026-05-23T15:50:08.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31902026-05-23T15:50:08.936Z Compiling foreign-types v0.5.0
31912026-05-23T15:50:08.973Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-05-23T15:50:09.005Z Compiling cstr-argument v0.1.2
31932026-05-23T15:50:09.045Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
31942026-05-23T15:50:09.090Z Compiling rand v0.10.1
31952026-05-23T15:50:09.110Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31962026-05-23T15:50:09.127Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31972026-05-23T15:50:09.195Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982026-05-23T15:50:09.305Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-05-23T15:50:09.354Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32002026-05-23T15:50:09.400Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32012026-05-23T15:50:09.480Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32022026-05-23T15:50:09.530Z Compiling num-derive v0.4.2
32032026-05-23T15:50:09.587Z Compiling ingot-types v0.1.2
32042026-05-23T15:50:09.609Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32052026-05-23T15:50:09.706Z Compiling winnow v1.0.3
32062026-05-23T15:50:09.743Z Compiling rayon v1.11.0
32072026-05-23T15:50:09.814Z Compiling zone_cfg_derive v0.3.1
32082026-05-23T15:50:09.834Z Compiling toml v0.8.23
32092026-05-23T15:50:09.872Z Compiling num_enum v0.5.11
32102026-05-23T15:50:09.922Z Compiling itertools v0.12.1
32112026-05-23T15:50:09.946Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32122026-05-23T15:50:10.023Z Compiling ingot v0.1.1
32132026-05-23T15:50:10.050Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32142026-05-23T15:50:10.116Z Compiling sigpipe v0.1.3
32152026-05-23T15:50:10.156Z Compiling glob v0.3.3
32162026-05-23T15:50:10.231Z Compiling smf v0.2.3
32172026-05-23T15:50:10.422Z Compiling whoami v1.6.1
32182026-05-23T15:50:10.539Z Compiling prettyplease v0.2.37
32192026-05-23T15:50:10.558Z Compiling usdt-macro v0.5.0
32202026-05-23T15:50:10.561Z Compiling usdt-attr-macro v0.5.0
32212026-05-23T15:50:10.597Z Compiling gethostname v0.5.0
32222026-05-23T15:50:10.618Z Compiling derive-where v1.6.0
32232026-05-23T15:50:10.746Z Compiling memmap v0.7.0
32242026-05-23T15:50:10.765Z Compiling resolv-conf v0.7.6
32252026-05-23T15:50:10.808Z Compiling console v0.15.11
32262026-05-23T15:50:10.876Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32272026-05-23T15:50:10.967Z Compiling newline-converter v0.3.0
32282026-05-23T15:50:11.120Z Compiling zone v0.3.1
32292026-05-23T15:50:11.153Z Compiling owo-colors v4.3.0
32302026-05-23T15:50:11.214Z Compiling cancel-safe-futures v0.1.5
32312026-05-23T15:50:11.300Z Compiling expectorate v1.2.0
32322026-05-23T15:50:11.372Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
32332026-05-23T15:50:11.457Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32342026-05-23T15:50:11.475Z Compiling usdt v0.5.0
32352026-05-23T15:50:11.513Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32362026-05-23T15:50:11.532Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32372026-05-23T15:50:11.602Z Compiling libsw-core v0.3.2
32382026-05-23T15:50:11.807Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32392026-05-23T15:50:11.810Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32402026-05-23T15:50:11.852Z Compiling libsw v3.5.0
32412026-05-23T15:50:11.903Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32422026-05-23T15:50:12.014Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32432026-05-23T15:50:12.033Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32442026-05-23T15:50:12.061Z Compiling hickory-proto v0.24.4
32452026-05-23T15:50:12.079Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32462026-05-23T15:50:12.099Z Compiling minimal-lexical v0.2.1
32472026-05-23T15:50:12.148Z Compiling typify-macro v0.6.2
32482026-05-23T15:50:12.174Z Compiling linear-map v1.2.0
32492026-05-23T15:50:12.263Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32502026-05-23T15:50:12.318Z Compiling linked-hash-map v0.5.6
32512026-05-23T15:50:12.337Z Compiling nom v7.1.3
32522026-05-23T15:50:12.358Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32532026-05-23T15:50:12.395Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32542026-05-23T15:50:12.398Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
32552026-05-23T15:50:12.433Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32562026-05-23T15:50:12.509Z Compiling lru-cache v0.1.2
32572026-05-23T15:50:12.537Z Compiling tokio-dtrace v0.1.1
32582026-05-23T15:50:12.665Z Compiling slog-dtrace v0.3.0
32592026-05-23T15:50:12.685Z Compiling csv-core v0.1.13
32602026-05-23T15:50:12.688Z Compiling semver v0.1.20
32612026-05-23T15:50:12.844Z Compiling tagptr v0.2.0
32622026-05-23T15:50:12.862Z Compiling highway v1.3.0
32632026-05-23T15:50:12.956Z Compiling csv v1.4.0
32642026-05-23T15:50:12.987Z Compiling rustc_version v0.1.7
32652026-05-23T15:50:13.005Z Compiling moka v0.12.13
32662026-05-23T15:50:13.026Z Compiling oxide-tokio-rt v0.1.4
32672026-05-23T15:50:13.029Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32682026-05-23T15:50:13.068Z Compiling phf_shared v0.12.1
32692026-05-23T15:50:13.263Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32702026-05-23T15:50:13.282Z Compiling chrono-tz v0.10.4
32712026-05-23T15:50:13.285Z Compiling const_format_proc_macros v0.2.34
32722026-05-23T15:50:13.285Z Compiling newtype_derive v0.1.6
32732026-05-23T15:50:13.355Z Compiling phf v0.12.1
32742026-05-23T15:50:13.551Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32752026-05-23T15:50:13.633Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32762026-05-23T15:50:13.652Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32772026-05-23T15:50:13.691Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32782026-05-23T15:50:13.757Z Compiling hickory-resolver v0.25.2
32792026-05-23T15:50:13.833Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32802026-05-23T15:50:13.894Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32812026-05-23T15:50:13.913Z Compiling num-derive v0.3.3
32822026-05-23T15:50:14.070Z Compiling typify v0.6.2
32832026-05-23T15:50:14.119Z Compiling bcs v0.1.6
32842026-05-23T15:50:14.141Z Compiling termtree v0.5.1
32852026-05-23T15:50:14.195Z Compiling progenitor-impl v0.14.0
32862026-05-23T15:50:14.213Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-05-23T15:50:14.328Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32882026-05-23T15:50:14.393Z Compiling progenitor-impl v0.13.0
32892026-05-23T15:50:14.450Z Compiling hickory-resolver v0.24.4
32902026-05-23T15:50:14.520Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32912026-05-23T15:50:14.777Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32922026-05-23T15:50:14.933Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32932026-05-23T15:50:14.985Z Compiling const_format v0.2.35
32942026-05-23T15:50:15.353Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32952026-05-23T15:50:15.397Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32962026-05-23T15:50:15.424Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32972026-05-23T15:50:15.790Z Compiling qorb v0.4.1
32982026-05-23T15:50:15.827Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32992026-05-23T15:50:16.026Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33002026-05-23T15:50:16.080Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33012026-05-23T15:50:16.100Z Compiling libscf-sys v1.1.0
33022026-05-23T15:50:16.283Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33032026-05-23T15:50:16.338Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33042026-05-23T15:50:16.467Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33052026-05-23T15:50:16.560Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33062026-05-23T15:50:16.623Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33072026-05-23T15:50:16.847Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33082026-05-23T15:50:17.026Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33092026-05-23T15:50:17.091Z Compiling progenitor-macro v0.14.0
33102026-05-23T15:50:17.156Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33112026-05-23T15:50:17.258Z Compiling progenitor-macro v0.13.0
33122026-05-23T15:50:17.300Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33132026-05-23T15:50:17.358Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33142026-05-23T15:50:17.379Z Compiling tabled_derive v0.7.0
33152026-05-23T15:50:17.534Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33162026-05-23T15:50:17.576Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33172026-05-23T15:50:17.660Z Compiling textwrap v0.16.2
33182026-05-23T15:50:17.692Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-05-23T15:50:17.943Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33202026-05-23T15:50:17.943Z Compiling steno v0.4.1
33212026-05-23T15:50:18.032Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33222026-05-23T15:50:18.053Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33232026-05-23T15:50:18.118Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33242026-05-23T15:50:18.184Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33252026-05-23T15:50:18.208Z Compiling libefi-sys v0.1.0
33262026-05-23T15:50:18.409Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33272026-05-23T15:50:18.454Z Compiling tabled v0.15.0
33282026-05-23T15:50:18.473Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33292026-05-23T15:50:18.514Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33302026-05-23T15:50:18.534Z Compiling git-stub v1.0.0
33312026-05-23T15:50:18.841Z Compiling bitfield-struct v0.6.2
33322026-05-23T15:50:19.017Z Compiling nom v8.0.0
33332026-05-23T15:50:19.039Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33342026-05-23T15:50:19.306Z Compiling git-stub-vcs v0.1.0
33352026-05-23T15:50:19.327Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33362026-05-23T15:50:19.590Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33372026-05-23T15:50:19.884Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33382026-05-23T15:50:19.927Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33392026-05-23T15:50:19.983Z Compiling dropshot-api-manager-types v0.7.2
33402026-05-23T15:50:20.221Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33412026-05-23T15:50:20.241Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33422026-05-23T15:50:20.339Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33432026-05-23T15:50:20.357Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-05-23T15:50:20.361Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33452026-05-23T15:50:20.465Z Compiling xshell-macros v0.2.7
33462026-05-23T15:50:20.493Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-05-23T15:50:20.550Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-05-23T15:50:20.792Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33492026-05-23T15:50:20.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-05-23T15:50:20.931Z Compiling xshell v0.2.7
33512026-05-23T15:50:21.011Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33522026-05-23T15:50:21.129Z Compiling primeorder v0.13.6
33532026-05-23T15:50:21.403Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33542026-05-23T15:50:21.435Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-05-23T15:50:21.478Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33562026-05-23T15:50:21.499Z Compiling salty v0.3.0
33572026-05-23T15:50:21.519Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-05-23T15:50:21.536Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-05-23T15:50:21.658Z Compiling base64 v0.21.7
33602026-05-23T15:50:21.775Z Compiling radium v0.7.0
33612026-05-23T15:50:22.049Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33622026-05-23T15:50:22.144Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33632026-05-23T15:50:22.297Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-05-23T15:50:22.317Z Compiling p384 v0.13.1
33652026-05-23T15:50:22.320Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-05-23T15:50:22.356Z Compiling progenitor v0.14.0
33672026-05-23T15:50:22.360Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-05-23T15:50:22.399Z Compiling typify-impl v0.4.3
33692026-05-23T15:50:22.517Z Compiling progenitor v0.13.0
33702026-05-23T15:50:22.542Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33712026-05-23T15:50:22.562Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-23T15:50:22.702Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-23T15:50:22.722Z Compiling maybe-uninit v2.0.0
33742026-05-23T15:50:22.827Z Compiling tap v1.0.1
33752026-05-23T15:50:22.980Z Compiling wyz v0.5.1
33762026-05-23T15:50:22.998Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-05-23T15:50:23.070Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33782026-05-23T15:50:23.117Z Compiling proc-macro-error-attr2 v2.0.0
33792026-05-23T15:50:23.197Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33802026-05-23T15:50:23.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33812026-05-23T15:50:23.442Z Compiling funty v2.0.0
33822026-05-23T15:50:23.466Z Compiling parking_lot_core v0.8.6
33832026-05-23T15:50:23.565Z Compiling utf-8 v0.7.6
33842026-05-23T15:50:23.800Z Compiling packed_struct v0.10.1
33852026-05-23T15:50:23.849Z Compiling tungstenite v0.21.0
33862026-05-23T15:50:24.138Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-05-23T15:50:24.290Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33882026-05-23T15:50:24.620Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33892026-05-23T15:50:25.365Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33902026-05-23T15:50:25.397Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33912026-05-23T15:50:25.631Z Compiling bitvec v1.0.1
33922026-05-23T15:50:25.669Z Compiling proc-macro-error2 v2.0.1
33932026-05-23T15:50:26.047Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33942026-05-23T15:50:26.081Z Compiling polyval v0.6.2
33952026-05-23T15:50:26.314Z Compiling packed_struct_codegen v0.10.1
33962026-05-23T15:50:26.359Z Compiling zerocopy-derive v0.6.6
33972026-05-23T15:50:26.380Z Compiling bitfield-macros v0.19.4
33982026-05-23T15:50:26.438Z Compiling indexmap v1.9.3
33992026-05-23T15:50:26.690Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34002026-05-23T15:50:26.724Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34012026-05-23T15:50:27.155Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
34022026-05-23T15:50:27.176Z Compiling typify-macro v0.4.3
34032026-05-23T15:50:27.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34042026-05-23T15:50:27.218Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34052026-05-23T15:50:27.260Z Compiling nodrop v0.1.14
34062026-05-23T15:50:27.329Z Compiling crc-catalog v2.4.0
34072026-05-23T15:50:27.397Z Compiling array-init v0.0.4
34082026-05-23T15:50:27.480Z Compiling crc v3.4.0
34092026-05-23T15:50:27.498Z Compiling zerocopy v0.6.6
34102026-05-23T15:50:27.501Z Compiling bitfield v0.19.4
34112026-05-23T15:50:27.555Z Compiling ghash v0.5.1
34122026-05-23T15:50:27.593Z Compiling tabled_derive v0.11.0
34132026-05-23T15:50:27.723Z Compiling smallvec v0.6.14
34142026-05-23T15:50:27.774Z Compiling tokio-tungstenite v0.21.0
34152026-05-23T15:50:27.837Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-05-23T15:50:27.897Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34172026-05-23T15:50:27.982Z Compiling papergrid v0.17.0
34182026-05-23T15:50:28.003Z Compiling testing_table v0.3.0
34192026-05-23T15:50:28.090Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34202026-05-23T15:50:28.145Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34212026-05-23T15:50:28.163Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34222026-05-23T15:50:28.204Z Compiling ctr v0.9.2
34232026-05-23T15:50:28.304Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34242026-05-23T15:50:28.409Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34252026-05-23T15:50:28.430Z Compiling corncobs v0.1.4
34262026-05-23T15:50:28.452Z Compiling illumos-nvpair-sys v0.2.0
34272026-05-23T15:50:28.484Z Compiling hashbrown v0.12.3
34282026-05-23T15:50:28.516Z Compiling unicase v2.9.0
34292026-05-23T15:50:28.599Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34302026-05-23T15:50:28.642Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-05-23T15:50:28.725Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34322026-05-23T15:50:28.744Z Compiling aes-gcm v0.10.3
34332026-05-23T15:50:28.744Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-05-23T15:50:28.782Z Compiling mime_guess v2.0.5
34352026-05-23T15:50:28.816Z Compiling parking_lot v0.11.2
34362026-05-23T15:50:28.846Z Compiling serde-hex v0.1.0
34372026-05-23T15:50:28.973Z Compiling tabled v0.20.0
34382026-05-23T15:50:28.994Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34392026-05-23T15:50:29.012Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34402026-05-23T15:50:29.065Z Compiling typify v0.4.3
34412026-05-23T15:50:29.184Z Compiling progenitor-impl v0.11.2
34422026-05-23T15:50:29.215Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
34432026-05-23T15:50:29.237Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-05-23T15:50:29.240Z Compiling ron v0.8.1
34452026-05-23T15:50:29.282Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34462026-05-23T15:50:29.357Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-23T15:50:29.385Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34482026-05-23T15:50:29.716Z Compiling hashbrown v0.13.2
34492026-05-23T15:50:29.763Z Compiling progenitor-client v0.11.2
34502026-05-23T15:50:29.828Z Compiling blowfish v0.9.1
34512026-05-23T15:50:29.848Z Compiling prefix-trie v0.7.0
34522026-05-23T15:50:29.896Z Compiling ssh-encoding v0.2.0
34532026-05-23T15:50:30.120Z Compiling fxhash v0.2.1
34542026-05-23T15:50:30.140Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552026-05-23T15:50:30.198Z Compiling secrecy v0.8.0
34562026-05-23T15:50:30.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34572026-05-23T15:50:30.255Z Compiling crc-any v2.5.0
34582026-05-23T15:50:30.283Z Compiling sled v0.34.7
34592026-05-23T15:50:30.302Z Compiling hickory-server v0.25.2
34602026-05-23T15:50:30.320Z Compiling object v0.30.4
34612026-05-23T15:50:30.496Z Compiling ssh-cipher v0.2.0
34622026-05-23T15:50:30.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34632026-05-23T15:50:30.693Z Compiling bcrypt-pbkdf v0.10.0
34642026-05-23T15:50:30.746Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34652026-05-23T15:50:31.092Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662026-05-23T15:50:31.153Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34672026-05-23T15:50:31.157Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34682026-05-23T15:50:31.191Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-23T15:50:31.195Z Compiling password-hash v0.4.2
34702026-05-23T15:50:31.300Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34712026-05-23T15:50:31.501Z Compiling crc8 v0.1.1
34722026-05-23T15:50:31.521Z Compiling path-slash v0.1.5
34732026-05-23T15:50:31.643Z Compiling http-range v0.1.5
34742026-05-23T15:50:31.662Z Compiling half v1.8.3
34752026-05-23T15:50:31.700Z Compiling pbkdf2 v0.11.0
34762026-05-23T15:50:31.830Z Compiling illumos-nvpair v0.3.0
34772026-05-23T15:50:31.889Z Compiling serde_cbor v0.11.2
34782026-05-23T15:50:31.947Z Compiling ssh-key v0.6.7
34792026-05-23T15:50:31.968Z Compiling progenitor-macro v0.11.2
34802026-05-23T15:50:32.123Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34812026-05-23T15:50:32.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-23T15:50:32.354Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34832026-05-23T15:50:32.403Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-05-23T15:50:32.445Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-05-23T15:50:32.465Z Compiling p521 v0.13.3
34862026-05-23T15:50:32.517Z Compiling p256 v0.13.2
34872026-05-23T15:50:32.926Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34882026-05-23T15:50:32.944Z Compiling yasna v0.5.2
34892026-05-23T15:50:32.962Z Compiling kstat-rs v0.2.4
34902026-05-23T15:50:33.106Z Compiling headers-core v0.3.0
34912026-05-23T15:50:33.260Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34922026-05-23T15:50:33.291Z Compiling nanorand v0.7.0
34932026-05-23T15:50:33.370Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34942026-05-23T15:50:33.388Z Compiling atty v0.2.14
34952026-05-23T15:50:33.456Z Compiling russh-cryptovec v0.7.3
34962026-05-23T15:50:33.529Z Compiling md5 v0.7.0
34972026-05-23T15:50:33.588Z Compiling home v0.5.12
34982026-05-23T15:50:33.629Z Compiling flume v0.11.1
34992026-05-23T15:50:33.659Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35002026-05-23T15:50:33.678Z Compiling rcgen v0.12.1
35012026-05-23T15:50:33.700Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35022026-05-23T15:50:33.703Z Compiling headers v0.4.1
35032026-05-23T15:50:33.740Z Compiling russh-keys v0.45.0
35042026-05-23T15:50:33.761Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35052026-05-23T15:50:33.834Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35062026-05-23T15:50:34.003Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35072026-05-23T15:50:34.132Z Compiling hyper-staticfile v0.10.1
35082026-05-23T15:50:34.135Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35092026-05-23T15:50:34.349Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-05-23T15:50:34.547Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35112026-05-23T15:50:34.571Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35122026-05-23T15:50:34.619Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35132026-05-23T15:50:34.716Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35142026-05-23T15:50:34.859Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35152026-05-23T15:50:34.883Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35162026-05-23T15:50:34.886Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
35172026-05-23T15:50:34.919Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
35182026-05-23T15:50:35.298Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35192026-05-23T15:50:35.398Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35202026-05-23T15:50:35.537Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35212026-05-23T15:50:35.663Z Compiling num-bigint v0.4.6
35222026-05-23T15:50:35.689Z Compiling des v0.8.1
35232026-05-23T15:50:35.734Z Compiling subprocess v0.2.15
35242026-05-23T15:50:35.932Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35252026-05-23T15:50:35.963Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35262026-05-23T15:50:35.966Z Compiling hex-literal v0.4.1
35272026-05-23T15:50:36.102Z Compiling display-error-chain v0.2.2
35282026-05-23T15:50:36.155Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35292026-05-23T15:50:36.174Z Compiling colored v2.2.0
35302026-05-23T15:50:36.278Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35312026-05-23T15:50:36.336Z Compiling socket2 v0.5.10
35322026-05-23T15:50:36.425Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35332026-05-23T15:50:36.552Z Compiling internet-checksum v0.2.1
35342026-05-23T15:50:36.909Z Compiling russh v0.45.0
35352026-05-23T15:50:37.135Z Compiling progenitor v0.11.2
35362026-05-23T15:50:37.315Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35372026-05-23T15:50:38.109Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35382026-05-23T15:50:46.378Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35392026-05-23T15:50:48.088Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
35402026-05-23T15:50:49.068Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35412026-05-23T15:50:49.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35422026-05-23T15:50:53.299Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35432026-05-23T15:50:53.299Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35442026-05-23T15:51:02.533Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35452026-05-23T15:51:10.401Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35462026-05-23T15:51:10.401Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35472026-05-23T15:51:10.404Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35482026-05-23T15:51:10.404Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-05-23T15:51:12.289Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35502026-05-23T15:51:12.334Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35512026-05-23T15:51:16.431Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35522026-05-23T15:51:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
35532026-05-23T15:51:57.954Z
35542026-05-23T15:51:57.954Zreal 1:54.846446306
35552026-05-23T15:51:57.955Zuser 10:03.960508940
35562026-05-23T15:51:57.955Zsys 1:59.883529246
35572026-05-23T15:51:57.958Ztrap 0.294388502
35582026-05-23T15:51:57.958Ztflt 0.677881551
35592026-05-23T15:51:57.958Zdflt 1.427459803
35602026-05-23T15:51:57.958Zkflt 0.003647735
35612026-05-23T15:51:57.958Zlock 35:27.068940767
35622026-05-23T15:51:57.958Zslp 23:22.424073219
35632026-05-23T15:51:57.958Zlat 47.693738333
35642026-05-23T15:51:57.958Zstop 3:19.285590048
35652026-05-23T15:51:57.958Z+ mkdir tests
35662026-05-23T15:51:57.961Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35672026-05-23T15:51:57.961Z+ xargs -I '{}' -t cp '{}' tests/
35682026-05-23T15:51:57.989Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85e40334926c46ad tests/
35692026-05-23T15:51:58.021Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c70e305577d967b3 tests/
35702026-05-23T15:51:58.050Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-59952709818800a3 tests/
35712026-05-23T15:51:58.080Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b4b57610ae888373 tests/
35722026-05-23T15:51:58.440Z+ 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-23T15:51:58.443Z+ 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-c70e305577d967b3 tests/commtest-59952709818800a3 tests/dhcp_server-85e40334926c46ad tests/end_to_end_tests-b4b57610ae888373 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-23T15:53:23.241ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35752026-05-23T15:53:23.241Za .github/buildomat/ci-env.sh 1K
35762026-05-23T15:53:23.241Za out/target/test 1K
35772026-05-23T15:53:23.241Za out/npuzone/npuzone 31102K
35782026-05-23T15:53:23.241Za package-manifest.toml 35K
35792026-05-23T15:53:23.241Za smf/sled-agent/non-gimlet/config.toml 6K
35802026-05-23T15:53:23.241Za target/release/omicron-package 45234K
35812026-05-23T15:53:23.241Za target/release/xtask 11453K
35822026-05-23T15:53:23.241Za target/debug/bootstrap 408909K
35832026-05-23T15:53:23.241Za tests/bootstrap-c70e305577d967b3 31215K
35842026-05-23T15:53:23.241Za tests/commtest-59952709818800a3 32300K
35852026-05-23T15:53:23.242Za tests/dhcp_server-85e40334926c46ad 31215K
35862026-05-23T15:53:23.242Za tests/end_to_end_tests-b4b57610ae888373 479827K
35872026-05-23T15:53:23.242Za tools/opte_version 1K
35882026-05-23T15:53:23.242Za tools/opte_version_override 2K
35892026-05-23T15:53:23.242Za out/clickhouse.tar.gz 321141K
35902026-05-23T15:53:23.242Za out/clickhouse_keeper.tar.gz 306217K
35912026-05-23T15:53:23.242Za out/clickhouse_server.tar.gz 321139K
35922026-05-23T15:53:23.242Za out/cockroachdb.tar.gz 165669K
35932026-05-23T15:53:23.242Za out/crucible-pantry-zone.tar.gz 46483K
35942026-05-23T15:53:23.242Za out/crucible-utils.tar 16342K
35952026-05-23T15:53:23.242Za out/crucible-zone.tar.gz 62511K
35962026-05-23T15:53:23.242Za out/external-dns.tar.gz 50226K
35972026-05-23T15:53:23.242Za out/internal-dns.tar.gz 50225K
35982026-05-23T15:53:23.242Za out/mg-ddm-gz.tar 103603K
35992026-05-23T15:53:23.242Za out/nexus.tar.gz 243843K
36002026-05-23T15:53:23.242Za out/ntp.tar.gz 32308K
36012026-05-23T15:53:23.242Za out/omicron-gateway-softnpu.tar.gz 33828K
36022026-05-23T15:53:23.242Za out/omicron-sled-agent.tar 227840K
36032026-05-23T15:53:23.242Za out/overlay.tar.gz 3K
36042026-05-23T15:53:23.242Za out/oximeter.tar.gz 75733K
36052026-05-23T15:53:23.242Za out/oxlog.tar 3782K
36062026-05-23T15:53:23.242Za out/probe.tar.gz 1390K
36072026-05-23T15:53:23.242Za out/propolis-server.tar.gz 34911K
36082026-05-23T15:53:23.242Za out/pumpkind-gz.tar 26647K
36092026-05-23T15:53:23.242Za out/switch-softnpu.tar.gz 420960K
36102026-05-23T15:53:23.245Z
36112026-05-23T15:53:23.245Zreal 1:24.798799485
36122026-05-23T15:53:23.245Zuser 1:22.014944963
36132026-05-23T15:53:23.246Zsys 4.683814935
36142026-05-23T15:53:23.246Ztrap 0.007159443
36152026-05-23T15:53:23.246Ztflt 0.000000000
36162026-05-23T15:53:23.246Zdflt 0.000000000
36172026-05-23T15:53:23.246Zkflt 0.000000000
36182026-05-23T15:53:23.246Zlock 0.000000000
36192026-05-23T15:53:23.246Zslp 1:21.834418557
36202026-05-23T15:53:23.246Zlat 1.052657506
36212026-05-23T15:53:23.246Zstop 0.000218940
36222026-05-23T15:53:23.246Zprocess exited: duration 1011678 ms, exit code 0
 
36232026-05-23T15:53:23.260Zfound 1 output files
36242026-05-23T15:53:23.279Zuploading: /work/package.tar.gz (2553285463 bytes)
36252026-05-23T15:53:53.595Zuploaded: /work/package.tar.gz