01KS60CSJ6FV6NWAHG16TFAG38: 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: 01KS60D92M7XX18MGPF3T93Q69

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T19:33:44.771Zjob assigned to worker 01KS60DGCSEB2XPSGMNF6TR565 [factory aws, i-04a0128313aa30c6f] (queued for 1 m 0 s)
 
22026-05-21T19:33:52.850Zstarting task 0: "setup"
32026-05-21T19:33:52.854Z++ uname -s
42026-05-21T19:33:52.858Z+ kern=SunOS
52026-05-21T19:33:52.858Z+ build_user=build
62026-05-21T19:33:52.858Z+ build_uid=12345
72026-05-21T19:33:52.858Z+ work_dir=/work
82026-05-21T19:33:52.858Z+ input_dir=/input
92026-05-21T19:33:52.858Z+ [[ 0 == 12345 ]]
102026-05-21T19:33:52.858Z+ case "$kern" in
112026-05-21T19:33:52.858Z+ groupadd -g 12345 build
122026-05-21T19:33:52.870Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T19:33:54.877Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T19:33:54.986Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T19:33:54.989Z+ home_fs=zfs
162026-05-21T19:33:54.989Z+ [[ zfs == autofs ]]
172026-05-21T19:33:54.989Z+ mkdir -p /home/build
182026-05-21T19:33:54.992Z+ chown build:build /home/build /work
192026-05-21T19:33:56.991Z+ chmod 0700 /home/build /work
202026-05-21T19:33:56.994Zprocess exited: duration 4146 ms, exit code 0
 
212026-05-21T19:33:57.000Zstarting task 1: "rust-toolchain"
222026-05-21T19:33:57.005Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T19:33:57.008Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T19:33:57.008Z * rust toolchain channel = "1.94.0"
252026-05-21T19:33:57.008Z * rust toolchain profile = "default"
262026-05-21T19:33:57.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T19:33:57.008Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T19:33:57.008Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T19:33:57.008Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T19:33:57.093Zinfo: downloading installer
312026-05-21T19:33:58.524Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T19:33:58.524Zwarn: /home/build/.rustup/settings.toml
332026-05-21T19:33:58.524Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T19:33:58.524Zwarn: instead of the one inferred from the default host triple.
352026-05-21T19:33:58.537Zinfo: profile set to default
362026-05-21T19:33:58.537Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T19:33:58.539Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T19:33:58.669Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T19:33:58.672Zinfo: downloading 6 components
402026-05-21T19:34:12.918Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T19:34:12.918Z
422026-05-21T19:34:12.949Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T19:34:12.949Z
442026-05-21T19:34:12.949Z
452026-05-21T19:34:12.949ZRust is installed now. Great!
462026-05-21T19:34:12.949Z
472026-05-21T19:34:12.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T19:34:12.949Zenvironment variable. This has not been done automatically.
492026-05-21T19:34:12.949Z
502026-05-21T19:34:12.949ZTo configure your current shell, you need to source
512026-05-21T19:34:12.949Zthe corresponding env file under $HOME/.cargo.
522026-05-21T19:34:12.949Z
532026-05-21T19:34:12.950ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T19:34:12.953Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T19:34:12.953Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T19:34:12.953Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T19:34:12.953Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T19:34:12.953Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T19:34:12.953Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T19:34:12.953Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T19:34:12.953Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T19:34:13.039Z+ rustup --version
632026-05-21T19:34:13.044Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T19:34:13.047Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T19:34:13.067Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T19:34:13.071Z+ cargo --version
672026-05-21T19:34:13.079Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T19:34:13.082Z+ rustc --version
692026-05-21T19:34:13.102Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T19:34:13.105Zprocess exited: duration 16104 ms, exit code 0
 
712026-05-21T19:34:13.111Zstarting task 2: "authentication"
722026-05-21T19:34:13.129Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T19:34:13.135Zstarting task 3: "clone repository"
742026-05-21T19:34:13.140Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T19:34:13.142Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T19:34:13.196ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T19:34:22.947Z+ cd /work/oxidecomputer/omicron
782026-05-21T19:34:22.947Z+ git fetch origin 6f23ab764582ee94aee650796e160f7ea39fdb3e
792026-05-21T19:34:23.244ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T19:34:23.244Z * branch 6f23ab764582ee94aee650796e160f7ea39fdb3e -> FETCH_HEAD
812026-05-21T19:34:23.256Z+ [[ -n wicket-multirack-join-support ]]
822026-05-21T19:34:23.256Z++ git branch --show-current
832026-05-21T19:34:23.265Z+ current=main
842026-05-21T19:34:23.265Z+ [[ main != wicket-multirack-join-support ]]
852026-05-21T19:34:23.265Z+ git branch -f wicket-multirack-join-support 6f23ab764582ee94aee650796e160f7ea39fdb3e
862026-05-21T19:34:23.275Z+ git checkout -f wicket-multirack-join-support
872026-05-21T19:34:23.502ZSwitched to branch 'wicket-multirack-join-support'
882026-05-21T19:34:23.508Z+ git reset --hard 6f23ab764582ee94aee650796e160f7ea39fdb3e
892026-05-21T19:34:23.559ZHEAD is now at 6f23ab764 fix doc link
902026-05-21T19:34:23.571Zprocess exited: duration 10423 ms, exit code 0
 
