01KT1ZY2PXGDGQJ5HKWJT94NB9: 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: 01KT1ZYSE7DYGMCCJSHHNKG5TF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T16:24:32.605Zjob assigned to worker 01KT1ZYY1KQZK1K0K3NBT3H3F7 [factory aws, i-056e00d85698f3964] (queued for 59 s)
 
22026-06-01T16:24:39.373Zstarting task 0: "setup"
32026-06-01T16:24:39.378Z++ uname -s
42026-06-01T16:24:39.380Z+ kern=SunOS
52026-06-01T16:24:39.381Z+ build_user=build
62026-06-01T16:24:39.381Z+ build_uid=12345
72026-06-01T16:24:39.381Z+ work_dir=/work
82026-06-01T16:24:39.381Z+ input_dir=/input
92026-06-01T16:24:39.381Z+ [[ 0 == 12345 ]]
102026-06-01T16:24:39.381Z+ case "$kern" in
112026-06-01T16:24:39.381Z+ groupadd -g 12345 build
122026-06-01T16:24:39.384Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T16:24:41.392Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T16:24:41.566Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T16:24:41.570Z+ home_fs=zfs
162026-06-01T16:24:41.570Z+ [[ zfs == autofs ]]
172026-06-01T16:24:41.570Z+ mkdir -p /home/build
182026-06-01T16:24:41.570Z+ chown build:build /home/build /work
192026-06-01T16:24:42.572Z+ chmod 0700 /home/build /work
202026-06-01T16:24:42.576Zprocess exited: duration 3206 ms, exit code 0
 
212026-06-01T16:24:42.583Zstarting task 1: "rust-toolchain"
222026-06-01T16:24:42.590Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-01T16:24:42.590Z * rust toolchain channel = "1.94.0"
242026-06-01T16:24:42.590Z * rust toolchain profile = "default"
252026-06-01T16:24:42.590Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-01T16:24:42.590Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T16:24:42.590Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T16:24:42.593Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T16:24:42.593Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T16:24:42.704Zinfo: downloading installer
312026-06-01T16:24:44.095Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T16:24:44.095Zwarn: /home/build/.rustup/settings.toml
332026-06-01T16:24:44.095Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T16:24:44.095Zwarn: instead of the one inferred from the default host triple.
352026-06-01T16:24:44.106Zinfo: profile set to default
362026-06-01T16:24:44.106Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T16:24:44.111Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T16:24:44.242Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T16:24:44.246Zinfo: downloading 6 components
402026-06-01T16:24:58.239Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-01T16:24:58.239Z
422026-06-01T16:24:58.268Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T16:24:58.268Z
442026-06-01T16:24:58.268Z
452026-06-01T16:24:58.268ZRust is installed now. Great!
462026-06-01T16:24:58.268Z
472026-06-01T16:24:58.268ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T16:24:58.268Zenvironment variable. This has not been done automatically.
492026-06-01T16:24:58.268Z
502026-06-01T16:24:58.268ZTo configure your current shell, you need to source
512026-06-01T16:24:58.268Zthe corresponding env file under $HOME/.cargo.
522026-06-01T16:24:58.268Z
532026-06-01T16:24:58.268ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T16:24:58.268Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T16:24:58.268Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T16:24:58.268Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T16:24:58.269Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T16:24:58.269Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T16:24:58.269Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T16:24:58.274Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T16:24:58.274Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T16:24:58.359Z+ rustup --version
632026-06-01T16:24:58.365Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T16:24:58.368Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T16:24:58.388Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T16:24:58.391Z+ cargo --version
672026-06-01T16:24:58.400Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T16:24:58.402Z+ rustc --version
692026-06-01T16:24:58.424Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T16:24:58.427Zprocess exited: duration 15843 ms, exit code 0
 
712026-06-01T16:24:58.436Zstarting task 2: "authentication"
722026-06-01T16:24:58.457Zprocess exited: duration 21 ms, exit code 0
 
732026-06-01T16:24:58.464Zstarting task 3: "clone repository"
742026-06-01T16:24:58.469Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T16:24:58.473Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T16:24:58.507ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T16:25:09.000Z+ cd /work/oxidecomputer/omicron
782026-06-01T16:25:09.000Z+ git fetch origin 66cbaf0d1b6d69fe170c61931acad909d177129b
792026-06-01T16:25:09.314ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T16:25:09.314Z * branch 66cbaf0d1b6d69fe170c61931acad909d177129b -> FETCH_HEAD
812026-06-01T16:25:09.329Z+ [[ -n ry/opte-984 ]]
822026-06-01T16:25:09.332Z++ git branch --show-current
832026-06-01T16:25:09.334Z+ current=main
842026-06-01T16:25:09.334Z+ [[ main != ry/opte-984 ]]
852026-06-01T16:25:09.334Z+ git branch -f ry/opte-984 66cbaf0d1b6d69fe170c61931acad909d177129b
862026-06-01T16:25:09.337Z+ git checkout -f ry/opte-984
872026-06-01T16:25:09.571ZSwitched to branch 'ry/opte-984'
882026-06-01T16:25:09.574Z+ git reset --hard 66cbaf0d1b6d69fe170c61931acad909d177129b
892026-06-01T16:25:09.619ZHEAD is now at 66cbaf0d1 merge main and resolve conflicts
902026-06-01T16:25:09.622Zprocess exited: duration 11155 ms, exit code 0
 
