01KS35JBV5TG5ZD2Q7FMETPBNQ: 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: 01KS35K20F9CGH400M0E4GVFE3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T17:06:27.506Zjob assigned to worker 01KS35K6V7EA2JJ0SJYSZ32ZKF [factory aws, i-0de2a2dd7659404e1] (queued for 54 s)
 
22026-05-20T17:06:34.846Zstarting task 0: "setup"
32026-05-20T17:06:34.856Z++ uname -s
42026-05-20T17:06:34.856Z+ kern=SunOS
52026-05-20T17:06:34.856Z+ build_user=build
62026-05-20T17:06:34.861Z+ build_uid=12345
72026-05-20T17:06:34.861Z+ work_dir=/work
82026-05-20T17:06:34.861Z+ input_dir=/input
92026-05-20T17:06:34.861Z+ [[ 0 == 12345 ]]
102026-05-20T17:06:34.861Z+ case "$kern" in
112026-05-20T17:06:34.861Z+ groupadd -g 12345 build
122026-05-20T17:06:34.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T17:06:36.870Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T17:06:36.941Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T17:06:36.945Z+ home_fs=zfs
162026-05-20T17:06:36.945Z+ [[ zfs == autofs ]]
172026-05-20T17:06:36.945Z+ mkdir -p /home/build
182026-05-20T17:06:36.945Z+ chown build:build /home/build /work
192026-05-20T17:06:38.951Z+ chmod 0700 /home/build /work
202026-05-20T17:06:38.958Zprocess exited: duration 4107 ms, exit code 0
 
212026-05-20T17:06:38.972Zstarting task 1: "rust-toolchain"
222026-05-20T17:06:38.977Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T17:06:38.977Z * rust toolchain channel = "1.94.0"
242026-05-20T17:06:38.977Z * rust toolchain profile = "default"
252026-05-20T17:06:38.978Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T17:06:38.978Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T17:06:38.978Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T17:06:38.983Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T17:06:38.983Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T17:06:39.091Zinfo: downloading installer
312026-05-20T17:06:40.806Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T17:06:40.806Zwarn: /home/build/.rustup/settings.toml
332026-05-20T17:06:40.806Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T17:06:40.806Zwarn: instead of the one inferred from the default host triple.
352026-05-20T17:06:40.904Zinfo: profile set to default
362026-05-20T17:06:40.904Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T17:06:40.913Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T17:06:40.956Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T17:06:40.960Zinfo: downloading 6 components
402026-05-20T17:06:55.732Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T17:06:55.732Z
422026-05-20T17:06:55.762Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T17:06:55.763Z
442026-05-20T17:06:55.763Z
452026-05-20T17:06:55.763ZRust is installed now. Great!
462026-05-20T17:06:55.763Z
472026-05-20T17:06:55.763ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T17:06:55.763Zenvironment variable. This has not been done automatically.
492026-05-20T17:06:55.763Z
502026-05-20T17:06:55.763ZTo configure your current shell, you need to source
512026-05-20T17:06:55.763Zthe corresponding env file under $HOME/.cargo.
522026-05-20T17:06:55.763Z
532026-05-20T17:06:55.763ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T17:06:55.763Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T17:06:55.766Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T17:06:55.767Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T17:06:55.767Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T17:06:55.767Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T17:06:55.767Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T17:06:55.767Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T17:06:55.767Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T17:06:55.868Z+ rustup --version
632026-05-20T17:06:55.875Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T17:06:55.875Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T17:06:55.897Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T17:06:55.902Z+ cargo --version
672026-05-20T17:06:55.908Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T17:06:55.913Z+ rustc --version
692026-05-20T17:06:55.937Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T17:06:55.943Zprocess exited: duration 16963 ms, exit code 0
 
712026-05-20T17:06:55.952Zstarting task 2: "authentication"
722026-05-20T17:06:55.972Zprocess exited: duration 20 ms, exit code 0
 
732026-05-20T17:06:55.982Zstarting task 3: "clone repository"
742026-05-20T17:06:55.987Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T17:06:55.992Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T17:06:56.038ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T17:07:07.720Z+ cd /work/oxidecomputer/omicron
782026-05-20T17:07:07.721Z+ git fetch origin 3282a46c59efc30d206c652080a7c99a03bfa90b
792026-05-20T17:07:07.988ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T17:07:07.989Z * branch 3282a46c59efc30d206c652080a7c99a03bfa90b -> FETCH_HEAD
812026-05-20T17:07:07.999Z+ [[ -n ben/update-dendrite-for-consistent-duids ]]
822026-05-20T17:07:08.018Z++ git branch --show-current
832026-05-20T17:07:08.019Z+ current=main
842026-05-20T17:07:08.019Z+ [[ main != ben/update-dendrite-for-consistent-duids ]]
852026-05-20T17:07:08.019Z+ git branch -f ben/update-dendrite-for-consistent-duids 3282a46c59efc30d206c652080a7c99a03bfa90b
862026-05-20T17:07:08.019Z+ git checkout -f ben/update-dendrite-for-consistent-duids
872026-05-20T17:07:08.243ZSwitched to branch 'ben/update-dendrite-for-consistent-duids'
882026-05-20T17:07:08.246Z+ git reset --hard 3282a46c59efc30d206c652080a7c99a03bfa90b
892026-05-20T17:07:08.277ZHEAD is now at 3282a46c5 Pull in consistent DHCPv6 DUID fixes
902026-05-20T17:07:08.281Zprocess exited: duration 12297 ms, exit code 0
 