912026-05-21T19:34:23.582Zstarting task 4: "build"
922026-05-21T19:34:23.588Z+ source .github/buildomat/ci-env.sh
932026-05-21T19:34:23.589Z++ export CARGO_TERM_COLOR=always
942026-05-21T19:34:23.589Z++ CARGO_TERM_COLOR=always
952026-05-21T19:34:23.589Z+ cargo --version
962026-05-21T19:34:23.595Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T19:34:23.600Z+ rustc --version
982026-05-21T19:34:23.618Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T19:34:23.623Z+ WORK=/work
1002026-05-21T19:34:23.623Z+ pfexec mkdir -p /work
1012026-05-21T19:34:23.634Z+ pfexec chown build /work
1022026-05-21T19:34:23.644Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T19:34:25.377Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T19:34:25.433Z Startup: Caching catalogs ... Done
1052026-05-21T19:34:25.672ZPlanning: Solver setup ... Done (0.200s)
1062026-05-21T19:34:25.689ZPlanning: Running solver ... Done (0.018s)
1072026-05-21T19:34:25.696ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-21T19:34:25.706ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T19:34:25.724ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T19:34:25.737ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T19:34:25.746ZPlanning: Merging actions ... Done (0.002s)
1122026-05-21T19:34:25.924ZPlanning: Checking for conflicting actions ... Done (0.186s)
1132026-05-21T19:34:25.929ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T19:34:26.764ZPlanning: Evaluating mediators ... Done (0.830s)
1152026-05-21T19:34:26.771ZPlanning: Planning completed in 1.30 seconds
1162026-05-21T19:34:26.771Z Packages to install: 2
1172026-05-21T19:34:26.771Z Estimated space available: 156.10 GB
1182026-05-21T19:34:26.771ZEstimated space to be consumed: 21.14 MB
1192026-05-21T19:34:26.771Z Create boot environment: No
1202026-05-21T19:34:26.771ZCreate backup boot environment: No
1212026-05-21T19:34:26.771Z Rebuild boot archive: No
1222026-05-21T19:34:26.771Z
1232026-05-21T19:34:26.771ZChanged packages:
1242026-05-21T19:34:26.771Zhelios
1252026-05-21T19:34:26.771Z developer/build-essential
1262026-05-21T19:34:26.771Z None -> 11-3.0
1272026-05-21T19:34:26.771Z library/libxmlsec1
1282026-05-21T19:34:26.771Z None -> 1.2.35-3.0
1292026-05-21T19:34:26.803Z
1302026-05-21T19:34:26.803ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T19:34:27.284ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-05-21T19:34:27.330Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T19:34:27.379Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-21T19:34:27.386ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-21T19:34:27.386ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T19:34:27.405ZFinalize: Updating image state ... Done (0.017s)
1372026-05-21T19:34:30.021ZFinalize: Creating fast lookup database ... Done (2.592s)
1382026-05-21T19:34:30.089ZFinalize: Reading search index ... Done (0.012s)
1392026-05-21T19:34:30.097ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T19:34:30.148ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T19:34:30.446ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T19:34:30.550ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T19:34:30.556ZPlanning: Consolidating action changes ... Done
1442026-05-21T19:34:30.708ZPlanning: Evaluating mediators ... Done
1452026-05-21T19:34:30.719ZPlanning: Planning completed in 0.26 seconds
1462026-05-21T19:34:30.733Z Mediators to change: 2
1472026-05-21T19:34:30.733Z Create boot environment: No
1482026-05-21T19:34:30.734ZCreate backup boot environment: No
1492026-05-21T19:34:30.784ZFinalize: Updating package state database ... Done
1502026-05-21T19:34:30.784ZFinalize: Updating package cache ... Done
1512026-05-21T19:34:30.796ZFinalize: Updating image state ... Done
1522026-05-21T19:34:32.749ZFinalize: Creating fast lookup database ... Done
1532026-05-21T19:34:32.811ZFinalize: Reading search index ... Done
1542026-05-21T19:34:32.818ZFinalize: Updating search index ... Done
1552026-05-21T19:34:32.946ZFinalize: Updating package cache ... Done
1562026-05-21T19:34:33.226ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T19:34:33.333ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T19:34:33.340ZPlanning: Consolidating action changes ... Done
1592026-05-21T19:34:33.490ZPlanning: Evaluating mediators ... Done
1602026-05-21T19:34:33.496ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T19:34:33.514Z Mediators to change: 1
1622026-05-21T19:34:33.514Z Create boot environment: No
1632026-05-21T19:34:33.514ZCreate backup boot environment: No
1642026-05-21T19:34:33.574ZFinalize: Updating package state database ... Done
1652026-05-21T19:34:33.575ZFinalize: Updating package cache ... Done
1662026-05-21T19:34:33.592ZFinalize: Updating image state ... Done
1672026-05-21T19:34:35.526ZFinalize: Creating fast lookup database ... Done
1682026-05-21T19:34:35.586ZFinalize: Reading search index ... Done
1692026-05-21T19:34:35.592ZFinalize: Updating search index ... Done
1702026-05-21T19:34:35.670ZFinalize: Updating package cache ... Done
1712026-05-21T19:34:35.978ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T19:34:35.978Zapache system 2.4 system
1732026-05-21T19:34:35.978Zclang system 15 system
1742026-05-21T19:34:35.978Zcsh system system illumos
1752026-05-21T19:34:35.978Zctags system system illumos
1762026-05-21T19:34:35.978Zfile vendor vendor darwinsys
1772026-05-21T19:34:35.978Zfile system system illumos
1782026-05-21T19:34:35.978Zgcc vendor 14 vendor
1792026-05-21T19:34:35.978Zgcc system 13 system
1802026-05-21T19:34:35.978Zgcc system 10 system
1812026-05-21T19:34:35.978Zgo system 1.25 system
1822026-05-21T19:34:35.978Zllvm system 15 system
1832026-05-21T19:34:35.978Zmariadb system 11.4 system
1842026-05-21T19:34:35.978Zmta vendor vendor dma
1852026-05-21T19:34:35.978Zopenjdk system 17 system
1862026-05-21T19:34:35.978Zopenjdk system 11 system
1872026-05-21T19:34:35.978Zopenssl vendor 3 vendor
1882026-05-21T19:34:35.978Zperl system 5.40 system
1892026-05-21T19:34:35.978Zpostgresql system 18 system
1902026-05-21T19:34:35.978Zpostgresql system 17 system
1912026-05-21T19:34:35.979Zpython vendor 3 vendor
1922026-05-21T19:34:35.979Zpython system 2 system
1932026-05-21T19:34:35.979Zpython3 vendor 3.13 vendor
1942026-05-21T19:34:35.979Zruby system 3.4 system
1952026-05-21T19:34:35.979Zruby system 3.0 system
1962026-05-21T19:34:35.979Zwords vendor vendor american-english
1972026-05-21T19:34:35.979Zwords system system australian-english
1982026-05-21T19:34:35.979Zwords system system british-english
1992026-05-21T19:34:35.979Zwords system system canadian-english
2002026-05-21T19:34:35.979Zwords system system french
2012026-05-21T19:34:35.979Zwords system system italian
2022026-05-21T19:34:35.979Zwords system system ngerman
2032026-05-21T19:34:35.979Zwords system system ogerman
2042026-05-21T19:34:35.979Zwords system system spanish
2052026-05-21T19:34:36.224ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T19:34:36.224Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T19:34:36.532ZFMRI IFO
2082026-05-21T19:34:36.532Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T19:34:36.532Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T19:34:36.532Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T19:34:36.532Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T19:34:36.532Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T19:34:36.532Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T19:34:36.532Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T19:34:36.532Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T19:34:36.532Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T19:34:36.734Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T19:34:37.032Z Updating crates.io index
2192026-05-21T19:34:37.065Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T19:34:37.911Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T19:34:38.223Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T19:34:39.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T19:34:39.947Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T19:34:40.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T19:34:41.841Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T19:34:42.549Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T19:34:43.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T19:34:43.863Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T19:34:44.266Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T19:34:44.640Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T19:34:45.019Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T19:34:46.087Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T19:34:46.622Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-21T19:34:46.911Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-21T19:34:47.211Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-21T19:34:47.826Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-21T19:34:49.344Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-21T19:34:49.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-21T19:34:49.381Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-21T19:34:49.381Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-21T19:34:49.653Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-21T19:34:50.157Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-21T19:34:50.454Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-21T19:34:51.177Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-21T19:34:51.468Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-21T19:34:53.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-21T19:34:54.878Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-21T19:34:54.991Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-21T19:34:54.991Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-21T19:34:54.991Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-21T19:34:55.186Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-21T19:34:55.802Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-21T19:34:56.038Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-21T19:34:56.291Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-21T19:34:56.558Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-21T19:34:56.969Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-21T19:35:08.969Z Downloading crates ...
2582026-05-21T19:35:09.019Z Downloaded cfg-if v1.0.4
2592026-05-21T19:35:09.030Z Downloaded anstyle-query v1.1.5
2602026-05-21T19:35:09.033Z Downloaded cargo-platform v0.2.0
2612026-05-21T19:35:09.033Z Downloaded thiserror v2.0.18
2622026-05-21T19:35:09.036Z Downloaded cargo_metadata v0.21.0
2632026-05-21T19:35:09.039Z Downloaded cargo_toml v0.21.0
2642026-05-21T19:35:09.039Z Downloaded zerovec-derive v0.11.2
2652026-05-21T19:35:09.039Z Downloaded anstream v0.6.21
2662026-05-21T19:35:09.042Z Downloaded cargo-util-schemas v0.8.2
2672026-05-21T19:35:09.042Z Downloaded camino-tempfile v1.4.1
2682026-05-21T19:35:09.045Z Downloaded version_check v0.9.5
2692026-05-21T19:35:09.045Z Downloaded equivalent v1.0.2
2702026-05-21T19:35:09.048Z Downloaded thiserror-impl v1.0.69
2712026-05-21T19:35:09.048Z Downloaded dof v0.3.0
2722026-05-21T19:35:09.048Z Downloaded usdt-attr-macro v0.5.0
2732026-05-21T19:35:09.048Z Downloaded cpufeatures v0.2.17
2742026-05-21T19:35:09.051Z Downloaded heck v0.5.0
2752026-05-21T19:35:09.051Z Downloaded clap v4.5.60
2762026-05-21T19:35:09.054Z Downloaded toml_datetime v0.6.11
2772026-05-21T19:35:09.057Z Downloaded tinystr v0.8.2
2782026-05-21T19:35:09.057Z Downloaded percent-encoding v2.3.2
2792026-05-21T19:35:09.057Z Downloaded clap_lex v1.0.0
2802026-05-21T19:35:09.060Z Downloaded utf8_iter v1.0.4
2812026-05-21T19:35:09.060Z Downloaded yoke v0.8.1
2822026-05-21T19:35:09.063Z Downloaded erased-serde v0.4.9
2832026-05-21T19:35:09.067Z Downloaded zmij v1.0.21
2842026-05-21T19:35:09.067Z Downloaded sha2 v0.10.9
2852026-05-21T19:35:09.071Z Downloaded yoke-derive v0.8.1
2862026-05-21T19:35:09.071Z Downloaded usdt v0.5.0
2872026-05-21T19:35:09.074Z Downloaded toml_write v0.1.2
2882026-05-21T19:35:09.074Z Downloaded zerocopy-derive v0.7.35
2892026-05-21T19:35:09.077Z Downloaded clap_derive v4.5.55
2902026-05-21T19:35:09.087Z Downloaded textwrap v0.16.2
2912026-05-21T19:35:09.087Z Downloaded serde_spanned v0.6.9
2922026-05-21T19:35:09.087Z Downloaded thiserror v1.0.69
2932026-05-21T19:35:09.087Z Downloaded dtrace-parser v0.2.0
2942026-05-21T19:35:09.087Z Downloaded bytecount v0.6.9
2952026-05-21T19:35:09.090Z Downloaded zerofrom v0.1.6
2962026-05-21T19:35:09.090Z Downloaded usdt-impl v0.5.0
2972026-05-21T19:35:09.090Z Downloaded fastrand v2.3.0
2982026-05-21T19:35:09.090Z Downloaded unicode-xid v0.2.6
2992026-05-21T19:35:09.090Z Downloaded unicode-ident v1.0.24
3002026-05-21T19:35:09.093Z Downloaded is_terminal_polyfill v1.70.2
3012026-05-21T19:35:09.093Z Downloaded pretty-hex v0.4.1
3022026-05-21T19:35:09.093Z Downloaded colorchoice v1.0.4
3032026-05-21T19:35:09.096Z Downloaded typenum v1.19.0
3042026-05-21T19:35:09.097Z Downloaded icu_provider v2.1.1
3052026-05-21T19:35:09.099Z Downloaded potential_utf v0.1.4
3062026-05-21T19:35:09.099Z Downloaded getrandom v0.4.1
3072026-05-21T19:35:09.103Z Downloaded zerofrom-derive v0.1.6
3082026-05-21T19:35:09.103Z Downloaded usdt-macro v0.5.0
3092026-05-21T19:35:09.103Z Downloaded idna_adapter v1.2.1
3102026-05-21T19:35:09.103Z Downloaded thread-id v4.2.2
3112026-05-21T19:35:09.107Z Downloaded memmap v0.7.0
3122026-05-21T19:35:09.107Z Downloaded writeable v0.6.2
3132026-05-21T19:35:09.107Z Downloaded strsim v0.11.1
3142026-05-21T19:35:09.107Z Downloaded tabled_derive v0.7.0
3152026-05-21T19:35:09.111Z Downloaded crypto-common v0.1.7
3162026-05-21T19:35:09.111Z Downloaded utf8parse v0.2.2
3172026-05-21T19:35:09.111Z Downloaded typeid v1.0.3
3182026-05-21T19:35:09.111Z Downloaded unicode-linebreak v0.1.5
3192026-05-21T19:35:09.115Z Downloaded toml v0.8.23
3202026-05-21T19:35:09.115Z Downloaded terminal_size v0.4.3
3212026-05-21T19:35:09.115Z Downloaded thiserror-impl v2.0.18
3222026-05-21T19:35:09.118Z Downloaded scroll_derive v0.12.1
3232026-05-21T19:35:09.118Z Downloaded ucd-trie v0.1.7
3242026-05-21T19:35:09.122Z Downloaded fnv v1.0.7
3252026-05-21T19:35:09.130Z Downloaded url v2.5.8
3262026-05-21T19:35:09.134Z Downloaded icu_locale_core v2.1.1
3272026-05-21T19:35:09.134Z Downloaded itoa v1.0.17
3282026-05-21T19:35:09.134Z Downloaded form_urlencoded v1.2.2
3292026-05-21T19:35:09.134Z Downloaded winnow v0.7.14
3302026-05-21T19:35:09.139Z Downloaded zerovec v0.11.5
3312026-05-21T19:35:09.144Z Downloaded stable_deref_trait v1.2.1
3322026-05-21T19:35:09.144Z Downloaded toml_edit v0.22.27
3332026-05-21T19:35:09.149Z Downloaded macaddr v1.0.1
3342026-05-21T19:35:09.149Z Downloaded errno v0.3.14
3352026-05-21T19:35:09.149Z Downloaded zerotrie v0.2.3
3362026-05-21T19:35:09.149Z Downloaded plain v0.2.3
3372026-05-21T19:35:09.153Z Downloaded unicode-width v0.2.0
3382026-05-21T19:35:09.153Z Downloaded ordered-float v2.10.1
3392026-05-21T19:35:09.153Z Downloaded zerocopy v0.7.35
3402026-05-21T19:35:09.161Z Downloaded serde-untagged v0.1.9
3412026-05-21T19:35:09.165Z Downloaded quote v1.0.45
3422026-05-21T19:35:09.165Z Downloaded digest v0.10.7
3432026-05-21T19:35:09.165Z Downloaded autocfg v1.5.0
3442026-05-21T19:35:09.169Z Downloaded anstyle v1.0.13
3452026-05-21T19:35:09.169Z Downloaded unicode-width v0.1.14
3462026-05-21T19:35:09.175Z Downloaded swrite v0.1.0
3472026-05-21T19:35:09.175Z Downloaded proc-macro-error-attr v1.0.4
3482026-05-21T19:35:09.175Z Downloaded generic-array v0.14.7
3492026-05-21T19:35:09.186Z Downloaded serde-value v0.7.0
3502026-05-21T19:35:09.189Z Downloaded smawk v0.3.2
3512026-05-21T19:35:09.189Z Downloaded scroll v0.12.0
3522026-05-21T19:35:09.189Z Downloaded heck v0.4.1
3532026-05-21T19:35:09.196Z Downloaded displaydoc v0.2.5
3542026-05-21T19:35:09.200Z Downloaded block-buffer v0.10.4
3552026-05-21T19:35:09.203Z Downloaded proc-macro-error v1.0.4
3562026-05-21T19:35:09.209Z Downloaded serde v1.0.228
3572026-05-21T19:35:09.212Z Downloaded fs-err v3.3.0
3582026-05-21T19:35:09.212Z Downloaded tempfile v3.25.0
3592026-05-21T19:35:09.215Z Downloaded synstructure v0.13.2
3602026-05-21T19:35:09.215Z Downloaded camino v1.2.2
3612026-05-21T19:35:09.218Z Downloaded pest_generator v2.8.6
3622026-05-21T19:35:09.218Z Downloaded serde_tokenstream v0.2.3
3632026-05-21T19:35:09.221Z Downloaded byteorder v1.5.0
3642026-05-21T19:35:09.221Z Downloaded num-traits v0.2.19
3652026-05-21T19:35:09.221Z Downloaded log v0.4.29
3662026-05-21T19:35:09.229Z Downloaded anyhow v1.0.102
3672026-05-21T19:35:09.232Z Downloaded bitflags v2.11.0
3682026-05-21T19:35:09.241Z Downloaded anstyle-parse v0.2.7
3692026-05-21T19:35:09.245Z Downloaded once_cell v1.21.3
3702026-05-21T19:35:09.248Z Downloaded serde_core v1.0.228
3712026-05-21T19:35:09.248Z Downloaded proc-macro2 v1.0.106
3722026-05-21T19:35:09.251Z Downloaded smallvec v1.15.1
3732026-05-21T19:35:09.251Z Downloaded semver v1.0.28
3742026-05-21T19:35:09.251Z Downloaded litemap v0.8.1
3752026-05-21T19:35:09.255Z Downloaded indexmap v2.14.0
3762026-05-21T19:35:09.259Z Downloaded pest_derive v2.8.6
3772026-05-21T19:35:09.268Z Downloaded papergrid v0.11.0
3782026-05-21T19:35:09.280Z Downloaded icu_properties v2.1.2
3792026-05-21T19:35:09.291Z Downloaded pest_meta v2.8.6
3802026-05-21T19:35:09.305Z Downloaded serde_derive v1.0.228
3812026-05-21T19:35:09.305Z Downloaded icu_normalizer_data v2.1.1
3822026-05-21T19:35:09.305Z Downloaded memchr v2.8.0
3832026-05-21T19:35:09.311Z Downloaded serde_json v1.0.149
3842026-05-21T19:35:09.311Z Downloaded icu_normalizer v2.1.1
3852026-05-21T19:35:09.311Z Downloaded icu_collections v2.1.1
3862026-05-21T19:35:09.325Z Downloaded icu_properties_data v2.1.2
3872026-05-21T19:35:09.340Z Downloaded pest v2.8.6
3882026-05-21T19:35:09.362Z Downloaded clap_builder v4.5.60
3892026-05-21T19:35:09.366Z Downloaded idna v1.1.0
3902026-05-21T19:35:09.381Z Downloaded hashbrown v0.17.0
3912026-05-21T19:35:09.385Z Downloaded goblin v0.8.2
3922026-05-21T19:35:09.389Z Downloaded tabled v0.15.0
3932026-05-21T19:35:09.400Z Downloaded syn v1.0.109
3942026-05-21T19:35:09.411Z Downloaded syn v2.0.117
3952026-05-21T19:35:09.426Z Downloaded rustix v1.1.3
3962026-05-21T19:35:09.462Z Downloaded libc v0.2.185
3972026-05-21T19:35:09.526Z Compiling proc-macro2 v1.0.106
3982026-05-21T19:35:09.526Z Compiling quote v1.0.45
3992026-05-21T19:35:09.530Z Compiling unicode-ident v1.0.24
4002026-05-21T19:35:09.530Z Compiling serde_core v1.0.228
4012026-05-21T19:35:09.530Z Compiling libc v0.2.185
4022026-05-21T19:35:09.530Z Compiling version_check v0.9.5
4032026-05-21T19:35:09.530Z Compiling serde v1.0.228
4042026-05-21T19:35:09.530Z Compiling memchr v2.8.0
4052026-05-21T19:35:09.530Z Compiling stable_deref_trait v1.2.1
4062026-05-21T19:35:09.530Z Compiling zmij v1.0.21
4072026-05-21T19:35:09.530Z Compiling itoa v1.0.17
4082026-05-21T19:35:09.530Z Compiling thiserror v1.0.69
4092026-05-21T19:35:09.710Z Compiling ucd-trie v0.1.7
4102026-05-21T19:35:09.713Z Compiling autocfg v1.5.0
4112026-05-21T19:35:09.713Z Compiling writeable v0.6.2
4122026-05-21T19:35:09.948Z Compiling litemap v0.8.1
4132026-05-21T19:35:09.966Z Compiling byteorder v1.5.0
4142026-05-21T19:35:10.018Z Compiling icu_normalizer_data v2.1.1
4152026-05-21T19:35:10.063Z Compiling rustix v1.1.3
4162026-05-21T19:35:10.171Z Compiling icu_properties_data v2.1.2
4172026-05-21T19:35:10.190Z Compiling serde_json v1.0.149
4182026-05-21T19:35:10.237Z Compiling pest v2.8.6
4192026-05-21T19:35:10.413Z Compiling bitflags v2.11.0
4202026-05-21T19:35:10.454Z Compiling num-traits v0.2.19
4212026-05-21T19:35:10.528Z Compiling equivalent v1.0.2
4222026-05-21T19:35:10.531Z Compiling hashbrown v0.17.0
4232026-05-21T19:35:10.580Z Compiling typeid v1.0.3
4242026-05-21T19:35:10.653Z Compiling smallvec v1.15.1
4252026-05-21T19:35:10.742Z Compiling proc-macro-error-attr v1.0.4
4262026-05-21T19:35:10.870Z Compiling usdt-impl v0.5.0
4272026-05-21T19:35:10.912Z Compiling winnow v0.7.14
4282026-05-21T19:35:10.932Z Compiling syn v1.0.109
4292026-05-21T19:35:10.935Z Compiling erased-serde v0.4.9
4302026-05-21T19:35:10.952Z Compiling toml_write v0.1.2
4312026-05-21T19:35:10.969Z Compiling proc-macro-error v1.0.4
4322026-05-21T19:35:11.047Z Compiling utf8_iter v1.0.4
4332026-05-21T19:35:11.088Z Compiling errno v0.3.14
4342026-05-21T19:35:11.135Z Compiling thread-id v4.2.2
4352026-05-21T19:35:11.288Z Compiling log v0.4.29
4362026-05-21T19:35:11.306Z Compiling getrandom v0.4.1
4372026-05-21T19:35:11.368Z Compiling camino v1.2.2
4382026-05-21T19:35:11.373Z Compiling indexmap v2.14.0
4392026-05-21T19:35:11.418Z Compiling pest_meta v2.8.6
4402026-05-21T19:35:11.459Z Compiling percent-encoding v2.3.2
4412026-05-21T19:35:11.459Z Compiling utf8parse v0.2.2
4422026-05-21T19:35:11.462Z Compiling thiserror v2.0.18
4432026-05-21T19:35:11.514Z Compiling plain v0.2.3
4442026-05-21T19:35:11.620Z Compiling form_urlencoded v1.2.2
4452026-05-21T19:35:11.638Z Compiling syn v2.0.117
4462026-05-21T19:35:11.709Z Compiling anstyle-parse v0.2.7
4472026-05-21T19:35:11.747Z Compiling ordered-float v2.10.1
4482026-05-21T19:35:11.825Z Compiling colorchoice v1.0.4
4492026-05-21T19:35:11.851Z Compiling pretty-hex v0.4.1
4502026-05-21T19:35:11.895Z Compiling is_terminal_polyfill v1.70.2
4512026-05-21T19:35:11.918Z Compiling cfg-if v1.0.4
4522026-05-21T19:35:11.971Z Compiling anstyle v1.0.13
4532026-05-21T19:35:12.013Z Compiling anstyle-query v1.1.5
4542026-05-21T19:35:12.072Z Compiling fs-err v3.3.0
4552026-05-21T19:35:12.075Z Compiling anyhow v1.0.102
4562026-05-21T19:35:12.129Z Compiling once_cell v1.21.3
4572026-05-21T19:35:12.147Z Compiling heck v0.5.0
4582026-05-21T19:35:12.220Z Compiling terminal_size v0.4.3
4592026-05-21T19:35:12.238Z Compiling anstream v0.6.21
4602026-05-21T19:35:12.257Z Compiling fastrand v2.3.0
4612026-05-21T19:35:12.260Z Compiling strsim v0.11.1
4622026-05-21T19:35:12.309Z Compiling clap_lex v1.0.0
4632026-05-21T19:35:12.364Z Compiling heck v0.4.1
4642026-05-21T19:35:12.413Z Compiling unicode-xid v0.2.6
4652026-05-21T19:35:12.413Z Compiling fnv v1.0.7
4662026-05-21T19:35:12.476Z Compiling bytecount v0.6.9
4672026-05-21T19:35:12.539Z Compiling unicode-width v0.1.14
4682026-05-21T19:35:12.585Z Compiling semver v1.0.28
4692026-05-21T19:35:12.586Z Compiling clap_builder v4.5.60
4702026-05-21T19:35:12.660Z Compiling tempfile v3.25.0
4712026-05-21T19:35:12.663Z Compiling memmap v0.7.0
4722026-05-21T19:35:12.734Z Compiling unicode-linebreak v0.1.5
4732026-05-21T19:35:12.840Z Compiling papergrid v0.11.0
4742026-05-21T19:35:12.918Z Compiling unicode-width v0.2.0
4752026-05-21T19:35:12.939Z Compiling smawk v0.3.2
4762026-05-21T19:35:12.972Z Compiling serde-untagged v0.1.9
4772026-05-21T19:35:13.013Z Compiling camino-tempfile v1.4.1
4782026-05-21T19:35:13.072Z Compiling swrite v0.1.0
4792026-05-21T19:35:13.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-21T19:35:13.147Z Compiling textwrap v0.16.2
4812026-05-21T19:35:13.420Z Compiling tabled_derive v0.7.0
4822026-05-21T19:35:14.084Z Compiling tabled v0.15.0
4832026-05-21T19:35:14.133Z Compiling synstructure v0.13.2
4842026-05-21T19:35:14.133Z Compiling pest_generator v2.8.6
4852026-05-21T19:35:14.760Z Compiling serde_derive v1.0.228
4862026-05-21T19:35:14.760Z Compiling zerofrom-derive v0.1.6
4872026-05-21T19:35:14.853Z Compiling yoke-derive v0.8.1
4882026-05-21T19:35:14.853Z Compiling zerovec-derive v0.11.2
4892026-05-21T19:35:14.853Z Compiling displaydoc v0.2.5
4902026-05-21T19:35:14.854Z Compiling thiserror-impl v1.0.69
4912026-05-21T19:35:14.854Z Compiling zerocopy-derive v0.7.35
4922026-05-21T19:35:14.854Z Compiling scroll_derive v0.12.1
4932026-05-21T19:35:14.854Z Compiling thiserror-impl v2.0.18
4942026-05-21T19:35:14.854Z Compiling clap_derive v4.5.55
4952026-05-21T19:35:14.935Z Compiling pest_derive v2.8.6
4962026-05-21T19:35:15.433Z Compiling scroll v0.12.0
4972026-05-21T19:35:15.451Z Compiling zerocopy v0.7.35
4982026-05-21T19:35:15.660Z Compiling goblin v0.8.2
4992026-05-21T19:35:15.891Z Compiling zerofrom v0.1.6
5002026-05-21T19:35:15.956Z Compiling dtrace-parser v0.2.0
5012026-05-21T19:35:15.995Z Compiling yoke v0.8.1
5022026-05-21T19:35:16.144Z Compiling zerovec v0.11.5
5032026-05-21T19:35:16.144Z Compiling zerotrie v0.2.3
5042026-05-21T19:35:16.262Z Compiling clap v4.5.60
5052026-05-21T19:35:16.567Z Compiling tinystr v0.8.2
5062026-05-21T19:35:16.567Z Compiling potential_utf v0.1.4
5072026-05-21T19:35:16.690Z Compiling icu_collections v2.1.1
5082026-05-21T19:35:16.715Z Compiling icu_locale_core v2.1.1
5092026-05-21T19:35:17.221Z Compiling serde_spanned v0.6.9
5102026-05-21T19:35:17.221Z Compiling toml_datetime v0.6.11
5112026-05-21T19:35:17.221Z Compiling serde-value v0.7.0
5122026-05-21T19:35:17.224Z Compiling cargo-platform v0.2.0
5132026-05-21T19:35:17.224Z Compiling macaddr v1.0.1
5142026-05-21T19:35:17.256Z Compiling dof v0.3.0
5152026-05-21T19:35:17.259Z Compiling serde_tokenstream v0.2.3
5162026-05-21T19:35:17.274Z Compiling icu_provider v2.1.1
5172026-05-21T19:35:17.510Z Compiling toml_edit v0.22.27
5182026-05-21T19:35:17.568Z Compiling icu_properties v2.1.2
5192026-05-21T19:35:17.568Z Compiling icu_normalizer v2.1.1
5202026-05-21T19:35:18.047Z Compiling usdt-attr-macro v0.5.0
5212026-05-21T19:35:18.047Z Compiling usdt-macro v0.5.0
5222026-05-21T19:35:18.374Z Compiling idna_adapter v1.2.1
5232026-05-21T19:35:18.479Z Compiling idna v1.1.0
5242026-05-21T19:35:18.634Z Compiling usdt v0.5.0
5252026-05-21T19:35:18.730Z Compiling url v2.5.8
5262026-05-21T19:35:18.746Z Compiling toml v0.8.23
5272026-05-21T19:35:19.074Z Compiling cargo_toml v0.21.0
5282026-05-21T19:35:19.122Z Compiling cargo-util-schemas v0.8.2
5292026-05-21T19:35:19.886Z Compiling cargo_metadata v0.21.0
5302026-05-21T19:35:20.812Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-21T19:35:22.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.35s
5322026-05-21T19:35:23.156Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-21T19:35:23.701Z Downloading crates ...
5342026-05-21T19:35:23.799Z Downloaded adler2 v2.0.1
5352026-05-21T19:35:23.808Z Downloaded cobs v0.3.0
5362026-05-21T19:35:23.820Z Downloaded filetime v0.2.27
5372026-05-21T19:35:23.823Z Downloaded async-stream-impl v0.3.6
5382026-05-21T19:35:23.823Z Downloaded bit-set v0.8.0
5392026-05-21T19:35:23.827Z Downloaded base16ct v0.2.0
5402026-05-21T19:35:23.830Z Downloaded async-recursion v1.1.1
5412026-05-21T19:35:23.833Z Downloaded ar_archive_writer v0.5.1
5422026-05-21T19:35:23.836Z Downloaded bitflags v1.3.2
5432026-05-21T19:35:23.839Z Downloaded convert_case v0.10.0
5442026-05-21T19:35:23.841Z Downloaded chacha20 v0.9.1
5452026-05-21T19:35:23.841Z Downloaded dropshot v0.17.0
5462026-05-21T19:35:23.854Z Downloaded ciborium v0.2.2
5472026-05-21T19:35:23.856Z Downloaded cipher v0.4.4
5482026-05-21T19:35:23.856Z Downloaded console v0.15.11
5492026-05-21T19:35:23.859Z Downloaded compact_str v0.8.1
5502026-05-21T19:35:23.862Z Downloaded cfg_aliases v0.1.1
5512026-05-21T19:35:23.862Z Downloaded castaway v0.2.4
5522026-05-21T19:35:23.862Z Downloaded async-bb8-diesel v0.2.1
5532026-05-21T19:35:23.865Z Downloaded diesel-dtrace v0.5.0
5542026-05-21T19:35:23.865Z Downloaded crc-any v2.5.0
5552026-05-21T19:35:23.867Z Downloaded crc32fast v1.5.0
5562026-05-21T19:35:23.867Z Downloaded chacha20poly1305 v0.10.1
5572026-05-21T19:35:23.870Z Downloaded defmt-parser v1.0.0
5582026-05-21T19:35:23.870Z Downloaded defmt v1.0.1
5592026-05-21T19:35:23.873Z Downloaded foreign-types v0.5.0
5602026-05-21T19:35:23.876Z Downloaded drift v0.1.4
5612026-05-21T19:35:23.879Z Downloaded deranged v0.5.8
5622026-05-21T19:35:23.882Z Downloaded derive_builder v0.20.2
5632026-05-21T19:35:23.885Z Downloaded dropshot_endpoint v0.16.7
5642026-05-21T19:35:23.885Z Downloaded const_format v0.2.35
5652026-05-21T19:35:23.887Z Downloaded foldhash v0.1.5
5662026-05-21T19:35:23.891Z Downloaded dirs-sys-next v0.1.2
5672026-05-21T19:35:23.891Z Downloaded cstr-argument v0.1.2
5682026-05-21T19:35:23.894Z Downloaded atomic-waker v1.1.2
5692026-05-21T19:35:23.895Z Downloaded crunchy v0.2.4
5702026-05-21T19:35:23.895Z Downloaded bitfield-struct v0.6.2
5712026-05-21T19:35:23.895Z Downloaded bb8 v0.8.6
5722026-05-21T19:35:23.895Z Downloaded embedded-io v0.6.1
5732026-05-21T19:35:23.897Z Downloaded async-stream v0.3.6
5742026-05-21T19:35:23.897Z Downloaded elliptic-curve v0.13.8
5752026-05-21T19:35:23.900Z Downloaded cargo-platform v0.1.9
5762026-05-21T19:35:23.900Z Downloaded daft-derive v0.1.5
5772026-05-21T19:35:23.903Z Downloaded ciborium-ll v0.2.2
5782026-05-21T19:35:23.906Z Downloaded block-padding v0.3.3
5792026-05-21T19:35:23.906Z Downloaded env_filter v1.0.0
5802026-05-21T19:35:23.906Z Downloaded assert_matches v1.5.0
5812026-05-21T19:35:23.910Z Downloaded atty v0.2.14
5822026-05-21T19:35:23.910Z Downloaded foreign-types v0.3.2
5832026-05-21T19:35:23.910Z Downloaded des v0.8.1
5842026-05-21T19:35:23.913Z Downloaded crc v3.4.0
5852026-05-21T19:35:23.913Z Downloaded ciborium-io v0.2.2
5862026-05-21T19:35:23.913Z Downloaded defmt-macros v1.0.1
5872026-05-21T19:35:23.913Z Downloaded blake2 v0.10.6
5882026-05-21T19:35:23.916Z Downloaded fixedbitset v0.4.2
5892026-05-21T19:35:23.916Z Downloaded aes v0.8.4
5902026-05-21T19:35:23.919Z Downloaded argon2 v0.5.3
5912026-05-21T19:35:23.919Z Downloaded diff v0.1.13
5922026-05-21T19:35:23.922Z Downloaded bcrypt-pbkdf v0.10.0
5932026-05-21T19:35:23.922Z Downloaded array-init v0.0.4
5942026-05-21T19:35:23.922Z Downloaded atomicwrites v0.4.4
5952026-05-21T19:35:23.925Z Downloaded bitfield-macros v0.19.4
5962026-05-21T19:35:23.926Z Downloaded ascii-canvas v3.0.0
5972026-05-21T19:35:23.926Z Downloaded crossbeam-utils v0.8.21
5982026-05-21T19:35:23.929Z Downloaded darling v0.20.11
5992026-05-21T19:35:23.929Z Downloaded dyn-clone v1.0.20
6002026-05-21T19:35:23.934Z Downloaded aead v0.5.2
6012026-05-21T19:35:23.934Z Downloaded darling_macro v0.20.11
6022026-05-21T19:35:23.934Z Downloaded cassowary v0.3.0
6032026-05-21T19:35:23.934Z Downloaded derive-ex v0.1.8
6042026-05-21T19:35:23.940Z Downloaded foreign-types-shared v0.3.1
6052026-05-21T19:35:23.940Z Downloaded fd-lock v4.0.4
6062026-05-21T19:35:23.940Z Downloaded cpufeatures v0.3.0
6072026-05-21T19:35:23.940Z Downloaded crc-catalog v2.4.0
6082026-05-21T19:35:23.940Z Downloaded compression-core v0.4.31
6092026-05-21T19:35:23.943Z Downloaded cfg_aliases v0.2.1
6102026-05-21T19:35:23.943Z Downloaded debug-ignore v1.0.5
6112026-05-21T19:35:23.943Z Downloaded camino-tempfile-ext v0.3.3
6122026-05-21T19:35:23.943Z Downloaded float-cmp v0.10.0
6132026-05-21T19:35:23.943Z Downloaded env_logger v0.11.9
6142026-05-21T19:35:23.948Z Downloaded dsl_auto_type v0.2.0
6152026-05-21T19:35:23.948Z Downloaded difflib v0.4.0
6162026-05-21T19:35:23.948Z Downloaded crucible-workspace-hack v0.1.0
6172026-05-21T19:35:23.948Z Downloaded enum-as-inner v0.6.1
6182026-05-21T19:35:23.948Z Downloaded document-features v0.2.12
6192026-05-21T19:35:23.952Z Downloaded funty v2.0.0
6202026-05-21T19:35:23.952Z Downloaded foreign-types-macros v0.2.3
6212026-05-21T19:35:23.952Z Downloaded bit-set v0.5.3
6222026-05-21T19:35:23.952Z Downloaded dropshot-api-manager-types v0.7.1
6232026-05-21T19:35:23.957Z Downloaded futures-sink v0.3.32
6242026-05-21T19:35:23.957Z Downloaded futures-core v0.3.32
6252026-05-21T19:35:23.960Z Downloaded futures-io v0.3.32
6262026-05-21T19:35:23.960Z Downloaded darling_macro v0.23.0
6272026-05-21T19:35:23.960Z Downloaded base64 v0.21.7
6282026-05-21T19:35:23.960Z Downloaded ed25519 v2.2.3
6292026-05-21T19:35:23.964Z Downloaded data-encoding v2.10.0
6302026-05-21T19:35:23.964Z Downloaded convert_case v0.4.0
6312026-05-21T19:35:23.964Z Downloaded foreign-types-shared v0.1.1
6322026-05-21T19:35:23.964Z Downloaded flagset v0.4.7
6332026-05-21T19:35:23.964Z Downloaded bitfield v0.19.4
6342026-05-21T19:35:23.964Z Downloaded ff v0.13.1
6352026-05-21T19:35:23.967Z Downloaded const_format_proc_macros v0.2.34
6362026-05-21T19:35:23.967Z Downloaded async-trait v0.1.89
6372026-05-21T19:35:23.970Z Downloaded embedded-io v0.4.0
6382026-05-21T19:35:23.970Z Downloaded fxhash v0.2.1
6392026-05-21T19:35:23.970Z Downloaded futures-task v0.3.32
6402026-05-21T19:35:23.973Z Downloaded gethostname v0.5.0
6412026-05-21T19:35:23.973Z Downloaded futures-macro v0.3.32
6422026-05-21T19:35:23.973Z Downloaded cexpr v0.6.0
6432026-05-21T19:35:23.976Z Downloaded flume v0.11.1
6442026-05-21T19:35:23.976Z Downloaded cargo_metadata v0.19.2
6452026-05-21T19:35:23.979Z Downloaded erased-serde v0.3.31
6462026-05-21T19:35:23.979Z Downloaded darling v0.21.3
6472026-05-21T19:35:23.982Z Downloaded curve25519-dalek-derive v0.1.1
6482026-05-21T19:35:23.985Z Downloaded display-error-chain v0.2.2
6492026-05-21T19:35:23.985Z Downloaded hash32 v0.2.1
6502026-05-21T19:35:23.985Z Downloaded globwalk v0.9.1
6512026-05-21T19:35:23.985Z Downloaded float-ord v0.3.2
6522026-05-21T19:35:23.988Z Downloaded fallible-iterator v0.2.0
6532026-05-21T19:35:23.988Z Downloaded derive_builder_macro v0.20.2
6542026-05-21T19:35:23.988Z Downloaded darling_macro v0.21.3
6552026-05-21T19:35:23.988Z Downloaded hash32 v0.3.1
6562026-05-21T19:35:23.991Z Downloaded crc8 v0.1.1
6572026-05-21T19:35:23.991Z Downloaded darling_core v0.23.0
6582026-05-21T19:35:23.995Z Downloaded headers-core v0.3.0
6592026-05-21T19:35:23.995Z Downloaded colored v3.1.1
6602026-05-21T19:35:23.997Z Downloaded cbc v0.1.2
6612026-05-21T19:35:23.997Z Downloaded ena v0.14.4
6622026-05-21T19:35:23.997Z Downloaded csv-core v0.1.13
6632026-05-21T19:35:24.001Z Downloaded bit-vec v0.8.0
6642026-05-21T19:35:24.001Z Downloaded fs_extra v1.3.0
6652026-05-21T19:35:24.004Z Downloaded corncobs v0.1.4
6662026-05-21T19:35:24.004Z Downloaded compression-codecs v0.4.37
6672026-05-21T19:35:24.004Z Downloaded bzip2 v0.6.1
6682026-05-21T19:35:24.007Z Downloaded base64ct v1.8.3
6692026-05-21T19:35:24.007Z Downloaded git-stub v1.0.0
6702026-05-21T19:35:24.010Z Downloaded futures-executor v0.3.32
6712026-05-21T19:35:24.010Z Downloaded dtrace-parser v0.3.0
6722026-05-21T19:35:24.010Z Downloaded hostname v0.4.2
6732026-05-21T19:35:24.013Z Downloaded defmt v0.3.100
6742026-05-21T19:35:24.013Z Downloaded constant_time_eq v0.4.2
6752026-05-21T19:35:24.013Z Downloaded hubpack v0.1.2
6762026-05-21T19:35:24.016Z Downloaded hubpack_derive v0.1.1
6772026-05-21T19:35:24.016Z Downloaded httpdate v1.0.3
6782026-05-21T19:35:24.016Z Downloaded http-range v0.1.5
6792026-05-21T19:35:24.016Z Downloaded dof v0.4.0
6802026-05-21T19:35:24.019Z Downloaded http-body v1.0.1
6812026-05-21T19:35:24.019Z Downloaded hostname v0.3.1
6822026-05-21T19:35:24.019Z Downloaded globset v0.4.18
6832026-05-21T19:35:24.022Z Downloaded foldhash v0.2.0
6842026-05-21T19:35:24.022Z Downloaded clang-sys v1.8.1
6852026-05-21T19:35:24.025Z Downloaded find-msvc-tools v0.1.9
6862026-05-21T19:35:24.025Z Downloaded byte-wrapper v0.1.0
6872026-05-21T19:35:24.025Z Downloaded ident_case v1.0.1
6882026-05-21T19:35:24.028Z Downloaded backon v1.6.0
6892026-05-21T19:35:24.028Z Downloaded indent_write v2.2.0
6902026-05-21T19:35:24.031Z Downloaded dirs-next v2.0.0
6912026-05-21T19:35:24.031Z Downloaded hyper-tls v0.6.0
6922026-05-21T19:35:24.031Z Downloaded crossbeam-deque v0.8.6
6932026-05-21T19:35:24.034Z Downloaded bzip2 v0.4.4
6942026-05-21T19:35:24.034Z Downloaded ahash v0.8.12
6952026-05-21T19:35:24.034Z Downloaded fs-err v2.11.0
6962026-05-21T19:35:24.037Z Downloaded blowfish v0.9.1
6972026-05-21T19:35:24.037Z Downloaded bit-vec v0.6.3
6982026-05-21T19:35:24.040Z Downloaded cancel-safe-futures v0.1.5
6992026-05-21T19:35:24.040Z Downloaded endian-type v0.1.2
7002026-05-21T19:35:24.040Z Downloaded dunce v1.0.5
7012026-05-21T19:35:24.042Z Downloaded derive_more-impl v2.1.1
7022026-05-21T19:35:24.046Z Downloaded instability v0.3.11
7032026-05-21T19:35:24.046Z Downloaded inout v0.1.4
7042026-05-21T19:35:24.049Z Downloaded dropshot_endpoint v0.17.0
7052026-05-21T19:35:24.049Z Downloaded is_ci v1.2.0
7062026-05-21T19:35:24.049Z Downloaded internet-checksum v0.2.1
7072026-05-21T19:35:24.049Z Downloaded derive_more v0.99.20
7082026-05-21T19:35:24.052Z Downloaded keccak v0.1.6
7092026-05-21T19:35:24.055Z Downloaded humantime v2.3.0
7102026-05-21T19:35:24.055Z Downloaded der_derive v0.7.3
7112026-05-21T19:35:24.055Z Downloaded derive-where v1.6.0
7122026-05-21T19:35:24.057Z Downloaded ctr v0.9.2
7132026-05-21T19:35:24.060Z Downloaded highway v1.3.0
7142026-05-21T19:35:24.060Z Downloaded diesel_table_macro_syntax v0.3.0
7152026-05-21T19:35:24.063Z Downloaded indoc v1.0.9
7162026-05-21T19:35:24.063Z Downloaded group v0.13.0
7172026-05-21T19:35:24.063Z Downloaded git-stub-vcs v0.1.0
7182026-05-21T19:35:24.066Z Downloaded crossbeam-epoch v0.9.18
7192026-05-21T19:35:24.066Z Downloaded http-body-util v0.1.3
7202026-05-21T19:35:24.069Z Downloaded ghash v0.5.1
7212026-05-21T19:35:24.069Z Downloaded ecdsa v0.16.9
7222026-05-21T19:35:24.069Z Downloaded console v0.16.2
7232026-05-21T19:35:24.072Z Downloaded cmake v0.1.57
7242026-05-21T19:35:24.072Z Downloaded hex v0.4.3
7252026-05-21T19:35:24.075Z Downloaded chacha20 v0.10.0
7262026-05-21T19:35:24.075Z Downloaded buf-list v1.1.2
7272026-05-21T19:35:24.078Z Downloaded cookie_store v0.22.1
7282026-05-21T19:35:24.078Z Downloaded arrayvec v0.7.6
7292026-05-21T19:35:24.081Z Downloaded lalrpop-util v0.19.12
7302026-05-21T19:35:24.081Z Downloaded hex-literal v0.4.1
7312026-05-21T19:35:24.081Z Downloaded instant v0.1.13
7322026-05-21T19:35:24.084Z Downloaded const-oid v0.9.6
7332026-05-21T19:35:24.084Z Downloaded arrayref v0.3.9
7342026-05-21T19:35:24.084Z Downloaded either v1.15.0
7352026-05-21T19:35:24.087Z Downloaded bcs v0.1.6
7362026-05-21T19:35:24.087Z Downloaded kstat-rs v0.2.4
7372026-05-21T19:35:24.087Z Downloaded linked-hash-map v0.5.6
7382026-05-21T19:35:24.090Z Downloaded derive_builder_core v0.20.2
7392026-05-21T19:35:24.090Z Downloaded critical-section v1.2.0
7402026-05-21T19:35:24.090Z Downloaded getrandom v0.2.17
7412026-05-21T19:35:24.092Z Downloaded lzss v0.8.2
7422026-05-21T19:35:24.095Z Downloaded futures-channel v0.3.32
7432026-05-21T19:35:24.095Z Downloaded hyper-staticfile v0.10.1
7442026-05-21T19:35:24.098Z Downloaded daft v0.1.5
7452026-05-21T19:35:24.098Z Downloaded darling_core v0.20.11
7462026-05-21T19:35:24.101Z Downloaded home v0.5.12
7472026-05-21T19:35:24.101Z Downloaded lru-cache v0.1.2
7482026-05-21T19:35:24.104Z Downloaded md5 v0.7.0
7492026-05-21T19:35:24.104Z Downloaded maplit v1.0.2
7502026-05-21T19:35:24.104Z Downloaded libscf-sys v1.1.0
7512026-05-21T19:35:24.106Z Downloaded impl-trait-for-tuples v0.2.3
7522026-05-21T19:35:24.106Z Downloaded indoc v2.0.7
7532026-05-21T19:35:24.109Z Downloaded is-terminal v0.4.17
7542026-05-21T19:35:24.109Z Downloaded memoffset v0.9.1
7552026-05-21T19:35:24.109Z Downloaded half v1.8.3
7562026-05-21T19:35:24.112Z Downloaded normalize-line-endings v0.3.0
7572026-05-21T19:35:24.112Z Downloaded mime v0.3.17
7582026-05-21T19:35:24.112Z Downloaded ipnetwork v0.21.1
7592026-05-21T19:35:24.115Z Downloaded md-5 v0.10.6
7602026-05-21T19:35:24.115Z Downloaded downcast-rs v2.0.2
7612026-05-21T19:35:24.115Z Downloaded libloading v0.8.9
7622026-05-21T19:35:24.118Z Downloaded match_cfg v0.1.0
7632026-05-21T19:35:24.118Z Downloaded backoff v0.4.0
7642026-05-21T19:35:24.121Z Downloaded ipnet v2.11.0
7652026-05-21T19:35:24.121Z Downloaded colored v2.2.0
7662026-05-21T19:35:24.124Z Downloaded libsw-core v0.3.2
7672026-05-21T19:35:24.124Z Downloaded hmac v0.12.1
7682026-05-21T19:35:24.124Z Downloaded hyper-rustls v0.27.7
7692026-05-21T19:35:24.131Z Downloaded cookie v0.18.1
7702026-05-21T19:35:24.131Z Downloaded lru v0.12.5
7712026-05-21T19:35:24.131Z Downloaded num v0.4.3
7722026-05-21T19:35:24.135Z Downloaded jobserver v0.1.34
7732026-05-21T19:35:24.135Z Downloaded maybe-uninit v2.0.0
7742026-05-21T19:35:24.135Z Downloaded managed v0.8.0
7752026-05-21T19:35:24.136Z Downloaded lazy_static v1.5.0
7762026-05-21T19:35:24.136Z Downloaded getrandom v0.3.4
7772026-05-21T19:35:24.140Z Downloaded num-derive v0.4.2
7782026-05-21T19:35:24.140Z Downloaded num_threads v0.1.7
7792026-05-21T19:35:24.140Z Downloaded darling_core v0.21.3
7802026-05-21T19:35:24.143Z Downloaded httparse v1.10.1
7812026-05-21T19:35:24.143Z Downloaded futures v0.3.32
7822026-05-21T19:35:24.146Z Downloaded iana-time-zone v0.1.65
7832026-05-21T19:35:24.149Z Downloaded openssl-probe v0.1.6
7842026-05-21T19:35:24.149Z Downloaded openssl-macros v0.1.1
7852026-05-21T19:35:24.149Z Downloaded libefi-sys v0.1.0
7862026-05-21T19:35:24.152Z Downloaded newtype_derive v0.1.6
7872026-05-21T19:35:24.152Z Downloaded openssl-probe v0.2.1
7882026-05-21T19:35:24.152Z Downloaded olpc-cjson v0.1.4
7892026-05-21T19:35:24.152Z Downloaded oso-derive v0.27.3
7902026-05-21T19:35:24.155Z Downloaded multimap v0.10.1
7912026-05-21T19:35:24.155Z Downloaded nonempty v0.12.0
7922026-05-21T19:35:24.155Z Downloaded ingot v0.1.1
7932026-05-21T19:35:24.159Z Downloaded darling v0.23.0
7942026-05-21T19:35:24.163Z Downloaded newline-converter v0.3.0
7952026-05-21T19:35:24.164Z Downloaded new_debug_unreachable v1.0.6
7962026-05-21T19:35:24.164Z Downloaded crypto-bigint v0.5.5
7972026-05-21T19:35:24.169Z Downloaded nodrop v0.1.14
7982026-05-21T19:35:24.169Z Downloaded lru-slab v0.1.2
7992026-05-21T19:35:24.169Z Downloaded ingot-types v0.1.2
8002026-05-21T19:35:24.169Z Downloaded opaque-debug v0.3.1
8012026-05-21T19:35:24.169Z Downloaded lock_api v0.4.14
8022026-05-21T19:35:24.172Z Downloaded libsw v3.5.0
8032026-05-21T19:35:24.172Z Downloaded packed_struct_codegen v0.10.1
8042026-05-21T19:35:24.172Z Downloaded dropshot-api-manager v0.7.1
8052026-05-21T19:35:24.172Z Downloaded num-conv v0.2.0
8062026-05-21T19:35:24.177Z Downloaded crossbeam-channel v0.5.15
8072026-05-21T19:35:24.180Z Downloaded base64 v0.22.1
8082026-05-21T19:35:24.180Z Downloaded pbkdf2 v0.11.0
8092026-05-21T19:35:24.180Z Downloaded parse-size v1.1.0
8102026-05-21T19:35:24.181Z Downloaded num_enum_derive v0.5.11
8112026-05-21T19:35:24.184Z Downloaded parse-display v0.10.0
8122026-05-21T19:35:24.184Z Downloaded newtype-uuid-macros v0.1.0
8132026-05-21T19:35:24.184Z Downloaded allocator-api2 v0.2.21
8142026-05-21T19:35:24.184Z Downloaded fatfs v0.3.6
8152026-05-21T19:35:24.187Z Downloaded native-tls v0.2.18
8162026-05-21T19:35:24.190Z Downloaded mime_guess v2.0.5
8172026-05-21T19:35:24.190Z Downloaded nibble_vec v0.1.0
8182026-05-21T19:35:24.193Z Downloaded num-rational v0.4.2
8192026-05-21T19:35:24.193Z Downloaded num-derive v0.3.3
8202026-05-21T19:35:24.197Z Downloaded der v0.7.10
8212026-05-21T19:35:24.202Z Downloaded path-slash v0.1.5
8222026-05-21T19:35:24.204Z Downloaded num_enum v0.7.5
8232026-05-21T19:35:24.204Z Downloaded phf_shared v0.13.1
8242026-05-21T19:35:24.204Z Downloaded phf_shared v0.12.1
8252026-05-21T19:35:24.208Z Downloaded pbkdf2 v0.12.2
8262026-05-21T19:35:24.208Z Downloaded newtype-uuid v1.3.2
8272026-05-21T19:35:24.208Z Downloaded nanorand v0.7.0
8282026-05-21T19:35:24.211Z Downloaded glob v0.3.3
8292026-05-21T19:35:24.211Z Downloaded linear-map v1.2.0
8302026-05-21T19:35:24.215Z Downloaded litrs v1.0.0
8312026-05-21T19:35:24.234Z Downloaded pin-utils v0.1.0
8322026-05-21T19:35:24.238Z Downloaded phf_shared v0.11.3
8332026-05-21T19:35:24.238Z Downloaded peg-runtime v0.8.5
8342026-05-21T19:35:24.238Z Downloaded owo-colors v4.3.0
8352026-05-21T19:35:24.241Z Downloaded num_enum_derive v0.7.5
8362026-05-21T19:35:24.241Z Downloaded num_enum v0.5.11
8372026-05-21T19:35:24.244Z Downloaded ingot-macros v0.1.1
8382026-05-21T19:35:24.244Z Downloaded proc-macro-crate v1.3.1
8392026-05-21T19:35:24.244Z Downloaded predicates-tree v1.0.13
8402026-05-21T19:35:24.246Z Downloaded precomputed-hash v0.1.1
8412026-05-21T19:35:24.247Z Downloaded password-hash v0.4.2
8422026-05-21T19:35:24.247Z Downloaded memmap2 v0.9.10
8432026-05-21T19:35:24.258Z Downloaded parse-display-derive v0.10.0
8442026-05-21T19:35:24.259Z Downloaded paste v1.0.15
8452026-05-21T19:35:24.259Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-21T19:35:24.259Z Downloaded oxide-tokio-rt v0.1.4
8472026-05-21T19:35:24.259Z Downloaded indexmap v1.9.3
8482026-05-21T19:35:24.259Z Downloaded powerfmt v0.2.0
8492026-05-21T19:35:24.259Z Downloaded bumpalo v3.20.2
8502026-05-21T19:35:24.261Z Downloaded psl-types v2.0.11
8512026-05-21T19:35:24.261Z Downloaded heapless v0.8.0
8522026-05-21T19:35:24.261Z Downloaded arc-swap v1.8.2
8532026-05-21T19:35:24.264Z Downloaded progenitor-macro v0.13.0
8542026-05-21T19:35:24.267Z Downloaded heapless v0.7.17
8552026-05-21T19:35:24.270Z Downloaded progenitor-client v0.11.2
8562026-05-21T19:35:24.270Z Downloaded pem v3.0.6
8572026-05-21T19:35:24.273Z Downloaded half v2.7.1
8582026-05-21T19:35:24.273Z Downloaded pin-project-internal v1.1.11
8592026-05-21T19:35:24.275Z Downloaded nu-ansi-term v0.50.3
8602026-05-21T19:35:24.275Z Downloaded progenitor-client v0.10.0
8612026-05-21T19:35:24.278Z Downloaded quick-error v1.2.3
8622026-05-21T19:35:24.278Z Downloaded progenitor-client v0.14.0
8632026-05-21T19:35:24.278Z Downloaded proc-macro-crate v3.4.0
8642026-05-21T19:35:24.281Z Downloaded pkg-config v0.3.32
8652026-05-21T19:35:24.281Z Downloaded pin-project-lite v0.2.17
8662026-05-21T19:35:24.284Z Downloaded ppv-lite86 v0.2.21
8672026-05-21T19:35:24.287Z Downloaded pem-rfc7468 v0.7.0
8682026-05-21T19:35:24.289Z Downloaded num-iter v0.1.45
8692026-05-21T19:35:24.289Z Downloaded diesel_derives v2.3.7
8702026-05-21T19:35:24.293Z Downloaded phf v0.12.1
8712026-05-21T19:35:24.296Z Downloaded indicatif v0.18.4
8722026-05-21T19:35:24.299Z Downloaded ignore v0.4.25
8732026-05-21T19:35:24.299Z Downloaded phf v0.13.1
8742026-05-21T19:35:24.302Z Downloaded hickory-resolver v0.24.4
8752026-05-21T19:35:24.306Z Downloaded async-compression v0.4.41
8762026-05-21T19:35:24.310Z Downloaded recursive v0.1.1
8772026-05-21T19:35:24.310Z Downloaded predicates v3.1.4
8782026-05-21T19:35:24.313Z Downloaded hickory-resolver v0.25.2
8792026-05-21T19:35:24.316Z Downloaded ref-cast v1.0.25
8802026-05-21T19:35:24.316Z Downloaded rand_xorshift v0.4.0
8812026-05-21T19:35:24.319Z Downloaded rand_chacha v0.3.1
8822026-05-21T19:35:24.319Z Downloaded bytes v1.11.1
8832026-05-21T19:35:24.322Z Downloaded poly1305 v0.8.0
8842026-05-21T19:35:24.324Z Downloaded cc v1.2.56
8852026-05-21T19:35:24.324Z Downloaded polyval v0.6.2
8862026-05-21T19:35:24.329Z Downloaded omicron-zone-package v0.12.2
8872026-05-21T19:35:24.332Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-05-21T19:35:24.332Z Downloaded progenitor-extras v0.2.0
8892026-05-21T19:35:24.332Z Downloaded progenitor-client v0.13.0
8902026-05-21T19:35:24.332Z Downloaded progenitor v0.11.2
8912026-05-21T19:35:24.332Z Downloaded progenitor v0.10.0
8922026-05-21T19:35:24.335Z Downloaded peg-macros v0.8.5
8932026-05-21T19:35:24.335Z Downloaded peg v0.8.5
8942026-05-21T19:35:24.338Z Downloaded progenitor-macro v0.11.2
8952026-05-21T19:35:24.340Z Downloaded proc-macro-error2 v2.0.1
8962026-05-21T19:35:24.341Z Downloaded rfc6979 v0.4.0
8972026-05-21T19:35:24.343Z Downloaded primeorder v0.13.6
8982026-05-21T19:35:24.343Z Downloaded progenitor v0.14.0
8992026-05-21T19:35:24.346Z Downloaded rustc-hash v2.1.1
9002026-05-21T19:35:24.346Z Downloaded postgres-types v0.2.12
9012026-05-21T19:35:24.349Z Downloaded parking_lot v0.12.5
9022026-05-21T19:35:24.349Z Downloaded parking_lot v0.11.2
9032026-05-21T19:35:24.353Z Downloaded packed_struct v0.10.1
9042026-05-21T19:35:24.354Z Downloaded psm v0.1.30
9052026-05-21T19:35:24.357Z Downloaded russh-cryptovec v0.7.3
9062026-05-21T19:35:24.357Z Downloaded hashbrown v0.12.3
9072026-05-21T19:35:24.360Z Downloaded rtoolbox v0.0.3
9082026-05-21T19:35:24.360Z Downloaded progenitor-macro v0.10.0
9092026-05-21T19:35:24.360Z Downloaded rustc_version v0.1.7
9102026-05-21T19:35:24.363Z Downloaded flate2 v1.1.9
9112026-05-21T19:35:24.367Z Downloaded expectorate v1.2.0
9122026-05-21T19:35:24.367Z Downloaded predicates-core v1.0.10
9132026-05-21T19:35:24.375Z Downloaded parking_lot_core v0.9.12
9142026-05-21T19:35:24.375Z Downloaded rand_core v0.10.0
9152026-05-21T19:35:24.375Z Downloaded radium v0.7.0
9162026-05-21T19:35:24.380Z Downloaded rand_seeder v0.4.0
9172026-05-21T19:35:24.380Z Downloaded pkcs8 v0.10.2
9182026-05-21T19:35:24.380Z Downloaded salsa20 v0.10.2
9192026-05-21T19:35:24.380Z Downloaded postcard v1.1.3
9202026-05-21T19:35:24.380Z Downloaded papergrid v0.17.0
9212026-05-21T19:35:24.383Z Downloaded same-file v1.0.6
9222026-05-21T19:35:24.383Z Downloaded miniz_oxide v0.8.9
9232026-05-21T19:35:24.383Z Downloaded hickory-server v0.25.2
9242026-05-21T19:35:24.387Z Downloaded pkcs1 v0.7.5
9252026-05-21T19:35:24.390Z Downloaded scrypt v0.11.0
9262026-05-21T19:35:24.390Z Downloaded jiff-static v0.2.21
9272026-05-21T19:35:24.393Z Downloaded scroll_derive v0.13.1
9282026-05-21T19:35:24.393Z Downloaded pkcs5 v0.7.1
9292026-05-21T19:35:24.396Z Downloaded secrecy v0.10.3
9302026-05-21T19:35:24.396Z Downloaded scheduled-thread-pool v0.2.7
9312026-05-21T19:35:24.400Z Downloaded ed25519-dalek v2.2.0
9322026-05-21T19:35:24.400Z Downloaded pin-project v1.1.11
9332026-05-21T19:35:24.406Z Downloaded serde-big-array v0.5.1
9342026-05-21T19:35:24.408Z Downloaded serde_plain v1.0.2
9352026-05-21T19:35:24.408Z Downloaded oso v0.27.3
9362026-05-21T19:35:24.411Z Downloaded secrecy v0.8.0
9372026-05-21T19:35:24.412Z Downloaded serde_bytes v0.11.19
9382026-05-21T19:35:24.414Z Downloaded sapling-renderdag v0.1.0
9392026-05-21T19:35:24.414Z Downloaded seq-macro v0.3.6
9402026-05-21T19:35:24.417Z Downloaded openssl-sys v0.9.115
9412026-05-21T19:35:24.420Z Downloaded r2d2 v0.8.10
9422026-05-21T19:35:24.420Z Downloaded ref-cast-impl v1.0.25
9432026-05-21T19:35:24.423Z Downloaded serde_urlencoded v0.7.1
9442026-05-21T19:35:24.423Z Downloaded serde_repr v0.1.20
9452026-05-21T19:35:24.427Z Downloaded serde_spanned v1.0.4
9462026-05-21T19:35:24.427Z Downloaded postgres-protocol v0.6.10
9472026-05-21T19:35:24.427Z Downloaded rustc_version v0.4.1
9482026-05-21T19:35:24.432Z Downloaded rustls-pemfile v2.2.0
9492026-05-21T19:35:24.432Z Downloaded rand_chacha v0.9.0
9502026-05-21T19:35:24.432Z Downloaded quinn-udp v0.5.14
9512026-05-21T19:35:24.436Z Downloaded prefix-trie v0.7.0
9522026-05-21T19:35:24.436Z Downloaded semver v0.1.20
9532026-05-21T19:35:24.436Z Downloaded rand_core v0.9.5
9542026-05-21T19:35:24.446Z Downloaded scopeguard v1.2.0
9552026-05-21T19:35:24.446Z Downloaded rand_core v0.6.4
9562026-05-21T19:35:24.446Z Downloaded password-hash v0.5.0
9572026-05-21T19:35:24.446Z Downloaded rusty-fork v0.3.1
9582026-05-21T19:35:24.450Z Downloaded libbz2-rs-sys v0.2.2
9592026-05-21T19:35:24.450Z Downloaded derive_more v2.1.1
9602026-05-21T19:35:24.451Z Downloaded signature v2.2.0
9612026-05-21T19:35:24.454Z Downloaded rustls-native-certs v0.8.3
9622026-05-21T19:35:24.454Z Downloaded signal-hook-tokio v0.3.1
9632026-05-21T19:35:24.454Z Downloaded progenitor-macro v0.14.0
9642026-05-21T19:35:24.458Z Downloaded progenitor-impl v0.10.0
9652026-05-21T19:35:24.458Z Downloaded sigpipe v0.1.3
9662026-05-21T19:35:24.458Z Downloaded rustls-pemfile v1.0.4
9672026-05-21T19:35:24.461Z Downloaded progenitor v0.13.0
9682026-05-21T19:35:24.461Z Downloaded slog-envlogger v2.2.0
9692026-05-21T19:35:24.461Z Downloaded p256 v0.13.2
9702026-05-21T19:35:24.464Z Downloaded scroll v0.13.0
9712026-05-21T19:35:24.464Z Downloaded hyper-util v0.1.20
9722026-05-21T19:35:24.468Z Downloaded siphasher v1.0.2
9732026-05-21T19:35:24.471Z Downloaded schemars_derive v0.8.22
9742026-05-21T19:35:24.471Z Downloaded slog-bunyan v2.5.0
9752026-05-21T19:35:24.473Z Downloaded rustversion v1.0.22
9762026-05-21T19:35:24.473Z Downloaded parking_lot_core v0.8.6
9772026-05-21T19:35:24.476Z Downloaded minimal-lexical v0.2.1
9782026-05-21T19:35:24.479Z Downloaded oxnet v0.1.4
9792026-05-21T19:35:24.482Z Downloaded num-integer v0.1.46
9802026-05-21T19:35:24.482Z Downloaded shell-words v1.1.1
9812026-05-21T19:35:24.482Z Downloaded serde_path_to_error v0.1.20
9822026-05-21T19:35:24.484Z Downloaded serde_derive_internals v0.29.1
9832026-05-21T19:35:24.484Z Downloaded http v1.4.0
9842026-05-21T19:35:24.487Z Downloaded ssh-encoding v0.2.0
9852026-05-21T19:35:24.490Z Downloaded sqlparser_derive v0.5.0
9862026-05-21T19:35:24.490Z Downloaded num-complex v0.4.6
9872026-05-21T19:35:24.493Z Downloaded multer v3.1.0
9882026-05-21T19:35:24.493Z Downloaded ssh-cipher v0.2.0
9892026-05-21T19:35:24.495Z Downloaded serde-hex v0.1.0
9902026-05-21T19:35:24.495Z Downloaded sec1 v0.7.3
9912026-05-21T19:35:24.498Z Downloaded shlex v1.3.0
9922026-05-21T19:35:24.498Z Downloaded sct v0.7.1
9932026-05-21T19:35:24.501Z Downloaded rcgen v0.12.1
9942026-05-21T19:35:24.503Z Downloaded itertools v0.10.5
9952026-05-21T19:35:24.506Z Downloaded sha1 v0.10.6
9962026-05-21T19:35:24.509Z Downloaded progenitor-impl v0.13.0
9972026-05-21T19:35:24.509Z Downloaded resolv-conf v0.7.6
9982026-05-21T19:35:24.512Z Downloaded subtle v2.6.1
9992026-05-21T19:35:24.512Z Downloaded strum v0.27.2
10002026-05-21T19:35:24.512Z Downloaded simd-adler32 v0.3.8
10012026-05-21T19:35:24.515Z Downloaded signal-hook-mio v0.2.5
10022026-05-21T19:35:24.515Z Downloaded prettyplease v0.2.37
10032026-05-21T19:35:24.519Z Downloaded structmeta v0.3.0
10042026-05-21T19:35:24.521Z Downloaded progenitor-impl v0.11.2
10052026-05-21T19:35:24.522Z Downloaded russh-keys v0.45.0
10062026-05-21T19:35:24.526Z Downloaded headers v0.4.1
10072026-05-21T19:35:24.529Z Downloaded sync_wrapper v1.0.2
10082026-05-21T19:35:24.529Z Downloaded crossterm v0.29.0
10092026-05-21T19:35:24.532Z Downloaded structmeta-derive v0.3.0
10102026-05-21T19:35:24.534Z Downloaded strip-ansi-escapes v0.2.1
10112026-05-21T19:35:24.534Z Downloaded slog-dtrace v0.3.0
10122026-05-21T19:35:24.534Z Downloaded ron v0.8.1
10132026-05-21T19:35:24.538Z Downloaded tap v1.0.1
10142026-05-21T19:35:24.541Z Downloaded take_mut v0.2.2
10152026-05-21T19:35:24.541Z Downloaded tagptr v0.2.0
10162026-05-21T19:35:24.541Z Downloaded snafu-derive v0.8.9
10172026-05-21T19:35:24.544Z Downloaded slog-term v2.9.2
10182026-05-21T19:35:24.547Z Downloaded rustls-pki-types v1.14.0
10192026-05-21T19:35:24.547Z Downloaded tabwriter v1.4.1
10202026-05-21T19:35:24.551Z Downloaded strum v0.26.3
10212026-05-21T19:35:24.551Z Downloaded crossterm v0.28.1
10222026-05-21T19:35:24.555Z Downloaded sqlformat v0.3.5
10232026-05-21T19:35:24.557Z Downloaded slab v0.4.12
10242026-05-21T19:35:24.557Z Downloaded slog-stdlog v4.1.1
10252026-05-21T19:35:24.557Z Downloaded slog-json v2.6.1
10262026-05-21T19:35:24.560Z Downloaded termtree v0.5.1
10272026-05-21T19:35:24.560Z Downloaded supports-color v3.0.2
10282026-05-21T19:35:24.563Z Downloaded string_cache v0.8.9
10292026-05-21T19:35:24.563Z Downloaded static_assertions v1.1.0
10302026-05-21T19:35:24.563Z Downloaded progenitor-impl v0.14.0
10312026-05-21T19:35:24.566Z Downloaded sync-ptr v0.1.4
10322026-05-21T19:35:24.566Z Downloaded fixedbitset v0.5.7
10332026-05-21T19:35:24.569Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-21T19:35:24.569Z Downloaded testing_table v0.3.0
10352026-05-21T19:35:24.572Z Downloaded time-core v0.1.8
10362026-05-21T19:35:24.575Z Downloaded slog-scope v4.4.1
10372026-05-21T19:35:24.575Z Downloaded slog-async v2.8.0
10382026-05-21T19:35:24.577Z Downloaded tinyvec_macros v0.1.1
10392026-05-21T19:35:24.577Z Downloaded stringprep v0.1.5
10402026-05-21T19:35:24.581Z Downloaded pretty_assertions v1.4.1
10412026-05-21T19:35:24.586Z Downloaded mio v1.2.0
10422026-05-21T19:35:24.589Z Downloaded tokio-macros v2.7.0
10432026-05-21T19:35:24.592Z Downloaded thread-id v5.1.0
10442026-05-21T19:35:24.592Z Downloaded stacker v0.1.23
10452026-05-21T19:35:24.595Z Downloaded strum_macros v0.27.2
10462026-05-21T19:35:24.595Z Downloaded hashbrown v0.13.2
10472026-05-21T19:35:24.598Z Downloaded tabled_derive v0.11.0
10482026-05-21T19:35:24.598Z Downloaded smallvec v0.6.14
10492026-05-21T19:35:24.600Z Downloaded serde_cbor v0.11.2
10502026-05-21T19:35:24.600Z Downloaded serde_with_macros v3.17.0
10512026-05-21T19:35:24.603Z Downloaded spki v0.7.3
10522026-05-21T19:35:24.603Z Downloaded smf v0.2.3
10532026-05-21T19:35:24.606Z Downloaded num-bigint v0.4.6
10542026-05-21T19:35:24.609Z Downloaded quinn v0.11.9
10552026-05-21T19:35:24.616Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-21T19:35:24.619Z Downloaded topological-sort v0.2.2
10572026-05-21T19:35:24.630Z Downloaded strum_macros v0.26.4
10582026-05-21T19:35:24.639Z Downloaded try-lock v0.2.5
10592026-05-21T19:35:24.640Z Downloaded tower-layer v0.3.3
10602026-05-21T19:35:24.640Z Downloaded thread_local v1.1.9
10612026-05-21T19:35:24.640Z Downloaded rayon-core v1.13.0
10622026-05-21T19:35:24.640Z Downloaded schemars v0.8.22
10632026-05-21T19:35:24.644Z Downloaded trait-variant v0.1.2
10642026-05-21T19:35:24.644Z Downloaded similar v2.7.0
10652026-05-21T19:35:24.644Z Downloaded num-bigint-dig v0.8.6
10662026-05-21T19:35:24.649Z Downloaded tokio-native-tls v0.3.1
10672026-05-21T19:35:24.649Z Downloaded termios v0.3.3
10682026-05-21T19:35:24.654Z Downloaded ryu v1.0.23
10692026-05-21T19:35:24.654Z Downloaded nom v7.1.3
10702026-05-21T19:35:24.657Z Downloaded typify-macro v0.6.2
10712026-05-21T19:35:24.657Z Downloaded hashbrown v0.15.5
10722026-05-21T19:35:24.659Z Downloaded rand v0.9.2
10732026-05-21T19:35:24.662Z Downloaded spin v0.9.8
10742026-05-21T19:35:24.664Z Downloaded tokio-rustls v0.25.0
10752026-05-21T19:35:24.664Z Downloaded typify-macro v0.4.3
10762026-05-21T19:35:24.664Z Downloaded tiny-keccak v2.0.2
10772026-05-21T19:35:24.667Z Downloaded unit-prefix v0.5.2
10782026-05-21T19:35:24.667Z Downloaded aes-gcm v0.10.3
10792026-05-21T19:35:24.670Z Downloaded qorb v0.4.1
10802026-05-21T19:35:24.673Z Downloaded tower-service v0.3.3
10812026-05-21T19:35:24.673Z Downloaded time-macros v0.2.27
10822026-05-21T19:35:24.675Z Downloaded tls_codec v0.4.2
10832026-05-21T19:35:24.675Z Downloaded itertools v0.13.0
10842026-05-21T19:35:24.679Z Downloaded tokio-tungstenite v0.23.1
10852026-05-21T19:35:24.682Z Downloaded unicode-truncate v1.1.0
10862026-05-21T19:35:24.682Z Downloaded universal-hash v0.5.1
10872026-05-21T19:35:24.685Z Downloaded toml_writer v1.0.6+spec-1.1.0
10882026-05-21T19:35:24.685Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10892026-05-21T19:35:24.685Z Downloaded usdt-attr-macro v0.6.0
10902026-05-21T19:35:24.688Z Downloaded untrusted v0.9.0
10912026-05-21T19:35:24.688Z Downloaded rsa v0.9.10
10922026-05-21T19:35:24.691Z Downloaded tokio-tungstenite v0.21.0
10932026-05-21T19:35:24.691Z Downloaded untrusted v0.7.1
10942026-05-21T19:35:24.693Z Downloaded term v1.2.1
10952026-05-21T19:35:24.693Z Downloaded term v0.7.0
10962026-05-21T19:35:24.696Z Downloaded tls_codec_derive v0.4.2
10972026-05-21T19:35:24.699Z Downloaded thiserror-no-std v2.0.2
10982026-05-21T19:35:24.699Z Downloaded unarray v0.1.4
10992026-05-21T19:35:24.701Z Downloaded support-bundle-viewer v0.1.2
11002026-05-21T19:35:24.702Z Downloaded usdt-macro v0.6.0
11012026-05-21T19:35:24.704Z Downloaded slog v2.8.2
11022026-05-21T19:35:24.704Z Downloaded utf-8 v0.7.6
11032026-05-21T19:35:24.707Z Downloaded samael v0.0.19
11042026-05-21T19:35:24.709Z Downloaded strum_macros v0.24.3
11052026-05-21T19:35:24.712Z Downloaded signal-hook-registry v1.4.8
11062026-05-21T19:35:24.712Z Downloaded subprocess v0.2.15
11072026-05-21T19:35:24.715Z Downloaded signal-hook v0.3.18
11082026-05-21T19:35:24.715Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-21T19:35:24.718Z Downloaded tui-tree-widget v0.23.1
11102026-05-21T19:35:24.718Z Downloaded bitvec v1.0.1
11112026-05-21T19:35:24.726Z Downloaded wait-timeout v0.2.1
11122026-05-21T19:35:24.729Z Downloaded void v1.0.2
11132026-05-21T19:35:24.729Z Downloaded tokio-rustls v0.26.4
11142026-05-21T19:35:24.732Z Downloaded waitgroup v0.1.2
11152026-05-21T19:35:24.732Z Downloaded tokio-rustls v0.24.1
11162026-05-21T19:35:24.732Z Downloaded want v0.3.1
11172026-05-21T19:35:24.732Z Downloaded libxml v0.3.3
11182026-05-21T19:35:24.735Z Downloaded tokio-dtrace v0.1.1
11192026-05-21T19:35:24.738Z Downloaded russh v0.45.0
11202026-05-21T19:35:24.741Z Downloaded socket2 v0.5.10
11212026-05-21T19:35:24.741Z Downloaded publicsuffix v2.3.0
11222026-05-21T19:35:24.744Z Downloaded itertools v0.14.0
11232026-05-21T19:35:24.747Z Downloaded snafu v0.8.9
11242026-05-21T19:35:24.750Z Downloaded rand v0.8.6
11252026-05-21T19:35:24.752Z Downloaded itertools v0.12.1
11262026-05-21T19:35:24.757Z Downloaded xshell-macros v0.2.7
11272026-05-21T19:35:24.760Z Downloaded xattr v1.6.1
11282026-05-21T19:35:24.763Z Downloaded unicase v2.9.0
11292026-05-21T19:35:24.763Z Downloaded zeroize_derive v1.4.3
11302026-05-21T19:35:24.765Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-21T19:35:24.765Z Downloaded rustls-webpki v0.103.9
11322026-05-21T19:35:24.770Z Downloaded zone v0.3.1
11332026-05-21T19:35:24.772Z Downloaded hashbrown v0.16.1
11342026-05-21T19:35:24.776Z Downloaded uzers v0.12.2
11352026-05-21T19:35:24.778Z Downloaded vergen-gitcl v1.0.8
11362026-05-21T19:35:24.778Z Downloaded usdt v0.6.0
11372026-05-21T19:35:24.781Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-05-21T19:35:24.781Z Downloaded h2 v0.4.13
11392026-05-21T19:35:24.784Z Downloaded aho-corasick v1.1.4
11402026-05-21T19:35:24.787Z Downloaded usdt-impl v0.6.0
11412026-05-21T19:35:24.789Z Downloaded vergen-lib v0.1.6
11422026-05-21T19:35:24.789Z Downloaded twox-hash v2.1.2
11432026-05-21T19:35:24.794Z Downloaded schemars v1.2.1
11442026-05-21T19:35:24.803Z Downloaded vsss-rs v3.3.4
11452026-05-21T19:35:24.806Z Downloaded vergen-git2 v1.0.7
11462026-05-21T19:35:24.806Z Downloaded whoami v1.6.1
11472026-05-21T19:35:24.809Z Downloaded toml v0.9.12+spec-1.1.0
11482026-05-21T19:35:24.812Z Downloaded unicode-properties v0.1.4
11492026-05-21T19:35:24.812Z Downloaded toml v0.7.8
11502026-05-21T19:35:24.815Z Downloaded test-strategy v0.4.5
11512026-05-21T19:35:24.815Z Downloaded futures-util v0.3.32
11522026-05-21T19:35:24.821Z Downloaded zeroize v1.8.2
11532026-05-21T19:35:24.824Z Downloaded xshell v0.2.7
11542026-05-21T19:35:24.824Z Downloaded socket2 v0.6.3
11552026-05-21T19:35:24.827Z Downloaded schemars v0.9.0
11562026-05-21T19:35:24.832Z Downloaded zone_cfg_derive v0.3.1
11572026-05-21T19:35:24.835Z Downloaded wyz v0.5.1
11582026-05-21T19:35:24.835Z Downloaded zstd-safe v7.2.4
11592026-05-21T19:35:24.835Z Downloaded vergen v9.0.6
11602026-05-21T19:35:24.838Z Downloaded iri-string v0.7.10
11612026-05-21T19:35:24.841Z Downloaded walkdir v2.5.0
11622026-05-21T19:35:24.843Z Downloaded tokio-stream v0.1.18
11632026-05-21T19:35:24.846Z Downloaded zstd v0.13.3
11642026-05-21T19:35:24.846Z Downloaded typify v0.6.2
11652026-05-21T19:35:24.850Z Downloaded tungstenite v0.23.0
11662026-05-21T19:35:24.852Z Downloaded toml v1.0.6+spec-1.1.0
11672026-05-21T19:35:24.855Z Downloaded libm v0.2.16
11682026-05-21T19:35:24.858Z Downloaded tar v0.4.45
11692026-05-21T19:35:24.862Z Downloaded whoami v2.1.0
11702026-05-21T19:35:24.865Z Downloaded p521 v0.13.3
11712026-05-21T19:35:24.865Z Downloaded tracing-attributes v0.1.31
11722026-05-21T19:35:24.868Z Downloaded toml_edit v0.23.10+spec-1.0.0
11732026-05-21T19:35:24.871Z Downloaded yasna v0.5.2
11742026-05-21T19:35:24.871Z Downloaded tracing-core v0.1.36
11752026-05-21T19:35:24.873Z Downloaded iddqd v0.3.18
11762026-05-21T19:35:24.876Z Downloaded zerocopy v0.6.6
11772026-05-21T19:35:24.881Z Downloaded blake3 v1.8.3
11782026-05-21T19:35:24.883Z Downloaded steno v0.4.1
11792026-05-21T19:35:24.886Z Downloaded hyper v1.8.1
11802026-05-21T19:35:24.889Z Downloaded tinyvec v1.10.0
11812026-05-21T19:35:24.892Z Downloaded hkdf v0.12.4
11822026-05-21T19:35:24.895Z Downloaded vte v0.14.1
11832026-05-21T19:35:24.895Z Downloaded typify v0.4.3
11842026-05-21T19:35:24.898Z Downloaded rustyline v14.0.0
11852026-05-21T19:35:24.900Z Downloaded uuid v1.23.0
11862026-05-21T19:35:24.900Z Downloaded unicode-bidi v0.3.18
11872026-05-21T19:35:24.903Z Downloaded tungstenite v0.21.0
11882026-05-21T19:35:24.906Z Downloaded tokio-postgres v0.7.16
11892026-05-21T19:35:24.909Z Downloaded rand v0.10.0
11902026-05-21T19:35:24.913Z Downloaded rpassword v7.4.0
11912026-05-21T19:35:24.926Z Downloaded zopfli v0.8.3
11922026-05-21T19:35:24.933Z Downloaded reedline v0.40.0
11932026-05-21T19:35:24.936Z Downloaded unsafe-libyaml v0.2.11
11942026-05-21T19:35:24.940Z Downloaded aws-lc-rs v1.16.3
11952026-05-21T19:35:24.948Z Downloaded toml_edit v0.19.15
11962026-05-21T19:35:24.961Z Downloaded ssh-key v0.6.7
11972026-05-21T19:35:24.973Z Downloaded portable-atomic v1.13.1
11982026-05-21T19:35:24.981Z Downloaded git2 v0.20.4
11992026-05-21T19:35:24.987Z Downloaded zip v0.6.6
12002026-05-21T19:35:24.990Z Downloaded zerocopy-derive v0.8.40
12012026-05-21T19:35:24.995Z Downloaded yansi v1.0.1
12022026-05-21T19:35:25.001Z Downloaded tower v0.5.3
12032026-05-21T19:35:25.001Z Downloaded rustls-webpki v0.101.7
12042026-05-21T19:35:25.007Z Downloaded reqwest v0.12.28
12052026-05-21T19:35:25.010Z Downloaded typed-path v0.9.3
12062026-05-21T19:35:25.016Z Downloaded lalrpop v0.19.12
12072026-05-21T19:35:25.020Z Downloaded unicode_categories v0.1.1
12082026-05-21T19:35:25.025Z Downloaded chrono v0.4.44
12092026-05-21T19:35:25.028Z Downloaded p384 v0.13.1
12102026-05-21T19:35:25.033Z Downloaded salty v0.3.0
12112026-05-21T19:35:25.038Z Downloaded regex v1.12.3
12122026-05-21T19:35:25.042Z Downloaded bstr v1.12.1
12132026-05-21T19:35:25.048Z Downloaded tokio-util v0.7.18
12142026-05-21T19:35:25.053Z Downloaded unicode-segmentation v1.12.0
12152026-05-21T19:35:25.056Z Downloaded rustls-webpki v0.102.8
12162026-05-21T19:35:25.066Z Downloaded reqwest v0.13.2
12172026-05-21T19:35:25.069Z Downloaded unicode-normalization v0.1.25
12182026-05-21T19:35:25.072Z Downloaded moka v0.12.13
12192026-05-21T19:35:25.076Z Downloaded tower-http v0.6.8
12202026-05-21T19:35:25.081Z Downloaded quick-xml v0.37.5
12212026-05-21T19:35:25.087Z Downloaded x509-cert v0.2.5
12222026-05-21T19:35:25.094Z Downloaded petname v2.0.2
12232026-05-21T19:35:25.094Z Downloaded goblin v0.10.5
12242026-05-21T19:35:25.099Z Downloaded bindgen v0.71.1
12252026-05-21T19:35:25.103Z Downloaded tough v0.22.0
12262026-05-21T19:35:25.112Z Downloaded curve25519-dalek v4.1.3
12272026-05-21T19:35:25.118Z Downloaded nix v0.27.1
12282026-05-21T19:35:25.124Z Downloaded winnow v0.6.26
12292026-05-21T19:35:25.128Z Downloaded zip v4.6.1
12302026-05-21T19:35:25.131Z Downloaded radix_trie v0.2.1
12312026-05-21T19:35:25.134Z Downloaded quinn-proto v0.11.13
12322026-05-21T19:35:25.137Z Downloaded rayon v1.11.0
12332026-05-21T19:35:25.142Z Downloaded winnow v0.5.40
12342026-05-21T19:35:25.147Z Downloaded object v0.30.4
12352026-05-21T19:35:25.153Z Downloaded proptest v1.10.0
12362026-05-21T19:35:25.158Z Downloaded serde_with v3.17.0
12372026-05-21T19:35:25.165Z Downloaded tabled v0.20.0
12382026-05-21T19:35:25.176Z Downloaded nix v0.28.0
12392026-05-21T19:35:25.182Z Downloaded dropshot v0.16.7
12402026-05-21T19:35:25.195Z Downloaded time v0.3.47
12412026-05-21T19:35:25.202Z Downloaded smoltcp v0.9.1
12422026-05-21T19:35:25.210Z Downloaded zlib-rs v0.6.2
12432026-05-21T19:35:25.219Z Downloaded vcpkg v0.2.15
12442026-05-21T19:35:25.234Z Downloaded webpki-roots v1.0.6
12452026-05-21T19:35:25.237Z Downloaded openssl v0.10.79
12462026-05-21T19:35:25.242Z Downloaded polar-core v0.27.3
12472026-05-21T19:35:25.246Z Downloaded smoltcp v0.11.0
12482026-05-21T19:35:25.253Z Downloaded zerocopy v0.8.40
12492026-05-21T19:35:25.258Z Downloaded diesel v2.3.7
12502026-05-21T19:35:25.270Z Downloaded rustix v0.38.44
12512026-05-21T19:35:25.283Z Downloaded regex-syntax v0.6.29
12522026-05-21T19:35:25.287Z Downloaded rustls v0.21.12
12532026-05-21T19:35:25.293Z Downloaded nix v0.31.2
12542026-05-21T19:35:25.300Z Downloaded nix v0.29.0
12552026-05-21T19:35:25.307Z Downloaded hickory-proto v0.24.4
12562026-05-21T19:35:25.315Z Downloaded object v0.37.3
12572026-05-21T19:35:25.321Z Downloaded sqlparser v0.61.0
12582026-05-21T19:35:25.338Z Downloaded tracing v0.1.44
12592026-05-21T19:35:25.351Z Downloaded openapiv3 v2.2.0
12602026-05-21T19:35:25.358Z Downloaded regress v0.10.5
12612026-05-21T19:35:25.367Z Downloaded hickory-proto v0.25.2
12622026-05-21T19:35:25.378Z Downloaded rustls v0.23.37
12632026-05-21T19:35:25.388Z Downloaded regex-syntax v0.8.10
12642026-05-21T19:35:25.394Z Downloaded rustls v0.22.4
12652026-05-21T19:35:25.399Z Downloaded regress v0.11.1
12662026-05-21T19:35:25.414Z Downloaded jiff v0.2.21
12672026-05-21T19:35:25.447Z Downloaded csv v1.4.0
12682026-05-21T19:35:25.460Z Downloaded sha3 v0.10.8
12692026-05-21T19:35:25.500Z Downloaded typify-impl v0.6.2
12702026-05-21T19:35:25.517Z Downloaded sled v0.34.7
12712026-05-21T19:35:25.521Z Downloaded ratatui v0.29.0
12722026-05-21T19:35:25.532Z Downloaded encoding_rs v0.8.35
12732026-05-21T19:35:25.545Z Downloaded typify-impl v0.4.3
12742026-05-21T19:35:25.556Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-21T19:35:25.561Z Downloaded zerocopy-derive v0.6.6
12762026-05-21T19:35:25.578Z Downloaded chrono-tz v0.10.4
12772026-05-21T19:35:25.585Z Downloaded regex-automata v0.4.14
12782026-05-21T19:35:25.593Z Downloaded ring v0.17.14
12792026-05-21T19:35:25.640Z Downloaded petgraph v0.6.5
12802026-05-21T19:35:25.659Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-05-21T19:35:25.699Z Downloaded petgraph v0.8.3
12822026-05-21T19:35:25.713Z Downloaded libz-sys v1.1.24
12832026-05-21T19:35:25.723Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-21T19:35:25.734Z Downloaded tokio v1.52.1
12852026-05-21T19:35:26.291Z Downloaded aws-lc-sys v0.40.0
12862026-05-21T19:35:26.564Z Compiling libc v0.2.185
12872026-05-21T19:35:26.565Z Compiling serde v1.0.228
12882026-05-21T19:35:26.567Z Compiling log v0.4.29
12892026-05-21T19:35:26.567Z Compiling find-msvc-tools v0.1.9
12902026-05-21T19:35:26.567Z Compiling shlex v1.3.0
12912026-05-21T19:35:26.567Z Compiling smallvec v1.15.1
12922026-05-21T19:35:26.567Z Compiling typenum v1.19.0
12932026-05-21T19:35:26.567Z Compiling subtle v2.6.1
12942026-05-21T19:35:26.568Z Compiling generic-array v0.14.7
12952026-05-21T19:35:26.568Z Compiling scopeguard v1.2.0
12962026-05-21T19:35:26.758Z Compiling const-oid v0.9.6
12972026-05-21T19:35:26.773Z Compiling serde_json v1.0.149
12982026-05-21T19:35:26.799Z Compiling syn v2.0.117
12992026-05-21T19:35:26.810Z Compiling zerocopy v0.8.40
13002026-05-21T19:35:26.813Z Compiling parking_lot_core v0.9.12
13012026-05-21T19:35:26.813Z Compiling portable-atomic v1.13.1
13022026-05-21T19:35:26.884Z Compiling lock_api v0.4.14
13032026-05-21T19:35:26.912Z Compiling pin-project-lite v0.2.17
13042026-05-21T19:35:26.915Z Compiling pkg-config v0.3.32
13052026-05-21T19:35:26.943Z Compiling bitflags v2.11.0
13062026-05-21T19:35:26.972Z Compiling libm v0.2.16
13072026-05-21T19:35:26.986Z Compiling critical-section v1.2.0
13082026-05-21T19:35:27.005Z Compiling futures-core v0.3.32
13092026-05-21T19:35:27.030Z Compiling num-traits v0.2.19
13102026-05-21T19:35:27.112Z Compiling percent-encoding v2.3.2
13112026-05-21T19:35:27.172Z Compiling futures-sink v0.3.32
13122026-05-21T19:35:27.175Z Compiling cpufeatures v0.2.17
13132026-05-21T19:35:27.175Z Compiling futures-task v0.3.32
13142026-05-21T19:35:27.227Z Compiling futures-io v0.3.32
13152026-05-21T19:35:27.230Z Compiling getrandom v0.4.1
13162026-05-21T19:35:27.291Z Compiling futures-channel v0.3.32
13172026-05-21T19:35:27.294Z Compiling slab v0.4.12
13182026-05-21T19:35:27.335Z Compiling rand_core v0.10.0
13192026-05-21T19:35:27.409Z Compiling indexmap v2.14.0
13202026-05-21T19:35:27.412Z Compiling rustversion v1.0.22
13212026-05-21T19:35:27.438Z Compiling getrandom v0.3.4
13222026-05-21T19:35:27.466Z Compiling form_urlencoded v1.2.2
13232026-05-21T19:35:27.497Z Compiling dunce v1.0.5
13242026-05-21T19:35:27.516Z Compiling fs_extra v1.3.0
13252026-05-21T19:35:27.531Z Compiling ident_case v1.0.1
13262026-05-21T19:35:27.533Z Compiling base64ct v1.8.3
13272026-05-21T19:35:27.534Z Compiling rustix v1.1.3
13282026-05-21T19:35:27.609Z Compiling flagset v0.4.7
13292026-05-21T19:35:27.643Z Compiling regex-syntax v0.8.10
13302026-05-21T19:35:27.665Z Compiling iana-time-zone v0.1.65
13312026-05-21T19:35:27.679Z Compiling aws-lc-rs v1.16.3
13322026-05-21T19:35:27.758Z Compiling vcpkg v0.2.15
13332026-05-21T19:35:27.812Z Compiling pem-rfc7468 v0.7.0
13342026-05-21T19:35:27.827Z Compiling getrandom v0.2.17
13352026-05-21T19:35:27.858Z Compiling jobserver v0.1.34
13362026-05-21T19:35:27.876Z Compiling errno v0.3.14
13372026-05-21T19:35:27.907Z Compiling once_cell v1.21.3
13382026-05-21T19:35:27.962Z Compiling mio v1.2.0
13392026-05-21T19:35:27.996Z Compiling socket2 v0.6.3
13402026-05-21T19:35:28.013Z Compiling rand_core v0.6.4
13412026-05-21T19:35:28.055Z Compiling signal-hook-registry v1.4.8
13422026-05-21T19:35:28.120Z Compiling cc v1.2.56
13432026-05-21T19:35:28.135Z Compiling parking_lot v0.12.5
13442026-05-21T19:35:28.274Z Compiling tracing-core v0.1.36
13452026-05-21T19:35:28.312Z Compiling uuid v1.23.0
13462026-05-21T19:35:28.347Z Compiling rustc_version v0.4.1
13472026-05-21T19:35:28.388Z Compiling base64 v0.22.1
13482026-05-21T19:35:28.418Z Compiling rand_core v0.9.5
13492026-05-21T19:35:28.459Z Compiling httparse v1.10.1
13502026-05-21T19:35:28.503Z Compiling untrusted v0.7.1
13512026-05-21T19:35:28.536Z Compiling openssl-probe v0.2.1
13522026-05-21T19:35:28.553Z Compiling untrusted v0.9.0
13532026-05-21T19:35:28.570Z Compiling tinyvec_macros v0.1.1
13542026-05-21T19:35:28.649Z Compiling tinyvec v1.10.0
13552026-05-21T19:35:28.665Z Compiling aho-corasick v1.1.4
13562026-05-21T19:35:28.696Z Compiling rustls v0.23.37
13572026-05-21T19:35:28.696Z Compiling tower-service v0.3.3
13582026-05-21T19:35:28.727Z Compiling atomic-waker v1.1.2
13592026-05-21T19:35:28.741Z Compiling try-lock v0.2.5
13602026-05-21T19:35:28.744Z Compiling tower-layer v0.3.3
13612026-05-21T19:35:28.826Z Compiling dyn-clone v1.0.20
13622026-05-21T19:35:28.838Z Compiling schemars v0.8.22
13632026-05-21T19:35:28.857Z Compiling want v0.3.1
13642026-05-21T19:35:28.857Z Compiling openssl v0.10.79
13652026-05-21T19:35:28.895Z Compiling cmake v0.1.57
13662026-05-21T19:35:28.915Z Compiling httpdate v1.0.3
13672026-05-21T19:35:28.930Z Compiling pin-utils v0.1.0
13682026-05-21T19:35:28.958Z Compiling foreign-types-shared v0.1.1
13692026-05-21T19:35:28.974Z Compiling unicode-normalization v0.1.25
13702026-05-21T19:35:29.010Z Compiling spin v0.9.8
13712026-05-21T19:35:29.031Z Compiling powerfmt v0.2.0
13722026-05-21T19:35:29.046Z Compiling foreign-types v0.3.2
13732026-05-21T19:35:29.063Z Compiling native-tls v0.2.18
13742026-05-21T19:35:29.066Z Compiling crc32fast v1.5.0
13752026-05-21T19:35:29.116Z Compiling time-core v0.1.8
13762026-05-21T19:35:29.134Z Compiling num-conv v0.2.0
13772026-05-21T19:35:29.149Z Compiling wait-timeout v0.2.1
13782026-05-21T19:35:29.168Z Compiling sync_wrapper v1.0.2
13792026-05-21T19:35:29.233Z Compiling deranged v0.5.8
13802026-05-21T19:35:29.249Z Compiling bit-vec v0.8.0
13812026-05-21T19:35:29.249Z Compiling syn v1.0.109
13822026-05-21T19:35:29.285Z Compiling siphasher v1.0.2
13832026-05-21T19:35:29.300Z Compiling time-macros v0.2.27
13842026-05-21T19:35:29.300Z Compiling unicode-segmentation v1.12.0
13852026-05-21T19:35:29.303Z Compiling usdt-impl v0.6.0
13862026-05-21T19:35:29.327Z Compiling crossbeam-utils v0.8.21
13872026-05-21T19:35:29.429Z Compiling tempfile v3.25.0
13882026-05-21T19:35:29.443Z Compiling quick-error v1.2.3
13892026-05-21T19:35:29.459Z Compiling num_threads v0.1.7
13902026-05-21T19:35:29.490Z Compiling regex-automata v0.4.14
13912026-05-21T19:35:29.505Z Compiling simd-adler32 v0.3.8
13922026-05-21T19:35:29.586Z Compiling bit-set v0.8.0
13932026-05-21T19:35:29.615Z Compiling slog v2.8.2
13942026-05-21T19:35:29.672Z Compiling synstructure v0.13.2
13952026-05-21T19:35:29.694Z Compiling serde_derive_internals v0.29.1
13962026-05-21T19:35:29.705Z Compiling pest_generator v2.8.6
13972026-05-21T19:35:29.727Z Compiling darling_core v0.20.11
13982026-05-21T19:35:29.747Z Compiling aws-lc-sys v0.40.0
13992026-05-21T19:35:29.778Z Compiling ring v0.17.14
14002026-05-21T19:35:29.791Z Compiling openssl-sys v0.9.115
14012026-05-21T19:35:29.791Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-05-21T19:35:29.832Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-21T19:35:29.849Z Compiling darling_core v0.21.3
14042026-05-21T19:35:30.039Z Compiling rusty-fork v0.3.1
14052026-05-21T19:35:30.132Z Compiling heapless v0.7.17
14062026-05-21T19:35:30.246Z Compiling rand_xorshift v0.4.0
14072026-05-21T19:35:30.302Z Compiling thread-id v5.1.0
14082026-05-21T19:35:30.373Z Compiling cookie v0.18.1
14092026-05-21T19:35:30.405Z Compiling anyhow v1.0.102
14102026-05-21T19:35:30.420Z Compiling unicode-bidi v0.3.18
14112026-05-21T19:35:30.433Z Compiling signal-hook v0.3.18
14122026-05-21T19:35:30.436Z Compiling time v0.3.47
14132026-05-21T19:35:30.436Z Compiling ryu v1.0.23
14142026-05-21T19:35:30.436Z Compiling paste v1.0.15
14152026-05-21T19:35:30.576Z Compiling zstd-safe v7.2.4
14162026-05-21T19:35:30.617Z Compiling allocator-api2 v0.2.21
14172026-05-21T19:35:30.677Z Compiling iri-string v0.7.10
14182026-05-21T19:35:30.683Z Compiling unicode-properties v0.1.4
14192026-05-21T19:35:30.757Z Compiling unarray v0.1.4
14202026-05-21T19:35:30.784Z Compiling adler2 v2.0.1
14212026-05-21T19:35:30.880Z Compiling stringprep v0.1.5
14222026-05-21T19:35:30.898Z Compiling miniz_oxide v0.8.9
14232026-05-21T19:35:31.167Z Compiling heck v0.4.1
14242026-05-21T19:35:31.360Z Compiling vergen-lib v0.1.6
14252026-05-21T19:35:31.412Z Compiling num-integer v0.1.46
14262026-05-21T19:35:31.519Z Compiling serde_derive v1.0.228
14272026-05-21T19:35:31.535Z Compiling zeroize_derive v1.4.3
14282026-05-21T19:35:31.551Z Compiling zerofrom-derive v0.1.6
14292026-05-21T19:35:31.566Z Compiling yoke-derive v0.8.1
14302026-05-21T19:35:31.639Z Compiling zerovec-derive v0.11.2
14312026-05-21T19:35:31.761Z Compiling zerocopy-derive v0.8.40
14322026-05-21T19:35:31.993Z Compiling displaydoc v0.2.5
14332026-05-21T19:35:32.100Z Compiling tokio-macros v2.7.0
14342026-05-21T19:35:32.173Z Compiling futures-macro v0.3.32
14352026-05-21T19:35:32.212Z Compiling zeroize v1.8.2
14362026-05-21T19:35:32.243Z Compiling der_derive v0.7.3
14372026-05-21T19:35:32.482Z Compiling rustls-pki-types v1.14.0
14382026-05-21T19:35:32.781Z Compiling thiserror-impl v2.0.18
14392026-05-21T19:35:32.796Z Compiling tracing-attributes v0.1.31
14402026-05-21T19:35:32.811Z Compiling scroll_derive v0.13.1
14412026-05-21T19:35:32.861Z Compiling pest_derive v2.8.6
14422026-05-21T19:35:32.957Z Compiling crypto-common v0.1.7
14432026-05-21T19:35:32.991Z Compiling zerofrom v0.1.6
14442026-05-21T19:35:33.006Z Compiling block-buffer v0.10.4
14452026-05-21T19:35:33.021Z Compiling futures-util v0.3.32
14462026-05-21T19:35:33.119Z Compiling yoke v0.8.1
14472026-05-21T19:35:33.134Z Compiling block-padding v0.3.3
14482026-05-21T19:35:33.200Z Compiling digest v0.10.7
14492026-05-21T19:35:33.256Z Compiling der v0.7.10
14502026-05-21T19:35:33.317Z Compiling zerovec v0.11.5
14512026-05-21T19:35:33.331Z Compiling zerotrie v0.2.3
14522026-05-21T19:35:33.364Z Compiling inout v0.1.4
14532026-05-21T19:35:33.473Z Compiling hmac v0.12.1
14542026-05-21T19:35:33.536Z Compiling cipher v0.4.4
14552026-05-21T19:35:33.651Z Compiling sha2 v0.10.9
14562026-05-21T19:35:33.670Z Compiling pbkdf2 v0.12.2
14572026-05-21T19:35:33.674Z Compiling schemars_derive v0.8.22
14582026-05-21T19:35:33.696Z Compiling scroll v0.13.0
14592026-05-21T19:35:33.798Z Compiling tinystr v0.8.2
14602026-05-21T19:35:33.815Z Compiling potential_utf v0.1.4
14612026-05-21T19:35:33.839Z Compiling salsa20 v0.10.2
14622026-05-21T19:35:33.984Z Compiling icu_locale_core v2.1.1
14632026-05-21T19:35:33.998Z Compiling icu_collections v2.1.1
14642026-05-21T19:35:34.014Z Compiling scrypt v0.11.0
14652026-05-21T19:35:34.030Z Compiling aes v0.8.4
14662026-05-21T19:35:34.159Z Compiling spki v0.7.3
14672026-05-21T19:35:34.176Z Compiling thiserror v2.0.18
14682026-05-21T19:35:34.291Z Compiling tracing v0.1.44
14692026-05-21T19:35:34.306Z Compiling cbc v0.1.2
14702026-05-21T19:35:34.383Z Compiling darling_macro v0.20.11
14712026-05-21T19:35:34.474Z Compiling pkcs5 v0.7.1
14722026-05-21T19:35:34.476Z Compiling openssl-macros v0.1.1
14732026-05-21T19:35:34.504Z Compiling goblin v0.10.5
14742026-05-21T19:35:34.580Z Compiling rustls-native-certs v0.8.3
14752026-05-21T19:35:34.939Z Compiling icu_provider v2.1.1
14762026-05-21T19:35:34.955Z Compiling pkcs8 v0.10.2
14772026-05-21T19:35:34.958Z Compiling darling v0.20.11
14782026-05-21T19:35:35.025Z Compiling bytes v1.11.1
14792026-05-21T19:35:35.041Z Compiling chrono v0.4.44
14802026-05-21T19:35:35.057Z Compiling ipnet v2.11.0
14812026-05-21T19:35:35.061Z Compiling derive_builder_core v0.20.2
14822026-05-21T19:35:35.085Z Compiling dtrace-parser v0.3.0
14832026-05-21T19:35:35.103Z Compiling signature v2.2.0
14842026-05-21T19:35:35.120Z Compiling webpki-roots v1.0.6
14852026-05-21T19:35:35.258Z Compiling icu_normalizer v2.1.1
14862026-05-21T19:35:35.274Z Compiling icu_properties v2.1.2
14872026-05-21T19:35:35.294Z Compiling thiserror-impl v1.0.69
14882026-05-21T19:35:35.309Z Compiling scroll_derive v0.12.1
14892026-05-21T19:35:35.346Z Compiling toml_datetime v0.6.11
14902026-05-21T19:35:35.579Z Compiling tokio v1.52.1
14912026-05-21T19:35:35.681Z Compiling http v1.4.0
14922026-05-21T19:35:35.712Z Compiling erased-serde v0.3.31
14932026-05-21T19:35:35.866Z Compiling serde_urlencoded v0.7.1
14942026-05-21T19:35:35.888Z Compiling serde_tokenstream v0.2.3
14952026-05-21T19:35:36.015Z Compiling derive_builder_macro v0.20.2
14962026-05-21T19:35:36.054Z Compiling scroll v0.12.0
14972026-05-21T19:35:36.137Z Compiling ppv-lite86 v0.2.21
14982026-05-21T19:35:36.215Z Compiling idna_adapter v1.2.1
14992026-05-21T19:35:36.229Z Compiling serde_spanned v0.6.9
15002026-05-21T19:35:36.348Z Compiling idna v1.1.0
15012026-05-21T19:35:36.364Z Compiling http-body v1.0.1
15022026-05-21T19:35:36.378Z Compiling md-5 v0.10.6
15032026-05-21T19:35:36.398Z Compiling darling_macro v0.21.3
15042026-05-21T19:35:36.446Z Compiling rand_chacha v0.9.0
15052026-05-21T19:35:36.480Z Compiling rand_chacha v0.3.1
15062026-05-21T19:35:36.518Z Compiling http-body-util v0.1.3
15072026-05-21T19:35:36.533Z Compiling bstr v1.12.1
15082026-05-21T19:35:36.546Z Compiling async-trait v0.1.89
15092026-05-21T19:35:36.562Z Compiling zerocopy-derive v0.7.35
15102026-05-21T19:35:36.641Z Compiling pin-project-internal v1.1.11
15112026-05-21T19:35:36.668Z Compiling url v2.5.8
15122026-05-21T19:35:36.783Z Compiling rand v0.9.2
15132026-05-21T19:35:36.919Z Compiling thiserror v1.0.69
15142026-05-21T19:35:37.038Z Compiling curve25519-dalek v4.1.3
15152026-05-21T19:35:37.054Z Compiling ff v0.13.1
15162026-05-21T19:35:37.203Z Compiling hash32 v0.2.1
15172026-05-21T19:35:37.206Z Compiling memoffset v0.9.1
15182026-05-21T19:35:37.319Z Compiling dof v0.4.0
15192026-05-21T19:35:37.417Z Compiling proptest v1.10.0
15202026-05-21T19:35:37.435Z Compiling num-bigint-dig v0.8.6
15212026-05-21T19:35:37.473Z Compiling litrs v1.0.0
15222026-05-21T19:35:37.499Z Compiling zlib-rs v0.6.2
15232026-05-21T19:35:37.530Z Compiling rustix v0.38.44
15242026-05-21T19:35:37.614Z Compiling cfg_aliases v0.2.1
15252026-05-21T19:35:37.629Z Compiling base16ct v0.2.0
15262026-05-21T19:35:37.655Z Compiling psl-types v2.0.11
15272026-05-21T19:35:37.701Z Compiling smoltcp v0.9.1
15282026-05-21T19:35:37.748Z Compiling ref-cast v1.0.25
15292026-05-21T19:35:37.800Z Compiling fallible-iterator v0.2.0
15302026-05-21T19:35:37.816Z Compiling pin-project v1.1.11
15312026-05-21T19:35:37.832Z Compiling publicsuffix v2.3.0
15322026-05-21T19:35:37.929Z Compiling sec1 v0.7.3
15332026-05-21T19:35:38.009Z Compiling ipnetwork v0.21.1
15342026-05-21T19:35:38.024Z Compiling document-features v0.2.12
15352026-05-21T19:35:38.026Z Compiling nix v0.31.2
15362026-05-21T19:35:38.108Z Compiling postgres-protocol v0.6.10
15372026-05-21T19:35:38.143Z Compiling zerocopy v0.7.35
15382026-05-21T19:35:38.273Z Compiling oxnet v0.1.4
15392026-05-21T19:35:38.427Z Compiling group v0.13.0
15402026-05-21T19:35:38.470Z Compiling darling v0.21.3
15412026-05-21T19:35:38.515Z Compiling rand v0.8.6
15422026-05-21T19:35:38.542Z Compiling derive_builder v0.20.2
15432026-05-21T19:35:38.569Z Compiling goblin v0.8.2
15442026-05-21T19:35:38.653Z Compiling futures-executor v0.3.32
15452026-05-21T19:35:38.679Z Compiling hubpack_derive v0.1.1
15462026-05-21T19:35:38.682Z Compiling hex v0.4.3
15472026-05-21T19:35:38.682Z Compiling cargo-platform v0.1.9
15482026-05-21T19:35:38.725Z Compiling hkdf v0.12.4
15492026-05-21T19:35:38.728Z Compiling crypto-bigint v0.5.5
15502026-05-21T19:35:38.871Z Compiling regex v1.12.3
15512026-05-21T19:35:38.905Z Compiling num-iter v0.1.45
15522026-05-21T19:35:38.937Z Compiling strum_macros v0.27.2
15532026-05-21T19:35:38.957Z Compiling snafu-derive v0.8.9
15542026-05-21T19:35:38.972Z Compiling ref-cast-impl v1.0.25
15552026-05-21T19:35:38.990Z Compiling daft-derive v0.1.5
15562026-05-21T19:35:39.028Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-21T19:35:39.351Z Compiling tokio-util v0.7.18
15582026-05-21T19:35:39.366Z Compiling tower v0.5.3
15592026-05-21T19:35:39.406Z Compiling tokio-native-tls v0.3.1
15602026-05-21T19:35:39.503Z Compiling phf_shared v0.13.1
15612026-05-21T19:35:39.550Z Compiling terminal_size v0.4.3
15622026-05-21T19:35:39.600Z Compiling lazy_static v1.5.0
15632026-05-21T19:35:39.712Z Compiling newtype-uuid v1.3.2
15642026-05-21T19:35:39.728Z Compiling vergen v9.0.6
15652026-05-21T19:35:39.730Z Compiling fs-err v3.3.0
15662026-05-21T19:35:39.760Z Compiling tower-http v0.6.8
15672026-05-21T19:35:39.763Z Compiling ahash v0.8.12
15682026-05-21T19:35:39.858Z Compiling encoding_rs v0.8.35
15692026-05-21T19:35:39.873Z Compiling bitflags v1.3.2
15702026-05-21T19:35:39.937Z Compiling managed v0.8.0
15712026-05-21T19:35:39.962Z Compiling bumpalo v3.20.2
15722026-05-21T19:35:39.965Z Compiling object v0.37.3
15732026-05-21T19:35:40.005Z Compiling libbz2-rs-sys v0.2.2
15742026-05-21T19:35:40.069Z Compiling h2 v0.4.13
15752026-05-21T19:35:40.172Z Compiling foldhash v0.2.0
15762026-05-21T19:35:40.192Z Compiling foldhash v0.1.5
15772026-05-21T19:35:40.244Z Compiling same-file v1.0.6
15782026-05-21T19:35:40.259Z Compiling winnow v0.5.40
15792026-05-21T19:35:40.379Z Compiling flate2 v1.1.9
15802026-05-21T19:35:40.408Z Compiling mime v0.3.17
15812026-05-21T19:35:40.411Z Compiling walkdir v2.5.0
15822026-05-21T19:35:40.437Z Compiling bzip2 v0.6.1
15832026-05-21T19:35:40.713Z Compiling hashbrown v0.16.1
15842026-05-21T19:35:40.733Z Compiling hashbrown v0.15.5
15852026-05-21T19:35:40.768Z Compiling zopfli v0.8.3
15862026-05-21T19:35:40.805Z Compiling dof v0.3.0
15872026-05-21T19:35:40.849Z Compiling clap_builder v4.5.60
15882026-05-21T19:35:40.933Z Compiling snafu v0.8.9
15892026-05-21T19:35:40.949Z Compiling strum v0.27.2
15902026-05-21T19:35:41.057Z Compiling daft v0.1.5
15912026-05-21T19:35:41.312Z Compiling phf v0.13.1
15922026-05-21T19:35:41.346Z Compiling elliptic-curve v0.13.8
15932026-05-21T19:35:41.383Z Compiling signal-hook-mio v0.2.5
15942026-05-21T19:35:41.470Z Compiling cargo_metadata v0.19.2
15952026-05-21T19:35:41.486Z Compiling hubpack v0.1.2
15962026-05-21T19:35:41.500Z Compiling cookie_store v0.22.1
15972026-05-21T19:35:41.516Z Compiling usdt-macro v0.6.0
15982026-05-21T19:35:41.551Z Compiling usdt-attr-macro v0.6.0
15992026-05-21T19:35:41.661Z Compiling toml_edit v0.19.15
16002026-05-21T19:35:41.721Z Compiling bzip2 v0.4.4
16012026-05-21T19:35:41.784Z Compiling futures v0.3.32
16022026-05-21T19:35:41.800Z Compiling zstd v0.13.3
16032026-05-21T19:35:41.843Z Compiling serde_with_macros v3.17.0
16042026-05-21T19:35:41.882Z Compiling postgres-types v0.2.12
16052026-05-21T19:35:42.092Z Compiling dtrace-parser v0.2.0
16062026-05-21T19:35:42.145Z Compiling globset v0.4.18
16072026-05-21T19:35:42.194Z Compiling ed25519 v2.2.3
16082026-05-21T19:35:42.320Z Compiling pkcs1 v0.7.5
16092026-05-21T19:35:42.408Z Compiling serde_plain v1.0.2
16102026-05-21T19:35:42.470Z Compiling olpc-cjson v0.1.4
16112026-05-21T19:35:42.625Z Compiling serde-big-array v0.5.1
16122026-05-21T19:35:42.652Z Compiling rfc6979 v0.4.0
16132026-05-21T19:35:42.750Z Compiling enum-as-inner v0.6.1
16142026-05-21T19:35:42.787Z Compiling async-recursion v1.1.1
16152026-05-21T19:35:42.802Z Compiling clap_derive v4.5.55
16162026-05-21T19:35:42.839Z Compiling strum_macros v0.26.4
16172026-05-21T19:35:42.873Z Compiling serde_repr v0.1.20
16182026-05-21T19:35:42.888Z Compiling phf_shared v0.11.3
16192026-05-21T19:35:43.016Z Compiling float-cmp v0.10.0
16202026-05-21T19:35:43.090Z Compiling pem v3.0.6
16212026-05-21T19:35:43.134Z Compiling hyper v1.8.1
16222026-05-21T19:35:43.203Z Compiling memmap2 v0.9.10
16232026-05-21T19:35:43.234Z Compiling thread-id v4.2.2
16242026-05-21T19:35:43.294Z Compiling env_filter v1.0.0
16252026-05-21T19:35:43.340Z Compiling precomputed-hash v0.1.1
16262026-05-21T19:35:43.438Z Compiling keccak v0.1.6
16272026-05-21T19:35:43.453Z Compiling typed-path v0.9.3
16282026-05-21T19:35:43.456Z Compiling difflib v0.4.0
16292026-05-21T19:35:43.456Z Compiling data-encoding v2.10.0
16302026-05-21T19:35:43.495Z Compiling jiff v0.2.21
16312026-05-21T19:35:43.618Z Compiling whoami v2.1.0
16322026-05-21T19:35:43.898Z Compiling fixedbitset v0.4.2
16332026-05-21T19:35:44.014Z Compiling predicates-core v1.0.10
16342026-05-21T19:35:44.055Z Compiling static_assertions v1.1.0
16352026-05-21T19:35:44.129Z Compiling rustc-hash v2.1.1
16362026-05-21T19:35:44.145Z Compiling either v1.15.0
16372026-05-21T19:35:44.160Z Compiling normalize-line-endings v0.3.0
16382026-05-21T19:35:44.174Z Compiling new_debug_unreachable v1.0.6
16392026-05-21T19:35:44.191Z Compiling fixedbitset v0.5.7
16402026-05-21T19:35:44.209Z Compiling hyper-util v0.1.20
16412026-05-21T19:35:44.259Z Compiling predicates v3.1.4
16422026-05-21T19:35:44.274Z Compiling string_cache v0.8.9
16432026-05-21T19:35:44.277Z Compiling iddqd v0.3.18
16442026-05-21T19:35:44.277Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16452026-05-21T19:35:44.337Z Compiling itertools v0.13.0
16462026-05-21T19:35:44.365Z Compiling petgraph v0.6.5
16472026-05-21T19:35:44.516Z Compiling petgraph v0.8.3
16482026-05-21T19:35:44.546Z Compiling tokio-postgres v0.7.16
16492026-05-21T19:35:44.617Z Compiling clap v4.5.60
16502026-05-21T19:35:44.647Z Compiling strum v0.26.3
16512026-05-21T19:35:44.712Z Compiling hickory-proto v0.25.2
16522026-05-21T19:35:44.729Z Compiling sha3 v0.10.8
16532026-05-21T19:35:44.746Z Compiling env_logger v0.11.9
16542026-05-21T19:35:44.796Z Compiling toml_edit v0.22.27
16552026-05-21T19:35:44.939Z Compiling usdt v0.6.0
16562026-05-21T19:35:45.122Z Compiling usdt-impl v0.5.0
16572026-05-21T19:35:45.219Z Compiling serde_with v3.17.0
16582026-05-21T19:35:45.234Z Compiling toml v0.7.8
16592026-05-21T19:35:45.448Z Compiling crossterm v0.28.1
16602026-05-21T19:35:45.587Z Compiling hyper-tls v0.6.0
16612026-05-21T19:35:45.739Z Compiling ecdsa v0.16.9
16622026-05-21T19:35:45.857Z Compiling rsa v0.9.10
16632026-05-21T19:35:45.873Z Compiling ed25519-dalek v2.2.0
16642026-05-21T19:35:46.152Z Compiling zip v4.6.1
16652026-05-21T19:35:46.314Z Compiling zip v0.6.6
16662026-05-21T19:35:46.820Z Compiling tokio-stream v0.1.18
16672026-05-21T19:35:46.822Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-21T19:35:46.925Z Compiling buf-list v1.1.2
16692026-05-21T19:35:46.958Z Compiling similar v2.7.0
16702026-05-21T19:35:46.994Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-21T19:35:47.009Z Compiling openapiv3 v2.2.0
16722026-05-21T19:35:47.183Z Compiling x509-cert v0.2.5
16732026-05-21T19:35:47.202Z Compiling sha1 v0.10.6
16742026-05-21T19:35:47.233Z Compiling crossbeam-epoch v0.9.18
16752026-05-21T19:35:47.328Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-21T19:35:47.343Z Compiling peg-runtime v0.8.5
16772026-05-21T19:35:47.452Z Compiling lalrpop-util v0.19.12
16782026-05-21T19:35:47.476Z Compiling thread_local v1.1.9
16792026-05-21T19:35:47.491Z Compiling slog-async v2.8.0
16802026-05-21T19:35:47.580Z Compiling crossbeam-channel v0.5.15
16812026-05-21T19:35:47.595Z Compiling filetime v0.2.27
16822026-05-21T19:35:47.643Z Compiling is-terminal v0.4.17
16832026-05-21T19:35:47.646Z Compiling take_mut v0.2.2
16842026-05-21T19:35:47.674Z Compiling xattr v1.6.1
16852026-05-21T19:35:47.752Z Compiling term v1.2.1
16862026-05-21T19:35:47.854Z Compiling tar v0.4.45
16872026-05-21T19:35:48.058Z Compiling slog-term v2.9.2
16882026-05-21T19:36:05.700Z Compiling rustls-webpki v0.103.9
16892026-05-21T19:36:08.460Z Compiling tokio-rustls v0.26.4
16902026-05-21T19:36:08.460Z Compiling rustls-platform-verifier v0.6.2
16912026-05-21T19:36:08.661Z Compiling hyper-rustls v0.27.7
16922026-05-21T19:36:08.851Z Compiling reqwest v0.12.28
16932026-05-21T19:36:08.851Z Compiling reqwest v0.13.2
16942026-05-21T19:36:10.084Z Compiling tough v0.22.0
16952026-05-21T19:36:12.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-21T19:36:12.818Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-21T19:36:15.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.37s
16982026-05-21T19:36:15.746Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-21T19:36:15.805ZMay 21 19:36:14.582 INFO Starting download, target: Cockroach
17002026-05-21T19:36:15.805ZMay 21 19:36:14.582 INFO Starting download, target: Console
17012026-05-21T19:36:15.805ZMay 21 19:36:14.583 INFO Starting download, target: Clickhouse
17022026-05-21T19:36:15.805ZMay 21 19:36:14.583 INFO Starting download, target: DendriteStub
17032026-05-21T19:36:15.805ZMay 21 19:36:14.583 INFO Starting download, target: MaghemiteMgd
17042026-05-21T19:36:15.805ZMay 21 19:36:14.583 INFO Starting download, target: TransceiverControl
17052026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-21T19:36:15.809ZMay 21 19:36:14.583 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-21T19:36:16.511ZMay 21 19:36:15.235 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-21T19:36:16.672ZMay 21 19:36:15.439 INFO Download complete, target: TransceiverControl
17132026-05-21T19:36:16.801ZMay 21 19:36:15.571 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-21T19:36:17.042ZMay 21 19:36:15.805 INFO Download complete, target: Console
17152026-05-21T19:36:17.963ZMay 21 19:36:16.737 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-05-21T19:36:17.996ZMay 21 19:36:16.778 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17172026-05-21T19:36:18.484ZMay 21 19:36:17.261 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-05-21T19:36:18.869ZMay 21 19:36:17.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-21T19:36:18.869ZMay 21 19:36:17.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-21T19:36:20.320ZMay 21 19:36:19.097 INFO Download complete, target: DendriteStub
17212026-05-21T19:36:20.914ZMay 21 19:36:19.694 INFO Download complete, target: MaghemiteMgd
17222026-05-21T19:36:23.658ZMay 21 19:36:22.440 INFO Checking that binary works, target: Cockroach
17232026-05-21T19:36:23.851ZMay 21 19:36:22.633 INFO Download complete, target: Cockroach
17242026-05-21T19:36:24.834ZMay 21 19:36:23.616 INFO Checking that binary works, target: Clickhouse
17252026-05-21T19:36:24.947ZMay 21 19:36:23.730 INFO Download complete, target: Clickhouse
17262026-05-21T19:36:24.953ZAll prerequisites installed successfully
17272026-05-21T19:36:24.957Z
17282026-05-21T19:36:24.957Zreal 2:01.311289480
17292026-05-21T19:36:24.957Zuser 6:53.537530614
17302026-05-21T19:36:24.957Zsys 1:44.178525270
17312026-05-21T19:36:24.957Ztrap 0.224721763
17322026-05-21T19:36:24.958Ztflt 2.696897217
17332026-05-21T19:36:24.958Zdflt 2.941184483
17342026-05-21T19:36:24.958Zkflt 0.049014111
17352026-05-21T19:36:24.958Zlock 22:43.443452154
17362026-05-21T19:36:24.958Zslp 19:07.077130825
17372026-05-21T19:36:24.958Zlat 22.280035817
17382026-05-21T19:36:24.958Zstop 2:55.972873220
17392026-05-21T19:36:24.958Z+ ptime -m cargo xtask download softnpu
17402026-05-21T19:36:25.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17412026-05-21T19:36:25.494Z Running `target/debug/xtask download softnpu`
17422026-05-21T19:36:26.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17432026-05-21T19:36:26.326Z Running `target/debug/xtask-downloader softnpu`
17442026-05-21T19:36:26.368ZMay 21 19:36:25.149 INFO Starting download, target: Softnpu
17452026-05-21T19:36:26.371ZMay 21 19:36:25.150 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-21T19:36:27.172ZMay 21 19:36:25.954 INFO Download complete, target: Softnpu
17472026-05-21T19:36:27.175Z
17482026-05-21T19:36:27.178Zreal 2.215730550
17492026-05-21T19:36:27.178Zuser 1.329065431
17502026-05-21T19:36:27.178Zsys 0.654897043
17512026-05-21T19:36:27.178Ztrap 0.000498370
17522026-05-21T19:36:27.179Ztflt 0.000052210
17532026-05-21T19:36:27.179Zdflt 0.000032570
17542026-05-21T19:36:27.179Zkflt 0.000000000
17552026-05-21T19:36:27.179Zlock 15.236235959
17562026-05-21T19:36:27.179Zslp 0.675061492
17572026-05-21T19:36:27.179Zlat 0.101313053
17582026-05-21T19:36:27.179Zstop 0.000175020
17592026-05-21T19:36:27.179Z+ export CARGO_INCREMENTAL=0
17602026-05-21T19:36:27.179Z+ CARGO_INCREMENTAL=0
17612026-05-21T19:36:27.179Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-21T19:36:28.061Z Compiling proc-macro2 v1.0.106
17632026-05-21T19:36:28.061Z Compiling quote v1.0.45
17642026-05-21T19:36:28.061Z Compiling unicode-ident v1.0.24
17652026-05-21T19:36:28.061Z Compiling libc v0.2.185
17662026-05-21T19:36:28.063Z Compiling serde_core v1.0.228
17672026-05-21T19:36:28.064Z Compiling serde v1.0.228
17682026-05-21T19:36:28.064Z Compiling cfg-if v1.0.4
17692026-05-21T19:36:28.064Z Compiling version_check v0.9.5
17702026-05-21T19:36:28.064Z Compiling find-msvc-tools v0.1.9
17712026-05-21T19:36:28.064Z Compiling shlex v1.3.0
17722026-05-21T19:36:28.064Z Compiling typenum v1.19.0
17732026-05-21T19:36:28.064Z Compiling zmij v1.0.21
17742026-05-21T19:36:28.206Z Compiling autocfg v1.5.0
17752026-05-21T19:36:28.209Z Compiling serde_json v1.0.149
17762026-05-21T19:36:28.209Z Compiling memchr v2.8.0
17772026-05-21T19:36:28.490Z Compiling portable-atomic v1.13.1
17782026-05-21T19:36:28.493Z Compiling libm v0.2.16
17792026-05-21T19:36:28.654Z Compiling zerocopy v0.8.40
17802026-05-21T19:36:28.722Z Compiling parking_lot_core v0.9.12
17812026-05-21T19:36:28.725Z Compiling generic-array v0.14.7
17822026-05-21T19:36:28.725Z Compiling smallvec v1.15.1
17832026-05-21T19:36:28.756Z Compiling icu_properties_data v2.1.2
17842026-05-21T19:36:28.759Z Compiling icu_normalizer_data v2.1.1
17852026-05-21T19:36:28.807Z Compiling num-traits v0.2.19
17862026-05-21T19:36:28.858Z Compiling itoa v1.0.17
17872026-05-21T19:36:28.926Z Compiling getrandom v0.4.1
17882026-05-21T19:36:29.010Z Compiling log v0.4.29
17892026-05-21T19:36:29.027Z Compiling stable_deref_trait v1.2.1
17902026-05-21T19:36:29.030Z Compiling pkg-config v0.3.32
17912026-05-21T19:36:29.078Z Compiling subtle v2.6.1
17922026-05-21T19:36:29.173Z Compiling jobserver v0.1.34
17932026-05-21T19:36:29.176Z Compiling getrandom v0.2.17
17942026-05-21T19:36:29.256Z Compiling scopeguard v1.2.0
17952026-05-21T19:36:29.356Z Compiling errno v0.3.14
17962026-05-21T19:36:29.382Z Compiling lock_api v0.4.14
17972026-05-21T19:36:29.409Z Compiling cc v1.2.56
17982026-05-21T19:36:29.424Z Compiling rand_core v0.6.4
17992026-05-21T19:36:29.490Z Compiling writeable v0.6.2
18002026-05-21T19:36:29.523Z Compiling syn v2.0.117
18012026-05-21T19:36:29.539Z Compiling percent-encoding v2.3.2
18022026-05-21T19:36:29.573Z Compiling litemap v0.8.1
18032026-05-21T19:36:29.680Z Compiling pin-project-lite v0.2.17
18042026-05-21T19:36:29.699Z Compiling fnv v1.0.7
18052026-05-21T19:36:29.775Z Compiling thiserror v2.0.18
18062026-05-21T19:36:29.857Z Compiling getrandom v0.3.4
18072026-05-21T19:36:29.860Z Compiling fs_extra v1.3.0
18082026-05-21T19:36:29.892Z Compiling dunce v1.0.5
18092026-05-21T19:36:29.922Z Compiling equivalent v1.0.2
18102026-05-21T19:36:29.939Z Compiling utf8_iter v1.0.4
18112026-05-21T19:36:30.001Z Compiling rand_core v0.10.0
18122026-05-21T19:36:30.017Z Compiling rustversion v1.0.22
18132026-05-21T19:36:30.038Z Compiling schemars v0.8.22
18142026-05-21T19:36:30.123Z Compiling form_urlencoded v1.2.2
18152026-05-21T19:36:30.189Z Compiling cmake v0.1.57
18162026-05-21T19:36:30.192Z Compiling critical-section v1.2.0
18172026-05-21T19:36:30.257Z Compiling signal-hook-registry v1.4.8
18182026-05-21T19:36:30.275Z Compiling rustix v1.1.3
18192026-05-21T19:36:30.349Z Compiling hashbrown v0.17.0
18202026-05-21T19:36:30.437Z Compiling semver v1.0.28
18212026-05-21T19:36:30.590Z Compiling bitflags v2.11.0
18222026-05-21T19:36:30.627Z Compiling once_cell v1.21.3
18232026-05-21T19:36:30.648Z Compiling parking_lot v0.12.5
18242026-05-21T19:36:30.732Z Compiling socket2 v0.6.3
18252026-05-21T19:36:30.755Z Compiling mio v1.2.0
18262026-05-21T19:36:30.787Z Compiling ring v0.17.14
18272026-05-21T19:36:30.817Z Compiling aws-lc-sys v0.40.0
18282026-05-21T19:36:30.889Z Compiling indexmap v2.14.0
18292026-05-21T19:36:30.909Z Compiling const-oid v0.9.6
18302026-05-21T19:36:31.034Z Compiling aws-lc-rs v1.16.3
18312026-05-21T19:36:31.075Z Compiling futures-core v0.3.32
18322026-05-21T19:36:31.179Z Compiling httparse v1.10.1
18332026-05-21T19:36:31.270Z Compiling thiserror v1.0.69
18342026-05-21T19:36:31.304Z Compiling strsim v0.11.1
18352026-05-21T19:36:31.323Z Compiling vcpkg v0.2.15
18362026-05-21T19:36:31.495Z Compiling iana-time-zone v0.1.65
18372026-05-21T19:36:31.529Z Compiling ucd-trie v0.1.7
18382026-05-21T19:36:31.546Z Compiling byteorder v1.5.0
18392026-05-21T19:36:31.637Z Compiling heck v0.5.0
18402026-05-21T19:36:31.656Z Compiling regex-syntax v0.8.10
18412026-05-21T19:36:31.659Z Compiling syn v1.0.109
18422026-05-21T19:36:31.691Z Compiling pest v2.8.6
18432026-05-21T19:36:31.710Z Compiling ident_case v1.0.1
18442026-05-21T19:36:31.747Z Compiling uuid v1.23.0
18452026-05-21T19:36:31.789Z Compiling cpufeatures v0.2.17
18462026-05-21T19:36:31.822Z Compiling rustls v0.23.37
18472026-05-21T19:36:31.906Z Compiling openssl-sys v0.9.115
18482026-05-21T19:36:32.015Z Compiling futures-sink v0.3.32
18492026-05-21T19:36:32.065Z Compiling rustc_version v0.4.1
18502026-05-21T19:36:32.116Z Compiling futures-channel v0.3.32
18512026-05-21T19:36:32.158Z Compiling futures-io v0.3.32
18522026-05-21T19:36:32.305Z Compiling futures-task v0.3.32
18532026-05-21T19:36:32.319Z Compiling slab v0.4.12
18542026-05-21T19:36:32.385Z Compiling synstructure v0.13.2
18552026-05-21T19:36:32.388Z Compiling serde_derive_internals v0.29.1
18562026-05-21T19:36:32.465Z Compiling aho-corasick v1.1.4
18572026-05-21T19:36:32.595Z Compiling dyn-clone v1.0.20
18582026-05-21T19:36:32.737Z Compiling plain v0.2.3
18592026-05-21T19:36:32.760Z Compiling pest_meta v2.8.6
18602026-05-21T19:36:32.776Z Compiling crc32fast v1.5.0
18612026-05-21T19:36:32.779Z Compiling base64 v0.22.1
18622026-05-21T19:36:32.852Z Compiling openssl v0.10.79
18632026-05-21T19:36:32.925Z Compiling crossbeam-utils v0.8.21
18642026-05-21T19:36:32.928Z Compiling num-conv v0.2.0
18652026-05-21T19:36:33.072Z Compiling time-core v0.1.8
18662026-05-21T19:36:33.198Z Compiling pretty-hex v0.4.1
18672026-05-21T19:36:33.227Z Compiling native-tls v0.2.18
18682026-05-21T19:36:33.245Z Compiling time-macros v0.2.27
18692026-05-21T19:36:33.263Z Compiling base64ct v1.8.3
18702026-05-21T19:36:33.281Z Compiling anyhow v1.0.102
18712026-05-21T19:36:33.300Z Compiling regex-automata v0.4.14
18722026-05-21T19:36:33.317Z Compiling darling_core v0.21.3
18732026-05-21T19:36:33.334Z Compiling pest_generator v2.8.6
18742026-05-21T19:36:33.485Z Compiling tracing-core v0.1.36
18752026-05-21T19:36:33.517Z Compiling pem-rfc7468 v0.7.0
18762026-05-21T19:36:33.578Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-21T19:36:33.649Z Compiling serde_derive v1.0.228
18782026-05-21T19:36:33.757Z Compiling zeroize_derive v1.4.3
18792026-05-21T19:36:33.803Z Compiling zerofrom-derive v0.1.6
18802026-05-21T19:36:33.851Z Compiling yoke-derive v0.8.1
18812026-05-21T19:36:33.887Z Compiling zerovec-derive v0.11.2
18822026-05-21T19:36:33.969Z Compiling displaydoc v0.2.5
18832026-05-21T19:36:33.987Z Compiling zerocopy-derive v0.8.40
18842026-05-21T19:36:34.019Z Compiling tokio-macros v2.7.0
18852026-05-21T19:36:34.222Z Compiling futures-macro v0.3.32
18862026-05-21T19:36:34.377Z Compiling zeroize v1.8.2
18872026-05-21T19:36:34.692Z Compiling thiserror-impl v2.0.18
18882026-05-21T19:36:34.711Z Compiling schemars_derive v0.8.22
18892026-05-21T19:36:34.836Z Compiling tracing-attributes v0.1.31
18902026-05-21T19:36:34.986Z Compiling der_derive v0.7.3
18912026-05-21T19:36:35.003Z Compiling zerofrom v0.1.6
18922026-05-21T19:36:35.152Z Compiling yoke v0.8.1
18932026-05-21T19:36:35.177Z Compiling crypto-common v0.1.7
18942026-05-21T19:36:35.329Z Compiling zerovec v0.11.5
18952026-05-21T19:36:35.345Z Compiling zerotrie v0.2.3
18962026-05-21T19:36:35.527Z Compiling block-buffer v0.10.4
18972026-05-21T19:36:35.701Z Compiling digest v0.10.7
18982026-05-21T19:36:35.812Z Compiling thiserror-impl v1.0.69
18992026-05-21T19:36:35.878Z Compiling tinystr v0.8.2
19002026-05-21T19:36:35.898Z Compiling potential_utf v0.1.4
19012026-05-21T19:36:35.940Z Compiling pest_derive v2.8.6
19022026-05-21T19:36:35.972Z Compiling futures-util v0.3.32
19032026-05-21T19:36:35.975Z Compiling hmac v0.12.1
19042026-05-21T19:36:36.034Z Compiling icu_collections v2.1.1
19052026-05-21T19:36:36.092Z Compiling icu_locale_core v2.1.1
19062026-05-21T19:36:36.400Z Compiling block-padding v0.3.3
19072026-05-21T19:36:36.559Z Compiling inout v0.1.4
19082026-05-21T19:36:36.732Z Compiling rustls-pki-types v1.14.0
19092026-05-21T19:36:36.788Z Compiling icu_provider v2.1.1
19102026-05-21T19:36:36.809Z Compiling bytes v1.11.1
19112026-05-21T19:36:36.850Z Compiling chrono v0.4.44
19122026-05-21T19:36:36.938Z Compiling openssl-macros v0.1.1
19132026-05-21T19:36:37.133Z Compiling icu_properties v2.1.2
19142026-05-21T19:36:37.214Z Compiling icu_normalizer v2.1.1
19152026-05-21T19:36:37.344Z Compiling tokio v1.52.1
19162026-05-21T19:36:37.762Z Compiling serde_tokenstream v0.2.3
19172026-05-21T19:36:37.777Z Compiling cipher v0.4.4
19182026-05-21T19:36:38.021Z Compiling sha2 v0.10.9
19192026-05-21T19:36:38.072Z Compiling idna_adapter v1.2.1
19202026-05-21T19:36:38.225Z Compiling idna v1.1.0
19212026-05-21T19:36:38.391Z Compiling ppv-lite86 v0.2.21
19222026-05-21T19:36:38.613Z Compiling url v2.5.8
19232026-05-21T19:36:38.653Z Compiling scroll_derive v0.12.1
19242026-05-21T19:36:38.670Z Compiling scroll_derive v0.13.1
19252026-05-21T19:36:38.703Z Compiling http v1.4.0
19262026-05-21T19:36:38.742Z Compiling flagset v0.4.7
19272026-05-21T19:36:38.809Z Compiling untrusted v0.9.0
19282026-05-21T19:36:38.876Z Compiling der v0.7.10
19292026-05-21T19:36:39.167Z Compiling tracing v0.1.44
19302026-05-21T19:36:39.314Z Compiling regex v1.12.3
19312026-05-21T19:36:39.428Z Compiling darling_macro v0.21.3
19322026-05-21T19:36:39.595Z Compiling zerocopy-derive v0.7.35
19332026-05-21T19:36:39.708Z Compiling rand_core v0.9.5
19342026-05-21T19:36:39.759Z Compiling slog v2.8.2
19352026-05-21T19:36:40.025Z Compiling darling v0.21.3
19362026-05-21T19:36:40.176Z Compiling spki v0.7.3
19372026-05-21T19:36:40.230Z Compiling salsa20 v0.10.2
19382026-05-21T19:36:40.317Z Compiling pbkdf2 v0.12.2
19392026-05-21T19:36:40.633Z Compiling cookie v0.18.1
19402026-05-21T19:36:40.799Z Compiling camino v1.2.2
19412026-05-21T19:36:41.087Z Compiling scrypt v0.11.0
19422026-05-21T19:36:41.121Z Compiling rand_chacha v0.9.0
19432026-05-21T19:36:41.144Z Compiling http-body v1.0.1
19442026-05-21T19:36:41.161Z Compiling tokio-util v0.7.18
19452026-05-21T19:36:41.181Z Compiling aes v0.8.4
19462026-05-21T19:36:41.321Z Compiling cbc v0.1.2
19472026-05-21T19:36:41.419Z Compiling usdt-impl v0.5.0
19482026-05-21T19:36:41.459Z Compiling winnow v0.7.14
19492026-05-21T19:36:41.483Z Compiling unicode-segmentation v1.12.0
19502026-05-21T19:36:41.507Z Compiling tinyvec_macros v0.1.1
19512026-05-21T19:36:41.597Z Compiling paste v1.0.15
19522026-05-21T19:36:41.667Z Compiling untrusted v0.7.1
19532026-05-21T19:36:41.692Z Compiling ref-cast v1.0.25
19542026-05-21T19:36:41.813Z Compiling usdt-impl v0.6.0
19552026-05-21T19:36:41.877Z Compiling atomic-waker v1.1.2
19562026-05-21T19:36:41.879Z Compiling openssl-probe v0.2.1
19572026-05-21T19:36:42.038Z Compiling either v1.15.0
19582026-05-21T19:36:42.117Z Compiling tinyvec v1.10.0
19592026-05-21T19:36:42.133Z Compiling pkcs5 v0.7.1
19602026-05-21T19:36:42.221Z Compiling rand v0.9.2
19612026-05-21T19:36:42.527Z Compiling scroll v0.13.0
19622026-05-21T19:36:42.597Z Compiling scroll v0.12.0
19632026-05-21T19:36:42.645Z Compiling serde_spanned v0.6.9
19642026-05-21T19:36:42.713Z Compiling toml_datetime v0.6.11
19652026-05-21T19:36:42.766Z Compiling async-trait v0.1.89
19662026-05-21T19:36:42.803Z Compiling heapless v0.7.17
19672026-05-21T19:36:42.820Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-21T19:36:42.883Z Compiling tower-layer v0.3.3
19692026-05-21T19:36:42.929Z Compiling tower-service v0.3.3
19702026-05-21T19:36:43.042Z Compiling zstd-safe v7.2.4
19712026-05-21T19:36:43.137Z Compiling try-lock v0.2.5
19722026-05-21T19:36:43.227Z Compiling signal-hook v0.3.18
19732026-05-21T19:36:43.244Z Compiling fastrand v2.3.0
19742026-05-21T19:36:43.262Z Compiling want v0.3.1
19752026-05-21T19:36:43.294Z Compiling h2 v0.4.13
19762026-05-21T19:36:43.431Z Compiling goblin v0.8.2
19772026-05-21T19:36:43.460Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-21T19:36:43.477Z Compiling goblin v0.10.5
19792026-05-21T19:36:43.480Z Compiling pkcs8 v0.10.2
19802026-05-21T19:36:43.667Z Compiling heck v0.4.1
19812026-05-21T19:36:43.695Z Compiling zerocopy v0.7.35
19822026-05-21T19:36:43.797Z Compiling ipnet v2.11.0
19832026-05-21T19:36:44.022Z Compiling ref-cast-impl v1.0.25
19842026-05-21T19:36:44.114Z Compiling darling_core v0.20.11
19852026-05-21T19:36:44.259Z Compiling curve25519-dalek v4.1.3
19862026-05-21T19:36:44.343Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-21T19:36:44.557Z Compiling memoffset v0.9.1
19882026-05-21T19:36:44.573Z Compiling pin-utils v0.1.0
19892026-05-21T19:36:44.639Z Compiling foreign-types-shared v0.1.1
19902026-05-21T19:36:44.690Z Compiling litrs v1.0.0
19912026-05-21T19:36:44.786Z Compiling httpdate v1.0.3
19922026-05-21T19:36:45.018Z Compiling rustix v0.38.44
19932026-05-21T19:36:45.050Z Compiling winnow v0.5.40
19942026-05-21T19:36:45.176Z Compiling document-features v0.2.12
19952026-05-21T19:36:45.313Z Compiling tempfile v3.25.0
19962026-05-21T19:36:45.370Z Compiling foreign-types v0.3.2
19972026-05-21T19:36:45.673Z Compiling dof v0.3.0
19982026-05-21T19:36:45.847Z Compiling unicode-normalization v0.1.25
19992026-05-21T19:36:45.981Z Compiling dtrace-parser v0.2.0
20002026-05-21T19:36:46.114Z Compiling darling_macro v0.20.11
20012026-05-21T19:36:46.254Z Compiling dof v0.4.0
20022026-05-21T19:36:46.297Z Compiling hyper v1.8.1
20032026-05-21T19:36:46.356Z Compiling toml_edit v0.19.15
20042026-05-21T19:36:46.511Z Compiling dtrace-parser v0.3.0
20052026-05-21T19:36:46.610Z Compiling daft-derive v0.1.5
20062026-05-21T19:36:46.627Z Compiling pin-project-internal v1.1.11
20072026-05-21T19:36:46.793Z Compiling spin v0.9.8
20082026-05-21T19:36:46.836Z Compiling thread-id v5.1.0
20092026-05-21T19:36:46.939Z Compiling thread-id v4.2.2
20102026-05-21T19:36:46.942Z Compiling smoltcp v0.9.1
20112026-05-21T19:36:47.021Z Compiling num-bigint-dig v0.8.6
20122026-05-21T19:36:47.114Z Compiling cfg_aliases v0.2.1
20132026-05-21T19:36:47.184Z Compiling powerfmt v0.2.0
20142026-05-21T19:36:47.210Z Compiling nix v0.31.2
20152026-05-21T19:36:47.477Z Compiling hyper-util v0.1.20
20162026-05-21T19:36:47.580Z Compiling deranged v0.5.8
20172026-05-21T19:36:47.656Z Compiling darling v0.20.11
20182026-05-21T19:36:47.766Z Compiling rustls-native-certs v0.8.3
20192026-05-21T19:36:47.813Z Compiling ipnetwork v0.21.1
20202026-05-21T19:36:48.045Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-21T19:36:48.477Z Compiling strum_macros v0.26.4
20222026-05-21T19:36:48.640Z Compiling sync_wrapper v1.0.2
20232026-05-21T19:36:48.674Z Compiling wait-timeout v0.2.1
20242026-05-21T19:36:48.709Z Compiling siphasher v1.0.2
20252026-05-21T19:36:48.917Z Compiling anstyle v1.0.13
20262026-05-21T19:36:48.971Z Compiling quick-error v1.2.3
20272026-05-21T19:36:49.078Z Compiling utf8parse v0.2.2
20282026-05-21T19:36:49.108Z Compiling bit-vec v0.8.0
20292026-05-21T19:36:49.153Z Compiling simd-adler32 v0.3.8
20302026-05-21T19:36:49.208Z Compiling num_threads v0.1.7
20312026-05-21T19:36:49.317Z Compiling bit-set v0.8.0
20322026-05-21T19:36:49.378Z Compiling anstyle-parse v0.2.7
20332026-05-21T19:36:49.429Z Compiling time v0.3.47
20342026-05-21T19:36:49.445Z Compiling rusty-fork v0.3.1
20352026-05-21T19:36:49.499Z Compiling tower v0.5.3
20362026-05-21T19:36:49.916Z Compiling derive_builder_core v0.20.2
20372026-05-21T19:36:49.935Z Compiling snafu-derive v0.8.9
20382026-05-21T19:36:50.073Z Compiling http-body-util v0.1.3
20392026-05-21T19:36:50.383Z Compiling webpki-roots v1.0.6
20402026-05-21T19:36:50.410Z Compiling rand_xorshift v0.4.0
20412026-05-21T19:36:50.413Z Compiling signature v2.2.0
20422026-05-21T19:36:50.525Z Compiling hubpack_derive v0.1.1
20432026-05-21T19:36:50.579Z Compiling strum_macros v0.27.2
20442026-05-21T19:36:50.727Z Compiling fs-err v3.3.0
20452026-05-21T19:36:50.812Z Compiling ahash v0.8.12
20462026-05-21T19:36:50.885Z Compiling unicode-bidi v0.3.18
20472026-05-21T19:36:50.958Z Compiling colorchoice v1.0.4
20482026-05-21T19:36:50.999Z Compiling is_terminal_polyfill v1.70.2
20492026-05-21T19:36:51.097Z Compiling ryu v1.0.23
20502026-05-21T19:36:51.114Z Compiling unicode-properties v0.1.4
20512026-05-21T19:36:51.132Z Compiling anstyle-query v1.1.5
20522026-05-21T19:36:51.150Z Compiling iri-string v0.7.10
20532026-05-21T19:36:51.225Z Compiling unarray v0.1.4
20542026-05-21T19:36:51.270Z Compiling adler2 v2.0.1
20552026-05-21T19:36:51.286Z Compiling allocator-api2 v0.2.21
20562026-05-21T19:36:51.412Z Compiling object v0.37.3
20572026-05-21T19:36:51.429Z Compiling miniz_oxide v0.8.9
20582026-05-21T19:36:51.463Z Compiling serde_urlencoded v0.7.1
20592026-05-21T19:36:51.545Z Compiling proptest v1.10.0
20602026-05-21T19:36:51.618Z Compiling stringprep v0.1.5
20612026-05-21T19:36:51.636Z Compiling anstream v0.6.21
20622026-05-21T19:36:51.957Z Compiling derive_builder_macro v0.20.2
20632026-05-21T19:36:52.008Z Compiling tokio-native-tls v0.3.1
20642026-05-21T19:36:52.154Z Compiling usdt-attr-macro v0.6.0
20652026-05-21T19:36:52.217Z Compiling usdt-macro v0.6.0
20662026-05-21T19:36:52.284Z Compiling tower-http v0.6.8
20672026-05-21T19:36:52.612Z Compiling rand_chacha v0.3.1
20682026-05-21T19:36:52.647Z Compiling erased-serde v0.3.31
20692026-05-21T19:36:52.724Z Compiling md-5 v0.10.6
20702026-05-21T19:36:52.779Z Compiling bstr v1.12.1
20712026-05-21T19:36:52.893Z Compiling num-integer v0.1.46
20722026-05-21T19:36:52.925Z Compiling hash32 v0.2.1
20732026-05-21T19:36:52.941Z Compiling vergen-lib v0.1.6
20742026-05-21T19:36:53.004Z Compiling ff v0.13.1
20752026-05-21T19:36:53.149Z Compiling fallible-iterator v0.2.0
20762026-05-21T19:36:53.170Z Compiling zlib-rs v0.6.2
20772026-05-21T19:36:53.184Z Compiling psl-types v2.0.11
20782026-05-21T19:36:53.208Z Compiling base16ct v0.2.0
20792026-05-21T19:36:53.281Z Compiling group v0.13.0
20802026-05-21T19:36:53.298Z Compiling publicsuffix v2.3.0
20812026-05-21T19:36:53.316Z Compiling num-iter v0.1.45
20822026-05-21T19:36:53.348Z Compiling sec1 v0.7.3
20832026-05-21T19:36:53.458Z Compiling postgres-protocol v0.6.10
20842026-05-21T19:36:53.498Z Compiling rand v0.8.6
20852026-05-21T19:36:53.644Z Compiling newtype-uuid v1.3.2
20862026-05-21T19:36:53.877Z Compiling oxnet v0.1.4
20872026-05-21T19:36:54.030Z Compiling derive_builder v0.20.2
20882026-05-21T19:36:54.127Z Compiling hyper-tls v0.6.0
20892026-05-21T19:36:54.251Z Compiling phf_shared v0.13.1
20902026-05-21T19:36:54.280Z Compiling pin-project v1.1.11
20912026-05-21T19:36:54.355Z Compiling lazy_static v1.5.0
20922026-05-21T19:36:54.465Z Compiling terminal_size v0.4.3
20932026-05-21T19:36:54.508Z Compiling serde_with_macros v3.17.0
20942026-05-21T19:36:54.526Z Compiling futures-executor v0.3.32
20952026-05-21T19:36:54.528Z Compiling hex v0.4.3
20962026-05-21T19:36:54.761Z Compiling cargo-platform v0.1.9
20972026-05-21T19:36:54.835Z Compiling hkdf v0.12.4
20982026-05-21T19:36:54.864Z Compiling crypto-bigint v0.5.5
20992026-05-21T19:36:54.962Z Compiling async-recursion v1.1.1
21002026-05-21T19:36:54.962Z Compiling clap_derive v4.5.55
21012026-05-21T19:36:55.012Z Compiling enum-as-inner v0.6.1
21022026-05-21T19:36:55.028Z Compiling serde_repr v0.1.20
21032026-05-21T19:36:55.093Z Compiling vergen v9.0.6
21042026-05-21T19:36:55.310Z Compiling flate2 v1.1.9
21052026-05-21T19:36:55.538Z Compiling encoding_rs v0.8.35
21062026-05-21T19:36:55.559Z Compiling managed v0.8.0
21072026-05-21T19:36:55.613Z Compiling foldhash v0.1.5
21082026-05-21T19:36:55.616Z Compiling clap_lex v1.0.0
21092026-05-21T19:36:55.648Z Compiling mime v0.3.17
21102026-05-21T19:36:55.726Z Compiling libbz2-rs-sys v0.2.2
21112026-05-21T19:36:55.743Z Compiling bitflags v1.3.2
21122026-05-21T19:36:55.795Z Compiling foldhash v0.2.0
21132026-05-21T19:36:55.909Z Compiling same-file v1.0.6
21142026-05-21T19:36:55.975Z Compiling bumpalo v3.20.2
21152026-05-21T19:36:55.989Z Compiling hashbrown v0.16.1
21162026-05-21T19:36:56.030Z Compiling walkdir v2.5.0
21172026-05-21T19:36:56.165Z Compiling bzip2 v0.6.1
21182026-05-21T19:36:56.238Z Compiling zopfli v0.8.3
21192026-05-21T19:36:56.323Z Compiling clap_builder v4.5.60
21202026-05-21T19:36:56.338Z Compiling elliptic-curve v0.13.8
21212026-05-21T19:36:56.386Z Compiling hashbrown v0.15.5
21222026-05-21T19:36:56.710Z Compiling cargo_metadata v0.19.2
21232026-05-21T19:36:56.797Z Compiling zstd v0.13.3
21242026-05-21T19:36:56.859Z Compiling futures v0.3.32
21252026-05-21T19:36:57.069Z Compiling phf v0.13.1
21262026-05-21T19:36:57.100Z Compiling snafu v0.8.9
21272026-05-21T19:36:57.120Z Compiling signal-hook-mio v0.2.5
21282026-05-21T19:36:57.263Z Compiling daft v0.1.5
21292026-05-21T19:36:57.443Z Compiling cookie_store v0.22.1
21302026-05-21T19:36:57.459Z Compiling postgres-types v0.2.12
21312026-05-21T19:36:57.553Z Compiling bzip2 v0.4.4
21322026-05-21T19:36:57.584Z Compiling globset v0.4.18
21332026-05-21T19:36:57.769Z Compiling strum v0.27.2
21342026-05-21T19:36:58.002Z Compiling hubpack v0.1.2
21352026-05-21T19:36:58.054Z Compiling ed25519 v2.2.3
21362026-05-21T19:36:58.057Z Compiling phf_shared v0.11.3
21372026-05-21T19:36:58.161Z Compiling crossbeam-epoch v0.9.18
21382026-05-21T19:36:58.201Z Compiling olpc-cjson v0.1.4
21392026-05-21T19:36:58.235Z Compiling pkcs1 v0.7.5
21402026-05-21T19:36:58.312Z Compiling pem v3.0.6
21412026-05-21T19:36:58.377Z Compiling serde_plain v1.0.2
21422026-05-21T19:36:58.491Z Compiling serde-big-array v0.5.1
21432026-05-21T19:36:58.493Z Compiling rfc6979 v0.4.0
21442026-05-21T19:36:58.587Z Compiling float-cmp v0.10.0
21452026-05-21T19:36:58.622Z Compiling env_filter v1.0.0
21462026-05-21T19:36:58.638Z Compiling memmap2 v0.9.10
21472026-05-21T19:36:58.658Z Compiling normalize-line-endings v0.3.0
21482026-05-21T19:36:58.660Z Compiling jiff v0.2.21
21492026-05-21T19:36:58.706Z Compiling toml_write v0.1.2
21502026-05-21T19:36:58.754Z Compiling static_assertions v1.1.0
21512026-05-21T19:36:58.847Z Compiling fixedbitset v0.4.2
21522026-05-21T19:36:58.863Z Compiling data-encoding v2.10.0
21532026-05-21T19:36:58.881Z Compiling rustc-hash v2.1.1
21542026-05-21T19:36:58.900Z Compiling predicates-core v1.0.10
21552026-05-21T19:36:58.938Z Compiling whoami v2.1.0
21562026-05-21T19:36:59.029Z Compiling precomputed-hash v0.1.1
21572026-05-21T19:36:59.076Z Compiling keccak v0.1.6
21582026-05-21T19:36:59.092Z Compiling new_debug_unreachable v1.0.6
21592026-05-21T19:36:59.148Z Compiling difflib v0.4.0
21602026-05-21T19:36:59.183Z Compiling fixedbitset v0.5.7
21612026-05-21T19:36:59.199Z Compiling typed-path v0.9.3
21622026-05-21T19:36:59.281Z Compiling sha3 v0.10.8
21632026-05-21T19:36:59.297Z Compiling hickory-proto v0.25.2
21642026-05-21T19:36:59.314Z Compiling string_cache v0.8.9
21652026-05-21T19:36:59.413Z Compiling petgraph v0.8.3
21662026-05-21T19:36:59.481Z Compiling predicates v3.1.4
21672026-05-21T19:36:59.547Z Compiling tokio-postgres v0.7.16
21682026-05-21T19:36:59.567Z Compiling petgraph v0.6.5
21692026-05-21T19:36:59.611Z Compiling iddqd v0.3.18
21702026-05-21T19:36:59.665Z Compiling toml_edit v0.22.27
21712026-05-21T19:37:00.075Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21722026-05-21T19:37:00.370Z Compiling usdt v0.6.0
21732026-05-21T19:37:00.394Z Compiling env_logger v0.11.9
21742026-05-21T19:37:00.686Z Compiling ecdsa v0.16.9
21752026-05-21T19:37:00.791Z Compiling rsa v0.9.10
21762026-05-21T19:37:01.110Z Compiling ed25519-dalek v2.2.0
21772026-05-21T19:37:01.395Z Compiling zip v4.6.1
21782026-05-21T19:37:01.705Z Compiling crossterm v0.28.1
21792026-05-21T19:37:01.816Z Compiling clap v4.5.60
21802026-05-21T19:37:01.916Z Compiling zip v0.6.6
21812026-05-21T19:37:02.424Z Compiling serde_with v3.17.0
21822026-05-21T19:37:02.476Z Compiling similar v2.7.0
21832026-05-21T19:37:02.491Z Compiling strum v0.26.3
21842026-05-21T19:37:02.608Z Compiling toml v0.7.8
21852026-05-21T19:37:02.624Z Compiling itertools v0.13.0
21862026-05-21T19:37:02.703Z Compiling tokio-stream v0.1.18
21872026-05-21T19:37:02.895Z Compiling buf-list v1.1.2
21882026-05-21T19:37:03.075Z Compiling x509-cert v0.2.5
21892026-05-21T19:37:03.188Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-21T19:37:03.209Z Compiling openapiv3 v2.2.0
21912026-05-21T19:37:03.476Z Compiling sha1 v0.10.6
21922026-05-21T19:37:03.705Z Compiling peg-runtime v0.8.5
21932026-05-21T19:37:03.826Z Compiling lalrpop-util v0.19.12
21942026-05-21T19:37:19.186Z Compiling rustls-webpki v0.103.9
21952026-05-21T19:37:20.074Z Compiling macaddr v1.0.1
21962026-05-21T19:37:20.081Z Compiling structmeta-derive v0.3.0
21972026-05-21T19:37:20.111Z Compiling crucible-workspace-hack v0.1.0
21982026-05-21T19:37:20.321Z Compiling rayon-core v1.13.0
21992026-05-21T19:37:20.358Z Compiling itertools v0.14.0
22002026-05-21T19:37:20.478Z Compiling secrecy v0.10.3
22012026-05-21T19:37:20.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-21T19:37:20.572Z Compiling heapless v0.8.0
22032026-05-21T19:37:20.670Z Compiling rustls v0.22.4
22042026-05-21T19:37:20.981Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-21T19:37:20.990Z Compiling crossbeam-deque v0.8.6
22062026-05-21T19:37:21.037Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-21T19:37:21.081Z Compiling rustls-webpki v0.102.8
22082026-05-21T19:37:21.100Z Compiling structmeta v0.3.0
22092026-05-21T19:37:21.113Z Compiling hash32 v0.3.1
22102026-05-21T19:37:21.161Z Compiling multer v3.1.0
22112026-05-21T19:37:21.232Z Compiling thread_local v1.1.9
22122026-05-21T19:37:21.309Z Compiling compression-core v0.4.31
22132026-05-21T19:37:21.332Z Compiling unicode-width v0.2.0
22142026-05-21T19:37:21.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-21T19:37:21.384Z Compiling slog-async v2.8.0
22162026-05-21T19:37:21.419Z Compiling smoltcp v0.11.0
22172026-05-21T19:37:21.517Z Compiling match_cfg v0.1.0
22182026-05-21T19:37:21.591Z Compiling hostname v0.3.1
22192026-05-21T19:37:21.626Z Compiling proc-macro-crate v3.4.0
22202026-05-21T19:37:21.670Z Compiling ingot-macros v0.1.1
22212026-05-21T19:37:21.682Z Compiling compression-codecs v0.4.37
22222026-05-21T19:37:21.790Z Compiling derive-ex v0.1.8
22232026-05-21T19:37:21.965Z Compiling slog-json v2.6.1
22242026-05-21T19:37:22.076Z Compiling crossbeam-channel v0.5.15
22252026-05-21T19:37:22.092Z Compiling half v2.7.1
22262026-05-21T19:37:22.237Z Compiling newtype-uuid-macros v0.1.0
22272026-05-21T19:37:22.321Z Compiling cobs v0.3.0
22282026-05-21T19:37:22.473Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-21T19:37:22.520Z Compiling universal-hash v0.5.1
22302026-05-21T19:37:22.624Z Compiling async-stream-impl v0.3.6
22312026-05-21T19:37:22.687Z Compiling serde_spanned v1.0.4
22322026-05-21T19:37:22.772Z Compiling tokio-rustls v0.26.4
22332026-05-21T19:37:22.885Z Compiling rustls-platform-verifier v0.6.2
22342026-05-21T19:37:22.943Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-21T19:37:22.986Z Compiling is-terminal v0.4.17
22362026-05-21T19:37:23.063Z Compiling hyper-rustls v0.27.7
22372026-05-21T19:37:23.107Z Compiling proc-macro-error-attr v1.0.4
22382026-05-21T19:37:23.121Z Compiling dropshot v0.17.0
22392026-05-21T19:37:23.218Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-05-21T19:37:23.316Z Compiling reqwest v0.12.28
22412026-05-21T19:37:23.331Z Compiling reqwest v0.13.2
22422026-05-21T19:37:23.350Z Compiling take_mut v0.2.2
22432026-05-21T19:37:23.355Z Compiling opaque-debug v0.3.1
22442026-05-21T19:37:23.397Z Compiling ciborium-io v0.2.2
22452026-05-21T19:37:23.417Z Compiling toml_writer v1.0.6+spec-1.1.0
22462026-05-21T19:37:23.431Z Compiling term v1.2.1
22472026-05-21T19:37:23.461Z Compiling convert_case v0.4.0
22482026-05-21T19:37:23.491Z Compiling ciborium-ll v0.2.2
22492026-05-21T19:37:23.523Z Compiling poly1305 v0.8.0
22502026-05-21T19:37:23.548Z Compiling thiserror-no-std v2.0.2
22512026-05-21T19:37:23.663Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-21T19:37:23.706Z Compiling tokio-rustls v0.25.0
22532026-05-21T19:37:23.781Z Compiling slog-term v2.9.2
22542026-05-21T19:37:23.791Z Compiling derive_more v0.99.20
22552026-05-21T19:37:24.111Z Compiling test-strategy v0.4.5
22562026-05-21T19:37:24.171Z Compiling async-stream v0.3.6
22572026-05-21T19:37:24.270Z Compiling ingot-types v0.1.2
22582026-05-21T19:37:24.382Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-21T19:37:24.463Z Compiling postcard v1.1.3
22602026-05-21T19:37:24.762Z Compiling ingot v0.1.1
22612026-05-21T19:37:24.886Z Compiling tough v0.22.0
22622026-05-21T19:37:24.906Z Compiling slog-bunyan v2.5.0
22632026-05-21T19:37:25.051Z Compiling num_enum_derive v0.7.5
22642026-05-21T19:37:25.123Z Compiling async-compression v0.4.41
22652026-05-21T19:37:25.437Z Compiling parse-display-derive v0.10.0
22662026-05-21T19:37:25.603Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-21T19:37:26.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-21T19:37:26.028Z Compiling proc-macro-crate v1.3.1
22692026-05-21T19:37:26.276Z Compiling backon v1.6.0
22702026-05-21T19:37:26.381Z Compiling waitgroup v0.1.2
22712026-05-21T19:37:26.385Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-21T19:37:26.500Z Compiling password-hash v0.5.0
22732026-05-21T19:37:26.555Z Compiling chacha20 v0.9.1
22742026-05-21T19:37:26.577Z Compiling dropshot_endpoint v0.17.0
22752026-05-21T19:37:26.619Z Compiling rustls-pemfile v2.2.0
22762026-05-21T19:37:26.733Z Compiling blake2 v0.10.6
22772026-05-21T19:37:26.916Z Compiling aead v0.5.2
22782026-05-21T19:37:26.932Z Compiling foreign-types-macros v0.2.3
22792026-05-21T19:37:26.958Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-21T19:37:27.045Z Compiling serde_path_to_error v0.1.20
22812026-05-21T19:37:27.147Z Compiling hostname v0.4.2
22822026-05-21T19:37:27.203Z Compiling proc-macro-error v1.0.4
22832026-05-21T19:37:27.285Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-21T19:37:27.328Z Compiling instant v0.1.13
22852026-05-21T19:37:27.382Z Compiling foreign-types-shared v0.3.1
22862026-05-21T19:37:27.429Z Compiling typeid v1.0.3
22872026-05-21T19:37:27.470Z Compiling debug-ignore v1.0.5
22882026-05-21T19:37:27.536Z Compiling cpufeatures v0.3.0
22892026-05-21T19:37:27.586Z Compiling backoff v0.4.0
22902026-05-21T19:37:27.600Z Compiling foreign-types v0.5.0
22912026-05-21T19:37:27.600Z Compiling chacha20 v0.10.0
22922026-05-21T19:37:27.604Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-21T19:37:27.604Z Compiling chacha20poly1305 v0.10.1
22942026-05-21T19:37:27.604Z Compiling argon2 v0.5.3
22952026-05-21T19:37:27.629Z Compiling parse-display v0.10.0
22962026-05-21T19:37:27.661Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-21T19:37:27.679Z Compiling num_enum_derive v0.5.11
22982026-05-21T19:37:27.779Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-21T19:37:27.797Z Compiling num_enum v0.7.5
23002026-05-21T19:37:27.892Z Compiling ciborium v0.2.2
23012026-05-21T19:37:27.948Z Compiling vsss-rs v3.3.4
23022026-05-21T19:37:28.102Z Compiling tabwriter v1.4.1
23032026-05-21T19:37:28.117Z Compiling regress v0.10.5
23042026-05-21T19:37:28.482Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-21T19:37:28.497Z Compiling byte-wrapper v0.1.0
23062026-05-21T19:37:28.550Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-21T19:37:28.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-21T19:37:28.644Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-21T19:37:28.769Z Compiling cstr-argument v0.1.2
23102026-05-21T19:37:28.832Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23112026-05-21T19:37:28.849Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-05-21T19:37:28.958Z Compiling erased-serde v0.4.9
23132026-05-21T19:37:29.083Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-21T19:37:29.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-21T19:37:29.246Z Compiling num_enum v0.5.11
23162026-05-21T19:37:29.301Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-21T19:37:29.319Z Compiling rand v0.10.0
23182026-05-21T19:37:29.398Z Compiling rayon v1.11.0
23192026-05-21T19:37:29.426Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-21T19:37:29.451Z Compiling indent_write v2.2.0
23212026-05-21T19:37:29.477Z Compiling colored v3.1.1
23222026-05-21T19:37:29.548Z Compiling libefi-sys v0.1.0
23232026-05-21T19:37:29.567Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-21T19:37:29.587Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-21T19:37:29.630Z Compiling zone_cfg_derive v0.3.1
23262026-05-21T19:37:29.759Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-21T19:37:29.838Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-21T19:37:29.853Z Compiling camino-tempfile v1.4.1
23292026-05-21T19:37:30.077Z Compiling itertools v0.12.1
23302026-05-21T19:37:30.174Z Compiling usdt-attr-macro v0.5.0
23312026-05-21T19:37:30.195Z Compiling usdt-macro v0.5.0
23322026-05-21T19:37:30.277Z Compiling num-derive v0.4.2
23332026-05-21T19:37:30.294Z Compiling bitfield-struct v0.6.2
23342026-05-21T19:37:30.314Z Compiling ordered-float v2.10.1
23352026-05-21T19:37:30.330Z Compiling blake3 v1.8.3
23362026-05-21T19:37:30.628Z Compiling sigpipe v0.1.3
23372026-05-21T19:37:30.714Z Compiling memmap v0.7.0
23382026-05-21T19:37:30.750Z Compiling swrite v0.1.0
23392026-05-21T19:37:30.886Z Compiling glob v0.3.3
23402026-05-21T19:37:30.903Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-21T19:37:30.951Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-21T19:37:30.954Z Compiling usdt v0.5.0
23432026-05-21T19:37:31.167Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-21T19:37:31.186Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-21T19:37:31.288Z Compiling serde-value v0.7.0
23462026-05-21T19:37:31.489Z Compiling zone v0.3.1
23472026-05-21T19:37:31.547Z Compiling serde-untagged v0.1.9
23482026-05-21T19:37:31.590Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-21T19:37:31.816Z Compiling toml v0.8.23
23502026-05-21T19:37:31.848Z Compiling smf v0.2.3
23512026-05-21T19:37:31.877Z Compiling filetime v0.2.27
23522026-05-21T19:37:31.909Z Compiling unicode-xid v0.2.6
23532026-05-21T19:37:31.926Z Compiling constant_time_eq v0.4.2
23542026-05-21T19:37:31.939Z Compiling arrayref v0.3.9
23552026-05-21T19:37:32.011Z Compiling whoami v1.6.1
23562026-05-21T19:37:32.027Z Compiling arrayvec v0.7.6
23572026-05-21T19:37:32.073Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-21T19:37:32.114Z Compiling xattr v1.6.1
23592026-05-21T19:37:32.143Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-05-21T19:37:32.175Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-21T19:37:32.191Z Compiling tokio-dtrace v0.1.1
23622026-05-21T19:37:32.291Z Compiling cargo-util-schemas v0.8.2
23632026-05-21T19:37:32.335Z Compiling tar v0.4.45
23642026-05-21T19:37:32.487Z Compiling console v0.16.2
23652026-05-21T19:37:32.544Z Compiling gethostname v0.5.0
23662026-05-21T19:37:32.699Z Compiling cargo-platform v0.2.0
23672026-05-21T19:37:32.863Z Compiling unit-prefix v0.5.2
23682026-05-21T19:37:32.909Z Compiling topological-sort v0.2.2
23692026-05-21T19:37:33.000Z Compiling indicatif v0.18.4
23702026-05-21T19:37:33.059Z Compiling oxide-tokio-rt v0.1.4
23712026-05-21T19:37:33.076Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23722026-05-21T19:37:33.092Z Compiling shell-words v1.1.1
23732026-05-21T19:37:33.554Z Compiling cargo_metadata v0.21.0
23742026-05-21T19:37:42.713Z Compiling progenitor-client v0.10.0
23752026-05-21T19:37:42.713Z Compiling omicron-zone-package v0.12.2
23762026-05-21T19:37:42.741Z Compiling progenitor-client v0.14.0
23772026-05-21T19:37:43.214Z Compiling progenitor-extras v0.2.0
23782026-05-21T19:37:47.834Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-05-21T19:37:47.912Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-21T19:37:47.912Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-21T19:37:47.912Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-05-21T19:37:47.912Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-05-21T19:37:47.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-21T19:37:47.912Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-21T19:37:47.912Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-21T19:37:47.912Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-21T19:37:49.824Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-21T19:37:57.257Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-21T19:38:00.321Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-21T19:38:01.316Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-21T19:38:10.597Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-21T19:38:10.753Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-21T19:38:10.817ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-21T19:38:10.820ZCreated new build target 'test' and set it as active
23952026-05-21T19:38:10.820Z
23962026-05-21T19:38:10.820Zreal 1:43.638884252
23972026-05-21T19:38:10.820Zuser 16:57.129975266
23982026-05-21T19:38:10.820Zsys 2:41.736317155
23992026-05-21T19:38:10.820Ztrap 0.456607043
24002026-05-21T19:38:10.820Ztflt 2.954488303
24012026-05-21T19:38:10.820Zdflt 4.307867953
24022026-05-21T19:38:10.820Zkflt 0.029677600
24032026-05-21T19:38:10.820Zlock 52:40.727531390
24042026-05-21T19:38:10.820Zslp 43:19.054071697
24052026-05-21T19:38:10.820Zlat 45.723335726
24062026-05-21T19:38:10.820Zstop 5:31.483136407
24072026-05-21T19:38:10.823Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-21T19:38:11.715Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-21T19:38:11.788Z Running `target/release/omicron-package -t test package`
24102026-05-21T19:38:11.848ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-21T19:38:13.265Z Compiling heck v0.5.0
24122026-05-21T19:38:13.265Z Compiling regress v0.11.1
24132026-05-21T19:38:13.270Z Compiling unsafe-libyaml v0.2.11
24142026-05-21T19:38:13.522Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-21T19:38:13.546Z Compiling regress v0.10.5
24162026-05-21T19:38:13.572Z Compiling unicode-width v0.1.14
24172026-05-21T19:38:13.594Z Compiling is-terminal v0.4.17
24182026-05-21T19:38:13.616Z Compiling prettyplease v0.2.37
24192026-05-21T19:38:13.619Z Compiling bytecount v0.6.9
24202026-05-21T19:38:13.619Z Compiling rustls v0.22.4
24212026-05-21T19:38:13.619Z Compiling rustls-webpki v0.102.8
24222026-05-21T19:38:13.619Z Compiling derive-where v1.6.0
24232026-05-21T19:38:13.619Z Compiling thread_local v1.1.9
24242026-05-21T19:38:13.638Z Compiling match_cfg v0.1.0
24252026-05-21T19:38:13.658Z Compiling compression-core v0.4.31
24262026-05-21T19:38:13.789Z Compiling multer v3.1.0
24272026-05-21T19:38:13.817Z Compiling slog-async v2.8.0
24282026-05-21T19:38:13.846Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-21T19:38:13.867Z Compiling hostname v0.3.1
24302026-05-21T19:38:13.870Z Compiling compression-codecs v0.4.37
24312026-05-21T19:38:13.870Z Compiling crossbeam-channel v0.5.15
24322026-05-21T19:38:13.933Z Compiling slog-json v2.6.1
24332026-05-21T19:38:13.936Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-21T19:38:13.936Z Compiling serde_spanned v1.0.4
24352026-05-21T19:38:13.991Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-21T19:38:14.025Z Compiling take_mut v0.2.2
24372026-05-21T19:38:14.046Z Compiling term v1.2.1
24382026-05-21T19:38:14.174Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-21T19:38:14.174Z Compiling slog-bunyan v2.5.0
24402026-05-21T19:38:14.174Z Compiling async-compression v0.4.41
24412026-05-21T19:38:14.347Z Compiling slog-term v2.9.2
24422026-05-21T19:38:14.370Z Compiling async-stream v0.3.6
24432026-05-21T19:38:14.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24442026-05-21T19:38:14.441Z Compiling toml v1.0.6+spec-1.1.0
24452026-05-21T19:38:14.558Z Compiling dropshot v0.17.0
24462026-05-21T19:38:14.580Z Compiling num-rational v0.4.2
24472026-05-21T19:38:14.583Z Compiling progenitor-client v0.14.0
24482026-05-21T19:38:14.625Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-21T19:38:14.647Z Compiling waitgroup v0.1.2
24502026-05-21T19:38:14.689Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-05-21T19:38:14.731Z Compiling backon v1.6.0
24522026-05-21T19:38:14.815Z Compiling rustls-pemfile v2.2.0
24532026-05-21T19:38:14.842Z Compiling num-complex v0.4.6
24542026-05-21T19:38:14.871Z Compiling serde_path_to_error v0.1.20
24552026-05-21T19:38:14.899Z Compiling hostname v0.4.2
24562026-05-21T19:38:14.923Z Compiling instant v0.1.13
24572026-05-21T19:38:14.926Z Compiling debug-ignore v1.0.5
24582026-05-21T19:38:14.966Z Compiling progenitor-extras v0.2.0
24592026-05-21T19:38:15.035Z Compiling typify-impl v0.6.2
24602026-05-21T19:38:15.062Z Compiling backoff v0.4.0
24612026-05-21T19:38:15.085Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-05-21T19:38:15.088Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-21T19:38:15.248Z Compiling num v0.4.3
24642026-05-21T19:38:15.299Z Compiling parse-display v0.10.0
24652026-05-21T19:38:15.329Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-21T19:38:15.350Z Compiling progenitor-client v0.13.0
24672026-05-21T19:38:15.378Z Compiling progenitor-client v0.10.0
24682026-05-21T19:38:15.401Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-21T19:38:15.538Z Compiling macaddr v1.0.1
24702026-05-21T19:38:15.580Z Compiling float-ord v0.3.2
24712026-05-21T19:38:15.632Z Compiling console v0.15.11
24722026-05-21T19:38:15.703Z Compiling newline-converter v0.3.0
24732026-05-21T19:38:15.727Z Compiling atomicwrites v0.4.4
24742026-05-21T19:38:15.780Z Compiling slog-dtrace v0.3.0
24752026-05-21T19:38:15.891Z Compiling owo-colors v4.3.0
24762026-05-21T19:38:15.960Z Compiling cancel-safe-futures v0.1.5
24772026-05-21T19:38:16.019Z Compiling tokio-rustls v0.25.0
24782026-05-21T19:38:16.087Z Compiling expectorate v1.2.0
24792026-05-21T19:38:16.160Z Compiling libsw-core v0.3.2
24802026-05-21T19:38:16.233Z Compiling resolv-conf v0.7.6
24812026-05-21T19:38:16.303Z Compiling libsw v3.5.0
24822026-05-21T19:38:16.351Z Compiling toml v0.8.23
24832026-05-21T19:38:16.376Z Compiling linear-map v1.2.0
24842026-05-21T19:38:16.594Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-21T19:38:16.681Z Compiling minimal-lexical v0.2.1
24862026-05-21T19:38:16.708Z Compiling linked-hash-map v0.5.6
24872026-05-21T19:38:16.890Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-21T19:38:16.912Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-05-21T19:38:16.933Z Compiling nom v7.1.3
24902026-05-21T19:38:16.953Z Compiling lru-cache v0.1.2
24912026-05-21T19:38:16.973Z Compiling unicode-xid v0.2.6
24922026-05-21T19:38:16.977Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-21T19:38:17.100Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-05-21T19:38:17.128Z Compiling hickory-proto v0.24.4
24952026-05-21T19:38:17.128Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-21T19:38:17.170Z Compiling convert_case v0.10.0
24972026-05-21T19:38:17.392Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-21T19:38:17.472Z Compiling derive_more-impl v2.1.1
24992026-05-21T19:38:17.958Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-21T19:38:18.299Z Compiling derive_more v2.1.1
25012026-05-21T19:38:18.323Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-21T19:38:18.357Z Compiling papergrid v0.11.0
25032026-05-21T19:38:18.454Z Compiling tabled_derive v0.7.0
25042026-05-21T19:38:18.496Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-21T19:38:18.553Z Compiling typify-macro v0.6.2
25062026-05-21T19:38:18.769Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-21T19:38:19.025Z Compiling termtree v0.5.1
25082026-05-21T19:38:19.233Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-21T19:38:19.346Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-21T19:38:19.572Z Compiling tabled v0.15.0
25112026-05-21T19:38:19.812Z Compiling hickory-resolver v0.24.4
25122026-05-21T19:38:19.922Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-21T19:38:20.100Z Compiling typify v0.6.2
25142026-05-21T19:38:20.270Z Compiling progenitor-impl v0.14.0
25152026-05-21T19:38:20.998Z Compiling progenitor-impl v0.13.0
25162026-05-21T19:38:22.492Z Compiling progenitor-macro v0.14.0
25172026-05-21T19:38:22.913Z Compiling qorb v0.4.1
25182026-05-21T19:38:23.159Z Compiling progenitor-macro v0.13.0
25192026-05-21T19:38:24.277Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-21T19:38:24.753Z Compiling crossterm v0.29.0
25212026-05-21T19:38:25.320Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-21T19:38:25.464Z Compiling phf_shared v0.12.1
25232026-05-21T19:38:25.720Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-21T19:38:25.835Z Compiling csv-core v0.1.13
25252026-05-21T19:38:26.268Z Compiling vte v0.14.1
25262026-05-21T19:38:26.297Z Compiling highway v1.3.0
25272026-05-21T19:38:26.344Z Compiling chrono-tz v0.10.4
25282026-05-21T19:38:26.536Z Compiling strip-ansi-escapes v0.2.1
25292026-05-21T19:38:26.595Z Compiling progenitor v0.14.0
25302026-05-21T19:38:26.620Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-05-21T19:38:26.779Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-21T19:38:27.105Z Compiling csv v1.4.0
25332026-05-21T19:38:27.108Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-21T19:38:27.151Z Compiling phf v0.12.1
25352026-05-21T19:38:27.307Z Compiling progenitor v0.13.0
25362026-05-21T19:38:27.357Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-21T19:38:27.478Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-21T19:38:27.498Z Compiling const_format_proc_macros v0.2.34
25392026-05-21T19:38:27.708Z Compiling fd-lock v4.0.4
25402026-05-21T19:38:27.909Z Compiling peg-macros v0.8.5
25412026-05-21T19:38:28.009Z Compiling nu-ansi-term v0.50.3
25422026-05-21T19:38:28.123Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25432026-05-21T19:38:28.293Z Compiling const_format v0.2.35
25442026-05-21T19:38:28.548Z Compiling reedline v0.40.0
25452026-05-21T19:38:29.244Z Compiling peg v0.8.5
25462026-05-21T19:38:29.332Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-21T19:38:29.974Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-21T19:38:30.230Z Compiling bcs v0.1.6
25492026-05-21T19:38:30.275Z Compiling semver v0.1.20
25502026-05-21T19:38:30.569Z Compiling rustc_version v0.1.7
25512026-05-21T19:38:30.711Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-21T19:38:30.815Z Compiling newtype_derive v0.1.6
25532026-05-21T19:38:30.994Z Compiling humantime v2.3.0
25542026-05-21T19:38:31.044Z Compiling smawk v0.3.2
25552026-05-21T19:38:31.243Z Compiling unicode-linebreak v0.1.5
25562026-05-21T19:38:31.396Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-21T19:38:31.552Z Compiling textwrap v0.16.2
25582026-05-21T19:38:31.574Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-21T19:38:31.599Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-21T19:38:31.753Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-21T19:38:32.242Z Compiling base64 v0.21.7
25622026-05-21T19:38:32.627Z Compiling steno v0.4.1
25632026-05-21T19:38:32.653Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-21T19:38:32.783Z Compiling utf-8 v0.7.6
25652026-05-21T19:38:33.051Z Compiling tagptr v0.2.0
25662026-05-21T19:38:33.179Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-21T19:38:33.226Z Compiling moka v0.12.13
25682026-05-21T19:38:33.250Z Compiling tungstenite v0.21.0
25692026-05-21T19:38:33.398Z Compiling radium v0.7.0
25702026-05-21T19:38:33.695Z Compiling maybe-uninit v2.0.0
25712026-05-21T19:38:33.750Z Compiling tap v1.0.1
25722026-05-21T19:38:33.899Z Compiling tokio-tungstenite v0.21.0
25732026-05-21T19:38:34.034Z Compiling wyz v0.5.1
25742026-05-21T19:38:34.077Z Compiling zerocopy-derive v0.6.6
25752026-05-21T19:38:34.276Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25762026-05-21T19:38:34.300Z Compiling hickory-resolver v0.25.2
25772026-05-21T19:38:34.452Z Compiling crc-catalog v2.4.0
25782026-05-21T19:38:34.585Z Compiling display-error-chain v0.2.2
25792026-05-21T19:38:34.791Z Compiling funty v2.0.0
25802026-05-21T19:38:34.884Z Compiling packed_struct v0.10.1
25812026-05-21T19:38:35.204Z Compiling bitvec v1.0.1
25822026-05-21T19:38:35.403Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-21T19:38:35.477Z Compiling zerocopy v0.6.6
25842026-05-21T19:38:35.501Z Compiling crc v3.4.0
25852026-05-21T19:38:35.839Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-21T19:38:35.875Z Compiling num-derive v0.3.3
25872026-05-21T19:38:35.955Z Compiling packed_struct_codegen v0.10.1
25882026-05-21T19:38:36.429Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-21T19:38:36.745Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-05-21T19:38:36.984Z Compiling bitfield-macros v0.19.4
25912026-05-21T19:38:37.034Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-21T19:38:37.486Z Compiling indexmap v1.9.3
25932026-05-21T19:38:37.705Z Compiling nodrop v0.1.14
25942026-05-21T19:38:37.751Z Compiling bitfield v0.19.4
25952026-05-21T19:38:37.777Z Compiling proc-macro-error2 v2.0.1
25962026-05-21T19:38:37.837Z Compiling array-init v0.0.4
25972026-05-21T19:38:38.131Z Compiling libscf-sys v1.1.0
25982026-05-21T19:38:38.233Z Compiling smallvec v0.6.14
25992026-05-21T19:38:38.310Z Compiling typify-impl v0.4.3
26002026-05-21T19:38:38.341Z Compiling hashbrown v0.12.3
26012026-05-21T19:38:38.506Z Compiling serde-hex v0.1.0
26022026-05-21T19:38:38.672Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-05-21T19:38:38.816Z Compiling tabled_derive v0.11.0
26042026-05-21T19:38:39.371Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-21T19:38:39.490Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-05-21T19:38:39.607Z Compiling ron v0.8.1
26072026-05-21T19:38:39.629Z Compiling papergrid v0.17.0
26082026-05-21T19:38:39.867Z Compiling testing_table v0.3.0
26092026-05-21T19:38:40.344Z Compiling hashbrown v0.13.2
26102026-05-21T19:38:40.509Z Compiling vergen-gitcl v1.0.8
26112026-05-21T19:38:40.677Z Compiling dirs-sys-next v0.1.2
26122026-05-21T19:38:40.741Z Compiling maplit v1.0.2
26132026-05-21T19:38:40.862Z Compiling glob v0.3.3
26142026-05-21T19:38:40.884Z Compiling diesel_derives v2.3.7
26152026-05-21T19:38:40.944Z Compiling crunchy v0.2.4
26162026-05-21T19:38:40.971Z Compiling crc-any v2.5.0
26172026-05-21T19:38:41.132Z Compiling object v0.30.4
26182026-05-21T19:38:41.155Z Compiling dirs-next v2.0.0
26192026-05-21T19:38:41.224Z Compiling clang-sys v1.8.1
26202026-05-21T19:38:41.277Z Compiling tabled v0.20.0
26212026-05-21T19:38:41.337Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-21T19:38:41.408Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-21T19:38:41.548Z Compiling dsl_auto_type v0.2.0
26242026-05-21T19:38:41.620Z Compiling scheduled-thread-pool v0.2.7
26252026-05-21T19:38:41.815Z Compiling typify-macro v0.4.3
26262026-05-21T19:38:42.037Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-21T19:38:42.059Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-21T19:38:42.090Z Compiling path-slash v0.1.5
26292026-05-21T19:38:42.223Z Compiling xshell-macros v0.2.7
26302026-05-21T19:38:42.272Z Compiling tiny-keccak v2.0.2
26312026-05-21T19:38:42.389Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-21T19:38:42.542Z Compiling r2d2 v0.8.10
26332026-05-21T19:38:42.611Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-05-21T19:38:42.637Z Compiling xshell v0.2.7
26352026-05-21T19:38:42.970Z Compiling term v0.7.0
26362026-05-21T19:38:43.328Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-21T19:38:43.353Z Compiling downcast-rs v2.0.2
26382026-05-21T19:38:43.381Z Compiling bit-vec v0.6.3
26392026-05-21T19:38:43.480Z Compiling ascii-canvas v3.0.0
26402026-05-21T19:38:43.633Z Compiling bit-set v0.5.3
26412026-05-21T19:38:43.755Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-05-21T19:38:43.807Z Compiling itertools v0.10.5
26432026-05-21T19:38:43.829Z Compiling ena v0.14.4
26442026-05-21T19:38:43.941Z Compiling libloading v0.8.9
26452026-05-21T19:38:44.079Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-05-21T19:38:44.165Z Compiling bindgen v0.71.1
26472026-05-21T19:38:44.450Z Compiling regex-syntax v0.6.29
26482026-05-21T19:38:44.938Z Compiling crc8 v0.1.1
26492026-05-21T19:38:44.963Z Compiling unicase v2.9.0
26502026-05-21T19:38:45.081Z Compiling diff v0.1.13
26512026-05-21T19:38:45.350Z Compiling typify v0.4.3
26522026-05-21T19:38:45.452Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-21T19:38:45.527Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-21T19:38:45.922Z Compiling lalrpop v0.19.12
26552026-05-21T19:38:46.150Z Compiling cexpr v0.6.0
26562026-05-21T19:38:46.359Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-21T19:38:46.391Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-21T19:38:46.570Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-21T19:38:46.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-21T19:38:46.761Z Compiling headers-core v0.3.0
26612026-05-21T19:38:46.784Z Compiling libxml v0.3.3
26622026-05-21T19:38:46.808Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-05-21T19:38:47.089Z Compiling diesel v2.3.7
26642026-05-21T19:38:47.112Z Compiling headers v0.4.1
26652026-05-21T19:38:47.310Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-21T19:38:47.535Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-21T19:38:48.018Z Compiling strum_macros v0.24.3
26682026-05-21T19:38:48.038Z Compiling indoc v1.0.9
26692026-05-21T19:38:48.370Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-21T19:38:48.761Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-21T19:38:49.084Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-21T19:38:49.129Z Compiling derive_builder v0.20.2
26732026-05-21T19:38:49.265Z Compiling oso-derive v0.27.3
26742026-05-21T19:38:49.303Z Compiling quick-xml v0.37.5
26752026-05-21T19:38:49.796Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-21T19:38:49.921Z Compiling half v1.8.3
26772026-05-21T19:38:50.139Z Compiling openssl-probe v0.1.6
26782026-05-21T19:38:50.382Z Compiling serde_cbor v0.11.2
26792026-05-21T19:38:50.438Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-21T19:38:50.460Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-21T19:38:51.045Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-21T19:38:51.071Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-21T19:38:51.169Z Compiling bb8 v0.8.6
26842026-05-21T19:38:51.335Z Compiling trait-variant v0.1.2
26852026-05-21T19:38:51.387Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-21T19:38:51.604Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-21T19:38:51.652Z Compiling samael v0.0.19
26882026-05-21T19:38:51.682Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-21T19:38:51.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-05-21T19:38:51.887Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-21T19:38:51.955Z Compiling fxhash v0.2.1
26922026-05-21T19:38:52.034Z Compiling salty v0.3.0
26932026-05-21T19:38:52.135Z Compiling progenitor-impl v0.10.0
26942026-05-21T19:38:52.363Z Compiling progenitor-impl v0.11.2
26952026-05-21T19:38:52.394Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-21T19:38:52.756Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-21T19:38:53.859Z Compiling kstat-rs v0.2.4
26982026-05-21T19:38:53.859Z Compiling libz-sys v1.1.24
26992026-05-21T19:38:53.859Z Compiling nonempty v0.12.0
27002026-05-21T19:38:53.859Z Compiling polar-core v0.27.3
27012026-05-21T19:38:53.859Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-05-21T19:38:53.859Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-05-21T19:38:54.264Z Compiling progenitor-macro v0.10.0
27042026-05-21T19:38:54.562Z Compiling progenitor-macro v0.11.2
27052026-05-21T19:38:55.897Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-21T19:38:57.201Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-21T19:38:57.251Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-21T19:38:57.815Z Compiling progenitor-client v0.11.2
27092026-05-21T19:38:58.069Z Compiling darling_core v0.23.0
27102026-05-21T19:38:58.437Z Compiling nanorand v0.7.0
27112026-05-21T19:38:58.487Z Compiling arc-swap v1.8.2
27122026-05-21T19:38:58.666Z Compiling fs-err v2.11.0
27132026-05-21T19:38:58.813Z Compiling parking_lot_core v0.8.6
27142026-05-21T19:38:59.048Z Compiling slog-scope v4.4.1
27152026-05-21T19:38:59.095Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-05-21T19:38:59.118Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-05-21T19:38:59.507Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-05-21T19:39:00.269Z Compiling darling_macro v0.23.0
27192026-05-21T19:39:00.776Z Compiling mime_guess v2.0.5
27202026-05-21T19:39:01.288Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-21T19:39:02.111Z Compiling oso v0.27.3
27222026-05-21T19:39:03.195Z Compiling flume v0.11.1
27232026-05-21T19:39:03.574Z Compiling progenitor v0.11.2
27242026-05-21T19:39:03.613Z Compiling progenitor v0.10.0
27252026-05-21T19:39:03.760Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-05-21T19:39:03.801Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-21T19:39:06.177Z Compiling async-bb8-diesel v0.2.1
27282026-05-21T19:39:06.626Z Compiling diesel-dtrace v0.5.0
27292026-05-21T19:39:06.771Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-05-21T19:39:06.966Z Compiling primeorder v0.13.6
27312026-05-21T19:39:07.505Z Compiling git-stub v1.0.0
27322026-05-21T19:39:07.705Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-21T19:39:07.787Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-21T19:39:08.025Z Compiling instability v0.3.11
27352026-05-21T19:39:08.346Z Compiling git-stub-vcs v0.1.0
27362026-05-21T19:39:08.555Z Compiling p384 v0.13.1
27372026-05-21T19:39:08.577Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-21T19:39:09.197Z Compiling darling v0.23.0
27392026-05-21T19:39:09.270Z Compiling slog-stdlog v4.1.1
27402026-05-21T19:39:09.507Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-21T19:39:09.757Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-21T19:39:09.778Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-21T19:39:09.842Z Compiling ignore v0.4.25
27442026-05-21T19:39:09.992Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-21T19:39:10.725Z Compiling castaway v0.2.4
27462026-05-21T19:39:10.887Z Compiling atty v0.2.14
27472026-05-21T19:39:10.955Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-21T19:39:11.040Z Compiling parse-size v1.1.0
27492026-05-21T19:39:11.197Z Compiling http-range v0.1.5
27502026-05-21T19:39:11.270Z Compiling indoc v2.0.7
27512026-05-21T19:39:11.439Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-21T19:39:11.533Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-21T19:39:12.424Z Compiling compact_str v0.8.1
27542026-05-21T19:39:12.628Z Compiling globwalk v0.9.1
27552026-05-21T19:39:13.316Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-21T19:39:13.574Z Compiling slog-envlogger v2.2.0
27572026-05-21T19:39:14.841Z Compiling parking_lot v0.11.2
27582026-05-21T19:39:15.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-21T19:39:15.773Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-21T19:39:15.838Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-21T19:39:15.897Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-21T19:39:15.998Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-21T19:39:16.056Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-21T19:39:16.587Z Compiling predicates-tree v1.0.13
27652026-05-21T19:39:16.705Z Compiling unicode-truncate v1.1.0
27662026-05-21T19:39:16.868Z Compiling lru v0.12.5
27672026-05-21T19:39:16.921Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-21T19:39:16.948Z Compiling rand_seeder v0.4.0
27692026-05-21T19:39:17.062Z Compiling prefix-trie v0.7.0
27702026-05-21T19:39:17.107Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-21T19:39:17.159Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-21T19:39:17.211Z Compiling vergen-git2 v1.0.7
27732026-05-21T19:39:17.363Z Compiling corncobs v0.1.4
27742026-05-21T19:39:17.453Z Compiling cassowary v0.3.0
27752026-05-21T19:39:17.475Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-05-21T19:39:17.553Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-21T19:39:17.611Z Compiling hickory-server v0.25.2
27782026-05-21T19:39:17.692Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-05-21T19:39:17.786Z Compiling ratatui v0.29.0
27802026-05-21T19:39:17.830Z Compiling camino-tempfile-ext v0.3.3
27812026-05-21T19:39:17.907Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-21T19:39:18.269Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-21T19:39:18.494Z Compiling hyper-staticfile v0.10.1
27842026-05-21T19:39:18.515Z Compiling sled v0.34.7
27852026-05-21T19:39:18.773Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-21T19:39:19.268Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-21T19:39:19.718Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-21T19:39:19.966Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-21T19:39:21.555Z Compiling secrecy v0.8.0
27902026-05-21T19:39:21.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-21T19:39:21.997Z Compiling rustls v0.21.12
27922026-05-21T19:39:22.393Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-21T19:39:22.673Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-21T19:39:23.126Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-21T19:39:23.312Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-21T19:39:24.708Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-21T19:39:24.803Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-21T19:39:24.941Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-21T19:39:26.034Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-21T19:39:26.998Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-21T19:39:27.228Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-21T19:39:27.468Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-21T19:39:27.491Z Compiling rustls-webpki v0.101.7
28042026-05-21T19:39:27.699Z Compiling sct v0.7.1
28052026-05-21T19:39:27.810Z Compiling nix v0.29.0
28062026-05-21T19:39:27.899Z Compiling dropshot v0.16.7
28072026-05-21T19:39:27.952Z Compiling void v1.0.2
28082026-05-21T19:39:28.100Z Compiling lzss v0.8.2
28092026-05-21T19:39:28.296Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-21T19:39:28.317Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-21T19:39:28.380Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-21T19:39:29.095Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-21T19:39:29.502Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-21T19:39:29.601Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-21T19:39:29.858Z Compiling tungstenite v0.23.0
28162026-05-21T19:39:30.266Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-21T19:39:30.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-21T19:39:31.111Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-21T19:39:31.337Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-05-21T19:39:31.568Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-21T19:39:31.661Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-21T19:39:31.792Z Compiling nix v0.27.1
28232026-05-21T19:39:32.227Z Compiling dropshot_endpoint v0.16.7
28242026-05-21T19:39:32.230Z Compiling serde_bytes v0.11.19
28252026-05-21T19:39:32.469Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-21T19:39:32.588Z Compiling tokio-tungstenite v0.23.1
28272026-05-21T19:39:32.964Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-21T19:39:32.986Z Compiling tokio-rustls v0.24.1
28292026-05-21T19:39:33.578Z Compiling git2 v0.20.4
28302026-05-21T19:39:33.736Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28312026-05-21T19:39:36.420Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-21T19:39:36.637Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-21T19:39:38.057Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-21T19:39:38.290Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-21T19:39:38.704Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-21T19:39:38.956Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-21T19:39:39.453Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-21T19:39:40.803Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-21T19:39:41.490Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-21T19:39:41.739Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-21T19:39:42.271Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-21T19:39:42.542Z Compiling rustls-pemfile v1.0.4
28432026-05-21T19:39:42.971Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28442026-05-21T19:39:43.208Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28452026-05-21T19:39:43.508Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-05-21T19:39:44.251Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-05-21T19:39:44.531Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-21T19:39:46.409Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-21T19:39:46.593Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-21T19:39:46.632Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-21T19:39:46.835Z Compiling signal-hook-tokio v0.3.1
28522026-05-21T19:39:47.036Z Compiling twox-hash v2.1.2
28532026-05-21T19:39:47.162Z Compiling yasna v0.5.2
28542026-05-21T19:39:47.469Z Compiling is_ci v1.2.0
28552026-05-21T19:39:47.692Z Compiling supports-color v3.0.2
28562026-05-21T19:39:47.717Z Compiling rcgen v0.12.1
28572026-05-21T19:39:47.981Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-21T19:39:48.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-21T19:39:48.388Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-21T19:39:48.448Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-21T19:39:48.778Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-21T19:39:48.884Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-21T19:39:48.998Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-21T19:39:50.701Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-05-21T19:39:51.386Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-05-21T19:39:52.306Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-21T19:39:52.331Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-21T19:39:52.571Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-05-21T19:39:52.806Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-21T19:39:53.023Z Compiling fatfs v0.3.6
28712026-05-21T19:39:53.226Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-21T19:39:53.784Z Compiling rtoolbox v0.0.3
28732026-05-21T19:39:54.078Z Compiling subprocess v0.2.15
28742026-05-21T19:39:54.261Z Compiling assert_matches v1.5.0
28752026-05-21T19:39:54.310Z Compiling seq-macro v0.3.6
28762026-05-21T19:39:54.375Z Compiling rpassword v7.4.0
28772026-05-21T19:39:54.664Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-05-21T19:39:54.830Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-21T19:39:56.130Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-21T19:39:56.288Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-05-21T19:39:56.727Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-05-21T19:39:56.869Z Compiling tui-tree-widget v0.23.1
28832026-05-21T19:39:56.934Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-21T19:39:57.151Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-21T19:39:57.664Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-21T19:39:58.018Z Compiling uzers v0.12.2
28872026-05-21T19:39:58.694Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-21T19:39:59.547Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-21T19:40:00.357Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-21T19:40:01.376Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-21T19:40:03.157Z Compiling support-bundle-viewer v0.1.2
28922026-05-21T19:40:05.064Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-05-21T19:40:05.129Z Compiling multimap v0.10.1
28942026-05-21T19:40:13.367Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-21T19:40:14.167Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-21T19:40:16.046Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-21T19:40:24.437Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-21T19:45:53.960Z Finished `release` profile [optimized] target(s) in 7m 42s
28992026-05-21T19:46:37.832Z
29002026-05-21T19:46:37.832Zreal 8:26.987275307
29012026-05-21T19:46:37.835Zuser 1:18:16.177599432
29022026-05-21T19:46:37.835Zsys 3:31.187520180
29032026-05-21T19:46:37.835Ztrap 1.755143786
29042026-05-21T19:46:37.835Ztflt 3.902541918
29052026-05-21T19:46:37.835Zdflt 16.760114322
29062026-05-21T19:46:37.835Zkflt 0.096885783
29072026-05-21T19:46:37.835Zlock 6:35:24.336482094
29082026-05-21T19:46:37.835Zslp 2:14:36.563653005
29092026-05-21T19:46:37.835Zlat 2:29.385415439
29102026-05-21T19:46:37.835Zstop 5:02.480273844
29112026-05-21T19:46:37.835Z+ mapfile -t packages
29122026-05-21T19:46:37.835Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-21T19:46:38.785Z Finished `release` profile [optimized] target(s) in 0.94s
29142026-05-21T19:46:38.860Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-21T19:46:38.918ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-21T19:46:38.921Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-21T19:46:39.449Z Compiling libc v0.2.185
29182026-05-21T19:46:39.449Z Compiling serde v1.0.228
29192026-05-21T19:46:39.452Z Compiling serde_core v1.0.228
29202026-05-21T19:46:39.541Z Compiling rustix v1.1.3
29212026-05-21T19:46:39.549Z Compiling serde_json v1.0.149
29222026-05-21T19:46:39.552Z Compiling bitflags v2.11.0
29232026-05-21T19:46:39.604Z Compiling num-traits v0.2.19
29242026-05-21T19:46:39.613Z Compiling syn v2.0.117
29252026-05-21T19:46:39.625Z Compiling smallvec v1.15.1
29262026-05-21T19:46:39.648Z Compiling indexmap v2.14.0
29272026-05-21T19:46:39.660Z Compiling usdt-impl v0.5.0
29282026-05-21T19:46:39.664Z Compiling syn v1.0.109
29292026-05-21T19:46:39.687Z Compiling getrandom v0.4.1
29302026-05-21T19:46:39.698Z Compiling percent-encoding v2.3.2
29312026-05-21T19:46:39.816Z Compiling log v0.4.29
29322026-05-21T19:46:39.961Z Compiling form_urlencoded v1.2.2
29332026-05-21T19:46:40.061Z Compiling fs-err v3.3.0
29342026-05-21T19:46:40.061Z Compiling heck v0.4.1
29352026-05-21T19:46:40.098Z Compiling anyhow v1.0.102
29362026-05-21T19:46:40.102Z Compiling once_cell v1.21.3
29372026-05-21T19:46:40.317Z Compiling errno v0.3.14
29382026-05-21T19:46:40.320Z Compiling thread-id v4.2.2
29392026-05-21T19:46:40.320Z Compiling memmap v0.7.0
29402026-05-21T19:46:40.667Z Compiling ordered-float v2.10.1
29412026-05-21T19:46:41.171Z Compiling proc-macro-error v1.0.4
29422026-05-21T19:46:41.347Z Compiling terminal_size v0.4.3
29432026-05-21T19:46:41.347Z Compiling tempfile v3.25.0
29442026-05-21T19:46:41.421Z Compiling tabled_derive v0.7.0
29452026-05-21T19:46:41.445Z Compiling clap_builder v4.5.60
29462026-05-21T19:46:41.448Z Compiling textwrap v0.16.2
29472026-05-21T19:46:41.583Z Compiling camino-tempfile v1.4.1
29482026-05-21T19:46:42.104Z Compiling tabled v0.15.0
29492026-05-21T19:46:42.139Z Compiling synstructure v0.13.2
29502026-05-21T19:46:42.139Z Compiling pest_generator v2.8.6
29512026-05-21T19:46:42.541Z Compiling serde_derive v1.0.228
29522026-05-21T19:46:42.548Z Compiling zerovec-derive v0.11.2
29532026-05-21T19:46:42.548Z Compiling displaydoc v0.2.5
29542026-05-21T19:46:42.548Z Compiling thiserror-impl v1.0.69
29552026-05-21T19:46:42.548Z Compiling zerocopy-derive v0.7.35
29562026-05-21T19:46:42.548Z Compiling scroll_derive v0.12.1
29572026-05-21T19:46:42.548Z Compiling thiserror-impl v2.0.18
29582026-05-21T19:46:42.548Z Compiling clap_derive v4.5.55
29592026-05-21T19:46:42.584Z Compiling zerofrom-derive v0.1.6
29602026-05-21T19:46:42.595Z Compiling yoke-derive v0.8.1
29612026-05-21T19:46:42.687Z Compiling pest_derive v2.8.6
29622026-05-21T19:46:43.239Z Compiling scroll v0.12.0
29632026-05-21T19:46:43.396Z Compiling zerocopy v0.7.35
29642026-05-21T19:46:43.581Z Compiling goblin v0.8.2
29652026-05-21T19:46:43.616Z Compiling zerofrom v0.1.6
29662026-05-21T19:46:43.658Z Compiling thiserror v1.0.69
29672026-05-21T19:46:43.764Z Compiling yoke v0.8.1
29682026-05-21T19:46:43.784Z Compiling dtrace-parser v0.2.0
29692026-05-21T19:46:43.826Z Compiling thiserror v2.0.18
29702026-05-21T19:46:43.959Z Compiling zerovec v0.11.5
29712026-05-21T19:46:43.982Z Compiling zerotrie v0.2.3
29722026-05-21T19:46:44.216Z Compiling clap v4.5.60
29732026-05-21T19:46:44.568Z Compiling tinystr v0.8.2
29742026-05-21T19:46:44.633Z Compiling potential_utf v0.1.4
29752026-05-21T19:46:44.806Z Compiling icu_locale_core v2.1.1
29762026-05-21T19:46:44.831Z Compiling icu_collections v2.1.1
29772026-05-21T19:46:45.581Z Compiling icu_provider v2.1.1
29782026-05-21T19:46:45.897Z Compiling icu_normalizer v2.1.1
29792026-05-21T19:46:45.973Z Compiling icu_properties v2.1.2
29802026-05-21T19:46:46.025Z Compiling toml_datetime v0.6.11
29812026-05-21T19:46:46.302Z Compiling serde_spanned v0.6.9
29822026-05-21T19:46:46.408Z Compiling dof v0.3.0
29832026-05-21T19:46:46.424Z Compiling serde_tokenstream v0.2.3
29842026-05-21T19:46:46.523Z Compiling toml_edit v0.22.27
29852026-05-21T19:46:46.623Z Compiling serde-value v0.7.0
29862026-05-21T19:46:46.756Z Compiling cargo-platform v0.2.0
29872026-05-21T19:46:46.782Z Compiling macaddr v1.0.1
29882026-05-21T19:46:46.892Z Compiling idna_adapter v1.2.1
29892026-05-21T19:46:47.036Z Compiling idna v1.1.0
29902026-05-21T19:46:47.228Z Compiling usdt-attr-macro v0.5.0
29912026-05-21T19:46:47.251Z Compiling usdt-macro v0.5.0
29922026-05-21T19:46:47.402Z Compiling url v2.5.8
29932026-05-21T19:46:47.917Z Compiling usdt v0.5.0
29942026-05-21T19:46:48.103Z Compiling toml v0.8.23
29952026-05-21T19:46:48.542Z Compiling cargo-util-schemas v0.8.2
29962026-05-21T19:46:48.542Z Compiling cargo_toml v0.21.0
29972026-05-21T19:46:49.547Z Compiling cargo_metadata v0.21.0
29982026-05-21T19:46:52.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-21T19:46:55.616Z Finished `release` profile [optimized] target(s) in 16.68s
30002026-05-21T19:46:55.744Z
30012026-05-21T19:46:55.744Zreal 16.788091314
30022026-05-21T19:46:55.744Zuser 2:22.426155866
30032026-05-21T19:46:55.744Zsys 17.113289624
30042026-05-21T19:46:55.745Ztrap 0.096063101
30052026-05-21T19:46:55.745Ztflt 0.585558871
30062026-05-21T19:46:55.745Zdflt 1.524434400
30072026-05-21T19:46:55.748Zkflt 0.000027780
30082026-05-21T19:46:55.748Zlock 5:19.814675709
30092026-05-21T19:46:55.748Zslp 3:26.801288776
30102026-05-21T19:46:55.748Zlat 6.922490135
30112026-05-21T19:46:55.748Zstop 19.873476433
30122026-05-21T19:46:55.748Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-21T19:46:55.748Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-21T19:46:55.748Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-21T19:46:55.748Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-21T19:46:55.748Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-21T19:46:56.677Z Compiling newtype-uuid-macros v0.1.0
30182026-05-21T19:46:56.680Z Compiling regress v0.10.5
30192026-05-21T19:46:56.680Z Compiling structmeta-derive v0.3.0
30202026-05-21T19:46:56.680Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-21T19:46:56.851Z Compiling rustls v0.22.4
30222026-05-21T19:46:56.854Z Compiling rustls-webpki v0.102.8
30232026-05-21T19:46:56.854Z Compiling multer v3.1.0
30242026-05-21T19:46:56.854Z Compiling compression-core v0.4.31
30252026-05-21T19:46:56.854Z Compiling match_cfg v0.1.0
30262026-05-21T19:46:56.865Z Compiling debug-ignore v1.0.5
30272026-05-21T19:46:56.868Z Compiling slog-json v2.6.1
30282026-05-21T19:46:56.868Z Compiling async-stream-impl v0.3.6
30292026-05-21T19:46:56.977Z Compiling serde_spanned v1.0.4
30302026-05-21T19:46:56.993Z Compiling toml_datetime v1.0.0+spec-1.1.0
30312026-05-21T19:46:56.996Z Compiling hostname v0.3.1
30322026-05-21T19:46:56.996Z Compiling dropshot v0.17.0
30332026-05-21T19:46:57.008Z Compiling toml_writer v1.0.6+spec-1.1.0
30342026-05-21T19:46:57.081Z Compiling itertools v0.14.0
30352026-05-21T19:46:57.124Z Compiling compression-codecs v0.4.37
30362026-05-21T19:46:57.143Z Compiling waitgroup v0.1.2
30372026-05-21T19:46:57.198Z Compiling slog-bunyan v2.5.0
30382026-05-21T19:46:57.234Z Compiling rustls-pemfile v2.2.0
30392026-05-21T19:46:57.249Z Compiling toml v1.0.6+spec-1.1.0
30402026-05-21T19:46:57.308Z Compiling async-compression v0.4.41
30412026-05-21T19:46:57.343Z Compiling dropshot_endpoint v0.17.0
30422026-05-21T19:46:57.365Z Compiling serde_path_to_error v0.1.20
30432026-05-21T19:46:57.384Z Compiling hostname v0.4.2
30442026-05-21T19:46:57.403Z Compiling progenitor-client v0.14.0
30452026-05-21T19:46:57.420Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-21T19:46:57.472Z Compiling macaddr v1.0.1
30472026-05-21T19:46:57.544Z Compiling async-stream v0.3.6
30482026-05-21T19:46:57.561Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30492026-05-21T19:46:57.609Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-05-21T19:46:57.632Z Compiling instant v0.1.13
30512026-05-21T19:46:57.650Z Compiling progenitor-client v0.10.0
30522026-05-21T19:46:57.670Z Compiling backon v1.6.0
30532026-05-21T19:46:57.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-05-21T19:46:57.731Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30552026-05-21T19:46:57.749Z Compiling backoff v0.4.0
30562026-05-21T19:46:57.752Z Compiling universal-hash v0.5.1
30572026-05-21T19:46:57.783Z Compiling opaque-debug v0.3.1
30582026-05-21T19:46:57.783Z Compiling half v2.7.1
30592026-05-21T19:46:57.873Z Compiling progenitor-extras v0.2.0
30602026-05-21T19:46:57.907Z Compiling ciborium-io v0.2.2
30612026-05-21T19:46:57.925Z Compiling crucible-workspace-hack v0.1.0
30622026-05-21T19:46:57.948Z Compiling structmeta v0.3.0
30632026-05-21T19:46:57.986Z Compiling unsafe-libyaml v0.2.11
30642026-05-21T19:46:58.005Z Compiling convert_case v0.4.0
30652026-05-21T19:46:58.021Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-05-21T19:46:58.040Z Compiling regress v0.11.1
30672026-05-21T19:46:58.129Z Compiling ciborium-ll v0.2.2
30682026-05-21T19:46:58.166Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-05-21T19:46:58.186Z Compiling aead v0.5.2
30702026-05-21T19:46:58.205Z Compiling derive-ex v0.1.8
30712026-05-21T19:46:58.208Z Compiling parse-display-derive v0.10.0
30722026-05-21T19:46:58.259Z Compiling secrecy v0.10.3
30732026-05-21T19:46:58.337Z Compiling ciborium v0.2.2
30742026-05-21T19:46:58.368Z Compiling poly1305 v0.8.0
30752026-05-21T19:46:58.386Z Compiling chacha20 v0.9.1
30762026-05-21T19:46:58.403Z Compiling derive_more v0.99.20
30772026-05-21T19:46:58.425Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-21T19:46:58.445Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-21T19:46:58.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-21T19:46:58.610Z Compiling serde_yaml v0.9.34+deprecated
30812026-05-21T19:46:58.656Z Compiling thiserror-impl-no-std v2.0.2
30822026-05-21T19:46:58.673Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-21T19:46:58.776Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-21T19:46:58.836Z Compiling byte-wrapper v0.1.0
30852026-05-21T19:46:58.853Z Compiling password-hash v0.5.0
30862026-05-21T19:46:58.930Z Compiling blake2 v0.10.6
30872026-05-21T19:46:58.952Z Compiling chacha20poly1305 v0.10.1
30882026-05-21T19:46:59.134Z Compiling tokio-rustls v0.25.0
30892026-05-21T19:46:59.156Z Compiling indent_write v2.2.0
30902026-05-21T19:46:59.184Z Compiling heapless v0.8.0
30912026-05-21T19:46:59.211Z Compiling argon2 v0.5.3
30922026-05-21T19:46:59.299Z Compiling ingot-macros v0.1.1
30932026-05-21T19:46:59.327Z Compiling toml_edit v0.23.10+spec-1.0.0
30942026-05-21T19:46:59.521Z Compiling hash32 v0.3.1
30952026-05-21T19:46:59.692Z Compiling typify-impl v0.6.2
30962026-05-21T19:46:59.707Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30972026-05-21T19:46:59.935Z Compiling thiserror-no-std v2.0.2
30982026-05-21T19:46:59.989Z Compiling test-strategy v0.4.5
30992026-05-21T19:47:00.009Z Compiling parse-display v0.10.0
31002026-05-21T19:47:00.028Z Compiling smoltcp v0.11.0
31012026-05-21T19:47:00.061Z Compiling vsss-rs v3.3.4
31022026-05-21T19:47:00.080Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-05-21T19:47:00.131Z Compiling proc-macro-crate v3.4.0
31042026-05-21T19:47:00.362Z Compiling tabwriter v1.4.1
31052026-05-21T19:47:00.435Z Compiling num-rational v0.4.2
31062026-05-21T19:47:00.454Z Compiling cobs v0.3.0
31072026-05-21T19:47:00.454Z Compiling num-complex v0.4.6
31082026-05-21T19:47:00.625Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-21T19:47:00.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-21T19:47:00.705Z Compiling postcard v1.1.3
31112026-05-21T19:47:00.723Z Compiling num_enum_derive v0.7.5
31122026-05-21T19:47:00.825Z Compiling proc-macro-error v1.0.4
31132026-05-21T19:47:00.894Z Compiling num v0.4.3
31142026-05-21T19:47:00.932Z Compiling proc-macro-crate v1.3.1
31152026-05-21T19:47:00.994Z Compiling foreign-types-macros v0.2.3
31162026-05-21T19:47:01.014Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31172026-05-21T19:47:01.053Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-21T19:47:01.071Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31192026-05-21T19:47:01.086Z Compiling float-ord v0.3.2
31202026-05-21T19:47:01.178Z Compiling rayon-core v1.13.0
31212026-05-21T19:47:01.231Z Compiling foreign-types-shared v0.3.1
31222026-05-21T19:47:01.287Z Compiling cpufeatures v0.3.0
31232026-05-21T19:47:01.338Z Compiling colored v3.1.1
31242026-05-21T19:47:01.395Z Compiling num_enum_derive v0.5.11
31252026-05-21T19:47:01.398Z Compiling chacha20 v0.10.0
31262026-05-21T19:47:01.431Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272026-05-21T19:47:01.502Z Compiling crossbeam-deque v0.8.6
31282026-05-21T19:47:01.544Z Compiling camino-tempfile v1.4.1
31292026-05-21T19:47:01.574Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31302026-05-21T19:47:01.668Z Compiling foreign-types v0.5.0
31312026-05-21T19:47:01.685Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-05-21T19:47:01.704Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-21T19:47:01.743Z Compiling cstr-argument v0.1.2
31342026-05-21T19:47:01.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-05-21T19:47:01.817Z Compiling rand v0.10.0
31362026-05-21T19:47:01.834Z Compiling toml v0.8.23
31372026-05-21T19:47:01.859Z Compiling num_enum v0.7.5
31382026-05-21T19:47:01.926Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31392026-05-21T19:47:02.014Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-21T19:47:02.034Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-21T19:47:02.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-21T19:47:02.175Z Compiling zone_cfg_derive v0.3.1
31432026-05-21T19:47:02.211Z Compiling rayon v1.11.0
31442026-05-21T19:47:02.214Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-21T19:47:02.253Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31462026-05-21T19:47:02.298Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-05-21T19:47:02.318Z Compiling ingot-types v0.1.2
31482026-05-21T19:47:02.335Z Compiling itertools v0.12.1
31492026-05-21T19:47:02.389Z Compiling num-derive v0.4.2
31502026-05-21T19:47:02.427Z Compiling sigpipe v0.1.3
31512026-05-21T19:47:02.512Z Compiling glob v0.3.3
31522026-05-21T19:47:02.531Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-05-21T19:47:02.549Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-21T19:47:02.568Z Compiling num_enum v0.5.11
31552026-05-21T19:47:02.603Z Compiling smf v0.2.3
31562026-05-21T19:47:02.715Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-05-21T19:47:02.758Z Compiling ingot v0.1.1
31582026-05-21T19:47:02.798Z Compiling prettyplease v0.2.37
31592026-05-21T19:47:02.823Z Compiling whoami v1.6.1
31602026-05-21T19:47:02.841Z Compiling gethostname v0.5.0
31612026-05-21T19:47:02.909Z Compiling atomicwrites v0.4.4
31622026-05-21T19:47:02.998Z Compiling usdt-macro v0.5.0
31632026-05-21T19:47:03.057Z Compiling usdt-attr-macro v0.5.0
31642026-05-21T19:47:03.133Z Compiling memmap v0.7.0
31652026-05-21T19:47:03.151Z Compiling derive-where v1.6.0
31662026-05-21T19:47:03.175Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-21T19:47:03.253Z Compiling progenitor-client v0.13.0
31682026-05-21T19:47:03.342Z Compiling owo-colors v4.3.0
31692026-05-21T19:47:03.361Z Compiling resolv-conf v0.7.6
31702026-05-21T19:47:03.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-05-21T19:47:03.630Z Compiling zone v0.3.1
31722026-05-21T19:47:03.647Z Compiling cancel-safe-futures v0.1.5
31732026-05-21T19:47:03.740Z Compiling libsw-core v0.3.2
31742026-05-21T19:47:03.813Z Compiling console v0.15.11
31752026-05-21T19:47:03.843Z Compiling newline-converter v0.3.0
31762026-05-21T19:47:03.904Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-21T19:47:03.936Z Compiling usdt v0.5.0
31782026-05-21T19:47:03.997Z Compiling libsw v3.5.0
31792026-05-21T19:47:04.072Z Compiling linear-map v1.2.0
31802026-05-21T19:47:04.113Z Compiling libefi-sys v0.1.0
31812026-05-21T19:47:04.197Z Compiling expectorate v1.2.0
31822026-05-21T19:47:04.235Z Compiling hickory-proto v0.24.4
31832026-05-21T19:47:04.277Z Compiling bitfield-struct v0.6.2
31842026-05-21T19:47:04.295Z Compiling linked-hash-map v0.5.6
31852026-05-21T19:47:04.316Z Compiling semver v0.1.20
31862026-05-21T19:47:04.354Z Compiling tokio-dtrace v0.1.1
31872026-05-21T19:47:04.396Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-21T19:47:04.412Z Compiling typify-macro v0.6.2
31892026-05-21T19:47:04.432Z Compiling slog-dtrace v0.3.0
31902026-05-21T19:47:04.517Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31912026-05-21T19:47:04.536Z Compiling rustc_version v0.1.7
31922026-05-21T19:47:04.555Z Compiling lru-cache v0.1.2
31932026-05-21T19:47:04.580Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-05-21T19:47:04.603Z Compiling minimal-lexical v0.2.1
31952026-05-21T19:47:04.642Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-05-21T19:47:04.660Z Compiling oxide-tokio-rt v0.1.4
31972026-05-21T19:47:04.714Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-05-21T19:47:04.731Z Compiling typify-impl v0.4.3
31992026-05-21T19:47:04.734Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-21T19:47:04.765Z Compiling phf_shared v0.12.1
32012026-05-21T19:47:04.768Z Compiling csv-core v0.1.13
32022026-05-21T19:47:04.800Z Compiling newtype_derive v0.1.6
32032026-05-21T19:47:04.894Z Compiling nom v7.1.3
32042026-05-21T19:47:04.948Z Compiling xshell-macros v0.2.7
32052026-05-21T19:47:04.970Z Compiling chrono-tz v0.10.4
32062026-05-21T19:47:04.990Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-21T19:47:05.008Z Compiling highway v1.3.0
32082026-05-21T19:47:05.028Z Compiling const_format_proc_macros v0.2.34
32092026-05-21T19:47:05.066Z Compiling csv v1.4.0
32102026-05-21T19:47:05.108Z Compiling phf v0.12.1
32112026-05-21T19:47:05.284Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-21T19:47:05.317Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-21T19:47:05.335Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-21T19:47:05.367Z Compiling xshell v0.2.7
32152026-05-21T19:47:05.562Z Compiling primeorder v0.13.6
32162026-05-21T19:47:05.637Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32172026-05-21T19:47:05.741Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32182026-05-21T19:47:05.809Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32192026-05-21T19:47:05.855Z Compiling tabled_derive v0.7.0
32202026-05-21T19:47:05.889Z Compiling const_format v0.2.35
32212026-05-21T19:47:05.911Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32222026-05-21T19:47:05.945Z Compiling bcs v0.1.6
32232026-05-21T19:47:06.245Z Compiling termtree v0.5.1
32242026-05-21T19:47:06.265Z Compiling salty v0.3.0
32252026-05-21T19:47:06.285Z Compiling typify v0.6.2
32262026-05-21T19:47:06.302Z Compiling textwrap v0.16.2
32272026-05-21T19:47:06.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-05-21T19:47:06.348Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32292026-05-21T19:47:06.418Z Compiling progenitor-impl v0.14.0
32302026-05-21T19:47:06.437Z Compiling progenitor-impl v0.13.0
32312026-05-21T19:47:06.485Z Compiling hickory-resolver v0.24.4
32322026-05-21T19:47:06.589Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-05-21T19:47:06.657Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-21T19:47:06.813Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-21T19:47:06.921Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32362026-05-21T19:47:06.924Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32372026-05-21T19:47:07.199Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32382026-05-21T19:47:07.267Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-21T19:47:07.486Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-21T19:47:07.503Z Compiling tabled v0.15.0
32412026-05-21T19:47:07.584Z Compiling qorb v0.4.1
32422026-05-21T19:47:07.610Z Compiling steno v0.4.1
32432026-05-21T19:47:07.796Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-21T19:47:07.971Z Compiling tagptr v0.2.0
32452026-05-21T19:47:08.195Z Compiling base64 v0.21.7
32462026-05-21T19:47:08.244Z Compiling humantime v2.3.0
32472026-05-21T19:47:08.403Z Compiling radium v0.7.0
32482026-05-21T19:47:08.560Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32492026-05-21T19:47:08.584Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-05-21T19:47:08.605Z Compiling moka v0.12.13
32512026-05-21T19:47:08.830Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32522026-05-21T19:47:08.849Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32532026-05-21T19:47:08.868Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32542026-05-21T19:47:09.203Z Compiling p384 v0.13.1
32552026-05-21T19:47:09.221Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-21T19:47:09.250Z Compiling progenitor-macro v0.14.0
32572026-05-21T19:47:09.308Z Compiling progenitor-macro v0.13.0
32582026-05-21T19:47:09.405Z Compiling typify-macro v0.4.3
32592026-05-21T19:47:09.451Z Compiling maybe-uninit v2.0.0
32602026-05-21T19:47:09.493Z Compiling tap v1.0.1
32612026-05-21T19:47:09.637Z Compiling wyz v0.5.1
32622026-05-21T19:47:09.667Z Compiling hickory-resolver v0.25.2
32632026-05-21T19:47:09.723Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-21T19:47:09.835Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-21T19:47:09.862Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-21T19:47:09.956Z Compiling funty v2.0.0
32672026-05-21T19:47:10.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-21T19:47:10.196Z Compiling packed_struct v0.10.1
32692026-05-21T19:47:10.240Z Compiling utf-8 v0.7.6
32702026-05-21T19:47:10.269Z Compiling parking_lot_core v0.8.6
32712026-05-21T19:47:10.311Z Compiling proc-macro-error2 v2.0.1
32722026-05-21T19:47:10.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32732026-05-21T19:47:10.483Z Compiling tungstenite v0.21.0
32742026-05-21T19:47:10.501Z Compiling bitvec v1.0.1
32752026-05-21T19:47:10.603Z Compiling polyval v0.6.2
32762026-05-21T19:47:10.620Z Compiling git-stub v1.0.0
32772026-05-21T19:47:10.637Z Compiling packed_struct_codegen v0.10.1
32782026-05-21T19:47:10.667Z Compiling num-derive v0.3.3
32792026-05-21T19:47:10.684Z Compiling bitfield-macros v0.19.4
32802026-05-21T19:47:10.863Z Compiling zerocopy-derive v0.6.6
32812026-05-21T19:47:10.921Z Compiling indexmap v1.9.3
32822026-05-21T19:47:11.065Z Compiling crc-catalog v2.4.0
32832026-05-21T19:47:11.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-05-21T19:47:11.192Z Compiling nodrop v0.1.14
32852026-05-21T19:47:11.232Z Compiling typify v0.4.3
32862026-05-21T19:47:11.320Z Compiling array-init v0.0.4
32872026-05-21T19:47:11.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-05-21T19:47:11.385Z Compiling progenitor-impl v0.11.2
32892026-05-21T19:47:11.450Z Compiling crc v3.4.0
32902026-05-21T19:47:11.500Z Compiling bitfield v0.19.4
32912026-05-21T19:47:11.593Z Compiling tokio-tungstenite v0.21.0
32922026-05-21T19:47:11.670Z Compiling libscf-sys v1.1.0
32932026-05-21T19:47:11.687Z Compiling git-stub-vcs v0.1.0
32942026-05-21T19:47:11.738Z Compiling ghash v0.5.1
32952026-05-21T19:47:11.775Z Compiling zerocopy v0.6.6
32962026-05-21T19:47:11.838Z Compiling tabled_derive v0.11.0
32972026-05-21T19:47:11.855Z Compiling smallvec v0.6.14
32982026-05-21T19:47:11.998Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-21T19:47:12.096Z Compiling papergrid v0.17.0
33002026-05-21T19:47:12.113Z Compiling testing_table v0.3.0
33012026-05-21T19:47:12.145Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-21T19:47:12.201Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-21T19:47:12.219Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-21T19:47:12.305Z Compiling ctr v0.9.2
33052026-05-21T19:47:12.467Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-21T19:47:12.485Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-21T19:47:12.543Z Compiling hashbrown v0.12.3
33082026-05-21T19:47:12.592Z Compiling corncobs v0.1.4
33092026-05-21T19:47:12.728Z Compiling unicase v2.9.0
33102026-05-21T19:47:12.806Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-21T19:47:12.822Z Compiling aes-gcm v0.10.3
33122026-05-21T19:47:12.865Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-21T19:47:12.917Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-21T19:47:12.968Z Compiling mime_guess v2.0.5
33152026-05-21T19:47:13.065Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-21T19:47:13.092Z Compiling tabled v0.20.0
33172026-05-21T19:47:13.226Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-05-21T19:47:13.252Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33192026-05-21T19:47:13.337Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-05-21T19:47:13.479Z Compiling parking_lot v0.11.2
33212026-05-21T19:47:13.569Z Compiling serde-hex v0.1.0
33222026-05-21T19:47:13.585Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-21T19:47:13.748Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33242026-05-21T19:47:13.850Z Compiling progenitor-impl v0.10.0
33252026-05-21T19:47:13.894Z Compiling ron v0.8.1
33262026-05-21T19:47:13.914Z Compiling hashbrown v0.13.2
33272026-05-21T19:47:14.044Z Compiling progenitor-client v0.11.2
33282026-05-21T19:47:14.103Z Compiling ssh-encoding v0.2.0
33292026-05-21T19:47:14.264Z Compiling progenitor-macro v0.11.2
33302026-05-21T19:47:14.396Z Compiling prefix-trie v0.7.0
33312026-05-21T19:47:14.399Z Compiling blowfish v0.9.1
33322026-05-21T19:47:14.484Z Compiling fxhash v0.2.1
33332026-05-21T19:47:14.535Z Compiling progenitor v0.13.0
33342026-05-21T19:47:14.579Z Compiling progenitor v0.14.0
33352026-05-21T19:47:14.652Z Compiling secrecy v0.8.0
33362026-05-21T19:47:14.656Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-05-21T19:47:14.697Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33382026-05-21T19:47:14.721Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-05-21T19:47:14.774Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-05-21T19:47:14.829Z Compiling crc-any v2.5.0
33412026-05-21T19:47:14.869Z Compiling hickory-server v0.25.2
33422026-05-21T19:47:14.913Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33432026-05-21T19:47:14.936Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33442026-05-21T19:47:15.096Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-05-21T19:47:15.325Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-21T19:47:15.597Z Compiling sled v0.34.7
33472026-05-21T19:47:15.639Z Compiling bcrypt-pbkdf v0.10.0
33482026-05-21T19:47:16.018Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-05-21T19:47:16.040Z Compiling object v0.30.4
33502026-05-21T19:47:16.363Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-05-21T19:47:16.382Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33522026-05-21T19:47:16.650Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33532026-05-21T19:47:16.732Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-05-21T19:47:16.950Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33552026-05-21T19:47:16.979Z Compiling progenitor-macro v0.10.0
33562026-05-21T19:47:17.320Z Compiling ssh-cipher v0.2.0
33572026-05-21T19:47:17.530Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-21T19:47:17.548Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-21T19:47:17.845Z Compiling password-hash v0.4.2
33602026-05-21T19:47:17.958Z Compiling http-range v0.1.5
33612026-05-21T19:47:18.131Z Compiling half v1.8.3
33622026-05-21T19:47:18.177Z Compiling crc8 v0.1.1
33632026-05-21T19:47:18.275Z Compiling path-slash v0.1.5
33642026-05-21T19:47:18.329Z Compiling pbkdf2 v0.11.0
33652026-05-21T19:47:18.347Z Compiling serde_cbor v0.11.2
33662026-05-21T19:47:18.457Z Compiling ssh-key v0.6.7
33672026-05-21T19:47:18.586Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33682026-05-21T19:47:18.906Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-05-21T19:47:18.925Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33702026-05-21T19:47:18.995Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33712026-05-21T19:47:19.275Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-21T19:47:19.334Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-05-21T19:47:19.383Z Compiling progenitor v0.11.2
33742026-05-21T19:47:19.513Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-05-21T19:47:19.571Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-05-21T19:47:19.589Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-21T19:47:19.713Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-21T19:47:19.780Z Compiling p256 v0.13.2
33792026-05-21T19:47:20.002Z Compiling p521 v0.13.3
33802026-05-21T19:47:20.030Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-05-21T19:47:20.092Z Compiling yasna v0.5.2
33822026-05-21T19:47:20.175Z Compiling kstat-rs v0.2.4
33832026-05-21T19:47:20.193Z Compiling headers-core v0.3.0
33842026-05-21T19:47:20.213Z Compiling nanorand v0.7.0
33852026-05-21T19:47:20.348Z Compiling atty v0.2.14
33862026-05-21T19:47:20.367Z Compiling russh-cryptovec v0.7.3
33872026-05-21T19:47:20.461Z Compiling home v0.5.12
33882026-05-21T19:47:20.492Z Compiling md5 v0.7.0
33892026-05-21T19:47:20.518Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-21T19:47:20.536Z Compiling flume v0.11.1
33912026-05-21T19:47:20.553Z Compiling rcgen v0.12.1
33922026-05-21T19:47:20.585Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-05-21T19:47:20.638Z Compiling headers v0.4.1
33942026-05-21T19:47:20.785Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-05-21T19:47:20.803Z Compiling russh-keys v0.45.0
33962026-05-21T19:47:20.818Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-05-21T19:47:20.888Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-21T19:47:20.996Z Compiling hyper-staticfile v0.10.1
33992026-05-21T19:47:21.012Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-05-21T19:47:21.313Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-05-21T19:47:21.411Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-21T19:47:21.428Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-21T19:47:21.465Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34042026-05-21T19:47:21.559Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34052026-05-21T19:47:21.858Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34062026-05-21T19:47:21.876Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-05-21T19:47:21.896Z Compiling num-bigint v0.4.6
34082026-05-21T19:47:22.086Z Compiling progenitor v0.10.0
34092026-05-21T19:47:22.146Z Compiling des v0.8.1
34102026-05-21T19:47:22.237Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34112026-05-21T19:47:22.256Z Compiling subprocess v0.2.15
34122026-05-21T19:47:22.276Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-05-21T19:47:22.349Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34142026-05-21T19:47:22.373Z Compiling display-error-chain v0.2.2
34152026-05-21T19:47:22.467Z Compiling hex-literal v0.4.1
34162026-05-21T19:47:22.470Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-21T19:47:22.543Z Compiling colored v2.2.0
34182026-05-21T19:47:22.608Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-05-21T19:47:22.636Z Compiling socket2 v0.5.10
34202026-05-21T19:47:22.745Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-05-21T19:47:22.880Z Compiling internet-checksum v0.2.1
34222026-05-21T19:47:23.059Z Compiling russh v0.45.0
34232026-05-21T19:47:23.367Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-21T19:47:23.399Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-21T19:47:25.920Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-21T19:47:26.603Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-21T19:47:27.066Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-21T19:47:28.922Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-21T19:47:36.874Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34302026-05-21T19:47:36.874Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-05-21T19:47:36.874Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-05-21T19:47:36.877Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-21T19:47:38.596Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-21T19:47:38.663Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-21T19:47:42.823Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-21T19:47:44.241Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-21T19:48:03.259Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-21T19:48:21.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34392026-05-21T19:48:22.149Z
34402026-05-21T19:48:22.152Zreal 1:26.341061460
34412026-05-21T19:48:22.152Zuser 8:12.928453127
34422026-05-21T19:48:22.152Zsys 1:42.240086090
34432026-05-21T19:48:22.152Ztrap 0.242522129
34442026-05-21T19:48:22.152Ztflt 0.616152584
34452026-05-21T19:48:22.152Zdflt 1.974668593
34462026-05-21T19:48:22.152Zkflt 0.000582970
34472026-05-21T19:48:22.152Zlock 28:10.275347597
34482026-05-21T19:48:22.152Zslp 19:09.977320644
34492026-05-21T19:48:22.152Zlat 38.673264954
34502026-05-21T19:48:22.152Zstop 2:40.556156442
34512026-05-21T19:48:22.152Z+ mkdir tests
34522026-05-21T19:48:22.155Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-21T19:48:22.155Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-21T19:48:22.198Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/
34552026-05-21T19:48:22.219Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/
34562026-05-21T19:48:22.239Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/
34572026-05-21T19:48:22.260Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/
34582026-05-21T19:48:22.487Z+ 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/*)
34592026-05-21T19:48:22.490Z+ 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-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 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
34602026-05-21T19:49:42.153ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-21T19:49:42.153Za .github/buildomat/ci-env.sh 1K
34622026-05-21T19:49:42.153Za out/target/test 1K
34632026-05-21T19:49:42.153Za out/npuzone/npuzone 27402K
34642026-05-21T19:49:42.153Za package-manifest.toml 35K
34652026-05-21T19:49:42.153Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-21T19:49:42.153Za target/release/omicron-package 45975K
34672026-05-21T19:49:42.154Za target/release/xtask 11449K
34682026-05-21T19:49:42.154Za target/debug/bootstrap 352567K
34692026-05-21T19:49:42.154Za tests/bootstrap-9d8793c19ea6ea46 31215K
34702026-05-21T19:49:42.154Za tests/commtest-f0fc3b5b6aa039d9 32299K
34712026-05-21T19:49:42.154Za tests/dhcp_server-e072880c2a7d63d3 31215K
34722026-05-21T19:49:42.154Za tests/end_to_end_tests-df2026db7b5a8e48 394387K
34732026-05-21T19:49:42.154Za out/clickhouse.tar.gz 319648K
34742026-05-21T19:49:42.154Za out/clickhouse_keeper.tar.gz 305003K
34752026-05-21T19:49:42.154Za out/clickhouse_server.tar.gz 319648K
34762026-05-21T19:49:42.154Za out/cockroachdb.tar.gz 165172K
34772026-05-21T19:49:42.154Za out/crucible-pantry-zone.tar.gz 44203K
34782026-05-21T19:49:42.154Za out/crucible-utils.tar 17744K
34792026-05-21T19:49:42.154Za out/crucible-zone.tar.gz 58341K
34802026-05-21T19:49:42.154Za out/external-dns.tar.gz 49795K
34812026-05-21T19:49:42.154Za out/internal-dns.tar.gz 49794K
34822026-05-21T19:49:42.154Za out/mg-ddm-gz.tar 95141K
34832026-05-21T19:49:42.154Za out/nexus.tar.gz 221214K
34842026-05-21T19:49:42.154Za out/ntp.tar.gz 32147K
34852026-05-21T19:49:42.154Za out/omicron-gateway-softnpu.tar.gz 29628K
34862026-05-21T19:49:42.154Za out/omicron-sled-agent.tar 204093K
34872026-05-21T19:49:42.154Za out/overlay.tar.gz 3K
34882026-05-21T19:49:42.154Za out/oximeter.tar.gz 67851K
34892026-05-21T19:49:42.154Za out/oxlog.tar 3782K
34902026-05-21T19:49:42.154Za out/probe.tar.gz 3037K
34912026-05-21T19:49:42.154Za out/propolis-server.tar.gz 38727K
34922026-05-21T19:49:42.154Za out/pumpkind-gz.tar 26647K
34932026-05-21T19:49:42.154Za out/switch-softnpu.tar.gz 397058K
34942026-05-21T19:49:42.158Z
34952026-05-21T19:49:42.158Zreal 1:19.664680587
34962026-05-21T19:49:42.158Zuser 1:17.043901691
34972026-05-21T19:49:42.158Zsys 4.324647524
34982026-05-21T19:49:42.158Ztrap 0.005878522
34992026-05-21T19:49:42.158Ztflt 0.000000000
35002026-05-21T19:49:42.158Zdflt 0.000000000
35012026-05-21T19:49:42.158Zkflt 0.000000000
35022026-05-21T19:49:42.159Zlock 0.000000000
35032026-05-21T19:49:42.159Zslp 1:17.023604663
35042026-05-21T19:49:42.159Zlat 0.927194158
35052026-05-21T19:49:42.159Zstop 0.000252880
35062026-05-21T19:49:42.159Zprocess exited: duration 918570 ms, exit code 0
 
35072026-05-21T19:49:42.173Zfound 1 output files
35082026-05-21T19:49:42.173Zuploading: /work/package.tar.gz (2447251341 bytes)
35092026-05-21T19:50:12.446Zuploaded: /work/package.tar.gz