912026-06-01T16:25:09.629Zstarting task 4: "build"
922026-06-01T16:25:09.635Z+ source .github/buildomat/ci-env.sh
932026-06-01T16:25:09.635Z++ export CARGO_TERM_COLOR=always
942026-06-01T16:25:09.635Z++ CARGO_TERM_COLOR=always
952026-06-01T16:25:09.635Z+ cargo --version
962026-06-01T16:25:09.645Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-01T16:25:09.651Z+ rustc --version
982026-06-01T16:25:09.669Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-01T16:25:09.672Z+ WORK=/work
1002026-06-01T16:25:09.672Z+ pfexec mkdir -p /work
1012026-06-01T16:25:09.675Z+ pfexec chown build /work
1022026-06-01T16:25:09.677Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-01T16:25:11.281Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-01T16:25:11.359Z Startup: Caching catalogs ... Done
1052026-06-01T16:25:11.660ZPlanning: Solver setup ... Done (0.251s)
1062026-06-01T16:25:11.679ZPlanning: Running solver ... Done (0.019s)
1072026-06-01T16:25:11.682ZPlanning: Finding local manifests ... Done (0.004s)
1082026-06-01T16:25:11.697ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-01T16:25:11.719ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-01T16:25:11.729ZPlanning: Package planning ... Done (0.014s)
1112026-06-01T16:25:11.733ZPlanning: Merging actions ... Done (0.001s)
1122026-06-01T16:25:11.922ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-06-01T16:25:11.925ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-01T16:25:12.827ZPlanning: Evaluating mediators ... Done (0.903s)
1152026-06-01T16:25:12.830ZPlanning: Planning completed in 1.45 seconds
1162026-06-01T16:25:12.838Z Packages to install: 2
1172026-06-01T16:25:12.838Z Estimated space available: 156.10 GB
1182026-06-01T16:25:12.838ZEstimated space to be consumed: 23.93 MB
1192026-06-01T16:25:12.838Z Create boot environment: No
1202026-06-01T16:25:12.838ZCreate backup boot environment: No
1212026-06-01T16:25:12.838Z Rebuild boot archive: No
1222026-06-01T16:25:12.842Z
1232026-06-01T16:25:12.842ZChanged packages:
1242026-06-01T16:25:12.842Zhelios
1252026-06-01T16:25:12.842Z developer/build-essential
1262026-06-01T16:25:12.842Z None -> 11-3.0
1272026-06-01T16:25:12.842Z library/libxmlsec1
1282026-06-01T16:25:12.842Z None -> 1.2.35-3.0
1292026-06-01T16:25:12.861Z
1302026-06-01T16:25:12.861ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-01T16:25:13.582ZDownload: Completed 1.28 MB in 0.72 seconds (1.8M/s)
1322026-06-01T16:25:13.708Z Actions: 1/268 actions (Installing new actions)
1332026-06-01T16:25:13.748Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-01T16:25:13.755ZFinalize: Updating package state database ... Done (0.007s)
1352026-06-01T16:25:13.755ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-01T16:25:13.776ZFinalize: Updating image state ... Done (0.020s)
1372026-06-01T16:25:16.407ZFinalize: Creating fast lookup database ... Done (2.610s)
1382026-06-01T16:25:16.491ZFinalize: Reading search index ... Done (0.031s)
1392026-06-01T16:25:16.494ZFinalize: Updating search index ... Done (0.000s)
1402026-06-01T16:25:16.573ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-01T16:25:16.879ZPlanning: Evaluating mediator changes ... Done
1422026-06-01T16:25:16.985ZPlanning: Checking for conflicting actions ... Done
1432026-06-01T16:25:16.988ZPlanning: Consolidating action changes ... Done
1442026-06-01T16:25:17.145ZPlanning: Evaluating mediators ... Done
1452026-06-01T16:25:17.148ZPlanning: Planning completed in 0.27 seconds
1462026-06-01T16:25:17.167Z Mediators to change: 2
1472026-06-01T16:25:17.167Z Create boot environment: No
1482026-06-01T16:25:17.167ZCreate backup boot environment: No
1492026-06-01T16:25:17.236ZFinalize: Updating package state database ... Done
1502026-06-01T16:25:17.236ZFinalize: Updating package cache ... Done
1512026-06-01T16:25:17.242ZFinalize: Updating image state ... Done
1522026-06-01T16:25:19.195ZFinalize: Creating fast lookup database ... Done
1532026-06-01T16:25:19.255ZFinalize: Reading search index ... Done
1542026-06-01T16:25:19.258ZFinalize: Updating search index ... Done
1552026-06-01T16:25:19.379ZFinalize: Updating package cache ... Done
1562026-06-01T16:25:19.668ZPlanning: Evaluating mediator changes ... Done
1572026-06-01T16:25:19.774ZPlanning: Checking for conflicting actions ... Done
1582026-06-01T16:25:19.777ZPlanning: Consolidating action changes ... Done
1592026-06-01T16:25:19.931ZPlanning: Evaluating mediators ... Done
1602026-06-01T16:25:19.946ZPlanning: Planning completed in 0.26 seconds
1612026-06-01T16:25:19.957Z Mediators to change: 1
1622026-06-01T16:25:19.957Z Create boot environment: No
1632026-06-01T16:25:19.957ZCreate backup boot environment: No
1642026-06-01T16:25:20.016ZFinalize: Updating package state database ... Done
1652026-06-01T16:25:20.016ZFinalize: Updating package cache ... Done
1662026-06-01T16:25:20.028ZFinalize: Updating image state ... Done
1672026-06-01T16:25:21.972ZFinalize: Creating fast lookup database ... Done
1682026-06-01T16:25:22.035ZFinalize: Reading search index ... Done
1692026-06-01T16:25:22.038ZFinalize: Updating search index ... Done
1702026-06-01T16:25:22.103ZFinalize: Updating package cache ... Done
1712026-06-01T16:25:22.419ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-01T16:25:22.419Zapache system 2.4 system
1732026-06-01T16:25:22.419Zclang system 15 system
1742026-06-01T16:25:22.419Zcsh system system illumos
1752026-06-01T16:25:22.419Zctags system system illumos
1762026-06-01T16:25:22.419Zfile vendor vendor darwinsys
1772026-06-01T16:25:22.419Zfile system system illumos
1782026-06-01T16:25:22.420Zgcc vendor 14 vendor
1792026-06-01T16:25:22.420Zgcc system 13 system
1802026-06-01T16:25:22.420Zgcc system 10 system
1812026-06-01T16:25:22.420Zgo system 1.25 system
1822026-06-01T16:25:22.420Zllvm system 15 system
1832026-06-01T16:25:22.420Zmariadb system 11.4 system
1842026-06-01T16:25:22.420Zmta vendor vendor dma
1852026-06-01T16:25:22.420Zopenjdk system 17 system
1862026-06-01T16:25:22.420Zopenjdk system 11 system
1872026-06-01T16:25:22.420Zopenssl vendor 3 vendor
1882026-06-01T16:25:22.420Zperl system 5.40 system
1892026-06-01T16:25:22.420Zpostgresql system 18 system
1902026-06-01T16:25:22.420Zpostgresql system 17 system
1912026-06-01T16:25:22.420Zpython vendor 3 vendor
1922026-06-01T16:25:22.423Zpython system 2 system
1932026-06-01T16:25:22.423Zpython3 vendor 3.13 vendor
1942026-06-01T16:25:22.423Zruby system 3.4 system
1952026-06-01T16:25:22.423Zruby system 3.0 system
1962026-06-01T16:25:22.423Zwords vendor vendor american-english
1972026-06-01T16:25:22.423Zwords system system australian-english
1982026-06-01T16:25:22.423Zwords system system british-english
1992026-06-01T16:25:22.423Zwords system system canadian-english
2002026-06-01T16:25:22.423Zwords system system french
2012026-06-01T16:25:22.423Zwords system system italian
2022026-06-01T16:25:22.423Zwords system system ngerman
2032026-06-01T16:25:22.423Zwords system system ogerman
2042026-06-01T16:25:22.423Zwords system system spanish
2052026-06-01T16:25:22.680ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-01T16:25:22.680Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-01T16:25:22.967ZFMRI IFO
2082026-06-01T16:25:22.967Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-01T16:25:22.967Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-01T16:25:22.967Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-01T16:25:22.967Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-01T16:25:22.967Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-01T16:25:22.967Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-01T16:25:22.967Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-01T16:25:22.967Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-01T16:25:22.967Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-01T16:25:23.212Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-01T16:25:23.527Z Updating crates.io index
2192026-06-01T16:25:23.530Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-01T16:25:23.806Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-01T16:25:24.704Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-01T16:25:25.136Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-01T16:25:26.240Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-01T16:25:26.750Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-01T16:25:28.703Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-01T16:25:29.510Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-01T16:25:30.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-01T16:25:31.187Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-01T16:25:31.661Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-01T16:25:32.263Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-01T16:25:32.722Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-01T16:25:33.662Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-01T16:25:34.174Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-01T16:25:34.485Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-01T16:25:34.961Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-01T16:25:35.247Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-01T16:25:35.728Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-01T16:25:36.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-01T16:25:36.504Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-01T16:25:36.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-01T16:25:37.161Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-01T16:25:37.575Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-01T16:25:37.971Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-01T16:25:38.415Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-01T16:25:39.013Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-01T16:25:39.355Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-01T16:25:39.670Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-01T16:25:40.996Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-01T16:25:41.393Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-01T16:25:41.849Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-01T16:25:42.367Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-01T16:25:42.998Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-01T16:25:43.347Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-01T16:25:43.656Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-01T16:25:44.119Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-01T16:25:44.643Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-01T16:25:44.916Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-01T16:25:45.191Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-01T16:25:45.625Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-01T16:25:57.356Z Downloading crates ...
2612026-06-01T16:25:57.407Z Downloaded errno v0.3.14
2622026-06-01T16:25:57.411Z Downloaded digest v0.10.7
2632026-06-01T16:25:57.414Z Downloaded idna_adapter v1.2.1
2642026-06-01T16:25:57.418Z Downloaded serde_spanned v0.6.9
2652026-06-01T16:25:57.421Z Downloaded strsim v0.11.1
2662026-06-01T16:25:57.421Z Downloaded fnv v1.0.7
2672026-06-01T16:25:57.421Z Downloaded block-buffer v0.10.4
2682026-06-01T16:25:57.425Z Downloaded ucd-trie v0.1.7
2692026-06-01T16:25:57.428Z Downloaded camino v1.2.2
2702026-06-01T16:25:57.432Z Downloaded cfg-if v1.0.4
2712026-06-01T16:25:57.434Z Downloaded unicode-xid v0.2.6
2722026-06-01T16:25:57.435Z Downloaded toml_write v0.1.2
2732026-06-01T16:25:57.435Z Downloaded dtrace-parser v0.2.0
2742026-06-01T16:25:57.437Z Downloaded serde v1.0.228
2752026-06-01T16:25:57.437Z Downloaded displaydoc v0.2.5
2762026-06-01T16:25:57.440Z Downloaded cpufeatures v0.2.17
2772026-06-01T16:25:57.440Z Downloaded autocfg v1.5.0
2782026-06-01T16:25:57.440Z Downloaded pretty-hex v0.4.1
2792026-06-01T16:25:57.443Z Downloaded crypto-common v0.1.7
2802026-06-01T16:25:57.443Z Downloaded camino-tempfile v1.4.1
2812026-06-01T16:25:57.443Z Downloaded clap_derive v4.6.1
2822026-06-01T16:25:57.446Z Downloaded anstyle v1.0.14
2832026-06-01T16:25:57.446Z Downloaded cargo-util-schemas v0.8.2
2842026-06-01T16:25:57.446Z Downloaded usdt-attr-macro v0.5.0
2852026-06-01T16:25:57.450Z Downloaded bytecount v0.6.9
2862026-06-01T16:25:57.450Z Downloaded zerofrom-derive v0.1.6
2872026-06-01T16:25:57.450Z Downloaded usdt v0.5.0
2882026-06-01T16:25:57.450Z Downloaded proc-macro2 v1.0.106
2892026-06-01T16:25:57.453Z Downloaded unicode-linebreak v0.1.5
2902026-06-01T16:25:57.453Z Downloaded zerofrom v0.1.6
2912026-06-01T16:25:57.453Z Downloaded anstream v1.0.0
2922026-06-01T16:25:57.456Z Downloaded yoke-derive v0.8.1
2932026-06-01T16:25:57.456Z Downloaded thread-id v4.2.2
2942026-06-01T16:25:57.456Z Downloaded utf8parse v0.2.2
2952026-06-01T16:25:57.458Z Downloaded serde_tokenstream v0.2.3
2962026-06-01T16:25:57.459Z Downloaded bitflags v2.11.0
2972026-06-01T16:25:57.461Z Downloaded icu_properties_data v2.1.2
2982026-06-01T16:25:57.465Z Downloaded writeable v0.6.2
2992026-06-01T16:25:57.467Z Downloaded version_check v0.9.5
3002026-06-01T16:25:57.467Z Downloaded toml_datetime v0.6.11
3012026-06-01T16:25:57.467Z Downloaded synstructure v0.13.2
3022026-06-01T16:25:57.471Z Downloaded typeid v1.0.3
3032026-06-01T16:25:57.471Z Downloaded ordered-float v2.10.1
3042026-06-01T16:25:57.471Z Downloaded heck v0.4.1
3052026-06-01T16:25:57.474Z Downloaded usdt-impl v0.5.0
3062026-06-01T16:25:57.474Z Downloaded thiserror-impl v1.0.69
3072026-06-01T16:25:57.479Z Downloaded thiserror v2.0.18
3082026-06-01T16:25:57.481Z Downloaded usdt-macro v0.5.0
3092026-06-01T16:25:57.481Z Downloaded anstyle-query v1.1.5
3102026-06-01T16:25:57.481Z Downloaded serde-value v0.7.0
3112026-06-01T16:25:57.481Z Downloaded cargo-platform v0.2.0
3122026-06-01T16:25:57.481Z Downloaded macaddr v1.0.1
3132026-06-01T16:25:57.484Z Downloaded itoa v1.0.17
3142026-06-01T16:25:57.484Z Downloaded zmij v1.0.21
3152026-06-01T16:25:57.484Z Downloaded utf8_iter v1.0.4
3162026-06-01T16:25:57.487Z Downloaded thiserror-impl v2.0.18
3172026-06-01T16:25:57.487Z Downloaded plain v0.2.3
3182026-06-01T16:25:57.491Z Downloaded potential_utf v0.1.4
3192026-06-01T16:25:57.491Z Downloaded zerocopy-derive v0.7.35
3202026-06-01T16:25:57.494Z Downloaded yoke v0.8.1
3212026-06-01T16:25:57.494Z Downloaded stable_deref_trait v1.2.1
3222026-06-01T16:25:57.494Z Downloaded url v2.5.8
3232026-06-01T16:25:57.497Z Downloaded zerovec-derive v0.11.2
3242026-06-01T16:25:57.497Z Downloaded unicode-ident v1.0.24
3252026-06-01T16:25:57.499Z Downloaded toml v0.8.23
3262026-06-01T16:25:57.499Z Downloaded thiserror v1.0.69
3272026-06-01T16:25:57.502Z Downloaded byteorder v1.5.0
3282026-06-01T16:25:57.502Z Downloaded quote v1.0.45
3292026-06-01T16:25:57.505Z Downloaded zerotrie v0.2.3
3302026-06-01T16:25:57.507Z Downloaded fastrand v2.3.0
3312026-06-01T16:25:57.507Z Downloaded textwrap v0.16.2
3322026-06-01T16:25:57.508Z Downloaded generic-array v0.14.7
3332026-06-01T16:25:57.510Z Downloaded typenum v1.19.0
3342026-06-01T16:25:57.510Z Downloaded toml_edit v0.22.27
3352026-06-01T16:25:57.513Z Downloaded dof v0.3.0
3362026-06-01T16:25:57.513Z Downloaded scroll_derive v0.12.1
3372026-06-01T16:25:57.516Z Downloaded terminal_size v0.4.3
3382026-06-01T16:25:57.516Z Downloaded form_urlencoded v1.2.2
3392026-06-01T16:25:57.516Z Downloaded is_terminal_polyfill v1.70.2
3402026-06-01T16:25:57.516Z Downloaded tinystr v0.8.2
3412026-06-01T16:25:57.516Z Downloaded percent-encoding v2.3.2
3422026-06-01T16:25:57.519Z Downloaded colorchoice v1.0.4
3432026-06-01T16:25:57.519Z Downloaded heck v0.5.0
3442026-06-01T16:25:57.522Z Downloaded proc-macro-error-attr v1.0.4
3452026-06-01T16:25:57.522Z Downloaded memmap v0.7.0
3462026-06-01T16:25:57.525Z Downloaded zerocopy v0.7.35
3472026-06-01T16:25:57.531Z Downloaded tabled_derive v0.7.0
3482026-06-01T16:25:57.534Z Downloaded zerovec v0.11.5
3492026-06-01T16:25:57.536Z Downloaded anstyle-parse v1.0.0
3502026-06-01T16:25:57.536Z Downloaded equivalent v1.0.2
3512026-06-01T16:25:57.536Z Downloaded scroll v0.12.0
3522026-06-01T16:25:57.540Z Downloaded clap_lex v1.0.0
3532026-06-01T16:25:57.540Z Downloaded unicode-width v0.1.14
3542026-06-01T16:25:57.545Z Downloaded swrite v0.1.0
3552026-06-01T16:25:57.545Z Downloaded semver v1.0.28
3562026-06-01T16:25:57.548Z Downloaded winnow v0.7.14
3572026-06-01T16:25:57.550Z Downloaded pest_meta v2.8.6
3582026-06-01T16:25:57.550Z Downloaded erased-serde v0.4.9
3592026-06-01T16:25:57.553Z Downloaded unicode-width v0.2.0
3602026-06-01T16:25:57.556Z Downloaded smawk v0.3.2
3612026-06-01T16:25:57.556Z Downloaded cargo_toml v0.21.0
3622026-06-01T16:25:57.559Z Downloaded cargo_metadata v0.21.0
3632026-06-01T16:25:57.564Z Downloaded fs-err v3.3.0
3642026-06-01T16:25:57.567Z Downloaded anyhow v1.0.102
3652026-06-01T16:25:57.572Z Downloaded litemap v0.8.1
3662026-06-01T16:25:57.574Z Downloaded smallvec v1.15.1
3672026-06-01T16:25:57.574Z Downloaded serde-untagged v0.1.9
3682026-06-01T16:25:57.577Z Downloaded proc-macro-error v1.0.4
3692026-06-01T16:25:57.580Z Downloaded sha2 v0.10.9
3702026-06-01T16:25:57.580Z Downloaded papergrid v0.11.0
3712026-06-01T16:25:57.582Z Downloaded icu_collections v2.1.1
3722026-06-01T16:25:57.585Z Downloaded tempfile v3.25.0
3732026-06-01T16:25:57.596Z Downloaded once_cell v1.21.3
3742026-06-01T16:25:57.599Z Downloaded log v0.4.29
3752026-06-01T16:25:57.602Z Downloaded pest_derive v2.8.6
3762026-06-01T16:25:57.610Z Downloaded icu_properties v2.1.2
3772026-06-01T16:25:57.617Z Downloaded num-traits v0.2.19
3782026-06-01T16:25:57.621Z Downloaded icu_provider v2.1.1
3792026-06-01T16:25:57.621Z Downloaded clap v4.6.1
3802026-06-01T16:25:57.623Z Downloaded icu_normalizer_data v2.1.1
3812026-06-01T16:25:57.626Z Downloaded pest_generator v2.8.6
3822026-06-01T16:25:57.629Z Downloaded getrandom v0.4.1
3832026-06-01T16:25:57.631Z Downloaded serde_derive v1.0.228
3842026-06-01T16:25:57.635Z Downloaded serde_core v1.0.228
3852026-06-01T16:25:57.639Z Downloaded icu_locale_core v2.1.1
3862026-06-01T16:25:57.642Z Downloaded memchr v2.8.0
3872026-06-01T16:25:57.644Z Downloaded icu_normalizer v2.1.1
3882026-06-01T16:25:57.669Z Downloaded indexmap v2.14.0
3892026-06-01T16:25:57.681Z Downloaded pest v2.8.6
3902026-06-01T16:25:57.692Z Downloaded idna v1.1.0
3912026-06-01T16:25:57.701Z Downloaded serde_json v1.0.149
3922026-06-01T16:25:57.705Z Downloaded hashbrown v0.17.0
3932026-06-01T16:25:57.708Z Downloaded goblin v0.8.2
3942026-06-01T16:25:57.718Z Downloaded clap_builder v4.6.0
3952026-06-01T16:25:57.721Z Downloaded tabled v0.15.0
3962026-06-01T16:25:57.734Z Downloaded syn v1.0.109
3972026-06-01T16:25:57.742Z Downloaded syn v2.0.117
3982026-06-01T16:25:57.759Z Downloaded rustix v1.1.3
3992026-06-01T16:25:57.785Z Downloaded libc v0.2.185
4002026-06-01T16:25:57.851Z Compiling proc-macro2 v1.0.106
4012026-06-01T16:25:57.851Z Compiling quote v1.0.45
4022026-06-01T16:25:57.851Z Compiling unicode-ident v1.0.24
4032026-06-01T16:25:57.854Z Compiling serde_core v1.0.228
4042026-06-01T16:25:57.854Z Compiling libc v0.2.185
4052026-06-01T16:25:57.855Z Compiling version_check v0.9.5
4062026-06-01T16:25:57.855Z Compiling memchr v2.8.0
4072026-06-01T16:25:57.855Z Compiling serde v1.0.228
4082026-06-01T16:25:57.855Z Compiling stable_deref_trait v1.2.1
4092026-06-01T16:25:58.036Z Compiling zmij v1.0.21
4102026-06-01T16:25:58.039Z Compiling itoa v1.0.17
4112026-06-01T16:25:58.039Z Compiling ucd-trie v0.1.7
4122026-06-01T16:25:58.039Z Compiling thiserror v1.0.69
4132026-06-01T16:25:58.039Z Compiling autocfg v1.5.0
4142026-06-01T16:25:58.039Z Compiling writeable v0.6.2
4152026-06-01T16:25:58.211Z Compiling litemap v0.8.1
4162026-06-01T16:25:58.231Z Compiling icu_properties_data v2.1.2
4172026-06-01T16:25:58.329Z Compiling icu_normalizer_data v2.1.1
4182026-06-01T16:25:58.422Z Compiling byteorder v1.5.0
4192026-06-01T16:25:58.455Z Compiling rustix v1.1.3
4202026-06-01T16:25:58.654Z Compiling bitflags v2.11.0
4212026-06-01T16:25:58.657Z Compiling serde_json v1.0.149
4222026-06-01T16:25:58.707Z Compiling pest v2.8.6
4232026-06-01T16:25:58.746Z Compiling smallvec v1.15.1
4242026-06-01T16:25:58.764Z Compiling num-traits v0.2.19
4252026-06-01T16:25:58.872Z Compiling hashbrown v0.17.0
4262026-06-01T16:25:58.995Z Compiling equivalent v1.0.2
4272026-06-01T16:25:58.998Z Compiling typeid v1.0.3
4282026-06-01T16:25:59.031Z Compiling usdt-impl v0.5.0
4292026-06-01T16:25:59.083Z Compiling proc-macro-error-attr v1.0.4
4302026-06-01T16:25:59.086Z Compiling winnow v0.7.14
4312026-06-01T16:25:59.086Z Compiling syn v1.0.109
4322026-06-01T16:25:59.155Z Compiling erased-serde v0.4.9
4332026-06-01T16:25:59.159Z Compiling toml_write v0.1.2
4342026-06-01T16:25:59.210Z Compiling proc-macro-error v1.0.4
4352026-06-01T16:25:59.232Z Compiling camino v1.2.2
4362026-06-01T16:25:59.266Z Compiling errno v0.3.14
4372026-06-01T16:25:59.283Z Compiling thread-id v4.2.2
4382026-06-01T16:25:59.445Z Compiling indexmap v2.14.0
4392026-06-01T16:25:59.467Z Compiling percent-encoding v2.3.2
4402026-06-01T16:25:59.471Z Compiling utf8_iter v1.0.4
4412026-06-01T16:25:59.539Z Compiling thiserror v2.0.18
4422026-06-01T16:25:59.542Z Compiling getrandom v0.4.1
4432026-06-01T16:25:59.591Z Compiling log v0.4.29
4442026-06-01T16:25:59.610Z Compiling utf8parse v0.2.2
4452026-06-01T16:25:59.632Z Compiling plain v0.2.3
4462026-06-01T16:25:59.648Z Compiling form_urlencoded v1.2.2
4472026-06-01T16:25:59.712Z Compiling syn v2.0.117
4482026-06-01T16:25:59.749Z Compiling anstyle-parse v1.0.0
4492026-06-01T16:25:59.856Z Compiling pretty-hex v0.4.1
4502026-06-01T16:25:59.963Z Compiling ordered-float v2.10.1
4512026-06-01T16:25:59.982Z Compiling anstyle v1.0.14
4522026-06-01T16:26:00.002Z Compiling pest_meta v2.8.6
4532026-06-01T16:26:00.019Z Compiling is_terminal_polyfill v1.70.2
4542026-06-01T16:26:00.049Z Compiling anstyle-query v1.1.5
4552026-06-01T16:26:00.078Z Compiling cfg-if v1.0.4
4562026-06-01T16:26:00.100Z Compiling colorchoice v1.0.4
4572026-06-01T16:26:00.195Z Compiling anstream v1.0.0
4582026-06-01T16:26:00.230Z Compiling fs-err v3.3.0
4592026-06-01T16:26:00.249Z Compiling bytecount v0.6.9
4602026-06-01T16:26:00.252Z Compiling once_cell v1.21.3
4612026-06-01T16:26:00.252Z Compiling heck v0.5.0
4622026-06-01T16:26:00.270Z Compiling anyhow v1.0.102
4632026-06-01T16:26:00.286Z Compiling unicode-width v0.1.14
4642026-06-01T16:26:00.344Z Compiling terminal_size v0.4.3
4652026-06-01T16:26:00.401Z Compiling heck v0.4.1
4662026-06-01T16:26:00.450Z Compiling fastrand v2.3.0
4672026-06-01T16:26:00.522Z Compiling fnv v1.0.7
4682026-06-01T16:26:00.579Z Compiling semver v1.0.28
4692026-06-01T16:26:00.648Z Compiling clap_lex v1.0.0
4702026-06-01T16:26:00.651Z Compiling strsim v0.11.1
4712026-06-01T16:26:00.682Z Compiling unicode-xid v0.2.6
4722026-06-01T16:26:00.718Z Compiling tempfile v3.25.0
4732026-06-01T16:26:00.736Z Compiling papergrid v0.11.0
4742026-06-01T16:26:00.829Z Compiling memmap v0.7.0
4752026-06-01T16:26:00.918Z Compiling clap_builder v4.6.0
4762026-06-01T16:26:00.936Z Compiling unicode-linebreak v0.1.5
4772026-06-01T16:26:00.953Z Compiling serde-untagged v0.1.9
4782026-06-01T16:26:01.006Z Compiling smawk v0.3.2
4792026-06-01T16:26:01.027Z Compiling unicode-width v0.2.0
4802026-06-01T16:26:01.045Z Compiling camino-tempfile v1.4.1
4812026-06-01T16:26:01.164Z Compiling swrite v0.1.0
4822026-06-01T16:26:01.203Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-01T16:26:01.261Z Compiling textwrap v0.16.2
4842026-06-01T16:26:01.571Z Compiling tabled_derive v0.7.0
4852026-06-01T16:26:02.227Z Compiling synstructure v0.13.2
4862026-06-01T16:26:02.228Z Compiling pest_generator v2.8.6
4872026-06-01T16:26:02.265Z Compiling tabled v0.15.0
4882026-06-01T16:26:02.752Z Compiling serde_derive v1.0.228
4892026-06-01T16:26:02.755Z Compiling zerofrom-derive v0.1.6
4902026-06-01T16:26:02.755Z Compiling yoke-derive v0.8.1
4912026-06-01T16:26:02.755Z Compiling zerovec-derive v0.11.2
4922026-06-01T16:26:02.755Z Compiling displaydoc v0.2.5
4932026-06-01T16:26:02.755Z Compiling thiserror-impl v1.0.69
4942026-06-01T16:26:02.755Z Compiling zerocopy-derive v0.7.35
4952026-06-01T16:26:02.770Z Compiling scroll_derive v0.12.1
4962026-06-01T16:26:02.774Z Compiling thiserror-impl v2.0.18
4972026-06-01T16:26:02.806Z Compiling clap_derive v4.6.1
4982026-06-01T16:26:02.893Z Compiling pest_derive v2.8.6
4992026-06-01T16:26:03.423Z Compiling scroll v0.12.0
5002026-06-01T16:26:03.661Z Compiling zerocopy v0.7.35
5012026-06-01T16:26:03.677Z Compiling goblin v0.8.2
5022026-06-01T16:26:03.830Z Compiling zerofrom v0.1.6
5032026-06-01T16:26:03.933Z Compiling yoke v0.8.1
5042026-06-01T16:26:03.973Z Compiling dtrace-parser v0.2.0
5052026-06-01T16:26:04.094Z Compiling zerovec v0.11.5
5062026-06-01T16:26:04.094Z Compiling zerotrie v0.2.3
5072026-06-01T16:26:04.241Z Compiling clap v4.6.1
5082026-06-01T16:26:04.520Z Compiling tinystr v0.8.2
5092026-06-01T16:26:04.520Z Compiling potential_utf v0.1.4
5102026-06-01T16:26:04.639Z Compiling icu_collections v2.1.1
5112026-06-01T16:26:04.668Z Compiling icu_locale_core v2.1.1
5122026-06-01T16:26:05.237Z Compiling icu_provider v2.1.1
5132026-06-01T16:26:05.338Z Compiling serde_spanned v0.6.9
5142026-06-01T16:26:05.338Z Compiling toml_datetime v0.6.11
5152026-06-01T16:26:05.338Z Compiling serde-value v0.7.0
5162026-06-01T16:26:05.341Z Compiling cargo-platform v0.2.0
5172026-06-01T16:26:05.341Z Compiling macaddr v1.0.1
5182026-06-01T16:26:05.357Z Compiling dof v0.3.0
5192026-06-01T16:26:05.360Z Compiling serde_tokenstream v0.2.3
5202026-06-01T16:26:05.462Z Compiling icu_normalizer v2.1.1
5212026-06-01T16:26:05.466Z Compiling icu_properties v2.1.2
5222026-06-01T16:26:05.569Z Compiling toml_edit v0.22.27
5232026-06-01T16:26:06.111Z Compiling usdt-attr-macro v0.5.0
5242026-06-01T16:26:06.112Z Compiling usdt-macro v0.5.0
5252026-06-01T16:26:06.285Z Compiling idna_adapter v1.2.1
5262026-06-01T16:26:06.389Z Compiling idna v1.1.0
5272026-06-01T16:26:06.653Z Compiling url v2.5.8
5282026-06-01T16:26:06.687Z Compiling usdt v0.5.0
5292026-06-01T16:26:06.831Z Compiling toml v0.8.23
5302026-06-01T16:26:07.164Z Compiling cargo-util-schemas v0.8.2
5312026-06-01T16:26:07.164Z Compiling cargo_toml v0.21.0
5322026-06-01T16:26:07.951Z Compiling cargo_metadata v0.21.0
5332026-06-01T16:26:08.889Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-01T16:26:10.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s
5352026-06-01T16:26:11.251Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-01T16:26:11.814Z Downloading crates ...
5372026-06-01T16:26:11.913Z Downloaded async-stream-impl v0.3.6
5382026-06-01T16:26:11.915Z Downloaded argon2 v0.5.3
5392026-06-01T16:26:11.920Z Downloaded ascii-canvas v3.0.0
5402026-06-01T16:26:11.923Z Downloaded async-recursion v1.1.1
5412026-06-01T16:26:11.923Z Downloaded cpufeatures v0.3.0
5422026-06-01T16:26:11.927Z Downloaded assert_matches v1.5.0
5432026-06-01T16:26:11.931Z Downloaded ciborium-io v0.2.2
5442026-06-01T16:26:11.936Z Downloaded darling_macro v0.13.4
5452026-06-01T16:26:11.940Z Downloaded aead v0.5.2
5462026-06-01T16:26:11.940Z Downloaded chacha20 v0.9.1
5472026-06-01T16:26:11.943Z Downloaded cexpr v0.6.0
5482026-06-01T16:26:11.943Z Downloaded bit-set v0.8.0
5492026-06-01T16:26:11.943Z Downloaded bb8 v0.8.6
5502026-06-01T16:26:11.943Z Downloaded async-bb8-diesel v0.2.1
5512026-06-01T16:26:11.955Z Downloaded anstream v0.6.21
5522026-06-01T16:26:11.955Z Downloaded bit-set v0.5.3
5532026-06-01T16:26:11.955Z Downloaded debug-ignore v1.0.5
5542026-06-01T16:26:11.955Z Downloaded dirs-sys-next v0.1.2
5552026-06-01T16:26:11.955Z Downloaded constant_time_eq v0.4.2
5562026-06-01T16:26:11.955Z Downloaded difflib v0.4.0
5572026-06-01T16:26:11.955Z Downloaded darling_macro v0.23.0
5582026-06-01T16:26:11.955Z Downloaded byte-wrapper v0.1.0
5592026-06-01T16:26:11.955Z Downloaded bitfield v0.19.4
5602026-06-01T16:26:11.955Z Downloaded dsl_auto_type v0.2.0
5612026-06-01T16:26:11.959Z Downloaded endian-type v0.1.2
5622026-06-01T16:26:11.959Z Downloaded arrayvec v0.7.6
5632026-06-01T16:26:11.959Z Downloaded adler2 v2.0.1
5642026-06-01T16:26:11.959Z Downloaded crc8 v0.1.1
5652026-06-01T16:26:11.962Z Downloaded bzip2 v0.6.1
5662026-06-01T16:26:11.962Z Downloaded embedded-io v0.6.1
5672026-06-01T16:26:11.965Z Downloaded dof v0.4.0
5682026-06-01T16:26:11.965Z Downloaded cfg_aliases v0.2.1
5692026-06-01T16:26:11.969Z Downloaded ciborium-ll v0.2.2
5702026-06-01T16:26:11.973Z Downloaded dropshot-api-manager-types v0.7.2
5712026-06-01T16:26:11.978Z Downloaded blowfish v0.9.1
5722026-06-01T16:26:11.978Z Downloaded clang-sys v1.8.1
5732026-06-01T16:26:11.978Z Downloaded daft v0.1.7
5742026-06-01T16:26:11.981Z Downloaded bit-vec v0.8.0
5752026-06-01T16:26:11.981Z Downloaded either v1.15.0
5762026-06-01T16:26:11.981Z Downloaded der v0.7.10
5772026-06-01T16:26:11.983Z Downloaded float-cmp v0.10.0
5782026-06-01T16:26:11.984Z Downloaded document-features v0.2.12
5792026-06-01T16:26:11.987Z Downloaded block-padding v0.3.3
5802026-06-01T16:26:11.987Z Downloaded atty v0.2.14
5812026-06-01T16:26:11.987Z Downloaded crucible-workspace-hack v0.1.0
5822026-06-01T16:26:11.990Z Downloaded display-error-chain v0.2.2
5832026-06-01T16:26:11.990Z Downloaded defmt v0.3.100
5842026-06-01T16:26:11.990Z Downloaded crc v3.4.0
5852026-06-01T16:26:11.993Z Downloaded bitfield-macros v0.19.4
5862026-06-01T16:26:11.993Z Downloaded atomicwrites v0.4.4
5872026-06-01T16:26:11.993Z Downloaded ecdsa v0.16.9
5882026-06-01T16:26:11.996Z Downloaded diesel-dtrace v0.5.0
5892026-06-01T16:26:11.996Z Downloaded darling_core v0.23.0
5902026-06-01T16:26:11.999Z Downloaded fallible-iterator v0.2.0
5912026-06-01T16:26:11.999Z Downloaded crossbeam-deque v0.8.6
5922026-06-01T16:26:12.002Z Downloaded defmt v1.0.1
5932026-06-01T16:26:12.002Z Downloaded der_derive v0.7.3
5942026-06-01T16:26:12.005Z Downloaded cobs v0.3.0
5952026-06-01T16:26:12.005Z Downloaded fd-lock v4.0.4
5962026-06-01T16:26:12.007Z Downloaded bitfield-struct v0.6.2
5972026-06-01T16:26:12.008Z Downloaded float-ord v0.3.2
5982026-06-01T16:26:12.008Z Downloaded env_logger v0.11.9
5992026-06-01T16:26:12.013Z Downloaded cfg_aliases v0.1.1
6002026-06-01T16:26:12.013Z Downloaded fixedbitset v0.4.2
6012026-06-01T16:26:12.017Z Downloaded env_filter v1.0.0
6022026-06-01T16:26:12.017Z Downloaded dirs-next v2.0.0
6032026-06-01T16:26:12.018Z Downloaded corncobs v0.1.4
6042026-06-01T16:26:12.018Z Downloaded crc-any v2.5.0
6052026-06-01T16:26:12.018Z Downloaded dtrace-parser v0.3.0
6062026-06-01T16:26:12.018Z Downloaded darling_macro v0.20.11
6072026-06-01T16:26:12.021Z Downloaded convert_case v0.4.0
6082026-06-01T16:26:12.021Z Downloaded flagset v0.4.7
6092026-06-01T16:26:12.021Z Downloaded curve25519-dalek-derive v0.1.1
6102026-06-01T16:26:12.021Z Downloaded arrayref v0.3.9
6112026-06-01T16:26:12.021Z Downloaded castaway v0.2.4
6122026-06-01T16:26:12.026Z Downloaded dyn-clone v1.0.20
6132026-06-01T16:26:12.026Z Downloaded enum-as-inner v0.6.1
6142026-06-01T16:26:12.026Z Downloaded embedded-io v0.4.0
6152026-06-01T16:26:12.030Z Downloaded dunce v1.0.5
6162026-06-01T16:26:12.030Z Downloaded cstr-argument v0.1.2
6172026-06-01T16:26:12.030Z Downloaded derive_builder_core v0.20.2
6182026-06-01T16:26:12.030Z Downloaded diesel_table_macro_syntax v0.3.0
6192026-06-01T16:26:12.030Z Downloaded foreign-types-macros v0.2.3
6202026-06-01T16:26:12.033Z Downloaded ed25519 v2.2.3
6212026-06-01T16:26:12.033Z Downloaded crunchy v0.2.4
6222026-06-01T16:26:12.033Z Downloaded foreign-types-shared v0.3.1
6232026-06-01T16:26:12.033Z Downloaded defmt-parser v1.0.0
6242026-06-01T16:26:12.033Z Downloaded base16ct v0.2.0
6252026-06-01T16:26:12.036Z Downloaded cargo-platform v0.3.2
6262026-06-01T16:26:12.036Z Downloaded async-stream v0.3.6
6272026-06-01T16:26:12.036Z Downloaded foreign-types-shared v0.1.1
6282026-06-01T16:26:12.039Z Downloaded compression-core v0.4.31
6292026-06-01T16:26:12.039Z Downloaded bcrypt-pbkdf v0.10.0
6302026-06-01T16:26:12.039Z Downloaded base64 v0.22.1
6312026-06-01T16:26:12.042Z Downloaded backoff v0.4.0
6322026-06-01T16:26:12.042Z Downloaded foreign-types v0.5.0
6332026-06-01T16:26:12.045Z Downloaded foreign-types v0.3.2
6342026-06-01T16:26:12.045Z Downloaded darling_macro v0.21.3
6352026-06-01T16:26:12.045Z Downloaded downcast-rs v2.0.2
6362026-06-01T16:26:12.047Z Downloaded derive_builder_macro v0.20.2
6372026-06-01T16:26:12.047Z Downloaded base64ct v1.8.3
6382026-06-01T16:26:12.050Z Downloaded compression-codecs v0.4.37
6392026-06-01T16:26:12.053Z Downloaded gethostname v0.5.0
6402026-06-01T16:26:12.053Z Downloaded atomic-waker v1.1.2
6412026-06-01T16:26:12.057Z Downloaded cipher v0.4.4
6422026-06-01T16:26:12.060Z Downloaded bitflags v1.3.2
6432026-06-01T16:26:12.060Z Downloaded fixedbitset v0.5.7
6442026-06-01T16:26:12.065Z Downloaded funty v2.0.0
6452026-06-01T16:26:12.065Z Downloaded des v0.8.1
6462026-06-01T16:26:12.068Z Downloaded fxhash v0.2.1
6472026-06-01T16:26:12.068Z Downloaded futures-task v0.3.32
6482026-06-01T16:26:12.068Z Downloaded git-stub v1.0.0
6492026-06-01T16:26:12.068Z Downloaded ff v0.13.1
6502026-06-01T16:26:12.068Z Downloaded crc-catalog v2.4.0
6512026-06-01T16:26:12.075Z Downloaded futures-sink v0.3.32
6522026-06-01T16:26:12.075Z Downloaded find-msvc-tools v0.1.9
6532026-06-01T16:26:12.075Z Downloaded hash32 v0.3.1
6542026-06-01T16:26:12.076Z Downloaded globwalk v0.9.1
6552026-06-01T16:26:12.078Z Downloaded hash32 v0.2.1
6562026-06-01T16:26:12.078Z Downloaded erased-serde v0.3.31
6572026-06-01T16:26:12.078Z Downloaded headers-core v0.3.0
6582026-06-01T16:26:12.078Z Downloaded futures-io v0.3.32
6592026-06-01T16:26:12.078Z Downloaded futures-macro v0.3.32
6602026-06-01T16:26:12.078Z Downloaded futures-core v0.3.32
6612026-06-01T16:26:12.081Z Downloaded hex-literal v0.4.1
6622026-06-01T16:26:12.081Z Downloaded hex v0.4.3
6632026-06-01T16:26:12.081Z Downloaded home v0.5.12
6642026-06-01T16:26:12.086Z Downloaded cargo_metadata v0.23.1
6652026-06-01T16:26:12.086Z Downloaded daft-derive v0.1.7
6662026-06-01T16:26:12.089Z Downloaded hubpack_derive v0.1.1
6672026-06-01T16:26:12.089Z Downloaded http-range v0.1.5
6682026-06-01T16:26:12.089Z Downloaded derive_builder v0.20.2
6692026-06-01T16:26:12.094Z Downloaded cassowary v0.3.0
6702026-06-01T16:26:12.094Z Downloaded bit-vec v0.6.3
6712026-06-01T16:26:12.094Z Downloaded deranged v0.5.8
6722026-06-01T16:26:12.098Z Downloaded cmake v0.1.57
6732026-06-01T16:26:12.098Z Downloaded convert_case v0.10.0
6742026-06-01T16:26:12.098Z Downloaded bcs v0.1.6
6752026-06-01T16:26:12.102Z Downloaded darling v0.13.4
6762026-06-01T16:26:12.102Z Downloaded ctr v0.9.2
6772026-06-01T16:26:12.102Z Downloaded critical-section v1.2.0
6782026-06-01T16:26:12.103Z Downloaded data-encoding v2.10.0
6792026-06-01T16:26:12.105Z Downloaded filetime v0.2.27
6802026-06-01T16:26:12.105Z Downloaded foldhash v0.2.0
6812026-06-01T16:26:12.105Z Downloaded async-trait v0.1.89
6822026-06-01T16:26:12.110Z Downloaded defmt-macros v1.0.1
6832026-06-01T16:26:12.110Z Downloaded ident_case v1.0.1
6842026-06-01T16:26:12.114Z Downloaded hyper-tls v0.6.0
6852026-06-01T16:26:12.114Z Downloaded indent_write v2.2.0
6862026-06-01T16:26:12.114Z Downloaded httpdate v1.0.3
6872026-06-01T16:26:12.114Z Downloaded hostname v0.3.1
6882026-06-01T16:26:12.118Z Downloaded elliptic-curve v0.13.8
6892026-06-01T16:26:12.118Z Downloaded fs-err v2.11.0
6902026-06-01T16:26:12.121Z Downloaded hubpack v0.1.2
6912026-06-01T16:26:12.121Z Downloaded git-stub-vcs v0.1.0
6922026-06-01T16:26:12.121Z Downloaded cookie_store v0.22.1
6932026-06-01T16:26:12.121Z Downloaded illumos-nvpair-sys v0.2.0
6942026-06-01T16:26:12.124Z Downloaded illumos-nvpair v0.3.0
6952026-06-01T16:26:12.124Z Downloaded ciborium v0.2.2
6962026-06-01T16:26:12.124Z Downloaded ghash v0.5.1
6972026-06-01T16:26:12.128Z Downloaded futures-executor v0.3.32
6982026-06-01T16:26:12.128Z Downloaded darling_core v0.21.3
6992026-06-01T16:26:12.130Z Downloaded indoc v1.0.9
7002026-06-01T16:26:12.133Z Downloaded group v0.13.0
7012026-06-01T16:26:12.133Z Downloaded globset v0.4.18
7022026-06-01T16:26:12.133Z Downloaded instant v0.1.13
7032026-06-01T16:26:12.136Z Downloaded internet-checksum v0.2.1
7042026-06-01T16:26:12.136Z Downloaded is-terminal v0.4.17
7052026-06-01T16:26:12.136Z Downloaded keccak v0.1.6
7062026-06-01T16:26:12.139Z Downloaded is_ci v1.2.0
7072026-06-01T16:26:12.139Z Downloaded console v0.16.2
7082026-06-01T16:26:12.139Z Downloaded instability v0.3.11
7092026-06-01T16:26:12.143Z Downloaded derive-ex v0.1.8
7102026-06-01T16:26:12.143Z Downloaded darling v0.21.3
7112026-06-01T16:26:12.145Z Downloaded highway v1.3.0
7122026-06-01T16:26:12.145Z Downloaded ahash v0.8.12
7132026-06-01T16:26:12.149Z Downloaded cancel-safe-futures v0.1.5
7142026-06-01T16:26:12.151Z Downloaded dropshot_endpoint v0.17.0
7152026-06-01T16:26:12.151Z Downloaded http-body-util v0.1.3
7162026-06-01T16:26:12.154Z Downloaded console v0.15.11
7172026-06-01T16:26:12.154Z Downloaded diff v0.1.13
7182026-06-01T16:26:12.157Z Downloaded colored v2.2.0
7192026-06-01T16:26:12.163Z Downloaded bzip2 v0.4.4
7202026-06-01T16:26:12.163Z Downloaded buf-list v1.1.2
7212026-06-01T16:26:12.165Z Downloaded inout v0.1.4
7222026-06-01T16:26:12.165Z Downloaded glob v0.3.3
7232026-06-01T16:26:12.165Z Downloaded fs_extra v1.3.0
7242026-06-01T16:26:12.165Z Downloaded chacha20 v0.10.0
7252026-06-01T16:26:12.165Z Downloaded kstat-rs v0.2.4
7262026-06-01T16:26:12.165Z Downloaded cookie v0.18.1
7272026-06-01T16:26:12.168Z Downloaded humantime v2.3.0
7282026-06-01T16:26:12.168Z Downloaded crossbeam-utils v0.8.21
7292026-06-01T16:26:12.171Z Downloaded crc32fast v1.5.0
7302026-06-01T16:26:12.171Z Downloaded linked-hash-map v0.5.6
7312026-06-01T16:26:12.175Z Downloaded aho-corasick v1.1.4
7322026-06-01T16:26:12.180Z Downloaded lru v0.12.5
7332026-06-01T16:26:12.180Z Downloaded lalrpop-util v0.19.12
7342026-06-01T16:26:12.180Z Downloaded derive_more v0.99.20
7352026-06-01T16:26:12.182Z Downloaded lru-cache v0.1.2
7362026-06-01T16:26:12.182Z Downloaded match_cfg v0.1.0
7372026-06-01T16:26:12.182Z Downloaded lzss v0.8.2
7382026-06-01T16:26:12.185Z Downloaded md-5 v0.10.6
7392026-06-01T16:26:12.185Z Downloaded libscf-sys v1.1.0
7402026-06-01T16:26:12.185Z Downloaded lazy_static v1.5.0
7412026-06-01T16:26:12.188Z Downloaded half v1.8.3
7422026-06-01T16:26:12.188Z Downloaded ingot-types v0.1.2
7432026-06-01T16:26:12.192Z Downloaded ingot v0.1.1
7442026-06-01T16:26:12.192Z Downloaded indoc v2.0.7
7452026-06-01T16:26:12.195Z Downloaded md5 v0.7.0
7462026-06-01T16:26:12.195Z Downloaded managed v0.8.0
7472026-06-01T16:26:12.195Z Downloaded multimap v0.10.1
7482026-06-01T16:26:12.195Z Downloaded memoffset v0.9.1
7492026-06-01T16:26:12.195Z Downloaded maybe-uninit v2.0.0
7502026-06-01T16:26:12.198Z Downloaded maplit v1.0.2
7512026-06-01T16:26:12.198Z Downloaded lru-slab v0.1.2
7522026-06-01T16:26:12.198Z Downloaded new_debug_unreachable v1.0.6
7532026-06-01T16:26:12.198Z Downloaded mime v0.3.17
7542026-06-01T16:26:12.200Z Downloaded ipnet v2.11.0
7552026-06-01T16:26:12.200Z Downloaded darling_core v0.13.4
7562026-06-01T16:26:12.203Z Downloaded normalize-line-endings v0.3.0
7572026-06-01T16:26:12.203Z Downloaded nodrop v0.1.14
7582026-06-01T16:26:12.206Z Downloaded getrandom v0.2.17
7592026-06-01T16:26:12.206Z Downloaded darling_core v0.20.11
7602026-06-01T16:26:12.209Z Downloaded nonempty v0.12.0
7612026-06-01T16:26:12.211Z Downloaded ipnetwork v0.21.1
7622026-06-01T16:26:12.211Z Downloaded nibble_vec v0.1.0
7632026-06-01T16:26:12.211Z Downloaded newtype_derive v0.1.6
7642026-06-01T16:26:12.215Z Downloaded newtype-uuid-macros v0.1.0
7652026-06-01T16:26:12.215Z Downloaded num-conv v0.2.0
7662026-06-01T16:26:12.215Z Downloaded blake2 v0.10.6
7672026-06-01T16:26:12.219Z Downloaded httparse v1.10.1
7682026-06-01T16:26:12.219Z Downloaded num v0.4.3
7692026-06-01T16:26:12.223Z Downloaded hyper-rustls v0.27.7
7702026-06-01T16:26:12.223Z Downloaded colored v3.1.1
7712026-06-01T16:26:12.223Z Downloaded jobserver v0.1.34
7722026-06-01T16:26:12.227Z Downloaded drift v0.2.0
7732026-06-01T16:26:12.231Z Downloaded derive-where v1.6.0
7742026-06-01T16:26:12.236Z Downloaded num-derive v0.3.3
7752026-06-01T16:26:12.236Z Downloaded num_threads v0.1.7
7762026-06-01T16:26:12.236Z Downloaded num-iter v0.1.45
7772026-06-01T16:26:12.240Z Downloaded lock_api v0.4.14
7782026-06-01T16:26:12.240Z Downloaded iana-time-zone v0.1.65
7792026-06-01T16:26:12.240Z Downloaded getrandom v0.3.4
7802026-06-01T16:26:12.243Z Downloaded num_enum_derive v0.5.11
7812026-06-01T16:26:12.243Z Downloaded olpc-cjson v0.1.4
7822026-06-01T16:26:12.243Z Downloaded openssl-probe v0.1.6
7832026-06-01T16:26:12.243Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-01T16:26:12.246Z Downloaded aes v0.8.4
7852026-06-01T16:26:12.248Z Downloaded flate2 v1.1.9
7862026-06-01T16:26:12.251Z Downloaded oso-derive v0.27.3
7872026-06-01T16:26:12.251Z Downloaded openssl-probe v0.2.1
7882026-06-01T16:26:12.251Z Downloaded openssl-macros v0.1.1
7892026-06-01T16:26:12.251Z Downloaded darling v0.23.0
7902026-06-01T16:26:12.255Z Downloaded packed_struct_codegen v0.10.1
7912026-06-01T16:26:12.258Z Downloaded libsw v3.5.0
7922026-06-01T16:26:12.258Z Downloaded ingot-macros v0.1.1
7932026-06-01T16:26:12.258Z Downloaded hmac v0.12.1
7942026-06-01T16:26:12.261Z Downloaded crypto-bigint v0.5.5
7952026-06-01T16:26:12.263Z Downloaded multer v3.1.0
7962026-06-01T16:26:12.266Z Downloaded num-complex v0.4.6
7972026-06-01T16:26:12.269Z Downloaded half v2.7.1
7982026-06-01T16:26:12.269Z Downloaded path-slash v0.1.5
7992026-06-01T16:26:12.272Z Downloaded parse-size v1.1.0
8002026-06-01T16:26:12.272Z Downloaded opaque-debug v0.3.1
8012026-06-01T16:26:12.272Z Downloaded linear-map v1.2.0
8022026-06-01T16:26:12.275Z Downloaded pbkdf2 v0.11.0
8032026-06-01T16:26:12.275Z Downloaded nanorand v0.7.0
8042026-06-01T16:26:12.278Z Downloaded phf_shared v0.12.1
8052026-06-01T16:26:12.278Z Downloaded native-tls v0.2.18
8062026-06-01T16:26:12.280Z Downloaded libsw-core v0.3.2
8072026-06-01T16:26:12.280Z Downloaded peg-runtime v0.8.5
8082026-06-01T16:26:12.283Z Downloaded libloading v0.8.9
8092026-06-01T16:26:12.286Z Downloaded num_enum v0.5.11
8102026-06-01T16:26:12.286Z Downloaded nu-ansi-term v0.50.3
8112026-06-01T16:26:12.289Z Downloaded compact_str v0.8.1
8122026-06-01T16:26:12.292Z Downloaded litrs v1.0.0
8132026-06-01T16:26:12.295Z Downloaded phf_shared v0.11.3
8142026-06-01T16:26:12.295Z Downloaded flume v0.11.1
8152026-06-01T16:26:12.298Z Downloaded pin-utils v0.1.0
8162026-06-01T16:26:12.300Z Downloaded pbkdf2 v0.12.2
8172026-06-01T16:26:12.300Z Downloaded const_format v0.2.35
8182026-06-01T16:26:12.303Z Downloaded chacha20poly1305 v0.10.1
8192026-06-01T16:26:12.305Z Downloaded bytes v1.11.1
8202026-06-01T16:26:12.308Z Downloaded num_enum v0.7.6
8212026-06-01T16:26:12.311Z Downloaded powerfmt v0.2.0
8222026-06-01T16:26:12.313Z Downloaded num_enum_derive v0.7.6
8232026-06-01T16:26:12.313Z Downloaded num-rational v0.4.2
8242026-06-01T16:26:12.313Z Downloaded num-integer v0.1.46
8252026-06-01T16:26:12.316Z Downloaded mime_guess v2.0.5
8262026-06-01T16:26:12.319Z Downloaded proc-macro-error-attr2 v2.0.0
8272026-06-01T16:26:12.319Z Downloaded predicates-core v1.0.10
8282026-06-01T16:26:12.319Z Downloaded oxide-tokio-rt v0.1.4
8292026-06-01T16:26:12.322Z Downloaded owo-colors v4.3.0
8302026-06-01T16:26:12.338Z Downloaded proc-macro-crate v3.4.0
8312026-06-01T16:26:12.341Z Downloaded proc-macro-crate v1.3.1
8322026-06-01T16:26:12.341Z Downloaded predicates-tree v1.0.13
8332026-06-01T16:26:12.341Z Downloaded precomputed-hash v0.1.1
8342026-06-01T16:26:12.341Z Downloaded packed_struct v0.10.1
8352026-06-01T16:26:12.343Z Downloaded memmap2 v0.9.10
8362026-06-01T16:26:12.343Z Downloaded heapless v0.7.17
8372026-06-01T16:26:12.346Z Downloaded progenitor-macro v0.14.0
8382026-06-01T16:26:12.349Z Downloaded progenitor-macro v0.13.0
8392026-06-01T16:26:12.349Z Downloaded progenitor-macro v0.11.2
8402026-06-01T16:26:12.349Z Downloaded pem-rfc7468 v0.7.0
8412026-06-01T16:26:12.349Z Downloaded pem v3.0.6
8422026-06-01T16:26:12.352Z Downloaded password-hash v0.5.0
8432026-06-01T16:26:12.352Z Downloaded psl-types v2.0.11
8442026-06-01T16:26:12.355Z Downloaded radium v0.7.0
8452026-06-01T16:26:12.355Z Downloaded quick-error v1.2.3
8462026-06-01T16:26:12.355Z Downloaded progenitor-client v0.11.2
8472026-06-01T16:26:12.355Z Downloaded libbz2-rs-sys v0.2.2
8482026-06-01T16:26:12.357Z Downloaded progenitor-client v0.10.0
8492026-06-01T16:26:12.357Z Downloaded parse-display-derive v0.10.0
8502026-06-01T16:26:12.358Z Downloaded parking_lot_core v0.8.6
8512026-06-01T16:26:12.362Z Downloaded paste v1.0.15
8522026-06-01T16:26:12.364Z Downloaded ed25519-dalek v2.2.0
8532026-06-01T16:26:12.364Z Downloaded derive_more v2.1.1
8542026-06-01T16:26:12.371Z Downloaded phf_shared v0.13.1
8552026-06-01T16:26:12.374Z Downloaded ignore v0.4.25
8562026-06-01T16:26:12.374Z Downloaded pkg-config v0.3.32
8572026-06-01T16:26:12.377Z Downloaded pkcs8 v0.10.2
8582026-06-01T16:26:12.377Z Downloaded pin-project-lite v0.2.17
8592026-06-01T16:26:12.380Z Downloaded polyval v0.6.2
8602026-06-01T16:26:12.384Z Downloaded rand_xorshift v0.4.0
8612026-06-01T16:26:12.384Z Downloaded rand_chacha v0.3.1
8622026-06-01T16:26:12.384Z Downloaded async-compression v0.4.41
8632026-06-01T16:26:12.387Z Downloaded pin-project-internal v1.1.11
8642026-06-01T16:26:12.390Z Downloaded progenitor v0.11.2
8652026-06-01T16:26:12.390Z Downloaded proc-macro-error2 v2.0.1
8662026-06-01T16:26:12.392Z Downloaded predicates v3.1.4
8672026-06-01T16:26:12.392Z Downloaded ppv-lite86 v0.2.21
8682026-06-01T16:26:12.395Z Downloaded postgres-protocol v0.6.10
8692026-06-01T16:26:12.396Z Downloaded ref-cast-impl v1.0.25
8702026-06-01T16:26:12.396Z Downloaded ref-cast v1.0.25
8712026-06-01T16:26:12.398Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-06-01T16:26:12.398Z Downloaded recursive v0.1.1
8732026-06-01T16:26:12.398Z Downloaded poly1305 v0.8.0
8742026-06-01T16:26:12.401Z Downloaded progenitor v0.14.0
8752026-06-01T16:26:12.401Z Downloaded hickory-resolver v0.25.2
8762026-06-01T16:26:12.404Z Downloaded parking_lot_core v0.9.12
8772026-06-01T16:26:12.407Z Downloaded oxnet v0.1.5
8782026-06-01T16:26:12.407Z Downloaded omicron-zone-package v0.12.2
8792026-06-01T16:26:12.410Z Downloaded phf v0.13.1
8802026-06-01T16:26:12.410Z Downloaded progenitor-client v0.14.0
8812026-06-01T16:26:12.410Z Downloaded parking_lot v0.12.5
8822026-06-01T16:26:12.413Z Downloaded newtype-uuid v1.3.2
8832026-06-01T16:26:12.413Z Downloaded phf v0.12.1
8842026-06-01T16:26:12.415Z Downloaded progenitor v0.13.0
8852026-06-01T16:26:12.415Z Downloaded psm v0.1.30
8862026-06-01T16:26:12.418Z Downloaded progenitor-client v0.13.0
8872026-06-01T16:26:12.418Z Downloaded peg v0.8.5
8882026-06-01T16:26:12.421Z Downloaded rfc6979 v0.4.0
8892026-06-01T16:26:12.421Z Downloaded cc v1.2.56
8902026-06-01T16:26:12.424Z Downloaded russh-cryptovec v0.7.3
8912026-06-01T16:26:12.424Z Downloaded rtoolbox v0.0.3
8922026-06-01T16:26:12.427Z Downloaded progenitor-extras v0.2.0
8932026-06-01T16:26:12.427Z Downloaded heapless v0.8.0
8942026-06-01T16:26:12.427Z Downloaded arc-swap v1.8.2
8952026-06-01T16:26:12.430Z Downloaded fatfs v0.3.6
8962026-06-01T16:26:12.433Z Downloaded hickory-resolver v0.24.4
8972026-06-01T16:26:12.435Z Downloaded rand_chacha v0.9.0
8982026-06-01T16:26:12.438Z Downloaded peg-macros v0.8.5
8992026-06-01T16:26:12.438Z Downloaded expectorate v1.2.0
9002026-06-01T16:26:12.442Z Downloaded pkcs1 v0.7.5
9012026-06-01T16:26:12.442Z Downloaded rustc-hash v2.1.1
9022026-06-01T16:26:12.442Z Downloaded rand_core v0.6.4
9032026-06-01T16:26:12.445Z Downloaded rand_seeder v0.4.0
9042026-06-01T16:26:12.445Z Downloaded rustc_version v0.1.7
9052026-06-01T16:26:12.445Z Downloaded rand_core v0.9.5
9062026-06-01T16:26:12.445Z Downloaded miniz_oxide v0.8.9
9072026-06-01T16:26:12.449Z Downloaded primeorder v0.13.6
9082026-06-01T16:26:12.449Z Downloaded rand_core v0.10.0
9092026-06-01T16:26:12.453Z Downloaded postcard v1.1.3
9102026-06-01T16:26:12.453Z Downloaded postgres-types v0.2.12
9112026-06-01T16:26:12.456Z Downloaded indicatif v0.18.4
9122026-06-01T16:26:12.456Z Downloaded sapling-renderdag v0.1.0
9132026-06-01T16:26:12.456Z Downloaded salsa20 v0.10.2
9142026-06-01T16:26:12.459Z Downloaded pkcs5 v0.7.1
9152026-06-01T16:26:12.462Z Downloaded diesel_derives v2.3.7
9162026-06-01T16:26:12.465Z Downloaded semver v0.1.20
9172026-06-01T16:26:12.465Z Downloaded scroll_derive v0.13.1
9182026-06-01T16:26:12.465Z Downloaded rustc_version v0.4.1
9192026-06-01T16:26:12.467Z Downloaded papergrid v0.17.0
9202026-06-01T16:26:12.470Z Downloaded scheduled-thread-pool v0.2.7
9212026-06-01T16:26:12.470Z Downloaded derive_more-impl v2.1.1
9222026-06-01T16:26:12.472Z Downloaded scrypt v0.11.0
9232026-06-01T16:26:12.476Z Downloaded base64 v0.21.7
9242026-06-01T16:26:12.480Z Downloaded secrecy v0.8.0
9252026-06-01T16:26:12.480Z Downloaded jiff-static v0.2.21
9262026-06-01T16:26:12.480Z Downloaded resolv-conf v0.7.6
9272026-06-01T16:26:12.484Z Downloaded ar_archive_writer v0.5.1
9282026-06-01T16:26:12.484Z Downloaded secrecy v0.10.3
9292026-06-01T16:26:12.484Z Downloaded serde_bytes v0.11.19
9302026-06-01T16:26:12.486Z Downloaded password-hash v0.4.2
9312026-06-01T16:26:12.487Z Downloaded parse-display v0.10.0
9322026-06-01T16:26:12.487Z Downloaded parking_lot v0.11.2
9332026-06-01T16:26:12.487Z Downloaded quinn-udp v0.5.14
9342026-06-01T16:26:12.489Z Downloaded headers v0.4.1
9352026-06-01T16:26:12.492Z Downloaded sha1 v0.10.6
9362026-06-01T16:26:12.496Z Downloaded serde-big-array v0.5.1
9372026-06-01T16:26:12.496Z Downloaded pin-project v1.1.11
9382026-06-01T16:26:12.501Z Downloaded r2d2 v0.8.10
9392026-06-01T16:26:12.504Z Downloaded openssl-sys v0.9.115
9402026-06-01T16:26:12.507Z Downloaded shell-words v1.1.1
9412026-06-01T16:26:12.507Z Downloaded rustversion v1.0.22
9422026-06-01T16:26:12.509Z Downloaded rustls-pemfile v1.0.4
9432026-06-01T16:26:12.509Z Downloaded rustls-native-certs v0.8.3
9442026-06-01T16:26:12.512Z Downloaded bumpalo v3.20.2
9452026-06-01T16:26:12.512Z Downloaded seq-macro v0.3.6
9462026-06-01T16:26:12.515Z Downloaded serde_urlencoded v0.7.1
9472026-06-01T16:26:12.515Z Downloaded serde_spanned v1.0.4
9482026-06-01T16:26:12.517Z Downloaded serde_repr v0.1.20
9492026-06-01T16:26:12.517Z Downloaded signature v2.2.0
9502026-06-01T16:26:12.520Z Downloaded scroll v0.13.0
9512026-06-01T16:26:12.520Z Downloaded sigpipe v0.1.3
9522026-06-01T16:26:12.520Z Downloaded signal-hook-tokio v0.3.1
9532026-06-01T16:26:12.523Z Downloaded signal-hook-mio v0.2.5
9542026-06-01T16:26:12.523Z Downloaded serde_plain v1.0.2
9552026-06-01T16:26:12.523Z Downloaded oso v0.27.3
9562026-06-01T16:26:12.526Z Downloaded indexmap v1.9.3
9572026-06-01T16:26:12.529Z Downloaded crossbeam-channel v0.5.15
9582026-06-01T16:26:12.533Z Downloaded p256 v0.13.2
9592026-06-01T16:26:12.533Z Downloaded hickory-server v0.25.2
9602026-06-01T16:26:12.535Z Downloaded rusty-fork v0.3.1
9612026-06-01T16:26:12.535Z Downloaded progenitor-impl v0.13.0
9622026-06-01T16:26:12.538Z Downloaded hashbrown v0.13.2
9632026-06-01T16:26:12.541Z Downloaded slog-envlogger v2.2.0
9642026-06-01T16:26:12.541Z Downloaded sec1 v0.7.3
9652026-06-01T16:26:12.543Z Downloaded scopeguard v1.2.0
9662026-06-01T16:26:12.544Z Downloaded schemars_derive v0.8.22
9672026-06-01T16:26:12.544Z Downloaded libefi-sys v0.1.0
9682026-06-01T16:26:12.548Z Downloaded futures-channel v0.3.32
9692026-06-01T16:26:12.548Z Downloaded russh-keys v0.45.0
9702026-06-01T16:26:12.551Z Downloaded hyper-util v0.1.20
9712026-06-01T16:26:12.553Z Downloaded serde_path_to_error v0.1.20
9722026-06-01T16:26:12.556Z Downloaded minimal-lexical v0.2.1
9732026-06-01T16:26:12.559Z Downloaded progenitor-impl v0.11.2
9742026-06-01T16:26:12.559Z Downloaded hashbrown v0.12.3
9752026-06-01T16:26:12.564Z Downloaded http v1.4.0
9762026-06-01T16:26:12.567Z Downloaded serde-hex v0.1.0
9772026-06-01T16:26:12.567Z Downloaded rustls-pki-types v1.14.0
9782026-06-01T16:26:12.567Z Downloaded rustls-pemfile v2.2.0
9792026-06-01T16:26:12.567Z Downloaded ssh-encoding v0.2.0
9802026-06-01T16:26:12.570Z Downloaded sqlparser_derive v0.5.0
9812026-06-01T16:26:12.570Z Downloaded futures v0.3.32
9822026-06-01T16:26:12.573Z Downloaded ssh-cipher v0.2.0
9832026-06-01T16:26:12.573Z Downloaded prefix-trie v0.7.0
9842026-06-01T16:26:12.577Z Downloaded num-derive v0.4.2
9852026-06-01T16:26:12.577Z Downloaded hyper-staticfile v0.10.1
9862026-06-01T16:26:12.579Z Downloaded const-oid v0.9.6
9872026-06-01T16:26:12.579Z Downloaded same-file v1.0.6
9882026-06-01T16:26:12.579Z Downloaded allocator-api2 v0.2.21
9892026-06-01T16:26:12.582Z Downloaded shlex v1.3.0
9902026-06-01T16:26:12.582Z Downloaded backon v1.6.0
9912026-06-01T16:26:12.585Z Downloaded slog-dtrace v0.3.0
9922026-06-01T16:26:12.585Z Downloaded slog-bunyan v2.5.0
9932026-06-01T16:26:12.587Z Downloaded slog-async v2.8.0
9942026-06-01T16:26:12.587Z Downloaded siphasher v1.0.2
9952026-06-01T16:26:12.587Z Downloaded structmeta-derive v0.3.0
9962026-06-01T16:26:12.590Z Downloaded structmeta v0.3.0
9972026-06-01T16:26:12.590Z Downloaded serde_with_macros v1.5.2
9982026-06-01T16:26:12.590Z Downloaded strip-ansi-escapes v0.2.1
9992026-06-01T16:26:12.593Z Downloaded sct v0.7.1
10002026-06-01T16:26:12.593Z Downloaded strum v0.27.2
10012026-06-01T16:26:12.596Z Downloaded strum v0.26.3
10022026-06-01T16:26:12.596Z Downloaded strsim v0.10.0
10032026-06-01T16:26:12.596Z Downloaded dropshot-api-manager v0.7.2
10042026-06-01T16:26:12.599Z Downloaded signal-hook-registry v1.4.8
10052026-06-01T16:26:12.602Z Downloaded newline-converter v0.3.0
10062026-06-01T16:26:12.602Z Downloaded darling v0.20.11
10072026-06-01T16:26:12.605Z Downloaded crossbeam-epoch v0.9.18
10082026-06-01T16:26:12.608Z Downloaded rcgen v0.12.1
10092026-06-01T16:26:12.611Z Downloaded progenitor-impl v0.14.0
10102026-06-01T16:26:12.611Z Downloaded pretty_assertions v1.4.1
10112026-06-01T16:26:12.613Z Downloaded tabled_derive v0.11.0
10122026-06-01T16:26:12.616Z Downloaded tap v1.0.1
10132026-06-01T16:26:12.616Z Downloaded sync_wrapper v1.0.2
10142026-06-01T16:26:12.616Z Downloaded supports-color v3.0.2
10152026-06-01T16:26:12.616Z Downloaded tagptr v0.2.0
10162026-06-01T16:26:12.619Z Downloaded subtle v2.6.1
10172026-06-01T16:26:12.619Z Downloaded slog-stdlog v4.1.1
10182026-06-01T16:26:12.622Z Downloaded sqlformat v0.3.5
10192026-06-01T16:26:12.622Z Downloaded crossterm v0.29.0
10202026-06-01T16:26:12.626Z Downloaded crossterm v0.28.1
10212026-06-01T16:26:12.630Z Downloaded spki v0.7.3
10222026-06-01T16:26:12.633Z Downloaded smf v0.2.3
10232026-06-01T16:26:12.633Z Downloaded ron v0.8.1
10242026-06-01T16:26:12.636Z Downloaded thiserror-impl-no-std v2.0.2
10252026-06-01T16:26:12.639Z Downloaded take_mut v0.2.2
10262026-06-01T16:26:12.639Z Downloaded tabwriter v1.4.1
10272026-06-01T16:26:12.641Z Downloaded termtree v0.5.1
10282026-06-01T16:26:12.641Z Downloaded static_assertions v1.1.0
10292026-06-01T16:26:12.644Z Downloaded stacker v0.1.23
10302026-06-01T16:26:12.644Z Downloaded rayon-core v1.13.0
10312026-06-01T16:26:12.647Z Downloaded smallvec v0.6.14
10322026-06-01T16:26:12.647Z Downloaded schemars v0.8.22
10332026-06-01T16:26:12.654Z Downloaded tinyvec_macros v0.1.1
10342026-06-01T16:26:12.657Z Downloaded strum_macros v0.27.2
10352026-06-01T16:26:12.657Z Downloaded strum_macros v0.26.4
10362026-06-01T16:26:12.660Z Downloaded strum_macros v0.24.3
10372026-06-01T16:26:12.660Z Downloaded time-core v0.1.8
10382026-06-01T16:26:12.663Z Downloaded testing_table v0.3.0
10392026-06-01T16:26:12.663Z Downloaded stringprep v0.1.5
10402026-06-01T16:26:12.666Z Downloaded hashbrown v0.16.1
10412026-06-01T16:26:12.669Z Downloaded string_cache v0.8.9
10422026-06-01T16:26:12.669Z Downloaded serde_cbor v0.11.2
10432026-06-01T16:26:12.672Z Downloaded itertools v0.10.5
10442026-06-01T16:26:12.674Z Downloaded ryu v1.0.23
10452026-06-01T16:26:12.677Z Downloaded aes-gcm v0.10.3
10462026-06-01T16:26:12.680Z Downloaded support-bundle-viewer v0.1.2
10472026-06-01T16:26:12.680Z Downloaded slog-term v2.9.2
10482026-06-01T16:26:12.683Z Downloaded serde_derive_internals v0.29.1
10492026-06-01T16:26:12.683Z Downloaded rustls-platform-verifier v0.6.2
10502026-06-01T16:26:12.692Z Downloaded tokio-macros v2.7.0
10512026-06-01T16:26:12.692Z Downloaded prettyplease v0.2.37
10522026-06-01T16:26:12.698Z Downloaded termios v0.3.3
10532026-06-01T16:26:12.698Z Downloaded spin v0.9.8
10542026-06-01T16:26:12.698Z Downloaded snafu-derive v0.8.9
10552026-06-01T16:26:12.698Z Downloaded slog-json v2.6.1
10562026-06-01T16:26:12.698Z Downloaded slab v0.4.12
10572026-06-01T16:26:12.698Z Downloaded publicsuffix v2.3.0
10582026-06-01T16:26:12.698Z Downloaded nom v7.1.3
10592026-06-01T16:26:12.702Z Downloaded mio v1.2.0
10602026-06-01T16:26:12.702Z Downloaded rand v0.8.6
10612026-06-01T16:26:12.704Z Downloaded qorb v0.4.1
10622026-06-01T16:26:12.707Z Downloaded simd-adler32 v0.3.8
10632026-06-01T16:26:12.707Z Downloaded sync-ptr v0.1.4
10642026-06-01T16:26:12.710Z Downloaded slog-scope v4.4.1
10652026-06-01T16:26:12.710Z Downloaded hostname v0.4.2
10662026-06-01T16:26:12.712Z Downloaded tower-layer v0.3.3
10672026-06-01T16:26:12.712Z Downloaded foldhash v0.1.5
10682026-06-01T16:26:12.712Z Downloaded ena v0.14.4
10692026-06-01T16:26:12.716Z Downloaded camino-tempfile-ext v0.3.3
10702026-06-01T16:26:12.716Z Downloaded http-body v1.0.1
10712026-06-01T16:26:12.716Z Downloaded cbc v0.1.2
10722026-06-01T16:26:12.716Z Downloaded csv-core v0.1.13
10732026-06-01T16:26:12.719Z Downloaded topological-sort v0.2.2
10742026-06-01T16:26:12.719Z Downloaded signal-hook v0.3.18
10752026-06-01T16:26:12.722Z Downloaded tower-service v0.3.3
10762026-06-01T16:26:12.722Z Downloaded serde_yaml v0.9.34+deprecated
10772026-06-01T16:26:12.725Z Downloaded serde_with_macros v3.17.0
10782026-06-01T16:26:12.725Z Downloaded try-lock v0.2.5
10792026-06-01T16:26:12.725Z Downloaded time-macros v0.2.27
10802026-06-01T16:26:12.729Z Downloaded typify-macro v0.6.2
10812026-06-01T16:26:12.729Z Downloaded trait-variant v0.1.2
10822026-06-01T16:26:12.729Z Downloaded tiny-keccak v2.0.2
10832026-06-01T16:26:12.731Z Downloaded slog v2.8.2
10842026-06-01T16:26:12.731Z Downloaded typify-macro v0.4.3
10852026-06-01T16:26:12.734Z Downloaded thread_local v1.1.9
10862026-06-01T16:26:12.734Z Downloaded const_format_proc_macros v0.2.34
10872026-06-01T16:26:12.737Z Downloaded anstyle-parse v0.2.7
10882026-06-01T16:26:12.737Z Downloaded array-init v0.0.4
10892026-06-01T16:26:12.737Z Downloaded quinn v0.11.9
10902026-06-01T16:26:12.740Z Downloaded num-bigint-dig v0.8.6
10912026-06-01T16:26:12.742Z Downloaded rsa v0.9.10
10922026-06-01T16:26:12.745Z Downloaded usdt-macro v0.6.0
10932026-06-01T16:26:12.748Z Downloaded usdt v0.6.0
10942026-06-01T16:26:12.748Z Downloaded untrusted v0.9.0
10952026-06-01T16:26:12.748Z Downloaded untrusted v0.7.1
10962026-06-01T16:26:12.751Z Downloaded num-bigint v0.4.6
10972026-06-01T16:26:12.754Z Downloaded socket2 v0.5.10
10982026-06-01T16:26:12.754Z Downloaded tokio-dtrace v0.1.1
10992026-06-01T16:26:12.754Z Downloaded tls_codec v0.4.2
11002026-06-01T16:26:12.756Z Downloaded similar v2.7.0
11012026-06-01T16:26:12.759Z Downloaded unit-prefix v0.5.2
11022026-06-01T16:26:12.759Z Downloaded tokio-native-tls v0.3.1
11032026-06-01T16:26:12.762Z Downloaded tls_codec_derive v0.4.2
11042026-06-01T16:26:12.762Z Downloaded usdt-attr-macro v0.6.0
11052026-06-01T16:26:12.762Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-06-01T16:26:12.767Z Downloaded hashbrown v0.15.5
11072026-06-01T16:26:12.770Z Downloaded void v1.0.2
11082026-06-01T16:26:12.770Z Downloaded blake3 v1.8.3
11092026-06-01T16:26:12.774Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-06-01T16:26:12.774Z Downloaded term v1.2.1
11112026-06-01T16:26:12.777Z Downloaded universal-hash v0.5.1
11122026-06-01T16:26:12.777Z Downloaded unicode-truncate v1.1.0
11132026-06-01T16:26:12.777Z Downloaded tokio-tungstenite v0.23.1
11142026-06-01T16:26:12.780Z Downloaded wait-timeout v0.2.1
11152026-06-01T16:26:12.780Z Downloaded iri-string v0.7.10
11162026-06-01T16:26:12.784Z Downloaded thiserror-no-std v2.0.2
11172026-06-01T16:26:12.787Z Downloaded term v0.7.0
11182026-06-01T16:26:12.790Z Downloaded schemars v0.9.0
11192026-06-01T16:26:12.794Z Downloaded unicase v2.9.0
11202026-06-01T16:26:12.798Z Downloaded rustls-webpki v0.103.9
11212026-06-01T16:26:12.801Z Downloaded itertools v0.12.1
11222026-06-01T16:26:12.804Z Downloaded thread-id v5.1.0
11232026-06-01T16:26:12.804Z Downloaded nom v8.0.0
11242026-06-01T16:26:12.806Z Downloaded h2 v0.4.13
11252026-06-01T16:26:12.809Z Downloaded want v0.3.1
11262026-06-01T16:26:12.812Z Downloaded waitgroup v0.1.2
11272026-06-01T16:26:12.812Z Downloaded tokio-stream v0.1.18
11282026-06-01T16:26:12.816Z Downloaded unarray v0.1.4
11292026-06-01T16:26:12.816Z Downloaded tui-tree-widget v0.23.1
11302026-06-01T16:26:12.820Z Downloaded rand v0.9.2
11312026-06-01T16:26:12.820Z Downloaded libxml v0.3.3
11322026-06-01T16:26:12.822Z Downloaded hkdf v0.12.4
11332026-06-01T16:26:12.822Z Downloaded snafu v0.8.9
11342026-06-01T16:26:12.826Z Downloaded tokio-rustls v0.25.0
11352026-06-01T16:26:12.830Z Downloaded tokio-rustls v0.24.1
11362026-06-01T16:26:12.830Z Downloaded samael v0.0.19
11372026-06-01T16:26:12.833Z Downloaded utf-8 v0.7.6
11382026-06-01T16:26:12.833Z Downloaded usdt-impl v0.6.0
11392026-06-01T16:26:12.833Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-06-01T16:26:12.836Z Downloaded futures-util v0.3.32
11412026-06-01T16:26:12.840Z Downloaded vergen-lib v0.1.6
11422026-06-01T16:26:12.844Z Downloaded vergen-gitcl v1.0.8
11432026-06-01T16:26:12.844Z Downloaded vergen-lib v9.1.0
11442026-06-01T16:26:12.847Z Downloaded xshell-macros v0.2.7
11452026-06-01T16:26:12.847Z Downloaded zeroize_derive v1.4.3
11462026-06-01T16:26:12.847Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-06-01T16:26:12.847Z Downloaded test-strategy v0.4.5
11482026-06-01T16:26:12.850Z Downloaded zone_cfg_derive v0.3.1
11492026-06-01T16:26:12.850Z Downloaded russh v0.45.0
11502026-06-01T16:26:12.854Z Downloaded rand v0.10.0
11512026-06-01T16:26:12.857Z Downloaded subprocess v0.2.15
11522026-06-01T16:26:12.857Z Downloaded socket2 v0.6.3
11532026-06-01T16:26:12.860Z Downloaded schemars v1.2.1
11542026-06-01T16:26:12.868Z Downloaded zone v0.3.1
11552026-06-01T16:26:12.872Z Downloaded whoami v2.1.0
11562026-06-01T16:26:12.872Z Downloaded itertools v0.13.0
11572026-06-01T16:26:12.874Z Downloaded vsss-rs v3.3.4
11582026-06-01T16:26:12.874Z Downloaded uzers v0.12.2
11592026-06-01T16:26:12.877Z Downloaded twox-hash v2.1.2
11602026-06-01T16:26:12.877Z Downloaded tracing-attributes v0.1.31
11612026-06-01T16:26:12.880Z Downloaded whoami v1.6.1
11622026-06-01T16:26:12.880Z Downloaded xshell v0.2.7
11632026-06-01T16:26:12.883Z Downloaded walkdir v2.5.0
11642026-06-01T16:26:12.883Z Downloaded tokio-rustls v0.26.4
11652026-06-01T16:26:12.883Z Downloaded itertools v0.14.0
11662026-06-01T16:26:12.887Z Downloaded hyper v1.8.1
11672026-06-01T16:26:12.891Z Downloaded toml v1.0.6+spec-1.1.0
11682026-06-01T16:26:12.894Z Downloaded xattr v1.6.1
11692026-06-01T16:26:12.897Z Downloaded wyz v0.5.1
11702026-06-01T16:26:12.897Z Downloaded unicode-properties v0.1.4
11712026-06-01T16:26:12.897Z Downloaded aws-lc-rs v1.16.3
11722026-06-01T16:26:12.902Z Downloaded vergen-git2 v9.1.0
11732026-06-01T16:26:12.905Z Downloaded zeroize v1.8.2
11742026-06-01T16:26:12.905Z Downloaded toml v0.7.8
11752026-06-01T16:26:12.908Z Downloaded tokio-tungstenite v0.21.0
11762026-06-01T16:26:12.908Z Downloaded zstd v0.13.3
11772026-06-01T16:26:12.910Z Downloaded tracing-core v0.1.36
11782026-06-01T16:26:12.913Z Downloaded vergen v9.1.0
11792026-06-01T16:26:12.913Z Downloaded tinyvec v1.10.0
11802026-06-01T16:26:12.916Z Downloaded p521 v0.13.3
11812026-06-01T16:26:12.916Z Downloaded unicode-bidi v0.3.18
11822026-06-01T16:26:12.919Z Downloaded zstd-safe v7.2.4
11832026-06-01T16:26:12.919Z Downloaded tar v0.4.45
11842026-06-01T16:26:12.922Z Downloaded steno v0.4.1
11852026-06-01T16:26:12.926Z Downloaded tungstenite v0.23.0
11862026-06-01T16:26:12.929Z Downloaded tungstenite v0.21.0
11872026-06-01T16:26:12.932Z Downloaded rpassword v7.4.0
11882026-06-01T16:26:12.932Z Downloaded libm v0.2.16
11892026-06-01T16:26:12.937Z Downloaded yasna v0.5.2
11902026-06-01T16:26:12.940Z Downloaded unsafe-libyaml v0.2.11
11912026-06-01T16:26:12.944Z Downloaded typify v0.4.3
11922026-06-01T16:26:12.944Z Downloaded serde_with v1.14.0
11932026-06-01T16:26:12.947Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-06-01T16:26:12.950Z Downloaded iddqd v0.4.2
11952026-06-01T16:26:12.956Z Downloaded zerocopy v0.6.6
11962026-06-01T16:26:12.960Z Downloaded typify v0.6.2
11972026-06-01T16:26:12.971Z Downloaded uuid v1.23.0
11982026-06-01T16:26:12.974Z Downloaded vte v0.14.1
11992026-06-01T16:26:12.982Z Downloaded bitvec v1.0.1
12002026-06-01T16:26:12.991Z Downloaded ssh-key v0.6.7
12012026-06-01T16:26:12.995Z Downloaded rustyline v14.0.0
12022026-06-01T16:26:12.998Z Downloaded reedline v0.40.0
12032026-06-01T16:26:13.002Z Downloaded zopfli v0.8.3
12042026-06-01T16:26:13.005Z Downloaded tokio-postgres v0.7.16
12052026-06-01T16:26:13.009Z Downloaded reqwest v0.13.2
12062026-06-01T16:26:13.026Z Downloaded zip v0.6.6
12072026-06-01T16:26:13.028Z Downloaded git2 v0.20.4
12082026-06-01T16:26:13.032Z Downloaded reqwest v0.12.28
12092026-06-01T16:26:13.038Z Downloaded regex v1.12.3
12102026-06-01T16:26:13.041Z Downloaded p384 v0.13.1
12112026-06-01T16:26:13.050Z Downloaded yansi v1.0.1
12122026-06-01T16:26:13.053Z Downloaded unicode_categories v0.1.1
12132026-06-01T16:26:13.053Z Downloaded toml_edit v0.19.15
12142026-06-01T16:26:13.060Z Downloaded zerocopy-derive v0.8.40
12152026-06-01T16:26:13.066Z Downloaded bindgen v0.71.1
12162026-06-01T16:26:13.070Z Downloaded quick-xml v0.37.5
12172026-06-01T16:26:13.074Z Downloaded x509-cert v0.2.5
12182026-06-01T16:26:13.078Z Downloaded rustls-webpki v0.101.7
12192026-06-01T16:26:13.085Z Downloaded chrono v0.4.44
12202026-06-01T16:26:13.095Z Downloaded proptest v1.10.0
12212026-06-01T16:26:13.103Z Downloaded tower v0.5.3
12222026-06-01T16:26:13.109Z Downloaded tokio-util v0.7.18
12232026-06-01T16:26:13.113Z Downloaded typed-path v0.9.3
12242026-06-01T16:26:13.116Z Downloaded salty v0.3.0
12252026-06-01T16:26:13.120Z Downloaded unicode-segmentation v1.12.0
12262026-06-01T16:26:13.123Z Downloaded goblin v0.10.5
12272026-06-01T16:26:13.127Z Downloaded moka v0.12.13
12282026-06-01T16:26:13.132Z Downloaded rustls-webpki v0.102.8
12292026-06-01T16:26:13.144Z Downloaded radix_trie v0.2.1
12302026-06-01T16:26:13.146Z Downloaded rayon v1.11.0
12312026-06-01T16:26:13.151Z Downloaded portable-atomic v1.13.1
12322026-06-01T16:26:13.155Z Downloaded lalrpop v0.19.12
12332026-06-01T16:26:13.165Z Downloaded tower-http v0.6.8
12342026-06-01T16:26:13.170Z Downloaded zip v4.6.1
12352026-06-01T16:26:13.172Z Downloaded tough v0.22.0
12362026-06-01T16:26:13.183Z Downloaded unicode-normalization v0.1.25
12372026-06-01T16:26:13.192Z Downloaded curve25519-dalek v4.1.3
12382026-06-01T16:26:13.195Z Downloaded dropshot v0.17.0
12392026-06-01T16:26:13.209Z Downloaded tabled v0.20.0
12402026-06-01T16:26:13.219Z Downloaded nix v0.27.1
12412026-06-01T16:26:13.225Z Downloaded regex-syntax v0.6.29
12422026-06-01T16:26:13.229Z Downloaded quinn-proto v0.11.13
12432026-06-01T16:26:13.234Z Downloaded polar-core v0.27.3
12442026-06-01T16:26:13.239Z Downloaded winnow v0.6.26
12452026-06-01T16:26:13.243Z Downloaded petname v2.0.2
12462026-06-01T16:26:13.246Z Downloaded object v0.30.4
12472026-06-01T16:26:13.252Z Downloaded serde_with v3.17.0
12482026-06-01T16:26:13.261Z Downloaded winnow v0.5.40
12492026-06-01T16:26:13.266Z Downloaded openssl v0.10.79
12502026-06-01T16:26:13.271Z Downloaded zlib-rs v0.6.2
12512026-06-01T16:26:13.274Z Downloaded object v0.37.3
12522026-06-01T16:26:13.281Z Downloaded nix v0.28.0
12532026-06-01T16:26:13.287Z Downloaded nix v0.31.2
12542026-06-01T16:26:13.295Z Downloaded smoltcp v0.11.0
12552026-06-01T16:26:13.302Z Downloaded time v0.3.47
12562026-06-01T16:26:13.309Z Downloaded diesel v2.3.7
12572026-06-01T16:26:13.322Z Downloaded smoltcp v0.9.1
12582026-06-01T16:26:13.328Z Downloaded regex-syntax v0.8.10
12592026-06-01T16:26:13.332Z Downloaded vcpkg v0.2.15
12602026-06-01T16:26:13.355Z Downloaded rustls v0.21.12
12612026-06-01T16:26:13.361Z Downloaded bstr v1.12.1
12622026-06-01T16:26:13.366Z Downloaded webpki-roots v1.0.6
12632026-06-01T16:26:13.369Z Downloaded openapiv3 v2.2.0
12642026-06-01T16:26:13.376Z Downloaded rustls v0.22.4
12652026-06-01T16:26:13.383Z Downloaded hickory-proto v0.24.4
12662026-06-01T16:26:13.392Z Downloaded zerocopy v0.8.40
12672026-06-01T16:26:13.402Z Downloaded sqlparser v0.61.0
12682026-06-01T16:26:13.409Z Downloaded rustls v0.23.37
12692026-06-01T16:26:13.416Z Downloaded rustix v0.38.44
12702026-06-01T16:26:13.428Z Downloaded regress v0.11.1
12712026-06-01T16:26:13.434Z Downloaded sled v0.34.7
12722026-06-01T16:26:13.440Z Downloaded regress v0.10.5
12732026-06-01T16:26:13.446Z Downloaded hickory-proto v0.25.2
12742026-06-01T16:26:13.458Z Downloaded ratatui v0.29.0
12752026-06-01T16:26:13.469Z Downloaded typify-impl v0.4.3
12762026-06-01T16:26:13.478Z Downloaded typify-impl v0.6.2
12772026-06-01T16:26:13.486Z Downloaded regex-automata v0.4.14
12782026-06-01T16:26:13.498Z Downloaded tracing v0.1.44
12792026-06-01T16:26:13.510Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-06-01T16:26:13.523Z Downloaded petgraph v0.6.5
12812026-06-01T16:26:13.536Z Downloaded zerocopy-derive v0.6.6
12822026-06-01T16:26:13.554Z Downloaded jiff v0.2.21
12832026-06-01T16:26:13.565Z Downloaded chrono-tz v0.10.4
12842026-06-01T16:26:13.576Z Downloaded petgraph v0.8.3
12852026-06-01T16:26:13.589Z Downloaded csv v1.4.0
12862026-06-01T16:26:13.608Z Downloaded libz-sys v1.1.24
12872026-06-01T16:26:13.621Z Downloaded sha3 v0.10.8
12882026-06-01T16:26:13.629Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-06-01T16:26:13.639Z Downloaded tokio v1.52.1
12902026-06-01T16:26:13.684Z Downloaded encoding_rs v0.8.35
12912026-06-01T16:26:13.703Z Downloaded ring v0.17.14
12922026-06-01T16:26:13.735Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-01T16:26:14.222Z Downloaded aws-lc-sys v0.40.0
12942026-06-01T16:26:14.478Z Compiling libc v0.2.185
12952026-06-01T16:26:14.478Z Compiling serde v1.0.228
12962026-06-01T16:26:14.481Z Compiling log v0.4.29
12972026-06-01T16:26:14.481Z Compiling shlex v1.3.0
12982026-06-01T16:26:14.481Z Compiling find-msvc-tools v0.1.9
12992026-06-01T16:26:14.481Z Compiling smallvec v1.15.1
13002026-06-01T16:26:14.481Z Compiling typenum v1.19.0
13012026-06-01T16:26:14.481Z Compiling subtle v2.6.1
13022026-06-01T16:26:14.481Z Compiling generic-array v0.14.7
13032026-06-01T16:26:14.481Z Compiling scopeguard v1.2.0
13042026-06-01T16:26:14.625Z Compiling const-oid v0.9.6
13052026-06-01T16:26:14.714Z Compiling serde_json v1.0.149
13062026-06-01T16:26:14.739Z Compiling syn v2.0.117
13072026-06-01T16:26:14.752Z Compiling zerocopy v0.8.40
13082026-06-01T16:26:14.756Z Compiling portable-atomic v1.13.1
13092026-06-01T16:26:14.798Z Compiling lock_api v0.4.14
13102026-06-01T16:26:14.824Z Compiling parking_lot_core v0.9.12
13112026-06-01T16:26:14.839Z Compiling pin-project-lite v0.2.17
13122026-06-01T16:26:14.856Z Compiling pkg-config v0.3.32
13132026-06-01T16:26:14.888Z Compiling bitflags v2.11.0
13142026-06-01T16:26:14.943Z Compiling libm v0.2.16
13152026-06-01T16:26:14.943Z Compiling futures-core v0.3.32
13162026-06-01T16:26:14.969Z Compiling critical-section v1.2.0
13172026-06-01T16:26:14.998Z Compiling num-traits v0.2.19
13182026-06-01T16:26:15.028Z Compiling percent-encoding v2.3.2
13192026-06-01T16:26:15.072Z Compiling futures-sink v0.3.32
13202026-06-01T16:26:15.128Z Compiling slab v0.4.12
13212026-06-01T16:26:15.128Z Compiling cpufeatures v0.2.17
13222026-06-01T16:26:15.157Z Compiling futures-task v0.3.32
13232026-06-01T16:26:15.186Z Compiling futures-channel v0.3.32
13242026-06-01T16:26:15.202Z Compiling futures-io v0.3.32
13252026-06-01T16:26:15.246Z Compiling getrandom v0.4.1
13262026-06-01T16:26:15.249Z Compiling rand_core v0.10.0
13272026-06-01T16:26:15.277Z Compiling indexmap v2.14.0
13282026-06-01T16:26:15.337Z Compiling getrandom v0.3.4
13292026-06-01T16:26:15.353Z Compiling rustversion v1.0.22
13302026-06-01T16:26:15.382Z Compiling form_urlencoded v1.2.2
13312026-06-01T16:26:15.414Z Compiling fs_extra v1.3.0
13322026-06-01T16:26:15.429Z Compiling dunce v1.0.5
13332026-06-01T16:26:15.443Z Compiling ident_case v1.0.1
13342026-06-01T16:26:15.445Z Compiling base64ct v1.8.3
13352026-06-01T16:26:15.486Z Compiling regex-syntax v0.8.10
13362026-06-01T16:26:15.541Z Compiling iana-time-zone v0.1.65
13372026-06-01T16:26:15.577Z Compiling getrandom v0.2.17
13382026-06-01T16:26:15.591Z Compiling jobserver v0.1.34
13392026-06-01T16:26:15.629Z Compiling errno v0.3.14
13402026-06-01T16:26:15.707Z Compiling mio v1.2.0
13412026-06-01T16:26:15.707Z Compiling socket2 v0.6.3
13422026-06-01T16:26:15.737Z Compiling rand_core v0.6.4
13432026-06-01T16:26:15.753Z Compiling signal-hook-registry v1.4.8
13442026-06-01T16:26:15.785Z Compiling once_cell v1.21.3
13452026-06-01T16:26:15.800Z Compiling cc v1.2.56
13462026-06-01T16:26:15.885Z Compiling parking_lot v0.12.5
13472026-06-01T16:26:15.977Z Compiling pem-rfc7468 v0.7.0
13482026-06-01T16:26:15.992Z Compiling flagset v0.4.7
13492026-06-01T16:26:16.014Z Compiling rustix v1.1.3
13502026-06-01T16:26:16.029Z Compiling aws-lc-rs v1.16.3
13512026-06-01T16:26:16.058Z Compiling vcpkg v0.2.15
13522026-06-01T16:26:16.139Z Compiling uuid v1.23.0
13532026-06-01T16:26:16.154Z Compiling tracing-core v0.1.36
13542026-06-01T16:26:16.186Z Compiling rustc_version v0.4.1
13552026-06-01T16:26:16.200Z Compiling base64 v0.22.1
13562026-06-01T16:26:16.281Z Compiling rand_core v0.9.5
13572026-06-01T16:26:16.298Z Compiling untrusted v0.9.0
13582026-06-01T16:26:16.350Z Compiling untrusted v0.7.1
13592026-06-01T16:26:16.364Z Compiling tinyvec_macros v0.1.1
13602026-06-01T16:26:16.435Z Compiling openssl-probe v0.2.1
13612026-06-01T16:26:16.449Z Compiling httparse v1.10.1
13622026-06-01T16:26:16.467Z Compiling tinyvec v1.10.0
13632026-06-01T16:26:16.490Z Compiling aho-corasick v1.1.4
13642026-06-01T16:26:16.529Z Compiling cmake v0.1.57
13652026-06-01T16:26:16.544Z Compiling schemars v0.8.22
13662026-06-01T16:26:16.576Z Compiling dyn-clone v1.0.20
13672026-06-01T16:26:16.629Z Compiling atomic-waker v1.1.2
13682026-06-01T16:26:16.658Z Compiling rustls v0.23.37
13692026-06-01T16:26:16.713Z Compiling tower-layer v0.3.3
13702026-06-01T16:26:16.729Z Compiling tower-service v0.3.3
13712026-06-01T16:26:16.729Z Compiling try-lock v0.2.5
13722026-06-01T16:26:16.782Z Compiling openssl v0.10.79
13732026-06-01T16:26:16.804Z Compiling pin-utils v0.1.0
13742026-06-01T16:26:16.817Z Compiling foreign-types-shared v0.1.1
13752026-06-01T16:26:16.849Z Compiling want v0.3.1
13762026-06-01T16:26:16.849Z Compiling httpdate v1.0.3
13772026-06-01T16:26:16.878Z Compiling unicode-normalization v0.1.25
13782026-06-01T16:26:16.878Z Compiling spin v0.9.8
13792026-06-01T16:26:16.882Z Compiling native-tls v0.2.18
13802026-06-01T16:26:16.906Z Compiling foreign-types v0.3.2
13812026-06-01T16:26:16.936Z Compiling powerfmt v0.2.0
13822026-06-01T16:26:16.938Z Compiling num-conv v0.2.0
13832026-06-01T16:26:16.979Z Compiling crc32fast v1.5.0
13842026-06-01T16:26:17.027Z Compiling time-core v0.1.8
13852026-06-01T16:26:17.043Z Compiling wait-timeout v0.2.1
13862026-06-01T16:26:17.070Z Compiling sync_wrapper v1.0.2
13872026-06-01T16:26:17.174Z Compiling deranged v0.5.8
13882026-06-01T16:26:17.186Z Compiling unicode-segmentation v1.12.0
13892026-06-01T16:26:17.202Z Compiling siphasher v1.0.2
13902026-06-01T16:26:17.239Z Compiling num_threads v0.1.7
13912026-06-01T16:26:17.254Z Compiling quick-error v1.2.3
13922026-06-01T16:26:17.277Z Compiling crossbeam-utils v0.8.21
13932026-06-01T16:26:17.299Z Compiling usdt-impl v0.6.0
13942026-06-01T16:26:17.313Z Compiling time-macros v0.2.27
13952026-06-01T16:26:17.365Z Compiling simd-adler32 v0.3.8
13962026-06-01T16:26:17.381Z Compiling bit-vec v0.8.0
13972026-06-01T16:26:17.404Z Compiling syn v1.0.109
13982026-06-01T16:26:17.419Z Compiling regex-automata v0.4.14
13992026-06-01T16:26:17.467Z Compiling slog v2.8.2
14002026-06-01T16:26:17.503Z Compiling aws-lc-sys v0.40.0
14012026-06-01T16:26:17.534Z Compiling ring v0.17.14
14022026-06-01T16:26:17.613Z Compiling openssl-sys v0.9.115
14032026-06-01T16:26:17.628Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-01T16:26:17.649Z Compiling tempfile v3.25.0
14052026-06-01T16:26:17.662Z Compiling synstructure v0.13.2
14062026-06-01T16:26:17.664Z Compiling pest_generator v2.8.6
14072026-06-01T16:26:17.691Z Compiling serde_derive_internals v0.29.1
14082026-06-01T16:26:17.748Z Compiling darling_core v0.20.11
14092026-06-01T16:26:17.942Z Compiling rusty-fork v0.3.1
14102026-06-01T16:26:18.070Z Compiling darling_core v0.21.3
14112026-06-01T16:26:18.105Z Compiling bit-set v0.8.0
14122026-06-01T16:26:18.245Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-06-01T16:26:18.287Z Compiling heapless v0.7.17
14142026-06-01T16:26:18.299Z Compiling rand_xorshift v0.4.0
14152026-06-01T16:26:18.319Z Compiling thread-id v5.1.0
14162026-06-01T16:26:18.391Z Compiling cookie v0.18.1
14172026-06-01T16:26:18.414Z Compiling adler2 v2.0.1
14182026-06-01T16:26:18.444Z Compiling anyhow v1.0.102
14192026-06-01T16:26:18.489Z Compiling iri-string v0.7.10
14202026-06-01T16:26:18.504Z Compiling time v0.3.47
14212026-06-01T16:26:18.563Z Compiling paste v1.0.15
14222026-06-01T16:26:18.578Z Compiling allocator-api2 v0.2.21
14232026-06-01T16:26:18.581Z Compiling ryu v1.0.23
14242026-06-01T16:26:18.612Z Compiling signal-hook v0.3.18
14252026-06-01T16:26:18.717Z Compiling zstd-safe v7.2.4
14262026-06-01T16:26:18.809Z Compiling unicode-bidi v0.3.18
14272026-06-01T16:26:18.823Z Compiling unicode-properties v0.1.4
14282026-06-01T16:26:18.836Z Compiling unarray v0.1.4
14292026-06-01T16:26:19.022Z Compiling miniz_oxide v0.8.9
14302026-06-01T16:26:19.141Z Compiling heck v0.4.1
14312026-06-01T16:26:19.190Z Compiling stringprep v0.1.5
14322026-06-01T16:26:19.378Z Compiling vergen-lib v9.1.0
14332026-06-01T16:26:19.395Z Compiling num-integer v0.1.46
14342026-06-01T16:26:19.514Z Compiling serde_derive v1.0.228
14352026-06-01T16:26:19.556Z Compiling zeroize_derive v1.4.3
14362026-06-01T16:26:19.583Z Compiling zerofrom-derive v0.1.6
14372026-06-01T16:26:19.667Z Compiling yoke-derive v0.8.1
14382026-06-01T16:26:19.681Z Compiling zerovec-derive v0.11.2
14392026-06-01T16:26:19.744Z Compiling zerocopy-derive v0.8.40
14402026-06-01T16:26:19.758Z Compiling displaydoc v0.2.5
14412026-06-01T16:26:20.145Z Compiling tokio-macros v2.7.0
14422026-06-01T16:26:20.255Z Compiling futures-macro v0.3.32
14432026-06-01T16:26:20.260Z Compiling der_derive v0.7.3
14442026-06-01T16:26:20.282Z Compiling zeroize v1.8.2
14452026-06-01T16:26:20.581Z Compiling rustls-pki-types v1.14.0
14462026-06-01T16:26:20.804Z Compiling tracing-attributes v0.1.31
14472026-06-01T16:26:20.891Z Compiling thiserror-impl v2.0.18
14482026-06-01T16:26:20.946Z Compiling pest_derive v2.8.6
14492026-06-01T16:26:20.950Z Compiling schemars_derive v0.8.22
14502026-06-01T16:26:21.068Z Compiling crypto-common v0.1.7
14512026-06-01T16:26:21.094Z Compiling zerofrom v0.1.6
14522026-06-01T16:26:21.108Z Compiling block-buffer v0.10.4
14532026-06-01T16:26:21.142Z Compiling futures-util v0.3.32
14542026-06-01T16:26:21.236Z Compiling yoke v0.8.1
14552026-06-01T16:26:21.252Z Compiling digest v0.10.7
14562026-06-01T16:26:21.296Z Compiling block-padding v0.3.3
14572026-06-01T16:26:21.309Z Compiling der v0.7.10
14582026-06-01T16:26:21.407Z Compiling zerovec v0.11.5
14592026-06-01T16:26:21.440Z Compiling zerotrie v0.2.3
14602026-06-01T16:26:21.468Z Compiling hmac v0.12.1
14612026-06-01T16:26:21.521Z Compiling inout v0.1.4
14622026-06-01T16:26:21.643Z Compiling sha2 v0.10.9
14632026-06-01T16:26:21.710Z Compiling cipher v0.4.4
14642026-06-01T16:26:21.759Z Compiling pbkdf2 v0.12.2
14652026-06-01T16:26:21.788Z Compiling scroll_derive v0.13.1
14662026-06-01T16:26:21.891Z Compiling tinystr v0.8.2
14672026-06-01T16:26:21.933Z Compiling potential_utf v0.1.4
14682026-06-01T16:26:21.990Z Compiling salsa20 v0.10.2
14692026-06-01T16:26:22.164Z Compiling icu_locale_core v2.1.1
14702026-06-01T16:26:22.185Z Compiling icu_collections v2.1.1
14712026-06-01T16:26:22.208Z Compiling spki v0.7.3
14722026-06-01T16:26:22.226Z Compiling tracing v0.1.44
14732026-06-01T16:26:22.270Z Compiling scrypt v0.11.0
14742026-06-01T16:26:22.363Z Compiling thiserror v2.0.18
14752026-06-01T16:26:22.437Z Compiling cbc v0.1.2
14762026-06-01T16:26:22.483Z Compiling aes v0.8.4
14772026-06-01T16:26:22.517Z Compiling darling_macro v0.20.11
14782026-06-01T16:26:22.550Z Compiling openssl-macros v0.1.1
14792026-06-01T16:26:22.606Z Compiling rustls-native-certs v0.8.3
14802026-06-01T16:26:22.635Z Compiling dtrace-parser v0.3.0
14812026-06-01T16:26:23.085Z Compiling scroll v0.13.0
14822026-06-01T16:26:23.085Z Compiling signature v2.2.0
14832026-06-01T16:26:23.085Z Compiling icu_provider v2.1.1
14842026-06-01T16:26:23.085Z Compiling pkcs5 v0.7.1
14852026-06-01T16:26:23.085Z Compiling goblin v0.10.5
14862026-06-01T16:26:23.085Z Compiling darling v0.20.11
14872026-06-01T16:26:23.085Z Compiling bytes v1.11.1
14882026-06-01T16:26:23.117Z Compiling chrono v0.4.44
14892026-06-01T16:26:23.131Z Compiling ipnet v2.11.0
14902026-06-01T16:26:23.149Z Compiling derive_builder_core v0.20.2
14912026-06-01T16:26:23.168Z Compiling icu_normalizer v2.1.1
14922026-06-01T16:26:23.236Z Compiling icu_properties v2.1.2
14932026-06-01T16:26:23.433Z Compiling pkcs8 v0.10.2
14942026-06-01T16:26:23.436Z Compiling webpki-roots v1.0.6
14952026-06-01T16:26:23.543Z Compiling thiserror-impl v1.0.69
14962026-06-01T16:26:23.587Z Compiling tokio v1.52.1
14972026-06-01T16:26:23.615Z Compiling http v1.4.0
14982026-06-01T16:26:23.672Z Compiling scroll_derive v0.12.1
14992026-06-01T16:26:23.732Z Compiling serde_spanned v0.6.9
15002026-06-01T16:26:23.744Z Compiling erased-serde v0.3.31
15012026-06-01T16:26:23.772Z Compiling serde_tokenstream v0.2.3
15022026-06-01T16:26:23.900Z Compiling toml_datetime v0.6.11
15032026-06-01T16:26:24.075Z Compiling derive_builder_macro v0.20.2
15042026-06-01T16:26:24.116Z Compiling idna_adapter v1.2.1
15052026-06-01T16:26:24.175Z Compiling serde_urlencoded v0.7.1
15062026-06-01T16:26:24.263Z Compiling idna v1.1.0
15072026-06-01T16:26:24.284Z Compiling ppv-lite86 v0.2.21
15082026-06-01T16:26:24.376Z Compiling http-body v1.0.1
15092026-06-01T16:26:24.399Z Compiling scroll v0.12.0
15102026-06-01T16:26:24.415Z Compiling md-5 v0.10.6
15112026-06-01T16:26:24.445Z Compiling darling_macro v0.21.3
15122026-06-01T16:26:24.464Z Compiling bstr v1.12.1
15132026-06-01T16:26:24.549Z Compiling http-body-util v0.1.3
15142026-06-01T16:26:24.580Z Compiling url v2.5.8
15152026-06-01T16:26:24.595Z Compiling rand_chacha v0.9.0
15162026-06-01T16:26:24.602Z Compiling rand_chacha v0.3.1
15172026-06-01T16:26:24.629Z Compiling zerocopy-derive v0.7.35
15182026-06-01T16:26:24.641Z Compiling async-trait v0.1.89
15192026-06-01T16:26:24.671Z Compiling pin-project-internal v1.1.11
15202026-06-01T16:26:24.809Z Compiling curve25519-dalek v4.1.3
15212026-06-01T16:26:24.894Z Compiling rand v0.9.2
15222026-06-01T16:26:24.959Z Compiling thiserror v1.0.69
15232026-06-01T16:26:24.978Z Compiling ff v0.13.1
15242026-06-01T16:26:25.129Z Compiling hash32 v0.2.1
15252026-06-01T16:26:25.143Z Compiling memoffset v0.9.1
15262026-06-01T16:26:25.163Z Compiling encoding_rs v0.8.35
15272026-06-01T16:26:25.340Z Compiling psl-types v2.0.11
15282026-06-01T16:26:25.354Z Compiling num-bigint-dig v0.8.6
15292026-06-01T16:26:25.395Z Compiling zlib-rs v0.6.2
15302026-06-01T16:26:25.425Z Compiling cfg_aliases v0.2.1
15312026-06-01T16:26:25.476Z Compiling proptest v1.10.0
15322026-06-01T16:26:25.509Z Compiling base16ct v0.2.0
15332026-06-01T16:26:25.533Z Compiling rustix v0.38.44
15342026-06-01T16:26:25.565Z Compiling smoltcp v0.9.1
15352026-06-01T16:26:25.664Z Compiling mime v0.3.17
15362026-06-01T16:26:25.708Z Compiling dof v0.4.0
15372026-06-01T16:26:25.729Z Compiling litrs v1.0.0
15382026-06-01T16:26:25.743Z Compiling ref-cast v1.0.25
15392026-06-01T16:26:25.832Z Compiling fallible-iterator v0.2.0
15402026-06-01T16:26:25.921Z Compiling ipnetwork v0.21.1
15412026-06-01T16:26:25.970Z Compiling pin-project v1.1.11
15422026-06-01T16:26:26.049Z Compiling sec1 v0.7.3
15432026-06-01T16:26:26.095Z Compiling zerocopy v0.7.35
15442026-06-01T16:26:26.113Z Compiling postgres-protocol v0.6.10
15452026-06-01T16:26:26.125Z Compiling nix v0.31.2
15462026-06-01T16:26:26.147Z Compiling oxnet v0.1.5
15472026-06-01T16:26:26.301Z Compiling document-features v0.2.12
15482026-06-01T16:26:26.321Z Compiling publicsuffix v2.3.0
15492026-06-01T16:26:26.510Z Compiling group v0.13.0
15502026-06-01T16:26:26.524Z Compiling darling v0.21.3
15512026-06-01T16:26:26.570Z Compiling rand v0.8.6
15522026-06-01T16:26:26.584Z Compiling goblin v0.8.2
15532026-06-01T16:26:26.623Z Compiling derive_builder v0.20.2
15542026-06-01T16:26:26.693Z Compiling futures-executor v0.3.32
15552026-06-01T16:26:26.709Z Compiling hubpack_derive v0.1.1
15562026-06-01T16:26:26.722Z Compiling hex v0.4.3
15572026-06-01T16:26:26.765Z Compiling hkdf v0.12.4
15582026-06-01T16:26:26.909Z Compiling crypto-bigint v0.5.5
15592026-06-01T16:26:26.924Z Compiling regex v1.12.3
15602026-06-01T16:26:26.970Z Compiling num-iter v0.1.45
15612026-06-01T16:26:27.029Z Compiling ref-cast-impl v1.0.25
15622026-06-01T16:26:27.062Z Compiling daft-derive v0.1.7
15632026-06-01T16:26:27.139Z Compiling strum_macros v0.27.2
15642026-06-01T16:26:27.143Z Compiling snafu-derive v0.8.9
15652026-06-01T16:26:27.185Z Compiling curve25519-dalek-derive v0.1.1
15662026-06-01T16:26:27.440Z Compiling tokio-util v0.7.18
15672026-06-01T16:26:27.476Z Compiling tower v0.5.3
15682026-06-01T16:26:27.500Z Compiling tokio-native-tls v0.3.1
15692026-06-01T16:26:27.637Z Compiling terminal_size v0.4.3
15702026-06-01T16:26:27.663Z Compiling phf_shared v0.13.1
15712026-06-01T16:26:27.693Z Compiling lazy_static v1.5.0
15722026-06-01T16:26:27.795Z Compiling anstyle-parse v0.2.7
15732026-06-01T16:26:27.809Z Compiling newtype-uuid v1.3.2
15742026-06-01T16:26:27.877Z Compiling vergen v9.1.0
15752026-06-01T16:26:27.900Z Compiling tower-http v0.6.8
15762026-06-01T16:26:27.927Z Compiling cargo-platform v0.3.2
15772026-06-01T16:26:27.987Z Compiling fs-err v3.3.0
15782026-06-01T16:26:28.002Z Compiling ahash v0.8.12
15792026-06-01T16:26:28.078Z Compiling foldhash v0.2.0
15802026-06-01T16:26:28.164Z Compiling h2 v0.4.13
15812026-06-01T16:26:28.179Z Compiling winnow v0.5.40
15822026-06-01T16:26:28.202Z Compiling foldhash v0.1.5
15832026-06-01T16:26:28.227Z Compiling bitflags v1.3.2
15842026-06-01T16:26:28.227Z Compiling managed v0.8.0
15852026-06-01T16:26:28.321Z Compiling flate2 v1.1.9
15862026-06-01T16:26:28.337Z Compiling object v0.37.3
15872026-06-01T16:26:28.341Z Compiling bumpalo v3.20.2
15882026-06-01T16:26:28.392Z Compiling libbz2-rs-sys v0.2.2
15892026-06-01T16:26:28.472Z Compiling same-file v1.0.6
15902026-06-01T16:26:28.634Z Compiling walkdir v2.5.0
15912026-06-01T16:26:28.662Z Compiling zopfli v0.8.3
15922026-06-01T16:26:28.678Z Compiling clap_builder v4.6.0
15932026-06-01T16:26:28.701Z Compiling hashbrown v0.15.5
15942026-06-01T16:26:28.782Z Compiling hashbrown v0.16.1
15952026-06-01T16:26:28.975Z Compiling dof v0.3.0
15962026-06-01T16:26:29.126Z Compiling bzip2 v0.6.1
15972026-06-01T16:26:29.159Z Compiling snafu v0.8.9
15982026-06-01T16:26:29.215Z Compiling strum v0.27.2
15992026-06-01T16:26:29.278Z Compiling daft v0.1.7
16002026-06-01T16:26:29.358Z Compiling cargo_metadata v0.23.1
16012026-06-01T16:26:29.375Z Compiling anstream v0.6.21
16022026-06-01T16:26:29.403Z Compiling elliptic-curve v0.13.8
16032026-06-01T16:26:29.420Z Compiling phf v0.13.1
16042026-06-01T16:26:29.544Z Compiling toml_edit v0.19.15
16052026-06-01T16:26:29.583Z Compiling signal-hook-mio v0.2.5
16062026-06-01T16:26:29.617Z Compiling usdt-attr-macro v0.6.0
16072026-06-01T16:26:29.683Z Compiling usdt-macro v0.6.0
16082026-06-01T16:26:29.699Z Compiling hubpack v0.1.2
16092026-06-01T16:26:29.719Z Compiling cookie_store v0.22.1
16102026-06-01T16:26:29.736Z Compiling bzip2 v0.4.4
16112026-06-01T16:26:29.832Z Compiling futures v0.3.32
16122026-06-01T16:26:29.927Z Compiling serde_with_macros v3.17.0
16132026-06-01T16:26:29.958Z Compiling postgres-types v0.2.12
16142026-06-01T16:26:29.989Z Compiling zstd v0.13.3
16152026-06-01T16:26:30.188Z Compiling dtrace-parser v0.2.0
16162026-06-01T16:26:30.267Z Compiling globset v0.4.18
16172026-06-01T16:26:30.392Z Compiling pkcs1 v0.7.5
16182026-06-01T16:26:30.464Z Compiling ed25519 v2.2.3
16192026-06-01T16:26:30.479Z Compiling serde_plain v1.0.2
16202026-06-01T16:26:30.530Z Compiling olpc-cjson v0.1.4
16212026-06-01T16:26:30.693Z Compiling serde-big-array v0.5.1
16222026-06-01T16:26:30.708Z Compiling rfc6979 v0.4.0
16232026-06-01T16:26:30.750Z Compiling clap_derive v4.6.1
16242026-06-01T16:26:30.815Z Compiling enum-as-inner v0.6.1
16252026-06-01T16:26:30.850Z Compiling serde_repr v0.1.20
16262026-06-01T16:26:30.867Z Compiling async-recursion v1.1.1
16272026-06-01T16:26:30.963Z Compiling strum_macros v0.26.4
16282026-06-01T16:26:30.979Z Compiling phf_shared v0.11.3
16292026-06-01T16:26:31.111Z Compiling float-cmp v0.10.0
16302026-06-01T16:26:31.182Z Compiling pem v3.0.6
16312026-06-01T16:26:31.224Z Compiling hyper v1.8.1
16322026-06-01T16:26:31.272Z Compiling memmap2 v0.9.10
16332026-06-01T16:26:31.362Z Compiling thread-id v4.2.2
16342026-06-01T16:26:31.392Z Compiling env_filter v1.0.0
16352026-06-01T16:26:31.425Z Compiling difflib v0.4.0
16362026-06-01T16:26:31.463Z Compiling whoami v2.1.0
16372026-06-01T16:26:31.511Z Compiling precomputed-hash v0.1.1
16382026-06-01T16:26:31.537Z Compiling typed-path v0.9.3
16392026-06-01T16:26:31.551Z Compiling data-encoding v2.10.0
16402026-06-01T16:26:31.612Z Compiling static_assertions v1.1.0
16412026-06-01T16:26:31.701Z Compiling either v1.15.0
16422026-06-01T16:26:31.724Z Compiling fixedbitset v0.4.2
16432026-06-01T16:26:31.754Z Compiling jiff v0.2.21
16442026-06-01T16:26:31.859Z Compiling fixedbitset v0.5.7
16452026-06-01T16:26:31.929Z Compiling predicates-core v1.0.10
16462026-06-01T16:26:31.962Z Compiling new_debug_unreachable v1.0.6
16472026-06-01T16:26:32.007Z Compiling normalize-line-endings v0.3.0
16482026-06-01T16:26:32.046Z Compiling keccak v0.1.6
16492026-06-01T16:26:32.147Z Compiling petgraph v0.8.3
16502026-06-01T16:26:32.184Z Compiling predicates v3.1.4
16512026-06-01T16:26:32.232Z Compiling sha3 v0.10.8
16522026-06-01T16:26:32.246Z Compiling string_cache v0.8.9
16532026-06-01T16:26:32.267Z Compiling toml_edit v0.22.27
16542026-06-01T16:26:32.325Z Compiling petgraph v0.6.5
16552026-06-01T16:26:32.493Z Compiling hyper-util v0.1.20
16562026-06-01T16:26:32.521Z Compiling itertools v0.13.0
16572026-06-01T16:26:32.666Z Compiling clap v4.6.1
16582026-06-01T16:26:32.710Z Compiling hickory-proto v0.25.2
16592026-06-01T16:26:32.767Z Compiling tokio-postgres v0.7.16
16602026-06-01T16:26:32.841Z Compiling strum v0.26.3
16612026-06-01T16:26:32.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-06-01T16:26:32.879Z Compiling env_logger v0.11.9
16632026-06-01T16:26:32.906Z Compiling usdt-impl v0.5.0
16642026-06-01T16:26:32.939Z Compiling usdt v0.6.0
16652026-06-01T16:26:32.991Z Compiling serde_with v3.17.0
16662026-06-01T16:26:33.226Z Compiling crossterm v0.28.1
16672026-06-01T16:26:33.259Z Compiling toml v0.7.8
16682026-06-01T16:26:33.534Z Compiling ecdsa v0.16.9
16692026-06-01T16:26:33.815Z Compiling ed25519-dalek v2.2.0
16702026-06-01T16:26:33.863Z Compiling rsa v0.9.10
16712026-06-01T16:26:33.953Z Compiling hyper-tls v0.6.0
16722026-06-01T16:26:34.202Z Compiling zip v0.6.6
16732026-06-01T16:26:34.333Z Compiling iddqd v0.4.2
16742026-06-01T16:26:34.512Z Compiling zip v4.6.1
16752026-06-01T16:26:34.780Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-01T16:26:34.810Z Compiling tokio-stream v0.1.18
16772026-06-01T16:26:34.834Z Compiling buf-list v1.1.2
16782026-06-01T16:26:35.047Z Compiling similar v2.7.0
16792026-06-01T16:26:35.088Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-01T16:26:35.133Z Compiling openapiv3 v2.2.0
16812026-06-01T16:26:35.165Z Compiling x509-cert v0.2.5
16822026-06-01T16:26:35.299Z Compiling sha1 v0.10.6
16832026-06-01T16:26:35.420Z Compiling crossbeam-epoch v0.9.18
16842026-06-01T16:26:35.437Z Compiling peg-runtime v0.8.5
16852026-06-01T16:26:35.503Z Compiling lalrpop-util v0.19.12
16862026-06-01T16:26:35.546Z Compiling thread_local v1.1.9
16872026-06-01T16:26:35.647Z Compiling slog-async v2.8.0
16882026-06-01T16:26:35.681Z Compiling crossbeam-channel v0.5.15
16892026-06-01T16:26:35.716Z Compiling is-terminal v0.4.17
16902026-06-01T16:26:35.745Z Compiling filetime v0.2.27
16912026-06-01T16:26:35.781Z Compiling term v1.2.1
16922026-06-01T16:26:35.814Z Compiling take_mut v0.2.2
16932026-06-01T16:26:35.834Z Compiling xattr v1.6.1
16942026-06-01T16:26:35.963Z Compiling tar v0.4.45
16952026-06-01T16:26:36.097Z Compiling slog-term v2.9.2
16962026-06-01T16:26:53.745Z Compiling rustls-webpki v0.103.9
16972026-06-01T16:26:56.534Z Compiling tokio-rustls v0.26.4
16982026-06-01T16:26:56.534Z Compiling rustls-platform-verifier v0.6.2
16992026-06-01T16:26:56.729Z Compiling hyper-rustls v0.27.7
17002026-06-01T16:26:56.927Z Compiling reqwest v0.12.28
17012026-06-01T16:26:56.927Z Compiling reqwest v0.13.2
17022026-06-01T16:26:58.186Z Compiling tough v0.22.0
17032026-06-01T16:27:00.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-01T16:27:00.985Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-01T16:27:03.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s
17062026-06-01T16:27:03.962Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-01T16:27:04.022ZJun 01 16:27:02.593 INFO Starting download, target: Clickhouse
17082026-06-01T16:27:04.022ZJun 01 16:27:02.594 INFO Starting download, target: Console
17092026-06-01T16:27:04.022ZJun 01 16:27:02.594 INFO Starting download, target: Cockroach
17102026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Starting download, target: DendriteStub
17112026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Starting download, target: MaghemiteMgd
17122026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Starting download, target: TransceiverControl
17132026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-01T16:27:04.034ZJun 01 16:27:02.594 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-01T16:27:04.041ZJun 01 16:27:02.594 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-06-01T16:27:04.041ZJun 01 16:27:02.594 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-06-01T16:27:04.041ZJun 01 16:27:02.594 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-01T16:27:04.764ZJun 01 16:27:03.272 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-01T16:27:04.937ZJun 01 16:27:03.488 INFO Download complete, target: TransceiverControl
17212026-06-01T16:27:05.086ZJun 01 16:27:03.638 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-01T16:27:05.386ZJun 01 16:27:03.878 INFO Download complete, target: Console
17232026-06-01T16:27:06.139ZJun 01 16:27:04.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-06-01T16:27:06.558ZJun 01 16:27:05.090 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17252026-06-01T16:27:06.999ZJun 01 16:27:05.569 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-06-01T16:27:07.382ZJun 01 16:27:05.958 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-01T16:27:07.382ZJun 01 16:27:05.958 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-01T16:27:08.582ZJun 01 16:27:07.145 INFO Download complete, target: DendriteStub
17292026-06-01T16:27:09.449ZJun 01 16:27:08.028 INFO Download complete, target: MaghemiteMgd
17302026-06-01T16:27:12.250ZJun 01 16:27:10.801 INFO Checking that binary works, target: Cockroach
17312026-06-01T16:27:12.353ZJun 01 16:27:10.928 INFO Download complete, target: Cockroach
17322026-06-01T16:27:13.478ZJun 01 16:27:12.058 INFO Checking that binary works, target: Clickhouse
17332026-06-01T16:27:13.583ZJun 01 16:27:12.158 INFO Download complete, target: Clickhouse
17342026-06-01T16:27:13.586ZAll prerequisites installed successfully
17352026-06-01T16:27:13.586Z
17362026-06-01T16:27:13.586Zreal 2:03.891306953
17372026-06-01T16:27:13.586Zuser 7:01.056828056
17382026-06-01T16:27:13.586Zsys 1:41.061565513
17392026-06-01T16:27:13.586Ztrap 0.274794617
17402026-06-01T16:27:13.586Ztflt 1.960425907
17412026-06-01T16:27:13.586Zdflt 2.160655661
17422026-06-01T16:27:13.586Zkflt 0.034899541
17432026-06-01T16:27:13.586Zlock 23:12.296074961
17442026-06-01T16:27:13.586Zslp 19:13.485552929
17452026-06-01T16:27:13.586Zlat 25.665996417
17462026-06-01T16:27:13.586Zstop 2:52.492203281
17472026-06-01T16:27:13.586Z+ ptime -m cargo xtask download softnpu
17482026-06-01T16:27:14.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17492026-06-01T16:27:14.182Z Running `target/debug/xtask download softnpu`
17502026-06-01T16:27:14.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-06-01T16:27:15.006Z Running `target/debug/xtask-downloader softnpu`
17522026-06-01T16:27:15.014ZJun 01 16:27:13.586 INFO Starting download, target: Softnpu
17532026-06-01T16:27:15.014ZJun 01 16:27:13.587 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-01T16:27:16.231ZJun 01 16:27:14.810 INFO Download complete, target: Softnpu
17552026-06-01T16:27:16.235Z
17562026-06-01T16:27:16.235Zreal 2.643142940
17572026-06-01T16:27:16.235Zuser 1.361160309
17582026-06-01T16:27:16.235Zsys 0.661218062
17592026-06-01T16:27:16.235Ztrap 0.000867150
17602026-06-01T16:27:16.235Ztflt 0.000311170
17612026-06-01T16:27:16.235Zdflt 0.000188040
17622026-06-01T16:27:16.235Zkflt 0.000000000
17632026-06-01T16:27:16.235Zlock 23.297446817
17642026-06-01T16:27:16.235Zslp 1.048205645
17652026-06-01T16:27:16.235Zlat 0.088371122
17662026-06-01T16:27:16.235Zstop 0.000202730
17672026-06-01T16:27:16.240Z+ export CARGO_INCREMENTAL=0
17682026-06-01T16:27:16.240Z+ CARGO_INCREMENTAL=0
17692026-06-01T16:27:16.240Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-01T16:27:17.145Z Compiling proc-macro2 v1.0.106
17712026-06-01T16:27:17.145Z Compiling quote v1.0.45
17722026-06-01T16:27:17.145Z Compiling unicode-ident v1.0.24
17732026-06-01T16:27:17.145Z Compiling libc v0.2.185
17742026-06-01T16:27:17.145Z Compiling serde_core v1.0.228
17752026-06-01T16:27:17.145Z Compiling serde v1.0.228
17762026-06-01T16:27:17.149Z Compiling cfg-if v1.0.4
17772026-06-01T16:27:17.149Z Compiling version_check v0.9.5
17782026-06-01T16:27:17.149Z Compiling shlex v1.3.0
17792026-06-01T16:27:17.149Z Compiling find-msvc-tools v0.1.9
17802026-06-01T16:27:17.149Z Compiling typenum v1.19.0
17812026-06-01T16:27:17.149Z Compiling zmij v1.0.21
17822026-06-01T16:27:17.149Z Compiling autocfg v1.5.0
17832026-06-01T16:27:17.149Z Compiling memchr v2.8.0
17842026-06-01T16:27:17.292Z Compiling serde_json v1.0.149
17852026-06-01T16:27:17.461Z Compiling portable-atomic v1.13.1
17862026-06-01T16:27:17.589Z Compiling libm v0.2.16
17872026-06-01T16:27:17.626Z Compiling generic-array v0.14.7
17882026-06-01T16:27:17.695Z Compiling zerocopy v0.8.40
17892026-06-01T16:27:17.792Z Compiling smallvec v1.15.1
17902026-06-01T16:27:17.824Z Compiling parking_lot_core v0.9.12
17912026-06-01T16:27:17.827Z Compiling icu_properties_data v2.1.2
17922026-06-01T16:27:17.872Z Compiling icu_normalizer_data v2.1.1
17932026-06-01T16:27:17.887Z Compiling itoa v1.0.17
17942026-06-01T16:27:17.919Z Compiling getrandom v0.4.1
17952026-06-01T16:27:17.939Z Compiling log v0.4.29
17962026-06-01T16:27:17.954Z Compiling num-traits v0.2.19
17972026-06-01T16:27:18.094Z Compiling stable_deref_trait v1.2.1
17982026-06-01T16:27:18.119Z Compiling pkg-config v0.3.32
17992026-06-01T16:27:18.154Z Compiling subtle v2.6.1
18002026-06-01T16:27:18.238Z Compiling scopeguard v1.2.0
18012026-06-01T16:27:18.286Z Compiling getrandom v0.2.17
18022026-06-01T16:27:18.317Z Compiling errno v0.3.14
18032026-06-01T16:27:18.366Z Compiling jobserver v0.1.34
18042026-06-01T16:27:18.395Z Compiling lock_api v0.4.14
18052026-06-01T16:27:18.468Z Compiling rand_core v0.6.4
18062026-06-01T16:27:18.503Z Compiling litemap v0.8.1
18072026-06-01T16:27:18.553Z Compiling writeable v0.6.2
18082026-06-01T16:27:18.574Z Compiling percent-encoding v2.3.2
18092026-06-01T16:27:18.592Z Compiling cc v1.2.56
18102026-06-01T16:27:18.672Z Compiling syn v2.0.117
18112026-06-01T16:27:18.736Z Compiling fnv v1.0.7
18122026-06-01T16:27:18.739Z Compiling pin-project-lite v0.2.17
18132026-06-01T16:27:18.841Z Compiling thiserror v2.0.18
18142026-06-01T16:27:18.907Z Compiling getrandom v0.3.4
18152026-06-01T16:27:18.934Z Compiling fs_extra v1.3.0
18162026-06-01T16:27:18.943Z Compiling equivalent v1.0.2
18172026-06-01T16:27:18.947Z Compiling dunce v1.0.5
18182026-06-01T16:27:19.017Z Compiling rand_core v0.10.0
18192026-06-01T16:27:19.021Z Compiling schemars v0.8.22
18202026-06-01T16:27:19.061Z Compiling utf8_iter v1.0.4
18212026-06-01T16:27:19.077Z Compiling rustversion v1.0.22
18222026-06-01T16:27:19.157Z Compiling form_urlencoded v1.2.2
18232026-06-01T16:27:19.253Z Compiling critical-section v1.2.0
18242026-06-01T16:27:19.294Z Compiling signal-hook-registry v1.4.8
18252026-06-01T16:27:19.360Z Compiling cmake v0.1.57
18262026-06-01T16:27:19.378Z Compiling hashbrown v0.17.0
18272026-06-01T16:27:19.408Z Compiling rustix v1.1.3
18282026-06-01T16:27:19.467Z Compiling mio v1.2.0
18292026-06-01T16:27:19.520Z Compiling socket2 v0.6.3
18302026-06-01T16:27:19.749Z Compiling bitflags v2.11.0
18312026-06-01T16:27:19.770Z Compiling semver v1.0.28
18322026-06-01T16:27:19.820Z Compiling once_cell v1.21.3
18332026-06-01T16:27:19.857Z Compiling parking_lot v0.12.5
18342026-06-01T16:27:19.872Z Compiling const-oid v0.9.6
18352026-06-01T16:27:19.909Z Compiling ring v0.17.14
18362026-06-01T16:27:19.965Z Compiling aws-lc-sys v0.40.0
18372026-06-01T16:27:19.968Z Compiling indexmap v2.14.0
18382026-06-01T16:27:20.103Z Compiling aws-lc-rs v1.16.3
18392026-06-01T16:27:20.173Z Compiling futures-core v0.3.32
18402026-06-01T16:27:20.191Z Compiling httparse v1.10.1
18412026-06-01T16:27:20.246Z Compiling strsim v0.11.1
18422026-06-01T16:27:20.336Z Compiling vcpkg v0.2.15
18432026-06-01T16:27:20.363Z Compiling thiserror v1.0.69
18442026-06-01T16:27:20.436Z Compiling iana-time-zone v0.1.65
18452026-06-01T16:27:20.566Z Compiling ucd-trie v0.1.7
18462026-06-01T16:27:20.588Z Compiling byteorder v1.5.0
18472026-06-01T16:27:20.669Z Compiling heck v0.5.0
18482026-06-01T16:27:20.686Z Compiling syn v1.0.109
18492026-06-01T16:27:20.689Z Compiling ident_case v1.0.1
18502026-06-01T16:27:20.718Z Compiling regex-syntax v0.8.10
18512026-06-01T16:27:20.781Z Compiling pest v2.8.6
18522026-06-01T16:27:20.798Z Compiling uuid v1.23.0
18532026-06-01T16:27:20.868Z Compiling rustls v0.23.37
18542026-06-01T16:27:20.873Z Compiling cpufeatures v0.2.17
18552026-06-01T16:27:20.914Z Compiling openssl-sys v0.9.115
18562026-06-01T16:27:21.041Z Compiling futures-sink v0.3.32
18572026-06-01T16:27:21.123Z Compiling rustc_version v0.4.1
18582026-06-01T16:27:21.140Z Compiling futures-channel v0.3.32
18592026-06-01T16:27:21.229Z Compiling futures-task v0.3.32
18602026-06-01T16:27:21.332Z Compiling futures-io v0.3.32
18612026-06-01T16:27:21.390Z Compiling slab v0.4.12
18622026-06-01T16:27:21.441Z Compiling aho-corasick v1.1.4
18632026-06-01T16:27:21.473Z Compiling synstructure v0.13.2
18642026-06-01T16:27:21.488Z Compiling serde_derive_internals v0.29.1
18652026-06-01T16:27:21.658Z Compiling dyn-clone v1.0.20
18662026-06-01T16:27:21.753Z Compiling openssl v0.10.79
18672026-06-01T16:27:21.787Z Compiling base64 v0.22.1
18682026-06-01T16:27:21.826Z Compiling crc32fast v1.5.0
18692026-06-01T16:27:21.955Z Compiling pest_meta v2.8.6
18702026-06-01T16:27:21.974Z Compiling plain v0.2.3
18712026-06-01T16:27:22.027Z Compiling time-core v0.1.8
18722026-06-01T16:27:22.043Z Compiling num-conv v0.2.0
18732026-06-01T16:27:22.076Z Compiling crossbeam-utils v0.8.21
18742026-06-01T16:27:22.212Z Compiling time-macros v0.2.27
18752026-06-01T16:27:22.271Z Compiling native-tls v0.2.18
18762026-06-01T16:27:22.274Z Compiling pretty-hex v0.4.1
18772026-06-01T16:27:22.302Z Compiling regex-automata v0.4.14
18782026-06-01T16:27:22.380Z Compiling anyhow v1.0.102
18792026-06-01T16:27:22.396Z Compiling base64ct v1.8.3
18802026-06-01T16:27:22.399Z Compiling darling_core v0.21.3
18812026-06-01T16:27:22.510Z Compiling tracing-core v0.1.36
18822026-06-01T16:27:22.514Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-06-01T16:27:22.579Z Compiling pest_generator v2.8.6
18842026-06-01T16:27:22.698Z Compiling pem-rfc7468 v0.7.0
18852026-06-01T16:27:22.745Z Compiling serde_derive v1.0.228
18862026-06-01T16:27:22.879Z Compiling zeroize_derive v1.4.3
18872026-06-01T16:27:22.909Z Compiling zerofrom-derive v0.1.6
18882026-06-01T16:27:22.927Z Compiling yoke-derive v0.8.1
18892026-06-01T16:27:22.943Z Compiling zerovec-derive v0.11.2
18902026-06-01T16:27:22.986Z Compiling displaydoc v0.2.5
18912026-06-01T16:27:23.194Z Compiling zerocopy-derive v0.8.40
18922026-06-01T16:27:23.225Z Compiling tokio-macros v2.7.0
18932026-06-01T16:27:23.249Z Compiling futures-macro v0.3.32
18942026-06-01T16:27:23.486Z Compiling zeroize v1.8.2
18952026-06-01T16:27:23.779Z Compiling thiserror-impl v2.0.18
18962026-06-01T16:27:23.899Z Compiling schemars_derive v0.8.22
18972026-06-01T16:27:23.941Z Compiling tracing-attributes v0.1.31
18982026-06-01T16:27:24.003Z Compiling der_derive v0.7.3
18992026-06-01T16:27:24.057Z Compiling thiserror-impl v1.0.69
19002026-06-01T16:27:24.075Z Compiling zerofrom v0.1.6
19012026-06-01T16:27:24.214Z Compiling yoke v0.8.1
19022026-06-01T16:27:24.244Z Compiling crypto-common v0.1.7
19032026-06-01T16:27:24.412Z Compiling zerovec v0.11.5
19042026-06-01T16:27:24.431Z Compiling zerotrie v0.2.3
19052026-06-01T16:27:24.540Z Compiling block-buffer v0.10.4
19062026-06-01T16:27:24.882Z Compiling digest v0.10.7
19072026-06-01T16:27:24.971Z Compiling tinystr v0.8.2
19082026-06-01T16:27:25.004Z Compiling potential_utf v0.1.4
19092026-06-01T16:27:25.045Z Compiling pest_derive v2.8.6
19102026-06-01T16:27:25.094Z Compiling futures-util v0.3.32
19112026-06-01T16:27:25.133Z Compiling hmac v0.12.1
19122026-06-01T16:27:25.146Z Compiling icu_locale_core v2.1.1
19132026-06-01T16:27:25.161Z Compiling icu_collections v2.1.1
19142026-06-01T16:27:25.222Z Compiling block-padding v0.3.3
19152026-06-01T16:27:25.354Z Compiling inout v0.1.4
19162026-06-01T16:27:25.513Z Compiling rustls-pki-types v1.14.0
19172026-06-01T16:27:25.532Z Compiling openssl-macros v0.1.1
19182026-06-01T16:27:25.771Z Compiling cipher v0.4.4
19192026-06-01T16:27:25.909Z Compiling bytes v1.11.1
19202026-06-01T16:27:25.926Z Compiling icu_provider v2.1.1
19212026-06-01T16:27:25.956Z Compiling chrono v0.4.44
19222026-06-01T16:27:25.977Z Compiling serde_tokenstream v0.2.3
19232026-06-01T16:27:26.023Z Compiling sha2 v0.10.9
19242026-06-01T16:27:26.307Z Compiling icu_normalizer v2.1.1
19252026-06-01T16:27:26.333Z Compiling icu_properties v2.1.2
19262026-06-01T16:27:26.417Z Compiling scroll_derive v0.13.1
19272026-06-01T16:27:26.595Z Compiling tokio v1.52.1
19282026-06-01T16:27:27.165Z Compiling scroll_derive v0.12.1
19292026-06-01T16:27:27.371Z Compiling idna_adapter v1.2.1
19302026-06-01T16:27:27.482Z Compiling ppv-lite86 v0.2.21
19312026-06-01T16:27:27.534Z Compiling idna v1.1.0
19322026-06-01T16:27:27.545Z Compiling http v1.4.0
19332026-06-01T16:27:27.737Z Compiling untrusted v0.9.0
19342026-06-01T16:27:27.858Z Compiling flagset v0.4.7
19352026-06-01T16:27:27.887Z Compiling url v2.5.8
19362026-06-01T16:27:27.890Z Compiling tracing v0.1.44
19372026-06-01T16:27:27.994Z Compiling der v0.7.10
19382026-06-01T16:27:28.021Z Compiling darling_macro v0.21.3
19392026-06-01T16:27:28.129Z Compiling regex v1.12.3
19402026-06-01T16:27:28.143Z Compiling zerocopy-derive v0.7.35
19412026-06-01T16:27:28.512Z Compiling rand_core v0.9.5
19422026-06-01T16:27:28.547Z Compiling slog v2.8.2
19432026-06-01T16:27:28.989Z Compiling spki v0.7.3
19442026-06-01T16:27:29.109Z Compiling darling v0.21.3
19452026-06-01T16:27:29.145Z Compiling salsa20 v0.10.2
19462026-06-01T16:27:29.208Z Compiling pbkdf2 v0.12.2
19472026-06-01T16:27:29.620Z Compiling cookie v0.18.1
19482026-06-01T16:27:29.718Z Compiling camino v1.2.2
19492026-06-01T16:27:30.006Z Compiling scrypt v0.11.0
19502026-06-01T16:27:30.037Z Compiling rand_chacha v0.9.0
19512026-06-01T16:27:30.095Z Compiling http-body v1.0.1
19522026-06-01T16:27:30.124Z Compiling cbc v0.1.2
19532026-06-01T16:27:30.177Z Compiling aes v0.8.4
19542026-06-01T16:27:30.258Z Compiling tokio-util v0.7.18
19552026-06-01T16:27:30.330Z Compiling usdt-impl v0.5.0
19562026-06-01T16:27:30.363Z Compiling atomic-waker v1.1.2
19572026-06-01T16:27:30.380Z Compiling winnow v0.7.14
19582026-06-01T16:27:30.464Z Compiling tinyvec_macros v0.1.1
19592026-06-01T16:27:30.490Z Compiling paste v1.0.15
19602026-06-01T16:27:30.514Z Compiling usdt-impl v0.6.0
19612026-06-01T16:27:30.546Z Compiling unicode-segmentation v1.12.0
19622026-06-01T16:27:30.577Z Compiling either v1.15.0
19632026-06-01T16:27:30.665Z Compiling openssl-probe v0.2.1
19642026-06-01T16:27:30.773Z Compiling ref-cast v1.0.25
19652026-06-01T16:27:30.805Z Compiling untrusted v0.7.1
19662026-06-01T16:27:30.904Z Compiling pkcs5 v0.7.1
19672026-06-01T16:27:30.935Z Compiling tinyvec v1.10.0
19682026-06-01T16:27:31.118Z Compiling rand v0.9.2
19692026-06-01T16:27:31.412Z Compiling scroll v0.12.0
19702026-06-01T16:27:31.535Z Compiling scroll v0.13.0
19712026-06-01T16:27:31.607Z Compiling toml_datetime v0.6.11
19722026-06-01T16:27:31.625Z Compiling serde_spanned v0.6.9
19732026-06-01T16:27:31.678Z Compiling async-trait v0.1.89
19742026-06-01T16:27:31.704Z Compiling heapless v0.7.17
19752026-06-01T16:27:31.778Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-01T16:27:31.877Z Compiling signal-hook v0.3.18
19772026-06-01T16:27:31.894Z Compiling fastrand v2.3.0
19782026-06-01T16:27:31.972Z Compiling try-lock v0.2.5
19792026-06-01T16:27:31.987Z Compiling tower-layer v0.3.3
19802026-06-01T16:27:32.087Z Compiling zstd-safe v7.2.4
19812026-06-01T16:27:32.199Z Compiling tower-service v0.3.3
19822026-06-01T16:27:32.266Z Compiling h2 v0.4.13
19832026-06-01T16:27:32.300Z Compiling want v0.3.1
19842026-06-01T16:27:32.350Z Compiling goblin v0.10.5
19852026-06-01T16:27:32.364Z Compiling toml_parser v1.0.9+spec-1.1.0
19862026-06-01T16:27:32.481Z Compiling goblin v0.8.2
19872026-06-01T16:27:32.579Z Compiling pkcs8 v0.10.2
19882026-06-01T16:27:32.658Z Compiling heck v0.4.1
19892026-06-01T16:27:32.884Z Compiling zerocopy v0.7.35
19902026-06-01T16:27:32.900Z Compiling ipnet v2.11.0
19912026-06-01T16:27:32.963Z Compiling ref-cast-impl v1.0.25
19922026-06-01T16:27:33.095Z Compiling darling_core v0.20.11
19932026-06-01T16:27:33.400Z Compiling curve25519-dalek v4.1.3
19942026-06-01T16:27:33.472Z Compiling memoffset v0.9.1
19952026-06-01T16:27:33.658Z Compiling utf8parse v0.2.2
19962026-06-01T16:27:33.695Z Compiling winnow v0.5.40
19972026-06-01T16:27:33.790Z Compiling pin-utils v0.1.0
19982026-06-01T16:27:33.880Z Compiling rustix v0.38.44
19992026-06-01T16:27:34.029Z Compiling httpdate v1.0.3
20002026-06-01T16:27:34.162Z Compiling foreign-types-shared v0.1.1
20012026-06-01T16:27:34.258Z Compiling litrs v1.0.0
20022026-06-01T16:27:34.271Z Compiling foreign-types v0.3.2
20032026-06-01T16:27:34.303Z Compiling tempfile v3.25.0
20042026-06-01T16:27:34.752Z Compiling document-features v0.2.12
20052026-06-01T16:27:34.963Z Compiling dof v0.3.0
20062026-06-01T16:27:34.967Z Compiling unicode-normalization v0.1.25
20072026-06-01T16:27:35.102Z Compiling darling_macro v0.20.11
20082026-06-01T16:27:35.142Z Compiling dof v0.4.0
20092026-06-01T16:27:35.212Z Compiling toml_edit v0.19.15
20102026-06-01T16:27:35.270Z Compiling hyper v1.8.1
20112026-06-01T16:27:35.293Z Compiling dtrace-parser v0.2.0
20122026-06-01T16:27:35.599Z Compiling dtrace-parser v0.3.0
20132026-06-01T16:27:35.632Z Compiling daft-derive v0.1.7
20142026-06-01T16:27:35.796Z Compiling pin-project-internal v1.1.11
20152026-06-01T16:27:35.899Z Compiling spin v0.9.8
20162026-06-01T16:27:35.916Z Compiling thread-id v4.2.2
20172026-06-01T16:27:35.952Z Compiling thread-id v5.1.0
20182026-06-01T16:27:36.055Z Compiling powerfmt v0.2.0
20192026-06-01T16:27:36.120Z Compiling cfg_aliases v0.2.1
20202026-06-01T16:27:36.155Z Compiling num-bigint-dig v0.8.6
20212026-06-01T16:27:36.204Z Compiling smoltcp v0.9.1
20222026-06-01T16:27:36.221Z Compiling anstyle v1.0.14
20232026-06-01T16:27:36.236Z Compiling deranged v0.5.8
20242026-06-01T16:27:36.240Z Compiling nix v0.31.2
20252026-06-01T16:27:36.384Z Compiling hyper-util v0.1.20
20262026-06-01T16:27:36.761Z Compiling darling v0.20.11
20272026-06-01T16:27:36.889Z Compiling rustls-native-certs v0.8.3
20282026-06-01T16:27:36.938Z Compiling ipnetwork v0.21.1
20292026-06-01T16:27:37.286Z Compiling strum_macros v0.26.4
20302026-06-01T16:27:37.427Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-01T16:27:37.582Z Compiling sync_wrapper v1.0.2
20322026-06-01T16:27:37.599Z Compiling wait-timeout v0.2.1
20332026-06-01T16:27:37.861Z Compiling anstyle-query v1.1.5
20342026-06-01T16:27:37.883Z Compiling siphasher v1.0.2
20352026-06-01T16:27:37.982Z Compiling colorchoice v1.0.4
20362026-06-01T16:27:38.099Z Compiling bit-vec v0.8.0
20372026-06-01T16:27:38.130Z Compiling quick-error v1.2.3
20382026-06-01T16:27:38.130Z Compiling num_threads v0.1.7
20392026-06-01T16:27:38.163Z Compiling simd-adler32 v0.3.8
20402026-06-01T16:27:38.278Z Compiling is_terminal_polyfill v1.70.2
20412026-06-01T16:27:38.278Z Compiling rusty-fork v0.3.1
20422026-06-01T16:27:38.363Z Compiling bit-set v0.8.0
20432026-06-01T16:27:38.405Z Compiling time v0.3.47
20442026-06-01T16:27:38.552Z Compiling tower v0.5.3
20452026-06-01T16:27:38.931Z Compiling derive_builder_core v0.20.2
20462026-06-01T16:27:39.022Z Compiling snafu-derive v0.8.9
20472026-06-01T16:27:39.094Z Compiling http-body-util v0.1.3
20482026-06-01T16:27:39.398Z Compiling webpki-roots v1.0.6
20492026-06-01T16:27:39.401Z Compiling rand_xorshift v0.4.0
20502026-06-01T16:27:39.541Z Compiling signature v2.2.0
20512026-06-01T16:27:39.558Z Compiling hubpack_derive v0.1.1
20522026-06-01T16:27:39.576Z Compiling strum_macros v0.27.2
20532026-06-01T16:27:39.748Z Compiling fs-err v3.3.0
20542026-06-01T16:27:39.841Z Compiling ahash v0.8.12
20552026-06-01T16:27:39.856Z Compiling encoding_rs v0.8.35
20562026-06-01T16:27:40.023Z Compiling mime v0.3.17
20572026-06-01T16:27:40.039Z Compiling iri-string v0.7.10
20582026-06-01T16:27:40.129Z Compiling ryu v1.0.23
20592026-06-01T16:27:40.230Z Compiling object v0.37.3
20602026-06-01T16:27:40.398Z Compiling unicode-bidi v0.3.18
20612026-06-01T16:27:40.440Z Compiling unicode-properties v0.1.4
20622026-06-01T16:27:40.505Z Compiling unarray v0.1.4
20632026-06-01T16:27:40.528Z Compiling allocator-api2 v0.2.21
20642026-06-01T16:27:40.575Z Compiling adler2 v2.0.1
20652026-06-01T16:27:40.651Z Compiling proptest v1.10.0
20662026-06-01T16:27:40.684Z Compiling miniz_oxide v0.8.9
20672026-06-01T16:27:40.702Z Compiling serde_urlencoded v0.7.1
20682026-06-01T16:27:40.739Z Compiling stringprep v0.1.5
20692026-06-01T16:27:41.179Z Compiling derive_builder_macro v0.20.2
20702026-06-01T16:27:41.245Z Compiling tower-http v0.6.8
20712026-06-01T16:27:41.351Z Compiling tokio-native-tls v0.3.1
20722026-06-01T16:27:41.382Z Compiling usdt-attr-macro v0.6.0
20732026-06-01T16:27:41.437Z Compiling usdt-macro v0.6.0
20742026-06-01T16:27:41.603Z Compiling anstyle-parse v1.0.0
20752026-06-01T16:27:41.832Z Compiling rand_chacha v0.3.1
20762026-06-01T16:27:41.851Z Compiling erased-serde v0.3.31
20772026-06-01T16:27:41.932Z Compiling md-5 v0.10.6
20782026-06-01T16:27:41.962Z Compiling bstr v1.12.1
20792026-06-01T16:27:42.161Z Compiling num-integer v0.1.46
20802026-06-01T16:27:42.178Z Compiling hash32 v0.2.1
20812026-06-01T16:27:42.213Z Compiling vergen-lib v9.1.0
20822026-06-01T16:27:42.217Z Compiling ff v0.13.1
20832026-06-01T16:27:42.363Z Compiling base16ct v0.2.0
20842026-06-01T16:27:42.399Z Compiling zlib-rs v0.6.2
20852026-06-01T16:27:42.420Z Compiling psl-types v2.0.11
20862026-06-01T16:27:42.471Z Compiling fallible-iterator v0.2.0
20872026-06-01T16:27:42.546Z Compiling publicsuffix v2.3.0
20882026-06-01T16:27:42.567Z Compiling sec1 v0.7.3
20892026-06-01T16:27:42.623Z Compiling num-iter v0.1.45
20902026-06-01T16:27:42.701Z Compiling newtype-uuid v1.3.2
20912026-06-01T16:27:42.733Z Compiling group v0.13.0
20922026-06-01T16:27:42.765Z Compiling postgres-protocol v0.6.10
20932026-06-01T16:27:43.015Z Compiling rand v0.8.6
20942026-06-01T16:27:43.543Z Compiling oxnet v0.1.5
20952026-06-01T16:27:43.561Z Compiling anstream v1.0.0
20962026-06-01T16:27:43.661Z Compiling derive_builder v0.20.2
20972026-06-01T16:27:43.665Z Compiling hyper-tls v0.6.0
20982026-06-01T16:27:43.872Z Compiling phf_shared v0.13.1
20992026-06-01T16:27:43.915Z Compiling pin-project v1.1.11
21002026-06-01T16:27:43.962Z Compiling lazy_static v1.5.0
21012026-06-01T16:27:44.012Z Compiling anstyle-parse v0.2.7
21022026-06-01T16:27:44.098Z Compiling terminal_size v0.4.3
21032026-06-01T16:27:44.134Z Compiling serde_with_macros v3.17.0
21042026-06-01T16:27:44.148Z Compiling futures-executor v0.3.32
21052026-06-01T16:27:44.165Z Compiling hex v0.4.3
21062026-06-01T16:27:44.278Z Compiling hkdf v0.12.4
21072026-06-01T16:27:44.396Z Compiling crypto-bigint v0.5.5
21082026-06-01T16:27:44.412Z Compiling flate2 v1.1.9
21092026-06-01T16:27:44.453Z Compiling serde_repr v0.1.20
21102026-06-01T16:27:44.487Z Compiling clap_derive v4.6.1
21112026-06-01T16:27:44.558Z Compiling async-recursion v1.1.1
21122026-06-01T16:27:44.578Z Compiling enum-as-inner v0.6.1
21132026-06-01T16:27:44.693Z Compiling vergen v9.1.0
21142026-06-01T16:27:44.824Z Compiling cargo-platform v0.3.2
21152026-06-01T16:27:44.913Z Compiling libbz2-rs-sys v0.2.2
21162026-06-01T16:27:44.931Z Compiling managed v0.8.0
21172026-06-01T16:27:45.001Z Compiling clap_lex v1.0.0
21182026-06-01T16:27:45.215Z Compiling foldhash v0.2.0
21192026-06-01T16:27:45.230Z Compiling same-file v1.0.6
21202026-06-01T16:27:45.245Z Compiling bumpalo v3.20.2
21212026-06-01T16:27:45.361Z Compiling foldhash v0.1.5
21222026-06-01T16:27:45.395Z Compiling bitflags v1.3.2
21232026-06-01T16:27:45.445Z Compiling hashbrown v0.16.1
21242026-06-01T16:27:45.491Z Compiling hashbrown v0.15.5
21252026-06-01T16:27:45.509Z Compiling zopfli v0.8.3
21262026-06-01T16:27:45.512Z Compiling walkdir v2.5.0
21272026-06-01T16:27:45.512Z Compiling bzip2 v0.6.1
21282026-06-01T16:27:45.570Z Compiling elliptic-curve v0.13.8
21292026-06-01T16:27:45.836Z Compiling clap_builder v4.6.0
21302026-06-01T16:27:45.940Z Compiling cargo_metadata v0.23.1
21312026-06-01T16:27:46.085Z Compiling futures v0.3.32
21322026-06-01T16:27:46.143Z Compiling anstream v0.6.21
21332026-06-01T16:27:46.383Z Compiling phf v0.13.1
21342026-06-01T16:27:46.457Z Compiling snafu v0.8.9
21352026-06-01T16:27:46.528Z Compiling zstd v0.13.3
21362026-06-01T16:27:46.566Z Compiling signal-hook-mio v0.2.5
21372026-06-01T16:27:46.699Z Compiling daft v0.1.7
21382026-06-01T16:27:46.803Z Compiling cookie_store v0.22.1
21392026-06-01T16:27:46.819Z Compiling postgres-types v0.2.12
21402026-06-01T16:27:47.006Z Compiling bzip2 v0.4.4
21412026-06-01T16:27:47.040Z Compiling globset v0.4.18
21422026-06-01T16:27:47.122Z Compiling strum v0.27.2
21432026-06-01T16:27:47.291Z Compiling hubpack v0.1.2
21442026-06-01T16:27:47.399Z Compiling ed25519 v2.2.3
21452026-06-01T16:27:47.417Z Compiling phf_shared v0.11.3
21462026-06-01T16:27:47.528Z Compiling crossbeam-epoch v0.9.18
21472026-06-01T16:27:47.559Z Compiling olpc-cjson v0.1.4
21482026-06-01T16:27:47.581Z Compiling pkcs1 v0.7.5
21492026-06-01T16:27:47.646Z Compiling pem v3.0.6
21502026-06-01T16:27:47.740Z Compiling serde_plain v1.0.2
21512026-06-01T16:27:47.799Z Compiling serde-big-array v0.5.1
21522026-06-01T16:27:47.929Z Compiling rfc6979 v0.4.0
21532026-06-01T16:27:47.946Z Compiling float-cmp v0.10.0
21542026-06-01T16:27:47.964Z Compiling memmap2 v0.9.10
21552026-06-01T16:27:47.967Z Compiling env_filter v1.0.0
21562026-06-01T16:27:47.998Z Compiling static_assertions v1.1.0
21572026-06-01T16:27:48.019Z Compiling jiff v0.2.21
21582026-06-01T16:27:48.045Z Compiling fixedbitset v0.5.7
21592026-06-01T16:27:48.074Z Compiling fixedbitset v0.4.2
21602026-06-01T16:27:48.096Z Compiling typed-path v0.9.3
21612026-06-01T16:27:48.115Z Compiling new_debug_unreachable v1.0.6
21622026-06-01T16:27:48.193Z Compiling predicates-core v1.0.10
21632026-06-01T16:27:48.241Z Compiling normalize-line-endings v0.3.0
21642026-06-01T16:27:48.302Z Compiling toml_write v0.1.2
21652026-06-01T16:27:48.349Z Compiling precomputed-hash v0.1.1
21662026-06-01T16:27:48.365Z Compiling keccak v0.1.6
21672026-06-01T16:27:48.368Z Compiling whoami v2.1.0
21682026-06-01T16:27:48.397Z Compiling data-encoding v2.10.0
21692026-06-01T16:27:48.455Z Compiling difflib v0.4.0
21702026-06-01T16:27:48.521Z Compiling sha3 v0.10.8
21712026-06-01T16:27:48.549Z Compiling toml_edit v0.22.27
21722026-06-01T16:27:48.573Z Compiling string_cache v0.8.9
21732026-06-01T16:27:48.734Z Compiling hickory-proto v0.25.2
21742026-06-01T16:27:48.810Z Compiling predicates v3.1.4
21752026-06-01T16:27:48.825Z Compiling tokio-postgres v0.7.16
21762026-06-01T16:27:48.924Z Compiling petgraph v0.8.3
21772026-06-01T16:27:49.004Z Compiling petgraph v0.6.5
21782026-06-01T16:27:49.252Z Compiling env_logger v0.11.9
21792026-06-01T16:27:49.327Z Compiling usdt v0.6.0
21802026-06-01T16:27:49.388Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21812026-06-01T16:27:49.471Z Compiling ecdsa v0.16.9
21822026-06-01T16:27:49.602Z Compiling rsa v0.9.10
21832026-06-01T16:27:49.912Z Compiling ed25519-dalek v2.2.0
21842026-06-01T16:27:50.245Z Compiling clap v4.6.1
21852026-06-01T16:27:50.596Z Compiling zip v4.6.1
21862026-06-01T16:27:50.613Z Compiling zip v0.6.6
21872026-06-01T16:27:50.828Z Compiling crossterm v0.28.1
21882026-06-01T16:27:50.875Z Compiling iddqd v0.4.2
21892026-06-01T16:27:51.334Z Compiling serde_with v3.17.0
21902026-06-01T16:27:51.481Z Compiling similar v2.7.0
21912026-06-01T16:27:51.507Z Compiling strum v0.26.3
21922026-06-01T16:27:51.537Z Compiling toml v0.7.8
21932026-06-01T16:27:51.718Z Compiling tokio-stream v0.1.18
21942026-06-01T16:27:51.740Z Compiling itertools v0.13.0
21952026-06-01T16:27:52.031Z Compiling buf-list v1.1.2
21962026-06-01T16:27:52.154Z Compiling x509-cert v0.2.5
21972026-06-01T16:27:52.258Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-01T16:27:52.304Z Compiling openapiv3 v2.2.0
21992026-06-01T16:27:52.571Z Compiling sha1 v0.10.6
22002026-06-01T16:27:52.898Z Compiling lalrpop-util v0.19.12
22012026-06-01T16:27:52.971Z Compiling peg-runtime v0.8.5
22022026-06-01T16:28:07.739Z Compiling rustls-webpki v0.103.9
22032026-06-01T16:28:09.478Z Compiling macaddr v1.0.1
22042026-06-01T16:28:09.540Z Compiling structmeta-derive v0.3.0
22052026-06-01T16:28:09.619Z Compiling rayon-core v1.13.0
22062026-06-01T16:28:09.794Z Compiling crucible-workspace-hack v0.1.0
22072026-06-01T16:28:09.819Z Compiling itertools v0.14.0
22082026-06-01T16:28:09.858Z Compiling secrecy v0.10.3
22092026-06-01T16:28:09.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-01T16:28:10.014Z Compiling heapless v0.8.0
22112026-06-01T16:28:10.033Z Compiling rustls v0.22.4
22122026-06-01T16:28:10.055Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-01T16:28:10.267Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-01T16:28:10.364Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-01T16:28:10.402Z Compiling crossbeam-deque v0.8.6
22162026-06-01T16:28:10.418Z Compiling rustls-webpki v0.102.8
22172026-06-01T16:28:10.525Z Compiling hash32 v0.3.1
22182026-06-01T16:28:10.540Z Compiling multer v3.1.0
22192026-06-01T16:28:10.556Z Compiling structmeta v0.3.0
22202026-06-01T16:28:10.556Z Compiling thread_local v1.1.9
22212026-06-01T16:28:10.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-06-01T16:28:10.706Z Compiling compression-core v0.4.31
22232026-06-01T16:28:10.721Z Compiling match_cfg v0.1.0
22242026-06-01T16:28:10.755Z Compiling slog-async v2.8.0
22252026-06-01T16:28:10.793Z Compiling smoltcp v0.11.0
22262026-06-01T16:28:10.813Z Compiling unicode-width v0.2.0
22272026-06-01T16:28:10.915Z Compiling compression-codecs v0.4.37
22282026-06-01T16:28:10.936Z Compiling proc-macro-crate v3.4.0
22292026-06-01T16:28:10.990Z Compiling derive-ex v0.1.8
22302026-06-01T16:28:11.097Z Compiling ingot-macros v0.1.1
22312026-06-01T16:28:11.145Z Compiling hostname v0.3.1
22322026-06-01T16:28:11.233Z Compiling slog-json v2.6.1
22332026-06-01T16:28:11.332Z Compiling tokio-rustls v0.26.4
22342026-06-01T16:28:11.349Z Compiling rustls-platform-verifier v0.6.2
22352026-06-01T16:28:11.430Z Compiling crossbeam-channel v0.5.15
22362026-06-01T16:28:11.505Z Compiling half v2.7.1
22372026-06-01T16:28:11.584Z Compiling hyper-rustls v0.27.7
22382026-06-01T16:28:11.629Z Compiling newtype-uuid-macros v0.1.0
22392026-06-01T16:28:11.719Z Compiling cobs v0.3.0
22402026-06-01T16:28:11.887Z Compiling reqwest v0.12.28
22412026-06-01T16:28:11.927Z Compiling reqwest v0.13.2
22422026-06-01T16:28:12.022Z Compiling thiserror-impl-no-std v2.0.2
22432026-06-01T16:28:12.148Z Compiling universal-hash v0.5.1
22442026-06-01T16:28:12.315Z Compiling async-stream-impl v0.3.6
22452026-06-01T16:28:12.330Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-01T16:28:12.369Z Compiling serde_spanned v1.0.4
22472026-06-01T16:28:12.554Z Compiling is-terminal v0.4.17
22482026-06-01T16:28:12.570Z Compiling dropshot v0.17.0
22492026-06-01T16:28:12.677Z Compiling proc-macro-error-attr v1.0.4
22502026-06-01T16:28:12.763Z Compiling take_mut v0.2.2
22512026-06-01T16:28:12.783Z Compiling term v1.2.1
22522026-06-01T16:28:12.799Z Compiling opaque-debug v0.3.1
22532026-06-01T16:28:12.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-06-01T16:28:12.908Z Compiling ciborium-io v0.2.2
22552026-06-01T16:28:12.911Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-06-01T16:28:12.911Z Compiling convert_case v0.4.0
22572026-06-01T16:28:13.004Z Compiling ciborium-ll v0.2.2
22582026-06-01T16:28:13.032Z Compiling tokio-rustls v0.25.0
22592026-06-01T16:28:13.072Z Compiling thiserror-no-std v2.0.2
22602026-06-01T16:28:13.127Z Compiling slog-term v2.9.2
22612026-06-01T16:28:13.190Z Compiling toml v1.0.6+spec-1.1.0
22622026-06-01T16:28:13.225Z Compiling async-stream v0.3.6
22632026-06-01T16:28:13.253Z Compiling derive_more v0.99.20
22642026-06-01T16:28:13.306Z Compiling poly1305 v0.8.0
22652026-06-01T16:28:13.463Z Compiling tough v0.22.0
22662026-06-01T16:28:13.506Z Compiling test-strategy v0.4.5
22672026-06-01T16:28:13.721Z Compiling ingot-types v0.1.2
22682026-06-01T16:28:13.952Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-01T16:28:14.219Z Compiling ingot v0.1.1
22702026-06-01T16:28:14.387Z Compiling postcard v1.1.3
22712026-06-01T16:28:14.605Z Compiling num_enum_derive v0.7.6
22722026-06-01T16:28:14.643Z Compiling slog-bunyan v2.5.0
22732026-06-01T16:28:14.844Z Compiling async-compression v0.4.41
22742026-06-01T16:28:14.859Z Compiling parse-display-derive v0.10.0
22752026-06-01T16:28:15.279Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-01T16:28:15.298Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-01T16:28:15.340Z Compiling proc-macro-crate v1.3.1
22782026-06-01T16:28:15.427Z Compiling backon v1.6.0
22792026-06-01T16:28:15.562Z Compiling waitgroup v0.1.2
22802026-06-01T16:28:15.565Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22812026-06-01T16:28:15.703Z Compiling password-hash v0.5.0
22822026-06-01T16:28:15.720Z Compiling chacha20 v0.9.1
22832026-06-01T16:28:15.720Z Compiling dropshot_endpoint v0.17.0
22842026-06-01T16:28:15.754Z Compiling rustls-pemfile v2.2.0
22852026-06-01T16:28:15.989Z Compiling blake2 v0.10.6
22862026-06-01T16:28:16.018Z Compiling aead v0.5.2
22872026-06-01T16:28:16.063Z Compiling foreign-types-macros v0.2.3
22882026-06-01T16:28:16.245Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
22892026-06-01T16:28:16.317Z Compiling serde_path_to_error v0.1.20
22902026-06-01T16:28:16.361Z Compiling hostname v0.4.2
22912026-06-01T16:28:16.495Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
22922026-06-01T16:28:16.532Z Compiling proc-macro-error v1.0.4
22932026-06-01T16:28:16.548Z Compiling instant v0.1.13
22942026-06-01T16:28:16.646Z Compiling cpufeatures v0.3.0
22952026-06-01T16:28:16.691Z Compiling typeid v1.0.3
22962026-06-01T16:28:16.707Z Compiling foreign-types-shared v0.3.1
22972026-06-01T16:28:16.726Z Compiling debug-ignore v1.0.5
22982026-06-01T16:28:16.745Z Compiling chacha20 v0.10.0
22992026-06-01T16:28:16.777Z Compiling backoff v0.4.0
23002026-06-01T16:28:16.812Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23012026-06-01T16:28:16.817Z Compiling foreign-types v0.5.0
23022026-06-01T16:28:16.844Z Compiling parse-display v0.10.0
23032026-06-01T16:28:16.881Z Compiling argon2 v0.5.3
23042026-06-01T16:28:16.925Z Compiling chacha20poly1305 v0.10.1
23052026-06-01T16:28:16.941Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23062026-06-01T16:28:17.029Z Compiling num_enum_derive v0.5.11
23072026-06-01T16:28:17.046Z Compiling num_enum v0.7.6
23082026-06-01T16:28:17.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-06-01T16:28:17.092Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23102026-06-01T16:28:17.196Z Compiling ciborium v0.2.2
23112026-06-01T16:28:17.377Z Compiling vsss-rs v3.3.4
23122026-06-01T16:28:17.440Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-06-01T16:28:17.510Z Compiling tabwriter v1.4.1
23142026-06-01T16:28:17.737Z Compiling regress v0.10.5
23152026-06-01T16:28:17.822Z Compiling byte-wrapper v0.1.0
23162026-06-01T16:28:17.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-01T16:28:17.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-01T16:28:17.924Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23192026-06-01T16:28:17.977Z Compiling cstr-argument v0.1.2
23202026-06-01T16:28:17.981Z Compiling humantime v2.3.0
23212026-06-01T16:28:18.049Z Compiling erased-serde v0.4.9
23222026-06-01T16:28:18.172Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-06-01T16:28:18.368Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-01T16:28:18.428Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-01T16:28:18.450Z Compiling num_enum v0.5.11
23262026-06-01T16:28:18.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-01T16:28:18.593Z Compiling rand v0.10.0
23282026-06-01T16:28:18.620Z Compiling rayon v1.11.0
23292026-06-01T16:28:18.689Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-01T16:28:18.719Z Compiling colored v3.1.1
23312026-06-01T16:28:18.750Z Compiling indent_write v2.2.0
23322026-06-01T16:28:18.846Z Compiling libefi-sys v0.1.0
23332026-06-01T16:28:18.876Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23342026-06-01T16:28:18.923Z Compiling zone_cfg_derive v0.3.1
23352026-06-01T16:28:18.952Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23362026-06-01T16:28:19.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-01T16:28:19.091Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23382026-06-01T16:28:19.270Z Compiling camino-tempfile v1.4.1
23392026-06-01T16:28:19.330Z Compiling itertools v0.12.1
23402026-06-01T16:28:19.419Z Compiling usdt-attr-macro v0.5.0
23412026-06-01T16:28:19.434Z Compiling usdt-macro v0.5.0
23422026-06-01T16:28:19.594Z Compiling num-derive v0.4.2
23432026-06-01T16:28:19.597Z Compiling bitfield-struct v0.6.2
23442026-06-01T16:28:19.626Z Compiling blake3 v1.8.3
23452026-06-01T16:28:19.684Z Compiling ordered-float v2.10.1
23462026-06-01T16:28:19.990Z Compiling memmap v0.7.0
23472026-06-01T16:28:20.005Z Compiling sigpipe v0.1.3
23482026-06-01T16:28:20.122Z Compiling swrite v0.1.0
23492026-06-01T16:28:20.137Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-06-01T16:28:20.187Z Compiling glob v0.3.3
23512026-06-01T16:28:20.244Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-01T16:28:20.260Z Compiling usdt v0.5.0
23532026-06-01T16:28:20.375Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23542026-06-01T16:28:20.506Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-01T16:28:20.577Z Compiling serde-value v0.7.0
23562026-06-01T16:28:20.780Z Compiling zone v0.3.1
23572026-06-01T16:28:20.839Z Compiling serde-untagged v0.1.9
23582026-06-01T16:28:20.892Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23592026-06-01T16:28:21.128Z Compiling toml v0.8.23
23602026-06-01T16:28:21.149Z Compiling smf v0.2.3
23612026-06-01T16:28:21.173Z Compiling filetime v0.2.27
23622026-06-01T16:28:21.232Z Compiling xattr v1.6.1
23632026-06-01T16:28:21.262Z Compiling unicode-xid v0.2.6
23642026-06-01T16:28:21.284Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-01T16:28:21.328Z Compiling whoami v1.6.1
23662026-06-01T16:28:21.384Z Compiling arrayvec v0.7.6
23672026-06-01T16:28:21.410Z Compiling arrayref v0.3.9
23682026-06-01T16:28:21.426Z Compiling constant_time_eq v0.4.2
23692026-06-01T16:28:21.453Z Compiling tar v0.4.45
23702026-06-01T16:28:21.471Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-01T16:28:21.506Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-01T16:28:21.646Z Compiling cargo-util-schemas v0.8.2
23732026-06-01T16:28:21.781Z Compiling tokio-dtrace v0.1.1
23742026-06-01T16:28:21.813Z Compiling console v0.16.2
23752026-06-01T16:28:22.148Z Compiling gethostname v0.5.0
23762026-06-01T16:28:22.170Z Compiling cargo-platform v0.2.0
23772026-06-01T16:28:22.306Z Compiling unit-prefix v0.5.2
23782026-06-01T16:28:22.343Z Compiling topological-sort v0.2.2
23792026-06-01T16:28:22.387Z Compiling oxide-tokio-rt v0.1.4
23802026-06-01T16:28:22.499Z Compiling indicatif v0.18.4
23812026-06-01T16:28:22.533Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-01T16:28:22.551Z Compiling shell-words v1.1.1
23832026-06-01T16:28:22.920Z Compiling cargo_metadata v0.21.0
23842026-06-01T16:28:31.958Z Compiling progenitor-client v0.14.0
23852026-06-01T16:28:32.005Z Compiling progenitor-client v0.10.0
23862026-06-01T16:28:32.005Z Compiling omicron-zone-package v0.12.2
23872026-06-01T16:28:32.450Z Compiling progenitor-extras v0.2.0
23882026-06-01T16:28:34.900Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-01T16:28:34.900Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-06-01T16:28:34.915Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-01T16:28:34.949Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-01T16:28:34.984Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-01T16:28:35.014Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-01T16:28:35.121Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-01T16:28:35.232Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-01T16:28:35.274Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-01T16:28:39.182Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-01T16:28:46.965Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-01T16:28:50.082Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-01T16:28:51.056Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-01T16:29:00.696Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-01T16:29:00.852Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-01T16:29:00.916ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-01T16:29:00.919ZCreated new build target 'test' and set it as active
24052026-06-01T16:29:00.919Z
24062026-06-01T16:29:00.919Zreal 1:44.679485690
24072026-06-01T16:29:00.919Zuser 17:07.243818269
24082026-06-01T16:29:00.919Zsys 2:38.254507813
24092026-06-01T16:29:00.919Ztrap 0.471531527
24102026-06-01T16:29:00.919Ztflt 2.760150210
24112026-06-01T16:29:00.919Zdflt 3.903069293
24122026-06-01T16:29:00.919Zkflt 0.000464460
24132026-06-01T16:29:00.919Zlock 53:15.022732340
24142026-06-01T16:29:00.919Zslp 43:35.541947959
24152026-06-01T16:29:00.919Zlat 43.842300633
24162026-06-01T16:29:00.919Zstop 5:31.980463640
24172026-06-01T16:29:00.923Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-01T16:29:01.812Z Finished `release` profile [optimized] target(s) in 0.88s
24192026-06-01T16:29:01.882Z Running `target/release/omicron-package -t test package`
24202026-06-01T16:29:01.940ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-01T16:29:03.397Z Compiling heck v0.5.0
24222026-06-01T16:29:03.400Z Compiling regress v0.11.1
24232026-06-01T16:29:03.400Z Compiling unsafe-libyaml v0.2.11
24242026-06-01T16:29:03.668Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-01T16:29:03.698Z Compiling regress v0.10.5
24262026-06-01T16:29:03.720Z Compiling is-terminal v0.4.17
24272026-06-01T16:29:03.720Z Compiling unicode-width v0.1.14
24282026-06-01T16:29:03.763Z Compiling prettyplease v0.2.37
24292026-06-01T16:29:03.766Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-01T16:29:03.766Z Compiling bytecount v0.6.9
24312026-06-01T16:29:03.766Z Compiling rustls v0.22.4
24322026-06-01T16:29:03.766Z Compiling rustls-webpki v0.102.8
24332026-06-01T16:29:03.803Z Compiling derive-where v1.6.0
24342026-06-01T16:29:03.807Z Compiling thread_local v1.1.9
24352026-06-01T16:29:03.824Z Compiling match_cfg v0.1.0
24362026-06-01T16:29:03.885Z Compiling compression-core v0.4.31
24372026-06-01T16:29:03.904Z Compiling multer v3.1.0
24382026-06-01T16:29:03.977Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-01T16:29:04.002Z Compiling hostname v0.3.1
24402026-06-01T16:29:04.005Z Compiling slog-async v2.8.0
24412026-06-01T16:29:04.005Z Compiling crossbeam-channel v0.5.15
24422026-06-01T16:29:04.066Z Compiling slog-json v2.6.1
24432026-06-01T16:29:04.086Z Compiling compression-codecs v0.4.37
24442026-06-01T16:29:04.109Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-06-01T16:29:04.131Z Compiling serde_yaml v0.9.34+deprecated
24462026-06-01T16:29:04.154Z Compiling serde_spanned v1.0.4
24472026-06-01T16:29:04.174Z Compiling toml_writer v1.0.6+spec-1.1.0
24482026-06-01T16:29:04.197Z Compiling take_mut v0.2.2
24492026-06-01T16:29:04.295Z Compiling term v1.2.1
24502026-06-01T16:29:04.317Z Compiling async-compression v0.4.41
24512026-06-01T16:29:04.338Z Compiling slog-bunyan v2.5.0
24522026-06-01T16:29:04.380Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-01T16:29:04.509Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-06-01T16:29:04.530Z Compiling dropshot v0.17.0
24552026-06-01T16:29:04.593Z Compiling slog-term v2.9.2
24562026-06-01T16:29:04.614Z Compiling async-stream v0.3.6
24572026-06-01T16:29:04.653Z Compiling num-rational v0.4.2
24582026-06-01T16:29:04.674Z Compiling progenitor-client v0.14.0
24592026-06-01T16:29:04.813Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-06-01T16:29:04.834Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24612026-06-01T16:29:04.837Z Compiling waitgroup v0.1.2
24622026-06-01T16:29:04.876Z Compiling backon v1.6.0
24632026-06-01T16:29:05.001Z Compiling rustls-pemfile v2.2.0
24642026-06-01T16:29:05.022Z Compiling num-complex v0.4.6
24652026-06-01T16:29:05.046Z Compiling hostname v0.4.2
24662026-06-01T16:29:05.071Z Compiling serde_path_to_error v0.1.20
24672026-06-01T16:29:05.074Z Compiling instant v0.1.13
24682026-06-01T16:29:05.114Z Compiling debug-ignore v1.0.5
24692026-06-01T16:29:05.136Z Compiling progenitor-extras v0.2.0
24702026-06-01T16:29:05.216Z Compiling typify-impl v0.6.2
24712026-06-01T16:29:05.216Z Compiling backoff v0.4.0
24722026-06-01T16:29:05.259Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-01T16:29:05.259Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-01T16:29:05.442Z Compiling num v0.4.3
24752026-06-01T16:29:05.465Z Compiling parse-display v0.10.0
24762026-06-01T16:29:05.489Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-01T16:29:05.512Z Compiling progenitor-client v0.10.0
24782026-06-01T16:29:05.539Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-01T16:29:05.561Z Compiling macaddr v1.0.1
24802026-06-01T16:29:05.585Z Compiling humantime v2.3.0
24812026-06-01T16:29:05.670Z Compiling float-ord v0.3.2
24822026-06-01T16:29:05.822Z Compiling console v0.15.11
24832026-06-01T16:29:05.843Z Compiling newline-converter v0.3.0
24842026-06-01T16:29:05.846Z Compiling atomicwrites v0.4.4
24852026-06-01T16:29:05.913Z Compiling slog-dtrace v0.3.0
24862026-06-01T16:29:05.989Z Compiling owo-colors v4.3.0
24872026-06-01T16:29:06.031Z Compiling resolv-conf v0.7.6
24882026-06-01T16:29:06.150Z Compiling tokio-rustls v0.25.0
24892026-06-01T16:29:06.209Z Compiling cancel-safe-futures v0.1.5
24902026-06-01T16:29:06.230Z Compiling expectorate v1.2.0
24912026-06-01T16:29:06.290Z Compiling toml v0.8.23
24922026-06-01T16:29:06.411Z Compiling libsw-core v0.3.2
24932026-06-01T16:29:06.532Z Compiling linear-map v1.2.0
24942026-06-01T16:29:06.649Z Compiling libsw v3.5.0
24952026-06-01T16:29:06.696Z Compiling linked-hash-map v0.5.6
24962026-06-01T16:29:06.789Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-01T16:29:06.873Z Compiling minimal-lexical v0.2.1
24982026-06-01T16:29:06.896Z Compiling lru-cache v0.1.2
24992026-06-01T16:29:06.920Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-01T16:29:06.944Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-01T16:29:07.005Z Compiling hickory-proto v0.24.4
25022026-06-01T16:29:07.071Z Compiling unicode-xid v0.2.6
25032026-06-01T16:29:07.136Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-01T16:29:07.157Z Compiling nom v7.1.3
25052026-06-01T16:29:07.235Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-01T16:29:07.256Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-01T16:29:07.410Z Compiling convert_case v0.10.0
25082026-06-01T16:29:07.708Z Compiling derive_more-impl v2.1.1
25092026-06-01T16:29:08.114Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-01T16:29:08.535Z Compiling derive_more v2.1.1
25112026-06-01T16:29:08.558Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-06-01T16:29:08.578Z Compiling papergrid v0.11.0
25132026-06-01T16:29:08.649Z Compiling tabled_derive v0.7.0
25142026-06-01T16:29:08.731Z Compiling termtree v0.5.1
25152026-06-01T16:29:08.754Z Compiling typify-macro v0.6.2
25162026-06-01T16:29:08.934Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172026-06-01T16:29:09.186Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-06-01T16:29:09.516Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-01T16:29:09.549Z Compiling hickory-resolver v0.24.4
25202026-06-01T16:29:09.760Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-01T16:29:09.799Z Compiling tabled v0.15.0
25222026-06-01T16:29:09.983Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-01T16:29:10.284Z Compiling crossterm v0.29.0
25242026-06-01T16:29:10.307Z Compiling typify v0.6.2
25252026-06-01T16:29:10.630Z Compiling progenitor-impl v0.14.0
25262026-06-01T16:29:11.182Z Compiling qorb v0.4.1
25272026-06-01T16:29:12.861Z Compiling progenitor-macro v0.14.0
25282026-06-01T16:29:13.099Z Compiling phf_shared v0.12.1
25292026-06-01T16:29:13.337Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-01T16:29:13.358Z Compiling vte v0.14.1
25312026-06-01T16:29:13.868Z Compiling csv-core v0.1.13
25322026-06-01T16:29:13.947Z Compiling chrono-tz v0.10.4
25332026-06-01T16:29:14.181Z Compiling highway v1.3.0
25342026-06-01T16:29:14.376Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-01T16:29:14.919Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-01T16:29:14.976Z Compiling csv v1.4.0
25372026-06-01T16:29:15.194Z Compiling strip-ansi-escapes v0.2.1
25382026-06-01T16:29:15.236Z Compiling phf v0.12.1
25392026-06-01T16:29:15.446Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-01T16:29:15.625Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-01T16:29:15.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-06-01T16:29:15.953Z Compiling const_format_proc_macros v0.2.34
25432026-06-01T16:29:16.082Z Compiling fd-lock v4.0.4
25442026-06-01T16:29:16.264Z Compiling peg-macros v0.8.5
25452026-06-01T16:29:16.289Z Compiling nu-ansi-term v0.50.3
25462026-06-01T16:29:16.762Z Compiling const_format v0.2.35
25472026-06-01T16:29:16.856Z Compiling reedline v0.40.0
25482026-06-01T16:29:16.923Z Compiling progenitor v0.14.0
25492026-06-01T16:29:17.107Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-06-01T16:29:17.242Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-01T16:29:17.304Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-06-01T16:29:17.582Z Compiling peg v0.8.5
25532026-06-01T16:29:17.823Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-01T16:29:17.894Z Compiling bcs v0.1.6
25552026-06-01T16:29:18.329Z Compiling nom v8.0.0
25562026-06-01T16:29:18.463Z Compiling semver v0.1.20
25572026-06-01T16:29:18.770Z Compiling rustc_version v0.1.7
25582026-06-01T16:29:19.010Z Compiling newtype_derive v0.1.6
25592026-06-01T16:29:19.239Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-01T16:29:19.501Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25612026-06-01T16:29:19.569Z Compiling smawk v0.3.2
25622026-06-01T16:29:19.611Z Compiling unicode-linebreak v0.1.5
25632026-06-01T16:29:19.839Z Compiling textwrap v0.16.2
25642026-06-01T16:29:20.045Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-01T16:29:20.075Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-06-01T16:29:20.135Z Compiling base64 v0.21.7
25672026-06-01T16:29:20.387Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-01T16:29:20.657Z Compiling steno v0.4.1
25692026-06-01T16:29:20.681Z Compiling dropshot-api-manager-types v0.7.2
25702026-06-01T16:29:20.799Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25712026-06-01T16:29:20.982Z Compiling tagptr v0.2.0
25722026-06-01T16:29:21.078Z Compiling utf-8 v0.7.6
25732026-06-01T16:29:21.215Z Compiling moka v0.12.13
25742026-06-01T16:29:21.316Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-01T16:29:21.346Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-01T16:29:21.472Z Compiling tungstenite v0.21.0
25772026-06-01T16:29:21.526Z Compiling radium v0.7.0
25782026-06-01T16:29:21.585Z Compiling display-error-chain v0.2.2
25792026-06-01T16:29:21.768Z Compiling maybe-uninit v2.0.0
25802026-06-01T16:29:21.853Z Compiling tap v1.0.1
25812026-06-01T16:29:22.008Z Compiling wyz v0.5.1
25822026-06-01T16:29:22.174Z Compiling tokio-tungstenite v0.21.0
25832026-06-01T16:29:22.358Z Compiling hickory-resolver v0.25.2
25842026-06-01T16:29:22.491Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25852026-06-01T16:29:22.833Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-01T16:29:22.896Z Compiling num-derive v0.3.3
25872026-06-01T16:29:23.521Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-01T16:29:23.645Z Compiling zerocopy-derive v0.6.6
25892026-06-01T16:29:23.770Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-01T16:29:24.176Z Compiling funty v2.0.0
25912026-06-01T16:29:24.429Z Compiling crc-catalog v2.4.0
25922026-06-01T16:29:24.562Z Compiling packed_struct v0.10.1
25932026-06-01T16:29:24.856Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-01T16:29:24.945Z Compiling bitvec v1.0.1
25952026-06-01T16:29:25.121Z Compiling crc v3.4.0
25962026-06-01T16:29:25.348Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25972026-06-01T16:29:25.692Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25982026-06-01T16:29:25.837Z Compiling zerocopy v0.6.6
25992026-06-01T16:29:26.247Z Compiling proc-macro-error2 v2.0.1
26002026-06-01T16:29:26.272Z Compiling libscf-sys v1.1.0
26012026-06-01T16:29:26.571Z Compiling packed_struct_codegen v0.10.1
26022026-06-01T16:29:26.593Z Compiling vergen-lib v0.1.6
26032026-06-01T16:29:26.817Z Compiling bitfield-macros v0.19.4
26042026-06-01T16:29:26.838Z Compiling indexmap v1.9.3
26052026-06-01T16:29:28.077Z Compiling nodrop v0.1.14
26062026-06-01T16:29:28.080Z Compiling array-init v0.0.4
26072026-06-01T16:29:28.080Z Compiling tabled_derive v0.11.0
26082026-06-01T16:29:28.080Z Compiling smallvec v0.6.14
26092026-06-01T16:29:28.080Z Compiling bitfield v0.19.4
26102026-06-01T16:29:28.080Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-06-01T16:29:28.080Z Compiling papergrid v0.17.0
26122026-06-01T16:29:28.080Z Compiling testing_table v0.3.0
26132026-06-01T16:29:28.081Z Compiling vergen-gitcl v1.0.8
26142026-06-01T16:29:28.287Z Compiling dirs-sys-next v0.1.2
26152026-06-01T16:29:28.322Z Compiling hashbrown v0.12.3
26162026-06-01T16:29:28.366Z Compiling diesel_derives v2.3.7
26172026-06-01T16:29:28.388Z Compiling crunchy v0.2.4
26182026-06-01T16:29:28.483Z Compiling maplit v1.0.2
26192026-06-01T16:29:28.570Z Compiling glob v0.3.3
26202026-06-01T16:29:28.616Z Compiling dirs-next v2.0.0
26212026-06-01T16:29:28.695Z Compiling serde-hex v0.1.0
26222026-06-01T16:29:28.772Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-06-01T16:29:28.953Z Compiling clang-sys v1.8.1
26242026-06-01T16:29:28.977Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-01T16:29:29.013Z Compiling ron v0.8.1
26262026-06-01T16:29:29.065Z Compiling tabled v0.20.0
26272026-06-01T16:29:29.145Z Compiling hashbrown v0.13.2
26282026-06-01T16:29:29.333Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-06-01T16:29:29.365Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-01T16:29:29.461Z Compiling scheduled-thread-pool v0.2.7
26312026-06-01T16:29:29.773Z Compiling dsl_auto_type v0.2.0
26322026-06-01T16:29:30.062Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-01T16:29:30.291Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-01T16:29:30.329Z Compiling tiny-keccak v2.0.2
26352026-06-01T16:29:30.529Z Compiling crc-any v2.5.0
26362026-06-01T16:29:30.805Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-01T16:29:30.838Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-06-01T16:29:30.981Z Compiling object v0.30.4
26392026-06-01T16:29:31.409Z Compiling r2d2 v0.8.10
26402026-06-01T16:29:31.642Z Compiling term v0.7.0
26412026-06-01T16:29:31.709Z Compiling xshell-macros v0.2.7
26422026-06-01T16:29:31.885Z Compiling bit-vec v0.6.3
26432026-06-01T16:29:32.038Z Compiling path-slash v0.1.5
26442026-06-01T16:29:32.109Z Compiling downcast-rs v2.0.2
26452026-06-01T16:29:32.148Z Compiling xshell v0.2.7
26462026-06-01T16:29:32.170Z Compiling bit-set v0.5.3
26472026-06-01T16:29:32.249Z Compiling ascii-canvas v3.0.0
26482026-06-01T16:29:32.512Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-06-01T16:29:32.607Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-01T16:29:33.083Z Compiling itertools v0.10.5
26512026-06-01T16:29:33.483Z Compiling ena v0.14.4
26522026-06-01T16:29:33.621Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-01T16:29:33.738Z Compiling libloading v0.8.9
26542026-06-01T16:29:33.975Z Compiling crc8 v0.1.1
26552026-06-01T16:29:34.116Z Compiling bindgen v0.71.1
26562026-06-01T16:29:34.195Z Compiling unicase v2.9.0
26572026-06-01T16:29:34.400Z Compiling regex-syntax v0.6.29
26582026-06-01T16:29:34.506Z Compiling diff v0.1.13
26592026-06-01T16:29:34.840Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-01T16:29:35.064Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-01T16:29:35.230Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-01T16:29:35.367Z Compiling diesel v2.3.7
26632026-06-01T16:29:35.851Z Compiling lalrpop v0.19.12
26642026-06-01T16:29:35.890Z Compiling cexpr v0.6.0
26652026-06-01T16:29:36.083Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-01T16:29:36.313Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-01T16:29:36.344Z Compiling rustc-hash v2.1.1
26682026-06-01T16:29:36.451Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-01T16:29:36.532Z Compiling headers-core v0.3.0
26702026-06-01T16:29:36.605Z Compiling libxml v0.3.3
26712026-06-01T16:29:36.720Z Compiling headers v0.4.1
26722026-06-01T16:29:36.744Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-01T16:29:36.919Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-01T16:29:36.953Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-01T16:29:37.140Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-01T16:29:37.387Z Compiling git-stub v1.0.0
26772026-06-01T16:29:37.623Z Compiling strum_macros v0.24.3
26782026-06-01T16:29:37.657Z Compiling indoc v1.0.9
26792026-06-01T16:29:37.861Z Compiling git-stub-vcs v0.1.0
26802026-06-01T16:29:38.099Z Compiling progenitor-impl v0.13.0
26812026-06-01T16:29:38.233Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-01T16:29:38.395Z Compiling derive_builder v0.20.2
26832026-06-01T16:29:38.463Z Compiling quick-xml v0.37.5
26842026-06-01T16:29:38.570Z Compiling oso-derive v0.27.3
26852026-06-01T16:29:38.875Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-01T16:29:39.057Z Compiling openssl-probe v0.1.6
26872026-06-01T16:29:39.117Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-01T16:29:39.467Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-01T16:29:39.707Z Compiling progenitor-client v0.13.0
26902026-06-01T16:29:39.838Z Compiling half v1.8.3
26912026-06-01T16:29:39.872Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-01T16:29:40.108Z Compiling serde_cbor v0.11.2
26932026-06-01T16:29:40.157Z Compiling bb8 v0.8.6
26942026-06-01T16:29:40.252Z Compiling trait-variant v0.1.2
26952026-06-01T16:29:40.290Z Compiling progenitor-macro v0.13.0
26962026-06-01T16:29:40.364Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-01T16:29:40.536Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-01T16:29:40.820Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-01T16:29:40.870Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-01T16:29:41.124Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-01T16:29:41.172Z Compiling samael v0.0.19
27022026-06-01T16:29:41.218Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-01T16:29:41.242Z Compiling typify-impl v0.4.3
27042026-06-01T16:29:41.396Z Compiling fxhash v0.2.1
27052026-06-01T16:29:41.457Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27062026-06-01T16:29:41.577Z Compiling libz-sys v1.1.24
27072026-06-01T16:29:42.031Z Compiling nonempty v0.12.0
27082026-06-01T16:29:42.265Z Compiling salty v0.3.0
27092026-06-01T16:29:42.700Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-01T16:29:42.726Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-01T16:29:42.817Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-01T16:29:42.976Z Compiling kstat-rs v0.2.4
27132026-06-01T16:29:43.063Z Compiling arc-swap v1.8.2
27142026-06-01T16:29:43.377Z Compiling polar-core v0.27.3
27152026-06-01T16:29:43.438Z Compiling fs-err v2.11.0
27162026-06-01T16:29:43.706Z Compiling mime_guess v2.0.5
27172026-06-01T16:29:43.831Z Compiling slog-scope v4.4.1
27182026-06-01T16:29:44.240Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-01T16:29:44.287Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-01T16:29:44.452Z Compiling progenitor v0.13.0
27212026-06-01T16:29:44.641Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-01T16:29:44.739Z Compiling typify-macro v0.4.3
27232026-06-01T16:29:45.537Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-01T16:29:46.001Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-01T16:29:46.053Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-01T16:29:46.075Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-01T16:29:46.295Z Compiling nanorand v0.7.0
27282026-06-01T16:29:46.709Z Compiling darling_core v0.23.0
27292026-06-01T16:29:46.733Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-06-01T16:29:46.848Z Compiling parking_lot_core v0.8.6
27312026-06-01T16:29:47.197Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-06-01T16:29:47.344Z Compiling flume v0.11.1
27332026-06-01T16:29:47.834Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-06-01T16:29:47.970Z Compiling slog-stdlog v4.1.1
27352026-06-01T16:29:48.914Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-06-01T16:29:48.936Z Compiling darling_macro v0.23.0
27372026-06-01T16:29:49.031Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27382026-06-01T16:29:49.619Z Compiling primeorder v0.13.6
27392026-06-01T16:29:49.933Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
27402026-06-01T16:29:50.200Z Compiling atty v0.2.14
27412026-06-01T16:29:50.372Z Compiling instability v0.3.11
27422026-06-01T16:29:50.622Z Compiling http-range v0.1.5
27432026-06-01T16:29:50.954Z Compiling parse-size v1.1.0
27442026-06-01T16:29:51.090Z Compiling strsim v0.10.0
27452026-06-01T16:29:51.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-06-01T16:29:51.425Z Compiling darling_core v0.13.4
27472026-06-01T16:29:51.487Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-01T16:29:51.637Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
27492026-06-01T16:29:52.451Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-01T16:29:54.755Z Compiling oso v0.27.3
27512026-06-01T16:29:55.009Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-06-01T16:29:55.703Z Compiling diesel-dtrace v0.5.0
27532026-06-01T16:29:56.012Z Compiling async-bb8-diesel v0.2.1
27542026-06-01T16:29:56.042Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27552026-06-01T16:29:56.756Z Compiling p384 v0.13.1
27562026-06-01T16:29:56.905Z Compiling darling v0.23.0
27572026-06-01T16:29:57.086Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-06-01T16:29:58.240Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-06-01T16:29:58.345Z Compiling slog-envlogger v2.2.0
27602026-06-01T16:29:59.531Z Compiling typify v0.4.3
27612026-06-01T16:29:59.678Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27622026-06-01T16:30:00.261Z Compiling ignore v0.4.25
27632026-06-01T16:30:01.300Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-01T16:30:01.633Z Compiling vergen-git2 v9.1.0
27652026-06-01T16:30:01.871Z Compiling castaway v0.2.4
27662026-06-01T16:30:02.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-06-01T16:30:02.273Z Compiling indoc v2.0.7
27682026-06-01T16:30:02.618Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-01T16:30:02.728Z Compiling compact_str v0.8.1
27702026-06-01T16:30:03.017Z Compiling globwalk v0.9.1
27712026-06-01T16:30:03.041Z Compiling progenitor-impl v0.11.2
27722026-06-01T16:30:03.260Z Compiling parking_lot v0.11.2
27732026-06-01T16:30:03.417Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27742026-06-01T16:30:03.701Z Compiling hyper-staticfile v0.10.1
27752026-06-01T16:30:03.846Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-06-01T16:30:04.912Z Compiling darling_macro v0.13.4
27772026-06-01T16:30:05.132Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27782026-06-01T16:30:05.283Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27792026-06-01T16:30:05.320Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-01T16:30:05.421Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27812026-06-01T16:30:05.515Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822026-06-01T16:30:05.689Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-01T16:30:05.897Z Compiling predicates-tree v1.0.13
27842026-06-01T16:30:05.971Z Compiling unicode-truncate v1.1.0
27852026-06-01T16:30:06.112Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-01T16:30:06.225Z Compiling lru v0.12.5
27872026-06-01T16:30:06.349Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-06-01T16:30:06.398Z Compiling rand_seeder v0.4.0
27892026-06-01T16:30:06.463Z Compiling prefix-trie v0.7.0
27902026-06-01T16:30:06.579Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-06-01T16:30:06.664Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-06-01T16:30:06.903Z Compiling cassowary v0.3.0
27932026-06-01T16:30:06.925Z Compiling illumos-nvpair-sys v0.2.0
27942026-06-01T16:30:06.949Z Compiling corncobs v0.1.4
27952026-06-01T16:30:06.979Z Compiling rustls v0.21.12
27962026-06-01T16:30:07.083Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27972026-06-01T16:30:07.187Z Compiling ratatui v0.29.0
27982026-06-01T16:30:07.209Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-06-01T16:30:07.264Z Compiling hickory-server v0.25.2
28002026-06-01T16:30:07.396Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-06-01T16:30:07.608Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-06-01T16:30:07.664Z Compiling camino-tempfile-ext v0.3.3
28032026-06-01T16:30:07.964Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-06-01T16:30:07.996Z Compiling darling v0.13.4
28052026-06-01T16:30:08.110Z Compiling progenitor-macro v0.11.2
28062026-06-01T16:30:08.496Z Compiling sled v0.34.7
28072026-06-01T16:30:09.727Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-06-01T16:30:10.828Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-06-01T16:30:12.075Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102026-06-01T16:30:12.345Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28112026-06-01T16:30:12.434Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-06-01T16:30:12.680Z Compiling git2 v0.20.4
28132026-06-01T16:30:12.702Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-06-01T16:30:12.814Z Compiling progenitor-client v0.11.2
28152026-06-01T16:30:12.924Z Compiling sct v0.7.1
28162026-06-01T16:30:13.092Z Compiling rustls-webpki v0.101.7
28172026-06-01T16:30:13.203Z Compiling secrecy v0.8.0
28182026-06-01T16:30:13.349Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28192026-06-01T16:30:14.703Z Compiling progenitor v0.11.2
28202026-06-01T16:30:15.459Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28212026-06-01T16:30:15.492Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28222026-06-01T16:30:15.519Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-06-01T16:30:15.744Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28242026-06-01T16:30:16.490Z Compiling serde_with_macros v1.5.2
28252026-06-01T16:30:17.112Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-06-01T16:30:17.192Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-06-01T16:30:17.516Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-06-01T16:30:18.373Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28292026-06-01T16:30:19.606Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28302026-06-01T16:30:19.780Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-06-01T16:30:19.837Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-06-01T16:30:20.012Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-06-01T16:30:20.073Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-06-01T16:30:20.287Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-06-01T16:30:20.312Z Compiling void v1.0.2
28362026-06-01T16:30:20.555Z Compiling lzss v0.8.2
28372026-06-01T16:30:21.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-06-01T16:30:21.967Z Compiling illumos-nvpair v0.3.0
28392026-06-01T16:30:22.225Z Compiling serde_with v1.14.0
28402026-06-01T16:30:22.470Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-01T16:30:23.069Z Compiling tokio-rustls v0.24.1
28422026-06-01T16:30:23.357Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-01T16:30:23.692Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28442026-06-01T16:30:24.007Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-06-01T16:30:24.077Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-06-01T16:30:24.146Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-06-01T16:30:24.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-06-01T16:30:25.197Z Compiling tungstenite v0.23.0
28492026-06-01T16:30:25.607Z Compiling rustls-pemfile v1.0.4
28502026-06-01T16:30:25.664Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28512026-06-01T16:30:26.016Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28522026-06-01T16:30:26.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-01T16:30:26.470Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28542026-06-01T16:30:26.499Z Compiling nix v0.27.1
28552026-06-01T16:30:27.608Z Compiling twox-hash v2.1.2
28562026-06-01T16:30:27.729Z Compiling serde_bytes v0.11.19
28572026-06-01T16:30:27.838Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28582026-06-01T16:30:28.040Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28592026-06-01T16:30:28.124Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28602026-06-01T16:30:28.565Z Compiling tokio-tungstenite v0.23.1
28612026-06-01T16:30:28.606Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-06-01T16:30:28.959Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28632026-06-01T16:30:29.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28642026-06-01T16:30:30.995Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28652026-06-01T16:30:32.260Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28662026-06-01T16:30:32.496Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28672026-06-01T16:30:32.800Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28682026-06-01T16:30:32.952Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28692026-06-01T16:30:33.259Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-06-01T16:30:34.062Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-06-01T16:30:34.261Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-06-01T16:30:34.573Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28732026-06-01T16:30:35.415Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28742026-06-01T16:30:37.202Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28752026-06-01T16:30:37.674Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28762026-06-01T16:30:38.155Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-06-01T16:30:38.224Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-06-01T16:30:39.255Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-06-01T16:30:39.733Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28802026-06-01T16:30:39.758Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-01T16:30:40.930Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28822026-06-01T16:30:41.337Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-06-01T16:30:41.442Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-06-01T16:30:41.557Z Compiling signal-hook-tokio v0.3.1
28852026-06-01T16:30:41.765Z Compiling fatfs v0.3.6
28862026-06-01T16:30:42.023Z Compiling yasna v0.5.2
28872026-06-01T16:30:42.083Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-06-01T16:30:42.162Z Compiling assert_matches v1.5.0
28892026-06-01T16:30:42.271Z Compiling is_ci v1.2.0
28902026-06-01T16:30:42.383Z Compiling seq-macro v0.3.6
28912026-06-01T16:30:42.483Z Compiling supports-color v3.0.2
28922026-06-01T16:30:42.762Z Compiling rcgen v0.12.1
28932026-06-01T16:30:42.878Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28942026-06-01T16:30:42.979Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28952026-06-01T16:30:43.526Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28962026-06-01T16:30:43.559Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28972026-06-01T16:30:43.797Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-06-01T16:30:44.042Z Compiling subprocess v0.2.15
28992026-06-01T16:30:44.609Z Compiling rtoolbox v0.0.3
29002026-06-01T16:30:44.891Z Compiling rpassword v7.4.0
29012026-06-01T16:30:45.199Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022026-06-01T16:30:45.846Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29032026-06-01T16:30:46.450Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29042026-06-01T16:30:46.591Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-06-01T16:30:47.162Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29062026-06-01T16:30:47.279Z Compiling tui-tree-widget v0.23.1
29072026-06-01T16:30:47.525Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29082026-06-01T16:30:47.562Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29092026-06-01T16:30:48.108Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102026-06-01T16:30:49.078Z Compiling uzers v0.12.2
29112026-06-01T16:30:50.322Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29122026-06-01T16:30:50.546Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29132026-06-01T16:30:51.731Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29142026-06-01T16:30:53.117Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29152026-06-01T16:30:56.106Z Compiling support-bundle-viewer v0.1.2
29162026-06-01T16:30:56.355Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-06-01T16:30:58.022Z Compiling multimap v0.10.1
29182026-06-01T16:31:03.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-06-01T16:31:12.002Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29202026-06-01T16:31:18.647Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29212026-06-01T16:31:19.377Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29222026-06-01T16:31:21.843Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29232026-06-01T16:37:59.392Z Finished `release` profile [optimized] target(s) in 8m 57s
29242026-06-01T16:38:47.865Z
29252026-06-01T16:38:47.865Zreal 9:46.920194904
29262026-06-01T16:38:47.865Zuser 1:20:46.932602778
29272026-06-01T16:38:47.869Zsys 3:38.861310905
29282026-06-01T16:38:47.869Ztrap 1.780822114
29292026-06-01T16:38:47.869Ztflt 3.247567259
29302026-06-01T16:38:47.869Zdflt 18.799548224
29312026-06-01T16:38:47.869Zkflt 0.142080873
29322026-06-01T16:38:47.869Zlock 7:19:30.871531097
29332026-06-01T16:38:47.869Zslp 2:19:01.597331697
29342026-06-01T16:38:47.869Zlat 2:30.035367265
29352026-06-01T16:38:47.869Zstop 5:31.380559356
29362026-06-01T16:38:47.869Z+ mapfile -t packages
29372026-06-01T16:38:47.869Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29382026-06-01T16:38:48.835Z Finished `release` profile [optimized] target(s) in 0.95s
29392026-06-01T16:38:48.906Z Running `target/release/omicron-package -t test list-outputs`
29402026-06-01T16:38:48.970ZLogging to: /work/oxidecomputer/omicron/out/LOG
29412026-06-01T16:38:48.973Z+ ptime -m cargo build --locked --release -p xtask
29422026-06-01T16:38:49.511Z Compiling libc v0.2.185
29432026-06-01T16:38:49.511Z Compiling serde v1.0.228
29442026-06-01T16:38:49.511Z Compiling serde_core v1.0.228
29452026-06-01T16:38:49.514Z Compiling rustix v1.1.3
29462026-06-01T16:38:49.515Z Compiling serde_json v1.0.149
29472026-06-01T16:38:49.515Z Compiling bitflags v2.11.0
29482026-06-01T16:38:49.646Z Compiling num-traits v0.2.19
29492026-06-01T16:38:49.662Z Compiling syn v2.0.117
29502026-06-01T16:38:49.679Z Compiling smallvec v1.15.1
29512026-06-01T16:38:49.689Z Compiling indexmap v2.14.0
29522026-06-01T16:38:49.709Z Compiling usdt-impl v0.5.0
29532026-06-01T16:38:49.720Z Compiling syn v1.0.109
29542026-06-01T16:38:49.732Z Compiling getrandom v0.4.1
29552026-06-01T16:38:49.743Z Compiling log v0.4.29
29562026-06-01T16:38:49.894Z Compiling percent-encoding v2.3.2
29572026-06-01T16:38:50.016Z Compiling fs-err v3.3.0
29582026-06-01T16:38:50.016Z Compiling anyhow v1.0.102
29592026-06-01T16:38:50.089Z Compiling form_urlencoded v1.2.2
29602026-06-01T16:38:50.187Z Compiling once_cell v1.21.3
29612026-06-01T16:38:50.190Z Compiling heck v0.4.1
29622026-06-01T16:38:50.333Z Compiling thread-id v4.2.2
29632026-06-01T16:38:50.400Z Compiling errno v0.3.14
29642026-06-01T16:38:50.414Z Compiling memmap v0.7.0
29652026-06-01T16:38:50.682Z Compiling ordered-float v2.10.1
29662026-06-01T16:38:51.229Z Compiling proc-macro-error v1.0.4
29672026-06-01T16:38:51.401Z Compiling terminal_size v0.4.3
29682026-06-01T16:38:51.404Z Compiling tempfile v3.25.0
29692026-06-01T16:38:51.478Z Compiling tabled_derive v0.7.0
29702026-06-01T16:38:51.501Z Compiling clap_builder v4.6.0
29712026-06-01T16:38:51.501Z Compiling textwrap v0.16.2
29722026-06-01T16:38:51.634Z Compiling camino-tempfile v1.4.1
29732026-06-01T16:38:52.156Z Compiling tabled v0.15.0
29742026-06-01T16:38:52.184Z Compiling synstructure v0.13.2
29752026-06-01T16:38:52.184Z Compiling pest_generator v2.8.6
29762026-06-01T16:38:52.588Z Compiling serde_derive v1.0.228
29772026-06-01T16:38:52.592Z Compiling zerofrom-derive v0.1.6
29782026-06-01T16:38:52.592Z Compiling yoke-derive v0.8.1
29792026-06-01T16:38:52.592Z Compiling zerovec-derive v0.11.2
29802026-06-01T16:38:52.592Z Compiling displaydoc v0.2.5
29812026-06-01T16:38:52.592Z Compiling thiserror-impl v1.0.69
29822026-06-01T16:38:52.592Z Compiling zerocopy-derive v0.7.35
29832026-06-01T16:38:52.592Z Compiling scroll_derive v0.12.1
29842026-06-01T16:38:52.592Z Compiling thiserror-impl v2.0.18
29852026-06-01T16:38:52.592Z Compiling clap_derive v4.6.1
29862026-06-01T16:38:52.716Z Compiling pest_derive v2.8.6
29872026-06-01T16:38:53.296Z Compiling scroll v0.12.0
29882026-06-01T16:38:53.490Z Compiling zerocopy v0.7.35
29892026-06-01T16:38:53.640Z Compiling goblin v0.8.2
29902026-06-01T16:38:53.668Z Compiling zerofrom v0.1.6
29912026-06-01T16:38:53.725Z Compiling thiserror v1.0.69
29922026-06-01T16:38:53.821Z Compiling yoke v0.8.1
29932026-06-01T16:38:53.847Z Compiling dtrace-parser v0.2.0
29942026-06-01T16:38:53.953Z Compiling thiserror v2.0.18
29952026-06-01T16:38:54.043Z Compiling zerovec v0.11.5
29962026-06-01T16:38:54.074Z Compiling zerotrie v0.2.3
29972026-06-01T16:38:54.307Z Compiling clap v4.6.1
29982026-06-01T16:38:54.691Z Compiling tinystr v0.8.2
29992026-06-01T16:38:54.932Z Compiling icu_locale_core v2.1.1
30002026-06-01T16:38:55.858Z Compiling potential_utf v0.1.4
30012026-06-01T16:38:55.993Z Compiling icu_provider v2.1.1
30022026-06-01T16:38:56.078Z Compiling icu_collections v2.1.1
30032026-06-01T16:38:56.133Z Compiling toml_datetime v0.6.11
30042026-06-01T16:38:56.181Z Compiling serde_spanned v0.6.9
30052026-06-01T16:38:56.239Z Compiling dof v0.3.0
30062026-06-01T16:38:56.329Z Compiling serde-value v0.7.0
30072026-06-01T16:38:56.376Z Compiling toml_edit v0.22.27
30082026-06-01T16:38:56.391Z Compiling cargo-platform v0.2.0
30092026-06-01T16:38:56.451Z Compiling icu_normalizer v2.1.1
30102026-06-01T16:38:56.482Z Compiling icu_properties v2.1.2
30112026-06-01T16:38:56.631Z Compiling serde_tokenstream v0.2.3
30122026-06-01T16:38:56.851Z Compiling macaddr v1.0.1
30132026-06-01T16:38:57.349Z Compiling usdt-attr-macro v0.5.0
30142026-06-01T16:38:57.421Z Compiling idna_adapter v1.2.1
30152026-06-01T16:38:57.435Z Compiling usdt-macro v0.5.0
30162026-06-01T16:38:57.577Z Compiling idna v1.1.0
30172026-06-01T16:38:57.911Z Compiling url v2.5.8
30182026-06-01T16:38:57.965Z Compiling toml v0.8.23
30192026-06-01T16:38:58.062Z Compiling usdt v0.5.0
30202026-06-01T16:38:58.428Z Compiling cargo_toml v0.21.0
30212026-06-01T16:38:58.442Z Compiling cargo-util-schemas v0.8.2
30222026-06-01T16:38:59.486Z Compiling cargo_metadata v0.21.0
30232026-06-01T16:39:02.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30242026-06-01T16:39:05.635Z Finished `release` profile [optimized] target(s) in 16.65s
30252026-06-01T16:39:05.765Z
30262026-06-01T16:39:05.769Zreal 16.754716861
30272026-06-01T16:39:05.769Zuser 2:24.140899880
30282026-06-01T16:39:05.769Zsys 16.804493889
30292026-06-01T16:39:05.769Ztrap 0.082218465
30302026-06-01T16:39:05.769Ztflt 0.443333626
30312026-06-01T16:39:05.769Zdflt 1.385083847
30322026-06-01T16:39:05.769Zkflt 0.000043460
30332026-06-01T16:39:05.769Zlock 5:21.070485451
30342026-06-01T16:39:05.769Zslp 3:27.079506698
30352026-06-01T16:39:05.769Zlat 6.591422663
30362026-06-01T16:39:05.769Zstop 21.430888350
30372026-06-01T16:39:05.769Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-06-01T16:39:05.769Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-01T16:39:05.769Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-06-01T16:39:05.769Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-01T16:39:05.769Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30422026-06-01T16:39:06.735Z Compiling progenitor-client v0.14.0
30432026-06-01T16:39:06.735Z Compiling newtype-uuid-macros v0.1.0
30442026-06-01T16:39:06.738Z Compiling structmeta-derive v0.3.0
30452026-06-01T16:39:06.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-06-01T16:39:06.901Z Compiling rustls v0.22.4
30472026-06-01T16:39:06.904Z Compiling rustls-webpki v0.102.8
30482026-06-01T16:39:06.915Z Compiling multer v3.1.0
30492026-06-01T16:39:06.918Z Compiling debug-ignore v1.0.5
30502026-06-01T16:39:06.918Z Compiling match_cfg v0.1.0
30512026-06-01T16:39:06.933Z Compiling compression-core v0.4.31
30522026-06-01T16:39:06.936Z Compiling slog-json v2.6.1
30532026-06-01T16:39:06.936Z Compiling async-stream-impl v0.3.6
30542026-06-01T16:39:07.032Z Compiling toml_datetime v1.0.0+spec-1.1.0
30552026-06-01T16:39:07.035Z Compiling serde_spanned v1.0.4
30562026-06-01T16:39:07.064Z Compiling hostname v0.3.1
30572026-06-01T16:39:07.067Z Compiling dropshot v0.17.0
30582026-06-01T16:39:07.080Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-06-01T16:39:07.168Z Compiling compression-codecs v0.4.37
30602026-06-01T16:39:07.202Z Compiling slog-bunyan v2.5.0
30612026-06-01T16:39:07.205Z Compiling itertools v0.14.0
30622026-06-01T16:39:07.205Z Compiling waitgroup v0.1.2
30632026-06-01T16:39:07.234Z Compiling rustls-pemfile v2.2.0
30642026-06-01T16:39:07.286Z Compiling dropshot_endpoint v0.17.0
30652026-06-01T16:39:07.289Z Compiling hostname v0.4.2
30662026-06-01T16:39:07.343Z Compiling toml v1.0.6+spec-1.1.0
30672026-06-01T16:39:07.360Z Compiling async-compression v0.4.41
30682026-06-01T16:39:07.395Z Compiling serde_path_to_error v0.1.20
30692026-06-01T16:39:07.428Z Compiling regress v0.10.5
30702026-06-01T16:39:07.467Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30712026-06-01T16:39:07.471Z Compiling macaddr v1.0.1
30722026-06-01T16:39:07.471Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-06-01T16:39:07.525Z Compiling instant v0.1.13
30742026-06-01T16:39:07.605Z Compiling async-stream v0.3.6
30752026-06-01T16:39:07.658Z Compiling backon v1.6.0
30762026-06-01T16:39:07.679Z Compiling backoff v0.4.0
30772026-06-01T16:39:07.697Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30782026-06-01T16:39:07.713Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-06-01T16:39:07.738Z Compiling progenitor-client v0.10.0
30802026-06-01T16:39:07.755Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-01T16:39:07.773Z Compiling humantime v2.3.0
30822026-06-01T16:39:07.805Z Compiling universal-hash v0.5.1
30832026-06-01T16:39:07.830Z Compiling progenitor-extras v0.2.0
30842026-06-01T16:39:07.889Z Compiling opaque-debug v0.3.1
30852026-06-01T16:39:07.911Z Compiling half v2.7.1
30862026-06-01T16:39:07.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-06-01T16:39:07.968Z Compiling crucible-workspace-hack v0.1.0
30882026-06-01T16:39:07.987Z Compiling ciborium-io v0.2.2
30892026-06-01T16:39:08.007Z Compiling structmeta v0.3.0
30902026-06-01T16:39:08.072Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30912026-06-01T16:39:08.092Z Compiling convert_case v0.4.0
30922026-06-01T16:39:08.112Z Compiling aead v0.5.2
30932026-06-01T16:39:08.112Z Compiling secrecy v0.10.3
30942026-06-01T16:39:08.112Z Compiling poly1305 v0.8.0
30952026-06-01T16:39:08.166Z Compiling chacha20 v0.9.1
30962026-06-01T16:39:08.208Z Compiling ciborium-ll v0.2.2
30972026-06-01T16:39:08.257Z Compiling derive-ex v0.1.8
30982026-06-01T16:39:08.313Z Compiling parse-display-derive v0.10.0
30992026-06-01T16:39:08.334Z Compiling regress v0.11.1
31002026-06-01T16:39:08.352Z Compiling unsafe-libyaml v0.2.11
31012026-06-01T16:39:08.372Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31022026-06-01T16:39:08.376Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31032026-06-01T16:39:08.447Z Compiling ciborium v0.2.2
31042026-06-01T16:39:08.447Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31052026-06-01T16:39:08.506Z Compiling derive_more v0.99.20
31062026-06-01T16:39:08.533Z Compiling thiserror-impl-no-std v2.0.2
31072026-06-01T16:39:08.688Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31082026-06-01T16:39:08.692Z Compiling byte-wrapper v0.1.0
31092026-06-01T16:39:08.782Z Compiling blake2 v0.10.6
31102026-06-01T16:39:08.804Z Compiling password-hash v0.5.0
31112026-06-01T16:39:08.929Z Compiling serde_yaml v0.9.34+deprecated
31122026-06-01T16:39:09.077Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31132026-06-01T16:39:09.096Z Compiling toml_datetime v0.7.5+spec-1.1.0
31142026-06-01T16:39:09.115Z Compiling argon2 v0.5.3
31152026-06-01T16:39:09.139Z Compiling chacha20poly1305 v0.10.1
31162026-06-01T16:39:09.139Z Compiling indent_write v2.2.0
31172026-06-01T16:39:09.257Z Compiling heapless v0.8.0
31182026-06-01T16:39:09.320Z Compiling tokio-rustls v0.25.0
31192026-06-01T16:39:09.336Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-06-01T16:39:09.381Z Compiling ingot-macros v0.1.1
31212026-06-01T16:39:09.381Z Compiling tabwriter v1.4.1
31222026-06-01T16:39:09.604Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31232026-06-01T16:39:09.841Z Compiling thiserror-no-std v2.0.2
31242026-06-01T16:39:09.908Z Compiling hash32 v0.3.1
31252026-06-01T16:39:09.926Z Compiling proc-macro-crate v3.4.0
31262026-06-01T16:39:09.962Z Compiling vsss-rs v3.3.4
31272026-06-01T16:39:10.076Z Compiling test-strategy v0.4.5
31282026-06-01T16:39:10.102Z Compiling typify-impl v0.6.2
31292026-06-01T16:39:10.134Z Compiling parse-display v0.10.0
31302026-06-01T16:39:10.393Z Compiling smoltcp v0.11.0
31312026-06-01T16:39:10.487Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-06-01T16:39:10.506Z Compiling num-rational v0.4.2
31332026-06-01T16:39:10.553Z Compiling num_enum_derive v0.7.6
31342026-06-01T16:39:10.719Z Compiling cobs v0.3.0
31352026-06-01T16:39:10.771Z Compiling num-complex v0.4.6
31362026-06-01T16:39:10.815Z Compiling colored v3.1.1
31372026-06-01T16:39:10.952Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31382026-06-01T16:39:10.972Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31392026-06-01T16:39:11.077Z Compiling postcard v1.1.3
31402026-06-01T16:39:11.096Z Compiling proc-macro-error v1.0.4
31412026-06-01T16:39:11.161Z Compiling num v0.4.3
31422026-06-01T16:39:11.202Z Compiling proc-macro-crate v1.3.1
31432026-06-01T16:39:11.221Z Compiling atomicwrites v0.4.4
31442026-06-01T16:39:11.240Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31452026-06-01T16:39:11.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-06-01T16:39:11.280Z Compiling foreign-types-macros v0.2.3
31472026-06-01T16:39:11.443Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-06-01T16:39:11.443Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31492026-06-01T16:39:11.478Z Compiling float-ord v0.3.2
31502026-06-01T16:39:11.577Z Compiling rayon-core v1.13.0
31512026-06-01T16:39:11.595Z Compiling cpufeatures v0.3.0
31522026-06-01T16:39:11.631Z Compiling foreign-types-shared v0.3.1
31532026-06-01T16:39:11.664Z Compiling num_enum_derive v0.5.11
31542026-06-01T16:39:11.705Z Compiling chacha20 v0.10.0
31552026-06-01T16:39:11.709Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31562026-06-01T16:39:11.709Z Compiling num_enum v0.7.6
31572026-06-01T16:39:11.764Z Compiling crossbeam-deque v0.8.6
31582026-06-01T16:39:11.819Z Compiling camino-tempfile v1.4.1
31592026-06-01T16:39:11.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-01T16:39:11.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31612026-06-01T16:39:11.912Z Compiling cstr-argument v0.1.2
31622026-06-01T16:39:11.928Z Compiling foreign-types v0.5.0
31632026-06-01T16:39:11.931Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-01T16:39:12.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31652026-06-01T16:39:12.059Z Compiling rand v0.10.0
31662026-06-01T16:39:12.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31672026-06-01T16:39:12.099Z Compiling toml v0.8.23
31682026-06-01T16:39:12.186Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31692026-06-01T16:39:12.324Z Compiling zone_cfg_derive v0.3.1
31702026-06-01T16:39:12.342Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-06-01T16:39:12.345Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31722026-06-01T16:39:12.380Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-01T16:39:12.396Z Compiling itertools v0.12.1
31742026-06-01T16:39:12.419Z Compiling num-derive v0.4.2
31752026-06-01T16:39:12.446Z Compiling ingot-types v0.1.2
31762026-06-01T16:39:12.497Z Compiling rayon v1.11.0
31772026-06-01T16:39:12.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-06-01T16:39:12.561Z Compiling sigpipe v0.1.3
31792026-06-01T16:39:12.591Z Compiling glob v0.3.3
31802026-06-01T16:39:12.725Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-01T16:39:12.774Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31822026-06-01T16:39:12.802Z Compiling num_enum v0.5.11
31832026-06-01T16:39:12.821Z Compiling ingot v0.1.1
31842026-06-01T16:39:12.893Z Compiling smf v0.2.3
31852026-06-01T16:39:12.945Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-06-01T16:39:12.987Z Compiling prettyplease v0.2.37
31872026-06-01T16:39:13.017Z Compiling whoami v1.6.1
31882026-06-01T16:39:13.017Z Compiling usdt-macro v0.5.0
31892026-06-01T16:39:13.050Z Compiling usdt-attr-macro v0.5.0
31902026-06-01T16:39:13.053Z Compiling gethostname v0.5.0
31912026-06-01T16:39:13.293Z Compiling memmap v0.7.0
31922026-06-01T16:39:13.350Z Compiling derive-where v1.6.0
31932026-06-01T16:39:13.414Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31942026-06-01T16:39:13.449Z Compiling resolv-conf v0.7.6
31952026-06-01T16:39:13.507Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-01T16:39:13.526Z Compiling cancel-safe-futures v0.1.5
31972026-06-01T16:39:13.674Z Compiling zone v0.3.1
31982026-06-01T16:39:13.691Z Compiling owo-colors v4.3.0
31992026-06-01T16:39:13.805Z Compiling libsw-core v0.3.2
32002026-06-01T16:39:13.845Z Compiling console v0.15.11
32012026-06-01T16:39:13.864Z Compiling hickory-proto v0.24.4
32022026-06-01T16:39:13.922Z Compiling usdt v0.5.0
32032026-06-01T16:39:14.013Z Compiling libsw v3.5.0
32042026-06-01T16:39:14.176Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32052026-06-01T16:39:14.232Z Compiling newline-converter v0.3.0
32062026-06-01T16:39:14.236Z Compiling linked-hash-map v0.5.6
32072026-06-01T16:39:14.273Z Compiling linear-map v1.2.0
32082026-06-01T16:39:14.359Z Compiling libefi-sys v0.1.0
32092026-06-01T16:39:14.394Z Compiling expectorate v1.2.0
32102026-06-01T16:39:14.430Z Compiling git-stub v1.0.0
32112026-06-01T16:39:14.464Z Compiling lru-cache v0.1.2
32122026-06-01T16:39:14.477Z Compiling bitfield-struct v0.6.2
32132026-06-01T16:39:14.477Z Compiling nom v8.0.0
32142026-06-01T16:39:14.513Z Compiling semver v0.1.20
32152026-06-01T16:39:14.576Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32162026-06-01T16:39:14.622Z Compiling git-stub-vcs v0.1.0
32172026-06-01T16:39:14.694Z Compiling tokio-dtrace v0.1.1
32182026-06-01T16:39:14.801Z Compiling rustc_version v0.1.7
32192026-06-01T16:39:14.819Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32202026-06-01T16:39:14.865Z Compiling typify-macro v0.6.2
32212026-06-01T16:39:14.885Z Compiling dropshot-api-manager-types v0.7.2
32222026-06-01T16:39:14.897Z Compiling slog-dtrace v0.3.0
32232026-06-01T16:39:14.926Z Compiling minimal-lexical v0.2.1
32242026-06-01T16:39:14.955Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-01T16:39:15.043Z Compiling oxide-tokio-rt v0.1.4
32262026-06-01T16:39:15.055Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32272026-06-01T16:39:15.069Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-06-01T16:39:15.075Z Compiling newtype_derive v0.1.6
32292026-06-01T16:39:15.222Z Compiling nom v7.1.3
32302026-06-01T16:39:15.234Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-01T16:39:15.265Z Compiling phf_shared v0.12.1
32322026-06-01T16:39:15.296Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-06-01T16:39:15.307Z Compiling csv-core v0.1.13
32342026-06-01T16:39:15.311Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32352026-06-01T16:39:15.343Z Compiling highway v1.3.0
32362026-06-01T16:39:15.365Z Compiling chrono-tz v0.10.4
32372026-06-01T16:39:15.422Z Compiling xshell-macros v0.2.7
32382026-06-01T16:39:15.462Z Compiling phf v0.12.1
32392026-06-01T16:39:15.605Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-06-01T16:39:15.647Z Compiling csv v1.4.0
32412026-06-01T16:39:15.666Z Compiling const_format_proc_macros v0.2.34
32422026-06-01T16:39:15.834Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-06-01T16:39:15.859Z Compiling xshell v0.2.7
32442026-06-01T16:39:15.877Z Compiling primeorder v0.13.6
32452026-06-01T16:39:16.036Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32462026-06-01T16:39:16.117Z Compiling hickory-resolver v0.24.4
32472026-06-01T16:39:16.176Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-06-01T16:39:16.325Z Compiling tabled_derive v0.7.0
32492026-06-01T16:39:16.441Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-06-01T16:39:16.496Z Compiling bcs v0.1.6
32512026-06-01T16:39:16.557Z Compiling termtree v0.5.1
32522026-06-01T16:39:16.577Z Compiling const_format v0.2.35
32532026-06-01T16:39:16.672Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32542026-06-01T16:39:16.736Z Compiling salty v0.3.0
32552026-06-01T16:39:16.778Z Compiling typify v0.6.2
32562026-06-01T16:39:16.842Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-06-01T16:39:16.916Z Compiling progenitor-impl v0.14.0
32582026-06-01T16:39:16.934Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-06-01T16:39:16.953Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-06-01T16:39:17.005Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32612026-06-01T16:39:17.057Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-06-01T16:39:17.212Z Compiling qorb v0.4.1
32632026-06-01T16:39:17.250Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-06-01T16:39:17.287Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32652026-06-01T16:39:17.388Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-06-01T16:39:17.435Z Compiling tagptr v0.2.0
32672026-06-01T16:39:17.575Z Compiling tabled v0.15.0
32682026-06-01T16:39:17.625Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-06-01T16:39:17.715Z Compiling moka v0.12.13
32702026-06-01T16:39:17.946Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-06-01T16:39:17.960Z Compiling textwrap v0.16.2
32722026-06-01T16:39:18.185Z Compiling steno v0.4.1
32732026-06-01T16:39:18.329Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32742026-06-01T16:39:18.432Z Compiling base64 v0.21.7
32752026-06-01T16:39:18.471Z Compiling radium v0.7.0
32762026-06-01T16:39:18.503Z Compiling hickory-resolver v0.25.2
32772026-06-01T16:39:18.620Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-01T16:39:18.692Z Compiling p384 v0.13.1
32792026-06-01T16:39:18.778Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-06-01T16:39:18.825Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32812026-06-01T16:39:18.985Z Compiling typify-impl v0.4.3
32822026-06-01T16:39:19.122Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-06-01T16:39:19.281Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-06-01T16:39:19.331Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-06-01T16:39:19.336Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32862026-06-01T16:39:19.365Z Compiling maybe-uninit v2.0.0
32872026-06-01T16:39:19.596Z Compiling tap v1.0.1
32882026-06-01T16:39:19.721Z Compiling progenitor-macro v0.14.0
32892026-06-01T16:39:19.754Z Compiling wyz v0.5.1
32902026-06-01T16:39:19.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-06-01T16:39:19.951Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32922026-06-01T16:39:19.954Z Compiling proc-macro-error-attr2 v2.0.0
32932026-06-01T16:39:19.985Z Compiling funty v2.0.0
32942026-06-01T16:39:20.165Z Compiling packed_struct v0.10.1
32952026-06-01T16:39:20.318Z Compiling utf-8 v0.7.6
32962026-06-01T16:39:20.405Z Compiling parking_lot_core v0.8.6
32972026-06-01T16:39:20.476Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-06-01T16:39:20.536Z Compiling tungstenite v0.21.0
32992026-06-01T16:39:20.554Z Compiling proc-macro-error2 v2.0.1
33002026-06-01T16:39:20.631Z Compiling bitvec v1.0.1
33012026-06-01T16:39:20.740Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-06-01T16:39:20.778Z Compiling polyval v0.6.2
33032026-06-01T16:39:20.825Z Compiling packed_struct_codegen v0.10.1
33042026-06-01T16:39:20.861Z Compiling num-derive v0.3.3
33052026-06-01T16:39:20.928Z Compiling bitfield-macros v0.19.4
33062026-06-01T16:39:21.054Z Compiling zerocopy-derive v0.6.6
33072026-06-01T16:39:21.097Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33082026-06-01T16:39:21.116Z Compiling indexmap v1.9.3
33092026-06-01T16:39:21.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-06-01T16:39:21.265Z Compiling nodrop v0.1.14
33112026-06-01T16:39:21.352Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-06-01T16:39:21.395Z Compiling crc-catalog v2.4.0
33132026-06-01T16:39:21.428Z Compiling array-init v0.0.4
33142026-06-01T16:39:21.462Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-01T16:39:21.517Z Compiling crc v3.4.0
33162026-06-01T16:39:21.655Z Compiling tokio-tungstenite v0.21.0
33172026-06-01T16:39:21.721Z Compiling bitfield v0.19.4
33182026-06-01T16:39:21.763Z Compiling ghash v0.5.1
33192026-06-01T16:39:21.812Z Compiling tabled_derive v0.11.0
33202026-06-01T16:39:21.829Z Compiling libscf-sys v1.1.0
33212026-06-01T16:39:21.939Z Compiling smallvec v0.6.14
33222026-06-01T16:39:21.982Z Compiling zerocopy v0.6.6
33232026-06-01T16:39:22.020Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-06-01T16:39:22.146Z Compiling papergrid v0.17.0
33252026-06-01T16:39:22.181Z Compiling testing_table v0.3.0
33262026-06-01T16:39:22.236Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-06-01T16:39:22.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33282026-06-01T16:39:22.353Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33292026-06-01T16:39:22.388Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-06-01T16:39:22.545Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33312026-06-01T16:39:22.564Z Compiling ctr v0.9.2
33322026-06-01T16:39:22.603Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-06-01T16:39:22.796Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-06-01T16:39:22.814Z Compiling unicase v2.9.0
33352026-06-01T16:39:22.818Z Compiling corncobs v0.1.4
33362026-06-01T16:39:22.877Z Compiling hashbrown v0.12.3
33372026-06-01T16:39:22.947Z Compiling illumos-nvpair-sys v0.2.0
33382026-06-01T16:39:23.003Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-06-01T16:39:23.049Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-06-01T16:39:23.085Z Compiling mime_guess v2.0.5
33412026-06-01T16:39:23.105Z Compiling tabled v0.20.0
33422026-06-01T16:39:23.123Z Compiling aes-gcm v0.10.3
33432026-06-01T16:39:23.203Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-01T16:39:23.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33452026-06-01T16:39:23.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-06-01T16:39:23.436Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-01T16:39:23.453Z Compiling parking_lot v0.11.2
33482026-06-01T16:39:23.490Z Compiling serde-hex v0.1.0
33492026-06-01T16:39:23.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33502026-06-01T16:39:23.677Z Compiling typify-macro v0.4.3
33512026-06-01T16:39:23.768Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-06-01T16:39:23.865Z Compiling ron v0.8.1
33532026-06-01T16:39:23.907Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33542026-06-01T16:39:23.931Z Compiling hashbrown v0.13.2
33552026-06-01T16:39:24.053Z Compiling progenitor-client v0.11.2
33562026-06-01T16:39:24.179Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-06-01T16:39:24.243Z Compiling blowfish v0.9.1
33582026-06-01T16:39:24.408Z Compiling prefix-trie v0.7.0
33592026-06-01T16:39:24.425Z Compiling ssh-encoding v0.2.0
33602026-06-01T16:39:24.499Z Compiling fxhash v0.2.1
33612026-06-01T16:39:24.523Z Compiling secrecy v0.8.0
33622026-06-01T16:39:24.736Z Compiling crc-any v2.5.0
33632026-06-01T16:39:24.780Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33642026-06-01T16:39:24.850Z Compiling hickory-server v0.25.2
33652026-06-01T16:39:24.915Z Compiling sled v0.34.7
33662026-06-01T16:39:24.933Z Compiling ssh-cipher v0.2.0
33672026-06-01T16:39:24.976Z Compiling progenitor v0.14.0
33682026-06-01T16:39:25.054Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-06-01T16:39:25.143Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33702026-06-01T16:39:25.163Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-06-01T16:39:25.396Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33722026-06-01T16:39:25.557Z Compiling typify v0.4.3
33732026-06-01T16:39:25.589Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33742026-06-01T16:39:25.638Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-06-01T16:39:25.699Z Compiling progenitor-impl v0.11.2
33762026-06-01T16:39:25.716Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-06-01T16:39:25.949Z Compiling object v0.30.4
33782026-06-01T16:39:25.967Z Compiling bcrypt-pbkdf v0.10.0
33792026-06-01T16:39:26.194Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33802026-06-01T16:39:26.335Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33812026-06-01T16:39:26.379Z Compiling password-hash v0.4.2
33822026-06-01T16:39:26.414Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33832026-06-01T16:39:26.472Z Compiling path-slash v0.1.5
33842026-06-01T16:39:26.648Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33852026-06-01T16:39:26.737Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-06-01T16:39:26.795Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-06-01T16:39:26.812Z Compiling crc8 v0.1.1
33882026-06-01T16:39:26.965Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33892026-06-01T16:39:27.143Z Compiling http-range v0.1.5
33902026-06-01T16:39:27.372Z Compiling half v1.8.3
33912026-06-01T16:39:27.680Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33922026-06-01T16:39:27.763Z Compiling serde_cbor v0.11.2
33932026-06-01T16:39:28.126Z Compiling pbkdf2 v0.11.0
33942026-06-01T16:39:28.145Z Compiling illumos-nvpair v0.3.0
33952026-06-01T16:39:28.365Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-06-01T16:39:28.408Z Compiling ssh-key v0.6.7
33972026-06-01T16:39:28.431Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-06-01T16:39:28.453Z Compiling progenitor-macro v0.11.2
33992026-06-01T16:39:28.728Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-06-01T16:39:28.750Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34012026-06-01T16:39:28.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022026-06-01T16:39:29.051Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-01T16:39:29.075Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-01T16:39:29.151Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-06-01T16:39:29.191Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-06-01T16:39:29.596Z Compiling p256 v0.13.2
34072026-06-01T16:39:29.688Z Compiling p521 v0.13.3
34082026-06-01T16:39:29.721Z Compiling yasna v0.5.2
34092026-06-01T16:39:29.801Z Compiling kstat-rs v0.2.4
34102026-06-01T16:39:29.894Z Compiling headers-core v0.3.0
34112026-06-01T16:39:30.041Z Compiling nanorand v0.7.0
34122026-06-01T16:39:30.059Z Compiling russh-cryptovec v0.7.3
34132026-06-01T16:39:30.062Z Compiling atty v0.2.14
34142026-06-01T16:39:30.094Z Compiling md5 v0.7.0
34152026-06-01T16:39:30.139Z Compiling home v0.5.12
34162026-06-01T16:39:30.169Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-06-01T16:39:30.188Z Compiling rcgen v0.12.1
34182026-06-01T16:39:30.219Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34192026-06-01T16:39:30.282Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-06-01T16:39:30.309Z Compiling flume v0.11.1
34212026-06-01T16:39:30.367Z Compiling headers v0.4.1
34222026-06-01T16:39:30.405Z Compiling russh-keys v0.45.0
34232026-06-01T16:39:30.460Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-06-01T16:39:30.655Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34252026-06-01T16:39:30.739Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-06-01T16:39:30.832Z Compiling hyper-staticfile v0.10.1
34272026-06-01T16:39:31.010Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-06-01T16:39:31.096Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-06-01T16:39:31.113Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-01T16:39:31.130Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-06-01T16:39:31.172Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-06-01T16:39:31.286Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-06-01T16:39:31.390Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34342026-06-01T16:39:31.520Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34352026-06-01T16:39:31.538Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-06-01T16:39:31.764Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34372026-06-01T16:39:31.767Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34382026-06-01T16:39:31.819Z Compiling num-bigint v0.4.6
34392026-06-01T16:39:31.842Z Compiling des v0.8.1
34402026-06-01T16:39:31.910Z Compiling subprocess v0.2.15
34412026-06-01T16:39:31.929Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-06-01T16:39:32.040Z Compiling hex-literal v0.4.1
34432026-06-01T16:39:32.063Z Compiling display-error-chain v0.2.2
34442026-06-01T16:39:32.109Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-06-01T16:39:32.160Z Compiling colored v2.2.0
34462026-06-01T16:39:32.186Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-06-01T16:39:32.216Z Compiling socket2 v0.5.10
34482026-06-01T16:39:32.234Z Compiling internet-checksum v0.2.1
34492026-06-01T16:39:32.391Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-06-01T16:39:32.672Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-06-01T16:39:33.053Z Compiling russh v0.45.0
34522026-06-01T16:39:33.556Z Compiling progenitor v0.11.2
34532026-06-01T16:39:33.732Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34542026-06-01T16:39:33.755Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34552026-06-01T16:39:33.755Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-06-01T16:39:36.214Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-06-01T16:39:36.863Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-06-01T16:39:37.332Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-06-01T16:39:39.096Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-06-01T16:39:39.447Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34612026-06-01T16:39:47.123Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-06-01T16:39:47.123Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-06-01T16:39:47.123Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-06-01T16:39:47.127Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-06-01T16:39:48.882Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-06-01T16:39:49.005Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-06-01T16:39:53.135Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34682026-06-01T16:40:32.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34692026-06-01T16:40:32.693Z
34702026-06-01T16:40:32.697Zreal 1:26.858977873
34712026-06-01T16:40:32.697Zuser 8:15.710317243
34722026-06-01T16:40:32.697Zsys 1:41.854587476
34732026-06-01T16:40:32.697Ztrap 0.241642459
34742026-06-01T16:40:32.697Ztflt 0.460980687
34752026-06-01T16:40:32.697Zdflt 1.606122812
34762026-06-01T16:40:32.697Zkflt 0.000343620
34772026-06-01T16:40:32.697Zlock 27:56.771848641
34782026-06-01T16:40:32.697Zslp 18:50.788184029
34792026-06-01T16:40:32.697Zlat 38.338499010
34802026-06-01T16:40:32.697Zstop 2:45.364557423
34812026-06-01T16:40:32.697Z+ mkdir tests
34822026-06-01T16:40:32.701Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-06-01T16:40:32.701Z+ xargs -I '{}' -t cp '{}' tests/
34842026-06-01T16:40:32.727Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6de0a5142985f33b tests/
34852026-06-01T16:40:32.757Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746b8f2cf9d67f31 tests/
34862026-06-01T16:40:32.788Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-68da3812ee4c384c tests/
34872026-06-01T16:40:32.818Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-63df5180bc214e6f tests/
34882026-06-01T16:40:33.157Z+ 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)
34892026-06-01T16:40:33.160Z+ 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-746b8f2cf9d67f31 tests/commtest-68da3812ee4c384c tests/dhcp_server-6de0a5142985f33b tests/end_to_end_tests-63df5180bc214e6f 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
34902026-06-01T16:41:56.047ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-06-01T16:41:56.047Za .github/buildomat/ci-env.sh 1K
34922026-06-01T16:41:56.047Za out/target/test 1K
34932026-06-01T16:41:56.047Za out/npuzone/npuzone 27402K
34942026-06-01T16:41:56.047Za package-manifest.toml 35K
34952026-06-01T16:41:56.047Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-06-01T16:41:56.047Za target/release/omicron-package 46205K
34972026-06-01T16:41:56.047Za target/release/xtask 11453K
34982026-06-01T16:41:56.047Za target/debug/bootstrap 354593K
34992026-06-01T16:41:56.047Za tests/bootstrap-746b8f2cf9d67f31 31215K
35002026-06-01T16:41:56.047Za tests/commtest-68da3812ee4c384c 32300K
35012026-06-01T16:41:56.047Za tests/dhcp_server-6de0a5142985f33b 31215K
35022026-06-01T16:41:56.047Za tests/end_to_end_tests-63df5180bc214e6f 395670K
35032026-06-01T16:41:56.047Za tools/opte_version 1K
35042026-06-01T16:41:56.047Za tools/opte_version_override 2K
35052026-06-01T16:41:56.047Za out/clickhouse.tar.gz 321860K
35062026-06-01T16:41:56.047Za out/clickhouse_keeper.tar.gz 306930K
35072026-06-01T16:41:56.047Za out/clickhouse_server.tar.gz 321857K
35082026-06-01T16:41:56.047Za out/cockroachdb.tar.gz 166135K
35092026-06-01T16:41:56.047Za out/crucible-pantry-zone.tar.gz 41124K
35102026-06-01T16:41:56.047Za out/crucible-utils.tar 16478K
35112026-06-01T16:41:56.047Za out/crucible-zone.tar.gz 56694K
35122026-06-01T16:41:56.047Za out/external-dns.tar.gz 51251K
35132026-06-01T16:41:56.047Za out/internal-dns.tar.gz 51250K
35142026-06-01T16:41:56.047Za out/mg-ddm-gz.tar 102570K
35152026-06-01T16:41:56.047Za out/nexus.tar.gz 281850K
35162026-06-01T16:41:56.047Za out/ntp.tar.gz 32793K
35172026-06-01T16:41:56.047Za out/omicron-gateway-softnpu.tar.gz 29412K
35182026-06-01T16:41:56.048Za out/omicron-sled-agent.tar 205808K
35192026-06-01T16:41:56.048Za out/overlay.tar.gz 3K
35202026-06-01T16:41:56.048Za out/oximeter.tar.gz 68147K
35212026-06-01T16:41:56.048Za out/oxlog.tar 3782K
35222026-06-01T16:41:56.048Za out/probe.tar.gz 3037K
35232026-06-01T16:41:56.048Za out/propolis-server.tar.gz 35483K
35242026-06-01T16:41:56.048Za out/pumpkind-gz.tar 26647K
35252026-06-01T16:41:56.048Za out/switch-softnpu.tar.gz 460640K
35262026-06-01T16:41:56.051Z
35272026-06-01T16:41:56.051Zreal 1:22.887169186
35282026-06-01T16:41:56.051Zuser 1:20.076716897
35292026-06-01T16:41:56.051Zsys 4.668501259
35302026-06-01T16:41:56.051Ztrap 0.007314925
35312026-06-01T16:41:56.051Ztflt 0.000000000
35322026-06-01T16:41:56.051Zdflt 0.000000000
35332026-06-01T16:41:56.051Zkflt 0.000000000
35342026-06-01T16:41:56.051Zlock 0.000000000
35352026-06-01T16:41:56.051Zslp 1:19.947585339
35362026-06-01T16:41:56.051Zlat 1.068427715
35372026-06-01T16:41:56.052Zstop 0.000520760
35382026-06-01T16:41:56.052Zprocess exited: duration 1006413 ms, exit code 0
 
35392026-06-01T16:41:56.065Zfound 1 output files
35402026-06-01T16:41:56.086Zuploading: /work/package.tar.gz (2577221052 bytes)
35412026-06-01T16:42:26.652Zuploaded: /work/package.tar.gz