912026-05-20T17:07:08.293Zstarting task 4: "build"
922026-05-20T17:07:08.303Z+ source .github/buildomat/ci-env.sh
932026-05-20T17:07:08.303Z++ export CARGO_TERM_COLOR=always
942026-05-20T17:07:08.303Z++ CARGO_TERM_COLOR=always
952026-05-20T17:07:08.303Z+ cargo --version
962026-05-20T17:07:08.312Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T17:07:08.312Z+ rustc --version
982026-05-20T17:07:08.330Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T17:07:08.339Z+ WORK=/work
1002026-05-20T17:07:08.339Z+ pfexec mkdir -p /work
1012026-05-20T17:07:08.339Z+ pfexec chown build /work
1022026-05-20T17:07:08.339Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-20T17:07:10.578Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-20T17:07:10.653Z Startup: Caching catalogs ... Done
1052026-05-20T17:07:10.795ZPlanning: Solver setup ... Done (0.171s)
1062026-05-20T17:07:10.811ZPlanning: Running solver ... Done (0.016s)
1072026-05-20T17:07:10.823ZPlanning: Finding local manifests ... Done (0.009s)
1082026-05-20T17:07:10.840ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-20T17:07:10.863ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-20T17:07:10.882ZPlanning: Package planning ... Done (0.013s)
1112026-05-20T17:07:10.882ZPlanning: Merging actions ... Done (0.002s)
1122026-05-20T17:07:11.067ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-20T17:07:11.084ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-20T17:07:12.757ZPlanning: Evaluating mediators ... Done (1.692s)
1152026-05-20T17:07:12.764ZPlanning: Planning completed in 2.15 seconds
1162026-05-20T17:07:12.768Z Packages to install: 2
1172026-05-20T17:07:12.768Z Estimated space available: 156.08 GB
1182026-05-20T17:07:12.768ZEstimated space to be consumed: 19.75 MB
1192026-05-20T17:07:12.768Z Create boot environment: No
1202026-05-20T17:07:12.768ZCreate backup boot environment: No
1212026-05-20T17:07:12.768Z Rebuild boot archive: No
1222026-05-20T17:07:12.768Z
1232026-05-20T17:07:12.768ZChanged packages:
1242026-05-20T17:07:12.768Zhelios
1252026-05-20T17:07:12.768Z developer/build-essential
1262026-05-20T17:07:12.768Z None -> 11-3.0
1272026-05-20T17:07:12.768Z library/libxmlsec1
1282026-05-20T17:07:12.769Z None -> 1.2.35-3.0
1292026-05-20T17:07:12.811Z
1302026-05-20T17:07:12.811ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-20T17:07:13.277ZDownload: Completed 1.28 MB in 0.47 seconds (2.8M/s)
1322026-05-20T17:07:13.341Z Actions: 1/268 actions (Installing new actions)
1332026-05-20T17:07:13.381Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-20T17:07:13.389ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-20T17:07:13.389ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-20T17:07:13.408ZFinalize: Updating image state ... Done (0.015s)
1372026-05-20T17:07:16.469ZFinalize: Creating fast lookup database ... Done (2.726s)
1382026-05-20T17:07:16.516ZFinalize: Reading search index ... Done (0.011s)
1392026-05-20T17:07:16.516ZFinalize: Updating search index ... Done (0.000s)
1402026-05-20T17:07:16.516ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-20T17:07:16.597ZPlanning: Evaluating mediator changes ... Done
1422026-05-20T17:07:16.687ZPlanning: Checking for conflicting actions ... Done
1432026-05-20T17:07:16.692ZPlanning: Consolidating action changes ... Done
1442026-05-20T17:07:20.745ZPlanning: Evaluating mediators ... Done
1452026-05-20T17:07:20.786ZPlanning: Planning completed in 0.26 seconds
1462026-05-20T17:07:20.786Z Mediators to change: 2
1472026-05-20T17:07:20.786Z Create boot environment: No
1482026-05-20T17:07:20.786ZCreate backup boot environment: No
1492026-05-20T17:07:20.786ZFinalize: Updating package state database ... Done
1502026-05-20T17:07:20.786ZFinalize: Updating package cache ... Done
1512026-05-20T17:07:20.787ZFinalize: Updating image state ... Done
1522026-05-20T17:07:20.787ZFinalize: Creating fast lookup database ... Done
1532026-05-20T17:07:20.787ZFinalize: Reading search index ... Done
1542026-05-20T17:07:20.787ZFinalize: Updating search index ... Done
1552026-05-20T17:07:20.787ZFinalize: Updating package cache ... Done
1562026-05-20T17:07:20.787ZPlanning: Evaluating mediator changes ... Done
1572026-05-20T17:07:20.787ZPlanning: Checking for conflicting actions ... Done
1582026-05-20T17:07:20.787ZPlanning: Consolidating action changes ... Done
1592026-05-20T17:07:20.787ZPlanning: Evaluating mediators ... Done
1602026-05-20T17:07:20.787ZPlanning: Planning completed in 0.26 seconds
1612026-05-20T17:07:20.787Z Mediators to change: 1
1622026-05-20T17:07:20.787Z Create boot environment: No
1632026-05-20T17:07:20.788ZCreate backup boot environment: No
1642026-05-20T17:07:20.788ZFinalize: Updating package state database ... Done
1652026-05-20T17:07:20.788ZFinalize: Updating package cache ... Done
1662026-05-20T17:07:20.788ZFinalize: Updating image state ... Done
1672026-05-20T17:07:21.545ZFinalize: Creating fast lookup database ... Done
1682026-05-20T17:07:21.627ZFinalize: Reading search index ... Done
1692026-05-20T17:07:21.645ZFinalize: Updating search index ... Done
1702026-05-20T17:07:21.655ZFinalize: Updating package cache ... Done
1712026-05-20T17:07:21.976ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-20T17:07:21.976Zapache system 2.4 system
1732026-05-20T17:07:21.976Zclang system 15 system
1742026-05-20T17:07:21.976Zcsh system system illumos
1752026-05-20T17:07:21.976Zctags system system illumos
1762026-05-20T17:07:21.977Zfile vendor vendor darwinsys
1772026-05-20T17:07:21.977Zfile system system illumos
1782026-05-20T17:07:21.977Zgcc vendor 14 vendor
1792026-05-20T17:07:21.977Zgcc system 13 system
1802026-05-20T17:07:21.977Zgcc system 10 system
1812026-05-20T17:07:21.977Zgo system 1.25 system
1822026-05-20T17:07:21.977Zllvm system 15 system
1832026-05-20T17:07:21.977Zmariadb system 11.4 system
1842026-05-20T17:07:21.977Zmta vendor vendor dma
1852026-05-20T17:07:21.977Zopenjdk system 17 system
1862026-05-20T17:07:21.977Zopenjdk system 11 system
1872026-05-20T17:07:21.977Zopenssl vendor 3 vendor
1882026-05-20T17:07:21.977Zperl system 5.40 system
1892026-05-20T17:07:21.977Zpostgresql system 18 system
1902026-05-20T17:07:21.977Zpostgresql system 17 system
1912026-05-20T17:07:21.977Zpython vendor 3 vendor
1922026-05-20T17:07:21.977Zpython system 2 system
1932026-05-20T17:07:21.977Zpython3 vendor 3.13 vendor
1942026-05-20T17:07:21.978Zruby system 3.4 system
1952026-05-20T17:07:21.978Zruby system 3.0 system
1962026-05-20T17:07:21.978Zwords vendor vendor american-english
1972026-05-20T17:07:21.978Zwords system system australian-english
1982026-05-20T17:07:21.978Zwords system system british-english
1992026-05-20T17:07:21.978Zwords system system canadian-english
2002026-05-20T17:07:21.978Zwords system system french
2012026-05-20T17:07:21.978Zwords system system italian
2022026-05-20T17:07:21.978Zwords system system ngerman
2032026-05-20T17:07:21.978Zwords system system ogerman
2042026-05-20T17:07:21.978Zwords system system spanish
2052026-05-20T17:07:22.226ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-20T17:07:22.226Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-20T17:07:22.485ZFMRI IFO
2082026-05-20T17:07:22.485Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-20T17:07:22.485Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-20T17:07:22.485Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-20T17:07:22.485Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-20T17:07:22.485Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-20T17:07:22.485Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-20T17:07:22.485Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-20T17:07:22.486Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-20T17:07:22.486Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-20T17:07:22.706Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-20T17:07:22.954Z Updating crates.io index
2192026-05-20T17:07:22.958Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-20T17:07:23.474Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-20T17:07:23.856Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-20T17:07:24.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-20T17:07:25.193Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-20T17:07:25.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-20T17:07:27.467Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-20T17:07:28.351Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-20T17:07:28.642Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-20T17:07:31.895Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-20T17:07:32.034Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-20T17:07:32.034Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-20T17:07:32.034Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-20T17:07:32.034Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-20T17:07:32.412Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-20T17:07:32.646Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-20T17:07:32.967Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-20T17:07:33.268Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-20T17:07:33.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-20T17:07:33.889Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-20T17:07:34.224Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-20T17:07:34.548Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-20T17:07:35.033Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-20T17:07:35.411Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-20T17:07:35.973Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-20T17:07:36.273Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-20T17:07:36.618Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-20T17:07:36.923Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-20T17:07:38.398Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-20T17:07:38.957Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-20T17:07:39.439Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-20T17:07:39.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-20T17:07:40.159Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-20T17:07:40.476Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-20T17:07:40.929Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-20T17:07:41.499Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-20T17:07:41.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-20T17:07:42.079Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-20T17:07:42.459Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-20T17:07:54.749Z Downloading crates ...
2592026-05-20T17:07:54.813Z Downloaded clap_derive v4.5.55
2602026-05-20T17:07:54.817Z Downloaded cargo-platform v0.2.0
2612026-05-20T17:07:54.821Z Downloaded anstyle v1.0.13
2622026-05-20T17:07:54.821Z Downloaded thread-id v4.2.2
2632026-05-20T17:07:54.825Z Downloaded digest v0.10.7
2642026-05-20T17:07:54.829Z Downloaded unicode-xid v0.2.6
2652026-05-20T17:07:54.829Z Downloaded serde_tokenstream v0.2.3
2662026-05-20T17:07:54.829Z Downloaded errno v0.3.14
2672026-05-20T17:07:54.832Z Downloaded percent-encoding v2.3.2
2682026-05-20T17:07:54.832Z Downloaded anstyle-query v1.1.5
2692026-05-20T17:07:54.837Z Downloaded smallvec v1.15.1
2702026-05-20T17:07:54.837Z Downloaded zerofrom v0.1.6
2712026-05-20T17:07:54.837Z Downloaded zmij v1.0.21
2722026-05-20T17:07:54.840Z Downloaded toml_edit v0.22.27
2732026-05-20T17:07:54.840Z Downloaded plain v0.2.3
2742026-05-20T17:07:54.845Z Downloaded heck v0.5.0
2752026-05-20T17:07:54.845Z Downloaded pest_generator v2.8.6
2762026-05-20T17:07:54.845Z Downloaded equivalent v1.0.2
2772026-05-20T17:07:54.845Z Downloaded thiserror v2.0.18
2782026-05-20T17:07:54.848Z Downloaded byteorder v1.5.0
2792026-05-20T17:07:54.848Z Downloaded swrite v0.1.0
2802026-05-20T17:07:54.852Z Downloaded pretty-hex v0.4.1
2812026-05-20T17:07:54.852Z Downloaded bytecount v0.6.9
2822026-05-20T17:07:54.852Z Downloaded yoke-derive v0.8.1
2832026-05-20T17:07:54.855Z Downloaded usdt v0.5.0
2842026-05-20T17:07:54.855Z Downloaded typeid v1.0.3
2852026-05-20T17:07:54.855Z Downloaded utf8_iter v1.0.4
2862026-05-20T17:07:54.859Z Downloaded unicode-linebreak v0.1.5
2872026-05-20T17:07:54.859Z Downloaded usdt-attr-macro v0.5.0
2882026-05-20T17:07:54.859Z Downloaded anyhow v1.0.102
2892026-05-20T17:07:54.863Z Downloaded zerofrom-derive v0.1.6
2902026-05-20T17:07:54.863Z Downloaded icu_provider v2.1.1
2912026-05-20T17:07:54.866Z Downloaded goblin v0.8.2
2922026-05-20T17:07:54.869Z Downloaded version_check v0.9.5
2932026-05-20T17:07:54.869Z Downloaded toml_datetime v0.6.11
2942026-05-20T17:07:54.876Z Downloaded utf8parse v0.2.2
2952026-05-20T17:07:54.880Z Downloaded serde_json v1.0.149
2962026-05-20T17:07:54.883Z Downloaded icu_properties_data v2.1.2
2972026-05-20T17:07:54.887Z Downloaded zerovec-derive v0.11.2
2982026-05-20T17:07:54.890Z Downloaded tinystr v0.8.2
2992026-05-20T17:07:54.890Z Downloaded thiserror-impl v1.0.69
3002026-05-20T17:07:54.890Z Downloaded thiserror v1.0.69
3012026-05-20T17:07:54.894Z Downloaded textwrap v0.16.2
3022026-05-20T17:07:54.894Z Downloaded zerotrie v0.2.3
3032026-05-20T17:07:54.897Z Downloaded cfg-if v1.0.4
3042026-05-20T17:07:54.897Z Downloaded yoke v0.8.1
3052026-05-20T17:07:54.907Z Downloaded writeable v0.6.2
3062026-05-20T17:07:54.907Z Downloaded zerocopy-derive v0.7.35
3072026-05-20T17:07:54.916Z Downloaded usdt-impl v0.5.0
3082026-05-20T17:07:54.916Z Downloaded toml v0.8.23
3092026-05-20T17:07:54.916Z Downloaded macaddr v1.0.1
3102026-05-20T17:07:54.916Z Downloaded tabled_derive v0.7.0
3112026-05-20T17:07:54.916Z Downloaded clap_lex v1.0.0
3122026-05-20T17:07:54.916Z Downloaded url v2.5.8
3132026-05-20T17:07:54.917Z Downloaded thiserror-impl v2.0.18
3142026-05-20T17:07:54.917Z Downloaded erased-serde v0.4.9
3152026-05-20T17:07:54.917Z Downloaded unicode-ident v1.0.24
3162026-05-20T17:07:54.921Z Downloaded scroll v0.12.0
3172026-05-20T17:07:54.921Z Downloaded generic-array v0.14.7
3182026-05-20T17:07:54.921Z Downloaded ucd-trie v0.1.7
3192026-05-20T17:07:54.921Z Downloaded usdt-macro v0.5.0
3202026-05-20T17:07:54.921Z Downloaded toml_write v0.1.2
3212026-05-20T17:07:54.921Z Downloaded heck v0.4.1
3222026-05-20T17:07:54.921Z Downloaded proc-macro-error-attr v1.0.4
3232026-05-20T17:07:54.925Z Downloaded potential_utf v0.1.4
3242026-05-20T17:07:54.925Z Downloaded dof v0.3.0
3252026-05-20T17:07:54.929Z Downloaded form_urlencoded v1.2.2
3262026-05-20T17:07:54.929Z Downloaded anstream v0.6.21
3272026-05-20T17:07:54.933Z Downloaded zerovec v0.11.5
3282026-05-20T17:07:54.937Z Downloaded once_cell v1.21.3
3292026-05-20T17:07:54.943Z Downloaded is_terminal_polyfill v1.70.2
3302026-05-20T17:07:54.943Z Downloaded dtrace-parser v0.2.0
3312026-05-20T17:07:54.951Z Downloaded crypto-common v0.1.7
3322026-05-20T17:07:54.951Z Downloaded zerocopy v0.7.35
3332026-05-20T17:07:54.955Z Downloaded stable_deref_trait v1.2.1
3342026-05-20T17:07:54.955Z Downloaded memmap v0.7.0
3352026-05-20T17:07:54.955Z Downloaded serde-value v0.7.0
3362026-05-20T17:07:54.955Z Downloaded itoa v1.0.17
3372026-05-20T17:07:54.955Z Downloaded strsim v0.11.1
3382026-05-20T17:07:54.959Z Downloaded idna_adapter v1.2.1
3392026-05-20T17:07:54.959Z Downloaded fastrand v2.3.0
3402026-05-20T17:07:54.959Z Downloaded cpufeatures v0.2.17
3412026-05-20T17:07:54.959Z Downloaded ordered-float v2.10.1
3422026-05-20T17:07:54.959Z Downloaded cargo_toml v0.21.0
3432026-05-20T17:07:54.964Z Downloaded terminal_size v0.4.3
3442026-05-20T17:07:54.967Z Downloaded fnv v1.0.7
3452026-05-20T17:07:54.967Z Downloaded colorchoice v1.0.4
3462026-05-20T17:07:54.971Z Downloaded unicode-width v0.2.0
3472026-05-20T17:07:54.975Z Downloaded unicode-width v0.1.14
3482026-05-20T17:07:54.975Z Downloaded smawk v0.3.2
3492026-05-20T17:07:54.981Z Downloaded scroll_derive v0.12.1
3502026-05-20T17:07:54.981Z Downloaded serde_spanned v0.6.9
3512026-05-20T17:07:54.981Z Downloaded winnow v0.7.14
3522026-05-20T17:07:54.994Z Downloaded typenum v1.19.0
3532026-05-20T17:07:54.994Z Downloaded quote v1.0.45
3542026-05-20T17:07:54.994Z Downloaded syn v1.0.109
3552026-05-20T17:07:54.997Z Downloaded fs-err v3.3.0
3562026-05-20T17:07:54.997Z Downloaded memchr v2.8.0
3572026-05-20T17:07:55.001Z Downloaded camino-tempfile v1.4.1
3582026-05-20T17:07:55.007Z Downloaded block-buffer v0.10.4
3592026-05-20T17:07:55.011Z Downloaded proc-macro-error v1.0.4
3602026-05-20T17:07:55.017Z Downloaded synstructure v0.13.2
3612026-05-20T17:07:55.020Z Downloaded serde-untagged v0.1.9
3622026-05-20T17:07:55.021Z Downloaded autocfg v1.5.0
3632026-05-20T17:07:55.021Z Downloaded camino v1.2.2
3642026-05-20T17:07:55.027Z Downloaded sha2 v0.10.9
3652026-05-20T17:07:55.030Z Downloaded displaydoc v0.2.5
3662026-05-20T17:07:55.033Z Downloaded cargo_metadata v0.21.0
3672026-05-20T17:07:55.037Z Downloaded bitflags v2.11.0
3682026-05-20T17:07:55.037Z Downloaded tempfile v3.25.0
3692026-05-20T17:07:55.041Z Downloaded litemap v0.8.1
3702026-05-20T17:07:55.042Z Downloaded semver v1.0.28
3712026-05-20T17:07:55.042Z Downloaded pest_derive v2.8.6
3722026-05-20T17:07:55.045Z Downloaded anstyle-parse v0.2.7
3732026-05-20T17:07:55.045Z Downloaded cargo-util-schemas v0.8.2
3742026-05-20T17:07:55.050Z Downloaded proc-macro2 v1.0.106
3752026-05-20T17:07:55.056Z Downloaded icu_locale_core v2.1.1
3762026-05-20T17:07:55.056Z Downloaded num-traits v0.2.19
3772026-05-20T17:07:55.060Z Downloaded pest_meta v2.8.6
3782026-05-20T17:07:55.060Z Downloaded papergrid v0.11.0
3792026-05-20T17:07:55.064Z Downloaded log v0.4.29
3802026-05-20T17:07:55.064Z Downloaded clap v4.5.60
3812026-05-20T17:07:55.067Z Downloaded icu_properties v2.1.2
3822026-05-20T17:07:55.071Z Downloaded getrandom v0.4.1
3832026-05-20T17:07:55.076Z Downloaded icu_collections v2.1.1
3842026-05-20T17:07:55.079Z Downloaded serde_derive v1.0.228
3852026-05-20T17:07:55.079Z Downloaded serde_core v1.0.228
3862026-05-20T17:07:55.086Z Downloaded icu_normalizer_data v2.1.1
3872026-05-20T17:07:55.086Z Downloaded icu_normalizer v2.1.1
3882026-05-20T17:07:55.092Z Downloaded serde v1.0.228
3892026-05-20T17:07:55.098Z Downloaded indexmap v2.14.0
3902026-05-20T17:07:55.103Z Downloaded idna v1.1.0
3912026-05-20T17:07:55.109Z Downloaded clap_builder v4.5.60
3922026-05-20T17:07:55.113Z Downloaded pest v2.8.6
3932026-05-20T17:07:55.122Z Downloaded hashbrown v0.17.0
3942026-05-20T17:07:55.133Z Downloaded tabled v0.15.0
3952026-05-20T17:07:55.150Z Downloaded syn v2.0.117
3962026-05-20T17:07:55.169Z Downloaded rustix v1.1.3
3972026-05-20T17:07:55.196Z Downloaded libc v0.2.185
3982026-05-20T17:07:55.261Z Compiling proc-macro2 v1.0.106
3992026-05-20T17:07:55.265Z Compiling quote v1.0.45
4002026-05-20T17:07:55.265Z Compiling unicode-ident v1.0.24
4012026-05-20T17:07:55.265Z Compiling serde_core v1.0.228
4022026-05-20T17:07:55.265Z Compiling libc v0.2.185
4032026-05-20T17:07:55.265Z Compiling version_check v0.9.5
4042026-05-20T17:07:55.265Z Compiling serde v1.0.228
4052026-05-20T17:07:55.443Z Compiling stable_deref_trait v1.2.1
4062026-05-20T17:07:55.448Z Compiling memchr v2.8.0
4072026-05-20T17:07:55.448Z Compiling zmij v1.0.21
4082026-05-20T17:07:55.448Z Compiling itoa v1.0.17
4092026-05-20T17:07:55.448Z Compiling thiserror v1.0.69
4102026-05-20T17:07:55.448Z Compiling ucd-trie v0.1.7
4112026-05-20T17:07:55.448Z Compiling autocfg v1.5.0
4122026-05-20T17:07:55.448Z Compiling writeable v0.6.2
4132026-05-20T17:07:55.690Z Compiling litemap v0.8.1
4142026-05-20T17:07:55.694Z Compiling rustix v1.1.3
4152026-05-20T17:07:55.894Z Compiling icu_normalizer_data v2.1.1
4162026-05-20T17:07:55.914Z Compiling icu_properties_data v2.1.2
4172026-05-20T17:07:55.931Z Compiling byteorder v1.5.0
4182026-05-20T17:07:55.969Z Compiling serde_json v1.0.149
4192026-05-20T17:07:55.976Z Compiling bitflags v2.11.0
4202026-05-20T17:07:56.119Z Compiling pest v2.8.6
4212026-05-20T17:07:56.125Z Compiling num-traits v0.2.19
4222026-05-20T17:07:56.304Z Compiling hashbrown v0.17.0
4232026-05-20T17:07:56.320Z Compiling smallvec v1.15.1
4242026-05-20T17:07:56.347Z Compiling typeid v1.0.3
4252026-05-20T17:07:56.376Z Compiling equivalent v1.0.2
4262026-05-20T17:07:56.421Z Compiling usdt-impl v0.5.0
4272026-05-20T17:07:56.436Z Compiling proc-macro-error-attr v1.0.4
4282026-05-20T17:07:56.452Z Compiling errno v0.3.14
4292026-05-20T17:07:56.452Z Compiling thread-id v4.2.2
4302026-05-20T17:07:56.513Z Compiling winnow v0.7.14
4312026-05-20T17:07:56.541Z Compiling toml_write v0.1.2
4322026-05-20T17:07:56.541Z Compiling erased-serde v0.4.9
4332026-05-20T17:07:56.584Z Compiling syn v1.0.109
4342026-05-20T17:07:56.599Z Compiling proc-macro-error v1.0.4
4352026-05-20T17:07:56.673Z Compiling getrandom v0.4.1
4362026-05-20T17:07:56.849Z Compiling percent-encoding v2.3.2
4372026-05-20T17:07:56.953Z Compiling indexmap v2.14.0
4382026-05-20T17:07:56.964Z Compiling log v0.4.29
4392026-05-20T17:07:57.003Z Compiling syn v2.0.117
4402026-05-20T17:07:57.026Z Compiling thiserror v2.0.18
4412026-05-20T17:07:57.060Z Compiling plain v0.2.3
4422026-05-20T17:07:57.102Z Compiling camino v1.2.2
4432026-05-20T17:07:57.124Z Compiling utf8_iter v1.0.4
4442026-05-20T17:07:57.124Z Compiling utf8parse v0.2.2
4452026-05-20T17:07:57.224Z Compiling form_urlencoded v1.2.2
4462026-05-20T17:07:57.231Z Compiling anstyle-parse v0.2.7
4472026-05-20T17:07:57.320Z Compiling pest_meta v2.8.6
4482026-05-20T17:07:57.390Z Compiling ordered-float v2.10.1
4492026-05-20T17:07:57.448Z Compiling anstyle-query v1.1.5
4502026-05-20T17:07:57.487Z Compiling colorchoice v1.0.4
4512026-05-20T17:07:57.534Z Compiling pretty-hex v0.4.1
4522026-05-20T17:07:57.563Z Compiling cfg-if v1.0.4
4532026-05-20T17:07:57.581Z Compiling is_terminal_polyfill v1.70.2
4542026-05-20T17:07:57.597Z Compiling anstyle v1.0.13
4552026-05-20T17:07:57.620Z Compiling terminal_size v0.4.3
4562026-05-20T17:07:57.674Z Compiling fs-err v3.3.0
4572026-05-20T17:07:57.693Z Compiling strsim v0.11.1
4582026-05-20T17:07:57.697Z Compiling fastrand v2.3.0
4592026-05-20T17:07:57.746Z Compiling clap_lex v1.0.0
4602026-05-20T17:07:57.785Z Compiling anstream v0.6.21
4612026-05-20T17:07:57.876Z Compiling semver v1.0.28
4622026-05-20T17:07:58.007Z Compiling unicode-width v0.1.14
4632026-05-20T17:07:58.010Z Compiling unicode-xid v0.2.6
4642026-05-20T17:07:58.043Z Compiling heck v0.5.0
4652026-05-20T17:07:58.093Z Compiling heck v0.4.1
4662026-05-20T17:07:58.110Z Compiling once_cell v1.21.3
4672026-05-20T17:07:58.137Z Compiling anyhow v1.0.102
4682026-05-20T17:07:58.182Z Compiling bytecount v0.6.9
4692026-05-20T17:07:58.199Z Compiling fnv v1.0.7
4702026-05-20T17:07:58.249Z Compiling clap_builder v4.5.60
4712026-05-20T17:07:58.317Z Compiling serde-untagged v0.1.9
4722026-05-20T17:07:58.334Z Compiling papergrid v0.11.0
4732026-05-20T17:07:58.338Z Compiling tempfile v3.25.0
4742026-05-20T17:07:58.393Z Compiling memmap v0.7.0
4752026-05-20T17:07:58.393Z Compiling unicode-width v0.2.0
4762026-05-20T17:07:58.397Z Compiling smawk v0.3.2
4772026-05-20T17:07:58.507Z Compiling unicode-linebreak v0.1.5
4782026-05-20T17:07:58.590Z Compiling camino-tempfile v1.4.1
4792026-05-20T17:07:58.625Z Compiling swrite v0.1.0
4802026-05-20T17:07:58.721Z Compiling textwrap v0.16.2
4812026-05-20T17:07:58.762Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-20T17:07:59.050Z Compiling tabled_derive v0.7.0
4832026-05-20T17:07:59.580Z Compiling synstructure v0.13.2
4842026-05-20T17:07:59.580Z Compiling pest_generator v2.8.6
4852026-05-20T17:07:59.706Z Compiling tabled v0.15.0
4862026-05-20T17:08:00.099Z Compiling serde_derive v1.0.228
4872026-05-20T17:08:00.114Z Compiling zerofrom-derive v0.1.6
4882026-05-20T17:08:00.118Z Compiling yoke-derive v0.8.1
4892026-05-20T17:08:00.118Z Compiling zerovec-derive v0.11.2
4902026-05-20T17:08:00.118Z Compiling displaydoc v0.2.5
4912026-05-20T17:08:00.118Z Compiling thiserror-impl v1.0.69
4922026-05-20T17:08:00.132Z Compiling zerocopy-derive v0.7.35
4932026-05-20T17:08:00.149Z Compiling scroll_derive v0.12.1
4942026-05-20T17:08:00.182Z Compiling thiserror-impl v2.0.18
4952026-05-20T17:08:00.251Z Compiling clap_derive v4.5.55
4962026-05-20T17:08:00.254Z Compiling pest_derive v2.8.6
4972026-05-20T17:08:00.826Z Compiling scroll v0.12.0
4982026-05-20T17:08:00.985Z Compiling zerocopy v0.7.35
4992026-05-20T17:08:01.055Z Compiling goblin v0.8.2
5002026-05-20T17:08:01.231Z Compiling zerofrom v0.1.6
5012026-05-20T17:08:01.250Z Compiling dtrace-parser v0.2.0
5022026-05-20T17:08:01.332Z Compiling yoke v0.8.1
5032026-05-20T17:08:01.491Z Compiling zerovec v0.11.5
5042026-05-20T17:08:01.491Z Compiling zerotrie v0.2.3
5052026-05-20T17:08:01.578Z Compiling clap v4.5.60
5062026-05-20T17:08:01.934Z Compiling tinystr v0.8.2
5072026-05-20T17:08:01.935Z Compiling potential_utf v0.1.4
5082026-05-20T17:08:02.049Z Compiling icu_collections v2.1.1
5092026-05-20T17:08:02.101Z Compiling icu_locale_core v2.1.1
5102026-05-20T17:08:02.580Z Compiling dof v0.3.0
5112026-05-20T17:08:02.581Z Compiling serde_tokenstream v0.2.3
5122026-05-20T17:08:02.596Z Compiling toml_datetime v0.6.11
5132026-05-20T17:08:02.599Z Compiling serde_spanned v0.6.9
5142026-05-20T17:08:02.599Z Compiling serde-value v0.7.0
5152026-05-20T17:08:02.599Z Compiling cargo-platform v0.2.0
5162026-05-20T17:08:02.599Z Compiling macaddr v1.0.1
5172026-05-20T17:08:02.650Z Compiling icu_provider v2.1.1
5182026-05-20T17:08:02.803Z Compiling toml_edit v0.22.27
5192026-05-20T17:08:02.951Z Compiling icu_normalizer v2.1.1
5202026-05-20T17:08:02.951Z Compiling icu_properties v2.1.2
5212026-05-20T17:08:03.340Z Compiling usdt-macro v0.5.0
5222026-05-20T17:08:03.343Z Compiling usdt-attr-macro v0.5.0
5232026-05-20T17:08:03.756Z Compiling idna_adapter v1.2.1
5242026-05-20T17:08:03.864Z Compiling idna v1.1.0
5252026-05-20T17:08:03.955Z Compiling usdt v0.5.0
5262026-05-20T17:08:04.105Z Compiling toml v0.8.23
5272026-05-20T17:08:04.118Z Compiling url v2.5.8
5282026-05-20T17:08:04.431Z Compiling cargo_toml v0.21.0
5292026-05-20T17:08:04.505Z Compiling cargo-util-schemas v0.8.2
5302026-05-20T17:08:05.264Z Compiling cargo_metadata v0.21.0
5312026-05-20T17:08:06.175Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-20T17:08:08.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.72s
5332026-05-20T17:08:08.529Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-20T17:08:09.076Z Downloading crates ...
5352026-05-20T17:08:09.178Z Downloaded array-init v0.0.4
5362026-05-20T17:08:09.183Z Downloaded assert_matches v1.5.0
5372026-05-20T17:08:09.186Z Downloaded cargo-platform v0.1.9
5382026-05-20T17:08:09.186Z Downloaded async-recursion v1.1.1
5392026-05-20T17:08:09.186Z Downloaded ciborium-ll v0.2.2
5402026-05-20T17:08:09.193Z Downloaded argon2 v0.5.3
5412026-05-20T17:08:09.197Z Downloaded arrayref v0.3.9
5422026-05-20T17:08:09.202Z Downloaded adler2 v2.0.1
5432026-05-20T17:08:09.207Z Downloaded arc-swap v1.8.2
5442026-05-20T17:08:09.207Z Downloaded aead v0.5.2
5452026-05-20T17:08:09.208Z Downloaded blowfish v0.9.1
5462026-05-20T17:08:09.208Z Downloaded display-error-chain v0.2.2
5472026-05-20T17:08:09.211Z Downloaded crucible-workspace-hack v0.1.0
5482026-05-20T17:08:09.219Z Downloaded cassowary v0.3.0
5492026-05-20T17:08:09.219Z Downloaded constant_time_eq v0.4.2
5502026-05-20T17:08:09.223Z Downloaded fixedbitset v0.4.2
5512026-05-20T17:08:09.223Z Downloaded darling_macro v0.21.3
5522026-05-20T17:08:09.223Z Downloaded either v1.15.0
5532026-05-20T17:08:09.223Z Downloaded ed25519 v2.2.3
5542026-05-20T17:08:09.223Z Downloaded dyn-clone v1.0.20
5552026-05-20T17:08:09.229Z Downloaded diesel_table_macro_syntax v0.3.0
5562026-05-20T17:08:09.229Z Downloaded diesel-dtrace v0.5.0
5572026-05-20T17:08:09.229Z Downloaded deranged v0.5.8
5582026-05-20T17:08:09.229Z Downloaded crossbeam-epoch v0.9.18
5592026-05-20T17:08:09.234Z Downloaded async-stream v0.3.6
5602026-05-20T17:08:09.234Z Downloaded colored v2.2.0
5612026-05-20T17:08:09.234Z Downloaded crossterm v0.29.0
5622026-05-20T17:08:09.238Z Downloaded dirs-next v2.0.0
5632026-05-20T17:08:09.238Z Downloaded darling v0.21.3
5642026-05-20T17:08:09.241Z Downloaded ahash v0.8.12
5652026-05-20T17:08:09.242Z Downloaded corncobs v0.1.4
5662026-05-20T17:08:09.245Z Downloaded console v0.16.2
5672026-05-20T17:08:09.245Z Downloaded dirs-sys-next v0.1.2
5682026-05-20T17:08:09.249Z Downloaded darling_core v0.21.3
5692026-05-20T17:08:09.254Z Downloaded ciborium-io v0.2.2
5702026-05-20T17:08:09.258Z Downloaded bit-set v0.8.0
5712026-05-20T17:08:09.261Z Downloaded castaway v0.2.4
5722026-05-20T17:08:09.261Z Downloaded bitfield-macros v0.19.4
5732026-05-20T17:08:09.262Z Downloaded crossbeam-deque v0.8.6
5742026-05-20T17:08:09.265Z Downloaded env_filter v1.0.0
5752026-05-20T17:08:09.265Z Downloaded critical-section v1.2.0
5762026-05-20T17:08:09.269Z Downloaded blake2 v0.10.6
5772026-05-20T17:08:09.269Z Downloaded data-encoding v2.10.0
5782026-05-20T17:08:09.274Z Downloaded dof v0.4.0
5792026-05-20T17:08:09.274Z Downloaded block-padding v0.3.3
5802026-05-20T17:08:09.278Z Downloaded embedded-io v0.4.0
5812026-05-20T17:08:09.278Z Downloaded difflib v0.4.0
5822026-05-20T17:08:09.278Z Downloaded endian-type v0.1.2
5832026-05-20T17:08:09.278Z Downloaded darling_macro v0.20.11
5842026-05-20T17:08:09.278Z Downloaded cstr-argument v0.1.2
5852026-05-20T17:08:09.282Z Downloaded float-ord v0.3.2
5862026-05-20T17:08:09.282Z Downloaded ecdsa v0.16.9
5872026-05-20T17:08:09.286Z Downloaded compression-core v0.4.31
5882026-05-20T17:08:09.286Z Downloaded crc v3.4.0
5892026-05-20T17:08:09.292Z Downloaded ascii-canvas v3.0.0
5902026-05-20T17:08:09.292Z Downloaded downcast-rs v2.0.2
5912026-05-20T17:08:09.304Z Downloaded darling_macro v0.23.0
5922026-05-20T17:08:09.305Z Downloaded crc8 v0.1.1
5932026-05-20T17:08:09.305Z Downloaded derive_builder_macro v0.20.2
5942026-05-20T17:08:09.305Z Downloaded defmt v0.3.100
5952026-05-20T17:08:09.305Z Downloaded debug-ignore v1.0.5
5962026-05-20T17:08:09.305Z Downloaded bitfield-struct v0.6.2
5972026-05-20T17:08:09.305Z Downloaded bcrypt-pbkdf v0.10.0
5982026-05-20T17:08:09.306Z Downloaded base16ct v0.2.0
5992026-05-20T17:08:09.306Z Downloaded atomic-waker v1.1.2
6002026-05-20T17:08:09.306Z Downloaded bb8 v0.8.6
6012026-05-20T17:08:09.312Z Downloaded dropshot-api-manager-types v0.7.1
6022026-05-20T17:08:09.312Z Downloaded crunchy v0.2.4
6032026-05-20T17:08:09.312Z Downloaded bit-set v0.5.3
6042026-05-20T17:08:09.312Z Downloaded atomicwrites v0.4.4
6052026-05-20T17:08:09.312Z Downloaded async-stream-impl v0.3.6
6062026-05-20T17:08:09.312Z Downloaded dsl_auto_type v0.2.0
6072026-05-20T17:08:09.312Z Downloaded cpufeatures v0.3.0
6082026-05-20T17:08:09.313Z Downloaded cfg_aliases v0.2.1
6092026-05-20T17:08:09.316Z Downloaded defmt-parser v1.0.0
6102026-05-20T17:08:09.316Z Downloaded derive-ex v0.1.8
6112026-05-20T17:08:09.316Z Downloaded atty v0.2.14
6122026-05-20T17:08:09.320Z Downloaded foreign-types-shared v0.1.1
6132026-05-20T17:08:09.321Z Downloaded foreign-types-macros v0.2.3
6142026-05-20T17:08:09.326Z Downloaded enum-as-inner v0.6.1
6152026-05-20T17:08:09.326Z Downloaded foreign-types-shared v0.3.1
6162026-05-20T17:08:09.326Z Downloaded git-stub v1.0.0
6172026-05-20T17:08:09.326Z Downloaded cipher v0.4.4
6182026-05-20T17:08:09.330Z Downloaded foreign-types v0.3.2
6192026-05-20T17:08:09.330Z Downloaded chacha20poly1305 v0.10.1
6202026-05-20T17:08:09.334Z Downloaded cmake v0.1.57
6212026-05-20T17:08:09.334Z Downloaded float-cmp v0.10.0
6222026-05-20T17:08:09.334Z Downloaded dunce v1.0.5
6232026-05-20T17:08:09.339Z Downloaded fd-lock v4.0.4
6242026-05-20T17:08:09.339Z Downloaded document-features v0.2.12
6252026-05-20T17:08:09.339Z Downloaded futures-sink v0.3.32
6262026-05-20T17:08:09.343Z Downloaded futures-macro v0.3.32
6272026-05-20T17:08:09.343Z Downloaded bcs v0.1.6
6282026-05-20T17:08:09.343Z Downloaded convert_case v0.10.0
6292026-05-20T17:08:09.343Z Downloaded curve25519-dalek-derive v0.1.1
6302026-05-20T17:08:09.343Z Downloaded cbc v0.1.2
6312026-05-20T17:08:09.347Z Downloaded futures-io v0.3.32
6322026-05-20T17:08:09.347Z Downloaded foreign-types v0.5.0
6332026-05-20T17:08:09.347Z Downloaded fxhash v0.2.1
6342026-05-20T17:08:09.347Z Downloaded futures-core v0.3.32
6352026-05-20T17:08:09.351Z Downloaded flagset v0.4.7
6362026-05-20T17:08:09.351Z Downloaded bytes v1.11.1
6372026-05-20T17:08:09.354Z Downloaded globwalk v0.9.1
6382026-05-20T17:08:09.355Z Downloaded gethostname v0.5.0
6392026-05-20T17:08:09.355Z Downloaded hash32 v0.3.1
6402026-05-20T17:08:09.360Z Downloaded embedded-io v0.6.1
6412026-05-20T17:08:09.360Z Downloaded allocator-api2 v0.2.21
6422026-05-20T17:08:09.360Z Downloaded dtrace-parser v0.3.0
6432026-05-20T17:08:09.360Z Downloaded cfg_aliases v0.1.1
6442026-05-20T17:08:09.360Z Downloaded backoff v0.4.0
6452026-05-20T17:08:09.364Z Downloaded convert_case v0.4.0
6462026-05-20T17:08:09.364Z Downloaded async-trait v0.1.89
6472026-05-20T17:08:09.370Z Downloaded ghash v0.5.1
6482026-05-20T17:08:09.375Z Downloaded crc-catalog v2.4.0
6492026-05-20T17:08:09.375Z Downloaded const_format_proc_macros v0.2.34
6502026-05-20T17:08:09.375Z Downloaded cexpr v0.6.0
6512026-05-20T17:08:09.379Z Downloaded compression-codecs v0.4.37
6522026-05-20T17:08:09.379Z Downloaded cobs v0.3.0
6532026-05-20T17:08:09.379Z Downloaded env_logger v0.11.9
6542026-05-20T17:08:09.379Z Downloaded ena v0.14.4
6552026-05-20T17:08:09.385Z Downloaded base64ct v1.8.3
6562026-05-20T17:08:09.385Z Downloaded arrayvec v0.7.6
6572026-05-20T17:08:09.385Z Downloaded chacha20 v0.9.1
6582026-05-20T17:08:09.385Z Downloaded bitfield v0.19.4
6592026-05-20T17:08:09.385Z Downloaded cargo_metadata v0.19.2
6602026-05-20T17:08:09.392Z Downloaded erased-serde v0.3.31
6612026-05-20T17:08:09.392Z Downloaded csv-core v0.1.13
6622026-05-20T17:08:09.392Z Downloaded byte-wrapper v0.1.0
6632026-05-20T17:08:09.392Z Downloaded daft v0.1.5
6642026-05-20T17:08:09.395Z Downloaded hex-literal v0.4.1
6652026-05-20T17:08:09.395Z Downloaded base64 v0.22.1
6662026-05-20T17:08:09.395Z Downloaded ar_archive_writer v0.5.1
6672026-05-20T17:08:09.399Z Downloaded headers-core v0.3.0
6682026-05-20T17:08:09.399Z Downloaded darling_core v0.20.11
6692026-05-20T17:08:09.403Z Downloaded hostname v0.3.1
6702026-05-20T17:08:09.403Z Downloaded home v0.5.12
6712026-05-20T17:08:09.403Z Downloaded fs-err v2.11.0
6722026-05-20T17:08:09.403Z Downloaded hex v0.4.3
6732026-05-20T17:08:09.408Z Downloaded bitflags v1.3.2
6742026-05-20T17:08:09.408Z Downloaded hubpack_derive v0.1.1
6752026-05-20T17:08:09.408Z Downloaded httpdate v1.0.3
6762026-05-20T17:08:09.415Z Downloaded fs_extra v1.3.0
6772026-05-20T17:08:09.415Z Downloaded hostname v0.4.2
6782026-05-20T17:08:09.415Z Downloaded group v0.13.0
6792026-05-20T17:08:09.415Z Downloaded funty v2.0.0
6802026-05-20T17:08:09.415Z Downloaded ciborium v0.2.2
6812026-05-20T17:08:09.415Z Downloaded hyper-tls v0.6.0
6822026-05-20T17:08:09.420Z Downloaded hubpack v0.1.2
6832026-05-20T17:08:09.420Z Downloaded http-range v0.1.5
6842026-05-20T17:08:09.420Z Downloaded indoc v1.0.9
6852026-05-20T17:08:09.420Z Downloaded ident_case v1.0.1
6862026-05-20T17:08:09.420Z Downloaded http-body v1.0.1
6872026-05-20T17:08:09.420Z Downloaded indent_write v2.2.0
6882026-05-20T17:08:09.420Z Downloaded illumos-nvpair v0.3.0
6892026-05-20T17:08:09.424Z Downloaded chacha20 v0.10.0
6902026-05-20T17:08:09.424Z Downloaded bit-vec v0.6.3
6912026-05-20T17:08:09.424Z Downloaded compact_str v0.8.1
6922026-05-20T17:08:09.429Z Downloaded daft-derive v0.1.5
6932026-05-20T17:08:09.434Z Downloaded globset v0.4.18
6942026-05-20T17:08:09.434Z Downloaded futures-task v0.3.32
6952026-05-20T17:08:09.434Z Downloaded foldhash v0.1.5
6962026-05-20T17:08:09.434Z Downloaded defmt-macros v1.0.1
6972026-05-20T17:08:09.438Z Downloaded futures-executor v0.3.32
6982026-05-20T17:08:09.438Z Downloaded cookie_store v0.22.1
6992026-05-20T17:08:09.438Z Downloaded cookie v0.18.1
7002026-05-20T17:08:09.441Z Downloaded git-stub-vcs v0.1.0
7012026-05-20T17:08:09.441Z Downloaded console v0.15.11
7022026-05-20T17:08:09.442Z Downloaded ctr v0.9.2
7032026-05-20T17:08:09.448Z Downloaded colored v3.1.1
7042026-05-20T17:08:09.448Z Downloaded clang-sys v1.8.1
7052026-05-20T17:08:09.448Z Downloaded inout v0.1.4
7062026-05-20T17:08:09.448Z Downloaded cancel-safe-futures v0.1.5
7072026-05-20T17:08:09.453Z Downloaded is_ci v1.2.0
7082026-05-20T17:08:09.453Z Downloaded instant v0.1.13
7092026-05-20T17:08:09.453Z Downloaded buf-list v1.1.2
7102026-05-20T17:08:09.453Z Downloaded bzip2 v0.4.4
7112026-05-20T17:08:09.457Z Downloaded fixedbitset v0.5.7
7122026-05-20T17:08:09.457Z Downloaded glob v0.3.3
7132026-05-20T17:08:09.457Z Downloaded instability v0.3.11
7142026-05-20T17:08:09.457Z Downloaded internet-checksum v0.2.1
7152026-05-20T17:08:09.461Z Downloaded illumos-nvpair-sys v0.2.0
7162026-05-20T17:08:09.462Z Downloaded hash32 v0.2.1
7172026-05-20T17:08:09.462Z Downloaded async-bb8-diesel v0.2.1
7182026-05-20T17:08:09.462Z Downloaded find-msvc-tools v0.1.9
7192026-05-20T17:08:09.462Z Downloaded filetime v0.2.27
7202026-05-20T17:08:09.467Z Downloaded futures-channel v0.3.32
7212026-05-20T17:08:09.467Z Downloaded is-terminal v0.4.17
7222026-05-20T17:08:09.467Z Downloaded diff v0.1.13
7232026-05-20T17:08:09.467Z Downloaded bzip2 v0.6.1
7242026-05-20T17:08:09.471Z Downloaded ed25519-dalek v2.2.0
7252026-05-20T17:08:09.471Z Downloaded defmt v1.0.1
7262026-05-20T17:08:09.475Z Downloaded lazy_static v1.5.0
7272026-05-20T17:08:09.475Z Downloaded drift v0.1.4
7282026-05-20T17:08:09.479Z Downloaded impl-trait-for-tuples v0.2.3
7292026-05-20T17:08:09.483Z Downloaded maplit v1.0.2
7302026-05-20T17:08:09.483Z Downloaded libscf-sys v1.1.0
7312026-05-20T17:08:09.483Z Downloaded fallible-iterator v0.2.0
7322026-05-20T17:08:09.483Z Downloaded elliptic-curve v0.13.8
7332026-05-20T17:08:09.498Z Downloaded crypto-bigint v0.5.5
7342026-05-20T17:08:09.504Z Downloaded indoc v2.0.7
7352026-05-20T17:08:09.504Z Downloaded crc-any v2.5.0
7362026-05-20T17:08:09.504Z Downloaded const-oid v0.9.6
7372026-05-20T17:08:09.504Z Downloaded crossbeam-channel v0.5.15
7382026-05-20T17:08:09.504Z Downloaded hyper-staticfile v0.10.1
7392026-05-20T17:08:09.504Z Downloaded lalrpop-util v0.19.12
7402026-05-20T17:08:09.505Z Downloaded kstat-rs v0.2.4
7412026-05-20T17:08:09.505Z Downloaded humantime v2.3.0
7422026-05-20T17:08:09.505Z Downloaded ff v0.13.1
7432026-05-20T17:08:09.505Z Downloaded der_derive v0.7.3
7442026-05-20T17:08:09.510Z Downloaded managed v0.8.0
7452026-05-20T17:08:09.510Z Downloaded lru v0.12.5
7462026-05-20T17:08:09.510Z Downloaded camino-tempfile-ext v0.3.3
7472026-05-20T17:08:09.510Z Downloaded lzss v0.8.2
7482026-05-20T17:08:09.510Z Downloaded maybe-uninit v2.0.0
7492026-05-20T17:08:09.510Z Downloaded http-body-util v0.1.3
7502026-05-20T17:08:09.511Z Downloaded highway v1.3.0
7512026-05-20T17:08:09.514Z Downloaded memoffset v0.9.1
7522026-05-20T17:08:09.514Z Downloaded lru-cache v0.1.2
7532026-05-20T17:08:09.514Z Downloaded ingot-types v0.1.2
7542026-05-20T17:08:09.515Z Downloaded bit-vec v0.8.0
7552026-05-20T17:08:09.515Z Downloaded backon v1.6.0
7562026-05-20T17:08:09.519Z Downloaded md5 v0.7.0
7572026-05-20T17:08:09.520Z Downloaded md-5 v0.10.6
7582026-05-20T17:08:09.520Z Downloaded match_cfg v0.1.0
7592026-05-20T17:08:09.520Z Downloaded mime v0.3.17
7602026-05-20T17:08:09.525Z Downloaded derive_builder_core v0.20.2
7612026-05-20T17:08:09.525Z Downloaded hmac v0.12.1
7622026-05-20T17:08:09.531Z Downloaded darling v0.23.0
7632026-05-20T17:08:09.531Z Downloaded foldhash v0.2.0
7642026-05-20T17:08:09.531Z Downloaded des v0.8.1
7652026-05-20T17:08:09.536Z Downloaded nonempty v0.12.0
7662026-05-20T17:08:09.536Z Downloaded new_debug_unreachable v1.0.6
7672026-05-20T17:08:09.536Z Downloaded nodrop v0.1.14
7682026-05-20T17:08:09.536Z Downloaded newline-converter v0.3.0
7692026-05-20T17:08:09.536Z Downloaded multimap v0.10.1
7702026-05-20T17:08:09.540Z Downloaded futures v0.3.32
7712026-05-20T17:08:09.540Z Downloaded libefi-sys v0.1.0
7722026-05-20T17:08:09.540Z Downloaded iana-time-zone v0.1.65
7732026-05-20T17:08:09.544Z Downloaded num-derive v0.4.2
7742026-05-20T17:08:09.544Z Downloaded newtype_derive v0.1.6
7752026-05-20T17:08:09.544Z Downloaded getrandom v0.2.17
7762026-05-20T17:08:09.549Z Downloaded half v1.8.3
7772026-05-20T17:08:09.550Z Downloaded opaque-debug v0.3.1
7782026-05-20T17:08:09.550Z Downloaded derive_more v0.99.20
7792026-05-20T17:08:09.553Z Downloaded olpc-cjson v0.1.4
7802026-05-20T17:08:09.553Z Downloaded ingot v0.1.1
7812026-05-20T17:08:09.553Z Downloaded num_threads v0.1.7
7822026-05-20T17:08:09.559Z Downloaded crossbeam-utils v0.8.21
7832026-05-20T17:08:09.559Z Downloaded linear-map v1.2.0
7842026-05-20T17:08:09.559Z Downloaded fatfs v0.3.6
7852026-05-20T17:08:09.563Z Downloaded libsw-core v0.3.2
7862026-05-20T17:08:09.563Z Downloaded nibble_vec v0.1.0
7872026-05-20T17:08:09.563Z Downloaded dropshot_endpoint v0.16.7
7882026-05-20T17:08:09.563Z Downloaded cc v1.2.56
7892026-05-20T17:08:09.582Z Downloaded normalize-line-endings v0.3.0
7902026-05-20T17:08:09.583Z Downloaded ipnet v2.11.0
7912026-05-20T17:08:09.583Z Downloaded keccak v0.1.6
7922026-05-20T17:08:09.583Z Downloaded lock_api v0.4.14
7932026-05-20T17:08:09.583Z Downloaded ingot-macros v0.1.1
7942026-05-20T17:08:09.583Z Downloaded openssl-probe v0.2.1
7952026-05-20T17:08:09.583Z Downloaded linked-hash-map v0.5.6
7962026-05-20T17:08:09.583Z Downloaded num-derive v0.3.3
7972026-05-20T17:08:09.583Z Downloaded oso-derive v0.27.3
7982026-05-20T17:08:09.583Z Downloaded openssl-probe v0.1.6
7992026-05-20T17:08:09.583Z Downloaded num v0.4.3
8002026-05-20T17:08:09.583Z Downloaded num-iter v0.1.45
8012026-05-20T17:08:09.583Z Downloaded num_enum_derive v0.5.11
8022026-05-20T17:08:09.583Z Downloaded num-conv v0.2.0
8032026-05-20T17:08:09.583Z Downloaded jobserver v0.1.34
8042026-05-20T17:08:09.583Z Downloaded ipnetwork v0.21.1
8052026-05-20T17:08:09.587Z Downloaded darling v0.20.11
8062026-05-20T17:08:09.587Z Downloaded newtype-uuid-macros v0.1.0
8072026-05-20T17:08:09.587Z Downloaded newtype-uuid v1.3.2
8082026-05-20T17:08:09.587Z Downloaded native-tls v0.2.18
8092026-05-20T17:08:09.591Z Downloaded libloading v0.8.9
8102026-05-20T17:08:09.595Z Downloaded lru-slab v0.1.2
8112026-05-20T17:08:09.607Z Downloaded peg-runtime v0.8.5
8122026-05-20T17:08:09.612Z Downloaded ignore v0.4.25
8132026-05-20T17:08:09.612Z Downloaded path-slash v0.1.5
8142026-05-20T17:08:09.612Z Downloaded pbkdf2 v0.11.0
8152026-05-20T17:08:09.620Z Downloaded parse-size v1.1.0
8162026-05-20T17:08:09.620Z Downloaded parse-display v0.10.0
8172026-05-20T17:08:09.620Z Downloaded packed_struct_codegen v0.10.1
8182026-05-20T17:08:09.620Z Downloaded pbkdf2 v0.12.2
8192026-05-20T17:08:09.620Z Downloaded indexmap v1.9.3
8202026-05-20T17:08:09.625Z Downloaded dropshot_endpoint v0.17.0
8212026-05-20T17:08:09.625Z Downloaded num_enum_derive v0.7.5
8222026-05-20T17:08:09.625Z Downloaded num-integer v0.1.46
8232026-05-20T17:08:09.625Z Downloaded multer v3.1.0
8242026-05-20T17:08:09.625Z Downloaded phf_shared v0.12.1
8252026-05-20T17:08:09.625Z Downloaded derive-where v1.6.0
8262026-05-20T17:08:09.669Z Downloaded crc32fast v1.5.0
8272026-05-20T17:08:09.669Z Downloaded nanorand v0.7.0
8282026-05-20T17:08:09.674Z Downloaded mime_guess v2.0.5
8292026-05-20T17:08:09.674Z Downloaded aes v0.8.4
8302026-05-20T17:08:09.674Z Downloaded base64 v0.21.7
8312026-05-20T17:08:09.674Z Downloaded libsw v3.5.0
8322026-05-20T17:08:09.674Z Downloaded hyper-rustls v0.27.7
8332026-05-20T17:08:09.674Z Downloaded openssl-macros v0.1.1
8342026-05-20T17:08:09.674Z Downloaded litrs v1.0.0
8352026-05-20T17:08:09.674Z Downloaded getrandom v0.3.4
8362026-05-20T17:08:09.674Z Downloaded derive_builder v0.20.2
8372026-05-20T17:08:09.675Z Downloaded heapless v0.7.17
8382026-05-20T17:08:09.675Z Downloaded bumpalo v3.20.2
8392026-05-20T17:08:09.675Z Downloaded oxide-tokio-rt v0.1.4
8402026-05-20T17:08:09.675Z Downloaded phf_shared v0.11.3
8412026-05-20T17:08:09.675Z Downloaded phf_shared v0.13.1
8422026-05-20T17:08:09.675Z Downloaded predicates-tree v1.0.13
8432026-05-20T17:08:09.675Z Downloaded pin-utils v0.1.0
8442026-05-20T17:08:09.675Z Downloaded num_enum v0.7.5
8452026-05-20T17:08:09.675Z Downloaded num_enum v0.5.11
8462026-05-20T17:08:09.675Z Downloaded precomputed-hash v0.1.1
8472026-05-20T17:08:09.675Z Downloaded predicates-core v1.0.10
8482026-05-20T17:08:09.675Z Downloaded powerfmt v0.2.0
8492026-05-20T17:08:09.684Z Downloaded pem v3.0.6
8502026-05-20T17:08:09.684Z Downloaded paste v1.0.15
8512026-05-20T17:08:09.688Z Downloaded num-rational v0.4.2
8522026-05-20T17:08:09.688Z Downloaded proc-macro-crate v1.3.1
8532026-05-20T17:08:09.688Z Downloaded password-hash v0.5.0
8542026-05-20T17:08:09.688Z Downloaded password-hash v0.4.2
8552026-05-20T17:08:09.688Z Downloaded parking_lot_core v0.8.6
8562026-05-20T17:08:09.688Z Downloaded progenitor-macro v0.14.0
8572026-05-20T17:08:09.693Z Downloaded httparse v1.10.1
8582026-05-20T17:08:09.697Z Downloaded oxnet v0.1.4
8592026-05-20T17:08:09.698Z Downloaded packed_struct v0.10.1
8602026-05-20T17:08:09.698Z Downloaded proc-macro-error-attr2 v2.0.0
8612026-05-20T17:08:09.698Z Downloaded omicron-zone-package v0.12.2
8622026-05-20T17:08:09.702Z Downloaded progenitor-client v0.11.2
8632026-05-20T17:08:09.702Z Downloaded proc-macro-crate v3.4.0
8642026-05-20T17:08:09.702Z Downloaded phf v0.12.1
8652026-05-20T17:08:09.702Z Downloaded psl-types v2.0.11
8662026-05-20T17:08:09.702Z Downloaded owo-colors v4.3.0
8672026-05-20T17:08:09.706Z Downloaded progenitor-macro v0.13.0
8682026-05-20T17:08:09.706Z Downloaded progenitor-macro v0.11.2
8692026-05-20T17:08:09.706Z Downloaded quick-error v1.2.3
8702026-05-20T17:08:09.710Z Downloaded progenitor-client v0.10.0
8712026-05-20T17:08:09.710Z Downloaded pin-project-internal v1.1.11
8722026-05-20T17:08:09.714Z Downloaded async-compression v0.4.41
8732026-05-20T17:08:09.717Z Downloaded memmap2 v0.9.10
8742026-05-20T17:08:09.717Z Downloaded peg-macros v0.8.5
8752026-05-20T17:08:09.721Z Downloaded pkcs8 v0.10.2
8762026-05-20T17:08:09.721Z Downloaded peg v0.8.5
8772026-05-20T17:08:09.724Z Downloaded aho-corasick v1.1.4
8782026-05-20T17:08:09.729Z Downloaded rand_chacha v0.3.1
8792026-05-20T17:08:09.733Z Downloaded const_format v0.2.35
8802026-05-20T17:08:09.733Z Downloaded aes-gcm v0.10.3
8812026-05-20T17:08:09.737Z Downloaded postgres-protocol v0.6.10
8822026-05-20T17:08:09.737Z Downloaded polyval v0.6.2
8832026-05-20T17:08:09.742Z Downloaded radium v0.7.0
8842026-05-20T17:08:09.746Z Downloaded ref-cast-impl v1.0.25
8852026-05-20T17:08:09.746Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-05-20T17:08:09.746Z Downloaded progenitor-macro v0.10.0
8872026-05-20T17:08:09.750Z Downloaded parking_lot_core v0.9.12
8882026-05-20T17:08:09.750Z Downloaded progenitor v0.10.0
8892026-05-20T17:08:09.755Z Downloaded der v0.7.10
8902026-05-20T17:08:09.759Z Downloaded progenitor v0.13.0
8912026-05-20T17:08:09.763Z Downloaded phf v0.13.1
8922026-05-20T17:08:09.763Z Downloaded progenitor v0.11.2
8932026-05-20T17:08:09.763Z Downloaded proc-macro-error2 v2.0.1
8942026-05-20T17:08:09.767Z Downloaded pem-rfc7468 v0.7.0
8952026-05-20T17:08:09.767Z Downloaded libbz2-rs-sys v0.2.2
8962026-05-20T17:08:09.767Z Downloaded parking_lot v0.12.5
8972026-05-20T17:08:09.770Z Downloaded progenitor-extras v0.2.0
8982026-05-20T17:08:09.770Z Downloaded predicates v3.1.4
8992026-05-20T17:08:09.771Z Downloaded pkg-config v0.3.32
9002026-05-20T17:08:09.774Z Downloaded pin-project-lite v0.2.17
9012026-05-20T17:08:09.774Z Downloaded nu-ansi-term v0.50.3
9022026-05-20T17:08:09.778Z Downloaded recursive v0.1.1
9032026-05-20T17:08:09.778Z Downloaded rand_xorshift v0.4.0
9042026-05-20T17:08:09.778Z Downloaded ref-cast v1.0.25
9052026-05-20T17:08:09.782Z Downloaded parking_lot v0.11.2
9062026-05-20T17:08:09.782Z Downloaded primeorder v0.13.6
9072026-05-20T17:08:09.785Z Downloaded poly1305 v0.8.0
9082026-05-20T17:08:09.785Z Downloaded half v2.7.1
9092026-05-20T17:08:09.789Z Downloaded headers v0.4.1
9102026-05-20T17:08:09.796Z Downloaded rfc6979 v0.4.0
9112026-05-20T17:08:09.799Z Downloaded parse-display-derive v0.10.0
9122026-05-20T17:08:09.799Z Downloaded rustc_version v0.4.1
9132026-05-20T17:08:09.803Z Downloaded rustc-hash v2.1.1
9142026-05-20T17:08:09.803Z Downloaded russh-cryptovec v0.7.3
9152026-05-20T17:08:09.807Z Downloaded progenitor-client v0.14.0
9162026-05-20T17:08:09.808Z Downloaded progenitor-client v0.13.0
9172026-05-20T17:08:09.808Z Downloaded progenitor v0.14.0
9182026-05-20T17:08:09.808Z Downloaded rtoolbox v0.0.3
9192026-05-20T17:08:09.813Z Downloaded rand_core v0.10.0
9202026-05-20T17:08:09.813Z Downloaded postgres-types v0.2.12
9212026-05-20T17:08:09.822Z Downloaded rustc_version v0.1.7
9222026-05-20T17:08:09.825Z Downloaded flume v0.11.1
9232026-05-20T17:08:09.829Z Downloaded ppv-lite86 v0.2.21
9242026-05-20T17:08:09.829Z Downloaded jiff-static v0.2.21
9252026-05-20T17:08:09.832Z Downloaded flate2 v1.1.9
9262026-05-20T17:08:09.836Z Downloaded indicatif v0.18.4
9272026-05-20T17:08:09.840Z Downloaded psm v0.1.30
9282026-05-20T17:08:09.846Z Downloaded expectorate v1.2.0
9292026-05-20T17:08:09.846Z Downloaded darling_core v0.23.0
9302026-05-20T17:08:10.381Z Downloaded sapling-renderdag v0.1.0
9312026-05-20T17:08:10.381Z Downloaded derive_more v2.1.1
9322026-05-20T17:08:10.381Z Downloaded r2d2 v0.8.10
9332026-05-20T17:08:10.381Z Downloaded salsa20 v0.10.2
9342026-05-20T17:08:10.381Z Downloaded num-complex v0.4.6
9352026-05-20T17:08:10.381Z Downloaded pkcs5 v0.7.1
9362026-05-20T17:08:10.381Z Downloaded rand_seeder v0.4.0
9372026-05-20T17:08:10.381Z Downloaded scroll_derive v0.13.1
9382026-05-20T17:08:10.381Z Downloaded rand_core v0.9.5
9392026-05-20T17:08:10.381Z Downloaded pkcs1 v0.7.5
9402026-05-20T17:08:10.381Z Downloaded rand_chacha v0.9.0
9412026-05-20T17:08:10.382Z Downloaded same-file v1.0.6
9422026-05-20T17:08:10.382Z Downloaded hashbrown v0.12.3
9432026-05-20T17:08:10.382Z Downloaded scrypt v0.11.0
9442026-05-20T17:08:10.382Z Downloaded heapless v0.8.0
9452026-05-20T17:08:10.382Z Downloaded hashbrown v0.13.2
9462026-05-20T17:08:10.382Z Downloaded serde-big-array v0.5.1
9472026-05-20T17:08:10.382Z Downloaded semver v0.1.20
9482026-05-20T17:08:10.382Z Downloaded secrecy v0.10.3
9492026-05-20T17:08:10.382Z Downloaded secrecy v0.8.0
9502026-05-20T17:08:10.382Z Downloaded hickory-resolver v0.25.2
9512026-05-20T17:08:10.382Z Downloaded serde_spanned v1.0.4
9522026-05-20T17:08:10.382Z Downloaded papergrid v0.17.0
9532026-05-20T17:08:10.382Z Downloaded p256 v0.13.2
9542026-05-20T17:08:10.382Z Downloaded oso v0.27.3
9552026-05-20T17:08:10.382Z Downloaded resolv-conf v0.7.6
9562026-05-20T17:08:10.382Z Downloaded hickory-resolver v0.24.4
9572026-05-20T17:08:10.382Z Downloaded prefix-trie v0.7.0
9582026-05-20T17:08:10.382Z Downloaded serde_repr v0.1.20
9592026-05-20T17:08:10.382Z Downloaded serde_plain v1.0.2
9602026-05-20T17:08:10.382Z Downloaded seq-macro v0.3.6
9612026-05-20T17:08:10.382Z Downloaded postcard v1.1.3
9622026-05-20T17:08:10.382Z Downloaded serde_bytes v0.11.19
9632026-05-20T17:08:10.382Z Downloaded diesel_derives v2.3.7
9642026-05-20T17:08:10.382Z Downloaded serde_urlencoded v0.7.1
9652026-05-20T17:08:10.382Z Downloaded signal-hook-tokio v0.3.1
9662026-05-20T17:08:10.382Z Downloaded rusty-fork v0.3.1
9672026-05-20T17:08:10.382Z Downloaded derive_more-impl v2.1.1
9682026-05-20T17:08:10.382Z Downloaded miniz_oxide v0.8.9
9692026-05-20T17:08:10.382Z Downloaded scopeguard v1.2.0
9702026-05-20T17:08:10.382Z Downloaded sha1 v0.10.6
9712026-05-20T17:08:10.382Z Downloaded signal-hook-mio v0.2.5
9722026-05-20T17:08:10.382Z Downloaded schemars_derive v0.8.22
9732026-05-20T17:08:10.382Z Downloaded sigpipe v0.1.3
9742026-05-20T17:08:10.382Z Downloaded slog-bunyan v2.5.0
9752026-05-20T17:08:10.382Z Downloaded quinn-udp v0.5.14
9762026-05-20T17:08:10.382Z Downloaded progenitor-impl v0.13.0
9772026-05-20T17:08:10.383Z Downloaded rustls-native-certs v0.8.3
9782026-05-20T17:08:10.383Z Downloaded pin-project v1.1.11
9792026-05-20T17:08:10.383Z Downloaded siphasher v1.0.2
9802026-05-20T17:08:10.383Z Downloaded signature v2.2.0
9812026-05-20T17:08:10.383Z Downloaded rustversion v1.0.22
9822026-05-20T17:08:10.383Z Downloaded rustls-pemfile v2.2.0
9832026-05-20T17:08:10.383Z Downloaded rand_core v0.6.4
9842026-05-20T17:08:10.383Z Downloaded rustls-pemfile v1.0.4
9852026-05-20T17:08:10.383Z Downloaded progenitor-impl v0.14.0
9862026-05-20T17:08:10.383Z Downloaded http v1.4.0
9872026-05-20T17:08:10.383Z Downloaded scroll v0.13.0
9882026-05-20T17:08:10.383Z Downloaded scheduled-thread-pool v0.2.7
9892026-05-20T17:08:10.383Z Downloaded serde_path_to_error v0.1.20
9902026-05-20T17:08:10.383Z Downloaded sec1 v0.7.3
9912026-05-20T17:08:10.383Z Downloaded slog-envlogger v2.2.0
9922026-05-20T17:08:10.383Z Downloaded serde-hex v0.1.0
9932026-05-20T17:08:10.383Z Downloaded progenitor-impl v0.10.0
9942026-05-20T17:08:10.383Z Downloaded sct v0.7.1
9952026-05-20T17:08:10.383Z Downloaded rcgen v0.12.1
9962026-05-20T17:08:10.383Z Downloaded ssh-cipher v0.2.0
9972026-05-20T17:08:10.383Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-20T17:08:10.383Z Downloaded sqlparser_derive v0.5.0
9992026-05-20T17:08:10.383Z Downloaded itertools v0.10.5
10002026-05-20T17:08:10.383Z Downloaded progenitor-impl v0.11.2
10012026-05-20T17:08:10.383Z Downloaded dropshot-api-manager v0.7.1
10022026-05-20T17:08:10.383Z Downloaded simd-adler32 v0.3.8
10032026-05-20T17:08:10.383Z Downloaded subtle v2.6.1
10042026-05-20T17:08:10.383Z Downloaded structmeta v0.3.0
10052026-05-20T17:08:10.383Z Downloaded strum v0.27.2
10062026-05-20T17:08:10.383Z Downloaded shell-words v1.1.1
10072026-05-20T17:08:10.383Z Downloaded slog-async v2.8.0
10082026-05-20T17:08:10.383Z Downloaded strum v0.26.3
10092026-05-20T17:08:10.383Z Downloaded slog-dtrace v0.3.0
10102026-05-20T17:08:10.383Z Downloaded signal-hook-registry v1.4.8
10112026-05-20T17:08:10.383Z Downloaded openssl-sys v0.9.115
10122026-05-20T17:08:10.383Z Downloaded hashbrown v0.15.5
10132026-05-20T17:08:10.383Z Downloaded slog-scope v4.4.1
10142026-05-20T17:08:10.383Z Downloaded tap v1.0.1
10152026-05-20T17:08:10.383Z Downloaded take_mut v0.2.2
10162026-05-20T17:08:10.384Z Downloaded tagptr v0.2.0
10172026-05-20T17:08:10.384Z Downloaded structmeta-derive v0.3.0
10182026-05-20T17:08:10.384Z Downloaded crossterm v0.28.1
10192026-05-20T17:08:10.384Z Downloaded testing_table v0.3.0
10202026-05-20T17:08:10.384Z Downloaded termtree v0.5.1
10212026-05-20T17:08:10.384Z Downloaded sync-ptr v0.1.4
10222026-05-20T17:08:10.384Z Downloaded russh-keys v0.45.0
10232026-05-20T17:08:10.384Z Downloaded shlex v1.3.0
10242026-05-20T17:08:10.384Z Downloaded prettyplease v0.2.37
10252026-05-20T17:08:10.384Z Downloaded tabwriter v1.4.1
10262026-05-20T17:08:10.384Z Downloaded sync_wrapper v1.0.2
10272026-05-20T17:08:10.384Z Downloaded serde_derive_internals v0.29.1
10282026-05-20T17:08:10.384Z Downloaded rustls-pki-types v1.14.0
10292026-05-20T17:08:10.384Z Downloaded tabled_derive v0.11.0
10302026-05-20T17:08:10.390Z Downloaded rayon-core v1.13.0
10312026-05-20T17:08:10.390Z Downloaded supports-color v3.0.2
10322026-05-20T17:08:10.390Z Downloaded time-core v0.1.8
10332026-05-20T17:08:10.390Z Downloaded smallvec v0.6.14
10342026-05-20T17:08:10.391Z Downloaded stacker v0.1.23
10352026-05-20T17:08:10.391Z Downloaded nom v7.1.3
10362026-05-20T17:08:10.391Z Downloaded stringprep v0.1.5
10372026-05-20T17:08:10.391Z Downloaded slog-stdlog v4.1.1
10382026-05-20T17:08:10.391Z Downloaded mio v1.2.0
10392026-05-20T17:08:10.391Z Downloaded smf v0.2.3
10402026-05-20T17:08:10.391Z Downloaded ryu v1.0.23
10412026-05-20T17:08:10.391Z Downloaded ssh-encoding v0.2.0
10422026-05-20T17:08:10.391Z Downloaded snafu-derive v0.8.9
10432026-05-20T17:08:10.391Z Downloaded string_cache v0.8.9
10442026-05-20T17:08:10.391Z Downloaded tokio-macros v2.7.0
10452026-05-20T17:08:10.391Z Downloaded thread-id v5.1.0
10462026-05-20T17:08:10.391Z Downloaded thiserror-impl-no-std v2.0.2
10472026-05-20T17:08:10.391Z Downloaded spki v0.7.3
10482026-05-20T17:08:10.391Z Downloaded slog-term v2.9.2
10492026-05-20T17:08:10.391Z Downloaded quinn v0.11.9
10502026-05-20T17:08:10.391Z Downloaded tinyvec_macros v0.1.1
10512026-05-20T17:08:10.391Z Downloaded serde_with_macros v3.17.0
10522026-05-20T17:08:10.391Z Downloaded hyper-util v0.1.20
10532026-05-20T17:08:10.391Z Downloaded slog-json v2.6.1
10542026-05-20T17:08:10.391Z Downloaded ron v0.8.1
10552026-05-20T17:08:10.391Z Downloaded libxml v0.3.3
10562026-05-20T17:08:10.391Z Downloaded minimal-lexical v0.2.1
10572026-05-20T17:08:10.391Z Downloaded num-bigint v0.4.6
10582026-05-20T17:08:10.391Z Downloaded sqlformat v0.3.5
10592026-05-20T17:08:10.391Z Downloaded serde_cbor v0.11.2
10602026-05-20T17:08:10.391Z Downloaded rand v0.8.6
10612026-05-20T17:08:10.391Z Downloaded static_assertions v1.1.0
10622026-05-20T17:08:10.391Z Downloaded thread_local v1.1.9
10632026-05-20T17:08:10.391Z Downloaded thiserror-no-std v2.0.2
10642026-05-20T17:08:10.391Z Downloaded strum_macros v0.26.4
10652026-05-20T17:08:10.391Z Downloaded strum_macros v0.24.3
10662026-05-20T17:08:10.391Z Downloaded tower-service v0.3.3
10672026-05-20T17:08:10.391Z Downloaded strum_macros v0.27.2
10682026-05-20T17:08:10.391Z Downloaded slab v0.4.12
10692026-05-20T17:08:10.391Z Downloaded schemars v0.8.22
10702026-05-20T17:08:10.392Z Downloaded try-lock v0.2.5
10712026-05-20T17:08:10.392Z Downloaded tower-layer v0.3.3
10722026-05-20T17:08:10.392Z Downloaded topological-sort v0.2.2
10732026-05-20T17:08:10.392Z Downloaded termios v0.3.3
10742026-05-20T17:08:10.392Z Downloaded support-bundle-viewer v0.1.2
10752026-05-20T17:08:10.392Z Downloaded hyper v1.8.1
10762026-05-20T17:08:10.392Z Downloaded pretty_assertions v1.4.1
10772026-05-20T17:08:10.392Z Downloaded hickory-server v0.25.2
10782026-05-20T17:08:10.392Z Downloaded similar v2.7.0
10792026-05-20T17:08:10.392Z Downloaded trait-variant v0.1.2
10802026-05-20T17:08:10.392Z Downloaded schemars v0.9.0
10812026-05-20T17:08:10.392Z Downloaded tls_codec_derive v0.4.2
10822026-05-20T17:08:10.392Z Downloaded time-macros v0.2.27
10832026-05-20T17:08:10.392Z Downloaded itertools v0.13.0
10842026-05-20T17:08:10.392Z Downloaded unarray v0.1.4
10852026-05-20T17:08:10.392Z Downloaded unicode-truncate v1.1.0
10862026-05-20T17:08:10.392Z Downloaded typify-macro v0.4.3
10872026-05-20T17:08:10.392Z Downloaded typify-macro v0.6.2
10882026-05-20T17:08:10.392Z Downloaded tls_codec v0.4.2
10892026-05-20T17:08:10.392Z Downloaded unit-prefix v0.5.2
10902026-05-20T17:08:10.392Z Downloaded usdt-attr-macro v0.6.0
10912026-05-20T17:08:10.392Z Downloaded qorb v0.4.1
10922026-05-20T17:08:10.392Z Downloaded tokio-tungstenite v0.21.0
10932026-05-20T17:08:10.392Z Downloaded serde_yaml v0.9.34+deprecated
10942026-05-20T17:08:10.392Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10952026-05-20T17:08:10.392Z Downloaded universal-hash v0.5.1
10962026-05-20T17:08:10.392Z Downloaded term v0.7.0
10972026-05-20T17:08:10.392Z Downloaded spin v0.9.8
10982026-05-20T17:08:10.392Z Downloaded tokio-dtrace v0.1.1
10992026-05-20T17:08:10.392Z Downloaded signal-hook v0.3.18
11002026-05-20T17:08:10.392Z Downloaded rand v0.9.2
11012026-05-20T17:08:10.392Z Downloaded itertools v0.12.1
11022026-05-20T17:08:10.392Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-20T17:08:10.392Z Downloaded tokio-rustls v0.25.0
11042026-05-20T17:08:10.392Z Downloaded tokio-native-tls v0.3.1
11052026-05-20T17:08:10.392Z Downloaded usdt v0.6.0
11062026-05-20T17:08:10.393Z Downloaded void v1.0.2
11072026-05-20T17:08:10.393Z Downloaded untrusted v0.7.1
11082026-05-20T17:08:10.393Z Downloaded utf-8 v0.7.6
11092026-05-20T17:08:10.393Z Downloaded usdt-macro v0.6.0
11102026-05-20T17:08:10.393Z Downloaded untrusted v0.9.0
11112026-05-20T17:08:10.393Z Downloaded rustls-platform-verifier v0.6.2
11122026-05-20T17:08:10.393Z Downloaded samael v0.0.19
11132026-05-20T17:08:10.393Z Downloaded waitgroup v0.1.2
11142026-05-20T17:08:10.393Z Downloaded libm v0.2.16
11152026-05-20T17:08:10.393Z Downloaded slog v2.8.2
11162026-05-20T17:08:10.393Z Downloaded wait-timeout v0.2.1
11172026-05-20T17:08:10.393Z Downloaded num-bigint-dig v0.8.6
11182026-05-20T17:08:10.393Z Downloaded term v1.2.1
11192026-05-20T17:08:10.393Z Downloaded schemars v1.2.1
11202026-05-20T17:08:10.393Z Downloaded tokio-rustls v0.24.1
11212026-05-20T17:08:10.393Z Downloaded rsa v0.9.10
11222026-05-20T17:08:10.393Z Downloaded hashbrown v0.16.1
11232026-05-20T17:08:10.393Z Downloaded tui-tree-widget v0.23.1
11242026-05-20T17:08:10.393Z Downloaded tiny-keccak v2.0.2
11252026-05-20T17:08:10.393Z Downloaded socket2 v0.5.10
11262026-05-20T17:08:10.393Z Downloaded xshell-macros v0.2.7
11272026-05-20T17:08:10.393Z Downloaded want v0.3.1
11282026-05-20T17:08:10.393Z Downloaded xattr v1.6.1
11292026-05-20T17:08:10.393Z Downloaded tokio-stream v0.1.18
11302026-05-20T17:08:10.397Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-20T17:08:10.397Z Downloaded publicsuffix v2.3.0
11322026-05-20T17:08:10.397Z Downloaded unicase v2.9.0
11332026-05-20T17:08:10.397Z Downloaded test-strategy v0.4.5
11342026-05-20T17:08:10.397Z Downloaded p521 v0.13.3
11352026-05-20T17:08:10.398Z Downloaded socket2 v0.6.3
11362026-05-20T17:08:10.398Z Downloaded vergen-lib v0.1.6
11372026-05-20T17:08:10.398Z Downloaded uzers v0.12.2
11382026-05-20T17:08:10.398Z Downloaded vsss-rs v3.3.4
11392026-05-20T17:08:10.398Z Downloaded zone_cfg_derive v0.3.1
11402026-05-20T17:08:10.398Z Downloaded tokio-rustls v0.26.4
11412026-05-20T17:08:10.398Z Downloaded twox-hash v2.1.2
11422026-05-20T17:08:10.399Z Downloaded zeroize_derive v1.4.3
11432026-05-20T17:08:10.399Z Downloaded rustls-webpki v0.103.9
11442026-05-20T17:08:10.399Z Downloaded vergen-gitcl v1.0.8
11452026-05-20T17:08:10.399Z Downloaded tracing-attributes v0.1.31
11462026-05-20T17:08:10.399Z Downloaded usdt-impl v0.6.0
11472026-05-20T17:08:10.399Z Downloaded tokio-tungstenite v0.23.1
11482026-05-20T17:08:10.399Z Downloaded zone v0.3.1
11492026-05-20T17:08:10.399Z Downloaded blake3 v1.8.3
11502026-05-20T17:08:10.399Z Downloaded whoami v1.6.1
11512026-05-20T17:08:10.399Z Downloaded toml v0.7.8
11522026-05-20T17:08:10.399Z Downloaded toml v0.9.12+spec-1.1.0
11532026-05-20T17:08:10.399Z Downloaded zeroize v1.8.2
11542026-05-20T17:08:10.399Z Downloaded tinyvec v1.10.0
11552026-05-20T17:08:10.400Z Downloaded snafu v0.8.9
11562026-05-20T17:08:10.400Z Downloaded toml_writer v1.0.6+spec-1.1.0
11572026-05-20T17:08:10.400Z Downloaded rand v0.10.0
11582026-05-20T17:08:10.400Z Downloaded xshell v0.2.7
11592026-05-20T17:08:10.400Z Downloaded iddqd v0.3.18
11602026-05-20T17:08:10.400Z Downloaded zstd-safe v7.2.4
11612026-05-20T17:08:10.400Z Downloaded walkdir v2.5.0
11622026-05-20T17:08:10.400Z Downloaded futures-util v0.3.32
11632026-05-20T17:08:10.400Z Downloaded tungstenite v0.21.0
11642026-05-20T17:08:10.404Z Downloaded tracing-core v0.1.36
11652026-05-20T17:08:10.405Z Downloaded unicode-properties v0.1.4
11662026-05-20T17:08:10.405Z Downloaded bindgen v0.71.1
11672026-05-20T17:08:10.408Z Downloaded bitvec v1.0.1
11682026-05-20T17:08:10.413Z Downloaded zerocopy v0.6.6
11692026-05-20T17:08:10.416Z Downloaded yasna v0.5.2
11702026-05-20T17:08:10.416Z Downloaded unicode-bidi v0.3.18
11712026-05-20T17:08:10.420Z Downloaded iri-string v0.7.10
11722026-05-20T17:08:10.423Z Downloaded vergen-git2 v1.0.7
11732026-05-20T17:08:10.423Z Downloaded tar v0.4.45
11742026-05-20T17:08:10.427Z Downloaded zstd v0.13.3
11752026-05-20T17:08:10.427Z Downloaded subprocess v0.2.15
11762026-05-20T17:08:10.430Z Downloaded aws-lc-rs v1.16.3
11772026-05-20T17:08:10.434Z Downloaded vergen v9.0.6
11782026-05-20T17:08:10.438Z Downloaded toml v1.0.6+spec-1.1.0
11792026-05-20T17:08:10.443Z Downloaded wyz v0.5.1
11802026-05-20T17:08:10.447Z Downloaded whoami v2.1.0
11812026-05-20T17:08:10.455Z Downloaded typify v0.4.3
11822026-05-20T17:08:10.461Z Downloaded tungstenite v0.23.0
11832026-05-20T17:08:10.469Z Downloaded p384 v0.13.1
11842026-05-20T17:08:10.475Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-20T17:08:10.480Z Downloaded toml_edit v0.19.15
11862026-05-20T17:08:10.487Z Downloaded unsafe-libyaml v0.2.11
11872026-05-20T17:08:10.490Z Downloaded regex v1.12.3
11882026-05-20T17:08:10.494Z Downloaded zopfli v0.8.3
11892026-05-20T17:08:10.497Z Downloaded chrono v0.4.44
11902026-05-20T17:08:10.501Z Downloaded rustyline v14.0.0
11912026-05-20T17:08:10.504Z Downloaded vte v0.14.1
11922026-05-20T17:08:10.511Z Downloaded rpassword v7.4.0
11932026-05-20T17:08:10.511Z Downloaded hkdf v0.12.4
11942026-05-20T17:08:10.511Z Downloaded reqwest v0.12.28
11952026-05-20T17:08:10.518Z Downloaded portable-atomic v1.13.1
11962026-05-20T17:08:10.523Z Downloaded typify v0.6.2
11972026-05-20T17:08:10.526Z Downloaded rayon v1.11.0
11982026-05-20T17:08:10.530Z Downloaded h2 v0.4.13
11992026-05-20T17:08:10.534Z Downloaded steno v0.4.1
12002026-05-20T17:08:10.538Z Downloaded ssh-key v0.6.7
12012026-05-20T17:08:10.541Z Downloaded tokio-postgres v0.7.16
12022026-05-20T17:08:10.547Z Downloaded uuid v1.23.0
12032026-05-20T17:08:10.550Z Downloaded unicode_categories v0.1.1
12042026-05-20T17:08:10.550Z Downloaded quick-xml v0.37.5
12052026-05-20T17:08:10.554Z Downloaded yansi v1.0.1
12062026-05-20T17:08:10.558Z Downloaded reedline v0.40.0
12072026-05-20T17:08:10.576Z Downloaded itertools v0.14.0
12082026-05-20T17:08:10.576Z Downloaded russh v0.45.0
12092026-05-20T17:08:10.576Z Downloaded salty v0.3.0
12102026-05-20T17:08:10.584Z Downloaded proptest v1.10.0
12112026-05-20T17:08:10.589Z Downloaded unicode-segmentation v1.12.0
12122026-05-20T17:08:10.602Z Downloaded zip v0.6.6
12132026-05-20T17:08:10.606Z Downloaded lalrpop v0.19.12
12142026-05-20T17:08:10.613Z Downloaded tower v0.5.3
12152026-05-20T17:08:10.617Z Downloaded moka v0.12.13
12162026-05-20T17:08:10.625Z Downloaded typed-path v0.9.3
12172026-05-20T17:08:10.630Z Downloaded zerocopy-derive v0.8.40
12182026-05-20T17:08:10.633Z Downloaded tokio-util v0.7.18
12192026-05-20T17:08:10.652Z Downloaded git2 v0.20.4
12202026-05-20T17:08:10.656Z Downloaded zip v4.6.1
12212026-05-20T17:08:10.656Z Downloaded rustls-webpki v0.102.8
12222026-05-20T17:08:10.656Z Downloaded object v0.30.4
12232026-05-20T17:08:10.663Z Downloaded x509-cert v0.2.5
12242026-05-20T17:08:10.671Z Downloaded petname v2.0.2
12252026-05-20T17:08:10.690Z Downloaded rustls-webpki v0.101.7
12262026-05-20T17:08:10.696Z Downloaded tough v0.22.0
12272026-05-20T17:08:10.701Z Downloaded reqwest v0.13.2
12282026-05-20T17:08:10.705Z Downloaded nix v0.27.1
12292026-05-20T17:08:10.710Z Downloaded radix_trie v0.2.1
12302026-05-20T17:08:10.741Z Downloaded goblin v0.10.5
12312026-05-20T17:08:10.748Z Downloaded serde_with v3.17.0
12322026-05-20T17:08:10.768Z Downloaded winnow v0.6.26
12332026-05-20T17:08:10.773Z Downloaded tabled v0.20.0
12342026-05-20T17:08:10.773Z Downloaded unicode-normalization v0.1.25
12352026-05-20T17:08:10.774Z Downloaded time v0.3.47
12362026-05-20T17:08:10.782Z Downloaded bstr v1.12.1
12372026-05-20T17:08:10.786Z Downloaded tower-http v0.6.8
12382026-05-20T17:08:10.789Z Downloaded rustls v0.21.12
12392026-05-20T17:08:10.809Z Downloaded vcpkg v0.2.15
12402026-05-20T17:08:10.832Z Downloaded object v0.37.3
12412026-05-20T17:08:10.838Z Downloaded curve25519-dalek v4.1.3
12422026-05-20T17:08:10.843Z Downloaded quinn-proto v0.11.13
12432026-05-20T17:08:10.849Z Downloaded winnow v0.5.40
12442026-05-20T17:08:10.860Z Downloaded zerocopy v0.8.40
12452026-05-20T17:08:10.866Z Downloaded webpki-roots v1.0.6
12462026-05-20T17:08:10.869Z Downloaded regress v0.10.5
12472026-05-20T17:08:10.873Z Downloaded smoltcp v0.11.0
12482026-05-20T17:08:10.880Z Downloaded rustls v0.22.4
12492026-05-20T17:08:10.889Z Downloaded regress v0.11.1
12502026-05-20T17:08:10.893Z Downloaded polar-core v0.27.3
12512026-05-20T17:08:10.899Z Downloaded openssl v0.10.79
12522026-05-20T17:08:10.913Z Downloaded nix v0.29.0
12532026-05-20T17:08:10.920Z Downloaded nix v0.28.0
12542026-05-20T17:08:10.927Z Downloaded regex-syntax v0.6.29
12552026-05-20T17:08:10.939Z Downloaded dropshot v0.16.7
12562026-05-20T17:08:10.952Z Downloaded zlib-rs v0.6.2
12572026-05-20T17:08:10.955Z Downloaded dropshot v0.17.0
12582026-05-20T17:08:10.973Z Downloaded smoltcp v0.9.1
12592026-05-20T17:08:11.014Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-05-20T17:08:11.032Z Downloaded openapiv3 v2.2.0
12612026-05-20T17:08:11.039Z Downloaded nix v0.31.2
12622026-05-20T17:08:11.046Z Downloaded diesel v2.3.7
12632026-05-20T17:08:11.058Z Downloaded hickory-proto v0.25.2
12642026-05-20T17:08:11.067Z Downloaded rustix v0.38.44
12652026-05-20T17:08:11.079Z Downloaded regex-syntax v0.8.10
12662026-05-20T17:08:11.084Z Downloaded regex-automata v0.4.14
12672026-05-20T17:08:11.092Z Downloaded rustls v0.23.37
12682026-05-20T17:08:11.099Z Downloaded petgraph v0.6.5
12692026-05-20T17:08:11.110Z Downloaded hickory-proto v0.24.4
12702026-05-20T17:08:11.122Z Downloaded chrono-tz v0.10.4
12712026-05-20T17:08:11.133Z Downloaded jiff v0.2.21
12722026-05-20T17:08:11.144Z Downloaded sqlparser v0.61.0
12732026-05-20T17:08:11.170Z Downloaded petgraph v0.8.3
12742026-05-20T17:08:11.184Z Downloaded typify-impl v0.6.2
12752026-05-20T17:08:11.192Z Downloaded typify-impl v0.4.3
12762026-05-20T17:08:11.202Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12772026-05-20T17:08:11.213Z Downloaded ratatui v0.29.0
12782026-05-20T17:08:11.223Z Downloaded libz-sys v1.1.24
12792026-05-20T17:08:11.236Z Downloaded zerocopy-derive v0.6.6
12802026-05-20T17:08:11.242Z Downloaded tracing v0.1.44
12812026-05-20T17:08:11.254Z Downloaded sled v0.34.7
12822026-05-20T17:08:11.260Z Downloaded tokio v1.52.1
12832026-05-20T17:08:11.301Z Downloaded sha3 v0.10.8
12842026-05-20T17:08:11.305Z Downloaded csv v1.4.0
12852026-05-20T17:08:11.340Z Downloaded encoding_rs v0.8.35
12862026-05-20T17:08:11.369Z Downloaded ring v0.17.14
12872026-05-20T17:08:11.423Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-20T17:08:11.938Z Downloaded aws-lc-sys v0.40.0
12892026-05-20T17:08:12.195Z Compiling libc v0.2.185
12902026-05-20T17:08:12.195Z Compiling serde v1.0.228
12912026-05-20T17:08:12.199Z Compiling log v0.4.29
12922026-05-20T17:08:12.199Z Compiling shlex v1.3.0
12932026-05-20T17:08:12.199Z Compiling find-msvc-tools v0.1.9
12942026-05-20T17:08:12.199Z Compiling smallvec v1.15.1
12952026-05-20T17:08:12.199Z Compiling typenum v1.19.0
12962026-05-20T17:08:12.199Z Compiling subtle v2.6.1
12972026-05-20T17:08:12.379Z Compiling generic-array v0.14.7
12982026-05-20T17:08:12.383Z Compiling scopeguard v1.2.0
12992026-05-20T17:08:12.395Z Compiling const-oid v0.9.6
13002026-05-20T17:08:12.465Z Compiling serde_json v1.0.149
13012026-05-20T17:08:12.477Z Compiling syn v2.0.117
13022026-05-20T17:08:12.481Z Compiling zerocopy v0.8.40
13032026-05-20T17:08:12.482Z Compiling parking_lot_core v0.9.12
13042026-05-20T17:08:12.502Z Compiling pin-project-lite v0.2.17
13052026-05-20T17:08:12.533Z Compiling lock_api v0.4.14
13062026-05-20T17:08:12.561Z Compiling portable-atomic v1.13.1
13072026-05-20T17:08:12.625Z Compiling pkg-config v0.3.32
13082026-05-20T17:08:12.640Z Compiling bitflags v2.11.0
13092026-05-20T17:08:12.655Z Compiling critical-section v1.2.0
13102026-05-20T17:08:12.674Z Compiling futures-core v0.3.32
13112026-05-20T17:08:12.678Z Compiling libm v0.2.16
13122026-05-20T17:08:12.767Z Compiling num-traits v0.2.19
13132026-05-20T17:08:12.795Z Compiling percent-encoding v2.3.2
13142026-05-20T17:08:12.858Z Compiling futures-sink v0.3.32
13152026-05-20T17:08:12.888Z Compiling slab v0.4.12
13162026-05-20T17:08:12.888Z Compiling futures-io v0.3.32
13172026-05-20T17:08:12.892Z Compiling futures-task v0.3.32
13182026-05-20T17:08:12.932Z Compiling getrandom v0.4.1
13192026-05-20T17:08:13.006Z Compiling futures-channel v0.3.32
13202026-05-20T17:08:13.023Z Compiling cpufeatures v0.2.17
13212026-05-20T17:08:13.026Z Compiling rand_core v0.10.0
13222026-05-20T17:08:13.091Z Compiling indexmap v2.14.0
13232026-05-20T17:08:13.091Z Compiling rustversion v1.0.22
13242026-05-20T17:08:13.122Z Compiling getrandom v0.3.4
13252026-05-20T17:08:13.151Z Compiling form_urlencoded v1.2.2
13262026-05-20T17:08:13.183Z Compiling fs_extra v1.3.0
13272026-05-20T17:08:13.227Z Compiling dunce v1.0.5
13282026-05-20T17:08:13.242Z Compiling base64ct v1.8.3
13292026-05-20T17:08:13.261Z Compiling ident_case v1.0.1
13302026-05-20T17:08:13.276Z Compiling getrandom v0.2.17
13312026-05-20T17:08:13.301Z Compiling jobserver v0.1.34
13322026-05-20T17:08:13.339Z Compiling errno v0.3.14
13332026-05-20T17:08:13.368Z Compiling mio v1.2.0
13342026-05-20T17:08:13.408Z Compiling socket2 v0.6.3
13352026-05-20T17:08:13.464Z Compiling rand_core v0.6.4
13362026-05-20T17:08:13.481Z Compiling signal-hook-registry v1.4.8
13372026-05-20T17:08:13.541Z Compiling cc v1.2.56
13382026-05-20T17:08:13.574Z Compiling parking_lot v0.12.5
13392026-05-20T17:08:13.678Z Compiling once_cell v1.21.3
13402026-05-20T17:08:13.727Z Compiling pem-rfc7468 v0.7.0
13412026-05-20T17:08:13.741Z Compiling regex-syntax v0.8.10
13422026-05-20T17:08:13.775Z Compiling iana-time-zone v0.1.65
13432026-05-20T17:08:13.791Z Compiling rustix v1.1.3
13442026-05-20T17:08:13.805Z Compiling flagset v0.4.7
13452026-05-20T17:08:13.819Z Compiling vcpkg v0.2.15
13462026-05-20T17:08:13.883Z Compiling aws-lc-rs v1.16.3
13472026-05-20T17:08:13.920Z Compiling tracing-core v0.1.36
13482026-05-20T17:08:13.955Z Compiling uuid v1.23.0
13492026-05-20T17:08:13.970Z Compiling rustc_version v0.4.1
13502026-05-20T17:08:13.987Z Compiling base64 v0.22.1
13512026-05-20T17:08:14.003Z Compiling httparse v1.10.1
13522026-05-20T17:08:14.067Z Compiling openssl-probe v0.2.1
13532026-05-20T17:08:14.206Z Compiling rand_core v0.9.5
13542026-05-20T17:08:14.227Z Compiling untrusted v0.7.1
13552026-05-20T17:08:14.235Z Compiling untrusted v0.9.0
13562026-05-20T17:08:14.256Z Compiling tinyvec_macros v0.1.1
13572026-05-20T17:08:14.275Z Compiling aho-corasick v1.1.4
13582026-05-20T17:08:14.340Z Compiling cmake v0.1.57
13592026-05-20T17:08:14.355Z Compiling tinyvec v1.10.0
13602026-05-20T17:08:14.359Z Compiling tower-layer v0.3.3
13612026-05-20T17:08:14.390Z Compiling schemars v0.8.22
13622026-05-20T17:08:14.392Z Compiling tower-service v0.3.3
13632026-05-20T17:08:14.470Z Compiling try-lock v0.2.5
13642026-05-20T17:08:14.511Z Compiling atomic-waker v1.1.2
13652026-05-20T17:08:14.525Z Compiling dyn-clone v1.0.20
13662026-05-20T17:08:14.526Z Compiling rustls v0.23.37
13672026-05-20T17:08:14.557Z Compiling want v0.3.1
13682026-05-20T17:08:14.592Z Compiling foreign-types-shared v0.1.1
13692026-05-20T17:08:14.612Z Compiling httpdate v1.0.3
13702026-05-20T17:08:14.647Z Compiling openssl v0.10.79
13712026-05-20T17:08:14.661Z Compiling pin-utils v0.1.0
13722026-05-20T17:08:14.688Z Compiling unicode-normalization v0.1.25
13732026-05-20T17:08:14.704Z Compiling foreign-types v0.3.2
13742026-05-20T17:08:14.708Z Compiling spin v0.9.8
13752026-05-20T17:08:14.754Z Compiling native-tls v0.2.18
13762026-05-20T17:08:14.754Z Compiling num-conv v0.2.0
13772026-05-20T17:08:14.766Z Compiling powerfmt v0.2.0
13782026-05-20T17:08:14.771Z Compiling crc32fast v1.5.0
13792026-05-20T17:08:14.771Z Compiling time-core v0.1.8
13802026-05-20T17:08:14.812Z Compiling wait-timeout v0.2.1
13812026-05-20T17:08:14.855Z Compiling sync_wrapper v1.0.2
13822026-05-20T17:08:14.902Z Compiling siphasher v1.0.2
13832026-05-20T17:08:14.905Z Compiling bit-vec v0.8.0
13842026-05-20T17:08:14.931Z Compiling deranged v0.5.8
13852026-05-20T17:08:14.958Z Compiling crossbeam-utils v0.8.21
13862026-05-20T17:08:14.974Z Compiling num_threads v0.1.7
13872026-05-20T17:08:14.977Z Compiling time-macros v0.2.27
13882026-05-20T17:08:15.006Z Compiling quick-error v1.2.3
13892026-05-20T17:08:15.011Z Compiling syn v1.0.109
13902026-05-20T17:08:15.104Z Compiling unicode-segmentation v1.12.0
13912026-05-20T17:08:15.119Z Compiling usdt-impl v0.6.0
13922026-05-20T17:08:15.137Z Compiling simd-adler32 v0.3.8
13932026-05-20T17:08:15.140Z Compiling bit-set v0.8.0
13942026-05-20T17:08:15.188Z Compiling aws-lc-sys v0.40.0
13952026-05-20T17:08:15.189Z Compiling ring v0.17.14
13962026-05-20T17:08:15.216Z Compiling openssl-sys v0.9.115
13972026-05-20T17:08:15.281Z Compiling regex-automata v0.4.14
13982026-05-20T17:08:15.335Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-20T17:08:15.378Z Compiling synstructure v0.13.2
14002026-05-20T17:08:15.381Z Compiling serde_derive_internals v0.29.1
14012026-05-20T17:08:15.409Z Compiling pest_generator v2.8.6
14022026-05-20T17:08:15.412Z Compiling darling_core v0.20.11
14032026-05-20T17:08:15.516Z Compiling tempfile v3.25.0
14042026-05-20T17:08:15.726Z Compiling darling_core v0.21.3
14052026-05-20T17:08:15.907Z Compiling rusty-fork v0.3.1
14062026-05-20T17:08:15.960Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-20T17:08:16.057Z Compiling rand_xorshift v0.4.0
14082026-05-20T17:08:16.072Z Compiling heapless v0.7.17
14092026-05-20T17:08:16.094Z Compiling time v0.3.47
14102026-05-20T17:08:16.161Z Compiling slog v2.8.2
14112026-05-20T17:08:16.182Z Compiling thread-id v5.1.0
14122026-05-20T17:08:16.243Z Compiling cookie v0.18.1
14132026-05-20T17:08:16.258Z Compiling iri-string v0.7.10
14142026-05-20T17:08:16.278Z Compiling adler2 v2.0.1
14152026-05-20T17:08:16.282Z Compiling allocator-api2 v0.2.21
14162026-05-20T17:08:16.347Z Compiling unicode-bidi v0.3.18
14172026-05-20T17:08:16.363Z Compiling ryu v1.0.23
14182026-05-20T17:08:16.380Z Compiling paste v1.0.15
14192026-05-20T17:08:16.413Z Compiling zstd-safe v7.2.4
14202026-05-20T17:08:16.429Z Compiling unicode-properties v0.1.4
14212026-05-20T17:08:16.450Z Compiling unarray v0.1.4
14222026-05-20T17:08:16.563Z Compiling signal-hook v0.3.18
14232026-05-20T17:08:16.577Z Compiling anyhow v1.0.102
14242026-05-20T17:08:16.703Z Compiling miniz_oxide v0.8.9
14252026-05-20T17:08:16.748Z Compiling stringprep v0.1.5
14262026-05-20T17:08:16.960Z Compiling heck v0.4.1
14272026-05-20T17:08:17.123Z Compiling serde_derive v1.0.228
14282026-05-20T17:08:17.212Z Compiling zeroize_derive v1.4.3
14292026-05-20T17:08:17.216Z Compiling zerofrom-derive v0.1.6
14302026-05-20T17:08:17.227Z Compiling yoke-derive v0.8.1
14312026-05-20T17:08:17.306Z Compiling zerocopy-derive v0.8.40
14322026-05-20T17:08:17.345Z Compiling zerovec-derive v0.11.2
14332026-05-20T17:08:17.541Z Compiling displaydoc v0.2.5
14342026-05-20T17:08:17.760Z Compiling tokio-macros v2.7.0
14352026-05-20T17:08:17.785Z Compiling futures-macro v0.3.32
14362026-05-20T17:08:17.836Z Compiling der_derive v0.7.3
14372026-05-20T17:08:17.903Z Compiling zeroize v1.8.2
14382026-05-20T17:08:18.353Z Compiling rustls-pki-types v1.14.0
14392026-05-20T17:08:18.368Z Compiling thiserror-impl v2.0.18
14402026-05-20T17:08:18.452Z Compiling tracing-attributes v0.1.31
14412026-05-20T17:08:18.512Z Compiling schemars_derive v0.8.22
14422026-05-20T17:08:18.539Z Compiling pest_derive v2.8.6
14432026-05-20T17:08:19.657Z Compiling crypto-common v0.1.7
14442026-05-20T17:08:19.661Z Compiling zerofrom v0.1.6
14452026-05-20T17:08:19.661Z Compiling block-buffer v0.10.4
14462026-05-20T17:08:19.661Z Compiling yoke v0.8.1
14472026-05-20T17:08:19.661Z Compiling digest v0.10.7
14482026-05-20T17:08:19.661Z Compiling futures-util v0.3.32
14492026-05-20T17:08:19.662Z Compiling block-padding v0.3.3
14502026-05-20T17:08:19.662Z Compiling der v0.7.10
14512026-05-20T17:08:19.662Z Compiling zerovec v0.11.5
14522026-05-20T17:08:19.662Z Compiling zerotrie v0.2.3
14532026-05-20T17:08:19.662Z Compiling hmac v0.12.1
14542026-05-20T17:08:19.662Z Compiling inout v0.1.4
14552026-05-20T17:08:19.662Z Compiling sha2 v0.10.9
14562026-05-20T17:08:19.662Z Compiling cipher v0.4.4
14572026-05-20T17:08:19.662Z Compiling pbkdf2 v0.12.2
14582026-05-20T17:08:19.663Z Compiling tinystr v0.8.2
14592026-05-20T17:08:19.663Z Compiling potential_utf v0.1.4
14602026-05-20T17:08:19.663Z Compiling salsa20 v0.10.2
14612026-05-20T17:08:19.663Z Compiling cbc v0.1.2
14622026-05-20T17:08:19.744Z Compiling icu_locale_core v2.1.1
14632026-05-20T17:08:19.748Z Compiling icu_collections v2.1.1
14642026-05-20T17:08:19.775Z Compiling spki v0.7.3
14652026-05-20T17:08:19.793Z Compiling scrypt v0.11.0
14662026-05-20T17:08:19.813Z Compiling thiserror v2.0.18
14672026-05-20T17:08:19.861Z Compiling aes v0.8.4
14682026-05-20T17:08:19.876Z Compiling tracing v0.1.44
14692026-05-20T17:08:19.950Z Compiling scroll_derive v0.13.1
14702026-05-20T17:08:20.012Z Compiling darling_macro v0.20.11
14712026-05-20T17:08:20.078Z Compiling openssl-macros v0.1.1
14722026-05-20T17:08:20.182Z Compiling rustls-native-certs v0.8.3
14732026-05-20T17:08:20.196Z Compiling dtrace-parser v0.3.0
14742026-05-20T17:08:20.247Z Compiling signature v2.2.0
14752026-05-20T17:08:20.451Z Compiling icu_provider v2.1.1
14762026-05-20T17:08:20.498Z Compiling pkcs5 v0.7.1
14772026-05-20T17:08:20.522Z Compiling darling v0.20.11
14782026-05-20T17:08:20.623Z Compiling bytes v1.11.1
14792026-05-20T17:08:20.652Z Compiling chrono v0.4.44
14802026-05-20T17:08:20.696Z Compiling icu_normalizer v2.1.1
14812026-05-20T17:08:20.711Z Compiling icu_properties v2.1.2
14822026-05-20T17:08:20.775Z Compiling ipnet v2.11.0
14832026-05-20T17:08:20.790Z Compiling derive_builder_core v0.20.2
14842026-05-20T17:08:20.805Z Compiling pkcs8 v0.10.2
14852026-05-20T17:08:20.939Z Compiling scroll v0.13.0
14862026-05-20T17:08:20.976Z Compiling webpki-roots v1.0.6
14872026-05-20T17:08:21.005Z Compiling thiserror-impl v1.0.69
14882026-05-20T17:08:21.114Z Compiling tokio v1.52.1
14892026-05-20T17:08:21.144Z Compiling http v1.4.0
14902026-05-20T17:08:21.219Z Compiling goblin v0.10.5
14912026-05-20T17:08:21.234Z Compiling scroll_derive v0.12.1
14922026-05-20T17:08:21.258Z Compiling serde_urlencoded v0.7.1
14932026-05-20T17:08:21.265Z Compiling serde_spanned v0.6.9
14942026-05-20T17:08:21.289Z Compiling erased-serde v0.3.31
14952026-05-20T17:08:21.424Z Compiling toml_datetime v0.6.11
14962026-05-20T17:08:21.527Z Compiling serde_tokenstream v0.2.3
14972026-05-20T17:08:21.754Z Compiling idna_adapter v1.2.1
14982026-05-20T17:08:21.770Z Compiling ppv-lite86 v0.2.21
14992026-05-20T17:08:21.785Z Compiling derive_builder_macro v0.20.2
15002026-05-20T17:08:21.803Z Compiling md-5 v0.10.6
15012026-05-20T17:08:21.868Z Compiling http-body v1.0.1
15022026-05-20T17:08:21.885Z Compiling idna v1.1.0
15032026-05-20T17:08:21.924Z Compiling darling_macro v0.21.3
15042026-05-20T17:08:21.987Z Compiling bstr v1.12.1
15052026-05-20T17:08:21.990Z Compiling scroll v0.12.0
15062026-05-20T17:08:22.018Z Compiling http-body-util v0.1.3
15072026-05-20T17:08:22.051Z Compiling async-trait v0.1.89
15082026-05-20T17:08:22.126Z Compiling rand_chacha v0.9.0
15092026-05-20T17:08:22.130Z Compiling rand_chacha v0.3.1
15102026-05-20T17:08:22.155Z Compiling zerocopy-derive v0.7.35
15112026-05-20T17:08:22.285Z Compiling url v2.5.8
15122026-05-20T17:08:22.303Z Compiling pin-project-internal v1.1.11
15132026-05-20T17:08:22.317Z Compiling num-integer v0.1.46
15142026-05-20T17:08:22.408Z Compiling rand v0.9.2
15152026-05-20T17:08:22.454Z Compiling thiserror v1.0.69
15162026-05-20T17:08:22.573Z Compiling curve25519-dalek v4.1.3
15172026-05-20T17:08:22.586Z Compiling vergen-lib v0.1.6
15182026-05-20T17:08:22.666Z Compiling ff v0.13.1
15192026-05-20T17:08:22.682Z Compiling hash32 v0.2.1
15202026-05-20T17:08:22.860Z Compiling memoffset v0.9.1
15212026-05-20T17:08:22.891Z Compiling cfg_aliases v0.2.1
15222026-05-20T17:08:22.945Z Compiling proptest v1.10.0
15232026-05-20T17:08:22.982Z Compiling rustix v0.38.44
15242026-05-20T17:08:22.985Z Compiling smoltcp v0.9.1
15252026-05-20T17:08:23.092Z Compiling fallible-iterator v0.2.0
15262026-05-20T17:08:23.096Z Compiling base16ct v0.2.0
15272026-05-20T17:08:23.123Z Compiling num-bigint-dig v0.8.6
15282026-05-20T17:08:23.146Z Compiling psl-types v2.0.11
15292026-05-20T17:08:23.166Z Compiling zlib-rs v0.6.2
15302026-05-20T17:08:23.196Z Compiling litrs v1.0.0
15312026-05-20T17:08:23.292Z Compiling ref-cast v1.0.25
15322026-05-20T17:08:23.307Z Compiling publicsuffix v2.3.0
15332026-05-20T17:08:23.369Z Compiling sec1 v0.7.3
15342026-05-20T17:08:23.400Z Compiling postgres-protocol v0.6.10
15352026-05-20T17:08:23.466Z Compiling pin-project v1.1.11
15362026-05-20T17:08:23.493Z Compiling zerocopy v0.7.35
15372026-05-20T17:08:23.508Z Compiling nix v0.31.2
15382026-05-20T17:08:23.586Z Compiling ipnetwork v0.21.1
15392026-05-20T17:08:23.659Z Compiling group v0.13.0
15402026-05-20T17:08:23.688Z Compiling num-iter v0.1.45
15412026-05-20T17:08:23.719Z Compiling darling v0.21.3
15422026-05-20T17:08:23.733Z Compiling document-features v0.2.12
15432026-05-20T17:08:23.830Z Compiling oxnet v0.1.4
15442026-05-20T17:08:23.845Z Compiling rand v0.8.6
15452026-05-20T17:08:23.861Z Compiling derive_builder v0.20.2
15462026-05-20T17:08:23.916Z Compiling goblin v0.8.2
15472026-05-20T17:08:24.010Z Compiling dof v0.4.0
15482026-05-20T17:08:24.025Z Compiling futures-executor v0.3.32
15492026-05-20T17:08:24.045Z Compiling hubpack_derive v0.1.1
15502026-05-20T17:08:24.072Z Compiling cargo-platform v0.1.9
15512026-05-20T17:08:24.091Z Compiling hex v0.4.3
15522026-05-20T17:08:24.142Z Compiling hkdf v0.12.4
15532026-05-20T17:08:24.262Z Compiling crypto-bigint v0.5.5
15542026-05-20T17:08:24.307Z Compiling regex v1.12.3
15552026-05-20T17:08:24.392Z Compiling snafu-derive v0.8.9
15562026-05-20T17:08:24.409Z Compiling strum_macros v0.27.2
15572026-05-20T17:08:24.453Z Compiling daft-derive v0.1.5
15582026-05-20T17:08:24.534Z Compiling ref-cast-impl v1.0.25
15592026-05-20T17:08:24.693Z Compiling curve25519-dalek-derive v0.1.1
15602026-05-20T17:08:24.919Z Compiling tokio-util v0.7.18
15612026-05-20T17:08:25.086Z Compiling tower v0.5.3
15622026-05-20T17:08:25.100Z Compiling tokio-native-tls v0.3.1
15632026-05-20T17:08:25.210Z Compiling terminal_size v0.4.3
15642026-05-20T17:08:25.293Z Compiling newtype-uuid v1.3.2
15652026-05-20T17:08:25.397Z Compiling phf_shared v0.13.1
15662026-05-20T17:08:25.401Z Compiling lazy_static v1.5.0
15672026-05-20T17:08:25.401Z Compiling vergen v9.0.6
15682026-05-20T17:08:25.500Z Compiling tower-http v0.6.8
15692026-05-20T17:08:25.573Z Compiling fs-err v3.3.0
15702026-05-20T17:08:25.589Z Compiling encoding_rs v0.8.35
15712026-05-20T17:08:25.606Z Compiling h2 v0.4.13
15722026-05-20T17:08:25.634Z Compiling ahash v0.8.12
15732026-05-20T17:08:25.658Z Compiling foldhash v0.2.0
15742026-05-20T17:08:25.729Z Compiling managed v0.8.0
15752026-05-20T17:08:25.788Z Compiling libbz2-rs-sys v0.2.2
15762026-05-20T17:08:25.862Z Compiling bitflags v1.3.2
15772026-05-20T17:08:25.902Z Compiling winnow v0.5.40
15782026-05-20T17:08:25.928Z Compiling object v0.37.3
15792026-05-20T17:08:25.950Z Compiling mime v0.3.17
15802026-05-20T17:08:25.966Z Compiling foldhash v0.1.5
15812026-05-20T17:08:25.981Z Compiling same-file v1.0.6
15822026-05-20T17:08:26.202Z Compiling flate2 v1.1.9
15832026-05-20T17:08:26.202Z Compiling bumpalo v3.20.2
15842026-05-20T17:08:26.285Z Compiling bzip2 v0.6.1
15852026-05-20T17:08:26.326Z Compiling hashbrown v0.15.5
15862026-05-20T17:08:26.385Z Compiling snafu v0.8.9
15872026-05-20T17:08:26.401Z Compiling walkdir v2.5.0
15882026-05-20T17:08:26.438Z Compiling strum v0.27.2
15892026-05-20T17:08:26.468Z Compiling zopfli v0.8.3
15902026-05-20T17:08:26.486Z Compiling dof v0.3.0
15912026-05-20T17:08:26.515Z Compiling clap_builder v4.5.60
15922026-05-20T17:08:26.636Z Compiling hashbrown v0.16.1
15932026-05-20T17:08:26.768Z Compiling daft v0.1.5
15942026-05-20T17:08:26.823Z Compiling usdt-macro v0.6.0
15952026-05-20T17:08:26.827Z Compiling usdt-attr-macro v0.6.0
15962026-05-20T17:08:26.949Z Compiling phf v0.13.1
15972026-05-20T17:08:27.131Z Compiling elliptic-curve v0.13.8
15982026-05-20T17:08:27.243Z Compiling toml_edit v0.19.15
15992026-05-20T17:08:27.259Z Compiling cargo_metadata v0.19.2
16002026-05-20T17:08:27.296Z Compiling signal-hook-mio v0.2.5
16012026-05-20T17:08:27.409Z Compiling cookie_store v0.22.1
16022026-05-20T17:08:27.441Z Compiling hubpack v0.1.2
16032026-05-20T17:08:27.445Z Compiling bzip2 v0.4.4
16042026-05-20T17:08:27.487Z Compiling futures v0.3.32
16052026-05-20T17:08:27.569Z Compiling zstd v0.13.3
16062026-05-20T17:08:27.609Z Compiling serde_with_macros v3.17.0
16072026-05-20T17:08:27.642Z Compiling postgres-types v0.2.12
16082026-05-20T17:08:27.712Z Compiling dtrace-parser v0.2.0
16092026-05-20T17:08:27.797Z Compiling globset v0.4.18
16102026-05-20T17:08:27.822Z Compiling ed25519 v2.2.3
16112026-05-20T17:08:27.857Z Compiling pkcs1 v0.7.5
16122026-05-20T17:08:28.102Z Compiling serde_plain v1.0.2
16132026-05-20T17:08:28.226Z Compiling olpc-cjson v0.1.4
16142026-05-20T17:08:28.285Z Compiling serde-big-array v0.5.1
16152026-05-20T17:08:28.323Z Compiling rfc6979 v0.4.0
16162026-05-20T17:08:28.403Z Compiling enum-as-inner v0.6.1
16172026-05-20T17:08:28.449Z Compiling strum_macros v0.26.4
16182026-05-20T17:08:28.464Z Compiling async-recursion v1.1.1
16192026-05-20T17:08:28.504Z Compiling serde_repr v0.1.20
16202026-05-20T17:08:28.508Z Compiling clap_derive v4.5.55
16212026-05-20T17:08:28.637Z Compiling hyper v1.8.1
16222026-05-20T17:08:28.775Z Compiling phf_shared v0.11.3
16232026-05-20T17:08:28.793Z Compiling float-cmp v0.10.0
16242026-05-20T17:08:28.861Z Compiling pem v3.0.6
16252026-05-20T17:08:28.948Z Compiling memmap2 v0.9.10
16262026-05-20T17:08:28.963Z Compiling thread-id v4.2.2
16272026-05-20T17:08:28.983Z Compiling env_filter v1.0.0
16282026-05-20T17:08:29.065Z Compiling fixedbitset v0.5.7
16292026-05-20T17:08:29.093Z Compiling fixedbitset v0.4.2
16302026-05-20T17:08:29.171Z Compiling normalize-line-endings v0.3.0
16312026-05-20T17:08:29.189Z Compiling whoami v2.1.0
16322026-05-20T17:08:29.222Z Compiling difflib v0.4.0
16332026-05-20T17:08:29.290Z Compiling typed-path v0.9.3
16342026-05-20T17:08:29.319Z Compiling data-encoding v2.10.0
16352026-05-20T17:08:29.338Z Compiling predicates-core v1.0.10
16362026-05-20T17:08:29.394Z Compiling precomputed-hash v0.1.1
16372026-05-20T17:08:29.500Z Compiling rustc-hash v2.1.1
16382026-05-20T17:08:29.540Z Compiling static_assertions v1.1.0
16392026-05-20T17:08:29.585Z Compiling either v1.15.0
16402026-05-20T17:08:29.631Z Compiling jiff v0.2.21
16412026-05-20T17:08:29.655Z Compiling new_debug_unreachable v1.0.6
16422026-05-20T17:08:29.673Z Compiling keccak v0.1.6
16432026-05-20T17:08:29.676Z Compiling hickory-proto v0.25.2
16442026-05-20T17:08:29.739Z Compiling hyper-util v0.1.20
16452026-05-20T17:08:29.844Z Compiling itertools v0.13.0
16462026-05-20T17:08:29.849Z Compiling sha3 v0.10.8
16472026-05-20T17:08:29.931Z Compiling string_cache v0.8.9
16482026-05-20T17:08:30.038Z Compiling iddqd v0.3.18
16492026-05-20T17:08:30.141Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16502026-05-20T17:08:30.186Z Compiling predicates v3.1.4
16512026-05-20T17:08:30.257Z Compiling tokio-postgres v0.7.16
16522026-05-20T17:08:30.273Z Compiling strum v0.26.3
16532026-05-20T17:08:30.314Z Compiling toml_edit v0.22.27
16542026-05-20T17:08:30.368Z Compiling clap v4.5.60
16552026-05-20T17:08:30.446Z Compiling petgraph v0.8.3
16562026-05-20T17:08:30.464Z Compiling petgraph v0.6.5
16572026-05-20T17:08:30.494Z Compiling env_logger v0.11.9
16582026-05-20T17:08:30.548Z Compiling usdt v0.6.0
16592026-05-20T17:08:30.837Z Compiling usdt-impl v0.5.0
16602026-05-20T17:08:30.859Z Compiling serde_with v3.17.0
16612026-05-20T17:08:30.876Z Compiling toml v0.7.8
16622026-05-20T17:08:31.092Z Compiling crossterm v0.28.1
16632026-05-20T17:08:31.217Z Compiling hyper-tls v0.6.0
16642026-05-20T17:08:31.443Z Compiling ecdsa v0.16.9
16652026-05-20T17:08:31.499Z Compiling rsa v0.9.10
16662026-05-20T17:08:31.529Z Compiling ed25519-dalek v2.2.0
16672026-05-20T17:08:31.931Z Compiling zip v0.6.6
16682026-05-20T17:08:32.262Z Compiling zip v4.6.1
16692026-05-20T17:08:32.432Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-05-20T17:08:32.514Z Compiling tokio-stream v0.1.18
16712026-05-20T17:08:32.542Z Compiling buf-list v1.1.2
16722026-05-20T17:08:32.641Z Compiling similar v2.7.0
16732026-05-20T17:08:32.673Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-20T17:08:32.688Z Compiling openapiv3 v2.2.0
16752026-05-20T17:08:32.842Z Compiling x509-cert v0.2.5
16762026-05-20T17:08:33.017Z Compiling sha1 v0.10.6
16772026-05-20T17:08:33.034Z Compiling crossbeam-epoch v0.9.18
16782026-05-20T17:08:33.051Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-20T17:08:33.090Z Compiling peg-runtime v0.8.5
16802026-05-20T17:08:33.106Z Compiling lalrpop-util v0.19.12
16812026-05-20T17:08:33.265Z Compiling thread_local v1.1.9
16822026-05-20T17:08:33.281Z Compiling slog-async v2.8.0
16832026-05-20T17:08:33.316Z Compiling crossbeam-channel v0.5.15
16842026-05-20T17:08:33.356Z Compiling is-terminal v0.4.17
16852026-05-20T17:08:33.371Z Compiling filetime v0.2.27
16862026-05-20T17:08:33.391Z Compiling take_mut v0.2.2
16872026-05-20T17:08:33.405Z Compiling xattr v1.6.1
16882026-05-20T17:08:33.473Z Compiling term v1.2.1
16892026-05-20T17:08:33.553Z Compiling tar v0.4.45
16902026-05-20T17:08:33.802Z Compiling slog-term v2.9.2
16912026-05-20T17:08:51.335Z Compiling rustls-webpki v0.103.9
16922026-05-20T17:08:54.040Z Compiling tokio-rustls v0.26.4
16932026-05-20T17:08:54.040Z Compiling rustls-platform-verifier v0.6.2
16942026-05-20T17:08:54.232Z Compiling hyper-rustls v0.27.7
16952026-05-20T17:08:54.428Z Compiling reqwest v0.12.28
16962026-05-20T17:08:54.428Z Compiling reqwest v0.13.2
16972026-05-20T17:08:55.630Z Compiling tough v0.22.0
16982026-05-20T17:08:58.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-20T17:08:58.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-20T17:09:01.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.56s
17012026-05-20T17:09:01.309Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-20T17:09:01.361ZMay 20 17:09:00.577 INFO Starting download, target: Console
17032026-05-20T17:09:01.361ZMay 20 17:09:00.577 INFO Starting download, target: Cockroach
17042026-05-20T17:09:01.361ZMay 20 17:09:00.577 INFO Starting download, target: DendriteStub
17052026-05-20T17:09:01.361ZMay 20 17:09:00.578 INFO Starting download, target: MaghemiteMgd
17062026-05-20T17:09:01.361ZMay 20 17:09:00.578 INFO Starting download, target: Clickhouse
17072026-05-20T17:09:01.361ZMay 20 17:09:00.578 INFO Starting download, target: TransceiverControl
17082026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-20T17:09:01.365ZMay 20 17:09:00.578 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-05-20T17:09:01.727ZMay 20 17:09:00.936 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-20T17:09:01.925ZMay 20 17:09:01.136 INFO Download complete, target: TransceiverControl
17162026-05-20T17:09:02.413ZMay 20 17:09:01.627 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-20T17:09:02.660ZMay 20 17:09:01.877 INFO Download complete, target: Console
17182026-05-20T17:09:03.518ZMay 20 17:09:02.733 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-20T17:09:03.885ZMay 20 17:09:03.099 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-20T17:09:04.040ZMay 20 17:09:03.254 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-05-20T17:09:04.568ZMay 20 17:09:03.785 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-05-20T17:09:04.568ZMay 20 17:09:03.785 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-05-20T17:09:05.768ZMay 20 17:09:04.985 INFO Download complete, target: DendriteStub
17242026-05-20T17:09:06.402ZMay 20 17:09:05.619 INFO Download complete, target: MaghemiteMgd
17252026-05-20T17:09:09.299ZMay 20 17:09:08.512 INFO Checking that binary works, target: Cockroach
17262026-05-20T17:09:09.726ZMay 20 17:09:08.933 INFO Download complete, target: Cockroach
17272026-05-20T17:09:10.728ZMay 20 17:09:09.934 INFO Checking that binary works, target: Clickhouse
17282026-05-20T17:09:10.824ZMay 20 17:09:10.041 INFO Download complete, target: Clickhouse
17292026-05-20T17:09:10.831ZAll prerequisites installed successfully
17302026-05-20T17:09:10.835Z
17312026-05-20T17:09:10.835Zreal 2:02.479311626
17322026-05-20T17:09:10.835Zuser 6:53.891278271
17332026-05-20T17:09:10.835Zsys 1:45.889470620
17342026-05-20T17:09:10.835Ztrap 0.253387011
17352026-05-20T17:09:10.835Ztflt 1.422918807
17362026-05-20T17:09:10.835Zdflt 2.169543320
17372026-05-20T17:09:10.835Zkflt 0.033321912
17382026-05-20T17:09:10.835Zlock 22:57.824100754
17392026-05-20T17:09:10.835Zslp 19:06.192609338
17402026-05-20T17:09:10.835Zlat 24.225849322
17412026-05-20T17:09:10.835Zstop 2:52.793334767
17422026-05-20T17:09:10.835Z+ ptime -m cargo xtask download softnpu
17432026-05-20T17:09:11.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17442026-05-20T17:09:11.403Z Running `target/debug/xtask download softnpu`
17452026-05-20T17:09:12.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17462026-05-20T17:09:12.300Z Running `target/debug/xtask-downloader softnpu`
17472026-05-20T17:09:12.311ZMay 20 17:09:11.459 INFO Starting download, target: Softnpu
17482026-05-20T17:09:12.311ZMay 20 17:09:11.460 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-20T17:09:14.595ZMay 20 17:09:13.791 INFO Download complete, target: Softnpu
17502026-05-20T17:09:14.623Z
17512026-05-20T17:09:14.623Zreal 3.741266554
17522026-05-20T17:09:14.623Zuser 1.331788095
17532026-05-20T17:09:14.623Zsys 0.680377480
17542026-05-20T17:09:14.623Ztrap 0.000647272
17552026-05-20T17:09:14.623Ztflt 0.000273180
17562026-05-20T17:09:14.623Zdflt 0.000153874
17572026-05-20T17:09:14.623Zkflt 0.000000839
17582026-05-20T17:09:14.624Zlock 44.705105956
17592026-05-20T17:09:14.624Zslp 2.151902861
17602026-05-20T17:09:14.624Zlat 0.124383845
17612026-05-20T17:09:14.624Zstop 0.000209799
17622026-05-20T17:09:14.624Z+ export CARGO_INCREMENTAL=0
17632026-05-20T17:09:14.624Z+ CARGO_INCREMENTAL=0
17642026-05-20T17:09:14.624Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-20T17:09:15.482Z Compiling proc-macro2 v1.0.106
17662026-05-20T17:09:15.482Z Compiling quote v1.0.45
17672026-05-20T17:09:15.482Z Compiling unicode-ident v1.0.24
17682026-05-20T17:09:15.492Z Compiling libc v0.2.185
17692026-05-20T17:09:15.492Z Compiling serde_core v1.0.228
17702026-05-20T17:09:15.492Z Compiling serde v1.0.228
17712026-05-20T17:09:15.492Z Compiling cfg-if v1.0.4
17722026-05-20T17:09:15.492Z Compiling version_check v0.9.5
17732026-05-20T17:09:15.494Z Compiling find-msvc-tools v0.1.9
17742026-05-20T17:09:15.494Z Compiling shlex v1.3.0
17752026-05-20T17:09:15.633Z Compiling typenum v1.19.0
17762026-05-20T17:09:15.642Z Compiling zmij v1.0.21
17772026-05-20T17:09:15.642Z Compiling autocfg v1.5.0
17782026-05-20T17:09:15.642Z Compiling serde_json v1.0.149
17792026-05-20T17:09:15.642Z Compiling memchr v2.8.0
17802026-05-20T17:09:15.968Z Compiling portable-atomic v1.13.1
17812026-05-20T17:09:15.986Z Compiling libm v0.2.16
17822026-05-20T17:09:16.016Z Compiling zerocopy v0.8.40
17832026-05-20T17:09:16.058Z Compiling parking_lot_core v0.9.12
17842026-05-20T17:09:16.070Z Compiling generic-array v0.14.7
17852026-05-20T17:09:16.089Z Compiling smallvec v1.15.1
17862026-05-20T17:09:16.144Z Compiling num-traits v0.2.19
17872026-05-20T17:09:16.223Z Compiling icu_normalizer_data v2.1.1
17882026-05-20T17:09:16.227Z Compiling icu_properties_data v2.1.2
17892026-05-20T17:09:16.324Z Compiling itoa v1.0.17
17902026-05-20T17:09:16.340Z Compiling getrandom v0.4.1
17912026-05-20T17:09:16.344Z Compiling log v0.4.29
17922026-05-20T17:09:16.421Z Compiling stable_deref_trait v1.2.1
17932026-05-20T17:09:16.436Z Compiling pkg-config v0.3.32
17942026-05-20T17:09:16.471Z Compiling subtle v2.6.1
17952026-05-20T17:09:16.622Z Compiling scopeguard v1.2.0
17962026-05-20T17:09:16.689Z Compiling litemap v0.8.1
17972026-05-20T17:09:16.704Z Compiling jobserver v0.1.34
17982026-05-20T17:09:16.720Z Compiling getrandom v0.2.17
17992026-05-20T17:09:16.792Z Compiling errno v0.3.14
18002026-05-20T17:09:16.842Z Compiling lock_api v0.4.14
18012026-05-20T17:09:16.874Z Compiling rand_core v0.6.4
18022026-05-20T17:09:16.906Z Compiling syn v2.0.117
18032026-05-20T17:09:16.934Z Compiling cc v1.2.56
18042026-05-20T17:09:16.939Z Compiling writeable v0.6.2
18052026-05-20T17:09:16.965Z Compiling percent-encoding v2.3.2
18062026-05-20T17:09:17.086Z Compiling fnv v1.0.7
18072026-05-20T17:09:17.097Z Compiling pin-project-lite v0.2.17
18082026-05-20T17:09:17.170Z Compiling thiserror v2.0.18
18092026-05-20T17:09:17.221Z Compiling getrandom v0.3.4
18102026-05-20T17:09:17.224Z Compiling equivalent v1.0.2
18112026-05-20T17:09:17.287Z Compiling dunce v1.0.5
18122026-05-20T17:09:17.302Z Compiling fs_extra v1.3.0
18132026-05-20T17:09:17.318Z Compiling utf8_iter v1.0.4
18142026-05-20T17:09:17.334Z Compiling rand_core v0.10.0
18152026-05-20T17:09:17.382Z Compiling schemars v0.8.22
18162026-05-20T17:09:17.415Z Compiling rustversion v1.0.22
18172026-05-20T17:09:17.542Z Compiling form_urlencoded v1.2.2
18182026-05-20T17:09:17.588Z Compiling critical-section v1.2.0
18192026-05-20T17:09:17.623Z Compiling signal-hook-registry v1.4.8
18202026-05-20T17:09:17.703Z Compiling cmake v0.1.57
18212026-05-20T17:09:17.735Z Compiling hashbrown v0.17.0
18222026-05-20T17:09:17.747Z Compiling rustix v1.1.3
18232026-05-20T17:09:17.847Z Compiling semver v1.0.28
18242026-05-20T17:09:18.071Z Compiling bitflags v2.11.0
18252026-05-20T17:09:18.093Z Compiling once_cell v1.21.3
18262026-05-20T17:09:18.110Z Compiling parking_lot v0.12.5
18272026-05-20T17:09:18.133Z Compiling mio v1.2.0
18282026-05-20T17:09:18.145Z Compiling socket2 v0.6.3
18292026-05-20T17:09:18.164Z Compiling const-oid v0.9.6
18302026-05-20T17:09:18.254Z Compiling ring v0.17.14
18312026-05-20T17:09:18.311Z Compiling aws-lc-sys v0.40.0
18322026-05-20T17:09:18.374Z Compiling indexmap v2.14.0
18332026-05-20T17:09:18.461Z Compiling aws-lc-rs v1.16.3
18342026-05-20T17:09:18.518Z Compiling futures-core v0.3.32
18352026-05-20T17:09:18.630Z Compiling httparse v1.10.1
18362026-05-20T17:09:18.690Z Compiling strsim v0.11.1
18372026-05-20T17:09:18.712Z Compiling vcpkg v0.2.15
18382026-05-20T17:09:18.754Z Compiling thiserror v1.0.69
18392026-05-20T17:09:18.879Z Compiling ucd-trie v0.1.7
18402026-05-20T17:09:18.887Z Compiling iana-time-zone v0.1.65
18412026-05-20T17:09:18.970Z Compiling byteorder v1.5.0
18422026-05-20T17:09:19.026Z Compiling pest v2.8.6
18432026-05-20T17:09:19.064Z Compiling syn v1.0.109
18442026-05-20T17:09:19.093Z Compiling heck v0.5.0
18452026-05-20T17:09:19.093Z Compiling regex-syntax v0.8.10
18462026-05-20T17:09:19.113Z Compiling ident_case v1.0.1
18472026-05-20T17:09:19.156Z Compiling uuid v1.23.0
18482026-05-20T17:09:19.198Z Compiling cpufeatures v0.2.17
18492026-05-20T17:09:19.232Z Compiling rustls v0.23.37
18502026-05-20T17:09:19.307Z Compiling openssl-sys v0.9.115
18512026-05-20T17:09:19.400Z Compiling futures-sink v0.3.32
18522026-05-20T17:09:19.451Z Compiling rustc_version v0.4.1
18532026-05-20T17:09:19.532Z Compiling futures-channel v0.3.32
18542026-05-20T17:09:19.591Z Compiling futures-task v0.3.32
18552026-05-20T17:09:19.610Z Compiling futures-io v0.3.32
18562026-05-20T17:09:19.698Z Compiling synstructure v0.13.2
18572026-05-20T17:09:19.730Z Compiling serde_derive_internals v0.29.1
18582026-05-20T17:09:19.815Z Compiling slab v0.4.12
18592026-05-20T17:09:19.864Z Compiling aho-corasick v1.1.4
18602026-05-20T17:09:19.880Z Compiling dyn-clone v1.0.20
18612026-05-20T17:09:20.098Z Compiling pest_meta v2.8.6
18622026-05-20T17:09:20.237Z Compiling crc32fast v1.5.0
18632026-05-20T17:09:20.253Z Compiling plain v0.2.3
18642026-05-20T17:09:20.270Z Compiling openssl v0.10.79
18652026-05-20T17:09:20.293Z Compiling base64 v0.22.1
18662026-05-20T17:09:20.338Z Compiling num-conv v0.2.0
18672026-05-20T17:09:20.391Z Compiling time-core v0.1.8
18682026-05-20T17:09:20.492Z Compiling crossbeam-utils v0.8.21
18692026-05-20T17:09:20.561Z Compiling time-macros v0.2.27
18702026-05-20T17:09:20.627Z Compiling pretty-hex v0.4.1
18712026-05-20T17:09:20.647Z Compiling native-tls v0.2.18
18722026-05-20T17:09:20.677Z Compiling regex-automata v0.4.14
18732026-05-20T17:09:20.701Z Compiling pest_generator v2.8.6
18742026-05-20T17:09:20.726Z Compiling anyhow v1.0.102
18752026-05-20T17:09:20.783Z Compiling base64ct v1.8.3
18762026-05-20T17:09:20.787Z Compiling darling_core v0.21.3
18772026-05-20T17:09:20.886Z Compiling tracing-core v0.1.36
18782026-05-20T17:09:21.137Z Compiling serde_derive v1.0.228
18792026-05-20T17:09:21.176Z Compiling zeroize_derive v1.4.3
18802026-05-20T17:09:21.176Z Compiling zerofrom-derive v0.1.6
18812026-05-20T17:09:21.176Z Compiling yoke-derive v0.8.1
18822026-05-20T17:09:21.272Z Compiling zerovec-derive v0.11.2
18832026-05-20T17:09:21.289Z Compiling displaydoc v0.2.5
18842026-05-20T17:09:21.434Z Compiling zerocopy-derive v0.8.40
18852026-05-20T17:09:24.447Z Compiling tokio-macros v2.7.0
18862026-05-20T17:09:24.542Z Compiling futures-macro v0.3.32
18872026-05-20T17:09:24.542Z Compiling zeroize v1.8.2
18882026-05-20T17:09:24.542Z Compiling thiserror-impl v2.0.18
18892026-05-20T17:09:24.542Z Compiling schemars_derive v0.8.22
18902026-05-20T17:09:24.542Z Compiling tracing-attributes v0.1.31
18912026-05-20T17:09:24.542Z Compiling zerofrom v0.1.6
18922026-05-20T17:09:24.542Z Compiling yoke v0.8.1
18932026-05-20T17:09:24.542Z Compiling der_derive v0.7.3
18942026-05-20T17:09:24.542Z Compiling zerovec v0.11.5
18952026-05-20T17:09:24.542Z Compiling zerotrie v0.2.3
18962026-05-20T17:09:24.542Z Compiling crypto-common v0.1.7
18972026-05-20T17:09:24.542Z Compiling block-buffer v0.10.4
18982026-05-20T17:09:24.542Z Compiling digest v0.10.7
18992026-05-20T17:09:24.542Z Compiling thiserror-impl v1.0.69
19002026-05-20T17:09:24.542Z Compiling tinystr v0.8.2
19012026-05-20T17:09:24.542Z Compiling potential_utf v0.1.4
19022026-05-20T17:09:24.542Z Compiling icu_collections v2.1.1
19032026-05-20T17:09:24.542Z Compiling icu_locale_core v2.1.1
19042026-05-20T17:09:24.542Z Compiling pest_derive v2.8.6
19052026-05-20T17:09:24.542Z Compiling futures-util v0.3.32
19062026-05-20T17:09:24.542Z Compiling hmac v0.12.1
19072026-05-20T17:09:24.542Z Compiling block-padding v0.3.3
19082026-05-20T17:09:24.542Z Compiling inout v0.1.4
19092026-05-20T17:09:24.542Z Compiling icu_provider v2.1.1
19102026-05-20T17:09:24.542Z Compiling bytes v1.11.1
19112026-05-20T17:09:24.542Z Compiling chrono v0.4.44
19122026-05-20T17:09:24.542Z Compiling rustls-pki-types v1.14.0
19132026-05-20T17:09:24.542Z Compiling openssl-macros v0.1.1
19142026-05-20T17:09:24.542Z Compiling serde_tokenstream v0.2.3
19152026-05-20T17:09:24.543Z Compiling icu_normalizer v2.1.1
19162026-05-20T17:09:24.610Z Compiling icu_properties v2.1.2
19172026-05-20T17:09:24.681Z Compiling tokio v1.52.1
19182026-05-20T17:09:25.064Z Compiling cipher v0.4.4
19192026-05-20T17:09:25.308Z Compiling sha2 v0.10.9
19202026-05-20T17:09:25.507Z Compiling idna_adapter v1.2.1
19212026-05-20T17:09:25.650Z Compiling idna v1.1.0
19222026-05-20T17:09:25.877Z Compiling ppv-lite86 v0.2.21
19232026-05-20T17:09:25.889Z Compiling scroll_derive v0.13.1
19242026-05-20T17:09:25.925Z Compiling scroll_derive v0.12.1
19252026-05-20T17:09:25.976Z Compiling http v1.4.0
19262026-05-20T17:09:26.041Z Compiling url v2.5.8
19272026-05-20T17:09:26.064Z Compiling pem-rfc7468 v0.7.0
19282026-05-20T17:09:26.187Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19292026-05-20T17:09:26.212Z Compiling flagset v0.4.7
19302026-05-20T17:09:26.380Z Compiling untrusted v0.9.0
19312026-05-20T17:09:26.471Z Compiling der v0.7.10
19322026-05-20T17:09:26.602Z Compiling tracing v0.1.44
19332026-05-20T17:09:26.608Z Compiling darling_macro v0.21.3
19342026-05-20T17:09:26.628Z Compiling regex v1.12.3
19352026-05-20T17:09:27.021Z Compiling zerocopy-derive v0.7.35
19362026-05-20T17:09:27.056Z Compiling rand_core v0.9.5
19372026-05-20T17:09:27.084Z Compiling slog v2.8.2
19382026-05-20T17:09:27.613Z Compiling spki v0.7.3
19392026-05-20T17:09:27.672Z Compiling darling v0.21.3
19402026-05-20T17:09:27.691Z Compiling salsa20 v0.10.2
19412026-05-20T17:09:27.722Z Compiling pbkdf2 v0.12.2
19422026-05-20T17:09:28.038Z Compiling cookie v0.18.1
19432026-05-20T17:09:28.244Z Compiling camino v1.2.2
19442026-05-20T17:09:28.486Z Compiling tokio-util v0.7.18
19452026-05-20T17:09:28.507Z Compiling scrypt v0.11.0
19462026-05-20T17:09:28.523Z Compiling rand_chacha v0.9.0
19472026-05-20T17:09:28.542Z Compiling http-body v1.0.1
19482026-05-20T17:09:28.594Z Compiling aes v0.8.4
19492026-05-20T17:09:28.699Z Compiling cbc v0.1.2
19502026-05-20T17:09:28.791Z Compiling usdt-impl v0.5.0
19512026-05-20T17:09:28.853Z Compiling paste v1.0.15
19522026-05-20T17:09:28.905Z Compiling untrusted v0.7.1
19532026-05-20T17:09:29.064Z Compiling usdt-impl v0.6.0
19542026-05-20T17:09:29.071Z Compiling openssl-probe v0.2.1
19552026-05-20T17:09:29.083Z Compiling ref-cast v1.0.25
19562026-05-20T17:09:29.098Z Compiling atomic-waker v1.1.2
19572026-05-20T17:09:29.138Z Compiling winnow v0.7.14
19582026-05-20T17:09:29.218Z Compiling either v1.15.0
19592026-05-20T17:09:29.256Z Compiling tinyvec_macros v0.1.1
19602026-05-20T17:09:29.272Z Compiling unicode-segmentation v1.12.0
19612026-05-20T17:09:29.345Z Compiling tinyvec v1.10.0
19622026-05-20T17:09:29.442Z Compiling pkcs5 v0.7.1
19632026-05-20T17:09:29.587Z Compiling rand v0.9.2
19642026-05-20T17:09:29.800Z Compiling scroll v0.13.0
19652026-05-20T17:09:29.900Z Compiling scroll v0.12.0
19662026-05-20T17:09:29.956Z Compiling serde_spanned v0.6.9
19672026-05-20T17:09:29.973Z Compiling toml_datetime v0.6.11
19682026-05-20T17:09:30.093Z Compiling async-trait v0.1.89
19692026-05-20T17:09:30.126Z Compiling heapless v0.7.17
19702026-05-20T17:09:30.167Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-20T17:09:30.186Z Compiling tower-service v0.3.3
19722026-05-20T17:09:30.390Z Compiling tower-layer v0.3.3
19732026-05-20T17:09:30.409Z Compiling zstd-safe v7.2.4
19742026-05-20T17:09:30.424Z Compiling try-lock v0.2.5
19752026-05-20T17:09:30.463Z Compiling signal-hook v0.3.18
19762026-05-20T17:09:30.494Z Compiling fastrand v2.3.0
19772026-05-20T17:09:30.633Z Compiling want v0.3.1
19782026-05-20T17:09:30.664Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-20T17:09:30.754Z Compiling h2 v0.4.13
19802026-05-20T17:09:30.830Z Compiling goblin v0.8.2
19812026-05-20T17:09:30.844Z Compiling goblin v0.10.5
19822026-05-20T17:09:30.904Z Compiling pkcs8 v0.10.2
19832026-05-20T17:09:30.941Z Compiling heck v0.4.1
19842026-05-20T17:09:31.144Z Compiling zerocopy v0.7.35
19852026-05-20T17:09:31.187Z Compiling ipnet v2.11.0
19862026-05-20T17:09:31.247Z Compiling ref-cast-impl v1.0.25
19872026-05-20T17:09:31.483Z Compiling curve25519-dalek v4.1.3
19882026-05-20T17:09:31.657Z Compiling darling_core v0.20.11
19892026-05-20T17:09:31.720Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-20T17:09:31.786Z Compiling memoffset v0.9.1
19912026-05-20T17:09:31.808Z Compiling winnow v0.5.40
19922026-05-20T17:09:32.050Z Compiling httpdate v1.0.3
19932026-05-20T17:09:32.243Z Compiling rustix v0.38.44
19942026-05-20T17:09:32.438Z Compiling litrs v1.0.0
19952026-05-20T17:09:32.587Z Compiling foreign-types-shared v0.1.1
19962026-05-20T17:09:32.694Z Compiling pin-utils v0.1.0
19972026-05-20T17:09:32.775Z Compiling tempfile v3.25.0
19982026-05-20T17:09:32.790Z Compiling foreign-types v0.3.2
19992026-05-20T17:09:32.909Z Compiling document-features v0.2.12
20002026-05-20T17:09:33.140Z Compiling toml_edit v0.19.15
20012026-05-20T17:09:33.185Z Compiling dof v0.3.0
20022026-05-20T17:09:33.451Z Compiling unicode-normalization v0.1.25
20032026-05-20T17:09:33.475Z Compiling dtrace-parser v0.2.0
20042026-05-20T17:09:33.640Z Compiling darling_macro v0.20.11
20052026-05-20T17:09:33.712Z Compiling hyper v1.8.1
20062026-05-20T17:09:33.829Z Compiling dof v0.4.0
20072026-05-20T17:09:33.978Z Compiling dtrace-parser v0.3.0
20082026-05-20T17:09:34.092Z Compiling daft-derive v0.1.5
20092026-05-20T17:09:34.132Z Compiling pin-project-internal v1.1.11
20102026-05-20T17:09:34.187Z Compiling spin v0.9.8
20112026-05-20T17:09:34.230Z Compiling thread-id v5.1.0
20122026-05-20T17:09:34.328Z Compiling thread-id v4.2.2
20132026-05-20T17:09:34.384Z Compiling cfg_aliases v0.2.1
20142026-05-20T17:09:34.415Z Compiling smoltcp v0.9.1
20152026-05-20T17:09:34.474Z Compiling powerfmt v0.2.0
20162026-05-20T17:09:34.576Z Compiling num-bigint-dig v0.8.6
20172026-05-20T17:09:34.613Z Compiling nix v0.31.2
20182026-05-20T17:09:34.751Z Compiling deranged v0.5.8
20192026-05-20T17:09:34.789Z Compiling hyper-util v0.1.20
20202026-05-20T17:09:34.987Z Compiling darling v0.20.11
20212026-05-20T17:09:35.170Z Compiling rustls-native-certs v0.8.3
20222026-05-20T17:09:35.330Z Compiling ipnetwork v0.21.1
20232026-05-20T17:09:35.559Z Compiling strum_macros v0.26.4
20242026-05-20T17:09:35.606Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-20T17:09:35.895Z Compiling sync_wrapper v1.0.2
20262026-05-20T17:09:35.950Z Compiling wait-timeout v0.2.1
20272026-05-20T17:09:36.242Z Compiling utf8parse v0.2.2
20282026-05-20T17:09:36.280Z Compiling anstyle v1.0.13
20292026-05-20T17:09:36.385Z Compiling siphasher v1.0.2
20302026-05-20T17:09:36.427Z Compiling num_threads v0.1.7
20312026-05-20T17:09:36.448Z Compiling simd-adler32 v0.3.8
20322026-05-20T17:09:36.524Z Compiling bit-vec v0.8.0
20332026-05-20T17:09:36.550Z Compiling quick-error v1.2.3
20342026-05-20T17:09:36.624Z Compiling time v0.3.47
20352026-05-20T17:09:36.678Z Compiling rusty-fork v0.3.1
20362026-05-20T17:09:36.709Z Compiling anstyle-parse v0.2.7
20372026-05-20T17:09:36.916Z Compiling bit-set v0.8.0
20382026-05-20T17:09:36.988Z Compiling tower v0.5.3
20392026-05-20T17:09:37.170Z Compiling derive_builder_core v0.20.2
20402026-05-20T17:09:37.214Z Compiling snafu-derive v0.8.9
20412026-05-20T17:09:37.491Z Compiling http-body-util v0.1.3
20422026-05-20T17:09:37.790Z Compiling webpki-roots v1.0.6
20432026-05-20T17:09:37.934Z Compiling rand_xorshift v0.4.0
20442026-05-20T17:09:37.952Z Compiling signature v2.2.0
20452026-05-20T17:09:37.980Z Compiling hubpack_derive v0.1.1
20462026-05-20T17:09:37.996Z Compiling strum_macros v0.27.2
20472026-05-20T17:09:38.160Z Compiling fs-err v3.3.0
20482026-05-20T17:09:38.242Z Compiling ahash v0.8.12
20492026-05-20T17:09:38.323Z Compiling unarray v0.1.4
20502026-05-20T17:09:38.475Z Compiling object v0.37.3
20512026-05-20T17:09:38.493Z Compiling unicode-properties v0.1.4
20522026-05-20T17:09:38.525Z Compiling colorchoice v1.0.4
20532026-05-20T17:09:38.529Z Compiling iri-string v0.7.10
20542026-05-20T17:09:38.562Z Compiling anstyle-query v1.1.5
20552026-05-20T17:09:38.621Z Compiling ryu v1.0.23
20562026-05-20T17:09:38.643Z Compiling is_terminal_polyfill v1.70.2
20572026-05-20T17:09:38.690Z Compiling allocator-api2 v0.2.21
20582026-05-20T17:09:38.706Z Compiling unicode-bidi v0.3.18
20592026-05-20T17:09:38.744Z Compiling adler2 v2.0.1
20602026-05-20T17:09:38.778Z Compiling serde_urlencoded v0.7.1
20612026-05-20T17:09:38.804Z Compiling anstream v0.6.21
20622026-05-20T17:09:38.879Z Compiling miniz_oxide v0.8.9
20632026-05-20T17:09:39.038Z Compiling stringprep v0.1.5
20642026-05-20T17:09:39.113Z Compiling proptest v1.10.0
20652026-05-20T17:09:39.309Z Compiling derive_builder_macro v0.20.2
20662026-05-20T17:09:39.463Z Compiling tokio-native-tls v0.3.1
20672026-05-20T17:09:39.500Z Compiling usdt-attr-macro v0.6.0
20682026-05-20T17:09:39.515Z Compiling usdt-macro v0.6.0
20692026-05-20T17:09:39.771Z Compiling tower-http v0.6.8
20702026-05-20T17:09:39.969Z Compiling rand_chacha v0.3.1
20712026-05-20T17:09:40.012Z Compiling erased-serde v0.3.31
20722026-05-20T17:09:40.029Z Compiling md-5 v0.10.6
20732026-05-20T17:09:40.034Z Compiling bstr v1.12.1
20742026-05-20T17:09:40.220Z Compiling num-integer v0.1.46
20752026-05-20T17:09:40.243Z Compiling hash32 v0.2.1
20762026-05-20T17:09:40.273Z Compiling vergen-lib v0.1.6
20772026-05-20T17:09:40.338Z Compiling ff v0.13.1
20782026-05-20T17:09:40.403Z Compiling fallible-iterator v0.2.0
20792026-05-20T17:09:40.449Z Compiling base16ct v0.2.0
20802026-05-20T17:09:40.465Z Compiling psl-types v2.0.11
20812026-05-20T17:09:40.492Z Compiling zlib-rs v0.6.2
20822026-05-20T17:09:40.588Z Compiling publicsuffix v2.3.0
20832026-05-20T17:09:40.604Z Compiling sec1 v0.7.3
20842026-05-20T17:09:40.658Z Compiling group v0.13.0
20852026-05-20T17:09:40.691Z Compiling num-iter v0.1.45
20862026-05-20T17:09:40.705Z Compiling postgres-protocol v0.6.10
20872026-05-20T17:09:40.828Z Compiling rand v0.8.6
20882026-05-20T17:09:41.107Z Compiling newtype-uuid v1.3.2
20892026-05-20T17:09:41.251Z Compiling oxnet v0.1.4
20902026-05-20T17:09:41.358Z Compiling derive_builder v0.20.2
20912026-05-20T17:09:41.375Z Compiling hyper-tls v0.6.0
20922026-05-20T17:09:41.491Z Compiling phf_shared v0.13.1
20932026-05-20T17:09:41.583Z Compiling pin-project v1.1.11
20942026-05-20T17:09:41.641Z Compiling lazy_static v1.5.0
20952026-05-20T17:09:41.766Z Compiling terminal_size v0.4.3
20962026-05-20T17:09:41.783Z Compiling serde_with_macros v3.17.0
20972026-05-20T17:09:41.797Z Compiling futures-executor v0.3.32
20982026-05-20T17:09:41.812Z Compiling cargo-platform v0.1.9
20992026-05-20T17:09:41.816Z Compiling hex v0.4.3
21002026-05-20T17:09:42.106Z Compiling hkdf v0.12.4
21012026-05-20T17:09:42.121Z Compiling crypto-bigint v0.5.5
21022026-05-20T17:09:42.273Z Compiling enum-as-inner v0.6.1
21032026-05-20T17:09:42.274Z Compiling serde_repr v0.1.20
21042026-05-20T17:09:42.340Z Compiling clap_derive v4.5.55
21052026-05-20T17:09:42.421Z Compiling async-recursion v1.1.1
21062026-05-20T17:09:42.514Z Compiling vergen v9.0.6
21072026-05-20T17:09:42.711Z Compiling flate2 v1.1.9
21082026-05-20T17:09:42.831Z Compiling encoding_rs v0.8.35
21092026-05-20T17:09:42.850Z Compiling same-file v1.0.6
21102026-05-20T17:09:42.964Z Compiling foldhash v0.1.5
21112026-05-20T17:09:43.042Z Compiling bumpalo v3.20.2
21122026-05-20T17:09:43.076Z Compiling managed v0.8.0
21132026-05-20T17:09:43.125Z Compiling mime v0.3.17
21142026-05-20T17:09:43.155Z Compiling bitflags v1.3.2
21152026-05-20T17:09:43.251Z Compiling clap_lex v1.0.0
21162026-05-20T17:09:43.310Z Compiling libbz2-rs-sys v0.2.2
21172026-05-20T17:09:43.326Z Compiling foldhash v0.2.0
21182026-05-20T17:09:43.362Z Compiling zopfli v0.8.3
21192026-05-20T17:09:43.486Z Compiling hashbrown v0.16.1
21202026-05-20T17:09:43.506Z Compiling clap_builder v4.5.60
21212026-05-20T17:09:43.898Z Compiling bzip2 v0.6.1
21222026-05-20T17:09:43.925Z Compiling hashbrown v0.15.5
21232026-05-20T17:09:43.934Z Compiling elliptic-curve v0.13.8
21242026-05-20T17:09:44.086Z Compiling walkdir v2.5.0
21252026-05-20T17:09:44.164Z Compiling zstd v0.13.3
21262026-05-20T17:09:44.241Z Compiling cargo_metadata v0.19.2
21272026-05-20T17:09:44.289Z Compiling futures v0.3.32
21282026-05-20T17:09:44.464Z Compiling phf v0.13.1
21292026-05-20T17:09:44.480Z Compiling snafu v0.8.9
21302026-05-20T17:09:44.495Z Compiling signal-hook-mio v0.2.5
21312026-05-20T17:09:44.653Z Compiling daft v0.1.5
21322026-05-20T17:09:44.661Z Compiling cookie_store v0.22.1
21332026-05-20T17:09:44.837Z Compiling postgres-types v0.2.12
21342026-05-20T17:09:44.914Z Compiling bzip2 v0.4.4
21352026-05-20T17:09:45.133Z Compiling globset v0.4.18
21362026-05-20T17:09:45.257Z Compiling strum v0.27.2
21372026-05-20T17:09:45.433Z Compiling hubpack v0.1.2
21382026-05-20T17:09:45.475Z Compiling ed25519 v2.2.3
21392026-05-20T17:09:45.493Z Compiling phf_shared v0.11.3
21402026-05-20T17:09:45.526Z Compiling crossbeam-epoch v0.9.18
21412026-05-20T17:09:45.592Z Compiling olpc-cjson v0.1.4
21422026-05-20T17:09:45.625Z Compiling pkcs1 v0.7.5
21432026-05-20T17:09:45.696Z Compiling pem v3.0.6
21442026-05-20T17:09:45.770Z Compiling serde_plain v1.0.2
21452026-05-20T17:09:45.774Z Compiling serde-big-array v0.5.1
21462026-05-20T17:09:45.850Z Compiling rfc6979 v0.4.0
21472026-05-20T17:09:45.958Z Compiling float-cmp v0.10.0
21482026-05-20T17:09:45.974Z Compiling memmap2 v0.9.10
21492026-05-20T17:09:45.990Z Compiling env_filter v1.0.0
21502026-05-20T17:09:46.007Z Compiling normalize-line-endings v0.3.0
21512026-05-20T17:09:46.042Z Compiling difflib v0.4.0
21522026-05-20T17:09:46.045Z Compiling precomputed-hash v0.1.1
21532026-05-20T17:09:46.076Z Compiling jiff v0.2.21
21542026-05-20T17:09:46.167Z Compiling predicates-core v1.0.10
21552026-05-20T17:09:46.185Z Compiling rustc-hash v2.1.1
21562026-05-20T17:09:46.230Z Compiling new_debug_unreachable v1.0.6
21572026-05-20T17:09:46.330Z Compiling data-encoding v2.10.0
21582026-05-20T17:09:46.349Z Compiling typed-path v0.9.3
21592026-05-20T17:09:46.369Z Compiling toml_write v0.1.2
21602026-05-20T17:09:46.373Z Compiling fixedbitset v0.5.7
21612026-05-20T17:09:46.433Z Compiling whoami v2.1.0
21622026-05-20T17:09:46.557Z Compiling static_assertions v1.1.0
21632026-05-20T17:09:46.597Z Compiling keccak v0.1.6
21642026-05-20T17:09:46.645Z Compiling fixedbitset v0.4.2
21652026-05-20T17:09:46.692Z Compiling tokio-postgres v0.7.16
21662026-05-20T17:09:46.795Z Compiling sha3 v0.10.8
21672026-05-20T17:09:46.822Z Compiling petgraph v0.6.5
21682026-05-20T17:09:46.874Z Compiling hickory-proto v0.25.2
21692026-05-20T17:09:46.901Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21702026-05-20T17:09:46.916Z Compiling petgraph v0.8.3
21712026-05-20T17:09:47.039Z Compiling toml_edit v0.22.27
21722026-05-20T17:09:47.092Z Compiling predicates v3.1.4
21732026-05-20T17:09:47.523Z Compiling iddqd v0.3.18
21742026-05-20T17:09:47.684Z Compiling string_cache v0.8.9
21752026-05-20T17:09:47.925Z Compiling env_logger v0.11.9
21762026-05-20T17:09:48.191Z Compiling usdt v0.6.0
21772026-05-20T17:09:48.311Z Compiling ecdsa v0.16.9
21782026-05-20T17:09:48.460Z Compiling rsa v0.9.10
21792026-05-20T17:09:48.633Z Compiling ed25519-dalek v2.2.0
21802026-05-20T17:09:48.731Z Compiling zip v4.6.1
21812026-05-20T17:09:49.195Z Compiling crossterm v0.28.1
21822026-05-20T17:09:49.211Z Compiling zip v0.6.6
21832026-05-20T17:09:49.624Z Compiling clap v4.5.60
21842026-05-20T17:09:49.741Z Compiling serde_with v3.17.0
21852026-05-20T17:09:49.754Z Compiling similar v2.7.0
21862026-05-20T17:09:49.799Z Compiling strum v0.26.3
21872026-05-20T17:09:49.938Z Compiling toml v0.7.8
21882026-05-20T17:09:49.953Z Compiling itertools v0.13.0
21892026-05-20T17:09:50.030Z Compiling tokio-stream v0.1.18
21902026-05-20T17:09:50.157Z Compiling buf-list v1.1.2
21912026-05-20T17:09:50.431Z Compiling x509-cert v0.2.5
21922026-05-20T17:09:50.527Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21932026-05-20T17:09:50.784Z Compiling openapiv3 v2.2.0
21942026-05-20T17:09:50.852Z Compiling sha1 v0.10.6
21952026-05-20T17:09:51.124Z Compiling peg-runtime v0.8.5
21962026-05-20T17:09:51.188Z Compiling lalrpop-util v0.19.12
21972026-05-20T17:10:06.447Z Compiling rustls-webpki v0.103.9
21982026-05-20T17:10:07.583Z Compiling macaddr v1.0.1
21992026-05-20T17:10:07.598Z Compiling structmeta-derive v0.3.0
22002026-05-20T17:10:07.734Z Compiling crucible-workspace-hack v0.1.0
22012026-05-20T17:10:07.825Z Compiling rayon-core v1.13.0
22022026-05-20T17:10:07.890Z Compiling itertools v0.14.0
22032026-05-20T17:10:07.975Z Compiling secrecy v0.10.3
22042026-05-20T17:10:08.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-20T17:10:08.164Z Compiling heapless v0.8.0
22062026-05-20T17:10:08.167Z Compiling rustls v0.22.4
22072026-05-20T17:10:08.433Z Compiling crossbeam-deque v0.8.6
22082026-05-20T17:10:08.451Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-20T17:10:08.466Z Compiling rustls-webpki v0.102.8
22102026-05-20T17:10:08.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-05-20T17:10:08.621Z Compiling structmeta v0.3.0
22122026-05-20T17:10:08.717Z Compiling hash32 v0.3.1
22132026-05-20T17:10:08.721Z Compiling multer v3.1.0
22142026-05-20T17:10:08.721Z Compiling thread_local v1.1.9
22152026-05-20T17:10:08.721Z Compiling match_cfg v0.1.0
22162026-05-20T17:10:08.798Z Compiling unicode-width v0.2.0
22172026-05-20T17:10:08.855Z Compiling compression-core v0.4.31
22182026-05-20T17:10:08.858Z Compiling slog-async v2.8.0
22192026-05-20T17:10:08.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22202026-05-20T17:10:08.910Z Compiling smoltcp v0.11.0
22212026-05-20T17:10:08.990Z Compiling compression-codecs v0.4.37
22222026-05-20T17:10:09.053Z Compiling proc-macro-crate v3.4.0
22232026-05-20T17:10:09.151Z Compiling derive-ex v0.1.8
22242026-05-20T17:10:09.179Z Compiling ingot-macros v0.1.1
22252026-05-20T17:10:09.222Z Compiling hostname v0.3.1
22262026-05-20T17:10:09.386Z Compiling slog-json v2.6.1
22272026-05-20T17:10:09.402Z Compiling crossbeam-channel v0.5.15
22282026-05-20T17:10:09.419Z Compiling half v2.7.1
22292026-05-20T17:10:09.510Z Compiling newtype-uuid-macros v0.1.0
22302026-05-20T17:10:09.664Z Compiling cobs v0.3.0
22312026-05-20T17:10:09.710Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-20T17:10:09.787Z Compiling universal-hash v0.5.1
22332026-05-20T17:10:09.993Z Compiling async-stream-impl v0.3.6
22342026-05-20T17:10:09.997Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-20T17:10:10.106Z Compiling serde_spanned v1.0.4
22362026-05-20T17:10:10.250Z Compiling tokio-rustls v0.26.4
22372026-05-20T17:10:10.292Z Compiling rustls-platform-verifier v0.6.2
22382026-05-20T17:10:10.330Z Compiling is-terminal v0.4.17
22392026-05-20T17:10:10.424Z Compiling proc-macro-error-attr v1.0.4
22402026-05-20T17:10:10.450Z Compiling dropshot v0.17.0
22412026-05-20T17:10:10.528Z Compiling hyper-rustls v0.27.7
22422026-05-20T17:10:10.545Z Compiling convert_case v0.4.0
22432026-05-20T17:10:10.550Z Compiling ciborium-io v0.2.2
22442026-05-20T17:10:10.648Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-20T17:10:10.670Z Compiling term v1.2.1
22462026-05-20T17:10:10.673Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-20T17:10:10.702Z Compiling opaque-debug v0.3.1
22482026-05-20T17:10:10.771Z Compiling take_mut v0.2.2
22492026-05-20T17:10:10.788Z Compiling reqwest v0.12.28
22502026-05-20T17:10:10.803Z Compiling reqwest v0.13.2
22512026-05-20T17:10:10.879Z Compiling derive_more v0.99.20
22522026-05-20T17:10:10.895Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-20T17:10:10.913Z Compiling thiserror-no-std v2.0.2
22542026-05-20T17:10:10.945Z Compiling poly1305 v0.8.0
22552026-05-20T17:10:11.038Z Compiling slog-term v2.9.2
22562026-05-20T17:10:11.053Z Compiling test-strategy v0.4.5
22572026-05-20T17:10:11.615Z Compiling tokio-rustls v0.25.0
22582026-05-20T17:10:11.795Z Compiling ingot-types v0.1.2
22592026-05-20T17:10:11.853Z Compiling ciborium-ll v0.2.2
22602026-05-20T17:10:11.953Z Compiling async-stream v0.3.6
22612026-05-20T17:10:12.062Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-05-20T17:10:12.154Z Compiling postcard v1.1.3
22632026-05-20T17:10:12.221Z Compiling ingot v0.1.1
22642026-05-20T17:10:12.280Z Compiling slog-bunyan v2.5.0
22652026-05-20T17:10:12.323Z Compiling num_enum_derive v0.7.5
22662026-05-20T17:10:12.383Z Compiling tough v0.22.0
22672026-05-20T17:10:12.487Z Compiling async-compression v0.4.41
22682026-05-20T17:10:12.570Z Compiling parse-display-derive v0.10.0
22692026-05-20T17:10:12.970Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-20T17:10:13.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-20T17:10:13.277Z Compiling proc-macro-crate v1.3.1
22722026-05-20T17:10:13.363Z Compiling backon v1.6.0
22732026-05-20T17:10:13.649Z Compiling waitgroup v0.1.2
22742026-05-20T17:10:13.742Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-20T17:10:13.758Z Compiling password-hash v0.5.0
22762026-05-20T17:10:13.831Z Compiling chacha20 v0.9.1
22772026-05-20T17:10:14.064Z Compiling rustls-pemfile v2.2.0
22782026-05-20T17:10:14.067Z Compiling dropshot_endpoint v0.17.0
22792026-05-20T17:10:14.100Z Compiling blake2 v0.10.6
22802026-05-20T17:10:14.119Z Compiling aead v0.5.2
22812026-05-20T17:10:14.172Z Compiling foreign-types-macros v0.2.3
22822026-05-20T17:10:14.335Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-20T17:10:14.384Z Compiling serde_path_to_error v0.1.20
22842026-05-20T17:10:14.459Z Compiling hostname v0.4.2
22852026-05-20T17:10:14.571Z Compiling proc-macro-error v1.0.4
22862026-05-20T17:10:14.662Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-20T17:10:14.678Z Compiling instant v0.1.13
22882026-05-20T17:10:14.755Z Compiling cpufeatures v0.3.0
22892026-05-20T17:10:14.758Z Compiling debug-ignore v1.0.5
22902026-05-20T17:10:14.798Z Compiling foreign-types-shared v0.3.1
22912026-05-20T17:10:14.805Z Compiling typeid v1.0.3
22922026-05-20T17:10:14.851Z Compiling backoff v0.4.0
22932026-05-20T17:10:14.870Z Compiling chacha20 v0.10.0
22942026-05-20T17:10:14.887Z Compiling foreign-types v0.5.0
22952026-05-20T17:10:14.907Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-20T17:10:14.938Z Compiling argon2 v0.5.3
22972026-05-20T17:10:14.960Z Compiling chacha20poly1305 v0.10.1
22982026-05-20T17:10:14.976Z Compiling parse-display v0.10.0
22992026-05-20T17:10:14.992Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-20T17:10:15.060Z Compiling num_enum_derive v0.5.11
23012026-05-20T17:10:15.091Z Compiling num_enum v0.7.5
23022026-05-20T17:10:15.178Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-20T17:10:15.184Z Compiling ciborium v0.2.2
23042026-05-20T17:10:15.191Z Compiling vsss-rs v3.3.4
23052026-05-20T17:10:15.466Z Compiling tabwriter v1.4.1
23062026-05-20T17:10:15.544Z Compiling regress v0.10.5
23072026-05-20T17:10:15.853Z Compiling byte-wrapper v0.1.0
23082026-05-20T17:10:15.870Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-20T17:10:15.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-20T17:10:15.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-20T17:10:16.006Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-20T17:10:16.022Z Compiling cstr-argument v0.1.2
23132026-05-20T17:10:16.056Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-20T17:10:16.235Z Compiling erased-serde v0.4.9
23152026-05-20T17:10:16.332Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-20T17:10:16.387Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-05-20T17:10:16.428Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-05-20T17:10:16.583Z Compiling num_enum v0.5.11
23192026-05-20T17:10:16.626Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-20T17:10:16.727Z Compiling rand v0.10.0
23212026-05-20T17:10:16.742Z Compiling rayon v1.11.0
23222026-05-20T17:10:16.792Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-20T17:10:16.808Z Compiling colored v3.1.1
23242026-05-20T17:10:16.826Z Compiling indent_write v2.2.0
23252026-05-20T17:10:16.843Z Compiling libefi-sys v0.1.0
23262026-05-20T17:10:16.884Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-20T17:10:16.905Z Compiling zone_cfg_derive v0.3.1
23282026-05-20T17:10:17.022Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-20T17:10:17.146Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-20T17:10:17.163Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-20T17:10:17.177Z Compiling camino-tempfile v1.4.1
23322026-05-20T17:10:17.405Z Compiling itertools v0.12.1
23332026-05-20T17:10:17.527Z Compiling usdt-macro v0.5.0
23342026-05-20T17:10:17.545Z Compiling usdt-attr-macro v0.5.0
23352026-05-20T17:10:17.562Z Compiling num-derive v0.4.2
23362026-05-20T17:10:17.596Z Compiling bitfield-struct v0.6.2
23372026-05-20T17:10:17.698Z Compiling ordered-float v2.10.1
23382026-05-20T17:10:17.713Z Compiling blake3 v1.8.3
23392026-05-20T17:10:18.002Z Compiling memmap v0.7.0
23402026-05-20T17:10:18.084Z Compiling sigpipe v0.1.3
23412026-05-20T17:10:18.273Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-20T17:10:18.284Z Compiling swrite v0.1.0
23432026-05-20T17:10:18.284Z Compiling glob v0.3.3
23442026-05-20T17:10:18.284Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-20T17:10:18.309Z Compiling usdt v0.5.0
23462026-05-20T17:10:18.369Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-20T17:10:18.472Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-20T17:10:18.633Z Compiling serde-value v0.7.0
23492026-05-20T17:10:18.855Z Compiling zone v0.3.1
23502026-05-20T17:10:18.922Z Compiling serde-untagged v0.1.9
23512026-05-20T17:10:18.938Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-20T17:10:19.066Z Compiling toml v0.8.23
23532026-05-20T17:10:19.182Z Compiling smf v0.2.3
23542026-05-20T17:10:19.182Z Compiling filetime v0.2.27
23552026-05-20T17:10:19.211Z Compiling arrayref v0.3.9
23562026-05-20T17:10:19.249Z Compiling arrayvec v0.7.6
23572026-05-20T17:10:19.306Z Compiling unicode-xid v0.2.6
23582026-05-20T17:10:19.322Z Compiling constant_time_eq v0.4.2
23592026-05-20T17:10:19.342Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-20T17:10:19.429Z Compiling xattr v1.6.1
23612026-05-20T17:10:19.445Z Compiling whoami v1.6.1
23622026-05-20T17:10:19.511Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-20T17:10:19.527Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-20T17:10:19.545Z Compiling cargo-util-schemas v0.8.2
23652026-05-20T17:10:19.652Z Compiling tar v0.4.45
23662026-05-20T17:10:19.788Z Compiling tokio-dtrace v0.1.1
23672026-05-20T17:10:19.912Z Compiling console v0.16.2
23682026-05-20T17:10:20.135Z Compiling gethostname v0.5.0
23692026-05-20T17:10:20.198Z Compiling cargo-platform v0.2.0
23702026-05-20T17:10:20.300Z Compiling topological-sort v0.2.2
23712026-05-20T17:10:20.316Z Compiling unit-prefix v0.5.2
23722026-05-20T17:10:20.336Z Compiling oxide-tokio-rt v0.1.4
23732026-05-20T17:10:20.439Z Compiling shell-words v1.1.1
23742026-05-20T17:10:20.492Z Compiling indicatif v0.18.4
23752026-05-20T17:10:20.507Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-05-20T17:10:20.718Z Compiling cargo_metadata v0.21.0
23772026-05-20T17:10:30.068Z Compiling progenitor-client v0.10.0
23782026-05-20T17:10:30.068Z Compiling omicron-zone-package v0.12.2
23792026-05-20T17:10:30.117Z Compiling progenitor-client v0.14.0
23802026-05-20T17:10:30.573Z Compiling progenitor-extras v0.2.0
23812026-05-20T17:10:32.812Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-20T17:10:32.905Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-05-20T17:10:33.047Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-20T17:10:33.080Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-20T17:10:33.097Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-05-20T17:10:33.111Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-20T17:10:33.115Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-20T17:10:33.229Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-20T17:10:33.408Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-20T17:10:37.121Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-20T17:10:44.735Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-20T17:10:47.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-20T17:10:48.811Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-20T17:10:58.492Z Finished `release` profile [optimized] target(s) in 1m 43s
23952026-05-20T17:10:58.642Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-20T17:10:58.704ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-20T17:10:58.708ZCreated new build target 'test' and set it as active
23982026-05-20T17:10:58.714Z
23992026-05-20T17:10:58.714Zreal 1:44.125306165
24002026-05-20T17:10:58.714Zuser 16:56.753677527
24012026-05-20T17:10:58.714Zsys 2:42.415867935
24022026-05-20T17:10:58.714Ztrap 0.440393882
24032026-05-20T17:10:58.714Ztflt 2.831406048
24042026-05-20T17:10:58.714Zdflt 4.436134595
24052026-05-20T17:10:58.714Zkflt 0.000837650
24062026-05-20T17:10:58.714Zlock 52:38.030951707
24072026-05-20T17:10:58.714Zslp 43:08.355609984
24082026-05-20T17:10:58.714Zlat 43.636069572
24092026-05-20T17:10:58.714Zstop 5:37.347952740
24102026-05-20T17:10:58.714Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-20T17:10:59.597Z Finished `release` profile [optimized] target(s) in 0.87s
24122026-05-20T17:10:59.679Z Running `target/release/omicron-package -t test package`
24132026-05-20T17:10:59.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-20T17:11:01.165Z Compiling heck v0.5.0
24152026-05-20T17:11:01.165Z Compiling regress v0.11.1
24162026-05-20T17:11:01.170Z Compiling unsafe-libyaml v0.2.11
24172026-05-20T17:11:01.432Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-20T17:11:01.452Z Compiling regress v0.10.5
24192026-05-20T17:11:01.482Z Compiling is-terminal v0.4.17
24202026-05-20T17:11:01.482Z Compiling unicode-width v0.1.14
24212026-05-20T17:11:01.518Z Compiling prettyplease v0.2.37
24222026-05-20T17:11:01.524Z Compiling bytecount v0.6.9
24232026-05-20T17:11:01.525Z Compiling rustls v0.22.4
24242026-05-20T17:11:01.525Z Compiling rustls-webpki v0.102.8
24252026-05-20T17:11:01.525Z Compiling derive-where v1.6.0
24262026-05-20T17:11:01.525Z Compiling thread_local v1.1.9
24272026-05-20T17:11:01.535Z Compiling match_cfg v0.1.0
24282026-05-20T17:11:01.554Z Compiling compression-core v0.4.31
24292026-05-20T17:11:01.647Z Compiling hostname v0.3.1
24302026-05-20T17:11:01.687Z Compiling multer v3.1.0
24312026-05-20T17:11:01.732Z Compiling compression-codecs v0.4.37
24322026-05-20T17:11:01.752Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-05-20T17:11:01.773Z Compiling slog-async v2.8.0
24342026-05-20T17:11:01.799Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-20T17:11:01.799Z Compiling crossbeam-channel v0.5.15
24362026-05-20T17:11:01.846Z Compiling slog-json v2.6.1
24372026-05-20T17:11:01.850Z Compiling serde_spanned v1.0.4
24382026-05-20T17:11:01.850Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-05-20T17:11:01.850Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-20T17:11:01.947Z Compiling serde_yaml v0.9.34+deprecated
24412026-05-20T17:11:01.982Z Compiling take_mut v0.2.2
24422026-05-20T17:11:02.004Z Compiling term v1.2.1
24432026-05-20T17:11:02.083Z Compiling slog-bunyan v2.5.0
24442026-05-20T17:11:02.083Z Compiling async-compression v0.4.41
24452026-05-20T17:11:02.128Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-20T17:11:02.285Z Compiling slog-term v2.9.2
24472026-05-20T17:11:02.306Z Compiling async-stream v0.3.6
24482026-05-20T17:11:02.330Z Compiling dropshot v0.17.0
24492026-05-20T17:11:02.397Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-05-20T17:11:02.443Z Compiling num-rational v0.4.2
24512026-05-20T17:11:02.509Z Compiling progenitor-client v0.14.0
24522026-05-20T17:11:02.531Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-20T17:11:02.557Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-05-20T17:11:02.561Z Compiling waitgroup v0.1.2
24552026-05-20T17:11:02.648Z Compiling backon v1.6.0
24562026-05-20T17:11:02.744Z Compiling rustls-pemfile v2.2.0
24572026-05-20T17:11:02.748Z Compiling num-complex v0.4.6
24582026-05-20T17:11:02.795Z Compiling serde_path_to_error v0.1.20
24592026-05-20T17:11:02.821Z Compiling hostname v0.4.2
24602026-05-20T17:11:02.846Z Compiling instant v0.1.13
24612026-05-20T17:11:02.850Z Compiling debug-ignore v1.0.5
24622026-05-20T17:11:02.892Z Compiling progenitor-extras v0.2.0
24632026-05-20T17:11:02.968Z Compiling typify-impl v0.6.2
24642026-05-20T17:11:02.991Z Compiling backoff v0.4.0
24652026-05-20T17:11:02.995Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-20T17:11:03.031Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-20T17:11:03.231Z Compiling num v0.4.3
24682026-05-20T17:11:03.267Z Compiling parse-display v0.10.0
24692026-05-20T17:11:03.292Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-20T17:11:03.316Z Compiling progenitor-client v0.13.0
24712026-05-20T17:11:03.341Z Compiling progenitor-client v0.10.0
24722026-05-20T17:11:03.363Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-20T17:11:03.366Z Compiling macaddr v1.0.1
24742026-05-20T17:11:03.495Z Compiling float-ord v0.3.2
24752026-05-20T17:11:03.605Z Compiling console v0.15.11
24762026-05-20T17:11:03.668Z Compiling atomicwrites v0.4.4
24772026-05-20T17:11:03.689Z Compiling newline-converter v0.3.0
24782026-05-20T17:11:03.783Z Compiling slog-dtrace v0.3.0
24792026-05-20T17:11:03.849Z Compiling resolv-conf v0.7.6
24802026-05-20T17:11:03.871Z Compiling cancel-safe-futures v0.1.5
24812026-05-20T17:11:03.978Z Compiling tokio-rustls v0.25.0
24822026-05-20T17:11:03.983Z Compiling owo-colors v4.3.0
24832026-05-20T17:11:04.024Z Compiling expectorate v1.2.0
24842026-05-20T17:11:04.088Z Compiling toml v0.8.23
24852026-05-20T17:11:04.167Z Compiling libsw-core v0.3.2
24862026-05-20T17:11:04.308Z Compiling linear-map v1.2.0
24872026-05-20T17:11:04.383Z Compiling libsw v3.5.0
24882026-05-20T17:11:04.485Z Compiling linked-hash-map v0.5.6
24892026-05-20T17:11:04.590Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-20T17:11:04.617Z Compiling minimal-lexical v0.2.1
24912026-05-20T17:11:04.644Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-05-20T17:11:04.690Z Compiling lru-cache v0.1.2
24932026-05-20T17:11:04.731Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-20T17:11:04.841Z Compiling nom v7.1.3
24952026-05-20T17:11:04.867Z Compiling hickory-proto v0.24.4
24962026-05-20T17:11:04.903Z Compiling unicode-xid v0.2.6
24972026-05-20T17:11:04.933Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-05-20T17:11:05.013Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-20T17:11:05.061Z Compiling convert_case v0.10.0
25002026-05-20T17:11:05.362Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-20T17:11:05.401Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-05-20T17:11:05.785Z Compiling derive_more-impl v2.1.1
25032026-05-20T17:11:06.250Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-20T17:11:06.272Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-20T17:11:06.429Z Compiling papergrid v0.11.0
25062026-05-20T17:11:06.495Z Compiling typify-macro v0.6.2
25072026-05-20T17:11:06.542Z Compiling tabled_derive v0.7.0
25082026-05-20T17:11:06.634Z Compiling derive_more v2.1.1
25092026-05-20T17:11:06.748Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-20T17:11:07.005Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-20T17:11:07.228Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-20T17:11:07.432Z Compiling hickory-resolver v0.24.4
25132026-05-20T17:11:07.550Z Compiling termtree v0.5.1
25142026-05-20T17:11:07.605Z Compiling tabled v0.15.0
25152026-05-20T17:11:07.758Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-20T17:11:08.033Z Compiling typify v0.6.2
25172026-05-20T17:11:08.338Z Compiling progenitor-impl v0.14.0
25182026-05-20T17:11:08.550Z Compiling progenitor-impl v0.13.0
25192026-05-20T17:11:10.516Z Compiling progenitor-macro v0.14.0
25202026-05-20T17:11:10.714Z Compiling progenitor-macro v0.13.0
25212026-05-20T17:11:10.889Z Compiling qorb v0.4.1
25222026-05-20T17:11:12.051Z Compiling crossterm v0.29.0
25232026-05-20T17:11:12.672Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-20T17:11:13.062Z Compiling phf_shared v0.12.1
25252026-05-20T17:11:13.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-20T17:11:13.345Z Compiling csv-core v0.1.13
25272026-05-20T17:11:13.422Z Compiling vte v0.14.1
25282026-05-20T17:11:13.685Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-05-20T17:11:13.878Z Compiling chrono-tz v0.10.4
25302026-05-20T17:11:13.931Z Compiling highway v1.3.0
25312026-05-20T17:11:14.139Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-20T17:11:14.394Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-20T17:11:14.633Z Compiling progenitor v0.14.0
25342026-05-20T17:11:14.667Z Compiling strip-ansi-escapes v0.2.1
25352026-05-20T17:11:14.803Z Compiling progenitor v0.13.0
25362026-05-20T17:11:14.824Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-05-20T17:11:14.950Z Compiling csv v1.4.0
25382026-05-20T17:11:15.010Z Compiling phf v0.12.1
25392026-05-20T17:11:15.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-20T17:11:15.240Z Compiling const_format_proc_macros v0.2.34
25412026-05-20T17:11:15.328Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-05-20T17:11:15.399Z Compiling fd-lock v4.0.4
25432026-05-20T17:11:15.568Z Compiling peg-macros v0.8.5
25442026-05-20T17:11:15.643Z Compiling nu-ansi-term v0.50.3
25452026-05-20T17:11:15.979Z Compiling reedline v0.40.0
25462026-05-20T17:11:16.022Z Compiling const_format v0.2.35
25472026-05-20T17:11:16.271Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-20T17:11:16.854Z Compiling peg v0.8.5
25492026-05-20T17:11:16.966Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-20T17:11:17.861Z Compiling bcs v0.1.6
25512026-05-20T17:11:18.121Z Compiling semver v0.1.20
25522026-05-20T17:11:18.153Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-05-20T17:11:18.287Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-20T17:11:18.419Z Compiling rustc_version v0.1.7
25552026-05-20T17:11:18.444Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-20T17:11:18.543Z Compiling humantime v2.3.0
25572026-05-20T17:11:18.663Z Compiling newtype_derive v0.1.6
25582026-05-20T17:11:18.942Z Compiling unicode-linebreak v0.1.5
25592026-05-20T17:11:19.014Z Compiling smawk v0.3.2
25602026-05-20T17:11:19.207Z Compiling textwrap v0.16.2
25612026-05-20T17:11:19.345Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-20T17:11:19.645Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-20T17:11:19.665Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-20T17:11:19.688Z Compiling base64 v0.21.7
25652026-05-20T17:11:20.222Z Compiling steno v0.4.1
25662026-05-20T17:11:20.281Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-20T17:11:20.482Z Compiling tagptr v0.2.0
25682026-05-20T17:11:20.694Z Compiling moka v0.12.13
25692026-05-20T17:11:20.778Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-20T17:11:20.827Z Compiling utf-8 v0.7.6
25712026-05-20T17:11:21.136Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-20T17:11:21.215Z Compiling tungstenite v0.21.0
25732026-05-20T17:11:21.338Z Compiling radium v0.7.0
25742026-05-20T17:11:21.402Z Compiling tap v1.0.1
25752026-05-20T17:11:21.490Z Compiling maybe-uninit v2.0.0
25762026-05-20T17:11:21.571Z Compiling wyz v0.5.1
25772026-05-20T17:11:21.791Z Compiling hickory-resolver v0.25.2
25782026-05-20T17:11:21.890Z Compiling tokio-tungstenite v0.21.0
25792026-05-20T17:11:21.931Z Compiling zerocopy-derive v0.6.6
25802026-05-20T17:11:21.952Z Compiling crc-catalog v2.4.0
25812026-05-20T17:11:22.079Z Compiling funty v2.0.0
25822026-05-20T17:11:22.263Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-20T17:11:22.712Z Compiling packed_struct v0.10.1
25842026-05-20T17:11:22.991Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-20T17:11:23.032Z Compiling display-error-chain v0.2.2
25862026-05-20T17:11:23.244Z Compiling zerocopy v0.6.6
25872026-05-20T17:11:23.396Z Compiling bitvec v1.0.1
25882026-05-20T17:11:23.476Z Compiling crc v3.4.0
25892026-05-20T17:11:23.663Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-20T17:11:23.949Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-05-20T17:11:24.015Z Compiling num-derive v0.3.3
25922026-05-20T17:11:24.183Z Compiling packed_struct_codegen v0.10.1
25932026-05-20T17:11:24.887Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-20T17:11:25.201Z Compiling bitfield-macros v0.19.4
25952026-05-20T17:11:25.241Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-20T17:11:25.695Z Compiling indexmap v1.9.3
25972026-05-20T17:11:25.918Z Compiling nodrop v0.1.14
25982026-05-20T17:11:25.992Z Compiling bitfield v0.19.4
25992026-05-20T17:11:26.059Z Compiling array-init v0.0.4
26002026-05-20T17:11:26.111Z Compiling proc-macro-error2 v2.0.1
26012026-05-20T17:11:26.262Z Compiling libscf-sys v1.1.0
26022026-05-20T17:11:26.327Z Compiling smallvec v0.6.14
26032026-05-20T17:11:26.441Z Compiling typify-impl v0.4.3
26042026-05-20T17:11:26.462Z Compiling hashbrown v0.12.3
26052026-05-20T17:11:26.491Z Compiling tabled_derive v0.11.0
26062026-05-20T17:11:26.611Z Compiling serde-hex v0.1.0
26072026-05-20T17:11:26.792Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26082026-05-20T17:11:27.487Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-20T17:11:27.611Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-20T17:11:27.691Z Compiling ron v0.8.1
26112026-05-20T17:11:27.735Z Compiling papergrid v0.17.0
26122026-05-20T17:11:27.806Z Compiling testing_table v0.3.0
26132026-05-20T17:11:28.224Z Compiling hashbrown v0.13.2
26142026-05-20T17:11:28.253Z Compiling vergen-gitcl v1.0.8
26152026-05-20T17:11:28.487Z Compiling dirs-sys-next v0.1.2
26162026-05-20T17:11:28.535Z Compiling diesel_derives v2.3.7
26172026-05-20T17:11:28.738Z Compiling crc-any v2.5.0
26182026-05-20T17:11:28.761Z Compiling glob v0.3.3
26192026-05-20T17:11:28.767Z Compiling maplit v1.0.2
26202026-05-20T17:11:28.827Z Compiling crunchy v0.2.4
26212026-05-20T17:11:28.851Z Compiling object v0.30.4
26222026-05-20T17:11:28.930Z Compiling tabled v0.20.0
26232026-05-20T17:11:29.123Z Compiling clang-sys v1.8.1
26242026-05-20T17:11:29.170Z Compiling dirs-next v2.0.0
26252026-05-20T17:11:29.231Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-20T17:11:29.326Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-20T17:11:29.513Z Compiling dsl_auto_type v0.2.0
26282026-05-20T17:11:29.707Z Compiling scheduled-thread-pool v0.2.7
26292026-05-20T17:11:29.869Z Compiling typify-macro v0.4.3
26302026-05-20T17:11:29.921Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-20T17:11:30.042Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-20T17:11:30.080Z Compiling xshell-macros v0.2.7
26332026-05-20T17:11:30.100Z Compiling tiny-keccak v2.0.2
26342026-05-20T17:11:30.222Z Compiling path-slash v0.1.5
26352026-05-20T17:11:30.346Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-20T17:11:30.350Z Compiling r2d2 v0.8.10
26372026-05-20T17:11:30.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-20T17:11:30.480Z Compiling xshell v0.2.7
26392026-05-20T17:11:30.691Z Compiling term v0.7.0
26402026-05-20T17:11:30.971Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-20T17:11:31.238Z Compiling downcast-rs v2.0.2
26422026-05-20T17:11:31.289Z Compiling bit-vec v0.6.3
26432026-05-20T17:11:31.381Z Compiling ascii-canvas v3.0.0
26442026-05-20T17:11:31.484Z Compiling bit-set v0.5.3
26452026-05-20T17:11:31.542Z Compiling itertools v0.10.5
26462026-05-20T17:11:31.647Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-20T17:11:31.690Z Compiling ena v0.14.4
26482026-05-20T17:11:31.837Z Compiling libloading v0.8.9
26492026-05-20T17:11:31.941Z Compiling crc8 v0.1.1
26502026-05-20T17:11:32.074Z Compiling diff v0.1.13
26512026-05-20T17:11:32.099Z Compiling unicase v2.9.0
26522026-05-20T17:11:32.360Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-05-20T17:11:32.432Z Compiling regex-syntax v0.6.29
26542026-05-20T17:11:32.691Z Compiling bindgen v0.71.1
26552026-05-20T17:11:32.947Z Compiling typify v0.4.3
26562026-05-20T17:11:33.095Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-20T17:11:33.467Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-05-20T17:11:33.655Z Compiling cexpr v0.6.0
26592026-05-20T17:11:34.060Z Compiling lalrpop v0.19.12
26602026-05-20T17:11:34.185Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-20T17:11:34.302Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-20T17:11:34.333Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-20T17:11:34.465Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-20T17:11:34.580Z Compiling headers-core v0.3.0
26652026-05-20T17:11:34.759Z Compiling git-stub v1.0.0
26662026-05-20T17:11:34.962Z Compiling libxml v0.3.3
26672026-05-20T17:11:35.047Z Compiling git-stub-vcs v0.1.0
26682026-05-20T17:11:35.072Z Compiling diesel v2.3.7
26692026-05-20T17:11:35.125Z Compiling headers v0.4.1
26702026-05-20T17:11:35.275Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-20T17:11:35.417Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-20T17:11:35.635Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-20T17:11:35.868Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-20T17:11:36.364Z Compiling strum_macros v0.24.3
26752026-05-20T17:11:36.508Z Compiling indoc v1.0.9
26762026-05-20T17:11:36.874Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-20T17:11:36.949Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-20T17:11:37.118Z Compiling derive_builder v0.20.2
26792026-05-20T17:11:37.295Z Compiling oso-derive v0.27.3
26802026-05-20T17:11:37.647Z Compiling quick-xml v0.37.5
26812026-05-20T17:11:37.810Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-20T17:11:38.259Z Compiling half v1.8.3
26832026-05-20T17:11:38.288Z Compiling openssl-probe v0.1.6
26842026-05-20T17:11:38.589Z Compiling serde_cbor v0.11.2
26852026-05-20T17:11:38.728Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-20T17:11:38.757Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-20T17:11:38.888Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-20T17:11:39.080Z Compiling bb8 v0.8.6
26892026-05-20T17:11:39.105Z Compiling samael v0.0.19
26902026-05-20T17:11:39.126Z Compiling trait-variant v0.1.2
26912026-05-20T17:11:39.421Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-05-20T17:11:39.523Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-20T17:11:39.594Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-20T17:11:39.693Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-20T17:11:39.728Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26962026-05-20T17:11:39.874Z Compiling fxhash v0.2.1
26972026-05-20T17:11:39.936Z Compiling salty v0.3.0
26982026-05-20T17:11:40.246Z Compiling progenitor-impl v0.10.0
26992026-05-20T17:11:40.353Z Compiling progenitor-impl v0.11.2
27002026-05-20T17:11:40.434Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-20T17:11:40.460Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-05-20T17:11:40.964Z Compiling kstat-rs v0.2.4
27032026-05-20T17:11:41.016Z Compiling libz-sys v1.1.24
27042026-05-20T17:11:41.474Z Compiling nonempty v0.12.0
27052026-05-20T17:11:41.574Z Compiling polar-core v0.27.3
27062026-05-20T17:11:41.628Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-20T17:11:41.712Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-05-20T17:11:42.433Z Compiling progenitor-macro v0.10.0
27092026-05-20T17:11:42.623Z Compiling progenitor-macro v0.11.2
27102026-05-20T17:11:43.662Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-20T17:11:44.174Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=fcb3674abe553651a5ecd321839db061aa6a9048#fcb3674a)
27122026-05-20T17:11:45.330Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-20T17:11:45.352Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-20T17:11:45.913Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-20T17:11:45.945Z Compiling progenitor-client v0.11.2
27162026-05-20T17:11:46.458Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-20T17:11:46.528Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-20T17:11:46.671Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-20T17:11:46.693Z Compiling darling_core v0.23.0
27202026-05-20T17:11:48.841Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-20T17:11:50.355Z Compiling nanorand v0.7.0
27222026-05-20T17:11:50.767Z Compiling oso v0.27.3
27232026-05-20T17:11:50.897Z Compiling arc-swap v1.8.2
27242026-05-20T17:11:51.148Z Compiling fs-err v2.11.0
27252026-05-20T17:11:51.313Z Compiling parking_lot_core v0.8.6
27262026-05-20T17:11:51.629Z Compiling mime_guess v2.0.5
27272026-05-20T17:11:51.792Z Compiling slog-scope v4.4.1
27282026-05-20T17:11:52.257Z Compiling async-bb8-diesel v0.2.1
27292026-05-20T17:11:52.721Z Compiling diesel-dtrace v0.5.0
27302026-05-20T17:11:53.056Z Compiling flume v0.11.1
27312026-05-20T17:11:53.139Z Compiling darling_macro v0.23.0
27322026-05-20T17:11:53.468Z Compiling progenitor v0.11.2
27332026-05-20T17:11:53.685Z Compiling progenitor v0.10.0
27342026-05-20T17:11:53.708Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-20T17:11:53.877Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=fcb3674abe553651a5ecd321839db061aa6a9048#fcb3674a)
27362026-05-20T17:11:54.392Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-20T17:11:55.477Z Compiling primeorder v0.13.6
27382026-05-20T17:11:55.857Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-20T17:11:55.957Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-20T17:11:56.099Z Compiling instability v0.3.11
27412026-05-20T17:11:56.371Z Compiling p384 v0.13.1
27422026-05-20T17:11:57.062Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-20T17:11:57.389Z Compiling darling v0.23.0
27442026-05-20T17:11:57.473Z Compiling slog-stdlog v4.1.1
27452026-05-20T17:11:58.145Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-20T17:11:58.180Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-20T17:11:58.333Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-20T17:11:58.396Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-20T17:11:58.537Z Compiling ignore v0.4.25
27502026-05-20T17:11:58.629Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-20T17:11:59.007Z Compiling castaway v0.2.4
27522026-05-20T17:11:59.173Z Compiling atty v0.2.14
27532026-05-20T17:11:59.328Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-20T17:11:59.574Z Compiling parse-size v1.1.0
27552026-05-20T17:11:59.598Z Compiling indoc v2.0.7
27562026-05-20T17:11:59.802Z Compiling http-range v0.1.5
27572026-05-20T17:12:00.027Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-20T17:12:00.220Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-20T17:12:00.500Z Compiling globwalk v0.9.1
27602026-05-20T17:12:00.838Z Compiling compact_str v0.8.1
27612026-05-20T17:12:01.186Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-20T17:12:01.744Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-20T17:12:01.867Z Compiling parking_lot v0.11.2
27642026-05-20T17:12:02.479Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-20T17:12:02.797Z Compiling slog-envlogger v2.2.0
27662026-05-20T17:12:04.200Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-20T17:12:04.300Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-20T17:12:04.350Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-20T17:12:04.436Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-20T17:12:04.584Z Compiling predicates-tree v1.0.13
27712026-05-20T17:12:04.735Z Compiling unicode-truncate v1.1.0
27722026-05-20T17:12:04.851Z Compiling lru v0.12.5
27732026-05-20T17:12:04.877Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-20T17:12:04.985Z Compiling rand_seeder v0.4.0
27752026-05-20T17:12:05.041Z Compiling prefix-trie v0.7.0
27762026-05-20T17:12:05.084Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-20T17:12:05.105Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-20T17:12:05.245Z Compiling vergen-git2 v1.0.7
27792026-05-20T17:12:05.367Z Compiling corncobs v0.1.4
27802026-05-20T17:12:05.428Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-20T17:12:05.481Z Compiling cassowary v0.3.0
27822026-05-20T17:12:05.529Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-20T17:12:05.587Z Compiling hickory-server v0.25.2
27842026-05-20T17:12:05.640Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-20T17:12:05.702Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-20T17:12:05.958Z Compiling ratatui v0.29.0
27872026-05-20T17:12:06.238Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-05-20T17:12:06.379Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-20T17:12:06.509Z Compiling camino-tempfile-ext v0.3.3
27902026-05-20T17:12:07.090Z Compiling hyper-staticfile v0.10.1
27912026-05-20T17:12:07.167Z Compiling sled v0.34.7
27922026-05-20T17:12:07.683Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-20T17:12:08.297Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-20T17:12:08.351Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-20T17:12:10.037Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-20T17:12:10.270Z Compiling secrecy v0.8.0
27972026-05-20T17:12:10.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-20T17:12:10.660Z Compiling rustls v0.21.12
27992026-05-20T17:12:10.976Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-20T17:12:11.484Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-20T17:12:11.526Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-05-20T17:12:11.779Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-20T17:12:12.572Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-20T17:12:13.340Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-20T17:12:13.599Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-20T17:12:14.226Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-20T17:12:14.605Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-05-20T17:12:14.836Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-05-20T17:12:15.081Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-05-20T17:12:15.308Z Compiling sct v0.7.1
28112026-05-20T17:12:15.590Z Compiling rustls-webpki v0.101.7
28122026-05-20T17:12:15.672Z Compiling nix v0.29.0
28132026-05-20T17:12:16.063Z Compiling dropshot v0.16.7
28142026-05-20T17:12:16.115Z Compiling void v1.0.2
28152026-05-20T17:12:16.278Z Compiling lzss v0.8.2
28162026-05-20T17:12:16.477Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-20T17:12:16.541Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-20T17:12:16.561Z Compiling illumos-nvpair v0.3.0
28192026-05-20T17:12:17.054Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-20T17:12:17.821Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-20T17:12:17.861Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-20T17:12:18.102Z Compiling tungstenite v0.23.0
28232026-05-20T17:12:18.532Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-20T17:12:19.299Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-05-20T17:12:19.544Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-05-20T17:12:19.566Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-05-20T17:12:19.783Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-20T17:12:19.809Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-05-20T17:12:20.013Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-20T17:12:20.039Z Compiling nix v0.27.1
28312026-05-20T17:12:20.452Z Compiling dropshot_endpoint v0.16.7
28322026-05-20T17:12:20.644Z Compiling serde_bytes v0.11.19
28332026-05-20T17:12:20.863Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28342026-05-20T17:12:20.950Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-05-20T17:12:21.372Z Compiling git2 v0.20.4
28362026-05-20T17:12:21.396Z Compiling tokio-tungstenite v0.23.1
28372026-05-20T17:12:21.782Z Compiling tokio-rustls v0.24.1
28382026-05-20T17:12:22.075Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-05-20T17:12:24.399Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-20T17:12:24.768Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-20T17:12:26.745Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-05-20T17:12:27.233Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-20T17:12:27.808Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-20T17:12:27.838Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-20T17:12:27.936Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-20T17:12:27.941Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-20T17:12:28.294Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-20T17:12:28.903Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-20T17:12:29.679Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-05-20T17:12:29.926Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-05-20T17:12:30.287Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-05-20T17:12:30.614Z Compiling rustls-pemfile v1.0.4
28532026-05-20T17:12:30.799Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-05-20T17:12:31.082Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-20T17:12:31.230Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-20T17:12:31.920Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-05-20T17:12:32.510Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-20T17:12:33.619Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-20T17:12:33.762Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-20T17:12:33.991Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-20T17:12:34.474Z Compiling signal-hook-tokio v0.3.1
28622026-05-20T17:12:34.647Z Compiling twox-hash v2.1.2
28632026-05-20T17:12:34.702Z Compiling yasna v0.5.2
28642026-05-20T17:12:34.943Z Compiling is_ci v1.2.0
28652026-05-20T17:12:35.165Z Compiling supports-color v3.0.2
28662026-05-20T17:12:35.217Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-05-20T17:12:35.321Z Compiling rcgen v0.12.1
28682026-05-20T17:12:36.329Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-20T17:12:36.402Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-20T17:12:36.689Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-20T17:12:37.344Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-20T17:12:38.707Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-20T17:12:38.931Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-20T17:12:39.820Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-20T17:12:39.954Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-20T17:12:40.481Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-20T17:12:40.717Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-20T17:12:40.960Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-20T17:12:41.183Z Compiling fatfs v0.3.6
28802026-05-20T17:12:41.606Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-20T17:12:42.401Z Compiling subprocess v0.2.15
28822026-05-20T17:12:42.569Z Compiling rtoolbox v0.0.3
28832026-05-20T17:12:42.787Z Compiling seq-macro v0.3.6
28842026-05-20T17:12:42.858Z Compiling assert_matches v1.5.0
28852026-05-20T17:12:44.663Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-05-20T17:12:44.725Z Compiling rpassword v7.4.0
28872026-05-20T17:12:44.725Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-20T17:12:44.725Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-05-20T17:12:44.725Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-20T17:12:44.742Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-20T17:12:45.291Z Compiling tui-tree-widget v0.23.1
28922026-05-20T17:12:45.578Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-20T17:12:46.348Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-20T17:12:46.871Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-20T17:12:47.161Z Compiling uzers v0.12.2
28962026-05-20T17:12:47.220Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-20T17:12:48.072Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-20T17:12:49.198Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-20T17:12:50.060Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-20T17:12:51.812Z Compiling support-bundle-viewer v0.1.2
29012026-05-20T17:12:52.664Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-05-20T17:12:53.721Z Compiling multimap v0.10.1
29032026-05-20T17:13:01.918Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-20T17:13:02.815Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-20T17:13:14.360Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-20T17:13:15.458Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-20T17:20:13.039Z Finished `release` profile [optimized] target(s) in 9m 13s
29082026-05-20T17:20:57.806Z
29092026-05-20T17:20:57.806Zreal 9:59.075411950
29102026-05-20T17:20:57.806Zuser 1:19:44.974362157
29112026-05-20T17:20:57.806Zsys 3:32.423999139
29122026-05-20T17:20:57.815Ztrap 1.758492084
29132026-05-20T17:20:57.815Ztflt 2.542122614
29142026-05-20T17:20:57.815Zdflt 15.891513748
29152026-05-20T17:20:57.815Zkflt 0.016036812
29162026-05-20T17:20:57.815Zlock 7:36:07.936288806
29172026-05-20T17:20:57.815Zslp 2:20:17.014227800
29182026-05-20T17:20:57.815Zlat 2:32.867199212
29192026-05-20T17:20:57.815Zstop 5:29.082860054
29202026-05-20T17:20:57.815Z+ mapfile -t packages
29212026-05-20T17:20:57.815Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-05-20T17:20:58.785Z Finished `release` profile [optimized] target(s) in 0.95s
29232026-05-20T17:20:58.859Z Running `target/release/omicron-package -t test list-outputs`
29242026-05-20T17:20:58.917ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-05-20T17:20:58.924Z+ ptime -m cargo build --locked --release -p xtask
29262026-05-20T17:20:59.455Z Compiling libc v0.2.185
29272026-05-20T17:20:59.455Z Compiling serde v1.0.228
29282026-05-20T17:20:59.466Z Compiling serde_core v1.0.228
29292026-05-20T17:20:59.466Z Compiling rustix v1.1.3
29302026-05-20T17:20:59.541Z Compiling bitflags v2.11.0
29312026-05-20T17:20:59.545Z Compiling serde_json v1.0.149
29322026-05-20T17:20:59.583Z Compiling num-traits v0.2.19
29332026-05-20T17:20:59.584Z Compiling smallvec v1.15.1
29342026-05-20T17:20:59.608Z Compiling syn v2.0.117
29352026-05-20T17:20:59.627Z Compiling usdt-impl v0.5.0
29362026-05-20T17:20:59.636Z Compiling indexmap v2.14.0
29372026-05-20T17:20:59.646Z Compiling syn v1.0.109
29382026-05-20T17:20:59.662Z Compiling percent-encoding v2.3.2
29392026-05-20T17:20:59.674Z Compiling log v0.4.29
29402026-05-20T17:20:59.818Z Compiling getrandom v0.4.1
29412026-05-20T17:20:59.921Z Compiling form_urlencoded v1.2.2
29422026-05-20T17:21:00.015Z Compiling fs-err v3.3.0
29432026-05-20T17:21:00.015Z Compiling anyhow v1.0.102
29442026-05-20T17:21:00.025Z Compiling heck v0.4.1
29452026-05-20T17:21:00.080Z Compiling once_cell v1.21.3
29462026-05-20T17:21:00.322Z Compiling thread-id v4.2.2
29472026-05-20T17:21:00.366Z Compiling errno v0.3.14
29482026-05-20T17:21:00.381Z Compiling memmap v0.7.0
29492026-05-20T17:21:00.639Z Compiling ordered-float v2.10.1
29502026-05-20T17:21:01.148Z Compiling proc-macro-error v1.0.4
29512026-05-20T17:21:01.366Z Compiling terminal_size v0.4.3
29522026-05-20T17:21:01.366Z Compiling tempfile v3.25.0
29532026-05-20T17:21:01.426Z Compiling tabled_derive v0.7.0
29542026-05-20T17:21:01.483Z Compiling clap_builder v4.5.60
29552026-05-20T17:21:01.483Z Compiling textwrap v0.16.2
29562026-05-20T17:21:01.594Z Compiling camino-tempfile v1.4.1
29572026-05-20T17:21:02.064Z Compiling tabled v0.15.0
29582026-05-20T17:21:02.135Z Compiling synstructure v0.13.2
29592026-05-20T17:21:02.135Z Compiling pest_generator v2.8.6
29602026-05-20T17:21:02.520Z Compiling serde_derive v1.0.228
29612026-05-20T17:21:02.520Z Compiling zerovec-derive v0.11.2
29622026-05-20T17:21:02.524Z Compiling displaydoc v0.2.5
29632026-05-20T17:21:02.524Z Compiling thiserror-impl v1.0.69
29642026-05-20T17:21:02.524Z Compiling zerocopy-derive v0.7.35
29652026-05-20T17:21:02.524Z Compiling scroll_derive v0.12.1
29662026-05-20T17:21:02.524Z Compiling thiserror-impl v2.0.18
29672026-05-20T17:21:02.524Z Compiling clap_derive v4.5.55
29682026-05-20T17:21:02.572Z Compiling zerofrom-derive v0.1.6
29692026-05-20T17:21:02.660Z Compiling yoke-derive v0.8.1
29702026-05-20T17:21:02.781Z Compiling pest_derive v2.8.6
29712026-05-20T17:21:03.215Z Compiling scroll v0.12.0
29722026-05-20T17:21:03.377Z Compiling zerocopy v0.7.35
29732026-05-20T17:21:03.554Z Compiling goblin v0.8.2
29742026-05-20T17:21:03.669Z Compiling thiserror v1.0.69
29752026-05-20T17:21:03.765Z Compiling zerofrom v0.1.6
29762026-05-20T17:21:03.794Z Compiling dtrace-parser v0.2.0
29772026-05-20T17:21:03.798Z Compiling thiserror v2.0.18
29782026-05-20T17:21:03.915Z Compiling yoke v0.8.1
29792026-05-20T17:21:04.134Z Compiling zerovec v0.11.5
29802026-05-20T17:21:04.226Z Compiling zerotrie v0.2.3
29812026-05-20T17:21:04.273Z Compiling clap v4.5.60
29822026-05-20T17:21:04.801Z Compiling tinystr v0.8.2
29832026-05-20T17:21:05.037Z Compiling icu_locale_core v2.1.1
29842026-05-20T17:21:05.345Z Compiling potential_utf v0.1.4
29852026-05-20T17:21:05.552Z Compiling icu_collections v2.1.1
29862026-05-20T17:21:05.853Z Compiling icu_provider v2.1.1
29872026-05-20T17:21:05.865Z Compiling toml_datetime v0.6.11
29882026-05-20T17:21:05.912Z Compiling serde_spanned v0.6.9
29892026-05-20T17:21:06.015Z Compiling serde-value v0.7.0
29902026-05-20T17:21:06.088Z Compiling toml_edit v0.22.27
29912026-05-20T17:21:06.178Z Compiling icu_properties v2.1.2
29922026-05-20T17:21:06.237Z Compiling icu_normalizer v2.1.1
29932026-05-20T17:21:06.272Z Compiling dof v0.3.0
29942026-05-20T17:21:06.298Z Compiling serde_tokenstream v0.2.3
29952026-05-20T17:21:06.474Z Compiling cargo-platform v0.2.0
29962026-05-20T17:21:06.649Z Compiling macaddr v1.0.1
29972026-05-20T17:21:07.081Z Compiling idna_adapter v1.2.1
29982026-05-20T17:21:07.166Z Compiling usdt-attr-macro v0.5.0
29992026-05-20T17:21:07.207Z Compiling idna v1.1.0
30002026-05-20T17:21:07.237Z Compiling usdt-macro v0.5.0
30012026-05-20T17:21:07.574Z Compiling url v2.5.8
30022026-05-20T17:21:07.681Z Compiling toml v0.8.23
30032026-05-20T17:21:07.852Z Compiling usdt v0.5.0
30042026-05-20T17:21:08.162Z Compiling cargo-util-schemas v0.8.2
30052026-05-20T17:21:08.193Z Compiling cargo_toml v0.21.0
30062026-05-20T17:21:09.200Z Compiling cargo_metadata v0.21.0
30072026-05-20T17:21:12.314Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-05-20T17:21:15.324Z Finished `release` profile [optimized] target(s) in 16.40s
30092026-05-20T17:21:15.479Z
30102026-05-20T17:21:15.479Zreal 16.536316667
30112026-05-20T17:21:15.479Zuser 2:21.945154778
30122026-05-20T17:21:15.479Zsys 16.947309520
30132026-05-20T17:21:15.479Ztrap 0.090375964
30142026-05-20T17:21:15.483Ztflt 0.468067240
30152026-05-20T17:21:15.483Zdflt 1.249942065
30162026-05-20T17:21:15.483Zkflt 0.000024795
30172026-05-20T17:21:15.483Zlock 5:19.369358316
30182026-05-20T17:21:15.483Zslp 3:29.423233853
30192026-05-20T17:21:15.483Zlat 6.056884060
30202026-05-20T17:21:15.483Zstop 18.675015540
30212026-05-20T17:21:15.483Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-20T17:21:15.483Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-20T17:21:15.483Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-20T17:21:15.483Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-20T17:21:15.483Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-05-20T17:21:16.431Z Compiling newtype-uuid-macros v0.1.0
30272026-05-20T17:21:16.431Z Compiling regress v0.10.5
30282026-05-20T17:21:16.436Z Compiling structmeta-derive v0.3.0
30292026-05-20T17:21:16.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-05-20T17:21:16.436Z Compiling rustls v0.22.4
30312026-05-20T17:21:16.589Z Compiling rustls-webpki v0.102.8
30322026-05-20T17:21:16.593Z Compiling multer v3.1.0
30332026-05-20T17:21:16.593Z Compiling match_cfg v0.1.0
30342026-05-20T17:21:16.593Z Compiling debug-ignore v1.0.5
30352026-05-20T17:21:16.593Z Compiling compression-core v0.4.31
30362026-05-20T17:21:16.593Z Compiling slog-json v2.6.1
30372026-05-20T17:21:16.593Z Compiling async-stream-impl v0.3.6
30382026-05-20T17:21:16.610Z Compiling serde_spanned v1.0.4
30392026-05-20T17:21:16.610Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-20T17:21:16.614Z Compiling dropshot v0.17.0
30412026-05-20T17:21:16.614Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-05-20T17:21:16.876Z Compiling compression-codecs v0.4.37
30432026-05-20T17:21:16.881Z Compiling hostname v0.3.1
30442026-05-20T17:21:16.881Z Compiling toml v1.0.6+spec-1.1.0
30452026-05-20T17:21:16.897Z Compiling progenitor-client v0.14.0
30462026-05-20T17:21:16.916Z Compiling itertools v0.14.0
30472026-05-20T17:21:16.933Z Compiling waitgroup v0.1.2
30482026-05-20T17:21:16.969Z Compiling rustls-pemfile v2.2.0
30492026-05-20T17:21:16.972Z Compiling dropshot_endpoint v0.17.0
30502026-05-20T17:21:16.988Z Compiling slog-bunyan v2.5.0
30512026-05-20T17:21:17.082Z Compiling serde_path_to_error v0.1.20
30522026-05-20T17:21:17.162Z Compiling async-compression v0.4.41
30532026-05-20T17:21:17.180Z Compiling hostname v0.4.2
30542026-05-20T17:21:17.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-05-20T17:21:17.240Z Compiling macaddr v1.0.1
30562026-05-20T17:21:17.292Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-20T17:21:17.347Z Compiling async-stream v0.3.6
30582026-05-20T17:21:17.363Z Compiling instant v0.1.13
30592026-05-20T17:21:17.378Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-05-20T17:21:17.425Z Compiling progenitor-client v0.10.0
30612026-05-20T17:21:17.464Z Compiling backon v1.6.0
30622026-05-20T17:21:17.492Z Compiling backoff v0.4.0
30632026-05-20T17:21:17.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-05-20T17:21:17.513Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-20T17:21:17.548Z Compiling universal-hash v0.5.1
30662026-05-20T17:21:17.615Z Compiling unsafe-libyaml v0.2.11
30672026-05-20T17:21:17.633Z Compiling progenitor-extras v0.2.0
30682026-05-20T17:21:17.699Z Compiling opaque-debug v0.3.1
30692026-05-20T17:21:17.717Z Compiling half v2.7.1
30702026-05-20T17:21:17.735Z Compiling ciborium-io v0.2.2
30712026-05-20T17:21:17.754Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-05-20T17:21:17.759Z Compiling structmeta v0.3.0
30732026-05-20T17:21:17.770Z Compiling crucible-workspace-hack v0.1.0
30742026-05-20T17:21:17.804Z Compiling regress v0.11.1
30752026-05-20T17:21:17.860Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-05-20T17:21:17.912Z Compiling convert_case v0.4.0
30772026-05-20T17:21:17.928Z Compiling aead v0.5.2
30782026-05-20T17:21:17.968Z Compiling secrecy v0.10.3
30792026-05-20T17:21:18.026Z Compiling ciborium-ll v0.2.2
30802026-05-20T17:21:18.041Z Compiling derive-ex v0.1.8
30812026-05-20T17:21:18.061Z Compiling parse-display-derive v0.10.0
30822026-05-20T17:21:18.153Z Compiling poly1305 v0.8.0
30832026-05-20T17:21:18.170Z Compiling serde_yaml v0.9.34+deprecated
30842026-05-20T17:21:18.174Z Compiling chacha20 v0.9.1
30852026-05-20T17:21:18.174Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30862026-05-20T17:21:18.234Z Compiling ciborium v0.2.2
30872026-05-20T17:21:18.267Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-20T17:21:18.320Z Compiling derive_more v0.99.20
30892026-05-20T17:21:18.337Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-05-20T17:21:18.400Z Compiling thiserror-impl-no-std v2.0.2
30912026-05-20T17:21:18.460Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-05-20T17:21:18.464Z Compiling byte-wrapper v0.1.0
30932026-05-20T17:21:18.674Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-20T17:21:18.695Z Compiling blake2 v0.10.6
30952026-05-20T17:21:18.714Z Compiling password-hash v0.5.0
30962026-05-20T17:21:18.831Z Compiling chacha20poly1305 v0.10.1
30972026-05-20T17:21:18.852Z Compiling indent_write v2.2.0
30982026-05-20T17:21:18.856Z Compiling heapless v0.8.0
30992026-05-20T17:21:18.930Z Compiling ingot-macros v0.1.1
31002026-05-20T17:21:19.013Z Compiling argon2 v0.5.3
31012026-05-20T17:21:19.030Z Compiling tabwriter v1.4.1
31022026-05-20T17:21:19.163Z Compiling tokio-rustls v0.25.0
31032026-05-20T17:21:19.284Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-05-20T17:21:19.300Z Compiling num-rational v0.4.2
31052026-05-20T17:21:19.417Z Compiling typify-impl v0.6.2
31062026-05-20T17:21:19.674Z Compiling thiserror-no-std v2.0.2
31072026-05-20T17:21:19.755Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-20T17:21:19.791Z Compiling vsss-rs v3.3.4
31092026-05-20T17:21:19.850Z Compiling parse-display v0.10.0
31102026-05-20T17:21:19.854Z Compiling test-strategy v0.4.5
31112026-05-20T17:21:19.943Z Compiling hash32 v0.3.1
31122026-05-20T17:21:20.044Z Compiling num-complex v0.4.6
31132026-05-20T17:21:20.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-20T17:21:20.133Z Compiling smoltcp v0.11.0
31152026-05-20T17:21:20.281Z Compiling proc-macro-crate v3.4.0
31162026-05-20T17:21:20.336Z Compiling atomicwrites v0.4.4
31172026-05-20T17:21:20.418Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-20T17:21:20.478Z Compiling num v0.4.3
31192026-05-20T17:21:20.546Z Compiling cobs v0.3.0
31202026-05-20T17:21:20.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-05-20T17:21:20.579Z Compiling colored v3.1.1
31222026-05-20T17:21:20.595Z Compiling float-ord v0.3.2
31232026-05-20T17:21:20.737Z Compiling postcard v1.1.3
31242026-05-20T17:21:20.755Z Compiling proc-macro-error v1.0.4
31252026-05-20T17:21:20.775Z Compiling proc-macro-crate v1.3.1
31262026-05-20T17:21:20.822Z Compiling foreign-types-macros v0.2.3
31272026-05-20T17:21:20.839Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-20T17:21:20.891Z Compiling num_enum_derive v0.7.5
31292026-05-20T17:21:20.988Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-20T17:21:21.018Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-20T17:21:21.116Z Compiling rayon-core v1.13.0
31322026-05-20T17:21:21.134Z Compiling cpufeatures v0.3.0
31332026-05-20T17:21:21.178Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-20T17:21:21.215Z Compiling foreign-types-shared v0.3.1
31352026-05-20T17:21:21.250Z Compiling num_enum_derive v0.5.11
31362026-05-20T17:21:21.253Z Compiling chacha20 v0.10.0
31372026-05-20T17:21:21.340Z Compiling toml v0.8.23
31382026-05-20T17:21:21.379Z Compiling crossbeam-deque v0.8.6
31392026-05-20T17:21:21.433Z Compiling camino-tempfile v1.4.1
31402026-05-20T17:21:21.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-05-20T17:21:21.469Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-20T17:21:21.489Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31432026-05-20T17:21:21.504Z Compiling foreign-types v0.5.0
31442026-05-20T17:21:21.599Z Compiling cstr-argument v0.1.2
31452026-05-20T17:21:21.617Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31462026-05-20T17:21:21.705Z Compiling rand v0.10.0
31472026-05-20T17:21:21.786Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-05-20T17:21:21.872Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-20T17:21:21.941Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-05-20T17:21:21.975Z Compiling ingot-types v0.1.2
31512026-05-20T17:21:21.991Z Compiling zone_cfg_derive v0.3.1
31522026-05-20T17:21:22.029Z Compiling num_enum v0.7.5
31532026-05-20T17:21:22.033Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-20T17:21:22.067Z Compiling rayon v1.11.0
31552026-05-20T17:21:22.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-05-20T17:21:22.113Z Compiling itertools v0.12.1
31572026-05-20T17:21:22.168Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-05-20T17:21:22.187Z Compiling num-derive v0.4.2
31592026-05-20T17:21:22.224Z Compiling sigpipe v0.1.3
31602026-05-20T17:21:22.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-05-20T17:21:22.327Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-05-20T17:21:22.364Z Compiling ingot v0.1.1
31632026-05-20T17:21:22.381Z Compiling num_enum v0.5.11
31642026-05-20T17:21:22.412Z Compiling prettyplease v0.2.37
31652026-05-20T17:21:22.429Z Compiling glob v0.3.3
31662026-05-20T17:21:22.511Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-05-20T17:21:22.532Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-05-20T17:21:22.574Z Compiling smf v0.2.3
31692026-05-20T17:21:22.683Z Compiling whoami v1.6.1
31702026-05-20T17:21:22.841Z Compiling usdt-macro v0.5.0
31712026-05-20T17:21:22.875Z Compiling usdt-attr-macro v0.5.0
31722026-05-20T17:21:22.918Z Compiling gethostname v0.5.0
31732026-05-20T17:21:23.054Z Compiling memmap v0.7.0
31742026-05-20T17:21:23.059Z Compiling derive-where v1.6.0
31752026-05-20T17:21:23.131Z Compiling progenitor-client v0.13.0
31762026-05-20T17:21:23.175Z Compiling resolv-conf v0.7.6
31772026-05-20T17:21:23.241Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-20T17:21:23.258Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31792026-05-20T17:21:23.404Z Compiling zone v0.3.1
31802026-05-20T17:21:23.408Z Compiling cancel-safe-futures v0.1.5
31812026-05-20T17:21:23.488Z Compiling owo-colors v4.3.0
31822026-05-20T17:21:23.557Z Compiling libsw-core v0.3.2
31832026-05-20T17:21:23.664Z Compiling console v0.15.11
31842026-05-20T17:21:23.682Z Compiling hickory-proto v0.24.4
31852026-05-20T17:21:23.727Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-20T17:21:23.756Z Compiling usdt v0.5.0
31872026-05-20T17:21:23.913Z Compiling libsw v3.5.0
31882026-05-20T17:21:23.968Z Compiling newline-converter v0.3.0
31892026-05-20T17:21:23.986Z Compiling linked-hash-map v0.5.6
31902026-05-20T17:21:24.062Z Compiling linear-map v1.2.0
31912026-05-20T17:21:24.119Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-05-20T17:21:24.123Z Compiling libefi-sys v0.1.0
31932026-05-20T17:21:24.155Z Compiling expectorate v1.2.0
31942026-05-20T17:21:24.159Z Compiling git-stub v1.0.0
31952026-05-20T17:21:24.193Z Compiling typify-macro v0.6.2
31962026-05-20T17:21:24.211Z Compiling lru-cache v0.1.2
31972026-05-20T17:21:24.272Z Compiling bitfield-struct v0.6.2
31982026-05-20T17:21:24.293Z Compiling semver v0.1.20
31992026-05-20T17:21:24.347Z Compiling tokio-dtrace v0.1.1
32002026-05-20T17:21:24.364Z Compiling git-stub-vcs v0.1.0
32012026-05-20T17:21:24.368Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-20T17:21:24.402Z Compiling slog-dtrace v0.3.0
32032026-05-20T17:21:24.457Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-20T17:21:24.476Z Compiling minimal-lexical v0.2.1
32052026-05-20T17:21:24.566Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-20T17:21:24.617Z Compiling rustc_version v0.1.7
32072026-05-20T17:21:24.699Z Compiling nom v7.1.3
32082026-05-20T17:21:24.741Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-05-20T17:21:24.764Z Compiling oxide-tokio-rt v0.1.4
32102026-05-20T17:21:24.781Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-20T17:21:24.800Z Compiling typify-impl v0.4.3
32122026-05-20T17:21:24.820Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-20T17:21:24.839Z Compiling phf_shared v0.12.1
32142026-05-20T17:21:24.923Z Compiling newtype_derive v0.1.6
32152026-05-20T17:21:24.987Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-20T17:21:25.027Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-20T17:21:25.046Z Compiling csv-core v0.1.13
32182026-05-20T17:21:25.098Z Compiling chrono-tz v0.10.4
32192026-05-20T17:21:25.154Z Compiling xshell-macros v0.2.7
32202026-05-20T17:21:25.317Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-20T17:21:25.351Z Compiling highway v1.3.0
32222026-05-20T17:21:25.368Z Compiling const_format_proc_macros v0.2.34
32232026-05-20T17:21:25.405Z Compiling csv v1.4.0
32242026-05-20T17:21:25.425Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-05-20T17:21:25.511Z Compiling phf v0.12.1
32262026-05-20T17:21:25.588Z Compiling xshell v0.2.7
32272026-05-20T17:21:25.700Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-20T17:21:25.754Z Compiling primeorder v0.13.6
32292026-05-20T17:21:25.964Z Compiling hickory-resolver v0.24.4
32302026-05-20T17:21:25.997Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-20T17:21:26.097Z Compiling typify v0.6.2
32322026-05-20T17:21:26.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-05-20T17:21:26.144Z Compiling tabled_derive v0.7.0
32342026-05-20T17:21:26.161Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-05-20T17:21:26.246Z Compiling progenitor-impl v0.14.0
32362026-05-20T17:21:26.266Z Compiling progenitor-impl v0.13.0
32372026-05-20T17:21:26.292Z Compiling const_format v0.2.35
32382026-05-20T17:21:26.338Z Compiling bcs v0.1.6
32392026-05-20T17:21:26.656Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-05-20T17:21:26.675Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32412026-05-20T17:21:26.702Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-20T17:21:26.834Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-20T17:21:26.874Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-05-20T17:21:27.034Z Compiling qorb v0.4.1
32452026-05-20T17:21:27.038Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-05-20T17:21:27.212Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-05-20T17:21:27.404Z Compiling salty v0.3.0
32482026-05-20T17:21:27.425Z Compiling tagptr v0.2.0
32492026-05-20T17:21:27.457Z Compiling termtree v0.5.1
32502026-05-20T17:21:27.609Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-05-20T17:21:27.642Z Compiling moka v0.12.13
32522026-05-20T17:21:27.699Z Compiling textwrap v0.16.2
32532026-05-20T17:21:27.715Z Compiling tabled v0.15.0
32542026-05-20T17:21:27.839Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-20T17:21:28.132Z Compiling steno v0.4.1
32562026-05-20T17:21:28.260Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-05-20T17:21:28.300Z Compiling radium v0.7.0
32582026-05-20T17:21:28.429Z Compiling base64 v0.21.7
32592026-05-20T17:21:28.454Z Compiling humantime v2.3.0
32602026-05-20T17:21:28.512Z Compiling hickory-resolver v0.25.2
32612026-05-20T17:21:28.611Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-20T17:21:28.708Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-05-20T17:21:28.790Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-20T17:21:28.877Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-05-20T17:21:28.979Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-20T17:21:29.054Z Compiling progenitor-macro v0.13.0
32672026-05-20T17:21:29.071Z Compiling progenitor-macro v0.14.0
32682026-05-20T17:21:29.152Z Compiling p384 v0.13.1
32692026-05-20T17:21:29.237Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-05-20T17:21:29.299Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-20T17:21:29.440Z Compiling maybe-uninit v2.0.0
32722026-05-20T17:21:29.464Z Compiling typify-macro v0.4.3
32732026-05-20T17:21:29.744Z Compiling tap v1.0.1
32742026-05-20T17:21:29.770Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-05-20T17:21:29.873Z Compiling wyz v0.5.1
32762026-05-20T17:21:29.896Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32772026-05-20T17:21:30.069Z Compiling proc-macro-error-attr2 v2.0.0
32782026-05-20T17:21:30.110Z Compiling utf-8 v0.7.6
32792026-05-20T17:21:30.214Z Compiling packed_struct v0.10.1
32802026-05-20T17:21:30.264Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-05-20T17:21:30.340Z Compiling funty v2.0.0
32822026-05-20T17:21:30.447Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-05-20T17:21:30.473Z Compiling parking_lot_core v0.8.6
32842026-05-20T17:21:30.527Z Compiling proc-macro-error2 v2.0.1
32852026-05-20T17:21:30.546Z Compiling tungstenite v0.21.0
32862026-05-20T17:21:30.580Z Compiling polyval v0.6.2
32872026-05-20T17:21:30.658Z Compiling num-derive v0.3.3
32882026-05-20T17:21:30.716Z Compiling bitvec v1.0.1
32892026-05-20T17:21:30.792Z Compiling packed_struct_codegen v0.10.1
32902026-05-20T17:21:30.846Z Compiling zerocopy-derive v0.6.6
32912026-05-20T17:21:30.862Z Compiling bitfield-macros v0.19.4
32922026-05-20T17:21:30.900Z Compiling indexmap v1.9.3
32932026-05-20T17:21:31.011Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32942026-05-20T17:21:31.146Z Compiling nodrop v0.1.14
32952026-05-20T17:21:31.215Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-20T17:21:31.236Z Compiling crc-catalog v2.4.0
32972026-05-20T17:21:31.274Z Compiling array-init v0.0.4
32982026-05-20T17:21:31.303Z Compiling typify v0.4.3
32992026-05-20T17:21:31.364Z Compiling crc v3.4.0
33002026-05-20T17:21:31.441Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-20T17:21:31.460Z Compiling progenitor-impl v0.11.2
33022026-05-20T17:21:31.552Z Compiling tokio-tungstenite v0.21.0
33032026-05-20T17:21:31.608Z Compiling tabled_derive v0.11.0
33042026-05-20T17:21:31.644Z Compiling libscf-sys v1.1.0
33052026-05-20T17:21:31.681Z Compiling bitfield v0.19.4
33062026-05-20T17:21:31.775Z Compiling zerocopy v0.6.6
33072026-05-20T17:21:31.822Z Compiling ghash v0.5.1
33082026-05-20T17:21:31.904Z Compiling smallvec v0.6.14
33092026-05-20T17:21:31.998Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-20T17:21:32.017Z Compiling papergrid v0.17.0
33112026-05-20T17:21:32.030Z Compiling testing_table v0.3.0
33122026-05-20T17:21:32.160Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-20T17:21:32.205Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-05-20T17:21:32.221Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-20T17:21:32.225Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33162026-05-20T17:21:32.401Z Compiling ctr v0.9.2
33172026-05-20T17:21:32.483Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-20T17:21:32.522Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-20T17:21:32.561Z Compiling illumos-nvpair-sys v0.2.0
33202026-05-20T17:21:32.634Z Compiling unicase v2.9.0
33212026-05-20T17:21:32.761Z Compiling hashbrown v0.12.3
33222026-05-20T17:21:32.778Z Compiling corncobs v0.1.4
33232026-05-20T17:21:32.845Z Compiling aes-gcm v0.10.3
33242026-05-20T17:21:32.884Z Compiling mime_guess v2.0.5
33252026-05-20T17:21:32.901Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-05-20T17:21:32.916Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-05-20T17:21:32.955Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-05-20T17:21:32.992Z Compiling tabled v0.20.0
33292026-05-20T17:21:33.070Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-20T17:21:33.290Z Compiling serde-hex v0.1.0
33312026-05-20T17:21:33.370Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-20T17:21:33.499Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-05-20T17:21:33.525Z Compiling parking_lot v0.11.2
33342026-05-20T17:21:33.649Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-20T17:21:33.782Z Compiling progenitor-impl v0.10.0
33362026-05-20T17:21:33.936Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-20T17:21:33.954Z Compiling ron v0.8.1
33382026-05-20T17:21:33.969Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-05-20T17:21:33.986Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-20T17:21:34.062Z Compiling hashbrown v0.13.2
33412026-05-20T17:21:34.281Z Compiling progenitor-macro v0.11.2
33422026-05-20T17:21:34.301Z Compiling progenitor v0.14.0
33432026-05-20T17:21:34.332Z Compiling progenitor v0.13.0
33442026-05-20T17:21:34.484Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-05-20T17:21:34.501Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-20T17:21:34.610Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-20T17:21:34.675Z Compiling progenitor-client v0.11.2
33482026-05-20T17:21:34.788Z Compiling ssh-encoding v0.2.0
33492026-05-20T17:21:35.035Z Compiling prefix-trie v0.7.0
33502026-05-20T17:21:35.052Z Compiling blowfish v0.9.1
33512026-05-20T17:21:35.095Z Compiling fxhash v0.2.1
33522026-05-20T17:21:35.138Z Compiling secrecy v0.8.0
33532026-05-20T17:21:35.156Z Compiling crc-any v2.5.0
33542026-05-20T17:21:35.274Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-05-20T17:21:35.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-05-20T17:21:35.432Z Compiling hickory-server v0.25.2
33572026-05-20T17:21:35.479Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-05-20T17:21:35.500Z Compiling sled v0.34.7
33592026-05-20T17:21:35.540Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-20T17:21:35.595Z Compiling ssh-cipher v0.2.0
33612026-05-20T17:21:35.804Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-05-20T17:21:35.918Z Compiling object v0.30.4
33632026-05-20T17:21:36.152Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33642026-05-20T17:21:36.278Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-20T17:21:36.460Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-20T17:21:36.543Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-05-20T17:21:36.867Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33682026-05-20T17:21:37.221Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-20T17:21:37.431Z Compiling progenitor-macro v0.10.0
33702026-05-20T17:21:37.570Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33712026-05-20T17:21:37.664Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-20T17:21:37.798Z Compiling password-hash v0.4.2
33732026-05-20T17:21:38.232Z Compiling half v1.8.3
33742026-05-20T17:21:38.248Z Compiling http-range v0.1.5
33752026-05-20T17:21:38.264Z Compiling path-slash v0.1.5
33762026-05-20T17:21:38.440Z Compiling crc8 v0.1.1
33772026-05-20T17:21:38.465Z Compiling serde_cbor v0.11.2
33782026-05-20T17:21:38.481Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-05-20T17:21:38.520Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-20T17:21:38.587Z Compiling pbkdf2 v0.11.0
33812026-05-20T17:21:38.836Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33822026-05-20T17:21:38.855Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-05-20T17:21:38.915Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-05-20T17:21:39.027Z Compiling illumos-nvpair v0.3.0
33852026-05-20T17:21:39.326Z Compiling ssh-key v0.6.7
33862026-05-20T17:21:39.525Z Compiling progenitor v0.11.2
33872026-05-20T17:21:39.555Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33882026-05-20T17:21:39.573Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-20T17:21:39.706Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-05-20T17:21:39.724Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-20T17:21:39.922Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-20T17:21:39.940Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-20T17:21:39.960Z Compiling p521 v0.13.3
33942026-05-20T17:21:39.986Z Compiling p256 v0.13.2
33952026-05-20T17:21:40.060Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-20T17:21:40.144Z Compiling yasna v0.5.2
33972026-05-20T17:21:40.405Z Compiling kstat-rs v0.2.4
33982026-05-20T17:21:40.452Z Compiling headers-core v0.3.0
33992026-05-20T17:21:40.503Z Compiling nanorand v0.7.0
34002026-05-20T17:21:40.565Z Compiling russh-cryptovec v0.7.3
34012026-05-20T17:21:40.609Z Compiling atty v0.2.14
34022026-05-20T17:21:40.742Z Compiling home v0.5.12
34032026-05-20T17:21:40.742Z Compiling md5 v0.7.0
34042026-05-20T17:21:40.779Z Compiling flume v0.11.1
34052026-05-20T17:21:40.782Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34062026-05-20T17:21:40.782Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-05-20T17:21:40.830Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34082026-05-20T17:21:40.880Z Compiling rcgen v0.12.1
34092026-05-20T17:21:40.922Z Compiling headers v0.4.1
34102026-05-20T17:21:40.962Z Compiling russh-keys v0.45.0
34112026-05-20T17:21:41.045Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-05-20T17:21:41.089Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-05-20T17:21:41.112Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-05-20T17:21:41.133Z Compiling hyper-staticfile v0.10.1
34152026-05-20T17:21:41.435Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-20T17:21:41.556Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-05-20T17:21:41.683Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-05-20T17:21:41.739Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-05-20T17:21:41.801Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-05-20T17:21:41.851Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34212026-05-20T17:21:41.896Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-20T17:21:42.088Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-05-20T17:21:42.158Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-05-20T17:21:42.314Z Compiling num-bigint v0.4.6
34252026-05-20T17:21:42.405Z Compiling des v0.8.1
34262026-05-20T17:21:42.516Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-05-20T17:21:42.535Z Compiling subprocess v0.2.15
34282026-05-20T17:21:42.553Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-20T17:21:42.576Z Compiling progenitor v0.10.0
34302026-05-20T17:21:42.595Z Compiling hex-literal v0.4.1
34312026-05-20T17:21:42.629Z Compiling display-error-chain v0.2.2
34322026-05-20T17:21:42.673Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-05-20T17:21:42.739Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34342026-05-20T17:21:42.760Z Compiling colored v2.2.0
34352026-05-20T17:21:42.806Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-05-20T17:21:42.888Z Compiling socket2 v0.5.10
34372026-05-20T17:21:43.009Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-05-20T17:21:43.038Z Compiling internet-checksum v0.2.1
34392026-05-20T17:21:43.525Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-20T17:21:43.601Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-20T17:21:43.688Z Compiling russh v0.45.0
34422026-05-20T17:21:46.144Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-20T17:21:46.162Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-20T17:21:46.837Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-20T17:21:47.308Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-20T17:21:49.002Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-20T17:21:56.964Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-05-20T17:21:56.964Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-20T17:21:56.968Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-05-20T17:21:56.968Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-05-20T17:21:58.683Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-05-20T17:21:58.787Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-05-20T17:22:02.906Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-05-20T17:22:42.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34552026-05-20T17:22:42.347Z
34562026-05-20T17:22:42.347Zreal 1:26.807020792
34572026-05-20T17:22:42.347Zuser 8:16.118963053
34582026-05-20T17:22:42.347Zsys 1:45.305767117
34592026-05-20T17:22:42.348Ztrap 0.262503989
34602026-05-20T17:22:42.348Ztflt 0.631662753
34612026-05-20T17:22:42.348Zdflt 1.384799615
34622026-05-20T17:22:42.351Zkflt 0.000232781
34632026-05-20T17:22:42.351Zlock 29:43.632413877
34642026-05-20T17:22:42.351Zslp 19:22.053484152
34652026-05-20T17:22:42.351Zlat 39.618162575
34662026-05-20T17:22:42.351Zstop 2:54.356486608
34672026-05-20T17:22:42.351Z+ mkdir tests
34682026-05-20T17:22:42.355Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-05-20T17:22:42.355Z+ xargs -I '{}' -t cp '{}' tests/
34702026-05-20T17:22:42.412Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34712026-05-20T17:22:42.439Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34722026-05-20T17:22:42.466Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34732026-05-20T17:22:42.494Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34742026-05-20T17:22:42.820Z+ 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/*)
34752026-05-20T17:22:42.824Z+ 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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
34762026-05-20T17:24:02.004ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-05-20T17:24:02.004Za .github/buildomat/ci-env.sh 1K
34782026-05-20T17:24:02.004Za out/target/test 1K
34792026-05-20T17:24:02.004Za out/npuzone/npuzone 27402K
34802026-05-20T17:24:02.004Za package-manifest.toml 35K
34812026-05-20T17:24:02.004Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-05-20T17:24:02.004Za target/release/omicron-package 46040K
34832026-05-20T17:24:02.004Za target/release/xtask 11449K
34842026-05-20T17:24:02.004Za target/debug/bootstrap 352747K
34852026-05-20T17:24:02.004Za tests/bootstrap-80d6ff3f6918a423 31215K
34862026-05-20T17:24:02.004Za tests/commtest-06c600c6b9aa7541 32300K
34872026-05-20T17:24:02.004Za tests/dhcp_server-3f69dec6bee9e804 31215K
34882026-05-20T17:24:02.005Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34892026-05-20T17:24:02.005Za out/clickhouse.tar.gz 319690K
34902026-05-20T17:24:02.005Za out/clickhouse_keeper.tar.gz 305042K
34912026-05-20T17:24:02.005Za out/clickhouse_server.tar.gz 319687K
34922026-05-20T17:24:02.005Za out/cockroachdb.tar.gz 165212K
34932026-05-20T17:24:02.005Za out/crucible-pantry-zone.tar.gz 44224K
34942026-05-20T17:24:02.005Za out/crucible-utils.tar 17744K
34952026-05-20T17:24:02.005Za out/crucible-zone.tar.gz 58362K
34962026-05-20T17:24:02.005Za out/external-dns.tar.gz 49818K
34972026-05-20T17:24:02.005Za out/internal-dns.tar.gz 49818K
34982026-05-20T17:24:02.005Za out/mg-ddm-gz.tar 95141K
34992026-05-20T17:24:02.005Za out/nexus.tar.gz 220775K
35002026-05-20T17:24:02.005Za out/ntp.tar.gz 32189K
35012026-05-20T17:24:02.005Za out/omicron-gateway-softnpu.tar.gz 29645K
35022026-05-20T17:24:02.005Za out/omicron-sled-agent.tar 204636K
35032026-05-20T17:24:02.005Za out/overlay.tar.gz 3K
35042026-05-20T17:24:02.005Za out/oximeter.tar.gz 67896K
35052026-05-20T17:24:02.005Za out/oxlog.tar 3782K
35062026-05-20T17:24:02.005Za out/probe.tar.gz 3037K
35072026-05-20T17:24:02.005Za out/propolis-server.tar.gz 38727K
35082026-05-20T17:24:02.005Za out/pumpkind-gz.tar 26647K
35092026-05-20T17:24:02.005Za out/switch-softnpu.tar.gz 394319K
35102026-05-20T17:24:02.010Z
35112026-05-20T17:24:02.010Zreal 1:19.182412908
35122026-05-20T17:24:02.010Zuser 1:16.547283248
35132026-05-20T17:24:02.010Zsys 4.360223424
35142026-05-20T17:24:02.010Ztrap 0.005495226
35152026-05-20T17:24:02.010Ztflt 0.000000000
35162026-05-20T17:24:02.010Zdflt 0.000000000
35172026-05-20T17:24:02.010Zkflt 0.000000000
35182026-05-20T17:24:02.010Zlock 0.000000000
35192026-05-20T17:24:02.010Zslp 1:16.492222169
35202026-05-20T17:24:02.010Zlat 0.954244458
35212026-05-20T17:24:02.010Zstop 0.000531108
35222026-05-20T17:24:02.010Zprocess exited: duration 1013715 ms, exit code 0
 
35232026-05-20T17:24:02.030Zfound 1 output files
35242026-05-20T17:24:02.073Zuploading: /work/package.tar.gz (2444679753 bytes)
35252026-05-20T17:24:33.566Zuploaded: /work/package.tar.gz