01KR38DED2D0CSMXF6FSCFGP1X: 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: 01KR38DVDB7VWPFK9PNHACVXED

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T07:40:18.804Zjob assigned to worker 01KR38E49AGCK5G0J00TG0RQDR [factory aws, i-0cc1fe3a6f021c758] (queued for 52 s)
 
22026-05-08T07:40:25.672Zstarting task 0: "setup"
32026-05-08T07:40:25.677Z++ uname -s
42026-05-08T07:40:25.682Z+ kern=SunOS
52026-05-08T07:40:25.682Z+ build_user=build
62026-05-08T07:40:25.682Z+ build_uid=12345
72026-05-08T07:40:25.682Z+ work_dir=/work
82026-05-08T07:40:25.682Z+ input_dir=/input
92026-05-08T07:40:25.682Z+ [[ 0 == 12345 ]]
102026-05-08T07:40:25.682Z+ case "$kern" in
112026-05-08T07:40:25.682Z+ groupadd -g 12345 build
122026-05-08T07:40:25.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T07:40:27.691Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T07:40:27.866Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T07:40:27.869Z+ home_fs=zfs
162026-05-08T07:40:27.869Z+ [[ zfs == autofs ]]
172026-05-08T07:40:27.869Z+ mkdir -p /home/build
182026-05-08T07:40:27.869Z+ chown build:build /home/build /work
192026-05-08T07:40:29.874Z+ chmod 0700 /home/build /work
202026-05-08T07:40:29.877Zprocess exited: duration 4207 ms, exit code 0
 
212026-05-08T07:40:29.884Zstarting task 1: "rust-toolchain"
222026-05-08T07:40:29.890Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T07:40:29.890Z * rust toolchain channel = "1.94.0"
242026-05-08T07:40:29.890Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T07:40:29.890Z * rust toolchain profile = "default"
262026-05-08T07:40:29.890Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T07:40:29.890Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T07:40:29.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T07:40:29.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T07:40:30.021Zinfo: downloading installer
312026-05-08T07:40:31.597Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T07:40:31.597Zwarn: /home/build/.rustup/settings.toml
332026-05-08T07:40:31.597Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T07:40:31.597Zwarn: instead of the one inferred from the default host triple.
352026-05-08T07:40:31.610Zinfo: profile set to default
362026-05-08T07:40:31.610Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T07:40:31.614Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T07:40:31.757Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T07:40:31.760Zinfo: downloading 6 components
402026-05-08T07:40:47.068Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T07:40:47.068Z
422026-05-08T07:40:47.096Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T07:40:47.096Z
442026-05-08T07:40:47.096Z
452026-05-08T07:40:47.096ZRust is installed now. Great!
462026-05-08T07:40:47.096Z
472026-05-08T07:40:47.096ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T07:40:47.096Zenvironment variable. This has not been done automatically.
492026-05-08T07:40:47.096Z
502026-05-08T07:40:47.096ZTo configure your current shell, you need to source
512026-05-08T07:40:47.096Zthe corresponding env file under $HOME/.cargo.
522026-05-08T07:40:47.096Z
532026-05-08T07:40:47.096ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T07:40:47.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T07:40:47.099Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T07:40:47.099Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T07:40:47.099Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T07:40:47.099Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T07:40:47.099Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T07:40:47.099Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T07:40:47.099Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T07:40:47.198Z+ rustup --version
632026-05-08T07:40:47.204Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T07:40:47.204Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T07:40:47.226Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T07:40:47.229Z+ cargo --version
672026-05-08T07:40:47.237Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T07:40:47.240Z+ rustc --version
692026-05-08T07:40:47.261Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T07:40:47.264Zprocess exited: duration 17379 ms, exit code 0
 
712026-05-08T07:40:47.270Zstarting task 2: "authentication"
722026-05-08T07:40:47.288Zprocess exited: duration 17 ms, exit code 0
 
732026-05-08T07:40:47.293Zstarting task 3: "clone repository"
742026-05-08T07:40:47.298Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T07:40:47.300Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T07:40:47.334ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T07:40:56.672Z+ cd /work/oxidecomputer/omicron
782026-05-08T07:40:56.672Z+ git fetch origin e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
792026-05-08T07:40:56.955ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T07:40:56.955Z * branch e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed -> FETCH_HEAD
812026-05-08T07:40:56.968Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-08T07:40:56.971Z++ git branch --show-current
832026-05-08T07:40:56.973Z+ current=main
842026-05-08T07:40:56.973Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-08T07:40:56.973Z+ git branch -f zl/ddm-internal-dns e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
862026-05-08T07:40:56.976Z+ git checkout -f zl/ddm-internal-dns
872026-05-08T07:40:57.211ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-08T07:40:57.214Z+ git reset --hard e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
892026-05-08T07:40:57.232ZHEAD is now at e212660d0 merge main
902026-05-08T07:40:57.234Zprocess exited: duration 9939 ms, exit code 0
 
912026-05-08T07:40:57.240Zstarting task 4: "build"
922026-05-08T07:40:57.246Z+ source .github/buildomat/ci-env.sh
932026-05-08T07:40:57.246Z++ export CARGO_TERM_COLOR=always
942026-05-08T07:40:57.246Z++ CARGO_TERM_COLOR=always
952026-05-08T07:40:57.246Z+ cargo --version
962026-05-08T07:40:57.256Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T07:40:57.259Z+ rustc --version
982026-05-08T07:40:57.280Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T07:40:57.283Z+ WORK=/work
1002026-05-08T07:40:57.283Z+ pfexec mkdir -p /work
1012026-05-08T07:40:57.286Z+ pfexec chown build /work
1022026-05-08T07:40:57.288Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T07:40:58.752Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T07:40:58.870ZPlanning: Solver setup ... Done (0.097s)
1052026-05-08T07:40:58.878ZPlanning: Running solver ... Done (0.008s)
1062026-05-08T07:40:58.883ZPlanning: Finding local manifests ... Done (0.003s)
1072026-05-08T07:40:58.885ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-08T07:40:58.909ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-08T07:40:58.924ZPlanning: Package planning ... Done (0.015s)
1102026-05-08T07:40:58.927ZPlanning: Merging actions ... Done (0.002s)
1112026-05-08T07:40:59.114ZPlanning: Checking for conflicting actions ... Done (0.188s)
1122026-05-08T07:40:59.117ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-05-08T07:41:00.035ZPlanning: Evaluating mediators ... Done (0.920s)
1142026-05-08T07:41:00.038ZPlanning: Planning completed in 1.28 seconds
1152026-05-08T07:41:00.045Z Packages to install: 2
1162026-05-08T07:41:00.045Z Estimated space available: 156.10 GB
1172026-05-08T07:41:00.045ZEstimated space to be consumed: 15.55 MB
1182026-05-08T07:41:00.045Z Create boot environment: No
1192026-05-08T07:41:00.045ZCreate backup boot environment: No
1202026-05-08T07:41:00.045Z Rebuild boot archive: No
1212026-05-08T07:41:00.045Z
1222026-05-08T07:41:00.045ZChanged packages:
1232026-05-08T07:41:00.048Zhelios
1242026-05-08T07:41:00.048Z developer/build-essential
1252026-05-08T07:41:00.048Z None -> 11-3.0
1262026-05-08T07:41:00.048Z library/libxmlsec1
1272026-05-08T07:41:00.048Z None -> 1.2.35-3.0
1282026-05-08T07:41:00.072Z
1292026-05-08T07:41:00.072ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-05-08T07:41:00.596ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1312026-05-08T07:41:00.723Z Actions: 1/268 actions (Installing new actions)
1322026-05-08T07:41:00.763Z Actions: Completed 268 actions in 0.04 seconds.
1332026-05-08T07:41:00.770ZFinalize: Updating package state database ... Done (0.007s)
1342026-05-08T07:41:00.770ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-08T07:41:00.780ZFinalize: Updating image state ... Done (0.010s)
1362026-05-08T07:41:03.385ZFinalize: Creating fast lookup database ... Done (2.584s)
1372026-05-08T07:41:03.452ZFinalize: Reading search index ... Done (0.013s)
1382026-05-08T07:41:03.455ZFinalize: Updating search index ... Done (0.000s)
1392026-05-08T07:41:03.556ZFinalize: Updating package cache ... Done (0.000s)
1402026-05-08T07:41:03.846ZPlanning: Evaluating mediator changes ... Done
1412026-05-08T07:41:03.952ZPlanning: Checking for conflicting actions ... Done
1422026-05-08T07:41:03.955ZPlanning: Consolidating action changes ... Done
1432026-05-08T07:41:04.113ZPlanning: Evaluating mediators ... Done
1442026-05-08T07:41:04.115ZPlanning: Planning completed in 0.27 seconds
1452026-05-08T07:41:04.137Z Mediators to change: 2
1462026-05-08T07:41:04.137Z Create boot environment: No
1472026-05-08T07:41:04.137ZCreate backup boot environment: No
1482026-05-08T07:41:04.207ZFinalize: Updating package state database ... Done
1492026-05-08T07:41:04.207ZFinalize: Updating package cache ... Done
1502026-05-08T07:41:04.214ZFinalize: Updating image state ... Done
1512026-05-08T07:41:06.152ZFinalize: Creating fast lookup database ... Done
1522026-05-08T07:41:06.208ZFinalize: Reading search index ... Done
1532026-05-08T07:41:06.211ZFinalize: Updating search index ... Done
1542026-05-08T07:41:06.290ZFinalize: Updating package cache ... Done
1552026-05-08T07:41:06.577ZPlanning: Evaluating mediator changes ... Done
1562026-05-08T07:41:06.683ZPlanning: Checking for conflicting actions ... Done
1572026-05-08T07:41:06.686ZPlanning: Consolidating action changes ... Done
1582026-05-08T07:41:06.843ZPlanning: Evaluating mediators ... Done
1592026-05-08T07:41:06.846ZPlanning: Planning completed in 0.27 seconds
1602026-05-08T07:41:06.867Z Mediators to change: 1
1612026-05-08T07:41:06.867Z Create boot environment: No
1622026-05-08T07:41:06.867ZCreate backup boot environment: No
1632026-05-08T07:41:06.924ZFinalize: Updating package state database ... Done
1642026-05-08T07:41:06.924ZFinalize: Updating package cache ... Done
1652026-05-08T07:41:06.930ZFinalize: Updating image state ... Done
1662026-05-08T07:41:08.887ZFinalize: Creating fast lookup database ... Done
1672026-05-08T07:41:08.947ZFinalize: Reading search index ... Done
1682026-05-08T07:41:08.952ZFinalize: Updating search index ... Done
1692026-05-08T07:41:09.025ZFinalize: Updating package cache ... Done
1702026-05-08T07:41:09.338ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-05-08T07:41:09.338Zapache system 2.4 system
1722026-05-08T07:41:09.338Zclang system 15 system
1732026-05-08T07:41:09.338Zcsh system system illumos
1742026-05-08T07:41:09.338Zctags system system illumos
1752026-05-08T07:41:09.338Zfile vendor vendor darwinsys
1762026-05-08T07:41:09.338Zfile system system illumos
1772026-05-08T07:41:09.338Zgcc vendor 14 vendor
1782026-05-08T07:41:09.338Zgcc system 13 system
1792026-05-08T07:41:09.338Zgcc system 10 system
1802026-05-08T07:41:09.338Zgo system 1.25 system
1812026-05-08T07:41:09.338Zllvm system 15 system
1822026-05-08T07:41:09.338Zmariadb system 11.4 system
1832026-05-08T07:41:09.338Zmta vendor vendor dma
1842026-05-08T07:41:09.338Zopenjdk system 17 system
1852026-05-08T07:41:09.338Zopenjdk system 11 system
1862026-05-08T07:41:09.338Zopenssl vendor 3 vendor
1872026-05-08T07:41:09.338Zperl system 5.40 system
1882026-05-08T07:41:09.339Zpostgresql system 18 system
1892026-05-08T07:41:09.339Zpostgresql system 17 system
1902026-05-08T07:41:09.339Zpython vendor 3 vendor
1912026-05-08T07:41:09.339Zpython system 2 system
1922026-05-08T07:41:09.339Zpython3 vendor 3.13 vendor
1932026-05-08T07:41:09.339Zruby system 3.4 system
1942026-05-08T07:41:09.339Zruby system 3.0 system
1952026-05-08T07:41:09.339Zwords vendor vendor american-english
1962026-05-08T07:41:09.339Zwords system system australian-english
1972026-05-08T07:41:09.339Zwords system system british-english
1982026-05-08T07:41:09.339Zwords system system canadian-english
1992026-05-08T07:41:09.339Zwords system system french
2002026-05-08T07:41:09.339Zwords system system italian
2012026-05-08T07:41:09.339Zwords system system ngerman
2022026-05-08T07:41:09.339Zwords system system ogerman
2032026-05-08T07:41:09.339Zwords system system spanish
2042026-05-08T07:41:09.593ZPUBLISHER TYPE STATUS P LOCATION
2052026-05-08T07:41:09.593Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-05-08T07:41:09.857ZFMRI IFO
2072026-05-08T07:41:09.857Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-05-08T07:41:09.858Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-05-08T07:41:09.858Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-05-08T07:41:09.858Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-05-08T07:41:09.858Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-05-08T07:41:09.858Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-05-08T07:41:09.858Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-05-08T07:41:09.858Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-05-08T07:41:09.858Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-05-08T07:41:10.079Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-05-08T07:41:10.363Z Updating crates.io index
2182026-05-08T07:41:10.367Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-05-08T07:41:10.623Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-05-08T07:41:11.564Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-05-08T07:41:12.001Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-05-08T07:41:13.091Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-05-08T07:41:13.607Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-05-08T07:41:15.265Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-05-08T07:41:15.974Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-05-08T07:41:16.398Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-05-08T07:41:17.487Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-05-08T07:41:17.916Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2292026-05-08T07:41:18.418Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2302026-05-08T07:41:18.754Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2312026-05-08T07:41:19.766Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-05-08T07:41:20.275Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-05-08T07:41:20.661Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-05-08T07:41:21.081Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-05-08T07:41:21.723Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-05-08T07:41:21.956Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-05-08T07:41:22.181Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-05-08T07:41:22.438Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-05-08T07:41:22.817Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-05-08T07:41:23.223Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-05-08T07:41:23.877Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-05-08T07:41:24.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-05-08T07:41:24.546Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-05-08T07:41:24.851Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-05-08T07:41:26.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-05-08T07:41:27.123Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-08T07:41:27.558Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-08T07:41:27.807Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-08T07:41:28.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-08T07:41:28.494Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-08T07:41:28.837Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-08T07:41:29.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-08T07:41:29.590Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-08T07:41:29.831Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-08T07:41:30.235Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-08T07:41:41.883Z Downloading crates ...
2572026-05-08T07:41:41.937Z Downloaded bytecount v0.6.9
2582026-05-08T07:41:41.941Z Downloaded autocfg v1.5.0
2592026-05-08T07:41:41.941Z Downloaded block-buffer v0.10.4
2602026-05-08T07:41:41.941Z Downloaded anstream v0.6.21
2612026-05-08T07:41:41.944Z Downloaded typeid v1.0.3
2622026-05-08T07:41:41.947Z Downloaded equivalent v1.0.2
2632026-05-08T07:41:41.947Z Downloaded bitflags v2.11.0
2642026-05-08T07:41:41.950Z Downloaded memmap v0.7.0
2652026-05-08T07:41:41.950Z Downloaded icu_properties v2.1.2
2662026-05-08T07:41:41.952Z Downloaded clap_lex v1.0.0
2672026-05-08T07:41:41.955Z Downloaded semver v1.0.28
2682026-05-08T07:41:41.955Z Downloaded log v0.4.29
2692026-05-08T07:41:41.960Z Downloaded potential_utf v0.1.4
2702026-05-08T07:41:41.963Z Downloaded icu_provider v2.1.1
2712026-05-08T07:41:41.963Z Downloaded camino v1.2.2
2722026-05-08T07:41:41.966Z Downloaded ucd-trie v0.1.7
2732026-05-08T07:41:41.966Z Downloaded proc-macro-error v1.0.4
2742026-05-08T07:41:41.969Z Downloaded heck v0.5.0
2752026-05-08T07:41:41.969Z Downloaded fnv v1.0.7
2762026-05-08T07:41:41.969Z Downloaded cfg-if v1.0.4
2772026-05-08T07:41:41.972Z Downloaded zerofrom-derive v0.1.6
2782026-05-08T07:41:41.972Z Downloaded utf8_iter v1.0.4
2792026-05-08T07:41:41.972Z Downloaded toml_write v0.1.2
2802026-05-08T07:41:41.975Z Downloaded smawk v0.3.2
2812026-05-08T07:41:41.975Z Downloaded form_urlencoded v1.2.2
2822026-05-08T07:41:41.975Z Downloaded thiserror v1.0.69
2832026-05-08T07:41:41.978Z Downloaded usdt-attr-macro v0.5.0
2842026-05-08T07:41:41.981Z Downloaded yoke-derive v0.8.1
2852026-05-08T07:41:41.981Z Downloaded usdt-macro v0.5.0
2862026-05-08T07:41:41.984Z Downloaded serde-untagged v0.1.9
2872026-05-08T07:41:41.984Z Downloaded fastrand v2.3.0
2882026-05-08T07:41:41.987Z Downloaded utf8parse v0.2.2
2892026-05-08T07:41:41.990Z Downloaded zerofrom v0.1.6
2902026-05-08T07:41:41.993Z Downloaded is_terminal_polyfill v1.70.2
2912026-05-08T07:41:41.996Z Downloaded thiserror-impl v1.0.69
2922026-05-08T07:41:41.996Z Downloaded idna_adapter v1.2.1
2932026-05-08T07:41:42.000Z Downloaded zerovec v0.11.5
2942026-05-08T07:41:42.000Z Downloaded itoa v1.0.17
2952026-05-08T07:41:42.003Z Downloaded unicode-xid v0.2.6
2962026-05-08T07:41:42.003Z Downloaded pest_generator v2.8.6
2972026-05-08T07:41:42.003Z Downloaded percent-encoding v2.3.2
2982026-05-08T07:41:42.003Z Downloaded clap_derive v4.5.55
2992026-05-08T07:41:42.006Z Downloaded thiserror-impl v2.0.18
3002026-05-08T07:41:42.006Z Downloaded zerovec-derive v0.11.2
3012026-05-08T07:41:42.006Z Downloaded toml_datetime v0.6.11
3022026-05-08T07:41:42.009Z Downloaded heck v0.4.1
3032026-05-08T07:41:42.009Z Downloaded usdt-impl v0.5.0
3042026-05-08T07:41:42.009Z Downloaded errno v0.3.14
3052026-05-08T07:41:42.012Z Downloaded macaddr v1.0.1
3062026-05-08T07:41:42.012Z Downloaded anstyle-query v1.1.5
3072026-05-08T07:41:42.012Z Downloaded unicode-linebreak v0.1.5
3082026-05-08T07:41:42.012Z Downloaded serde_spanned v0.6.9
3092026-05-08T07:41:42.015Z Downloaded crypto-common v0.1.7
3102026-05-08T07:41:42.015Z Downloaded thread-id v4.2.2
3112026-05-08T07:41:42.015Z Downloaded swrite v0.1.0
3122026-05-08T07:41:42.019Z Downloaded zerocopy-derive v0.7.35
3132026-05-08T07:41:42.019Z Downloaded tinystr v0.8.2
3142026-05-08T07:41:42.023Z Downloaded usdt v0.5.0
3152026-05-08T07:41:42.023Z Downloaded tabled_derive v0.7.0
3162026-05-08T07:41:42.023Z Downloaded strsim v0.11.1
3172026-05-08T07:41:42.023Z Downloaded pest_derive v2.8.6
3182026-05-08T07:41:42.023Z Downloaded cargo_toml v0.21.0
3192026-05-08T07:41:42.026Z Downloaded thiserror v2.0.18
3202026-05-08T07:41:42.026Z Downloaded yoke v0.8.1
3212026-05-08T07:41:42.030Z Downloaded toml v0.8.23
3222026-05-08T07:41:42.030Z Downloaded writeable v0.6.2
3232026-05-08T07:41:42.030Z Downloaded ordered-float v2.10.1
3242026-05-08T07:41:42.033Z Downloaded cargo-platform v0.2.0
3252026-05-08T07:41:42.033Z Downloaded version_check v0.9.5
3262026-05-08T07:41:42.033Z Downloaded pretty-hex v0.4.1
3272026-05-08T07:41:42.033Z Downloaded serde_derive v1.0.228
3282026-05-08T07:41:42.036Z Downloaded unicode-ident v1.0.24
3292026-05-08T07:41:42.036Z Downloaded anyhow v1.0.102
3302026-05-08T07:41:42.040Z Downloaded zmij v1.0.21
3312026-05-08T07:41:42.040Z Downloaded cpufeatures v0.2.17
3322026-05-08T07:41:42.040Z Downloaded textwrap v0.16.2
3332026-05-08T07:41:42.043Z Downloaded scroll_derive v0.12.1
3342026-05-08T07:41:42.043Z Downloaded typenum v1.19.0
3352026-05-08T07:41:42.043Z Downloaded stable_deref_trait v1.2.1
3362026-05-08T07:41:42.043Z Downloaded colorchoice v1.0.4
3372026-05-08T07:41:42.049Z Downloaded dtrace-parser v0.2.0
3382026-05-08T07:41:42.052Z Downloaded toml_edit v0.22.27
3392026-05-08T07:41:42.054Z Downloaded zerotrie v0.2.3
3402026-05-08T07:41:42.057Z Downloaded proc-macro-error-attr v1.0.4
3412026-05-08T07:41:42.057Z Downloaded plain v0.2.3
3422026-05-08T07:41:42.060Z Downloaded terminal_size v0.4.3
3432026-05-08T07:41:42.060Z Downloaded url v2.5.8
3442026-05-08T07:41:42.063Z Downloaded zerocopy v0.7.35
3452026-05-08T07:41:42.068Z Downloaded dof v0.3.0
3462026-05-08T07:41:42.071Z Downloaded generic-array v0.14.7
3472026-05-08T07:41:42.071Z Downloaded anstyle v1.0.13
3482026-05-08T07:41:42.075Z Downloaded digest v0.10.7
3492026-05-08T07:41:42.078Z Downloaded displaydoc v0.2.5
3502026-05-08T07:41:42.081Z Downloaded anstyle-parse v0.2.7
3512026-05-08T07:41:42.081Z Downloaded winnow v0.7.14
3522026-05-08T07:41:42.089Z Downloaded synstructure v0.13.2
3532026-05-08T07:41:42.092Z Downloaded unicode-width v0.2.0
3542026-05-08T07:41:42.096Z Downloaded unicode-width v0.1.14
3552026-05-08T07:41:42.100Z Downloaded byteorder v1.5.0
3562026-05-08T07:41:42.100Z Downloaded fs-err v3.3.0
3572026-05-08T07:41:42.100Z Downloaded camino-tempfile v1.4.1
3582026-05-08T07:41:42.100Z Downloaded serde-value v0.7.0
3592026-05-08T07:41:42.103Z Downloaded scroll v0.12.0
3602026-05-08T07:41:42.103Z Downloaded serde_tokenstream v0.2.3
3612026-05-08T07:41:42.106Z Downloaded sha2 v0.10.9
3622026-05-08T07:41:42.109Z Downloaded erased-serde v0.4.9
3632026-05-08T07:41:42.118Z Downloaded num-traits v0.2.19
3642026-05-08T07:41:42.122Z Downloaded icu_normalizer_data v2.1.1
3652026-05-08T07:41:42.127Z Downloaded quote v1.0.45
3662026-05-08T07:41:42.137Z Downloaded once_cell v1.21.3
3672026-05-08T07:41:42.140Z Downloaded smallvec v1.15.1
3682026-05-08T07:41:42.145Z Downloaded cargo_metadata v0.21.0
3692026-05-08T07:41:42.148Z Downloaded proc-macro2 v1.0.106
3702026-05-08T07:41:42.148Z Downloaded serde_core v1.0.228
3712026-05-08T07:41:42.151Z Downloaded litemap v0.8.1
3722026-05-08T07:41:42.162Z Downloaded clap v4.5.60
3732026-05-08T07:41:42.166Z Downloaded tempfile v3.25.0
3742026-05-08T07:41:42.169Z Downloaded papergrid v0.11.0
3752026-05-08T07:41:42.172Z Downloaded getrandom v0.4.1
3762026-05-08T07:41:42.181Z Downloaded icu_locale_core v2.1.1
3772026-05-08T07:41:42.184Z Downloaded cargo-util-schemas v0.8.2
3782026-05-08T07:41:42.188Z Downloaded icu_normalizer v2.1.1
3792026-05-08T07:41:42.191Z Downloaded pest_meta v2.8.6
3802026-05-08T07:41:42.194Z Downloaded icu_collections v2.1.1
3812026-05-08T07:41:42.201Z Downloaded serde v1.0.228
3822026-05-08T07:41:42.212Z Downloaded memchr v2.8.0
3832026-05-08T07:41:42.217Z Downloaded serde_json v1.0.149
3842026-05-08T07:41:42.221Z Downloaded indexmap v2.14.0
3852026-05-08T07:41:42.232Z Downloaded pest v2.8.6
3862026-05-08T07:41:42.246Z Downloaded icu_properties_data v2.1.2
3872026-05-08T07:41:42.253Z Downloaded idna v1.1.0
3882026-05-08T07:41:42.256Z Downloaded hashbrown v0.17.0
3892026-05-08T07:41:42.259Z Downloaded clap_builder v4.5.60
3902026-05-08T07:41:42.267Z Downloaded goblin v0.8.2
3912026-05-08T07:41:42.281Z Downloaded tabled v0.15.0
3922026-05-08T07:41:42.290Z Downloaded syn v1.0.109
3932026-05-08T07:41:42.298Z Downloaded syn v2.0.117
3942026-05-08T07:41:42.307Z Downloaded rustix v1.1.3
3952026-05-08T07:41:42.344Z Downloaded libc v0.2.185
3962026-05-08T07:41:42.409Z Compiling proc-macro2 v1.0.106
3972026-05-08T07:41:42.409Z Compiling quote v1.0.45
3982026-05-08T07:41:42.412Z Compiling unicode-ident v1.0.24
3992026-05-08T07:41:42.412Z Compiling serde_core v1.0.228
4002026-05-08T07:41:42.412Z Compiling libc v0.2.185
4012026-05-08T07:41:42.412Z Compiling version_check v0.9.5
4022026-05-08T07:41:42.412Z Compiling serde v1.0.228
4032026-05-08T07:41:42.412Z Compiling stable_deref_trait v1.2.1
4042026-05-08T07:41:42.412Z Compiling memchr v2.8.0
4052026-05-08T07:41:42.594Z Compiling zmij v1.0.21
4062026-05-08T07:41:42.597Z Compiling thiserror v1.0.69
4072026-05-08T07:41:42.597Z Compiling itoa v1.0.17
4082026-05-08T07:41:42.597Z Compiling autocfg v1.5.0
4092026-05-08T07:41:42.597Z Compiling ucd-trie v0.1.7
4102026-05-08T07:41:42.597Z Compiling writeable v0.6.2
4112026-05-08T07:41:42.913Z Compiling litemap v0.8.1
4122026-05-08T07:41:42.996Z Compiling byteorder v1.5.0
4132026-05-08T07:41:43.041Z Compiling rustix v1.1.3
4142026-05-08T07:41:43.119Z Compiling icu_normalizer_data v2.1.1
4152026-05-08T07:41:43.121Z Compiling icu_properties_data v2.1.2
4162026-05-08T07:41:43.191Z Compiling bitflags v2.11.0
4172026-05-08T07:41:43.194Z Compiling serde_json v1.0.149
4182026-05-08T07:41:43.318Z Compiling pest v2.8.6
4192026-05-08T07:41:43.318Z Compiling num-traits v0.2.19
4202026-05-08T07:41:43.486Z Compiling smallvec v1.15.1
4212026-05-08T07:41:43.502Z Compiling equivalent v1.0.2
4222026-05-08T07:41:43.577Z Compiling typeid v1.0.3
4232026-05-08T07:41:43.595Z Compiling hashbrown v0.17.0
4242026-05-08T07:41:43.688Z Compiling usdt-impl v0.5.0
4252026-05-08T07:41:43.691Z Compiling proc-macro-error-attr v1.0.4
4262026-05-08T07:41:43.691Z Compiling toml_write v0.1.2
4272026-05-08T07:41:43.691Z Compiling erased-serde v0.4.9
4282026-05-08T07:41:43.729Z Compiling errno v0.3.14
4292026-05-08T07:41:43.766Z Compiling thread-id v4.2.2
4302026-05-08T07:41:43.803Z Compiling syn v1.0.109
4312026-05-08T07:41:43.806Z Compiling winnow v0.7.14
4322026-05-08T07:41:43.843Z Compiling proc-macro-error v1.0.4
4332026-05-08T07:41:43.983Z Compiling plain v0.2.3
4342026-05-08T07:41:44.045Z Compiling log v0.4.29
4352026-05-08T07:41:44.072Z Compiling utf8parse v0.2.2
4362026-05-08T07:41:44.089Z Compiling syn v2.0.117
4372026-05-08T07:41:44.140Z Compiling indexmap v2.14.0
4382026-05-08T07:41:44.166Z Compiling camino v1.2.2
4392026-05-08T07:41:44.185Z Compiling utf8_iter v1.0.4
4402026-05-08T07:41:44.188Z Compiling percent-encoding v2.3.2
4412026-05-08T07:41:44.241Z Compiling thiserror v2.0.18
4422026-05-08T07:41:44.244Z Compiling getrandom v0.4.1
4432026-05-08T07:41:44.295Z Compiling anstyle-parse v0.2.7
4442026-05-08T07:41:44.461Z Compiling pest_meta v2.8.6
4452026-05-08T07:41:44.489Z Compiling ordered-float v2.10.1
4462026-05-08T07:41:44.548Z Compiling form_urlencoded v1.2.2
4472026-05-08T07:41:44.643Z Compiling is_terminal_polyfill v1.70.2
4482026-05-08T07:41:44.722Z Compiling anstyle v1.0.13
4492026-05-08T07:41:44.826Z Compiling cfg-if v1.0.4
4502026-05-08T07:41:44.826Z Compiling anstyle-query v1.1.5
4512026-05-08T07:41:44.827Z Compiling colorchoice v1.0.4
4522026-05-08T07:41:44.827Z Compiling pretty-hex v0.4.1
4532026-05-08T07:41:44.935Z Compiling terminal_size v0.4.3
4542026-05-08T07:41:44.936Z Compiling fs-err v3.3.0
4552026-05-08T07:41:45.016Z Compiling unicode-xid v0.2.6
4562026-05-08T07:41:45.016Z Compiling anstream v0.6.21
4572026-05-08T07:41:45.017Z Compiling bytecount v0.6.9
4582026-05-08T07:41:45.017Z Compiling once_cell v1.21.3
4592026-05-08T07:41:45.096Z Compiling heck v0.5.0
4602026-05-08T07:41:45.096Z Compiling fastrand v2.3.0
4612026-05-08T07:41:45.196Z Compiling semver v1.0.28
4622026-05-08T07:41:45.213Z Compiling unicode-width v0.1.14
4632026-05-08T07:41:45.213Z Compiling strsim v0.11.1
4642026-05-08T07:41:45.230Z Compiling fnv v1.0.7
4652026-05-08T07:41:45.254Z Compiling anyhow v1.0.102
4662026-05-08T07:41:45.268Z Compiling heck v0.4.1
4672026-05-08T07:41:45.323Z Compiling clap_lex v1.0.0
4682026-05-08T07:41:45.357Z Compiling tempfile v3.25.0
4692026-05-08T07:41:45.429Z Compiling papergrid v0.11.0
4702026-05-08T07:41:45.505Z Compiling serde-untagged v0.1.9
4712026-05-08T07:41:45.551Z Compiling clap_builder v4.5.60
4722026-05-08T07:41:45.602Z Compiling memmap v0.7.0
4732026-05-08T07:41:45.629Z Compiling unicode-linebreak v0.1.5
4742026-05-08T07:41:45.646Z Compiling unicode-width v0.2.0
4752026-05-08T07:41:45.688Z Compiling smawk v0.3.2
4762026-05-08T07:41:45.788Z Compiling camino-tempfile v1.4.1
4772026-05-08T07:41:45.806Z Compiling swrite v0.1.0
4782026-05-08T07:41:45.846Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-08T07:41:45.890Z Compiling textwrap v0.16.2
4802026-05-08T07:41:46.193Z Compiling tabled_derive v0.7.0
4812026-05-08T07:41:46.674Z Compiling synstructure v0.13.2
4822026-05-08T07:41:46.674Z Compiling pest_generator v2.8.6
4832026-05-08T07:41:46.863Z Compiling tabled v0.15.0
4842026-05-08T07:41:47.191Z Compiling serde_derive v1.0.228
4852026-05-08T07:41:47.194Z Compiling zerofrom-derive v0.1.6
4862026-05-08T07:41:47.194Z Compiling yoke-derive v0.8.1
4872026-05-08T07:41:47.194Z Compiling zerovec-derive v0.11.2
4882026-05-08T07:41:47.194Z Compiling displaydoc v0.2.5
4892026-05-08T07:41:47.194Z Compiling thiserror-impl v1.0.69
4902026-05-08T07:41:47.245Z Compiling zerocopy-derive v0.7.35
4912026-05-08T07:41:47.250Z Compiling scroll_derive v0.12.1
4922026-05-08T07:41:47.250Z Compiling thiserror-impl v2.0.18
4932026-05-08T07:41:47.297Z Compiling pest_derive v2.8.6
4942026-05-08T07:41:47.387Z Compiling clap_derive v4.5.55
4952026-05-08T07:41:47.943Z Compiling scroll v0.12.0
4962026-05-08T07:41:48.162Z Compiling zerocopy v0.7.35
4972026-05-08T07:41:48.178Z Compiling goblin v0.8.2
4982026-05-08T07:41:48.353Z Compiling zerofrom v0.1.6
4992026-05-08T07:41:48.405Z Compiling dtrace-parser v0.2.0
5002026-05-08T07:41:48.456Z Compiling yoke v0.8.1
5012026-05-08T07:41:48.615Z Compiling zerovec v0.11.5
5022026-05-08T07:41:48.615Z Compiling zerotrie v0.2.3
5032026-05-08T07:41:48.712Z Compiling clap v4.5.60
5042026-05-08T07:41:49.082Z Compiling tinystr v0.8.2
5052026-05-08T07:41:49.082Z Compiling potential_utf v0.1.4
5062026-05-08T07:41:49.208Z Compiling icu_collections v2.1.1
5072026-05-08T07:41:49.232Z Compiling icu_locale_core v2.1.1
5082026-05-08T07:41:49.715Z Compiling dof v0.3.0
5092026-05-08T07:41:49.715Z Compiling serde_tokenstream v0.2.3
5102026-05-08T07:41:49.733Z Compiling serde_spanned v0.6.9
5112026-05-08T07:41:49.736Z Compiling toml_datetime v0.6.11
5122026-05-08T07:41:49.736Z Compiling serde-value v0.7.0
5132026-05-08T07:41:49.751Z Compiling cargo-platform v0.2.0
5142026-05-08T07:41:49.753Z Compiling macaddr v1.0.1
5152026-05-08T07:41:49.768Z Compiling icu_provider v2.1.1
5162026-05-08T07:41:50.020Z Compiling toml_edit v0.22.27
5172026-05-08T07:41:50.059Z Compiling icu_properties v2.1.2
5182026-05-08T07:41:50.059Z Compiling icu_normalizer v2.1.1
5192026-05-08T07:41:50.424Z Compiling usdt-attr-macro v0.5.0
5202026-05-08T07:41:50.427Z Compiling usdt-macro v0.5.0
5212026-05-08T07:41:50.881Z Compiling idna_adapter v1.2.1
5222026-05-08T07:41:50.988Z Compiling idna v1.1.0
5232026-05-08T07:41:51.042Z Compiling usdt v0.5.0
5242026-05-08T07:41:51.237Z Compiling url v2.5.8
5252026-05-08T07:41:51.276Z Compiling toml v0.8.23
5262026-05-08T07:41:51.606Z Compiling cargo_toml v0.21.0
5272026-05-08T07:41:51.632Z Compiling cargo-util-schemas v0.8.2
5282026-05-08T07:41:52.421Z Compiling cargo_metadata v0.21.0
5292026-05-08T07:41:53.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-08T07:41:55.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.50s
5312026-05-08T07:41:55.686Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5322026-05-08T07:41:56.237Z Downloading crates ...
5332026-05-08T07:41:56.323Z Downloaded adler2 v2.0.1
5342026-05-08T07:41:56.327Z Downloaded bit-set v0.8.0
5352026-05-08T07:41:56.798Z Downloaded cpufeatures v0.3.0
5362026-05-08T07:41:56.798Z Downloaded clang-sys v1.8.1
5372026-05-08T07:41:56.798Z Downloaded console v0.15.11
5382026-05-08T07:41:56.798Z Downloaded diesel_table_macro_syntax v0.3.0
5392026-05-08T07:41:56.798Z Downloaded aead v0.5.2
5402026-05-08T07:41:56.798Z Downloaded derive_builder_macro v0.20.2
5412026-05-08T07:41:56.798Z Downloaded endian-type v0.1.2
5422026-05-08T07:41:56.798Z Downloaded darling_macro v0.23.0
5432026-05-08T07:41:56.798Z Downloaded cobs v0.3.0
5442026-05-08T07:41:56.798Z Downloaded bcrypt-pbkdf v0.10.0
5452026-05-08T07:41:56.798Z Downloaded bindgen v0.71.1
5462026-05-08T07:41:56.798Z Downloaded foreign-types v0.5.0
5472026-05-08T07:41:56.798Z Downloaded float-cmp v0.10.0
5482026-05-08T07:41:56.798Z Downloaded cstr-argument v0.1.2
5492026-05-08T07:41:56.798Z Downloaded curve25519-dalek-derive v0.1.1
5502026-05-08T07:41:56.798Z Downloaded crunchy v0.2.4
5512026-05-08T07:41:56.798Z Downloaded crucible-workspace-hack v0.1.0
5522026-05-08T07:41:56.798Z Downloaded block-padding v0.3.3
5532026-05-08T07:41:56.798Z Downloaded castaway v0.2.4
5542026-05-08T07:41:56.798Z Downloaded downcast-rs v2.0.2
5552026-05-08T07:41:56.798Z Downloaded daft-derive v0.1.5
5562026-05-08T07:41:56.798Z Downloaded darling_macro v0.21.3
5572026-05-08T07:41:56.798Z Downloaded base16ct v0.2.0
5582026-05-08T07:41:56.798Z Downloaded backoff v0.4.0
5592026-05-08T07:41:56.798Z Downloaded arrayref v0.3.9
5602026-05-08T07:41:56.798Z Downloaded daft v0.1.5
5612026-05-08T07:41:56.798Z Downloaded ctr v0.9.2
5622026-05-08T07:41:56.798Z Downloaded flagset v0.4.7
5632026-05-08T07:41:56.798Z Downloaded array-init v0.0.4
5642026-05-08T07:41:56.798Z Downloaded display-error-chain v0.2.2
5652026-05-08T07:41:56.799Z Downloaded csv-core v0.1.13
5662026-05-08T07:41:56.799Z Downloaded crossbeam-deque v0.8.6
5672026-05-08T07:41:56.799Z Downloaded dtrace-parser v0.3.0
5682026-05-08T07:41:56.799Z Downloaded dropshot-api-manager-types v0.7.1
5692026-05-08T07:41:56.799Z Downloaded diesel-dtrace v0.5.0
5702026-05-08T07:41:56.799Z Downloaded atomic-waker v1.1.2
5712026-05-08T07:41:56.799Z Downloaded compression-core v0.4.31
5722026-05-08T07:41:56.799Z Downloaded bitfield-macros v0.19.4
5732026-05-08T07:41:56.799Z Downloaded ciborium-io v0.2.2
5742026-05-08T07:41:56.799Z Downloaded embedded-io v0.6.1
5752026-05-08T07:41:56.799Z Downloaded dof v0.4.0
5762026-05-08T07:41:56.799Z Downloaded fixedbitset v0.4.2
5772026-05-08T07:41:56.799Z Downloaded dirs-sys-next v0.1.2
5782026-05-08T07:41:56.799Z Downloaded debug-ignore v1.0.5
5792026-05-08T07:41:56.799Z Downloaded bitflags v1.3.2
5802026-05-08T07:41:56.799Z Downloaded cfg_aliases v0.2.1
5812026-05-08T07:41:56.799Z Downloaded ciborium-ll v0.2.2
5822026-05-08T07:41:56.799Z Downloaded env_filter v1.0.0
5832026-05-08T07:41:56.799Z Downloaded atty v0.2.14
5842026-05-08T07:41:56.799Z Downloaded cfg_aliases v0.1.1
5852026-05-08T07:41:56.799Z Downloaded async-stream-impl v0.3.6
5862026-05-08T07:41:56.799Z Downloaded foreign-types v0.3.2
5872026-05-08T07:41:56.799Z Downloaded darling_macro v0.20.11
5882026-05-08T07:41:56.799Z Downloaded fd-lock v4.0.4
5892026-05-08T07:41:56.799Z Downloaded dirs-next v2.0.0
5902026-05-08T07:41:56.799Z Downloaded crc8 v0.1.1
5912026-05-08T07:41:56.799Z Downloaded atomicwrites v0.4.4
5922026-05-08T07:41:56.799Z Downloaded assert_matches v1.5.0
5932026-05-08T07:41:56.799Z Downloaded defmt v0.3.100
5942026-05-08T07:41:56.799Z Downloaded async-stream v0.3.6
5952026-05-08T07:41:56.799Z Downloaded async-recursion v1.1.1
5962026-05-08T07:41:56.799Z Downloaded difflib v0.4.0
5972026-05-08T07:41:56.799Z Downloaded defmt-parser v1.0.0
5982026-05-08T07:41:56.799Z Downloaded dunce v1.0.5
5992026-05-08T07:41:56.799Z Downloaded crc v3.4.0
6002026-05-08T07:41:56.799Z Downloaded dyn-clone v1.0.20
6012026-05-08T07:41:56.799Z Downloaded crc-catalog v2.4.0
6022026-05-08T07:41:56.799Z Downloaded cargo-platform v0.1.9
6032026-05-08T07:41:56.799Z Downloaded bitfield-struct v0.6.2
6042026-05-08T07:41:56.799Z Downloaded foreign-types-shared v0.1.1
6052026-05-08T07:41:56.800Z Downloaded convert_case v0.4.0
6062026-05-08T07:41:56.800Z Downloaded float-ord v0.3.2
6072026-05-08T07:41:56.800Z Downloaded foreign-types-shared v0.3.1
6082026-05-08T07:41:56.800Z Downloaded futures-core v0.3.32
6092026-05-08T07:41:56.800Z Downloaded foreign-types-macros v0.2.3
6102026-05-08T07:41:56.800Z Downloaded dsl_auto_type v0.2.0
6112026-05-08T07:41:56.800Z Downloaded derive_builder_core v0.20.2
6122026-05-08T07:41:56.800Z Downloaded document-features v0.2.12
6132026-05-08T07:41:56.800Z Downloaded base64ct v1.8.3
6142026-05-08T07:41:56.800Z Downloaded filetime v0.2.27
6152026-05-08T07:41:56.800Z Downloaded cargo_metadata v0.19.2
6162026-05-08T07:41:56.800Z Downloaded futures-io v0.3.32
6172026-05-08T07:41:56.800Z Downloaded cexpr v0.6.0
6182026-05-08T07:41:56.800Z Downloaded cbc v0.1.2
6192026-05-08T07:41:56.800Z Downloaded cassowary v0.3.0
6202026-05-08T07:41:56.800Z Downloaded constant_time_eq v0.4.2
6212026-05-08T07:41:56.800Z Downloaded ff v0.13.1
6222026-05-08T07:41:56.800Z Downloaded futures-macro v0.3.32
6232026-05-08T07:41:56.800Z Downloaded fxhash v0.2.1
6242026-05-08T07:41:56.800Z Downloaded futures-sink v0.3.32
6252026-05-08T07:41:56.800Z Downloaded byte-wrapper v0.1.0
6262026-05-08T07:41:56.800Z Downloaded ghash v0.5.1
6272026-05-08T07:41:56.800Z Downloaded gethostname v0.5.0
6282026-05-08T07:41:56.800Z Downloaded allocator-api2 v0.2.21
6292026-05-08T07:41:56.800Z Downloaded futures-task v0.3.32
6302026-05-08T07:41:56.800Z Downloaded crc32fast v1.5.0
6312026-05-08T07:41:56.800Z Downloaded globwalk v0.9.1
6322026-05-08T07:41:56.800Z Downloaded git-stub v1.0.0
6332026-05-08T07:41:56.800Z Downloaded cancel-safe-futures v0.1.5
6342026-05-08T07:41:56.800Z Downloaded derive-ex v0.1.8
6352026-05-08T07:41:56.805Z Downloaded hash32 v0.3.1
6362026-05-08T07:41:56.805Z Downloaded headers-core v0.3.0
6372026-05-08T07:41:56.805Z Downloaded hash32 v0.2.1
6382026-05-08T07:41:56.805Z Downloaded bb8 v0.8.6
6392026-05-08T07:41:56.805Z Downloaded deranged v0.5.8
6402026-05-08T07:41:56.805Z Downloaded async-trait v0.1.89
6412026-05-08T07:41:56.805Z Downloaded enum-as-inner v0.6.1
6422026-05-08T07:41:56.805Z Downloaded ed25519 v2.2.3
6432026-05-08T07:41:56.805Z Downloaded defmt-macros v1.0.1
6442026-05-08T07:41:56.805Z Downloaded ena v0.14.4
6452026-05-08T07:41:56.805Z Downloaded embedded-io v0.4.0
6462026-05-08T07:41:56.805Z Downloaded bitfield v0.19.4
6472026-05-08T07:41:56.805Z Downloaded foldhash v0.2.0
6482026-05-08T07:41:56.805Z Downloaded bit-vec v0.6.3
6492026-05-08T07:41:56.805Z Downloaded fallible-iterator v0.2.0
6502026-05-08T07:41:56.805Z Downloaded either v1.15.0
6512026-05-08T07:41:56.805Z Downloaded ascii-canvas v3.0.0
6522026-05-08T07:41:56.805Z Downloaded chacha20 v0.9.1
6532026-05-08T07:41:56.805Z Downloaded fixedbitset v0.5.7
6542026-05-08T07:41:56.805Z Downloaded buf-list v1.1.2
6552026-05-08T07:41:56.806Z Downloaded convert_case v0.10.0
6562026-05-08T07:41:56.806Z Downloaded bit-vec v0.8.0
6572026-05-08T07:41:56.806Z Downloaded data-encoding v2.10.0
6582026-05-08T07:41:56.806Z Downloaded compression-codecs v0.4.37
6592026-05-08T07:41:56.806Z Downloaded funty v2.0.0
6602026-05-08T07:41:56.806Z Downloaded fs-err v2.11.0
6612026-05-08T07:41:56.806Z Downloaded critical-section v1.2.0
6622026-05-08T07:41:56.806Z Downloaded corncobs v0.1.4
6632026-05-08T07:41:56.806Z Downloaded cmake v0.1.57
6642026-05-08T07:41:56.806Z Downloaded erased-serde v0.3.31
6652026-05-08T07:41:56.806Z Downloaded cipher v0.4.4
6662026-05-08T07:41:56.806Z Downloaded blowfish v0.9.1
6672026-05-08T07:41:56.806Z Downloaded bcs v0.1.6
6682026-05-08T07:41:56.806Z Downloaded backon v1.6.0
6692026-05-08T07:41:56.806Z Downloaded bit-set v0.5.3
6702026-05-08T07:41:56.806Z Downloaded env_logger v0.11.9
6712026-05-08T07:41:56.806Z Downloaded der_derive v0.7.3
6722026-05-08T07:41:56.806Z Downloaded argon2 v0.5.3
6732026-05-08T07:41:56.806Z Downloaded find-msvc-tools v0.1.9
6742026-05-08T07:41:56.806Z Downloaded derive_builder v0.20.2
6752026-05-08T07:41:56.806Z Downloaded hex v0.4.3
6762026-05-08T07:41:56.806Z Downloaded hex-literal v0.4.1
6772026-05-08T07:41:56.806Z Downloaded cookie_store v0.22.1
6782026-05-08T07:41:56.806Z Downloaded hubpack v0.1.2
6792026-05-08T07:41:56.806Z Downloaded httpdate v1.0.3
6802026-05-08T07:41:56.806Z Downloaded futures-executor v0.3.32
6812026-05-08T07:41:56.806Z Downloaded http-body v1.0.1
6822026-05-08T07:41:56.806Z Downloaded base64 v0.22.1
6832026-05-08T07:41:56.806Z Downloaded http-range v0.1.5
6842026-05-08T07:41:56.806Z Downloaded hostname v0.4.2
6852026-05-08T07:41:56.806Z Downloaded hostname v0.3.1
6862026-05-08T07:41:56.806Z Downloaded home v0.5.12
6872026-05-08T07:41:56.806Z Downloaded des v0.8.1
6882026-05-08T07:41:56.806Z Downloaded group v0.13.0
6892026-05-08T07:41:56.806Z Downloaded glob v0.3.3
6902026-05-08T07:41:56.806Z Downloaded fs_extra v1.3.0
6912026-05-08T07:41:56.806Z Downloaded globset v0.4.18
6922026-05-08T07:41:56.806Z Downloaded ident_case v1.0.1
6932026-05-08T07:41:56.806Z Downloaded git-stub-vcs v0.1.0
6942026-05-08T07:41:56.807Z Downloaded chacha20 v0.10.0
6952026-05-08T07:41:56.807Z Downloaded indent_write v2.2.0
6962026-05-08T07:41:56.807Z Downloaded hyper-tls v0.6.0
6972026-05-08T07:41:56.807Z Downloaded hubpack_derive v0.1.1
6982026-05-08T07:41:56.807Z Downloaded camino-tempfile-ext v0.3.3
6992026-05-08T07:41:56.807Z Downloaded bzip2 v0.6.1
7002026-05-08T07:41:56.807Z Downloaded indoc v1.0.9
7012026-05-08T07:41:56.807Z Downloaded internet-checksum v0.2.1
7022026-05-08T07:41:56.807Z Downloaded darling v0.23.0
7032026-05-08T07:41:56.807Z Downloaded ecdsa v0.16.9
7042026-05-08T07:41:56.807Z Downloaded defmt v1.0.1
7052026-05-08T07:41:56.807Z Downloaded crossbeam-utils v0.8.21
7062026-05-08T07:41:56.807Z Downloaded drift v0.1.4
7072026-05-08T07:41:56.807Z Downloaded darling v0.21.3
7082026-05-08T07:41:56.807Z Downloaded foldhash v0.1.5
7092026-05-08T07:41:56.807Z Downloaded async-bb8-diesel v0.2.1
7102026-05-08T07:41:56.807Z Downloaded darling v0.20.11
7112026-05-08T07:41:56.807Z Downloaded instability v0.3.11
7122026-05-08T07:41:56.807Z Downloaded console v0.16.2
7132026-05-08T07:41:56.807Z Downloaded lalrpop-util v0.19.12
7142026-05-08T07:41:56.807Z Downloaded colored v3.1.1
7152026-05-08T07:41:56.807Z Downloaded is_ci v1.2.0
7162026-05-08T07:41:56.807Z Downloaded is-terminal v0.4.17
7172026-05-08T07:41:56.807Z Downloaded inout v0.1.4
7182026-05-08T07:41:56.807Z Downloaded bzip2 v0.4.4
7192026-05-08T07:41:56.807Z Downloaded colored v2.2.0
7202026-05-08T07:41:56.807Z Downloaded keccak v0.1.6
7212026-05-08T07:41:56.807Z Downloaded lazy_static v1.5.0
7222026-05-08T07:41:56.807Z Downloaded arrayvec v0.7.6
7232026-05-08T07:41:56.807Z Downloaded crossbeam-epoch v0.9.18
7242026-05-08T07:41:56.807Z Downloaded ahash v0.8.12
7252026-05-08T07:41:56.807Z Downloaded cookie v0.18.1
7262026-05-08T07:41:56.807Z Downloaded libscf-sys v1.1.0
7272026-05-08T07:41:56.807Z Downloaded http-body-util v0.1.3
7282026-05-08T07:41:56.807Z Downloaded const_format_proc_macros v0.2.34
7292026-05-08T07:41:56.807Z Downloaded blake2 v0.10.6
7302026-05-08T07:41:56.807Z Downloaded ciborium v0.2.2
7312026-05-08T07:41:56.807Z Downloaded instant v0.1.13
7322026-05-08T07:41:56.807Z Downloaded kstat-rs v0.2.4
7332026-05-08T07:41:56.808Z Downloaded getrandom v0.2.17
7342026-05-08T07:41:56.808Z Downloaded futures-channel v0.3.32
7352026-05-08T07:41:56.812Z Downloaded ar_archive_writer v0.5.1
7362026-05-08T07:41:56.812Z Downloaded hyper-staticfile v0.10.1
7372026-05-08T07:41:56.812Z Downloaded lzss v0.8.2
7382026-05-08T07:41:56.812Z Downloaded ingot-types v0.1.2
7392026-05-08T07:41:56.812Z Downloaded impl-trait-for-tuples v0.2.3
7402026-05-08T07:41:56.812Z Downloaded lru-cache v0.1.2
7412026-05-08T07:41:56.812Z Downloaded darling_core v0.23.0
7422026-05-08T07:41:56.812Z Downloaded memoffset v0.9.1
7432026-05-08T07:41:56.812Z Downloaded lru-slab v0.1.2
7442026-05-08T07:41:56.812Z Downloaded md5 v0.7.0
7452026-05-08T07:41:56.812Z Downloaded md-5 v0.10.6
7462026-05-08T07:41:56.813Z Downloaded humantime v2.3.0
7472026-05-08T07:41:56.813Z Downloaded half v1.8.3
7482026-05-08T07:41:56.813Z Downloaded newtype-uuid-macros v0.1.0
7492026-05-08T07:41:56.813Z Downloaded ipnetwork v0.21.1
7502026-05-08T07:41:56.813Z Downloaded ipnet v2.11.0
7512026-05-08T07:41:56.813Z Downloaded crc-any v2.5.0
7522026-05-08T07:41:56.813Z Downloaded linked-hash-map v0.5.6
7532026-05-08T07:41:56.813Z Downloaded ingot v0.1.1
7542026-05-08T07:41:56.813Z Downloaded mime v0.3.17
7552026-05-08T07:41:56.813Z Downloaded maybe-uninit v2.0.0
7562026-05-08T07:41:56.813Z Downloaded const-oid v0.9.6
7572026-05-08T07:41:56.813Z Downloaded multimap v0.10.1
7582026-05-08T07:41:56.813Z Downloaded match_cfg v0.1.0
7592026-05-08T07:41:56.813Z Downloaded maplit v1.0.2
7602026-05-08T07:41:56.813Z Downloaded managed v0.8.0
7612026-05-08T07:41:56.813Z Downloaded highway v1.3.0
7622026-05-08T07:41:56.813Z Downloaded nibble_vec v0.1.0
7632026-05-08T07:41:56.813Z Downloaded newtype_derive v0.1.6
7642026-05-08T07:41:56.813Z Downloaded newline-converter v0.3.0
7652026-05-08T07:41:56.813Z Downloaded dropshot_endpoint v0.16.7
7662026-05-08T07:41:56.813Z Downloaded diff v0.1.13
7672026-05-08T07:41:56.813Z Downloaded derive-where v1.6.0
7682026-05-08T07:41:56.813Z Downloaded futures v0.3.32
7692026-05-08T07:41:56.813Z Downloaded hmac v0.12.1
7702026-05-08T07:41:56.813Z Downloaded fatfs v0.3.6
7712026-05-08T07:41:56.813Z Downloaded elliptic-curve v0.13.8
7722026-05-08T07:41:56.813Z Downloaded num-conv v0.2.0
7732026-05-08T07:41:56.813Z Downloaded indoc v2.0.7
7742026-05-08T07:41:56.813Z Downloaded libefi-sys v0.1.0
7752026-05-08T07:41:56.813Z Downloaded base64 v0.21.7
7762026-05-08T07:41:56.813Z Downloaded libloading v0.8.9
7772026-05-08T07:41:56.813Z Downloaded normalize-line-endings v0.3.0
7782026-05-08T07:41:56.813Z Downloaded libsw v3.5.0
7792026-05-08T07:41:56.813Z Downloaded compact_str v0.8.1
7802026-05-08T07:41:56.813Z Downloaded num_threads v0.1.7
7812026-05-08T07:41:56.813Z Downloaded num-derive v0.3.3
7822026-05-08T07:41:56.813Z Downloaded num v0.4.3
7832026-05-08T07:41:56.813Z Downloaded getrandom v0.3.4
7842026-05-08T07:41:56.813Z Downloaded bumpalo v3.20.2
7852026-05-08T07:41:56.814Z Downloaded nonempty v0.12.0
7862026-05-08T07:41:56.814Z Downloaded dropshot_endpoint v0.17.0
7872026-05-08T07:41:56.814Z Downloaded hyper-rustls v0.27.7
7882026-05-08T07:41:56.814Z Downloaded mime_guess v2.0.5
7892026-05-08T07:41:56.814Z Downloaded iana-time-zone v0.1.65
7902026-05-08T07:41:56.814Z Downloaded new_debug_unreachable v1.0.6
7912026-05-08T07:41:56.814Z Downloaded openssl-probe v0.2.1
7922026-05-08T07:41:56.814Z Downloaded jobserver v0.1.34
7932026-05-08T07:41:56.814Z Downloaded oso-derive v0.27.3
7942026-05-08T07:41:56.814Z Downloaded num_enum_derive v0.5.11
7952026-05-08T07:41:56.814Z Downloaded num-derive v0.4.2
7962026-05-08T07:41:56.814Z Downloaded parse-size v1.1.0
7972026-05-08T07:41:56.814Z Downloaded packed_struct_codegen v0.10.1
7982026-05-08T07:41:56.814Z Downloaded crypto-bigint v0.5.5
7992026-05-08T07:41:56.814Z Downloaded chacha20poly1305 v0.10.1
8002026-05-08T07:41:56.814Z Downloaded openssl-probe v0.1.6
8012026-05-08T07:41:56.814Z Downloaded openssl-macros v0.1.1
8022026-05-08T07:41:56.814Z Downloaded olpc-cjson v0.1.4
8032026-05-08T07:41:56.814Z Downloaded httparse v1.10.1
8042026-05-08T07:41:56.814Z Downloaded const_format v0.2.35
8052026-05-08T07:41:56.814Z Downloaded bytes v1.11.1
8062026-05-08T07:41:56.814Z Downloaded nodrop v0.1.14
8072026-05-08T07:41:56.814Z Downloaded newtype-uuid v1.3.2
8082026-05-08T07:41:56.814Z Downloaded linear-map v1.2.0
8092026-05-08T07:41:56.814Z Downloaded libsw-core v0.3.2
8102026-05-08T07:41:56.814Z Downloaded dropshot-api-manager v0.7.1
8112026-05-08T07:41:56.814Z Downloaded lru v0.12.5
8122026-05-08T07:41:56.814Z Downloaded native-tls v0.2.18
8132026-05-08T07:41:56.814Z Downloaded multer v3.1.0
8142026-05-08T07:41:56.814Z Downloaded crossbeam-channel v0.5.15
8152026-05-08T07:41:56.814Z Downloaded parse-display v0.10.0
8162026-05-08T07:41:56.814Z Downloaded pbkdf2 v0.11.0
8172026-05-08T07:41:56.814Z Downloaded peg-runtime v0.8.5
8182026-05-08T07:41:56.814Z Downloaded cc v1.2.56
8192026-05-08T07:41:56.814Z Downloaded ingot-macros v0.1.1
8202026-05-08T07:41:56.814Z Downloaded pin-utils v0.1.0
8212026-05-08T07:41:56.815Z Downloaded path-slash v0.1.5
8222026-05-08T07:41:56.815Z Downloaded opaque-debug v0.3.1
8232026-05-08T07:41:56.815Z Downloaded num_enum_derive v0.7.5
8242026-05-08T07:41:56.815Z Downloaded num-rational v0.4.2
8252026-05-08T07:41:56.815Z Downloaded headers v0.4.1
8262026-05-08T07:41:56.815Z Downloaded phf_shared v0.11.3
8272026-05-08T07:41:56.815Z Downloaded pbkdf2 v0.12.2
8282026-05-08T07:41:56.815Z Downloaded phf_shared v0.13.1
8292026-05-08T07:41:56.815Z Downloaded phf_shared v0.12.1
8302026-05-08T07:41:56.815Z Downloaded num-complex v0.4.6
8312026-05-08T07:41:56.815Z Downloaded num-integer v0.1.46
8322026-05-08T07:41:56.815Z Downloaded nanorand v0.7.0
8332026-05-08T07:41:56.815Z Downloaded lock_api v0.4.14
8342026-05-08T07:41:56.815Z Downloaded flume v0.11.1
8352026-05-08T07:41:56.818Z Downloaded der v0.7.10
8362026-05-08T07:41:56.818Z Downloaded owo-colors v4.3.0
8372026-05-08T07:41:56.818Z Downloaded derive_more v0.99.20
8382026-05-08T07:41:56.818Z Downloaded num_enum v0.5.11
8392026-05-08T07:41:56.818Z Downloaded indexmap v1.9.3
8402026-05-08T07:41:56.818Z Downloaded precomputed-hash v0.1.1
8412026-05-08T07:41:56.818Z Downloaded num_enum v0.7.5
8422026-05-08T07:41:56.818Z Downloaded heapless v0.7.17
8432026-05-08T07:41:56.818Z Downloaded packed_struct v0.10.1
8442026-05-08T07:41:56.818Z Downloaded proc-macro-crate v1.3.1
8452026-05-08T07:41:56.818Z Downloaded predicates-core v1.0.10
8462026-05-08T07:41:56.818Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-05-08T07:41:56.818Z Downloaded powerfmt v0.2.0
8482026-05-08T07:41:56.818Z Downloaded num-iter v0.1.45
8492026-05-08T07:41:56.818Z Downloaded darling_core v0.21.3
8502026-05-08T07:41:56.821Z Downloaded half v2.7.1
8512026-05-08T07:41:56.824Z Downloaded async-compression v0.4.41
8522026-05-08T07:41:56.827Z Downloaded ignore v0.4.25
8532026-05-08T07:41:56.829Z Downloaded oxnet v0.1.5
8542026-05-08T07:41:56.832Z Downloaded progenitor-client v0.14.0
8552026-05-08T07:41:56.832Z Downloaded paste v1.0.15
8562026-05-08T07:41:56.835Z Downloaded progenitor-client v0.10.0
8572026-05-08T07:41:56.835Z Downloaded proc-macro-crate v3.4.0
8582026-05-08T07:41:56.835Z Downloaded password-hash v0.4.2
8592026-05-08T07:41:56.838Z Downloaded parse-display-derive v0.10.0
8602026-05-08T07:41:56.838Z Downloaded parking_lot_core v0.8.6
8612026-05-08T07:41:56.838Z Downloaded progenitor-macro v0.11.2
8622026-05-08T07:41:56.841Z Downloaded progenitor-client v0.11.2
8632026-05-08T07:41:56.841Z Downloaded phf v0.12.1
8642026-05-08T07:41:56.841Z Downloaded pem-rfc7468 v0.7.0
8652026-05-08T07:41:56.843Z Downloaded peg-macros v0.8.5
8662026-05-08T07:41:56.843Z Downloaded peg v0.8.5
8672026-05-08T07:41:56.846Z Downloaded litrs v1.0.0
8682026-05-08T07:41:56.849Z Downloaded pin-project-internal v1.1.11
8692026-05-08T07:41:56.849Z Downloaded phf v0.13.1
8702026-05-08T07:41:56.851Z Downloaded derive_more v2.1.1
8712026-05-08T07:41:56.857Z Downloaded radium v0.7.0
8722026-05-08T07:41:56.860Z Downloaded pem v3.0.6
8732026-05-08T07:41:56.860Z Downloaded nu-ansi-term v0.50.3
8742026-05-08T07:41:56.862Z Downloaded quick-error v1.2.3
8752026-05-08T07:41:56.862Z Downloaded progenitor-macro v0.14.0
8762026-05-08T07:41:56.862Z Downloaded psl-types v2.0.11
8772026-05-08T07:41:56.865Z Downloaded progenitor-macro v0.13.0
8782026-05-08T07:41:56.865Z Downloaded darling_core v0.20.11
8792026-05-08T07:41:56.871Z Downloaded memmap2 v0.9.10
8802026-05-08T07:41:56.874Z Downloaded flate2 v1.1.9
8812026-05-08T07:41:56.877Z Downloaded predicates-tree v1.0.13
8822026-05-08T07:41:56.879Z Downloaded heapless v0.8.0
8832026-05-08T07:41:56.882Z Downloaded postgres-protocol v0.6.10
8842026-05-08T07:41:56.882Z Downloaded polyval v0.6.2
8852026-05-08T07:41:56.884Z Downloaded poly1305 v0.8.0
8862026-05-08T07:41:56.884Z Downloaded primeorder v0.13.6
8872026-05-08T07:41:56.887Z Downloaded pkg-config v0.3.32
8882026-05-08T07:41:56.887Z Downloaded pkcs8 v0.10.2
8892026-05-08T07:41:56.890Z Downloaded arc-swap v1.8.2
8902026-05-08T07:41:56.892Z Downloaded rand_chacha v0.3.1
8912026-05-08T07:41:56.892Z Downloaded ref-cast-impl v1.0.25
8922026-05-08T07:41:56.893Z Downloaded progenitor v0.11.2
8932026-05-08T07:41:56.895Z Downloaded proc-macro-error2 v2.0.1
8942026-05-08T07:41:56.896Z Downloaded libbz2-rs-sys v0.2.2
8952026-05-08T07:41:56.898Z Downloaded hickory-resolver v0.25.2
8962026-05-08T07:41:56.901Z Downloaded ppv-lite86 v0.2.21
8972026-05-08T07:41:56.901Z Downloaded hickory-resolver v0.24.4
8982026-05-08T07:41:56.904Z Downloaded predicates v3.1.4
8992026-05-08T07:41:56.906Z Downloaded ref-cast v1.0.25
9002026-05-08T07:41:56.909Z Downloaded progenitor-client v0.13.0
9012026-05-08T07:41:56.909Z Downloaded progenitor v0.13.0
9022026-05-08T07:41:56.909Z Downloaded password-hash v0.5.0
9032026-05-08T07:41:56.912Z Downloaded progenitor-extras v0.2.0
9042026-05-08T07:41:56.912Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-05-08T07:41:56.912Z Downloaded recursive v0.1.1
9062026-05-08T07:41:56.916Z Downloaded parking_lot_core v0.9.12
9072026-05-08T07:41:56.918Z Downloaded omicron-zone-package v0.12.2
9082026-05-08T07:41:56.921Z Downloaded progenitor v0.14.0
9092026-05-08T07:41:56.921Z Downloaded parking_lot v0.11.2
9102026-05-08T07:41:56.924Z Downloaded pkcs5 v0.7.1
9112026-05-08T07:41:56.924Z Downloaded oxide-tokio-rt v0.1.4
9122026-05-08T07:41:56.927Z Downloaded progenitor-macro v0.10.0
9132026-05-08T07:41:56.927Z Downloaded pin-project-lite v0.2.17
9142026-05-08T07:41:56.930Z Downloaded rfc6979 v0.4.0
9152026-05-08T07:41:56.933Z Downloaded rtoolbox v0.0.3
9162026-05-08T07:41:56.933Z Downloaded r2d2 v0.8.10
9172026-05-08T07:41:56.933Z Downloaded rustc_version v0.1.7
9182026-05-08T07:41:56.936Z Downloaded rustc_version v0.4.1
9192026-05-08T07:41:56.936Z Downloaded parking_lot v0.12.5
9202026-05-08T07:41:56.938Z Downloaded pkcs1 v0.7.5
9212026-05-08T07:41:56.938Z Downloaded miniz_oxide v0.8.9
9222026-05-08T07:41:56.941Z Downloaded derive_more-impl v2.1.1
9232026-05-08T07:41:56.944Z Downloaded indicatif v0.18.4
9242026-05-08T07:41:56.946Z Downloaded rand_xorshift v0.4.0
9252026-05-08T07:41:56.946Z Downloaded rand_core v0.9.5
9262026-05-08T07:41:56.949Z Downloaded psm v0.1.30
9272026-05-08T07:41:56.949Z Downloaded postgres-types v0.2.12
9282026-05-08T07:41:56.952Z Downloaded diesel_derives v2.3.7
9292026-05-08T07:41:56.955Z Downloaded salsa20 v0.10.2
9302026-05-08T07:41:56.957Z Downloaded same-file v1.0.6
9312026-05-08T07:41:56.957Z Downloaded rustc-hash v2.1.1
9322026-05-08T07:41:56.957Z Downloaded aes v0.8.4
9332026-05-08T07:41:56.960Z Downloaded ed25519-dalek v2.2.0
9342026-05-08T07:41:56.963Z Downloaded progenitor v0.10.0
9352026-05-08T07:41:56.966Z Downloaded rand_seeder v0.4.0
9362026-05-08T07:41:56.968Z Downloaded rand_core v0.10.0
9372026-05-08T07:41:56.974Z Downloaded rand_chacha v0.9.0
9382026-05-08T07:41:56.983Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-08T07:41:56.987Z Downloaded postcard v1.1.3
9402026-05-08T07:41:56.990Z Downloaded rand_core v0.6.4
9412026-05-08T07:41:56.992Z Downloaded secrecy v0.10.3
9422026-05-08T07:41:56.992Z Downloaded secrecy v0.8.0
9432026-05-08T07:41:56.995Z Downloaded scrypt v0.11.0
9442026-05-08T07:41:56.998Z Downloaded scopeguard v1.2.0
9452026-05-08T07:41:57.002Z Downloaded scroll_derive v0.13.1
9462026-05-08T07:41:57.002Z Downloaded seq-macro v0.3.6
9472026-05-08T07:41:57.009Z Downloaded russh-cryptovec v0.7.3
9482026-05-08T07:41:57.012Z Downloaded serde-big-array v0.5.1
9492026-05-08T07:41:57.015Z Downloaded semver v0.1.20
9502026-05-08T07:41:57.015Z Downloaded serde_spanned v1.0.4
9512026-05-08T07:41:57.017Z Downloaded resolv-conf v0.7.6
9522026-05-08T07:41:57.021Z Downloaded rustls-native-certs v0.8.3
9532026-05-08T07:41:57.023Z Downloaded serde_bytes v0.11.19
9542026-05-08T07:41:57.023Z Downloaded papergrid v0.17.0
9552026-05-08T07:41:57.027Z Downloaded oso v0.27.3
9562026-05-08T07:41:57.029Z Downloaded openssl-sys v0.9.114
9572026-05-08T07:41:57.032Z Downloaded serde_urlencoded v0.7.1
9582026-05-08T07:41:57.035Z Downloaded quinn-udp v0.5.14
9592026-05-08T07:41:57.035Z Downloaded serde_repr v0.1.20
9602026-05-08T07:41:57.037Z Downloaded serde_plain v1.0.2
9612026-05-08T07:41:57.040Z Downloaded siphasher v1.0.2
9622026-05-08T07:41:57.043Z Downloaded rustls-pemfile v1.0.4
9632026-05-08T07:41:57.043Z Downloaded shell-words v1.1.1
9642026-05-08T07:41:57.045Z Downloaded sha1 v0.10.6
9652026-05-08T07:41:57.045Z Downloaded rusty-fork v0.3.1
9662026-05-08T07:41:57.045Z Downloaded rustls-pemfile v2.2.0
9672026-05-08T07:41:57.049Z Downloaded signal-hook-tokio v0.3.1
9682026-05-08T07:41:57.050Z Downloaded prefix-trie v0.7.0
9692026-05-08T07:41:57.058Z Downloaded jiff-static v0.2.21
9702026-05-08T07:41:57.070Z Downloaded aes-gcm v0.10.3
9712026-05-08T07:41:57.073Z Downloaded slog-bunyan v2.5.0
9722026-05-08T07:41:57.075Z Downloaded sigpipe v0.1.3
9732026-05-08T07:41:57.075Z Downloaded slog-envlogger v2.2.0
9742026-05-08T07:41:57.078Z Downloaded progenitor-impl v0.10.0
9752026-05-08T07:41:57.091Z Downloaded sec1 v0.7.3
9762026-05-08T07:41:57.094Z Downloaded scroll v0.13.0
9772026-05-08T07:41:57.094Z Downloaded sapling-renderdag v0.1.0
9782026-05-08T07:41:57.097Z Downloaded schemars_derive v0.8.22
9792026-05-08T07:41:57.100Z Downloaded progenitor-impl v0.13.0
9802026-05-08T07:41:57.100Z Downloaded pin-project v1.1.11
9812026-05-08T07:41:57.106Z Downloaded sqlparser_derive v0.5.0
9822026-05-08T07:41:57.109Z Downloaded serde_path_to_error v0.1.20
9832026-05-08T07:41:57.109Z Downloaded ssh-cipher v0.2.0
9842026-05-08T07:41:57.109Z Downloaded serde-hex v0.1.0
9852026-05-08T07:41:57.112Z Downloaded minimal-lexical v0.2.1
9862026-05-08T07:41:57.115Z Downloaded russh-keys v0.45.0
9872026-05-08T07:41:57.115Z Downloaded sct v0.7.1
9882026-05-08T07:41:57.117Z Downloaded ssh-encoding v0.2.0
9892026-05-08T07:41:57.117Z Downloaded signal-hook-mio v0.2.5
9902026-05-08T07:41:57.120Z Downloaded shlex v1.3.0
9912026-05-08T07:41:57.120Z Downloaded p256 v0.13.2
9922026-05-08T07:41:57.124Z Downloaded strum v0.27.2
9932026-05-08T07:41:57.128Z Downloaded strum v0.26.3
9942026-05-08T07:41:57.128Z Downloaded rustls-pki-types v1.14.0
9952026-05-08T07:41:57.131Z Downloaded simd-adler32 v0.3.8
9962026-05-08T07:41:57.131Z Downloaded signal-hook-registry v1.4.8
9972026-05-08T07:41:57.131Z Downloaded rustversion v1.0.22
9982026-05-08T07:41:57.133Z Downloaded hashbrown v0.13.2
9992026-05-08T07:41:57.136Z Downloaded hashbrown v0.12.3
10002026-05-08T07:41:57.139Z Downloaded itertools v0.10.5
10012026-05-08T07:41:57.141Z Downloaded structmeta-derive v0.3.0
10022026-05-08T07:41:57.141Z Downloaded structmeta v0.3.0
10032026-05-08T07:41:57.145Z Downloaded strip-ansi-escapes v0.2.1
10042026-05-08T07:41:57.145Z Downloaded subtle v2.6.1
10052026-05-08T07:41:57.145Z Downloaded slab v0.4.12
10062026-05-08T07:41:57.147Z Downloaded sync_wrapper v1.0.2
10072026-05-08T07:41:57.147Z Downloaded signature v2.2.0
10082026-05-08T07:41:57.151Z Downloaded slog-json v2.6.1
10092026-05-08T07:41:57.154Z Downloaded slog-async v2.8.0
10102026-05-08T07:41:57.156Z Downloaded progenitor-impl v0.11.2
10112026-05-08T07:41:57.156Z Downloaded crossterm v0.29.0
10122026-05-08T07:41:57.160Z Downloaded sync-ptr v0.1.4
10132026-05-08T07:41:57.163Z Downloaded supports-color v3.0.2
10142026-05-08T07:41:57.163Z Downloaded snafu-derive v0.8.9
10152026-05-08T07:41:57.163Z Downloaded take_mut v0.2.2
10162026-05-08T07:41:57.165Z Downloaded smf v0.2.3
10172026-05-08T07:41:57.166Z Downloaded slog-stdlog v4.1.1
10182026-05-08T07:41:57.169Z Downloaded spki v0.7.3
10192026-05-08T07:41:57.169Z Downloaded http v1.4.0
10202026-05-08T07:41:57.171Z Downloaded slog-dtrace v0.3.0
10212026-05-08T07:41:57.171Z Downloaded smallvec v0.6.14
10222026-05-08T07:41:57.174Z Downloaded slog-scope v4.4.1
10232026-05-08T07:41:57.177Z Downloaded serde_derive_internals v0.29.1
10242026-05-08T07:41:57.177Z Downloaded tap v1.0.1
10252026-05-08T07:41:57.179Z Downloaded pretty_assertions v1.4.1
10262026-05-08T07:41:57.182Z Downloaded hyper-util v0.1.20
10272026-05-08T07:41:57.185Z Downloaded rcgen v0.12.1
10282026-05-08T07:41:57.187Z Downloaded hashbrown v0.16.1
10292026-05-08T07:41:57.190Z Downloaded tinyvec_macros v0.1.1
10302026-05-08T07:41:57.190Z Downloaded testing_table v0.3.0
10312026-05-08T07:41:57.193Z Downloaded tabwriter v1.4.1
10322026-05-08T07:41:57.193Z Downloaded tabled_derive v0.11.0
10332026-05-08T07:41:57.193Z Downloaded termtree v0.5.1
10342026-05-08T07:41:57.193Z Downloaded string_cache v0.8.9
10352026-05-08T07:41:57.196Z Downloaded strum_macros v0.24.3
10362026-05-08T07:41:57.196Z Downloaded stringprep v0.1.5
10372026-05-08T07:41:57.199Z Downloaded mio v1.2.0
10382026-05-08T07:41:57.201Z Downloaded rayon-core v1.13.0
10392026-05-08T07:41:57.206Z Downloaded schemars v0.8.22
10402026-05-08T07:41:57.212Z Downloaded sqlformat v0.3.5
10412026-05-08T07:41:57.216Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-08T07:41:57.216Z Downloaded ron v0.8.1
10432026-05-08T07:41:57.219Z Downloaded expectorate v1.2.0
10442026-05-08T07:41:57.221Z Downloaded progenitor-impl v0.14.0
10452026-05-08T07:41:57.221Z Downloaded slog-term v2.9.2
10462026-05-08T07:41:57.224Z Downloaded nom v7.1.3
10472026-05-08T07:41:57.227Z Downloaded tagptr v0.2.0
10482026-05-08T07:41:57.227Z Downloaded crossterm v0.28.1
10492026-05-08T07:41:57.230Z Downloaded serde_with_macros v3.17.0
10502026-05-08T07:41:57.233Z Downloaded thread-id v5.1.0
10512026-05-08T07:41:57.235Z Downloaded spin v0.9.8
10522026-05-08T07:41:57.235Z Downloaded time-core v0.1.8
10532026-05-08T07:41:57.235Z Downloaded strum_macros v0.27.2
10542026-05-08T07:41:57.238Z Downloaded stacker v0.1.23
10552026-05-08T07:41:57.238Z Downloaded tokio-macros v2.7.0
10562026-05-08T07:41:57.241Z Downloaded qorb v0.4.1
10572026-05-08T07:41:57.244Z Downloaded termios v0.3.3
10582026-05-08T07:41:57.244Z Downloaded rustls-platform-verifier v0.6.2
10592026-05-08T07:41:57.253Z Downloaded signal-hook v0.3.18
10602026-05-08T07:41:57.256Z Downloaded iddqd v0.3.18
10612026-05-08T07:41:57.259Z Downloaded tower-layer v0.3.3
10622026-05-08T07:41:57.262Z Downloaded support-bundle-viewer v0.1.2
10632026-05-08T07:41:57.265Z Downloaded ryu v1.0.23
10642026-05-08T07:41:57.270Z Downloaded prettyplease v0.2.37
10652026-05-08T07:41:57.273Z Downloaded hickory-server v0.25.2
10662026-05-08T07:41:57.276Z Downloaded strum_macros v0.26.4
10672026-05-08T07:41:57.279Z Downloaded topological-sort v0.2.2
10682026-05-08T07:41:57.281Z Downloaded tower-service v0.3.3
10692026-05-08T07:41:57.282Z Downloaded tls_codec_derive v0.4.2
10702026-05-08T07:41:57.284Z Downloaded trait-variant v0.1.2
10712026-05-08T07:41:57.284Z Downloaded aws-lc-rs v1.16.0
10722026-05-08T07:41:57.289Z Downloaded try-lock v0.2.5
10732026-05-08T07:41:57.292Z Downloaded tls_codec v0.4.2
10742026-05-08T07:41:57.297Z Downloaded slog v2.8.2
10752026-05-08T07:41:57.301Z Downloaded serde_cbor v0.11.2
10762026-05-08T07:41:57.304Z Downloaded tokio-native-tls v0.3.1
10772026-05-08T07:41:57.306Z Downloaded thiserror-no-std v2.0.2
10782026-05-08T07:41:57.309Z Downloaded unarray v0.1.4
10792026-05-08T07:41:57.309Z Downloaded typify-macro v0.4.3
10802026-05-08T07:41:57.311Z Downloaded typify-macro v0.6.2
10812026-05-08T07:41:57.312Z Downloaded unicode-truncate v1.1.0
10822026-05-08T07:41:57.314Z Downloaded static_assertions v1.1.0
10832026-05-08T07:41:57.314Z Downloaded untrusted v0.9.0
10842026-05-08T07:41:57.317Z Downloaded untrusted v0.7.1
10852026-05-08T07:41:57.317Z Downloaded universal-hash v0.5.1
10862026-05-08T07:41:57.319Z Downloaded socket2 v0.5.10
10872026-05-08T07:41:57.322Z Downloaded publicsuffix v2.3.0
10882026-05-08T07:41:57.322Z Downloaded quinn v0.11.9
10892026-05-08T07:41:57.325Z Downloaded rsa v0.9.10
10902026-05-08T07:41:57.328Z Downloaded unit-prefix v0.5.2
10912026-05-08T07:41:57.328Z Downloaded tokio-tungstenite v0.23.1
10922026-05-08T07:41:57.330Z Downloaded tiny-keccak v2.0.2
10932026-05-08T07:41:57.333Z Downloaded similar v2.7.0
10942026-05-08T07:41:57.334Z Downloaded hashbrown v0.15.5
10952026-05-08T07:41:57.336Z Downloaded thread_local v1.1.9
10962026-05-08T07:41:57.339Z Downloaded time-macros v0.2.27
10972026-05-08T07:41:57.342Z Downloaded usdt v0.6.0
10982026-05-08T07:41:57.355Z Downloaded utf-8 v0.7.6
10992026-05-08T07:41:57.357Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-08T07:41:57.358Z Downloaded usdt-macro v0.6.0
11012026-05-08T07:41:57.358Z Downloaded usdt-attr-macro v0.6.0
11022026-05-08T07:41:57.358Z Downloaded schemars v1.2.1
11032026-05-08T07:41:57.366Z Downloaded tui-tree-widget v0.23.1
11042026-05-08T07:41:57.368Z Downloaded want v0.3.1
11052026-05-08T07:41:57.368Z Downloaded void v1.0.2
11062026-05-08T07:41:57.369Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-08T07:41:57.371Z Downloaded term v1.2.1
11082026-05-08T07:41:57.371Z Downloaded waitgroup v0.1.2
11092026-05-08T07:41:57.374Z Downloaded tokio-dtrace v0.1.1
11102026-05-08T07:41:57.374Z Downloaded aho-corasick v1.1.4
11112026-05-08T07:41:57.377Z Downloaded subprocess v0.2.15
11122026-05-08T07:41:57.380Z Downloaded wait-timeout v0.2.1
11132026-05-08T07:41:57.380Z Downloaded socket2 v0.6.3
11142026-05-08T07:41:57.383Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-08T07:41:57.383Z Downloaded hkdf v0.12.4
11162026-05-08T07:41:57.383Z Downloaded libxml v0.3.3
11172026-05-08T07:41:57.386Z Downloaded unicase v2.9.0
11182026-05-08T07:41:57.389Z Downloaded term v0.7.0
11192026-05-08T07:41:57.389Z Downloaded samael v0.0.19
11202026-05-08T07:41:57.392Z Downloaded tokio-stream v0.1.18
11212026-05-08T07:41:57.394Z Downloaded tokio-rustls v0.26.4
11222026-05-08T07:41:57.403Z Downloaded tokio-tungstenite v0.21.0
11232026-05-08T07:41:57.405Z Downloaded xattr v1.6.1
11242026-05-08T07:41:57.410Z Downloaded num-bigint v0.4.6
11252026-05-08T07:41:57.413Z Downloaded p521 v0.13.3
11262026-05-08T07:41:57.416Z Downloaded serde_yaml v0.9.34+deprecated
11272026-05-08T07:41:57.418Z Downloaded tokio-rustls v0.25.0
11282026-05-08T07:41:57.421Z Downloaded uzers v0.12.2
11292026-05-08T07:41:57.423Z Downloaded xshell-macros v0.2.7
11302026-05-08T07:41:57.429Z Downloaded itertools v0.12.1
11312026-05-08T07:41:57.432Z Downloaded zone v0.3.1
11322026-05-08T07:41:57.435Z Downloaded rustls-webpki v0.103.9
11332026-05-08T07:41:57.435Z Downloaded rand v0.9.2
11342026-05-08T07:41:57.438Z Downloaded iri-string v0.7.10
11352026-05-08T07:41:57.442Z Downloaded zeroize_derive v1.4.3
11362026-05-08T07:41:57.445Z Downloaded usdt-impl v0.6.0
11372026-05-08T07:41:57.445Z Downloaded tinyvec v1.10.0
11382026-05-08T07:41:57.448Z Downloaded tokio-rustls v0.24.1
11392026-05-08T07:41:57.448Z Downloaded rand v0.8.5
11402026-05-08T07:41:57.450Z Downloaded twox-hash v2.1.2
11412026-05-08T07:41:57.452Z Downloaded schemars v0.9.0
11422026-05-08T07:41:57.457Z Downloaded zone_cfg_derive v0.3.1
11432026-05-08T07:41:57.460Z Downloaded whoami v1.6.1
11442026-05-08T07:41:57.460Z Downloaded walkdir v2.5.0
11452026-05-08T07:41:57.463Z Downloaded snafu v0.8.9
11462026-05-08T07:41:57.465Z Downloaded vergen-lib v0.1.6
11472026-05-08T07:41:57.465Z Downloaded toml_parser v1.0.9+spec-1.1.0
11482026-05-08T07:41:57.468Z Downloaded vsss-rs v3.3.4
11492026-05-08T07:41:57.468Z Downloaded vergen-gitcl v1.0.8
11502026-05-08T07:41:57.471Z Downloaded itertools v0.13.0
11512026-05-08T07:41:57.473Z Downloaded test-strategy v0.4.5
11522026-05-08T07:41:57.475Z Downloaded tracing-attributes v0.1.31
11532026-05-08T07:41:57.478Z Downloaded blake3 v1.8.3
11542026-05-08T07:41:57.481Z Downloaded wyz v0.5.1
11552026-05-08T07:41:57.484Z Downloaded tar v0.4.45
11562026-05-08T07:41:57.484Z Downloaded num-bigint-dig v0.8.6
11572026-05-08T07:41:57.487Z Downloaded xshell v0.2.7
11582026-05-08T07:41:57.489Z Downloaded toml v0.9.12+spec-1.1.0
11592026-05-08T07:41:57.492Z Downloaded toml v0.7.8
11602026-05-08T07:41:57.498Z Downloaded vergen v9.0.6
11612026-05-08T07:41:57.502Z Downloaded zeroize v1.8.2
11622026-05-08T07:41:57.510Z Downloaded libm v0.2.16
11632026-05-08T07:41:57.515Z Downloaded vergen-git2 v1.0.7
11642026-05-08T07:41:57.519Z Downloaded zstd v0.13.3
11652026-05-08T07:41:57.522Z Downloaded h2 v0.4.13
11662026-05-08T07:41:57.525Z Downloaded whoami v2.1.0
11672026-05-08T07:41:57.527Z Downloaded tungstenite v0.23.0
11682026-05-08T07:41:57.530Z Downloaded tungstenite v0.21.0
11692026-05-08T07:41:57.530Z Downloaded zstd-safe v7.2.4
11702026-05-08T07:41:57.532Z Downloaded russh v0.45.0
11712026-05-08T07:41:57.535Z Downloaded hyper v1.8.1
11722026-05-08T07:41:57.538Z Downloaded futures-util v0.3.32
11732026-05-08T07:41:57.544Z Downloaded typify v0.6.2
11742026-05-08T07:41:57.547Z Downloaded yasna v0.5.2
11752026-05-08T07:41:57.549Z Downloaded unicode-properties v0.1.4
11762026-05-08T07:41:57.549Z Downloaded unicode-bidi v0.3.18
11772026-05-08T07:41:57.553Z Downloaded toml v1.0.6+spec-1.1.0
11782026-05-08T07:41:57.562Z Downloaded itertools v0.14.0
11792026-05-08T07:41:57.566Z Downloaded zerocopy v0.6.6
11802026-05-08T07:41:57.568Z Downloaded rand v0.10.0
11812026-05-08T07:41:57.572Z Downloaded rustyline v14.0.0
11822026-05-08T07:41:57.575Z Downloaded steno v0.4.1
11832026-05-08T07:41:57.577Z Downloaded uuid v1.23.0
11842026-05-08T07:41:57.580Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-08T07:41:57.583Z Downloaded bitvec v1.0.1
11862026-05-08T07:41:57.591Z Downloaded vte v0.14.1
11872026-05-08T07:41:57.594Z Downloaded typify v0.4.3
11882026-05-08T07:41:57.596Z Downloaded tracing-core v0.1.36
11892026-05-08T07:41:57.599Z Downloaded tokio-postgres v0.7.16
11902026-05-08T07:41:57.604Z Downloaded unsafe-libyaml v0.2.11
11912026-05-08T07:41:57.610Z Downloaded rpassword v7.4.0
11922026-05-08T07:41:57.615Z Downloaded p384 v0.13.1
11932026-05-08T07:41:57.621Z Downloaded toml_edit v0.19.15
11942026-05-08T07:41:57.628Z Downloaded reedline v0.40.0
11952026-05-08T07:41:57.632Z Downloaded zopfli v0.8.3
11962026-05-08T07:41:57.652Z Downloaded unicode_categories v0.1.1
11972026-05-08T07:41:57.662Z Downloaded yansi v1.0.1
11982026-05-08T07:41:57.674Z Downloaded zip v0.6.6
11992026-05-08T07:41:57.679Z Downloaded tower v0.5.3
12002026-05-08T07:41:57.685Z Downloaded git2 v0.20.4
12012026-05-08T07:41:57.690Z Downloaded ssh-key v0.6.7
12022026-05-08T07:41:57.694Z Downloaded reqwest v0.13.2
12032026-05-08T07:41:57.697Z Downloaded regex v1.12.3
12042026-05-08T07:41:57.701Z Downloaded unicode-segmentation v1.12.0
12052026-05-08T07:41:57.705Z Downloaded goblin v0.10.5
12062026-05-08T07:41:57.712Z Downloaded zerocopy-derive v0.8.40
12072026-05-08T07:41:57.717Z Downloaded chrono v0.4.44
12082026-05-08T07:41:57.721Z Downloaded rayon v1.11.0
12092026-05-08T07:41:57.726Z Downloaded salty v0.3.0
12102026-05-08T07:41:57.730Z Downloaded reqwest v0.12.28
12112026-05-08T07:41:57.734Z Downloaded lalrpop v0.19.12
12122026-05-08T07:41:57.740Z Downloaded x509-cert v0.2.5
12132026-05-08T07:41:57.743Z Downloaded typed-path v0.9.3
12142026-05-08T07:41:57.758Z Downloaded rustls-webpki v0.101.7
12152026-05-08T07:41:57.766Z Downloaded portable-atomic v1.13.1
12162026-05-08T07:41:57.776Z Downloaded quick-xml v0.37.5
12172026-05-08T07:41:57.780Z Downloaded petname v2.0.2
12182026-05-08T07:41:57.783Z Downloaded unicode-normalization v0.1.25
12192026-05-08T07:41:57.786Z Downloaded tokio-util v0.7.18
12202026-05-08T07:41:57.789Z Downloaded tower-http v0.6.8
12212026-05-08T07:41:57.794Z Downloaded proptest v1.10.0
12222026-05-08T07:41:57.815Z Downloaded tough v0.20.0
12232026-05-08T07:41:57.820Z Downloaded curve25519-dalek v4.1.3
12242026-05-08T07:41:57.825Z Downloaded serde_with v3.17.0
12252026-05-08T07:41:57.832Z Downloaded zip v4.6.1
12262026-05-08T07:41:57.835Z Downloaded bstr v1.12.1
12272026-05-08T07:41:57.840Z Downloaded rustls-webpki v0.102.8
12282026-05-08T07:41:57.850Z Downloaded moka v0.12.13
12292026-05-08T07:41:57.855Z Downloaded object v0.30.4
12302026-05-08T07:41:57.872Z Downloaded winnow v0.5.40
12312026-05-08T07:41:57.894Z Downloaded nix v0.27.1
12322026-05-08T07:41:57.900Z Downloaded quinn-proto v0.11.13
12332026-05-08T07:41:57.904Z Downloaded winnow v0.6.26
12342026-05-08T07:41:57.911Z Downloaded polar-core v0.27.3
12352026-05-08T07:41:57.915Z Downloaded openssl v0.10.78
12362026-05-08T07:41:57.926Z Downloaded tabled v0.20.0
12372026-05-08T07:41:57.937Z Downloaded rustls v0.21.12
12382026-05-08T07:41:57.944Z Downloaded radix_trie v0.2.1
12392026-05-08T07:41:57.968Z Downloaded regex-syntax v0.6.29
12402026-05-08T07:41:57.972Z Downloaded smoltcp v0.9.1
12412026-05-08T07:41:57.978Z Downloaded object v0.37.3
12422026-05-08T07:41:57.984Z Downloaded time v0.3.47
12432026-05-08T07:41:57.991Z Downloaded nix v0.29.0
12442026-05-08T07:41:57.997Z Downloaded zlib-rs v0.6.2
12452026-05-08T07:41:58.001Z Downloaded dropshot v0.17.0
12462026-05-08T07:41:58.014Z Downloaded webpki-roots v1.0.6
12472026-05-08T07:41:58.017Z Downloaded vcpkg v0.2.15
12482026-05-08T07:41:58.039Z Downloaded hickory-proto v0.24.4
12492026-05-08T07:41:58.047Z Downloaded openapiv3 v2.2.0
12502026-05-08T07:41:58.054Z Downloaded smoltcp v0.11.0
12512026-05-08T07:41:58.061Z Downloaded rustls v0.22.4
12522026-05-08T07:41:58.068Z Downloaded zerocopy v0.8.40
12532026-05-08T07:41:58.076Z Downloaded regress v0.11.1
12542026-05-08T07:41:58.079Z Downloaded diesel v2.3.7
12552026-05-08T07:41:58.090Z Downloaded rustls v0.23.37
12562026-05-08T07:41:58.097Z Downloaded rustix v0.38.44
12572026-05-08T07:41:58.111Z Downloaded hickory-proto v0.25.2
12582026-05-08T07:41:58.120Z Downloaded regress v0.10.5
12592026-05-08T07:41:58.126Z Downloaded regex-syntax v0.8.10
12602026-05-08T07:41:58.130Z Downloaded nix v0.28.0
12612026-05-08T07:41:58.137Z Downloaded dropshot v0.16.7
12622026-05-08T07:41:58.152Z Downloaded nix v0.31.2
12632026-05-08T07:41:58.158Z Downloaded typify-impl v0.4.3
12642026-05-08T07:41:58.187Z Downloaded sqlparser v0.61.0
12652026-05-08T07:41:58.228Z Downloaded csv v1.4.0
12662026-05-08T07:41:58.240Z Downloaded typify-impl v0.6.2
12672026-05-08T07:41:58.249Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-05-08T07:41:58.256Z Downloaded ratatui v0.29.0
12692026-05-08T07:41:58.268Z Downloaded tracing v0.1.44
12702026-05-08T07:41:58.281Z Downloaded sled v0.34.7
12712026-05-08T07:41:58.287Z Downloaded libz-sys v1.1.24
12722026-05-08T07:41:58.303Z Downloaded zerocopy-derive v0.6.6
12732026-05-08T07:41:58.309Z Downloaded sha3 v0.10.8
12742026-05-08T07:41:58.312Z Downloaded regex-automata v0.4.14
12752026-05-08T07:41:58.341Z Downloaded chrono-tz v0.10.4
12762026-05-08T07:41:58.356Z Downloaded jiff v0.2.21
12772026-05-08T07:41:58.367Z Downloaded petgraph v0.6.5
12782026-05-08T07:41:58.378Z Downloaded encoding_rs v0.8.35
12792026-05-08T07:41:58.391Z Downloaded ring v0.17.14
12802026-05-08T07:41:58.417Z Downloaded petgraph v0.8.3
12812026-05-08T07:41:58.445Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-08T07:41:58.455Z Downloaded tokio v1.52.1
12832026-05-08T07:41:58.583Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-08T07:41:59.201Z Downloaded aws-lc-sys v0.37.1
12852026-05-08T07:41:59.439Z Compiling libc v0.2.185
12862026-05-08T07:41:59.439Z Compiling serde v1.0.228
12872026-05-08T07:41:59.443Z Compiling log v0.4.29
12882026-05-08T07:41:59.443Z Compiling shlex v1.3.0
12892026-05-08T07:41:59.443Z Compiling find-msvc-tools v0.1.9
12902026-05-08T07:41:59.443Z Compiling smallvec v1.15.1
12912026-05-08T07:41:59.443Z Compiling typenum v1.19.0
12922026-05-08T07:41:59.443Z Compiling subtle v2.6.1
12932026-05-08T07:41:59.593Z Compiling generic-array v0.14.7
12942026-05-08T07:41:59.606Z Compiling scopeguard v1.2.0
12952026-05-08T07:41:59.620Z Compiling const-oid v0.9.6
12962026-05-08T07:41:59.671Z Compiling portable-atomic v1.13.1
12972026-05-08T07:41:59.674Z Compiling zerocopy v0.8.40
12982026-05-08T07:41:59.698Z Compiling syn v2.0.117
12992026-05-08T07:41:59.701Z Compiling critical-section v1.2.0
13002026-05-08T07:41:59.741Z Compiling lock_api v0.4.14
13012026-05-08T07:41:59.770Z Compiling serde_json v1.0.149
13022026-05-08T07:41:59.808Z Compiling pin-project-lite v0.2.17
13032026-05-08T07:41:59.824Z Compiling parking_lot_core v0.9.12
13042026-05-08T07:41:59.824Z Compiling pkg-config v0.3.32
13052026-05-08T07:41:59.860Z Compiling bitflags v2.11.0
13062026-05-08T07:41:59.875Z Compiling libm v0.2.16
13072026-05-08T07:41:59.875Z Compiling num-traits v0.2.19
13082026-05-08T07:41:59.959Z Compiling futures-core v0.3.32
13092026-05-08T07:42:00.020Z Compiling percent-encoding v2.3.2
13102026-05-08T07:42:00.065Z Compiling cpufeatures v0.2.17
13112026-05-08T07:42:00.077Z Compiling futures-sink v0.3.32
13122026-05-08T07:42:00.156Z Compiling futures-task v0.3.32
13132026-05-08T07:42:00.170Z Compiling getrandom v0.4.1
13142026-05-08T07:42:00.173Z Compiling futures-io v0.3.32
13152026-05-08T07:42:00.173Z Compiling slab v0.4.12
13162026-05-08T07:42:00.226Z Compiling futures-channel v0.3.32
13172026-05-08T07:42:00.243Z Compiling getrandom v0.3.4
13182026-05-08T07:42:00.273Z Compiling rustversion v1.0.22
13192026-05-08T07:42:00.340Z Compiling rand_core v0.10.0
13202026-05-08T07:42:00.355Z Compiling indexmap v2.14.0
13212026-05-08T07:42:00.369Z Compiling form_urlencoded v1.2.2
13222026-05-08T07:42:00.398Z Compiling fs_extra v1.3.0
13232026-05-08T07:42:00.474Z Compiling dunce v1.0.5
13242026-05-08T07:42:00.489Z Compiling ident_case v1.0.1
13252026-05-08T07:42:00.505Z Compiling base64ct v1.8.3
13262026-05-08T07:42:00.524Z Compiling getrandom v0.2.17
13272026-05-08T07:42:00.545Z Compiling jobserver v0.1.34
13282026-05-08T07:42:00.572Z Compiling errno v0.3.14
13292026-05-08T07:42:00.604Z Compiling mio v1.2.0
13302026-05-08T07:42:00.630Z Compiling socket2 v0.6.3
13312026-05-08T07:42:00.680Z Compiling rand_core v0.6.4
13322026-05-08T07:42:00.698Z Compiling signal-hook-registry v1.4.8
13332026-05-08T07:42:00.786Z Compiling cc v1.2.56
13342026-05-08T07:42:00.800Z Compiling once_cell v1.21.3
13352026-05-08T07:42:00.822Z Compiling parking_lot v0.12.5
13362026-05-08T07:42:00.902Z Compiling pem-rfc7468 v0.7.0
13372026-05-08T07:42:00.955Z Compiling flagset v0.4.7
13382026-05-08T07:42:00.971Z Compiling rustix v1.1.3
13392026-05-08T07:42:00.990Z Compiling iana-time-zone v0.1.65
13402026-05-08T07:42:01.005Z Compiling uuid v1.23.0
13412026-05-08T07:42:01.043Z Compiling rustc_version v0.4.1
13422026-05-08T07:42:01.059Z Compiling regex-syntax v0.8.10
13432026-05-08T07:42:01.074Z Compiling aws-lc-rs v1.16.0
13442026-05-08T07:42:01.124Z Compiling vcpkg v0.2.15
13452026-05-08T07:42:01.224Z Compiling tracing-core v0.1.36
13462026-05-08T07:42:01.238Z Compiling base64 v0.22.1
13472026-05-08T07:42:01.255Z Compiling rand_core v0.9.5
13482026-05-08T07:42:01.325Z Compiling httparse v1.10.1
13492026-05-08T07:42:01.354Z Compiling openssl-probe v0.2.1
13502026-05-08T07:42:01.421Z Compiling untrusted v0.9.0
13512026-05-08T07:42:01.435Z Compiling schemars v0.8.22
13522026-05-08T07:42:01.511Z Compiling untrusted v0.7.1
13532026-05-08T07:42:01.513Z Compiling tinyvec_macros v0.1.1
13542026-05-08T07:42:01.553Z Compiling cmake v0.1.57
13552026-05-08T07:42:01.570Z Compiling try-lock v0.2.5
13562026-05-08T07:42:01.577Z Compiling tower-service v0.3.3
13572026-05-08T07:42:01.600Z Compiling tower-layer v0.3.3
13582026-05-08T07:42:01.614Z Compiling atomic-waker v1.1.2
13592026-05-08T07:42:01.659Z Compiling rustls v0.23.37
13602026-05-08T07:42:01.695Z Compiling dyn-clone v1.0.20
13612026-05-08T07:42:01.709Z Compiling want v0.3.1
13622026-05-08T07:42:01.709Z Compiling tinyvec v1.10.0
13632026-05-08T07:42:01.767Z Compiling spin v0.9.8
13642026-05-08T07:42:01.788Z Compiling aho-corasick v1.1.4
13652026-05-08T07:42:01.791Z Compiling num-conv v0.2.0
13662026-05-08T07:42:01.832Z Compiling powerfmt v0.2.0
13672026-05-08T07:42:01.832Z Compiling openssl v0.10.78
13682026-05-08T07:42:01.861Z Compiling pin-utils v0.1.0
13692026-05-08T07:42:01.864Z Compiling crc32fast v1.5.0
13702026-05-08T07:42:01.904Z Compiling httpdate v1.0.3
13712026-05-08T07:42:01.917Z Compiling foreign-types-shared v0.1.1
13722026-05-08T07:42:01.947Z Compiling time-core v0.1.8
13732026-05-08T07:42:01.961Z Compiling wait-timeout v0.2.1
13742026-05-08T07:42:02.004Z Compiling deranged v0.5.8
13752026-05-08T07:42:02.016Z Compiling foreign-types v0.3.2
13762026-05-08T07:42:02.031Z Compiling num_threads v0.1.7
13772026-05-08T07:42:02.074Z Compiling crossbeam-utils v0.8.21
13782026-05-08T07:42:02.098Z Compiling simd-adler32 v0.3.8
13792026-05-08T07:42:02.101Z Compiling bit-vec v0.8.0
13802026-05-08T07:42:02.114Z Compiling time-macros v0.2.27
13812026-05-08T07:42:02.131Z Compiling syn v1.0.109
13822026-05-08T07:42:02.160Z Compiling quick-error v1.2.3
13832026-05-08T07:42:02.163Z Compiling usdt-impl v0.6.0
13842026-05-08T07:42:02.163Z Compiling siphasher v1.0.2
13852026-05-08T07:42:02.250Z Compiling native-tls v0.2.18
13862026-05-08T07:42:02.293Z Compiling unicode-normalization v0.1.25
13872026-05-08T07:42:02.370Z Compiling bit-set v0.8.0
13882026-05-08T07:42:02.387Z Compiling slog v2.8.2
13892026-05-08T07:42:02.403Z Compiling rand_xorshift v0.4.0
13902026-05-08T07:42:02.453Z Compiling heapless v0.7.17
13912026-05-08T07:42:02.456Z Compiling aws-lc-sys v0.37.1
13922026-05-08T07:42:02.484Z Compiling ring v0.17.14
13932026-05-08T07:42:02.487Z Compiling openssl-sys v0.9.114
13942026-05-08T07:42:02.512Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-08T07:42:02.556Z Compiling tempfile v3.25.0
13962026-05-08T07:42:02.588Z Compiling bzip2-sys v0.1.13+1.0.8
13972026-05-08T07:42:02.603Z Compiling thread-id v5.1.0
13982026-05-08T07:42:02.619Z Compiling synstructure v0.13.2
13992026-05-08T07:42:02.715Z Compiling pest_generator v2.8.6
14002026-05-08T07:42:02.738Z Compiling serde_derive_internals v0.29.1
14012026-05-08T07:42:02.804Z Compiling darling_core v0.20.11
14022026-05-08T07:42:02.857Z Compiling regex-automata v0.4.14
14032026-05-08T07:42:02.920Z Compiling rusty-fork v0.3.1
14042026-05-08T07:42:02.968Z Compiling darling_core v0.21.3
14052026-05-08T07:42:03.045Z Compiling sync_wrapper v1.0.2
14062026-05-08T07:42:03.173Z Compiling cookie v0.18.1
14072026-05-08T07:42:03.271Z Compiling adler2 v2.0.1
14082026-05-08T07:42:03.299Z Compiling time v0.3.47
14092026-05-08T07:42:03.315Z Compiling paste v1.0.15
14102026-05-08T07:42:03.381Z Compiling unicode-properties v0.1.4
14112026-05-08T07:42:03.440Z Compiling unarray v0.1.4
14122026-05-08T07:42:03.455Z Compiling signal-hook v0.3.18
14132026-05-08T07:42:03.514Z Compiling anyhow v1.0.102
14142026-05-08T07:42:03.565Z Compiling allocator-api2 v0.2.21
14152026-05-08T07:42:03.568Z Compiling zstd-safe v7.2.4
14162026-05-08T07:42:03.610Z Compiling unicode-bidi v0.3.18
14172026-05-08T07:42:03.675Z Compiling miniz_oxide v0.8.9
14182026-05-08T07:42:03.844Z Compiling num-integer v0.1.46
14192026-05-08T07:42:03.911Z Compiling vergen-lib v0.1.6
14202026-05-08T07:42:04.116Z Compiling stringprep v0.1.5
14212026-05-08T07:42:04.133Z Compiling curve25519-dalek v4.1.3
14222026-05-08T07:42:04.212Z Compiling ff v0.13.1
14232026-05-08T07:42:04.235Z Compiling hash32 v0.2.1
14242026-05-08T07:42:04.355Z Compiling memoffset v0.9.1
14252026-05-08T07:42:04.371Z Compiling fallible-iterator v0.2.0
14262026-05-08T07:42:04.399Z Compiling zlib-rs v0.6.2
14272026-05-08T07:42:04.414Z Compiling serde_derive v1.0.228
14282026-05-08T07:42:04.447Z Compiling zeroize_derive v1.4.3
14292026-05-08T07:42:04.471Z Compiling zerofrom-derive v0.1.6
14302026-05-08T07:42:04.499Z Compiling yoke-derive v0.8.1
14312026-05-08T07:42:04.570Z Compiling zerocopy-derive v0.8.40
14322026-05-08T07:42:04.586Z Compiling zerovec-derive v0.11.2
14332026-05-08T07:42:04.698Z Compiling displaydoc v0.2.5
14342026-05-08T07:42:04.952Z Compiling tokio-macros v2.7.0
14352026-05-08T07:42:05.124Z Compiling zeroize v1.8.2
14362026-05-08T07:42:05.156Z Compiling futures-macro v0.3.32
14372026-05-08T07:42:05.470Z Compiling der_derive v0.7.3
14382026-05-08T07:42:05.525Z Compiling thiserror-impl v2.0.18
14392026-05-08T07:42:05.704Z Compiling rustls-pki-types v1.14.0
14402026-05-08T07:42:05.732Z Compiling tracing-attributes v0.1.31
14412026-05-08T07:42:05.747Z Compiling pest_derive v2.8.6
14422026-05-08T07:42:05.915Z Compiling crypto-common v0.1.7
14432026-05-08T07:42:05.918Z Compiling zerofrom v0.1.6
14442026-05-08T07:42:06.004Z Compiling block-buffer v0.10.4
14452026-05-08T07:42:06.057Z Compiling yoke v0.8.1
14462026-05-08T07:42:06.095Z Compiling futures-util v0.3.32
14472026-05-08T07:42:06.182Z Compiling digest v0.10.7
14482026-05-08T07:42:06.196Z Compiling block-padding v0.3.3
14492026-05-08T07:42:06.212Z Compiling scroll_derive v0.13.1
14502026-05-08T07:42:06.261Z Compiling zerovec v0.11.5
14512026-05-08T07:42:06.374Z Compiling zerotrie v0.2.3
14522026-05-08T07:42:06.444Z Compiling hmac v0.12.1
14532026-05-08T07:42:06.467Z Compiling inout v0.1.4
14542026-05-08T07:42:06.622Z Compiling cipher v0.4.4
14552026-05-08T07:42:06.659Z Compiling sha2 v0.10.9
14562026-05-08T07:42:06.693Z Compiling der v0.7.10
14572026-05-08T07:42:06.792Z Compiling tinystr v0.8.2
14582026-05-08T07:42:06.953Z Compiling potential_utf v0.1.4
14592026-05-08T07:42:06.972Z Compiling salsa20 v0.10.2
14602026-05-08T07:42:07.060Z Compiling icu_locale_core v2.1.1
14612026-05-08T07:42:07.082Z Compiling icu_collections v2.1.1
14622026-05-08T07:42:07.103Z Compiling pbkdf2 v0.12.2
14632026-05-08T07:42:07.125Z Compiling thiserror v2.0.18
14642026-05-08T07:42:07.142Z Compiling aes v0.8.4
14652026-05-08T07:42:07.156Z Compiling cbc v0.1.2
14662026-05-08T07:42:07.176Z Compiling tracing v0.1.44
14672026-05-08T07:42:07.235Z Compiling scrypt v0.11.0
14682026-05-08T07:42:07.332Z Compiling schemars_derive v0.8.22
14692026-05-08T07:42:07.474Z Compiling scroll v0.13.0
14702026-05-08T07:42:07.517Z Compiling darling_macro v0.20.11
14712026-05-08T07:42:07.575Z Compiling spki v0.7.3
14722026-05-08T07:42:07.621Z Compiling openssl-macros v0.1.1
14732026-05-08T07:42:07.758Z Compiling icu_provider v2.1.1
14742026-05-08T07:42:07.804Z Compiling pkcs5 v0.7.1
14752026-05-08T07:42:07.852Z Compiling goblin v0.10.5
14762026-05-08T07:42:07.965Z Compiling bytes v1.11.1
14772026-05-08T07:42:07.981Z Compiling chrono v0.4.44
14782026-05-08T07:42:08.032Z Compiling icu_normalizer v2.1.1
14792026-05-08T07:42:08.048Z Compiling icu_properties v2.1.2
14802026-05-08T07:42:08.065Z Compiling ipnet v2.11.0
14812026-05-08T07:42:08.079Z Compiling darling v0.20.11
14822026-05-08T07:42:08.177Z Compiling pkcs8 v0.10.2
14832026-05-08T07:42:08.210Z Compiling derive_builder_core v0.20.2
14842026-05-08T07:42:08.301Z Compiling dtrace-parser v0.3.0
14852026-05-08T07:42:08.462Z Compiling tokio v1.52.1
14862026-05-08T07:42:08.502Z Compiling http v1.4.0
14872026-05-08T07:42:08.579Z Compiling signature v2.2.0
14882026-05-08T07:42:08.581Z Compiling rustls-native-certs v0.8.3
14892026-05-08T07:42:08.608Z Compiling scroll_derive v0.12.1
14902026-05-08T07:42:08.633Z Compiling thiserror-impl v1.0.69
14912026-05-08T07:42:08.793Z Compiling serde_spanned v0.6.9
14922026-05-08T07:42:08.890Z Compiling serde_tokenstream v0.2.3
14932026-05-08T07:42:08.953Z Compiling ppv-lite86 v0.2.21
14942026-05-08T07:42:09.095Z Compiling idna_adapter v1.2.1
14952026-05-08T07:42:09.123Z Compiling toml_datetime v0.6.11
14962026-05-08T07:42:09.143Z Compiling derive_builder_macro v0.20.2
14972026-05-08T07:42:09.204Z Compiling http-body v1.0.1
14982026-05-08T07:42:09.207Z Compiling erased-serde v0.3.31
14992026-05-08T07:42:09.243Z Compiling idna v1.1.0
15002026-05-08T07:42:09.261Z Compiling rand_chacha v0.9.0
15012026-05-08T07:42:09.302Z Compiling rand_chacha v0.3.1
15022026-05-08T07:42:09.359Z Compiling scroll v0.12.0
15032026-05-08T07:42:09.389Z Compiling http-body-util v0.1.3
15042026-05-08T07:42:09.391Z Compiling md-5 v0.10.6
15052026-05-08T07:42:09.416Z Compiling webpki-roots v1.0.6
15062026-05-08T07:42:09.483Z Compiling rand v0.9.2
15072026-05-08T07:42:09.551Z Compiling url v2.5.8
15082026-05-08T07:42:09.588Z Compiling darling_macro v0.21.3
15092026-05-08T07:42:09.638Z Compiling zerocopy-derive v0.7.35
15102026-05-08T07:42:09.641Z Compiling cfg_aliases v0.2.1
15112026-05-08T07:42:09.667Z Compiling smoltcp v0.9.1
15122026-05-08T07:42:09.710Z Compiling litrs v1.0.0
15132026-05-08T07:42:09.740Z Compiling ryu v1.0.23
15142026-05-08T07:42:09.928Z Compiling iri-string v0.7.10
15152026-05-08T07:42:09.943Z Compiling rustix v0.38.44
15162026-05-08T07:42:09.986Z Compiling num-bigint-dig v0.8.6
15172026-05-08T07:42:10.016Z Compiling thiserror v1.0.69
15182026-05-08T07:42:10.036Z Compiling psl-types v2.0.11
15192026-05-08T07:42:10.141Z Compiling proptest v1.10.0
15202026-05-08T07:42:10.155Z Compiling base16ct v0.2.0
15212026-05-08T07:42:10.182Z Compiling ref-cast v1.0.25
15222026-05-08T07:42:10.225Z Compiling publicsuffix v2.3.0
15232026-05-08T07:42:10.243Z Compiling document-features v0.2.12
15242026-05-08T07:42:10.319Z Compiling sec1 v0.7.3
15252026-05-08T07:42:10.380Z Compiling darling v0.21.3
15262026-05-08T07:42:10.413Z Compiling postgres-protocol v0.6.10
15272026-05-08T07:42:10.457Z Compiling serde_urlencoded v0.7.1
15282026-05-08T07:42:10.478Z Compiling nix v0.31.2
15292026-05-08T07:42:10.556Z Compiling zerocopy v0.7.35
15302026-05-08T07:42:10.571Z Compiling derive_builder v0.20.2
15312026-05-08T07:42:10.618Z Compiling dof v0.4.0
15322026-05-08T07:42:10.723Z Compiling goblin v0.8.2
15332026-05-08T07:42:10.727Z Compiling rand v0.8.5
15342026-05-08T07:42:10.857Z Compiling cargo-platform v0.1.9
15352026-05-08T07:42:10.878Z Compiling hubpack_derive v0.1.1
15362026-05-08T07:42:10.994Z Compiling ipnetwork v0.21.1
15372026-05-08T07:42:11.054Z Compiling flate2 v1.1.9
15382026-05-08T07:42:11.111Z Compiling hkdf v0.12.4
15392026-05-08T07:42:11.125Z Compiling crypto-bigint v0.5.5
15402026-05-08T07:42:11.143Z Compiling regex v1.12.3
15412026-05-08T07:42:11.287Z Compiling oxnet v0.1.5
15422026-05-08T07:42:11.478Z Compiling strum_macros v0.27.2
15432026-05-08T07:42:11.493Z Compiling daft-derive v0.1.5
15442026-05-08T07:42:11.508Z Compiling async-trait v0.1.89
15452026-05-08T07:42:11.556Z Compiling curve25519-dalek-derive v0.1.1
15462026-05-08T07:42:11.600Z Compiling ref-cast-impl v1.0.25
15472026-05-08T07:42:11.710Z Compiling group v0.13.0
15482026-05-08T07:42:11.858Z Compiling num-iter v0.1.45
15492026-05-08T07:42:11.986Z Compiling terminal_size v0.4.3
15502026-05-08T07:42:12.097Z Compiling phf_shared v0.13.1
15512026-05-08T07:42:12.142Z Compiling lazy_static v1.5.0
15522026-05-08T07:42:12.187Z Compiling vergen v9.0.6
15532026-05-08T07:42:12.206Z Compiling fs-err v3.3.0
15542026-05-08T07:42:12.222Z Compiling ahash v0.8.12
15552026-05-08T07:42:12.245Z Compiling bumpalo v3.20.2
15562026-05-08T07:42:12.261Z Compiling tokio-util v0.7.18
15572026-05-08T07:42:12.275Z Compiling tower v0.5.3
15582026-05-08T07:42:12.293Z Compiling tokio-native-tls v0.3.1
15592026-05-08T07:42:12.359Z Compiling managed v0.8.0
15602026-05-08T07:42:12.398Z Compiling winnow v0.5.40
15612026-05-08T07:42:12.421Z Compiling foldhash v0.2.0
15622026-05-08T07:42:12.454Z Compiling newtype-uuid v1.3.2
15632026-05-08T07:42:12.470Z Compiling unicode-segmentation v1.12.0
15642026-05-08T07:42:12.488Z Compiling bitflags v1.3.2
15652026-05-08T07:42:12.516Z Compiling libbz2-rs-sys v0.2.2
15662026-05-08T07:42:12.576Z Compiling foldhash v0.1.5
15672026-05-08T07:42:12.591Z Compiling object v0.37.3
15682026-05-08T07:42:12.591Z Compiling hashbrown v0.16.1
15692026-05-08T07:42:12.766Z Compiling tower-http v0.6.8
15702026-05-08T07:42:12.781Z Compiling hashbrown v0.15.5
15712026-05-08T07:42:12.809Z Compiling daft v0.1.5
15722026-05-08T07:42:12.877Z Compiling clap_builder v4.5.60
15732026-05-08T07:42:12.949Z Compiling h2 v0.4.13
15742026-05-08T07:42:13.102Z Compiling dof v0.3.0
15752026-05-08T07:42:13.189Z Compiling bzip2 v0.6.1
15762026-05-08T07:42:13.232Z Compiling zopfli v0.8.3
15772026-05-08T07:42:13.310Z Compiling phf v0.13.1
15782026-05-08T07:42:13.393Z Compiling usdt-macro v0.6.0
15792026-05-08T07:42:13.417Z Compiling usdt-attr-macro v0.6.0
15802026-05-08T07:42:13.492Z Compiling signal-hook-mio v0.2.5
15812026-05-08T07:42:13.506Z Compiling strum v0.27.2
15822026-05-08T07:42:13.598Z Compiling elliptic-curve v0.13.8
15832026-05-08T07:42:13.651Z Compiling cargo_metadata v0.19.2
15842026-05-08T07:42:13.834Z Compiling toml_edit v0.19.15
15852026-05-08T07:42:13.849Z Compiling cookie_store v0.22.1
15862026-05-08T07:42:13.915Z Compiling bzip2 v0.4.4
15872026-05-08T07:42:14.088Z Compiling hubpack v0.1.2
15882026-05-08T07:42:14.205Z Compiling zstd v0.13.3
15892026-05-08T07:42:14.245Z Compiling postgres-types v0.2.12
15902026-05-08T07:42:14.260Z Compiling serde_with_macros v3.17.0
15912026-05-08T07:42:14.337Z Compiling dtrace-parser v0.2.0
15922026-05-08T07:42:14.340Z Compiling ed25519 v2.2.3
15932026-05-08T07:42:14.365Z Compiling pkcs1 v0.7.5
15942026-05-08T07:42:14.496Z Compiling serde-big-array v0.5.1
15952026-05-08T07:42:14.596Z Compiling hex v0.4.3
15962026-05-08T07:42:14.658Z Compiling rfc6979 v0.4.0
15972026-05-08T07:42:14.791Z Compiling bstr v1.12.1
15982026-05-08T07:42:14.806Z Compiling enum-as-inner v0.6.1
15992026-05-08T07:42:14.826Z Compiling strum_macros v0.26.4
16002026-05-08T07:42:14.881Z Compiling serde_repr v0.1.20
16012026-05-08T07:42:15.109Z Compiling clap_derive v4.5.55
16022026-05-08T07:42:15.129Z Compiling phf_shared v0.11.3
16032026-05-08T07:42:15.275Z Compiling float-cmp v0.10.0
16042026-05-08T07:42:15.332Z Compiling memmap2 v0.9.10
16052026-05-08T07:42:15.348Z Compiling thread-id v4.2.2
16062026-05-08T07:42:15.451Z Compiling env_filter v1.0.0
16072026-05-08T07:42:15.467Z Compiling encoding_rs v0.8.35
16082026-05-08T07:42:15.470Z Compiling either v1.15.0
16092026-05-08T07:42:15.496Z Compiling new_debug_unreachable v1.0.6
16102026-05-08T07:42:15.499Z Compiling difflib v0.4.0
16112026-05-08T07:42:15.499Z Compiling predicates-core v1.0.10
16122026-05-08T07:42:15.576Z Compiling precomputed-hash v0.1.1
16132026-05-08T07:42:15.590Z Compiling keccak v0.1.6
16142026-05-08T07:42:15.681Z Compiling jiff v0.2.21
16152026-05-08T07:42:15.699Z Compiling fixedbitset v0.4.2
16162026-05-08T07:42:15.716Z Compiling rustc-hash v2.1.1
16172026-05-08T07:42:15.781Z Compiling whoami v2.1.0
16182026-05-08T07:42:15.868Z Compiling fixedbitset v0.5.7
16192026-05-08T07:42:15.956Z Compiling mime v0.3.17
16202026-05-08T07:42:15.959Z Compiling normalize-line-endings v0.3.0
16212026-05-08T07:42:16.091Z Compiling hyper v1.8.1
16222026-05-08T07:42:16.117Z Compiling static_assertions v1.1.0
16232026-05-08T07:42:16.183Z Compiling data-encoding v2.10.0
16242026-05-08T07:42:16.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16252026-05-08T07:42:16.208Z Compiling petgraph v0.8.3
16262026-05-08T07:42:16.245Z Compiling predicates v3.1.4
16272026-05-08T07:42:16.416Z Compiling tokio-postgres v0.7.16
16282026-05-08T07:42:16.440Z Compiling petgraph v0.6.5
16292026-05-08T07:42:16.617Z Compiling hickory-proto v0.25.2
16302026-05-08T07:42:16.653Z Compiling strum v0.26.3
16312026-05-08T07:42:16.802Z Compiling iddqd v0.3.18
16322026-05-08T07:42:16.904Z Compiling sha3 v0.10.8
16332026-05-08T07:42:16.928Z Compiling toml_edit v0.22.27
16342026-05-08T07:42:16.952Z Compiling clap v4.5.60
16352026-05-08T07:42:17.049Z Compiling itertools v0.13.0
16362026-05-08T07:42:17.065Z Compiling string_cache v0.8.9
16372026-05-08T07:42:17.084Z Compiling env_logger v0.11.9
16382026-05-08T07:42:17.313Z Compiling hyper-util v0.1.20
16392026-05-08T07:42:17.391Z Compiling usdt v0.6.0
16402026-05-08T07:42:17.467Z Compiling serde_with v3.17.0
16412026-05-08T07:42:17.668Z Compiling usdt-impl v0.5.0
16422026-05-08T07:42:17.725Z Compiling toml v0.7.8
16432026-05-08T07:42:17.940Z Compiling similar v2.7.0
16442026-05-08T07:42:17.966Z Compiling crossterm v0.28.1
16452026-05-08T07:42:18.154Z Compiling ecdsa v0.16.9
16462026-05-08T07:42:18.272Z Compiling rsa v0.9.10
16472026-05-08T07:42:18.302Z Compiling zip v4.6.1
16482026-05-08T07:42:18.566Z Compiling ed25519-dalek v2.2.0
16492026-05-08T07:42:18.755Z Compiling hyper-tls v0.6.0
16502026-05-08T07:42:18.838Z Compiling zip v0.6.6
16512026-05-08T07:42:19.097Z Compiling tokio-stream v0.1.18
16522026-05-08T07:42:19.215Z Compiling heck v0.4.1
16532026-05-08T07:42:19.259Z Compiling toml_parser v1.0.9+spec-1.1.0
16542026-05-08T07:42:19.313Z Compiling buf-list v1.1.2
16552026-05-08T07:42:19.328Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16562026-05-08T07:42:19.345Z Compiling openapiv3 v2.2.0
16572026-05-08T07:42:19.462Z Compiling x509-cert v0.2.5
16582026-05-08T07:42:19.488Z Compiling sha1 v0.10.6
16592026-05-08T07:42:19.502Z Compiling crossbeam-epoch v0.9.18
16602026-05-08T07:42:19.600Z Compiling toml_datetime v0.7.5+spec-1.1.0
16612026-05-08T07:42:19.618Z Compiling lalrpop-util v0.19.12
16622026-05-08T07:42:19.655Z Compiling peg-runtime v0.8.5
16632026-05-08T07:42:19.692Z Compiling thread_local v1.1.9
16642026-05-08T07:42:19.735Z Compiling slog-async v2.8.0
16652026-05-08T07:42:19.833Z Compiling futures-executor v0.3.32
16662026-05-08T07:42:19.859Z Compiling crossbeam-channel v0.5.15
16672026-05-08T07:42:19.917Z Compiling is-terminal v0.4.17
16682026-05-08T07:42:19.933Z Compiling filetime v0.2.27
16692026-05-08T07:42:19.960Z Compiling term v1.2.1
16702026-05-08T07:42:19.975Z Compiling xattr v1.6.1
16712026-05-08T07:42:19.980Z Compiling take_mut v0.2.2
16722026-05-08T07:42:20.048Z Compiling futures v0.3.32
16732026-05-08T07:42:20.118Z Compiling tar v0.4.45
16742026-05-08T07:42:20.282Z Compiling slog-term v2.9.2
16752026-05-08T07:42:37.726Z Compiling rustls-webpki v0.103.9
16762026-05-08T07:42:40.493Z Compiling tokio-rustls v0.26.4
16772026-05-08T07:42:40.493Z Compiling rustls-platform-verifier v0.6.2
16782026-05-08T07:42:40.697Z Compiling hyper-rustls v0.27.7
16792026-05-08T07:42:40.889Z Compiling reqwest v0.13.2
16802026-05-08T07:42:40.889Z Compiling reqwest v0.12.28
16812026-05-08T07:42:42.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822026-05-08T07:42:43.111Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16832026-05-08T07:42:45.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s
16842026-05-08T07:42:46.101Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16852026-05-08T07:42:46.157ZMay 08 07:42:45.159 INFO Starting download, target: Clickhouse
16862026-05-08T07:42:46.157ZMay 08 07:42:45.160 INFO Starting download, target: Cockroach
16872026-05-08T07:42:46.157ZMay 08 07:42:45.160 INFO Starting download, target: Console
16882026-05-08T07:42:46.157ZMay 08 07:42:45.160 INFO Starting download, target: DendriteStub
16892026-05-08T07:42:46.157ZMay 08 07:42:45.160 INFO Starting download, target: MaghemiteMgd
16902026-05-08T07:42:46.157ZMay 08 07:42:45.160 INFO Starting download, target: TransceiverControl
16912026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Starting download, target: MaghemiteDdmd
16922026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16952026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16962026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16972026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-08T07:42:46.162ZMay 08 07:42:45.160 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16992026-05-08T07:42:46.866ZMay 08 07:42:45.844 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17002026-05-08T07:42:47.057ZMay 08 07:42:46.053 INFO Download complete, target: TransceiverControl
17012026-05-08T07:42:47.228ZMay 08 07:42:46.225 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17022026-05-08T07:42:47.482ZMay 08 07:42:46.462 INFO Download complete, target: Console
17032026-05-08T07:42:47.977ZMay 08 07:42:46.957 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17042026-05-08T07:42:48.876ZMay 08 07:42:47.875 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-05-08T07:42:48.906ZMay 08 07:42:47.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17062026-05-08T07:42:49.187ZMay 08 07:42:48.184 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17072026-05-08T07:42:50.163ZMay 08 07:42:49.167 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17082026-05-08T07:42:50.163ZMay 08 07:42:49.167 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17092026-05-08T07:42:51.324ZMay 08 07:42:50.328 INFO Download complete, target: MaghemiteDdmd
17102026-05-08T07:42:51.544ZMay 08 07:42:50.548 INFO Download complete, target: MaghemiteMgd
17112026-05-08T07:42:51.605ZMay 08 07:42:50.609 INFO Download complete, target: DendriteStub
17122026-05-08T07:42:54.911ZMay 08 07:42:53.915 INFO Checking that binary works, target: Clickhouse
17132026-05-08T07:42:54.914ZMay 08 07:42:53.918 INFO Checking that binary works, target: Cockroach
17142026-05-08T07:42:55.011ZMay 08 07:42:54.015 INFO Download complete, target: Clickhouse
17152026-05-08T07:42:55.061ZMay 08 07:42:54.065 INFO Download complete, target: Cockroach
17162026-05-08T07:42:55.066ZAll prerequisites installed successfully
17172026-05-08T07:42:55.069Z
17182026-05-08T07:42:55.069Zreal 1:57.774352815
17192026-05-08T07:42:55.069Zuser 6:46.467600228
17202026-05-08T07:42:55.069Zsys 1:43.119290874
17212026-05-08T07:42:55.069Ztrap 0.261212942
17222026-05-08T07:42:55.069Ztflt 1.190353572
17232026-05-08T07:42:55.069Zdflt 1.925065455
17242026-05-08T07:42:55.069Zkflt 0.024268115
17252026-05-08T07:42:55.069Zlock 22:04.009120740
17262026-05-08T07:42:55.069Zslp 18:30.633949506
17272026-05-08T07:42:55.069Zlat 25.317352919
17282026-05-08T07:42:55.069Zstop 2:48.486814860
17292026-05-08T07:42:55.069Z+ ptime -m cargo xtask download softnpu
17302026-05-08T07:42:55.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17312026-05-08T07:42:55.621Z Running `target/debug/xtask download softnpu`
17322026-05-08T07:42:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17332026-05-08T07:42:56.450Z Running `target/debug/xtask-downloader softnpu`
17342026-05-08T07:42:56.491ZMay 08 07:42:55.495 INFO Starting download, target: Softnpu
17352026-05-08T07:42:56.494ZMay 08 07:42:55.496 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17362026-05-08T07:42:56.962ZMay 08 07:42:55.966 INFO Download complete, target: Softnpu
17372026-05-08T07:42:56.966Z
17382026-05-08T07:42:56.969Zreal 1.893294333
17392026-05-08T07:42:56.969Zuser 1.336644354
17402026-05-08T07:42:56.969Zsys 0.659514667
17412026-05-08T07:42:56.969Ztrap 0.000556190
17422026-05-08T07:42:56.969Ztflt 0.000068440
17432026-05-08T07:42:56.969Zdflt 0.000085100
17442026-05-08T07:42:56.969Zkflt 0.000004650
17452026-05-08T07:42:56.969Zlock 8.283873582
17462026-05-08T07:42:56.969Zslp 0.344139722
17472026-05-08T07:42:56.969Zlat 0.085509418
17482026-05-08T07:42:56.969Zstop 0.000157130
17492026-05-08T07:42:56.969Z+ export CARGO_INCREMENTAL=0
17502026-05-08T07:42:56.969Z+ CARGO_INCREMENTAL=0
17512026-05-08T07:42:56.969Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17522026-05-08T07:42:57.867Z Compiling proc-macro2 v1.0.106
17532026-05-08T07:42:57.867Z Compiling quote v1.0.45
17542026-05-08T07:42:57.867Z Compiling unicode-ident v1.0.24
17552026-05-08T07:42:57.867Z Compiling libc v0.2.185
17562026-05-08T07:42:57.867Z Compiling serde_core v1.0.228
17572026-05-08T07:42:57.870Z Compiling serde v1.0.228
17582026-05-08T07:42:57.870Z Compiling cfg-if v1.0.4
17592026-05-08T07:42:57.870Z Compiling version_check v0.9.5
17602026-05-08T07:42:57.870Z Compiling find-msvc-tools v0.1.9
17612026-05-08T07:42:57.870Z Compiling shlex v1.3.0
17622026-05-08T07:42:57.870Z Compiling typenum v1.19.0
17632026-05-08T07:42:58.027Z Compiling autocfg v1.5.0
17642026-05-08T07:42:58.039Z Compiling zmij v1.0.21
17652026-05-08T07:42:58.042Z Compiling memchr v2.8.0
17662026-05-08T07:42:58.042Z Compiling serde_json v1.0.149
17672026-05-08T07:42:58.253Z Compiling portable-atomic v1.13.1
17682026-05-08T07:42:58.286Z Compiling zerocopy v0.8.40
17692026-05-08T07:42:58.338Z Compiling generic-array v0.14.7
17702026-05-08T07:42:58.515Z Compiling libm v0.2.16
17712026-05-08T07:42:58.532Z Compiling smallvec v1.15.1
17722026-05-08T07:42:58.535Z Compiling parking_lot_core v0.9.12
17732026-05-08T07:42:58.585Z Compiling icu_normalizer_data v2.1.1
17742026-05-08T07:42:58.599Z Compiling icu_properties_data v2.1.2
17752026-05-08T07:42:58.613Z Compiling itoa v1.0.17
17762026-05-08T07:42:58.663Z Compiling num-traits v0.2.19
17772026-05-08T07:42:58.680Z Compiling getrandom v0.4.1
17782026-05-08T07:42:58.731Z Compiling log v0.4.29
17792026-05-08T07:42:58.845Z Compiling stable_deref_trait v1.2.1
17802026-05-08T07:42:58.875Z Compiling pkg-config v0.3.32
17812026-05-08T07:42:58.878Z Compiling subtle v2.6.1
17822026-05-08T07:42:58.973Z Compiling jobserver v0.1.34
17832026-05-08T07:42:58.976Z Compiling getrandom v0.2.17
17842026-05-08T07:42:59.086Z Compiling errno v0.3.14
17852026-05-08T07:42:59.103Z Compiling scopeguard v1.2.0
17862026-05-08T07:42:59.154Z Compiling rand_core v0.6.4
17872026-05-08T07:42:59.238Z Compiling cc v1.2.56
17882026-05-08T07:42:59.287Z Compiling lock_api v0.4.14
17892026-05-08T07:42:59.321Z Compiling litemap v0.8.1
17902026-05-08T07:42:59.352Z Compiling percent-encoding v2.3.2
17912026-05-08T07:42:59.381Z Compiling syn v2.0.117
17922026-05-08T07:42:59.397Z Compiling writeable v0.6.2
17932026-05-08T07:42:59.464Z Compiling pin-project-lite v0.2.17
17942026-05-08T07:42:59.502Z Compiling fnv v1.0.7
17952026-05-08T07:42:59.542Z Compiling thiserror v2.0.18
17962026-05-08T07:42:59.595Z Compiling getrandom v0.3.4
17972026-05-08T07:42:59.628Z Compiling critical-section v1.2.0
17982026-05-08T07:42:59.706Z Compiling rustversion v1.0.22
17992026-05-08T07:42:59.785Z Compiling schemars v0.8.22
18002026-05-08T07:42:59.789Z Compiling equivalent v1.0.2
18012026-05-08T07:42:59.821Z Compiling utf8_iter v1.0.4
18022026-05-08T07:42:59.851Z Compiling rand_core v0.10.0
18032026-05-08T07:42:59.883Z Compiling dunce v1.0.5
18042026-05-08T07:42:59.909Z Compiling fs_extra v1.3.0
18052026-05-08T07:43:00.008Z Compiling cmake v0.1.57
18062026-05-08T07:43:00.023Z Compiling form_urlencoded v1.2.2
18072026-05-08T07:43:00.192Z Compiling once_cell v1.21.3
18082026-05-08T07:43:00.208Z Compiling signal-hook-registry v1.4.8
18092026-05-08T07:43:00.316Z Compiling bitflags v2.11.0
18102026-05-08T07:43:00.372Z Compiling semver v1.0.28
18112026-05-08T07:43:00.464Z Compiling const-oid v0.9.6
18122026-05-08T07:43:00.481Z Compiling hashbrown v0.17.0
18132026-05-08T07:43:00.482Z Compiling parking_lot v0.12.5
18142026-05-08T07:43:00.530Z Compiling socket2 v0.6.3
18152026-05-08T07:43:00.550Z Compiling ring v0.17.14
18162026-05-08T07:43:00.629Z Compiling aws-lc-sys v0.37.1
18172026-05-08T07:43:00.701Z Compiling mio v1.2.0
18182026-05-08T07:43:00.704Z Compiling rustix v1.1.3
18192026-05-08T07:43:00.757Z Compiling aws-lc-rs v1.16.0
18202026-05-08T07:43:00.775Z Compiling thiserror v1.0.69
18212026-05-08T07:43:00.797Z Compiling strsim v0.11.1
18222026-05-08T07:43:00.963Z Compiling futures-core v0.3.32
18232026-05-08T07:43:01.058Z Compiling indexmap v2.14.0
18242026-05-08T07:43:01.111Z Compiling ucd-trie v0.1.7
18252026-05-08T07:43:01.124Z Compiling httparse v1.10.1
18262026-05-08T07:43:01.124Z Compiling byteorder v1.5.0
18272026-05-08T07:43:01.224Z Compiling iana-time-zone v0.1.65
18282026-05-08T07:43:01.358Z Compiling pest v2.8.6
18292026-05-08T07:43:01.362Z Compiling vcpkg v0.2.15
18302026-05-08T07:43:01.394Z Compiling syn v1.0.109
18312026-05-08T07:43:01.397Z Compiling ident_case v1.0.1
18322026-05-08T07:43:01.432Z Compiling heck v0.5.0
18332026-05-08T07:43:01.435Z Compiling uuid v1.23.0
18342026-05-08T07:43:01.513Z Compiling cpufeatures v0.2.17
18352026-05-08T07:43:01.630Z Compiling regex-syntax v0.8.10
18362026-05-08T07:43:01.727Z Compiling rustc_version v0.4.1
18372026-05-08T07:43:01.901Z Compiling rustls v0.23.37
18382026-05-08T07:43:01.912Z Compiling futures-sink v0.3.32
18392026-05-08T07:43:01.966Z Compiling openssl-sys v0.9.114
18402026-05-08T07:43:02.053Z Compiling futures-channel v0.3.32
18412026-05-08T07:43:02.084Z Compiling slab v0.4.12
18422026-05-08T07:43:02.085Z Compiling futures-task v0.3.32
18432026-05-08T07:43:02.100Z Compiling futures-io v0.3.32
18442026-05-08T07:43:02.196Z Compiling synstructure v0.13.2
18452026-05-08T07:43:02.220Z Compiling serde_derive_internals v0.29.1
18462026-05-08T07:43:02.288Z Compiling crc32fast v1.5.0
18472026-05-08T07:43:02.299Z Compiling plain v0.2.3
18482026-05-08T07:43:02.312Z Compiling dyn-clone v1.0.20
18492026-05-08T07:43:02.352Z Compiling aho-corasick v1.1.4
18502026-05-08T07:43:02.375Z Compiling time-core v0.1.8
18512026-05-08T07:43:02.443Z Compiling pest_meta v2.8.6
18522026-05-08T07:43:02.495Z Compiling num-conv v0.2.0
18532026-05-08T07:43:02.568Z Compiling crossbeam-utils v0.8.21
18542026-05-08T07:43:02.679Z Compiling time-macros v0.2.27
18552026-05-08T07:43:02.755Z Compiling openssl v0.10.78
18562026-05-08T07:43:02.935Z Compiling base64 v0.22.1
18572026-05-08T07:43:02.952Z Compiling pretty-hex v0.4.1
18582026-05-08T07:43:03.020Z Compiling pest_generator v2.8.6
18592026-05-08T07:43:03.077Z Compiling anyhow v1.0.102
18602026-05-08T07:43:03.104Z Compiling base64ct v1.8.3
18612026-05-08T07:43:03.142Z Compiling darling_core v0.21.3
18622026-05-08T07:43:03.168Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18632026-05-08T07:43:03.194Z Compiling regex-automata v0.4.14
18642026-05-08T07:43:03.359Z Compiling pem-rfc7468 v0.7.0
18652026-05-08T07:43:03.400Z Compiling native-tls v0.2.18
18662026-05-08T07:43:03.423Z Compiling flagset v0.4.7
18672026-05-08T07:43:03.461Z Compiling rand_core v0.9.5
18682026-05-08T07:43:03.495Z Compiling serde_derive v1.0.228
18692026-05-08T07:43:03.564Z Compiling zeroize_derive v1.4.3
18702026-05-08T07:43:03.579Z Compiling zerofrom-derive v0.1.6
18712026-05-08T07:43:03.635Z Compiling yoke-derive v0.8.1
18722026-05-08T07:43:03.638Z Compiling zerovec-derive v0.11.2
18732026-05-08T07:43:03.670Z Compiling displaydoc v0.2.5
18742026-05-08T07:43:03.689Z Compiling zerocopy-derive v0.8.40
18752026-05-08T07:43:03.705Z Compiling tokio-macros v2.7.0
18762026-05-08T07:43:03.733Z Compiling futures-macro v0.3.32
18772026-05-08T07:43:03.803Z Compiling thiserror-impl v2.0.18
18782026-05-08T07:43:03.818Z Compiling schemars_derive v0.8.22
18792026-05-08T07:43:04.186Z Compiling zeroize v1.8.2
18802026-05-08T07:43:04.465Z Compiling der_derive v0.7.3
18812026-05-08T07:43:04.508Z Compiling tracing-attributes v0.1.31
18822026-05-08T07:43:04.621Z Compiling thiserror-impl v1.0.69
18832026-05-08T07:43:04.715Z Compiling pest_derive v2.8.6
18842026-05-08T07:43:04.746Z Compiling zerofrom v0.1.6
18852026-05-08T07:43:04.931Z Compiling yoke v0.8.1
18862026-05-08T07:43:05.027Z Compiling crypto-common v0.1.7
18872026-05-08T07:43:05.061Z Compiling block-buffer v0.10.4
18882026-05-08T07:43:05.155Z Compiling zerovec v0.11.5
18892026-05-08T07:43:05.171Z Compiling zerotrie v0.2.3
18902026-05-08T07:43:05.272Z Compiling digest v0.10.7
18912026-05-08T07:43:05.326Z Compiling futures-util v0.3.32
18922026-05-08T07:43:05.361Z Compiling block-padding v0.3.3
18932026-05-08T07:43:05.539Z Compiling inout v0.1.4
18942026-05-08T07:43:05.625Z Compiling hmac v0.12.1
18952026-05-08T07:43:05.649Z Compiling sha2 v0.10.9
18962026-05-08T07:43:05.702Z Compiling tinystr v0.8.2
18972026-05-08T07:43:05.718Z Compiling potential_utf v0.1.4
18982026-05-08T07:43:05.747Z Compiling cipher v0.4.4
18992026-05-08T07:43:05.783Z Compiling rustls-pki-types v1.14.0
19002026-05-08T07:43:05.798Z Compiling scroll_derive v0.13.1
19012026-05-08T07:43:05.844Z Compiling scroll_derive v0.12.1
19022026-05-08T07:43:05.926Z Compiling icu_locale_core v2.1.1
19032026-05-08T07:43:05.940Z Compiling icu_collections v2.1.1
19042026-05-08T07:43:06.561Z Compiling openssl-macros v0.1.1
19052026-05-08T07:43:06.630Z Compiling icu_provider v2.1.1
19062026-05-08T07:43:06.691Z Compiling bytes v1.11.1
19072026-05-08T07:43:06.773Z Compiling chrono v0.4.44
19082026-05-08T07:43:06.787Z Compiling serde_tokenstream v0.2.3
19092026-05-08T07:43:06.938Z Compiling icu_properties v2.1.2
19102026-05-08T07:43:06.973Z Compiling icu_normalizer v2.1.1
19112026-05-08T07:43:07.007Z Compiling regex v1.12.3
19122026-05-08T07:43:07.116Z Compiling der v0.7.10
19132026-05-08T07:43:07.248Z Compiling tokio v1.52.1
19142026-05-08T07:43:07.548Z Compiling http v1.4.0
19152026-05-08T07:43:07.606Z Compiling darling_macro v0.21.3
19162026-05-08T07:43:07.891Z Compiling idna_adapter v1.2.1
19172026-05-08T07:43:07.992Z Compiling ppv-lite86 v0.2.21
19182026-05-08T07:43:08.057Z Compiling idna v1.1.0
19192026-05-08T07:43:08.271Z Compiling zerocopy-derive v0.7.35
19202026-05-08T07:43:08.335Z Compiling slog v2.8.2
19212026-05-08T07:43:08.352Z Compiling tracing-core v0.1.36
19222026-05-08T07:43:08.414Z Compiling untrusted v0.9.0
19232026-05-08T07:43:08.480Z Compiling url v2.5.8
19242026-05-08T07:43:08.569Z Compiling darling v0.21.3
19252026-05-08T07:43:08.681Z Compiling spki v0.7.3
19262026-05-08T07:43:08.778Z Compiling tracing v0.1.44
19272026-05-08T07:43:08.802Z Compiling salsa20 v0.10.2
19282026-05-08T07:43:08.908Z Compiling pbkdf2 v0.12.2
19292026-05-08T07:43:09.397Z Compiling cookie v0.18.1
19302026-05-08T07:43:09.428Z Compiling camino v1.2.2
19312026-05-08T07:43:09.604Z Compiling scrypt v0.11.0
19322026-05-08T07:43:09.621Z Compiling rand_chacha v0.9.0
19332026-05-08T07:43:09.642Z Compiling aes v0.8.4
19342026-05-08T07:43:09.741Z Compiling cbc v0.1.2
19352026-05-08T07:43:10.188Z Compiling usdt-impl v0.5.0
19362026-05-08T07:43:10.231Z Compiling either v1.15.0
19372026-05-08T07:43:10.248Z Compiling winnow v0.7.14
19382026-05-08T07:43:10.268Z Compiling usdt-impl v0.6.0
19392026-05-08T07:43:10.283Z Compiling paste v1.0.15
19402026-05-08T07:43:10.425Z Compiling ref-cast v1.0.25
19412026-05-08T07:43:10.631Z Compiling pkcs5 v0.7.1
19422026-05-08T07:43:10.646Z Compiling rand v0.9.2
19432026-05-08T07:43:10.714Z Compiling http-body v1.0.1
19442026-05-08T07:43:10.884Z Compiling serde_spanned v0.6.9
19452026-05-08T07:43:10.990Z Compiling toml_datetime v0.6.11
19462026-05-08T07:43:11.008Z Compiling scroll v0.13.0
19472026-05-08T07:43:11.024Z Compiling scroll v0.12.0
19482026-05-08T07:43:11.080Z Compiling heapless v0.7.17
19492026-05-08T07:43:11.163Z Compiling tokio-util v0.7.18
19502026-05-08T07:43:11.224Z Compiling bzip2-sys v0.1.13+1.0.8
19512026-05-08T07:43:11.249Z Compiling openssl-probe v0.2.1
19522026-05-08T07:43:11.290Z Compiling signal-hook v0.3.18
19532026-05-08T07:43:11.308Z Compiling zstd-safe v7.2.4
19542026-05-08T07:43:11.340Z Compiling atomic-waker v1.1.2
19552026-05-08T07:43:11.492Z Compiling untrusted v0.7.1
19562026-05-08T07:43:11.540Z Compiling goblin v0.8.2
19572026-05-08T07:43:11.634Z Compiling toml_parser v1.0.9+spec-1.1.0
19582026-05-08T07:43:11.665Z Compiling goblin v0.10.5
19592026-05-08T07:43:11.840Z Compiling pkcs8 v0.10.2
19602026-05-08T07:43:12.146Z Compiling zerocopy v0.7.35
19612026-05-08T07:43:12.197Z Compiling ref-cast-impl v1.0.25
19622026-05-08T07:43:12.212Z Compiling darling_core v0.20.11
19632026-05-08T07:43:12.295Z Compiling curve25519-dalek v4.1.3
19642026-05-08T07:43:12.560Z Compiling toml_datetime v0.7.5+spec-1.1.0
19652026-05-08T07:43:12.594Z Compiling memoffset v0.9.1
19662026-05-08T07:43:12.610Z Compiling rustix v0.38.44
19672026-05-08T07:43:12.712Z Compiling tower-layer v0.3.3
19682026-05-08T07:43:12.892Z Compiling litrs v1.0.0
19692026-05-08T07:43:12.959Z Compiling tower-service v0.3.3
19702026-05-08T07:43:12.962Z Compiling fastrand v2.3.0
19712026-05-08T07:43:13.098Z Compiling winnow v0.5.40
19722026-05-08T07:43:13.198Z Compiling tinyvec_macros v0.1.1
19732026-05-08T07:43:13.251Z Compiling try-lock v0.2.5
19742026-05-08T07:43:13.405Z Compiling document-features v0.2.12
19752026-05-08T07:43:13.419Z Compiling want v0.3.1
19762026-05-08T07:43:13.552Z Compiling tinyvec v1.10.0
19772026-05-08T07:43:13.569Z Compiling h2 v0.4.13
19782026-05-08T07:43:13.920Z Compiling dof v0.3.0
19792026-05-08T07:43:14.188Z Compiling darling_macro v0.20.11
19802026-05-08T07:43:14.529Z Compiling toml_edit v0.19.15
19812026-05-08T07:43:14.546Z Compiling dof v0.4.0
19822026-05-08T07:43:14.575Z Compiling dtrace-parser v0.2.0
19832026-05-08T07:43:14.700Z Compiling dtrace-parser v0.3.0
19842026-05-08T07:43:14.811Z Compiling ipnet v2.11.0
19852026-05-08T07:43:15.064Z Compiling async-trait v0.1.89
19862026-05-08T07:43:15.121Z Compiling daft-derive v0.1.5
19872026-05-08T07:43:15.208Z Compiling spin v0.9.8
19882026-05-08T07:43:15.298Z Compiling thread-id v5.1.0
19892026-05-08T07:43:15.301Z Compiling thread-id v4.2.2
19902026-05-08T07:43:15.405Z Compiling httpdate v1.0.3
19912026-05-08T07:43:15.421Z Compiling pin-utils v0.1.0
19922026-05-08T07:43:15.541Z Compiling smoltcp v0.9.1
19932026-05-08T07:43:15.592Z Compiling num-bigint-dig v0.8.6
19942026-05-08T07:43:15.625Z Compiling cfg_aliases v0.2.1
19952026-05-08T07:43:15.641Z Compiling powerfmt v0.2.0
19962026-05-08T07:43:15.677Z Compiling foreign-types-shared v0.1.1
19972026-05-08T07:43:15.783Z Compiling foreign-types v0.3.2
19982026-05-08T07:43:15.803Z Compiling deranged v0.5.8
19992026-05-08T07:43:15.818Z Compiling nix v0.31.2
20002026-05-08T07:43:15.921Z Compiling tempfile v3.25.0
20012026-05-08T07:43:15.989Z Compiling darling v0.20.11
20022026-05-08T07:43:16.209Z Compiling ipnetwork v0.21.1
20032026-05-08T07:43:16.418Z Compiling strum_macros v0.26.4
20042026-05-08T07:43:16.441Z Compiling curve25519-dalek-derive v0.1.1
20052026-05-08T07:43:16.592Z Compiling hyper v1.8.1
20062026-05-08T07:43:16.787Z Compiling wait-timeout v0.2.1
20072026-05-08T07:43:17.039Z Compiling utf8parse v0.2.2
20082026-05-08T07:43:17.075Z Compiling num_threads v0.1.7
20092026-05-08T07:43:17.176Z Compiling siphasher v1.0.2
20102026-05-08T07:43:17.195Z Compiling simd-adler32 v0.3.8
20112026-05-08T07:43:17.213Z Compiling anstyle v1.0.13
20122026-05-08T07:43:17.226Z Compiling quick-error v1.2.3
20132026-05-08T07:43:17.251Z Compiling bit-vec v0.8.0
20142026-05-08T07:43:17.353Z Compiling rusty-fork v0.3.1
20152026-05-08T07:43:17.453Z Compiling bit-set v0.8.0
20162026-05-08T07:43:17.469Z Compiling time v0.3.47
20172026-05-08T07:43:17.637Z Compiling anstyle-parse v0.2.7
20182026-05-08T07:43:17.654Z Compiling hyper-util v0.1.20
20192026-05-08T07:43:18.076Z Compiling derive_builder_core v0.20.2
20202026-05-08T07:43:18.079Z Compiling unicode-normalization v0.1.25
20212026-05-08T07:43:18.686Z Compiling rustls-native-certs v0.8.3
20222026-05-08T07:43:18.982Z Compiling signature v2.2.0
20232026-05-08T07:43:19.154Z Compiling hubpack_derive v0.1.1
20242026-05-08T07:43:19.201Z Compiling rand_xorshift v0.4.0
20252026-05-08T07:43:19.204Z Compiling strum_macros v0.27.2
20262026-05-08T07:43:19.375Z Compiling sync_wrapper v1.0.2
20272026-05-08T07:43:19.419Z Compiling fs-err v3.3.0
20282026-05-08T07:43:19.493Z Compiling ahash v0.8.12
20292026-05-08T07:43:19.513Z Compiling unarray v0.1.4
20302026-05-08T07:43:19.594Z Compiling unicode-segmentation v1.12.0
20312026-05-08T07:43:19.619Z Compiling unicode-properties v0.1.4
20322026-05-08T07:43:19.642Z Compiling object v0.37.3
20332026-05-08T07:43:19.662Z Compiling unicode-bidi v0.3.18
20342026-05-08T07:43:19.739Z Compiling adler2 v2.0.1
20352026-05-08T07:43:19.786Z Compiling is_terminal_polyfill v1.70.2
20362026-05-08T07:43:19.866Z Compiling anstyle-query v1.1.5
20372026-05-08T07:43:19.900Z Compiling allocator-api2 v0.2.21
20382026-05-08T07:43:19.903Z Compiling colorchoice v1.0.4
20392026-05-08T07:43:19.991Z Compiling miniz_oxide v0.8.9
20402026-05-08T07:43:20.053Z Compiling anstream v0.6.21
20412026-05-08T07:43:20.167Z Compiling stringprep v0.1.5
20422026-05-08T07:43:20.363Z Compiling proptest v1.10.0
20432026-05-08T07:43:20.508Z Compiling tower v0.5.3
20442026-05-08T07:43:20.541Z Compiling derive_builder_macro v0.20.2
20452026-05-08T07:43:20.813Z Compiling usdt-attr-macro v0.6.0
20462026-05-08T07:43:20.829Z Compiling usdt-macro v0.6.0
20472026-05-08T07:43:21.304Z Compiling http-body-util v0.1.3
20482026-05-08T07:43:21.513Z Compiling webpki-roots v1.0.6
20492026-05-08T07:43:21.616Z Compiling rand_chacha v0.3.1
20502026-05-08T07:43:21.633Z Compiling erased-serde v0.3.31
20512026-05-08T07:43:21.637Z Compiling md-5 v0.10.6
20522026-05-08T07:43:21.669Z Compiling num-integer v0.1.46
20532026-05-08T07:43:21.684Z Compiling hash32 v0.2.1
20542026-05-08T07:43:21.800Z Compiling vergen-lib v0.1.6
20552026-05-08T07:43:21.818Z Compiling ff v0.13.1
20562026-05-08T07:43:21.851Z Compiling iri-string v0.7.10
20572026-05-08T07:43:21.867Z Compiling base16ct v0.2.0
20582026-05-08T07:43:21.903Z Compiling psl-types v2.0.11
20592026-05-08T07:43:21.926Z Compiling ryu v1.0.23
20602026-05-08T07:43:21.943Z Compiling zlib-rs v0.6.2
20612026-05-08T07:43:22.014Z Compiling fallible-iterator v0.2.0
20622026-05-08T07:43:22.080Z Compiling serde_urlencoded v0.7.1
20632026-05-08T07:43:22.083Z Compiling publicsuffix v2.3.0
20642026-05-08T07:43:22.083Z Compiling sec1 v0.7.3
20652026-05-08T07:43:22.244Z Compiling group v0.13.0
20662026-05-08T07:43:22.277Z Compiling num-iter v0.1.45
20672026-05-08T07:43:22.352Z Compiling postgres-protocol v0.6.10
20682026-05-08T07:43:22.379Z Compiling newtype-uuid v1.3.2
20692026-05-08T07:43:22.426Z Compiling rand v0.8.5
20702026-05-08T07:43:22.854Z Compiling oxnet v0.1.5
20712026-05-08T07:43:22.871Z Compiling derive_builder v0.20.2
20722026-05-08T07:43:22.989Z Compiling tower-http v0.6.8
20732026-05-08T07:43:23.007Z Compiling tokio-native-tls v0.3.1
20742026-05-08T07:43:23.022Z Compiling heck v0.4.1
20752026-05-08T07:43:23.070Z Compiling phf_shared v0.13.1
20762026-05-08T07:43:23.184Z Compiling lazy_static v1.5.0
20772026-05-08T07:43:23.265Z Compiling terminal_size v0.4.3
20782026-05-08T07:43:23.282Z Compiling serde_with_macros v3.17.0
20792026-05-08T07:43:23.334Z Compiling cargo-platform v0.1.9
20802026-05-08T07:43:23.337Z Compiling hkdf v0.12.4
20812026-05-08T07:43:23.350Z Compiling crypto-bigint v0.5.5
20822026-05-08T07:43:23.400Z Compiling enum-as-inner v0.6.1
20832026-05-08T07:43:23.422Z Compiling serde_repr v0.1.20
20842026-05-08T07:43:23.452Z Compiling clap_derive v4.5.55
20852026-05-08T07:43:23.497Z Compiling vergen v9.0.6
20862026-05-08T07:43:23.536Z Compiling bitflags v1.3.2
20872026-05-08T07:43:23.606Z Compiling managed v0.8.0
20882026-05-08T07:43:23.741Z Compiling clap_lex v1.0.0
20892026-05-08T07:43:23.760Z Compiling foldhash v0.1.5
20902026-05-08T07:43:23.841Z Compiling bumpalo v3.20.2
20912026-05-08T07:43:23.920Z Compiling libbz2-rs-sys v0.2.2
20922026-05-08T07:43:23.947Z Compiling foldhash v0.2.0
20932026-05-08T07:43:23.964Z Compiling flate2 v1.1.9
20942026-05-08T07:43:24.014Z Compiling clap_builder v4.5.60
20952026-05-08T07:43:24.048Z Compiling hashbrown v0.15.5
20962026-05-08T07:43:24.106Z Compiling hashbrown v0.16.1
20972026-05-08T07:43:24.164Z Compiling zopfli v0.8.3
20982026-05-08T07:43:24.340Z Compiling bzip2 v0.6.1
20992026-05-08T07:43:24.372Z Compiling elliptic-curve v0.13.8
21002026-05-08T07:43:24.605Z Compiling cargo_metadata v0.19.2
21012026-05-08T07:43:24.962Z Compiling phf v0.13.1
21022026-05-08T07:43:24.997Z Compiling zstd v0.13.3
21032026-05-08T07:43:25.032Z Compiling hyper-tls v0.6.0
21042026-05-08T07:43:25.084Z Compiling daft v0.1.5
21052026-05-08T07:43:25.145Z Compiling signal-hook-mio v0.2.5
21062026-05-08T07:43:25.265Z Compiling cookie_store v0.22.1
21072026-05-08T07:43:25.282Z Compiling postgres-types v0.2.12
21082026-05-08T07:43:25.285Z Compiling bzip2 v0.4.4
21092026-05-08T07:43:25.411Z Compiling strum v0.27.2
21102026-05-08T07:43:25.614Z Compiling hubpack v0.1.2
21112026-05-08T07:43:25.682Z Compiling ed25519 v2.2.3
21122026-05-08T07:43:25.697Z Compiling phf_shared v0.11.3
21132026-05-08T07:43:25.818Z Compiling crossbeam-epoch v0.9.18
21142026-05-08T07:43:25.854Z Compiling pkcs1 v0.7.5
21152026-05-08T07:43:25.904Z Compiling hex v0.4.3
21162026-05-08T07:43:25.937Z Compiling serde-big-array v0.5.1
21172026-05-08T07:43:26.227Z Compiling rfc6979 v0.4.0
21182026-05-08T07:43:26.272Z Compiling bstr v1.12.1
21192026-05-08T07:43:26.325Z Compiling float-cmp v0.10.0
21202026-05-08T07:43:26.342Z Compiling env_filter v1.0.0
21212026-05-08T07:43:26.357Z Compiling memmap2 v0.9.10
21222026-05-08T07:43:26.379Z Compiling encoding_rs v0.8.35
21232026-05-08T07:43:26.421Z Compiling difflib v0.4.0
21242026-05-08T07:43:26.435Z Compiling normalize-line-endings v0.3.0
21252026-05-08T07:43:26.485Z Compiling toml_write v0.1.2
21262026-05-08T07:43:26.516Z Compiling whoami v2.1.0
21272026-05-08T07:43:26.520Z Compiling jiff v0.2.21
21282026-05-08T07:43:26.555Z Compiling fixedbitset v0.4.2
21292026-05-08T07:43:26.595Z Compiling data-encoding v2.10.0
21302026-05-08T07:43:26.613Z Compiling mime v0.3.17
21312026-05-08T07:43:26.701Z Compiling new_debug_unreachable v1.0.6
21322026-05-08T07:43:26.774Z Compiling rustc-hash v2.1.1
21332026-05-08T07:43:26.871Z Compiling static_assertions v1.1.0
21342026-05-08T07:43:26.882Z Compiling precomputed-hash v0.1.1
21352026-05-08T07:43:26.888Z Compiling fixedbitset v0.5.7
21362026-05-08T07:43:26.912Z Compiling predicates-core v1.0.10
21372026-05-08T07:43:26.953Z Compiling keccak v0.1.6
21382026-05-08T07:43:27.006Z Compiling string_cache v0.8.9
21392026-05-08T07:43:27.097Z Compiling petgraph v0.8.3
21402026-05-08T07:43:27.140Z Compiling sha3 v0.10.8
21412026-05-08T07:43:27.170Z Compiling predicates v3.1.4
21422026-05-08T07:43:27.185Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21432026-05-08T07:43:27.238Z Compiling hickory-proto v0.25.2
21442026-05-08T07:43:27.425Z Compiling iddqd v0.3.18
21452026-05-08T07:43:27.640Z Compiling tokio-postgres v0.7.16
21462026-05-08T07:43:27.714Z Compiling petgraph v0.6.5
21472026-05-08T07:43:27.756Z Compiling similar v2.7.0
21482026-05-08T07:43:28.052Z Compiling toml_edit v0.22.27
21492026-05-08T07:43:28.504Z Compiling usdt v0.6.0
21502026-05-08T07:43:28.578Z Compiling env_logger v0.11.9
21512026-05-08T07:43:29.033Z Compiling ecdsa v0.16.9
21522026-05-08T07:43:29.183Z Compiling zip v4.6.1
21532026-05-08T07:43:29.232Z Compiling serde_with v3.17.0
21542026-05-08T07:43:29.444Z Compiling rsa v0.9.10
21552026-05-08T07:43:29.980Z Compiling ed25519-dalek v2.2.0
21562026-05-08T07:43:30.236Z Compiling crossterm v0.28.1
21572026-05-08T07:43:30.356Z Compiling clap v4.5.60
21582026-05-08T07:43:30.395Z Compiling zip v0.6.6
21592026-05-08T07:43:30.777Z Compiling strum v0.26.3
21602026-05-08T07:43:30.837Z Compiling toml v0.7.8
21612026-05-08T07:43:30.851Z Compiling tokio-stream v0.1.18
21622026-05-08T07:43:30.926Z Compiling buf-list v1.1.2
21632026-05-08T07:43:30.944Z Compiling itertools v0.13.0
21642026-05-08T07:43:31.094Z Compiling x509-cert v0.2.5
21652026-05-08T07:43:31.322Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21662026-05-08T07:43:31.388Z Compiling openapiv3 v2.2.0
21672026-05-08T07:43:31.510Z Compiling sha1 v0.10.6
21682026-05-08T07:43:31.855Z Compiling lalrpop-util v0.19.12
21692026-05-08T07:43:32.060Z Compiling peg-runtime v0.8.5
21702026-05-08T07:43:47.462Z Compiling rustls-webpki v0.103.9
21712026-05-08T07:43:48.316Z Compiling macaddr v1.0.1
21722026-05-08T07:43:48.375Z Compiling structmeta-derive v0.3.0
21732026-05-08T07:43:48.528Z Compiling crucible-workspace-hack v0.1.0
21742026-05-08T07:43:48.565Z Compiling rayon-core v1.13.0
21752026-05-08T07:43:48.618Z Compiling itertools v0.14.0
21762026-05-08T07:43:48.755Z Compiling secrecy v0.10.3
21772026-05-08T07:43:48.844Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782026-05-08T07:43:48.950Z Compiling heapless v0.8.0
21792026-05-08T07:43:48.953Z Compiling rustls v0.22.4
21802026-05-08T07:43:49.272Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21812026-05-08T07:43:49.290Z Compiling crossbeam-deque v0.8.6
21822026-05-08T07:43:49.307Z Compiling toml_edit v0.23.10+spec-1.0.0
21832026-05-08T07:43:49.406Z Compiling structmeta v0.3.0
21842026-05-08T07:43:49.439Z Compiling rustls-webpki v0.102.8
21852026-05-08T07:43:49.455Z Compiling futures-executor v0.3.32
21862026-05-08T07:43:49.525Z Compiling hash32 v0.3.1
21872026-05-08T07:43:49.616Z Compiling multer v3.1.0
21882026-05-08T07:43:49.637Z Compiling thread_local v1.1.9
21892026-05-08T07:43:49.667Z Compiling slog-async v2.8.0
21902026-05-08T07:43:49.704Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21912026-05-08T07:43:49.719Z Compiling compression-core v0.4.31
21922026-05-08T07:43:49.722Z Compiling smoltcp v0.11.0
21932026-05-08T07:43:49.839Z Compiling match_cfg v0.1.0
21942026-05-08T07:43:49.891Z Compiling ingot-macros v0.1.1
21952026-05-08T07:43:49.915Z Compiling unicode-width v0.2.0
21962026-05-08T07:43:49.938Z Compiling hostname v0.3.1
21972026-05-08T07:43:50.001Z Compiling compression-codecs v0.4.37
21982026-05-08T07:43:50.031Z Compiling proc-macro-crate v3.4.0
21992026-05-08T07:43:50.090Z Compiling derive-ex v0.1.8
22002026-05-08T07:43:50.122Z Compiling futures v0.3.32
22012026-05-08T07:43:50.236Z Compiling slog-json v2.6.1
22022026-05-08T07:43:50.253Z Compiling crossbeam-channel v0.5.15
22032026-05-08T07:43:50.381Z Compiling half v2.7.1
22042026-05-08T07:43:50.471Z Compiling newtype-uuid-macros v0.1.0
22052026-05-08T07:43:50.513Z Compiling cobs v0.3.0
22062026-05-08T07:43:50.579Z Compiling thiserror-impl-no-std v2.0.2
22072026-05-08T07:43:50.753Z Compiling universal-hash v0.5.1
22082026-05-08T07:43:50.808Z Compiling async-stream-impl v0.3.6
22092026-05-08T07:43:50.919Z Compiling serde_spanned v1.0.4
22102026-05-08T07:43:50.961Z Compiling toml_datetime v1.0.0+spec-1.1.0
22112026-05-08T07:43:51.107Z Compiling tokio-rustls v0.26.4
22122026-05-08T07:43:51.203Z Compiling rustls-platform-verifier v0.6.2
22132026-05-08T07:43:51.268Z Compiling is-terminal v0.4.17
22142026-05-08T07:43:51.385Z Compiling hyper-rustls v0.27.7
22152026-05-08T07:43:51.403Z Compiling proc-macro-error-attr v1.0.4
22162026-05-08T07:43:51.406Z Compiling dropshot v0.17.0
22172026-05-08T07:43:51.437Z Compiling opaque-debug v0.3.1
22182026-05-08T07:43:51.440Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22192026-05-08T07:43:51.529Z Compiling take_mut v0.2.2
22202026-05-08T07:43:51.637Z Compiling reqwest v0.13.2
22212026-05-08T07:43:51.640Z Compiling reqwest v0.12.28
22222026-05-08T07:43:51.672Z Compiling toml_writer v1.0.6+spec-1.1.0
22232026-05-08T07:43:51.674Z Compiling ciborium-io v0.2.2
22242026-05-08T07:43:51.674Z Compiling term v1.2.1
22252026-05-08T07:43:51.674Z Compiling convert_case v0.4.0
22262026-05-08T07:43:51.774Z Compiling ciborium-ll v0.2.2
22272026-05-08T07:43:51.793Z Compiling test-strategy v0.4.5
22282026-05-08T07:43:51.843Z Compiling thiserror-no-std v2.0.2
22292026-05-08T07:43:51.956Z Compiling toml v1.0.6+spec-1.1.0
22302026-05-08T07:43:51.972Z Compiling poly1305 v0.8.0
22312026-05-08T07:43:52.026Z Compiling derive_more v0.99.20
22322026-05-08T07:43:52.054Z Compiling tokio-rustls v0.25.0
22332026-05-08T07:43:52.329Z Compiling slog-term v2.9.2
22342026-05-08T07:43:52.470Z Compiling ingot-types v0.1.2
22352026-05-08T07:43:52.611Z Compiling async-stream v0.3.6
22362026-05-08T07:43:52.733Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-05-08T07:43:52.828Z Compiling postcard v1.1.3
22382026-05-08T07:43:52.881Z Compiling ingot v0.1.1
22392026-05-08T07:43:53.128Z Compiling num_enum_derive v0.7.5
22402026-05-08T07:43:53.165Z Compiling slog-bunyan v2.5.0
22412026-05-08T07:43:53.232Z Compiling async-compression v0.4.41
22422026-05-08T07:43:53.527Z Compiling parse-display-derive v0.10.0
22432026-05-08T07:43:53.585Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22442026-05-08T07:43:53.730Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22452026-05-08T07:43:53.986Z Compiling proc-macro-crate v1.3.1
22462026-05-08T07:43:54.088Z Compiling backon v1.6.0
22472026-05-08T07:43:54.214Z Compiling waitgroup v0.1.2
22482026-05-08T07:43:54.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22492026-05-08T07:43:54.372Z Compiling password-hash v0.5.0
22502026-05-08T07:43:54.395Z Compiling dropshot_endpoint v0.17.0
22512026-05-08T07:43:54.564Z Compiling chacha20 v0.9.1
22522026-05-08T07:43:54.585Z Compiling rustls-pemfile v2.2.0
22532026-05-08T07:43:54.876Z Compiling blake2 v0.10.6
22542026-05-08T07:43:54.894Z Compiling aead v0.5.2
22552026-05-08T07:43:54.932Z Compiling foreign-types-macros v0.2.3
22562026-05-08T07:43:55.049Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22572026-05-08T07:43:55.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22582026-05-08T07:43:55.110Z Compiling serde_path_to_error v0.1.20
22592026-05-08T07:43:55.170Z Compiling hostname v0.4.2
22602026-05-08T07:43:55.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22612026-05-08T07:43:55.352Z Compiling proc-macro-error v1.0.4
22622026-05-08T07:43:55.368Z Compiling instant v0.1.13
22632026-05-08T07:43:55.406Z Compiling debug-ignore v1.0.5
22642026-05-08T07:43:55.409Z Compiling foreign-types-shared v0.3.1
22652026-05-08T07:43:55.440Z Compiling typeid v1.0.3
22662026-05-08T07:43:55.486Z Compiling cpufeatures v0.3.0
22672026-05-08T07:43:55.504Z Compiling backoff v0.4.0
22682026-05-08T07:43:55.541Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692026-05-08T07:43:55.545Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22702026-05-08T07:43:55.576Z Compiling foreign-types v0.5.0
22712026-05-08T07:43:55.579Z Compiling chacha20 v0.10.0
22722026-05-08T07:43:55.579Z Compiling argon2 v0.5.3
22732026-05-08T07:43:55.595Z Compiling parse-display v0.10.0
22742026-05-08T07:43:55.627Z Compiling chacha20poly1305 v0.10.1
22752026-05-08T07:43:55.682Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22762026-05-08T07:43:55.740Z Compiling num_enum_derive v0.5.11
22772026-05-08T07:43:55.758Z Compiling num_enum v0.7.5
22782026-05-08T07:43:55.786Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22792026-05-08T07:43:55.827Z Compiling ciborium v0.2.2
22802026-05-08T07:43:55.903Z Compiling vsss-rs v3.3.4
22812026-05-08T07:43:56.121Z Compiling tabwriter v1.4.1
22822026-05-08T07:43:56.258Z Compiling regress v0.10.5
22832026-05-08T07:43:56.359Z Compiling byte-wrapper v0.1.0
22842026-05-08T07:43:56.515Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22852026-05-08T07:43:56.530Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-05-08T07:43:56.624Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22872026-05-08T07:43:56.671Z Compiling cstr-argument v0.1.2
22882026-05-08T07:43:56.701Z Compiling erased-serde v0.4.9
22892026-05-08T07:43:56.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22902026-05-08T07:43:56.868Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22912026-05-08T07:43:56.980Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-05-08T07:43:57.052Z Compiling num_enum v0.5.11
22932026-05-08T07:43:57.127Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-05-08T07:43:57.200Z Compiling rand v0.10.0
22952026-05-08T07:43:57.289Z Compiling rayon v1.11.0
22962026-05-08T07:43:57.289Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22972026-05-08T07:43:57.321Z Compiling libefi-sys v0.1.0
22982026-05-08T07:43:57.370Z Compiling colored v3.1.1
22992026-05-08T07:43:57.386Z Compiling indent_write v2.2.0
23002026-05-08T07:43:57.421Z Compiling zone_cfg_derive v0.3.1
23012026-05-08T07:43:57.559Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-08T07:43:57.574Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23032026-05-08T07:43:57.681Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23042026-05-08T07:43:57.698Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-05-08T07:43:57.775Z Compiling camino-tempfile v1.4.1
23062026-05-08T07:43:57.949Z Compiling itertools v0.12.1
23072026-05-08T07:43:57.996Z Compiling usdt-attr-macro v0.5.0
23082026-05-08T07:43:58.027Z Compiling usdt-macro v0.5.0
23092026-05-08T07:43:58.057Z Compiling num-derive v0.4.2
23102026-05-08T07:43:58.057Z Compiling bitfield-struct v0.6.2
23112026-05-08T07:43:58.198Z Compiling ordered-float v2.10.1
23122026-05-08T07:43:58.249Z Compiling blake3 v1.8.3
23132026-05-08T07:43:58.500Z Compiling memmap v0.7.0
23142026-05-08T07:43:58.620Z Compiling sigpipe v0.1.3
23152026-05-08T07:43:58.732Z Compiling swrite v0.1.0
23162026-05-08T07:43:58.748Z Compiling glob v0.3.3
23172026-05-08T07:43:58.751Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23182026-05-08T07:43:58.780Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23192026-05-08T07:43:58.783Z Compiling usdt v0.5.0
23202026-05-08T07:43:59.002Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23212026-05-08T07:43:59.023Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23222026-05-08T07:43:59.124Z Compiling serde-value v0.7.0
23232026-05-08T07:43:59.390Z Compiling zone v0.3.1
23242026-05-08T07:43:59.456Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-08T07:43:59.518Z Compiling serde-untagged v0.1.9
23262026-05-08T07:43:59.681Z Compiling toml v0.8.23
23272026-05-08T07:43:59.731Z Compiling smf v0.2.3
23282026-05-08T07:43:59.775Z Compiling filetime v0.2.27
23292026-05-08T07:43:59.800Z Compiling constant_time_eq v0.4.2
23302026-05-08T07:43:59.803Z Compiling arrayref v0.3.9
23312026-05-08T07:43:59.862Z Compiling xattr v1.6.1
23322026-05-08T07:43:59.892Z Compiling same-file v1.0.6
23332026-05-08T07:43:59.911Z Compiling arrayvec v0.7.6
23342026-05-08T07:44:00.005Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-08T07:44:00.005Z Compiling whoami v1.6.1
23362026-05-08T07:44:00.038Z Compiling unicode-xid v0.2.6
23372026-05-08T07:44:00.079Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-08T07:44:00.095Z Compiling walkdir v2.5.0
23392026-05-08T07:44:00.110Z Compiling tar v0.4.45
23402026-05-08T07:44:00.167Z Compiling cargo-util-schemas v0.8.2
23412026-05-08T07:44:00.484Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23422026-05-08T07:44:00.738Z Compiling tokio-dtrace v0.1.1
23432026-05-08T07:44:00.758Z Compiling console v0.16.2
23442026-05-08T07:44:00.839Z Compiling gethostname v0.5.0
23452026-05-08T07:44:00.872Z Compiling cargo-platform v0.2.0
23462026-05-08T07:44:00.949Z Compiling topological-sort v0.2.2
23472026-05-08T07:44:01.002Z Compiling unit-prefix v0.5.2
23482026-05-08T07:44:01.017Z Compiling oxide-tokio-rt v0.1.4
23492026-05-08T07:44:01.083Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23502026-05-08T07:44:01.146Z Compiling indicatif v0.18.4
23512026-05-08T07:44:01.184Z Compiling shell-words v1.1.1
23522026-05-08T07:44:01.346Z Compiling cargo_metadata v0.21.0
23532026-05-08T07:44:10.866Z Compiling progenitor-client v0.10.0
23542026-05-08T07:44:10.866Z Compiling omicron-zone-package v0.12.2
23552026-05-08T07:44:10.900Z Compiling progenitor-client v0.14.0
23562026-05-08T07:44:10.982Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23572026-05-08T07:44:10.982Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23582026-05-08T07:44:11.017Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23592026-05-08T07:44:11.040Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23602026-05-08T07:44:11.314Z Compiling progenitor-extras v0.2.0
23612026-05-08T07:44:11.356Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23622026-05-08T07:44:11.372Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23632026-05-08T07:44:11.399Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23642026-05-08T07:44:11.525Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23652026-05-08T07:44:11.567Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-05-08T07:44:15.873Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23672026-05-08T07:44:23.266Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23682026-05-08T07:44:26.363Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23692026-05-08T07:44:27.334Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23702026-05-08T07:44:36.635Z Finished `release` profile [optimized] target(s) in 1m 39s
23712026-05-08T07:44:36.787Z Running `target/release/omicron-package -t test target create -p dev`
23722026-05-08T07:44:36.850ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732026-05-08T07:44:36.853ZCreated new build target 'test' and set it as active
23742026-05-08T07:44:36.856Z
23752026-05-08T07:44:36.856Zreal 1:39.881825857
23762026-05-08T07:44:36.856Zuser 16:28.058146673
23772026-05-08T07:44:36.856Zsys 2:35.367542788
23782026-05-08T07:44:36.856Ztrap 0.461129702
23792026-05-08T07:44:36.856Ztflt 2.665257119
23802026-05-08T07:44:36.856Zdflt 3.871032193
23812026-05-08T07:44:36.856Zkflt 0.000641500
23822026-05-08T07:44:36.856Zlock 51:42.190441984
23832026-05-08T07:44:36.856Zslp 42:20.057483758
23842026-05-08T07:44:36.857Zlat 43.701708467
23852026-05-08T07:44:36.857Zstop 5:22.157953387
23862026-05-08T07:44:36.857Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23872026-05-08T07:44:37.728Z Finished `release` profile [optimized] target(s) in 0.86s
23882026-05-08T07:44:37.805Z Running `target/release/omicron-package -t test package`
23892026-05-08T07:44:37.864ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-08T07:44:39.260Z Compiling heck v0.5.0
23912026-05-08T07:44:39.260Z Compiling regress v0.11.1
23922026-05-08T07:44:39.260Z Compiling unsafe-libyaml v0.2.11
23932026-05-08T07:44:39.526Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-05-08T07:44:39.547Z Compiling regress v0.10.5
23952026-05-08T07:44:39.576Z Compiling unicode-width v0.1.14
23962026-05-08T07:44:39.579Z Compiling is-terminal v0.4.17
23972026-05-08T07:44:39.619Z Compiling prettyplease v0.2.37
23982026-05-08T07:44:39.619Z Compiling bytecount v0.6.9
23992026-05-08T07:44:39.622Z Compiling rustls v0.22.4
24002026-05-08T07:44:39.622Z Compiling rustls-webpki v0.102.8
24012026-05-08T07:44:39.657Z Compiling derive-where v1.6.0
24022026-05-08T07:44:39.660Z Compiling thread_local v1.1.9
24032026-05-08T07:44:39.679Z Compiling match_cfg v0.1.0
24042026-05-08T07:44:39.682Z Compiling compression-core v0.4.31
24052026-05-08T07:44:39.779Z Compiling multer v3.1.0
24062026-05-08T07:44:39.779Z Compiling slog-async v2.8.0
24072026-05-08T07:44:39.826Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24082026-05-08T07:44:39.850Z Compiling hostname v0.3.1
24092026-05-08T07:44:39.873Z Compiling compression-codecs v0.4.37
24102026-05-08T07:44:39.873Z Compiling crossbeam-channel v0.5.15
24112026-05-08T07:44:39.921Z Compiling slog-json v2.6.1
24122026-05-08T07:44:39.924Z Compiling futures-executor v0.3.32
24132026-05-08T07:44:39.924Z Compiling toml_datetime v1.0.0+spec-1.1.0
24142026-05-08T07:44:39.986Z Compiling serde_yaml v0.9.34+deprecated
24152026-05-08T07:44:40.009Z Compiling serde_spanned v1.0.4
24162026-05-08T07:44:40.039Z Compiling take_mut v0.2.2
24172026-05-08T07:44:40.161Z Compiling term v1.2.1
24182026-05-08T07:44:40.164Z Compiling toml_writer v1.0.6+spec-1.1.0
24192026-05-08T07:44:40.204Z Compiling futures v0.3.32
24202026-05-08T07:44:40.207Z Compiling slog-bunyan v2.5.0
24212026-05-08T07:44:40.229Z Compiling async-compression v0.4.41
24222026-05-08T07:44:40.362Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232026-05-08T07:44:40.388Z Compiling toml v1.0.6+spec-1.1.0
24242026-05-08T07:44:40.418Z Compiling dropshot v0.17.0
24252026-05-08T07:44:40.439Z Compiling async-stream v0.3.6
24262026-05-08T07:44:40.486Z Compiling slog-term v2.9.2
24272026-05-08T07:44:40.523Z Compiling num-rational v0.4.2
24282026-05-08T07:44:40.568Z Compiling progenitor-client v0.14.0
24292026-05-08T07:44:40.636Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24302026-05-08T07:44:40.675Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24312026-05-08T07:44:40.697Z Compiling waitgroup v0.1.2
24322026-05-08T07:44:40.735Z Compiling backon v1.6.0
24332026-05-08T07:44:40.858Z Compiling rustls-pemfile v2.2.0
24342026-05-08T07:44:40.879Z Compiling num-complex v0.4.6
24352026-05-08T07:44:40.900Z Compiling serde_path_to_error v0.1.20
24362026-05-08T07:44:40.902Z Compiling hostname v0.4.2
24372026-05-08T07:44:40.973Z Compiling instant v0.1.13
24382026-05-08T07:44:40.994Z Compiling typify-impl v0.6.2
24392026-05-08T07:44:41.013Z Compiling debug-ignore v1.0.5
24402026-05-08T07:44:41.073Z Compiling backoff v0.4.0
24412026-05-08T07:44:41.095Z Compiling progenitor-extras v0.2.0
24422026-05-08T07:44:41.114Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24432026-05-08T07:44:41.144Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24442026-05-08T07:44:41.305Z Compiling num v0.4.3
24452026-05-08T07:44:41.308Z Compiling parse-display v0.10.0
24462026-05-08T07:44:41.354Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24472026-05-08T07:44:41.375Z Compiling progenitor-client v0.10.0
24482026-05-08T07:44:41.411Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24492026-05-08T07:44:41.443Z Compiling macaddr v1.0.1
24502026-05-08T07:44:41.534Z Compiling float-ord v0.3.2
24512026-05-08T07:44:41.555Z Compiling console v0.15.11
24522026-05-08T07:44:41.676Z Compiling newline-converter v0.3.0
24532026-05-08T07:44:41.697Z Compiling atomicwrites v0.4.4
24542026-05-08T07:44:41.723Z Compiling slog-dtrace v0.3.0
24552026-05-08T07:44:41.841Z Compiling async-recursion v1.1.1
24562026-05-08T07:44:41.898Z Compiling cancel-safe-futures v0.1.5
24572026-05-08T07:44:41.979Z Compiling tokio-rustls v0.25.0
24582026-05-08T07:44:42.034Z Compiling expectorate v1.2.0
24592026-05-08T07:44:42.057Z Compiling owo-colors v4.3.0
24602026-05-08T07:44:42.142Z Compiling libsw-core v0.3.2
24612026-05-08T07:44:42.240Z Compiling resolv-conf v0.7.6
24622026-05-08T07:44:42.285Z Compiling toml v0.8.23
24632026-05-08T07:44:42.357Z Compiling libsw v3.5.0
24642026-05-08T07:44:42.482Z Compiling linear-map v1.2.0
24652026-05-08T07:44:42.575Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-05-08T07:44:42.631Z Compiling minimal-lexical v0.2.1
24672026-05-08T07:44:42.660Z Compiling linked-hash-map v0.5.6
24682026-05-08T07:44:42.842Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24692026-05-08T07:44:42.871Z Compiling nom v7.1.3
24702026-05-08T07:44:42.896Z Compiling lru-cache v0.1.2
24712026-05-08T07:44:42.899Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24722026-05-08T07:44:42.942Z Compiling unicode-xid v0.2.6
24732026-05-08T07:44:42.945Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24742026-05-08T07:44:43.052Z Compiling globset v0.4.18
24752026-05-08T07:44:43.087Z Compiling hickory-proto v0.24.4
24762026-05-08T07:44:43.112Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24772026-05-08T07:44:43.135Z Compiling convert_case v0.10.0
24782026-05-08T07:44:43.435Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24792026-05-08T07:44:43.498Z Compiling derive_more-impl v2.1.1
24802026-05-08T07:44:43.908Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-05-08T07:44:44.274Z Compiling pin-project-internal v1.1.11
24822026-05-08T07:44:44.305Z Compiling derive_more v2.1.1
24832026-05-08T07:44:44.339Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24842026-05-08T07:44:44.414Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24852026-05-08T07:44:44.495Z Compiling typify-macro v0.6.2
24862026-05-08T07:44:44.680Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24872026-05-08T07:44:44.924Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24882026-05-08T07:44:45.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24892026-05-08T07:44:45.311Z Compiling pin-project v1.1.11
24902026-05-08T07:44:45.445Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24912026-05-08T07:44:45.676Z Compiling hickory-resolver v0.24.4
24922026-05-08T07:44:45.775Z Compiling papergrid v0.11.0
24932026-05-08T07:44:45.798Z Compiling tabled_derive v0.7.0
24942026-05-08T07:44:46.031Z Compiling typify v0.6.2
24952026-05-08T07:44:46.345Z Compiling progenitor-impl v0.14.0
24962026-05-08T07:44:46.558Z Compiling pem v3.0.6
24972026-05-08T07:44:46.740Z Compiling snafu-derive v0.8.9
24982026-05-08T07:44:46.863Z Compiling qorb v0.4.1
24992026-05-08T07:44:47.278Z Compiling termtree v0.5.1
25002026-05-08T07:44:47.389Z Compiling tabled v0.15.0
25012026-05-08T07:44:47.485Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25022026-05-08T07:44:48.414Z Compiling snafu v0.8.9
25032026-05-08T07:44:48.582Z Compiling progenitor-macro v0.14.0
25042026-05-08T07:44:48.844Z Compiling crossterm v0.29.0
25052026-05-08T07:44:49.020Z Compiling phf_shared v0.12.1
25062026-05-08T07:44:49.953Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-05-08T07:44:50.564Z Compiling olpc-cjson v0.1.4
25082026-05-08T07:44:50.804Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092026-05-08T07:44:51.019Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25102026-05-08T07:44:51.327Z Compiling serde_plain v1.0.2
25112026-05-08T07:44:51.580Z Compiling csv-core v0.1.13
25122026-05-08T07:44:51.654Z Compiling vte v0.14.1
25132026-05-08T07:44:51.771Z Compiling typed-path v0.9.3
25142026-05-08T07:44:51.821Z Compiling highway v1.3.0
25152026-05-08T07:44:51.909Z Compiling chrono-tz v0.10.4
25162026-05-08T07:44:51.932Z Compiling strip-ansi-escapes v0.2.1
25172026-05-08T07:44:52.022Z Compiling csv v1.4.0
25182026-05-08T07:44:52.163Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25192026-05-08T07:44:52.503Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25202026-05-08T07:44:52.579Z Compiling phf v0.12.1
25212026-05-08T07:44:52.675Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-05-08T07:44:52.714Z Compiling progenitor v0.14.0
25232026-05-08T07:44:52.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242026-05-08T07:44:52.926Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25252026-05-08T07:44:52.967Z Compiling tough v0.20.0
25262026-05-08T07:44:53.018Z Compiling const_format_proc_macros v0.2.34
25272026-05-08T07:44:53.280Z Compiling fd-lock v4.0.4
25282026-05-08T07:44:53.456Z Compiling peg-macros v0.8.5
25292026-05-08T07:44:53.793Z Compiling nu-ansi-term v0.50.3
25302026-05-08T07:44:54.337Z Compiling reedline v0.40.0
25312026-05-08T07:44:54.703Z Compiling const_format v0.2.35
25322026-05-08T07:44:54.757Z Compiling peg v0.8.5
25332026-05-08T07:44:55.204Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-05-08T07:44:55.288Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25352026-05-08T07:44:55.492Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25362026-05-08T07:44:55.680Z Compiling bcs v0.1.6
25372026-05-08T07:44:55.797Z Compiling semver v0.1.20
25382026-05-08T07:44:56.011Z Compiling rustc_version v0.1.7
25392026-05-08T07:44:56.091Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-08T07:44:56.121Z Compiling unicode-linebreak v0.1.5
25412026-05-08T07:44:56.241Z Compiling newtype_derive v0.1.6
25422026-05-08T07:44:56.349Z Compiling humantime v2.3.0
25432026-05-08T07:44:56.374Z Compiling smawk v0.3.2
25442026-05-08T07:44:56.423Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
25452026-05-08T07:44:56.545Z Compiling textwrap v0.16.2
25462026-05-08T07:44:56.682Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-05-08T07:44:56.845Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
25482026-05-08T07:44:57.608Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-08T07:44:58.197Z Compiling base64 v0.21.7
25502026-05-08T07:44:58.201Z Compiling steno v0.4.1
25512026-05-08T07:44:58.241Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-05-08T07:44:58.457Z Compiling progenitor-impl v0.13.0
25532026-05-08T07:44:58.737Z Compiling progenitor-client v0.13.0
25542026-05-08T07:44:59.345Z Compiling utf-8 v0.7.6
25552026-05-08T07:44:59.595Z Compiling tagptr v0.2.0
25562026-05-08T07:44:59.644Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-08T07:44:59.796Z Compiling moka v0.12.13
25582026-05-08T07:44:59.838Z Compiling tungstenite v0.21.0
25592026-05-08T07:44:59.885Z Compiling radium v0.7.0
25602026-05-08T07:45:00.210Z Compiling maybe-uninit v2.0.0
25612026-05-08T07:45:00.501Z Compiling tokio-tungstenite v0.21.0
25622026-05-08T07:45:00.603Z Compiling progenitor-macro v0.13.0
25632026-05-08T07:45:00.835Z Compiling tap v1.0.1
25642026-05-08T07:45:00.878Z Compiling hickory-resolver v0.25.2
25652026-05-08T07:45:00.983Z Compiling wyz v0.5.1
25662026-05-08T07:45:01.228Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25672026-05-08T07:45:01.360Z Compiling zerocopy-derive v0.6.6
25682026-05-08T07:45:01.380Z Compiling funty v2.0.0
25692026-05-08T07:45:01.978Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25702026-05-08T07:45:03.138Z Compiling display-error-chain v0.2.2
25712026-05-08T07:45:03.140Z Compiling crc-catalog v2.4.0
25722026-05-08T07:45:03.141Z Compiling packed_struct v0.10.1
25732026-05-08T07:45:03.141Z Compiling crc v3.4.0
25742026-05-08T07:45:03.141Z Compiling zerocopy v0.6.6
25752026-05-08T07:45:03.141Z Compiling bitvec v1.0.1
25762026-05-08T07:45:03.354Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-05-08T07:45:03.481Z Compiling packed_struct_codegen v0.10.1
25782026-05-08T07:45:04.495Z Compiling num-derive v0.3.3
25792026-05-08T07:45:04.517Z Compiling bitfield-macros v0.19.4
25802026-05-08T07:45:04.634Z Compiling progenitor v0.13.0
25812026-05-08T07:45:04.676Z Compiling proc-macro-error-attr2 v2.0.0
25822026-05-08T07:45:04.824Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-08T07:45:05.088Z Compiling indexmap v1.9.3
25842026-05-08T07:45:05.221Z Compiling nodrop v0.1.14
25852026-05-08T07:45:05.366Z Compiling array-init v0.0.4
25862026-05-08T07:45:05.388Z Compiling libscf-sys v1.1.0
25872026-05-08T07:45:05.411Z Compiling bitfield v0.19.4
25882026-05-08T07:45:05.564Z Compiling proc-macro-error2 v2.0.1
25892026-05-08T07:45:05.732Z Compiling smallvec v0.6.14
25902026-05-08T07:45:05.767Z Compiling typify-impl v0.4.3
25912026-05-08T07:45:05.874Z Compiling hashbrown v0.12.3
25922026-05-08T07:45:06.008Z Compiling serde-hex v0.1.0
25932026-05-08T07:45:06.176Z Compiling tabled_derive v0.11.0
25942026-05-08T07:45:06.317Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-05-08T07:45:06.747Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25962026-05-08T07:45:06.984Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-05-08T07:45:07.005Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-05-08T07:45:07.029Z Compiling ron v0.8.1
25992026-05-08T07:45:07.194Z Compiling papergrid v0.17.0
26002026-05-08T07:45:07.217Z Compiling testing_table v0.3.0
26012026-05-08T07:45:07.380Z Compiling hashbrown v0.13.2
26022026-05-08T07:45:07.660Z Compiling vergen-gitcl v1.0.8
26032026-05-08T07:45:07.684Z Compiling dirs-sys-next v0.1.2
26042026-05-08T07:45:07.703Z Compiling maplit v1.0.2
26052026-05-08T07:45:07.827Z Compiling crunchy v0.2.4
26062026-05-08T07:45:07.892Z Compiling diesel_derives v2.3.7
26072026-05-08T07:45:07.959Z Compiling crc-any v2.5.0
26082026-05-08T07:45:07.996Z Compiling glob v0.3.3
26092026-05-08T07:45:08.185Z Compiling object v0.30.4
26102026-05-08T07:45:08.232Z Compiling dirs-next v2.0.0
26112026-05-08T07:45:08.262Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-05-08T07:45:08.381Z Compiling clang-sys v1.8.1
26132026-05-08T07:45:08.403Z Compiling tabled v0.20.0
26142026-05-08T07:45:08.427Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-05-08T07:45:08.777Z Compiling dsl_auto_type v0.2.0
26162026-05-08T07:45:08.799Z Compiling scheduled-thread-pool v0.2.7
26172026-05-08T07:45:08.953Z Compiling diesel_table_macro_syntax v0.3.0
26182026-05-08T07:45:09.182Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-05-08T07:45:09.279Z Compiling typify-macro v0.4.3
26202026-05-08T07:45:09.332Z Compiling tiny-keccak v2.0.2
26212026-05-08T07:45:09.395Z Compiling path-slash v0.1.5
26222026-05-08T07:45:09.427Z Compiling xshell-macros v0.2.7
26232026-05-08T07:45:09.542Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26242026-05-08T07:45:09.617Z Compiling r2d2 v0.8.10
26252026-05-08T07:45:09.826Z Compiling xshell v0.2.7
26262026-05-08T07:45:09.878Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272026-05-08T07:45:09.908Z Compiling term v0.7.0
26282026-05-08T07:45:10.451Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26292026-05-08T07:45:10.530Z Compiling bit-vec v0.6.3
26302026-05-08T07:45:10.776Z Compiling downcast-rs v2.0.2
26312026-05-08T07:45:10.795Z Compiling bit-set v0.5.3
26322026-05-08T07:45:10.982Z Compiling ascii-canvas v3.0.0
26332026-05-08T07:45:11.161Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26342026-05-08T07:45:11.203Z Compiling itertools v0.10.5
26352026-05-08T07:45:11.250Z Compiling ena v0.14.4
26362026-05-08T07:45:11.503Z Compiling libloading v0.8.9
26372026-05-08T07:45:11.737Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26382026-05-08T07:45:12.295Z Compiling crc8 v0.1.1
26392026-05-08T07:45:12.361Z Compiling regex-syntax v0.6.29
26402026-05-08T07:45:12.438Z Compiling bindgen v0.71.1
26412026-05-08T07:45:12.815Z Compiling diff v0.1.13
26422026-05-08T07:45:12.843Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26432026-05-08T07:45:12.985Z Compiling unicase v2.9.0
26442026-05-08T07:45:13.309Z Compiling typify v0.4.3
26452026-05-08T07:45:13.461Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26462026-05-08T07:45:13.483Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26472026-05-08T07:45:13.919Z Compiling lalrpop v0.19.12
26482026-05-08T07:45:14.035Z Compiling cexpr v0.6.0
26492026-05-08T07:45:14.125Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-05-08T07:45:14.168Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26512026-05-08T07:45:14.278Z Compiling diesel v2.3.7
26522026-05-08T07:45:14.299Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26532026-05-08T07:45:14.364Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26542026-05-08T07:45:14.754Z Compiling headers-core v0.3.0
26552026-05-08T07:45:14.886Z Compiling libxml v0.3.3
26562026-05-08T07:45:15.022Z Compiling headers v0.4.1
26572026-05-08T07:45:15.185Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26582026-05-08T07:45:16.152Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26592026-05-08T07:45:16.249Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26602026-05-08T07:45:16.376Z Compiling strum_macros v0.24.3
26612026-05-08T07:45:16.400Z Compiling indoc v1.0.9
26622026-05-08T07:45:16.842Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26632026-05-08T07:45:16.865Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26642026-05-08T07:45:17.075Z Compiling derive_builder v0.20.2
26652026-05-08T07:45:17.249Z Compiling oso-derive v0.27.3
26662026-05-08T07:45:17.614Z Compiling quick-xml v0.37.5
26672026-05-08T07:45:17.634Z Compiling impl-trait-for-tuples v0.2.3
26682026-05-08T07:45:17.678Z Compiling openssl-probe v0.1.6
26692026-05-08T07:45:17.809Z Compiling half v1.8.3
26702026-05-08T07:45:18.021Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26712026-05-08T07:45:18.253Z Compiling serde_cbor v0.11.2
26722026-05-08T07:45:18.641Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26732026-05-08T07:45:18.785Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26742026-05-08T07:45:18.821Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26752026-05-08T07:45:18.845Z Compiling bb8 v0.8.6
26762026-05-08T07:45:18.920Z Compiling trait-variant v0.1.2
26772026-05-08T07:45:19.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26782026-05-08T07:45:19.262Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-05-08T07:45:19.289Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26802026-05-08T07:45:19.349Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26812026-05-08T07:45:19.376Z Compiling samael v0.0.19
26822026-05-08T07:45:19.476Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26832026-05-08T07:45:19.593Z Compiling fxhash v0.2.1
26842026-05-08T07:45:19.596Z Compiling salty v0.3.0
26852026-05-08T07:45:19.920Z Compiling progenitor-impl v0.10.0
26862026-05-08T07:45:20.001Z Compiling progenitor-impl v0.11.2
26872026-05-08T07:45:20.103Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26882026-05-08T07:45:20.311Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26892026-05-08T07:45:20.422Z Compiling kstat-rs v0.2.4
26902026-05-08T07:45:20.702Z Compiling libz-sys v1.1.24
26912026-05-08T07:45:20.906Z Compiling nonempty v0.12.0
26922026-05-08T07:45:21.055Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26932026-05-08T07:45:21.139Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-05-08T07:45:21.345Z Compiling polar-core v0.27.3
26952026-05-08T07:45:22.057Z Compiling progenitor-macro v0.10.0
26962026-05-08T07:45:22.164Z Compiling progenitor-macro v0.11.2
26972026-05-08T07:45:23.452Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26982026-05-08T07:45:24.705Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26992026-05-08T07:45:25.753Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27002026-05-08T07:45:26.101Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27012026-05-08T07:45:26.244Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-05-08T07:45:26.848Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27032026-05-08T07:45:27.518Z Compiling progenitor-client v0.11.2
27042026-05-08T07:45:28.054Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-05-08T07:45:29.106Z Compiling darling_core v0.23.0
27062026-05-08T07:45:29.677Z Compiling nanorand v0.7.0
27072026-05-08T07:45:30.078Z Compiling arc-swap v1.8.2
27082026-05-08T07:45:30.457Z Compiling oso v0.27.3
27092026-05-08T07:45:30.718Z Compiling fs-err v2.11.0
27102026-05-08T07:45:31.184Z Compiling parking_lot_core v0.8.6
27112026-05-08T07:45:31.460Z Compiling async-bb8-diesel v0.2.1
27122026-05-08T07:45:31.925Z Compiling diesel-dtrace v0.5.0
27132026-05-08T07:45:32.078Z Compiling darling_macro v0.23.0
27142026-05-08T07:45:32.261Z Compiling mime_guess v2.0.5
27152026-05-08T07:45:32.604Z Compiling slog-scope v4.4.1
27162026-05-08T07:45:32.703Z Compiling flume v0.11.1
27172026-05-08T07:45:32.781Z Compiling progenitor v0.11.2
27182026-05-08T07:45:32.966Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-08T07:45:33.060Z Compiling progenitor v0.10.0
27202026-05-08T07:45:33.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27212026-05-08T07:45:33.251Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222026-05-08T07:45:34.788Z Compiling primeorder v0.13.6
27232026-05-08T07:45:35.251Z Compiling git-stub v1.0.0
27242026-05-08T07:45:35.324Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-05-08T07:45:35.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27262026-05-08T07:45:35.499Z Compiling instability v0.3.11
27272026-05-08T07:45:35.529Z Compiling git-stub-vcs v0.1.0
27282026-05-08T07:45:35.634Z Compiling p384 v0.13.1
27292026-05-08T07:45:35.786Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-05-08T07:45:36.319Z Compiling slog-stdlog v4.1.1
27312026-05-08T07:45:36.792Z Compiling darling v0.23.0
27322026-05-08T07:45:37.032Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-05-08T07:45:37.066Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-05-08T07:45:37.159Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-05-08T07:45:37.334Z Compiling ignore v0.4.25
27362026-05-08T07:45:37.739Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-08T07:45:37.782Z Compiling castaway v0.2.4
27382026-05-08T07:45:37.938Z Compiling atty v0.2.14
27392026-05-08T07:45:38.106Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27402026-05-08T07:45:38.236Z Compiling indoc v2.0.7
27412026-05-08T07:45:38.345Z Compiling http-range v0.1.5
27422026-05-08T07:45:38.686Z Compiling parse-size v1.1.0
27432026-05-08T07:45:38.918Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-08T07:45:39.170Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-08T07:45:39.482Z Compiling globwalk v0.9.1
27462026-05-08T07:45:40.177Z Compiling compact_str v0.8.1
27472026-05-08T07:45:40.572Z Compiling parking_lot v0.11.2
27482026-05-08T07:45:41.313Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-05-08T07:45:41.494Z Compiling slog-envlogger v2.2.0
27502026-05-08T07:45:42.338Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27512026-05-08T07:45:42.804Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27522026-05-08T07:45:43.011Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27532026-05-08T07:45:43.036Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27542026-05-08T07:45:43.061Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
27552026-05-08T07:45:43.420Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-05-08T07:45:43.552Z Compiling predicates-tree v1.0.13
27572026-05-08T07:45:43.872Z Compiling unicode-truncate v1.1.0
27582026-05-08T07:45:43.900Z Compiling lru v0.12.5
27592026-05-08T07:45:44.040Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27602026-05-08T07:45:44.043Z Compiling rand_seeder v0.4.0
27612026-05-08T07:45:44.084Z Compiling prefix-trie v0.7.0
27622026-05-08T07:45:44.136Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27632026-05-08T07:45:44.323Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-05-08T07:45:44.399Z Compiling vergen-git2 v1.0.7
27652026-05-08T07:45:44.538Z Compiling corncobs v0.1.4
27662026-05-08T07:45:44.573Z Compiling cassowary v0.3.0
27672026-05-08T07:45:44.603Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-08T07:45:44.668Z Compiling hickory-server v0.25.2
27692026-05-08T07:45:44.785Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-08T07:45:44.836Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-05-08T07:45:44.915Z Compiling ratatui v0.29.0
27722026-05-08T07:45:44.956Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27732026-05-08T07:45:45.044Z Compiling camino-tempfile-ext v0.3.3
27742026-05-08T07:45:45.509Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-05-08T07:45:45.693Z Compiling hyper-staticfile v0.10.1
27762026-05-08T07:45:45.715Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27772026-05-08T07:45:45.822Z Compiling sled v0.34.7
27782026-05-08T07:45:46.655Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27792026-05-08T07:45:46.904Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27802026-05-08T07:45:47.312Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27812026-05-08T07:45:48.602Z Compiling secrecy v0.8.0
27822026-05-08T07:45:48.807Z Compiling rustls v0.21.12
27832026-05-08T07:45:49.028Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27842026-05-08T07:45:49.771Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27852026-05-08T07:45:50.460Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27862026-05-08T07:45:50.589Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27872026-05-08T07:45:51.741Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27882026-05-08T07:45:51.864Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-05-08T07:45:52.348Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27902026-05-08T07:45:52.505Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27912026-05-08T07:45:53.232Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27922026-05-08T07:45:53.748Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-05-08T07:45:53.975Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27942026-05-08T07:45:54.206Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27952026-05-08T07:45:54.436Z Compiling rustls-webpki v0.101.7
27962026-05-08T07:45:54.691Z Compiling sct v0.7.1
27972026-05-08T07:45:54.950Z Compiling nix v0.29.0
27982026-05-08T07:45:54.972Z Compiling dropshot v0.16.7
27992026-05-08T07:45:55.212Z Compiling void v1.0.2
28002026-05-08T07:45:55.333Z Compiling lzss v0.8.2
28012026-05-08T07:45:55.502Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-08T07:45:55.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-08T07:45:56.123Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-05-08T07:45:56.211Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28052026-05-08T07:45:57.104Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28062026-05-08T07:45:57.513Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28072026-05-08T07:45:57.760Z Compiling tungstenite v0.23.0
28082026-05-08T07:45:57.845Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-05-08T07:45:58.022Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-05-08T07:45:58.258Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-05-08T07:45:58.470Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-05-08T07:45:58.493Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-05-08T07:45:58.696Z Compiling toml v0.9.12+spec-1.1.0
28142026-05-08T07:45:58.723Z Compiling nix v0.27.1
28152026-05-08T07:45:59.569Z Compiling dropshot_endpoint v0.16.7
28162026-05-08T07:45:59.799Z Compiling serde_bytes v0.11.19
28172026-05-08T07:45:59.962Z Compiling tokio-tungstenite v0.23.1
28182026-05-08T07:46:00.094Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28192026-05-08T07:46:00.151Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-08T07:46:00.340Z Compiling tokio-rustls v0.24.1
28212026-05-08T07:46:01.071Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28222026-05-08T07:46:01.266Z Compiling git2 v0.20.4
28232026-05-08T07:46:02.861Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28242026-05-08T07:46:04.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28252026-05-08T07:46:05.198Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28262026-05-08T07:46:05.670Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28272026-05-08T07:46:05.901Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28282026-05-08T07:46:06.104Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28292026-05-08T07:46:06.354Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-05-08T07:46:07.892Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28312026-05-08T07:46:08.845Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-05-08T07:46:09.132Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28332026-05-08T07:46:09.255Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28342026-05-08T07:46:09.698Z Compiling rustls-pemfile v1.0.4
28352026-05-08T07:46:10.136Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28362026-05-08T07:46:10.217Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28372026-05-08T07:46:11.085Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28382026-05-08T07:46:11.618Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28392026-05-08T07:46:13.511Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28402026-05-08T07:46:13.669Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28412026-05-08T07:46:13.700Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-05-08T07:46:13.722Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28432026-05-08T07:46:13.936Z Compiling signal-hook-tokio v0.3.1
28442026-05-08T07:46:14.133Z Compiling twox-hash v2.1.2
28452026-05-08T07:46:14.534Z Compiling yasna v0.5.2
28462026-05-08T07:46:14.566Z Compiling is_ci v1.2.0
28472026-05-08T07:46:14.787Z Compiling supports-color v3.0.2
28482026-05-08T07:46:15.079Z Compiling rcgen v0.12.1
28492026-05-08T07:46:15.195Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28502026-05-08T07:46:15.463Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28512026-05-08T07:46:15.542Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28522026-05-08T07:46:15.887Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-05-08T07:46:16.004Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-05-08T07:46:16.081Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28552026-05-08T07:46:16.364Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28562026-05-08T07:46:17.309Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-05-08T07:46:17.911Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28582026-05-08T07:46:19.480Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28592026-05-08T07:46:19.564Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28602026-05-08T07:46:19.815Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28612026-05-08T07:46:20.046Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-05-08T07:46:20.274Z Compiling fatfs v0.3.6
28632026-05-08T07:46:20.417Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-05-08T07:46:20.927Z Compiling subprocess v0.2.15
28652026-05-08T07:46:21.350Z Compiling rtoolbox v0.0.3
28662026-05-08T07:46:21.478Z Compiling seq-macro v0.3.6
28672026-05-08T07:46:21.628Z Compiling assert_matches v1.5.0
28682026-05-08T07:46:21.739Z Compiling rpassword v7.4.0
28692026-05-08T07:46:21.970Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28702026-05-08T07:46:22.059Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28712026-05-08T07:46:23.157Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28722026-05-08T07:46:23.287Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28732026-05-08T07:46:23.426Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28742026-05-08T07:46:24.119Z Compiling tui-tree-widget v0.23.1
28752026-05-08T07:46:24.144Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28762026-05-08T07:46:24.408Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28772026-05-08T07:46:24.773Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28782026-05-08T07:46:24.935Z Compiling uzers v0.12.2
28792026-05-08T07:46:25.824Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-05-08T07:46:26.454Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28812026-05-08T07:46:27.453Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28822026-05-08T07:46:28.658Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28832026-05-08T07:46:30.724Z Compiling support-bundle-viewer v0.1.2
28842026-05-08T07:46:32.186Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28852026-05-08T07:46:32.634Z Compiling multimap v0.10.1
28862026-05-08T07:46:40.331Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28872026-05-08T07:46:41.382Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28882026-05-08T07:46:51.759Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28892026-05-08T07:46:53.654Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28902026-05-08T07:52:02.705Z Finished `release` profile [optimized] target(s) in 7m 24s
28912026-05-08T07:52:46.826Z
28922026-05-08T07:52:46.826Zreal 8:09.945893010
28932026-05-08T07:52:46.829Zuser 1:17:18.662002435
28942026-05-08T07:52:46.829Zsys 3:29.578347534
28952026-05-08T07:52:46.829Ztrap 1.759821606
28962026-05-08T07:52:46.830Ztflt 2.339092377
28972026-05-08T07:52:46.830Zdflt 16.147431813
28982026-05-08T07:52:46.830Zkflt 0.053286726
28992026-05-08T07:52:46.830Zlock 6:25:46.432786239
29002026-05-08T07:52:46.830Zslp 2:12:47.179930175
29012026-05-08T07:52:46.830Zlat 2:28.605719096
29022026-05-08T07:52:46.830Zstop 5:21.385597560
29032026-05-08T07:52:46.830Z+ mapfile -t packages
29042026-05-08T07:52:46.830Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29052026-05-08T07:52:47.758Z Finished `release` profile [optimized] target(s) in 0.92s
29062026-05-08T07:52:47.831Z Running `target/release/omicron-package -t test list-outputs`
29072026-05-08T07:52:47.891ZLogging to: /work/oxidecomputer/omicron/out/LOG
29082026-05-08T07:52:47.895Z+ ptime -m cargo build --locked --release -p xtask
29092026-05-08T07:52:48.428Z Compiling libc v0.2.185
29102026-05-08T07:52:48.428Z Compiling serde v1.0.228
29112026-05-08T07:52:48.428Z Compiling serde_core v1.0.228
29122026-05-08T07:52:48.431Z Compiling rustix v1.1.3
29132026-05-08T07:52:48.431Z Compiling serde_json v1.0.149
29142026-05-08T07:52:48.431Z Compiling bitflags v2.11.0
29152026-05-08T07:52:48.572Z Compiling num-traits v0.2.19
29162026-05-08T07:52:48.582Z Compiling syn v2.0.117
29172026-05-08T07:52:48.591Z Compiling smallvec v1.15.1
29182026-05-08T07:52:48.614Z Compiling indexmap v2.14.0
29192026-05-08T07:52:48.614Z Compiling usdt-impl v0.5.0
29202026-05-08T07:52:48.636Z Compiling syn v1.0.109
29212026-05-08T07:52:48.646Z Compiling getrandom v0.4.1
29222026-05-08T07:52:48.650Z Compiling percent-encoding v2.3.2
29232026-05-08T07:52:48.762Z Compiling log v0.4.29
29242026-05-08T07:52:48.875Z Compiling form_urlencoded v1.2.2
29252026-05-08T07:52:49.002Z Compiling fs-err v3.3.0
29262026-05-08T07:52:49.012Z Compiling anyhow v1.0.102
29272026-05-08T07:52:49.015Z Compiling heck v0.4.1
29282026-05-08T07:52:49.024Z Compiling once_cell v1.21.3
29292026-05-08T07:52:49.272Z Compiling errno v0.3.14
29302026-05-08T07:52:49.272Z Compiling thread-id v4.2.2
29312026-05-08T07:52:49.275Z Compiling memmap v0.7.0
29322026-05-08T07:52:49.571Z Compiling ordered-float v2.10.1
29332026-05-08T07:52:50.117Z Compiling proc-macro-error v1.0.4
29342026-05-08T07:52:50.275Z Compiling terminal_size v0.4.3
29352026-05-08T07:52:50.275Z Compiling tempfile v3.25.0
29362026-05-08T07:52:50.362Z Compiling tabled_derive v0.7.0
29372026-05-08T07:52:50.373Z Compiling clap_builder v4.5.60
29382026-05-08T07:52:50.376Z Compiling textwrap v0.16.2
29392026-05-08T07:52:50.507Z Compiling camino-tempfile v1.4.1
29402026-05-08T07:52:51.030Z Compiling tabled v0.15.0
29412026-05-08T07:52:51.071Z Compiling synstructure v0.13.2
29422026-05-08T07:52:51.071Z Compiling pest_generator v2.8.6
29432026-05-08T07:52:51.462Z Compiling serde_derive v1.0.228
29442026-05-08T07:52:51.463Z Compiling zerofrom-derive v0.1.6
29452026-05-08T07:52:51.466Z Compiling yoke-derive v0.8.1
29462026-05-08T07:52:51.466Z Compiling zerovec-derive v0.11.2
29472026-05-08T07:52:51.466Z Compiling displaydoc v0.2.5
29482026-05-08T07:52:51.466Z Compiling thiserror-impl v1.0.69
29492026-05-08T07:52:51.466Z Compiling zerocopy-derive v0.7.35
29502026-05-08T07:52:51.466Z Compiling scroll_derive v0.12.1
29512026-05-08T07:52:51.466Z Compiling thiserror-impl v2.0.18
29522026-05-08T07:52:51.466Z Compiling clap_derive v4.5.55
29532026-05-08T07:52:51.628Z Compiling pest_derive v2.8.6
29542026-05-08T07:52:52.163Z Compiling scroll v0.12.0
29552026-05-08T07:52:52.354Z Compiling zerocopy v0.7.35
29562026-05-08T07:52:52.467Z Compiling goblin v0.8.2
29572026-05-08T07:52:52.519Z Compiling zerofrom v0.1.6
29582026-05-08T07:52:52.562Z Compiling thiserror v1.0.69
29592026-05-08T07:52:52.666Z Compiling yoke v0.8.1
29602026-05-08T07:52:52.678Z Compiling dtrace-parser v0.2.0
29612026-05-08T07:52:52.799Z Compiling thiserror v2.0.18
29622026-05-08T07:52:52.884Z Compiling zerovec v0.11.5
29632026-05-08T07:52:52.937Z Compiling zerotrie v0.2.3
29642026-05-08T07:52:53.228Z Compiling clap v4.5.60
29652026-05-08T07:52:53.545Z Compiling tinystr v0.8.2
29662026-05-08T07:52:53.745Z Compiling icu_locale_core v2.1.1
29672026-05-08T07:52:53.770Z Compiling potential_utf v0.1.4
29682026-05-08T07:52:53.972Z Compiling icu_collections v2.1.1
29692026-05-08T07:52:54.583Z Compiling icu_provider v2.1.1
29702026-05-08T07:52:54.917Z Compiling icu_properties v2.1.2
29712026-05-08T07:52:54.920Z Compiling icu_normalizer v2.1.1
29722026-05-08T07:52:55.008Z Compiling serde_spanned v0.6.9
29732026-05-08T07:52:55.151Z Compiling toml_datetime v0.6.11
29742026-05-08T07:52:55.196Z Compiling dof v0.3.0
29752026-05-08T07:52:55.247Z Compiling serde_tokenstream v0.2.3
29762026-05-08T07:52:55.441Z Compiling toml_edit v0.22.27
29772026-05-08T07:52:55.564Z Compiling serde-value v0.7.0
29782026-05-08T07:52:55.576Z Compiling cargo-platform v0.2.0
29792026-05-08T07:52:55.588Z Compiling macaddr v1.0.1
29802026-05-08T07:52:55.894Z Compiling idna_adapter v1.2.1
29812026-05-08T07:52:56.013Z Compiling idna v1.1.0
29822026-05-08T07:52:56.095Z Compiling usdt-attr-macro v0.5.0
29832026-05-08T07:52:56.133Z Compiling usdt-macro v0.5.0
29842026-05-08T07:52:56.384Z Compiling url v2.5.8
29852026-05-08T07:52:56.765Z Compiling usdt v0.5.0
29862026-05-08T07:52:57.005Z Compiling toml v0.8.23
29872026-05-08T07:52:57.428Z Compiling cargo-util-schemas v0.8.2
29882026-05-08T07:52:57.428Z Compiling cargo_toml v0.21.0
29892026-05-08T07:52:58.443Z Compiling cargo_metadata v0.21.0
29902026-05-08T07:53:01.509Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29912026-05-08T07:53:04.505Z Finished `release` profile [optimized] target(s) in 16.60s
29922026-05-08T07:53:04.631Z
29932026-05-08T07:53:04.631Zreal 16.703450064
29942026-05-08T07:53:04.634Zuser 2:21.344874754
29952026-05-08T07:53:04.634Zsys 16.773493583
29962026-05-08T07:53:04.634Ztrap 0.097309240
29972026-05-08T07:53:04.634Ztflt 0.473744616
29982026-05-08T07:53:04.634Zdflt 1.623700705
29992026-05-08T07:53:04.634Zkflt 0.000041340
30002026-05-08T07:53:04.634Zlock 5:19.045005780
30012026-05-08T07:53:04.634Zslp 3:26.523325917
30022026-05-08T07:53:04.634Zlat 6.736021220
30032026-05-08T07:53:04.634Zstop 18.599846845
30042026-05-08T07:53:04.634Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-05-08T07:53:04.634Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30062026-05-08T07:53:04.635Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-05-08T07:53:04.635Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30082026-05-08T07:53:04.635Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30092026-05-08T07:53:05.565Z Compiling newtype-uuid-macros v0.1.0
30102026-05-08T07:53:05.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30112026-05-08T07:53:05.568Z Compiling regress v0.10.5
30122026-05-08T07:53:05.568Z Compiling structmeta-derive v0.3.0
30132026-05-08T07:53:05.568Z Compiling rustls v0.22.4
30142026-05-08T07:53:05.568Z Compiling rustls-webpki v0.102.8
30152026-05-08T07:53:05.568Z Compiling multer v3.1.0
30162026-05-08T07:53:05.709Z Compiling compression-core v0.4.31
30172026-05-08T07:53:05.713Z Compiling match_cfg v0.1.0
30182026-05-08T07:53:05.713Z Compiling debug-ignore v1.0.5
30192026-05-08T07:53:05.713Z Compiling progenitor-client v0.14.0
30202026-05-08T07:53:05.776Z Compiling slog-json v2.6.1
30212026-05-08T07:53:05.779Z Compiling async-stream-impl v0.3.6
30222026-05-08T07:53:05.789Z Compiling serde_spanned v1.0.4
30232026-05-08T07:53:05.806Z Compiling toml_datetime v1.0.0+spec-1.1.0
30242026-05-08T07:53:05.810Z Compiling dropshot v0.17.0
30252026-05-08T07:53:05.814Z Compiling hostname v0.3.1
30262026-05-08T07:53:05.838Z Compiling toml_writer v1.0.6+spec-1.1.0
30272026-05-08T07:53:05.963Z Compiling compression-codecs v0.4.37
30282026-05-08T07:53:06.047Z Compiling itertools v0.14.0
30292026-05-08T07:53:06.050Z Compiling waitgroup v0.1.2
30302026-05-08T07:53:06.071Z Compiling rustls-pemfile v2.2.0
30312026-05-08T07:53:06.174Z Compiling async-compression v0.4.41
30322026-05-08T07:53:06.196Z Compiling toml v1.0.6+spec-1.1.0
30332026-05-08T07:53:06.228Z Compiling slog-bunyan v2.5.0
30342026-05-08T07:53:06.231Z Compiling dropshot_endpoint v0.17.0
30352026-05-08T07:53:06.299Z Compiling serde_path_to_error v0.1.20
30362026-05-08T07:53:06.300Z Compiling hostname v0.4.2
30372026-05-08T07:53:06.335Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30382026-05-08T07:53:06.362Z Compiling macaddr v1.0.1
30392026-05-08T07:53:06.392Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-05-08T07:53:06.466Z Compiling instant v0.1.13
30412026-05-08T07:53:06.484Z Compiling progenitor-client v0.10.0
30422026-05-08T07:53:06.501Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-05-08T07:53:06.501Z Compiling async-stream v0.3.6
30442026-05-08T07:53:06.533Z Compiling backon v1.6.0
30452026-05-08T07:53:06.550Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-05-08T07:53:06.596Z Compiling backoff v0.4.0
30472026-05-08T07:53:06.613Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30482026-05-08T07:53:06.690Z Compiling universal-hash v0.5.1
30492026-05-08T07:53:06.712Z Compiling progenitor-extras v0.2.0
30502026-05-08T07:53:06.763Z Compiling opaque-debug v0.3.1
30512026-05-08T07:53:06.780Z Compiling half v2.7.1
30522026-05-08T07:53:06.812Z Compiling unsafe-libyaml v0.2.11
30532026-05-08T07:53:06.832Z Compiling ciborium-io v0.2.2
30542026-05-08T07:53:06.848Z Compiling crucible-workspace-hack v0.1.0
30552026-05-08T07:53:06.851Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-08T07:53:06.884Z Compiling convert_case v0.4.0
30572026-05-08T07:53:06.952Z Compiling regress v0.11.1
30582026-05-08T07:53:06.985Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-05-08T07:53:07.003Z Compiling aead v0.5.2
30602026-05-08T07:53:07.025Z Compiling secrecy v0.10.3
30612026-05-08T07:53:07.090Z Compiling ciborium-ll v0.2.2
30622026-05-08T07:53:07.107Z Compiling structmeta v0.3.0
30632026-05-08T07:53:07.149Z Compiling poly1305 v0.8.0
30642026-05-08T07:53:07.203Z Compiling chacha20 v0.9.1
30652026-05-08T07:53:07.220Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30662026-05-08T07:53:07.236Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30672026-05-08T07:53:07.265Z Compiling ciborium v0.2.2
30682026-05-08T07:53:07.283Z Compiling derive_more v0.99.20
30692026-05-08T07:53:07.335Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30702026-05-08T07:53:07.361Z Compiling derive-ex v0.1.8
30712026-05-08T07:53:07.384Z Compiling parse-display-derive v0.10.0
30722026-05-08T07:53:07.484Z Compiling serde_yaml v0.9.34+deprecated
30732026-05-08T07:53:07.532Z Compiling thiserror-impl-no-std v2.0.2
30742026-05-08T07:53:07.551Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30752026-05-08T07:53:07.610Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30762026-05-08T07:53:07.627Z Compiling byte-wrapper v0.1.0
30772026-05-08T07:53:07.696Z Compiling password-hash v0.5.0
30782026-05-08T07:53:07.723Z Compiling blake2 v0.10.6
30792026-05-08T07:53:07.872Z Compiling chacha20poly1305 v0.10.1
30802026-05-08T07:53:07.926Z Compiling indent_write v2.2.0
30812026-05-08T07:53:07.999Z Compiling tokio-rustls v0.25.0
30822026-05-08T07:53:08.050Z Compiling argon2 v0.5.3
30832026-05-08T07:53:08.067Z Compiling heapless v0.8.0
30842026-05-08T07:53:08.094Z Compiling ingot-macros v0.1.1
30852026-05-08T07:53:08.131Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-05-08T07:53:08.334Z Compiling hash32 v0.3.1
30872026-05-08T07:53:08.519Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-05-08T07:53:08.609Z Compiling typify-impl v0.6.2
30892026-05-08T07:53:08.787Z Compiling thiserror-no-std v2.0.2
30902026-05-08T07:53:08.825Z Compiling smoltcp v0.11.0
30912026-05-08T07:53:08.910Z Compiling vsss-rs v3.3.4
30922026-05-08T07:53:08.974Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-05-08T07:53:09.019Z Compiling proc-macro-crate v3.4.0
30942026-05-08T07:53:09.156Z Compiling test-strategy v0.4.5
30952026-05-08T07:53:09.181Z Compiling parse-display v0.10.0
30962026-05-08T07:53:09.280Z Compiling tabwriter v1.4.1
30972026-05-08T07:53:09.299Z Compiling num-rational v0.4.2
30982026-05-08T07:53:09.318Z Compiling cobs v0.3.0
30992026-05-08T07:53:09.518Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31002026-05-08T07:53:09.535Z Compiling num-complex v0.4.6
31012026-05-08T07:53:09.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31022026-05-08T07:53:09.549Z Compiling postcard v1.1.3
31032026-05-08T07:53:09.620Z Compiling num_enum_derive v0.7.5
31042026-05-08T07:53:09.644Z Compiling proc-macro-error v1.0.4
31052026-05-08T07:53:09.790Z Compiling proc-macro-crate v1.3.1
31062026-05-08T07:53:09.882Z Compiling num v0.4.3
31072026-05-08T07:53:09.919Z Compiling foreign-types-macros v0.2.3
31082026-05-08T07:53:09.947Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31092026-05-08T07:53:09.963Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31102026-05-08T07:53:09.983Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-05-08T07:53:10.002Z Compiling rayon-core v1.13.0
31122026-05-08T07:53:10.005Z Compiling foreign-types-shared v0.3.1
31132026-05-08T07:53:10.137Z Compiling float-ord v0.3.2
31142026-05-08T07:53:10.191Z Compiling cpufeatures v0.3.0
31152026-05-08T07:53:10.211Z Compiling colored v3.1.1
31162026-05-08T07:53:10.249Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31172026-05-08T07:53:10.268Z Compiling chacha20 v0.10.0
31182026-05-08T07:53:10.272Z Compiling num_enum_derive v0.5.11
31192026-05-08T07:53:10.367Z Compiling crossbeam-deque v0.8.6
31202026-05-08T07:53:10.466Z Compiling camino-tempfile v1.4.1
31212026-05-08T07:53:10.484Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-05-08T07:53:10.511Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31232026-05-08T07:53:10.579Z Compiling foreign-types v0.5.0
31242026-05-08T07:53:10.597Z Compiling cstr-argument v0.1.2
31252026-05-08T07:53:10.615Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31262026-05-08T07:53:10.685Z Compiling rand v0.10.0
31272026-05-08T07:53:10.725Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31282026-05-08T07:53:10.743Z Compiling num_enum v0.7.5
31292026-05-08T07:53:10.744Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31302026-05-08T07:53:10.779Z Compiling toml v0.8.23
31312026-05-08T07:53:10.863Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-05-08T07:53:10.895Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31332026-05-08T07:53:10.986Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31342026-05-08T07:53:11.017Z Compiling zone_cfg_derive v0.3.1
31352026-05-08T07:53:11.044Z Compiling rayon v1.11.0
31362026-05-08T07:53:11.096Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31372026-05-08T07:53:11.113Z Compiling ingot-types v0.1.2
31382026-05-08T07:53:11.133Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-08T07:53:11.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31402026-05-08T07:53:11.252Z Compiling itertools v0.12.1
31412026-05-08T07:53:11.268Z Compiling num-derive v0.4.2
31422026-05-08T07:53:11.334Z Compiling sigpipe v0.1.3
31432026-05-08T07:53:11.366Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-05-08T07:53:11.395Z Compiling num_enum v0.5.11
31452026-05-08T07:53:11.438Z Compiling glob v0.3.3
31462026-05-08T07:53:11.455Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-08T07:53:11.523Z Compiling ingot v0.1.1
31482026-05-08T07:53:11.545Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31492026-05-08T07:53:11.568Z Compiling smf v0.2.3
31502026-05-08T07:53:11.615Z Compiling whoami v1.6.1
31512026-05-08T07:53:11.637Z Compiling prettyplease v0.2.37
31522026-05-08T07:53:11.714Z Compiling gethostname v0.5.0
31532026-05-08T07:53:11.731Z Compiling usdt-attr-macro v0.5.0
31542026-05-08T07:53:11.882Z Compiling atomicwrites v0.4.4
31552026-05-08T07:53:11.885Z Compiling usdt-macro v0.5.0
31562026-05-08T07:53:11.930Z Compiling memmap v0.7.0
31572026-05-08T07:53:12.103Z Compiling derive-where v1.6.0
31582026-05-08T07:53:12.120Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31592026-05-08T07:53:12.145Z Compiling cancel-safe-futures v0.1.5
31602026-05-08T07:53:12.145Z Compiling resolv-conf v0.7.6
31612026-05-08T07:53:12.256Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31622026-05-08T07:53:12.283Z Compiling owo-colors v4.3.0
31632026-05-08T07:53:12.400Z Compiling zone v0.3.1
31642026-05-08T07:53:12.519Z Compiling libsw-core v0.3.2
31652026-05-08T07:53:12.546Z Compiling async-recursion v1.1.1
31662026-05-08T07:53:12.643Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-08T07:53:12.700Z Compiling usdt v0.5.0
31682026-05-08T07:53:12.721Z Compiling libsw v3.5.0
31692026-05-08T07:53:12.842Z Compiling console v0.15.11
31702026-05-08T07:53:12.896Z Compiling newline-converter v0.3.0
31712026-05-08T07:53:12.929Z Compiling libefi-sys v0.1.0
31722026-05-08T07:53:12.945Z Compiling linear-map v1.2.0
31732026-05-08T07:53:13.001Z Compiling hickory-proto v0.24.4
31742026-05-08T07:53:13.047Z Compiling bitfield-struct v0.6.2
31752026-05-08T07:53:13.099Z Compiling linked-hash-map v0.5.6
31762026-05-08T07:53:13.158Z Compiling semver v0.1.20
31772026-05-08T07:53:13.182Z Compiling expectorate v1.2.0
31782026-05-08T07:53:13.254Z Compiling typify-macro v0.6.2
31792026-05-08T07:53:13.257Z Compiling tokio-dtrace v0.1.1
31802026-05-08T07:53:13.310Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31812026-05-08T07:53:13.381Z Compiling lru-cache v0.1.2
31822026-05-08T07:53:13.412Z Compiling dropshot-api-manager-types v0.7.1
31832026-05-08T07:53:13.497Z Compiling rustc_version v0.1.7
31842026-05-08T07:53:13.500Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-05-08T07:53:13.536Z Compiling pin-project-internal v1.1.11
31862026-05-08T07:53:13.536Z Compiling slog-dtrace v0.3.0
31872026-05-08T07:53:13.573Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-05-08T07:53:13.573Z Compiling minimal-lexical v0.2.1
31892026-05-08T07:53:13.609Z Compiling oxide-tokio-rt v0.1.4
31902026-05-08T07:53:13.612Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-05-08T07:53:13.679Z Compiling typify-impl v0.4.3
31922026-05-08T07:53:13.765Z Compiling newtype_derive v0.1.6
31932026-05-08T07:53:13.782Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-08T07:53:13.834Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-08T07:53:13.853Z Compiling nom v7.1.3
31962026-05-08T07:53:13.872Z Compiling phf_shared v0.12.1
31972026-05-08T07:53:13.872Z Compiling pem v3.0.6
31982026-05-08T07:53:13.904Z Compiling snafu-derive v0.8.9
31992026-05-08T07:53:13.937Z Compiling csv-core v0.1.13
32002026-05-08T07:53:13.988Z Compiling highway v1.3.0
32012026-05-08T07:53:14.079Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-05-08T07:53:14.161Z Compiling xshell-macros v0.2.7
32032026-05-08T07:53:14.259Z Compiling chrono-tz v0.10.4
32042026-05-08T07:53:14.369Z Compiling same-file v1.0.6
32052026-05-08T07:53:14.392Z Compiling const_format_proc_macros v0.2.34
32062026-05-08T07:53:14.497Z Compiling walkdir v2.5.0
32072026-05-08T07:53:14.500Z Compiling csv v1.4.0
32082026-05-08T07:53:14.529Z Compiling phf v0.12.1
32092026-05-08T07:53:14.575Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32102026-05-08T07:53:14.591Z Compiling xshell v0.2.7
32112026-05-08T07:53:14.744Z Compiling pin-project v1.1.11
32122026-05-08T07:53:14.778Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-08T07:53:14.856Z Compiling globset v0.4.18
32142026-05-08T07:53:14.880Z Compiling olpc-cjson v0.1.4
32152026-05-08T07:53:15.093Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
32162026-05-08T07:53:15.111Z Compiling primeorder v0.13.6
32172026-05-08T07:53:15.132Z Compiling typify v0.6.2
32182026-05-08T07:53:15.132Z Compiling serde_plain v1.0.2
32192026-05-08T07:53:15.163Z Compiling typed-path v0.9.3
32202026-05-08T07:53:15.223Z Compiling hickory-resolver v0.24.4
32212026-05-08T07:53:15.285Z Compiling progenitor-impl v0.14.0
32222026-05-08T07:53:15.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-05-08T07:53:15.318Z Compiling const_format v0.2.35
32242026-05-08T07:53:15.369Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32252026-05-08T07:53:15.402Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32262026-05-08T07:53:15.497Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-08T07:53:15.606Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-05-08T07:53:15.666Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-05-08T07:53:15.831Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32302026-05-08T07:53:15.934Z Compiling snafu v0.8.9
32312026-05-08T07:53:16.035Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-05-08T07:53:16.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32332026-05-08T07:53:16.333Z Compiling qorb v0.4.1
32342026-05-08T07:53:16.354Z Compiling tough v0.20.0
32352026-05-08T07:53:16.487Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-08T07:53:16.717Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-05-08T07:53:16.836Z Compiling tabled_derive v0.7.0
32382026-05-08T07:53:16.884Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-05-08T07:53:17.042Z Compiling bcs v0.1.6
32402026-05-08T07:53:17.165Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-05-08T07:53:17.290Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32422026-05-08T07:53:17.335Z Compiling termtree v0.5.1
32432026-05-08T07:53:17.397Z Compiling salty v0.3.0
32442026-05-08T07:53:17.439Z Compiling textwrap v0.16.2
32452026-05-08T07:53:17.484Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-08T07:53:17.515Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32472026-05-08T07:53:17.552Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32482026-05-08T07:53:17.701Z Compiling steno v0.4.1
32492026-05-08T07:53:17.735Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-05-08T07:53:17.789Z Compiling humantime v2.3.0
32512026-05-08T07:53:17.861Z Compiling tabled v0.15.0
32522026-05-08T07:53:17.902Z Compiling tagptr v0.2.0
32532026-05-08T07:53:17.941Z Compiling radium v0.7.0
32542026-05-08T07:53:17.986Z Compiling progenitor-macro v0.14.0
32552026-05-08T07:53:18.093Z Compiling base64 v0.21.7
32562026-05-08T07:53:18.110Z Compiling moka v0.12.13
32572026-05-08T07:53:18.323Z Compiling typify-macro v0.4.3
32582026-05-08T07:53:18.344Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-08T07:53:18.369Z Compiling p384 v0.13.1
32602026-05-08T07:53:18.388Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-08T07:53:18.492Z Compiling maybe-uninit v2.0.0
32622026-05-08T07:53:18.612Z Compiling tap v1.0.1
32632026-05-08T07:53:18.762Z Compiling wyz v0.5.1
32642026-05-08T07:53:18.880Z Compiling hickory-resolver v0.25.2
32652026-05-08T07:53:18.955Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-08T07:53:18.991Z Compiling progenitor-impl v0.13.0
32672026-05-08T07:53:18.994Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-08T07:53:19.088Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32692026-05-08T07:53:19.209Z Compiling proc-macro-error-attr2 v2.0.0
32702026-05-08T07:53:19.346Z Compiling packed_struct v0.10.1
32712026-05-08T07:53:19.379Z Compiling funty v2.0.0
32722026-05-08T07:53:19.704Z Compiling parking_lot_core v0.8.6
32732026-05-08T07:53:19.707Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-05-08T07:53:19.948Z Compiling utf-8 v0.7.6
32752026-05-08T07:53:20.046Z Compiling bitvec v1.0.1
32762026-05-08T07:53:20.065Z Compiling proc-macro-error2 v2.0.1
32772026-05-08T07:53:20.162Z Compiling tungstenite v0.21.0
32782026-05-08T07:53:20.199Z Compiling typify v0.4.3
32792026-05-08T07:53:20.356Z Compiling polyval v0.6.2
32802026-05-08T07:53:20.389Z Compiling progenitor-client v0.13.0
32812026-05-08T07:53:20.408Z Compiling git-stub v1.0.0
32822026-05-08T07:53:20.427Z Compiling num-derive v0.3.3
32832026-05-08T07:53:20.430Z Compiling packed_struct_codegen v0.10.1
32842026-05-08T07:53:20.446Z Compiling bitfield-macros v0.19.4
32852026-05-08T07:53:20.622Z Compiling zerocopy-derive v0.6.6
32862026-05-08T07:53:20.698Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-05-08T07:53:20.738Z Compiling indexmap v1.9.3
32882026-05-08T07:53:20.871Z Compiling nodrop v0.1.14
32892026-05-08T07:53:20.968Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-05-08T07:53:20.998Z Compiling crc-catalog v2.4.0
32912026-05-08T07:53:21.072Z Compiling array-init v0.0.4
32922026-05-08T07:53:21.132Z Compiling crc v3.4.0
32932026-05-08T07:53:21.226Z Compiling tokio-tungstenite v0.21.0
32942026-05-08T07:53:21.244Z Compiling git-stub-vcs v0.1.0
32952026-05-08T07:53:21.246Z Compiling bitfield v0.19.4
32962026-05-08T07:53:21.375Z Compiling ghash v0.5.1
32972026-05-08T07:53:21.415Z Compiling libscf-sys v1.1.0
32982026-05-08T07:53:21.470Z Compiling tabled_derive v0.11.0
32992026-05-08T07:53:21.532Z Compiling smallvec v0.6.14
33002026-05-08T07:53:21.556Z Compiling progenitor-impl v0.11.2
33012026-05-08T07:53:21.573Z Compiling zerocopy v0.6.6
33022026-05-08T07:53:21.613Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-08T07:53:21.667Z Compiling papergrid v0.17.0
33042026-05-08T07:53:21.715Z Compiling testing_table v0.3.0
33052026-05-08T07:53:21.756Z Compiling progenitor-macro v0.13.0
33062026-05-08T07:53:22.779Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-08T07:53:22.782Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33082026-05-08T07:53:22.783Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33092026-05-08T07:53:22.783Z Compiling ctr v0.9.2
33102026-05-08T07:53:22.783Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-08T07:53:22.783Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33122026-05-08T07:53:22.783Z Compiling hashbrown v0.12.3
33132026-05-08T07:53:22.783Z Compiling corncobs v0.1.4
33142026-05-08T07:53:22.783Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-08T07:53:22.783Z Compiling unicase v2.9.0
33162026-05-08T07:53:22.783Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-08T07:53:22.783Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-05-08T07:53:22.783Z Compiling aes-gcm v0.10.3
33192026-05-08T07:53:22.783Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-08T07:53:22.783Z Compiling mime_guess v2.0.5
33212026-05-08T07:53:22.783Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-05-08T07:53:22.783Z Compiling tabled v0.20.0
33232026-05-08T07:53:22.793Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-08T07:53:22.845Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-05-08T07:53:22.998Z Compiling parking_lot v0.11.2
33262026-05-08T07:53:23.075Z Compiling serde-hex v0.1.0
33272026-05-08T07:53:23.143Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33282026-05-08T07:53:23.159Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-08T07:53:23.237Z Compiling progenitor v0.14.0
33302026-05-08T07:53:23.398Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
33312026-05-08T07:53:23.423Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-05-08T07:53:23.490Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33332026-05-08T07:53:23.582Z Compiling progenitor-impl v0.10.0
33342026-05-08T07:53:23.664Z Compiling ron v0.8.1
33352026-05-08T07:53:23.694Z Compiling hashbrown v0.13.2
33362026-05-08T07:53:23.754Z Compiling progenitor-client v0.11.2
33372026-05-08T07:53:24.048Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33382026-05-08T07:53:24.152Z Compiling prefix-trie v0.7.0
33392026-05-08T07:53:24.245Z Compiling progenitor-macro v0.11.2
33402026-05-08T07:53:24.268Z Compiling ssh-encoding v0.2.0
33412026-05-08T07:53:24.325Z Compiling blowfish v0.9.1
33422026-05-08T07:53:24.574Z Compiling fxhash v0.2.1
33432026-05-08T07:53:24.592Z Compiling secrecy v0.8.0
33442026-05-08T07:53:24.606Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-05-08T07:53:24.716Z Compiling crc-any v2.5.0
33462026-05-08T07:53:24.775Z Compiling sled v0.34.7
33472026-05-08T07:53:24.868Z Compiling hickory-server v0.25.2
33482026-05-08T07:53:24.959Z Compiling ssh-cipher v0.2.0
33492026-05-08T07:53:24.998Z Compiling bcrypt-pbkdf v0.10.0
33502026-05-08T07:53:25.368Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-05-08T07:53:25.411Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33522026-05-08T07:53:25.588Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33532026-05-08T07:53:25.858Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-08T07:53:25.899Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-05-08T07:53:26.258Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-05-08T07:53:26.319Z Compiling progenitor-macro v0.10.0
33572026-05-08T07:53:26.388Z Compiling object v0.30.4
33582026-05-08T07:53:26.450Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
33592026-05-08T07:53:26.839Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-05-08T07:53:26.921Z Compiling progenitor v0.13.0
33612026-05-08T07:53:27.106Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33622026-05-08T07:53:27.293Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33632026-05-08T07:53:27.493Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-08T07:53:27.565Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-05-08T07:53:27.702Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33662026-05-08T07:53:27.842Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-05-08T07:53:27.860Z Compiling password-hash v0.4.2
33682026-05-08T07:53:27.913Z Compiling crc8 v0.1.1
33692026-05-08T07:53:28.063Z Compiling path-slash v0.1.5
33702026-05-08T07:53:28.081Z Compiling http-range v0.1.5
33712026-05-08T07:53:28.298Z Compiling half v1.8.3
33722026-05-08T07:53:28.314Z Compiling pbkdf2 v0.11.0
33732026-05-08T07:53:28.552Z Compiling serde_cbor v0.11.2
33742026-05-08T07:53:28.568Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-05-08T07:53:28.598Z Compiling ssh-key v0.6.7
33762026-05-08T07:53:28.848Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-05-08T07:53:28.937Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-05-08T07:53:28.963Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33792026-05-08T07:53:29.098Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-08T07:53:29.138Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33812026-05-08T07:53:29.184Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33822026-05-08T07:53:29.332Z Compiling progenitor v0.11.2
33832026-05-08T07:53:29.436Z Compiling p521 v0.13.3
33842026-05-08T07:53:29.454Z Compiling p256 v0.13.2
33852026-05-08T07:53:29.454Z Compiling yasna v0.5.2
33862026-05-08T07:53:29.518Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-05-08T07:53:29.639Z Compiling kstat-rs v0.2.4
33882026-05-08T07:53:29.696Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-05-08T07:53:29.862Z Compiling headers-core v0.3.0
33902026-05-08T07:53:29.890Z Compiling nanorand v0.7.0
33912026-05-08T07:53:29.908Z Compiling atty v0.2.14
33922026-05-08T07:53:29.962Z Compiling russh-cryptovec v0.7.3
33932026-05-08T07:53:29.983Z Compiling home v0.5.12
33942026-05-08T07:53:30.016Z Compiling md5 v0.7.0
33952026-05-08T07:53:30.045Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-05-08T07:53:30.156Z Compiling flume v0.11.1
33972026-05-08T07:53:30.180Z Compiling headers v0.4.1
33982026-05-08T07:53:30.196Z Compiling russh-keys v0.45.0
33992026-05-08T07:53:30.214Z Compiling rcgen v0.12.1
34002026-05-08T07:53:30.318Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34012026-05-08T07:53:30.337Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-05-08T07:53:30.358Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-05-08T07:53:30.451Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-05-08T07:53:30.503Z Compiling hyper-staticfile v0.10.1
34052026-05-08T07:53:30.762Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34062026-05-08T07:53:30.779Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34072026-05-08T07:53:30.986Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34082026-05-08T07:53:31.047Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34092026-05-08T07:53:31.117Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34102026-05-08T07:53:31.147Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-05-08T07:53:31.340Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34122026-05-08T07:53:31.430Z Compiling progenitor v0.10.0
34132026-05-08T07:53:31.471Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34142026-05-08T07:53:31.573Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-08T07:53:31.616Z Compiling num-bigint v0.4.6
34162026-05-08T07:53:31.634Z Compiling des v0.8.1
34172026-05-08T07:53:31.752Z Compiling subprocess v0.2.15
34182026-05-08T07:53:31.777Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-08T07:53:31.796Z Compiling display-error-chain v0.2.2
34202026-05-08T07:53:31.813Z Compiling hex-literal v0.4.1
34212026-05-08T07:53:31.857Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34222026-05-08T07:53:31.951Z Compiling colored v2.2.0
34232026-05-08T07:53:31.967Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34242026-05-08T07:53:32.208Z Compiling socket2 v0.5.10
34252026-05-08T07:53:32.227Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-05-08T07:53:32.243Z Compiling internet-checksum v0.2.1
34272026-05-08T07:53:32.349Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-05-08T07:53:32.377Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-05-08T07:53:32.854Z Compiling russh v0.45.0
34302026-05-08T07:53:35.045Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-05-08T07:53:35.726Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34322026-05-08T07:53:36.216Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-05-08T07:53:37.634Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-05-08T07:53:45.503Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34352026-05-08T07:53:45.503Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34362026-05-08T07:53:45.503Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34372026-05-08T07:53:45.510Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-05-08T07:53:47.255Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-05-08T07:53:47.268Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-05-08T07:53:51.377Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-05-08T07:53:52.731Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34422026-05-08T07:54:11.799Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34432026-05-08T07:54:30.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34442026-05-08T07:54:30.580Z
34452026-05-08T07:54:30.580Zreal 1:25.886133594
34462026-05-08T07:54:30.580Zuser 8:18.023801154
34472026-05-08T07:54:30.583Zsys 1:44.025447206
34482026-05-08T07:54:30.583Ztrap 0.267990452
34492026-05-08T07:54:30.583Ztflt 0.501474574
34502026-05-08T07:54:30.583Zdflt 1.455676755
34512026-05-08T07:54:30.583Zkflt 0.000211560
34522026-05-08T07:54:30.583Zlock 29:48.413149359
34532026-05-08T07:54:30.583Zslp 19:30.904954185
34542026-05-08T07:54:30.583Zlat 40.212460568
34552026-05-08T07:54:30.584Zstop 2:47.285281609
34562026-05-08T07:54:30.584Z+ mkdir tests
34572026-05-08T07:54:30.587Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34582026-05-08T07:54:30.587Z+ xargs -I '{}' -t cp '{}' tests/
34592026-05-08T07:54:30.610Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c0edd09eea9a4357 tests/
34602026-05-08T07:54:30.639Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7c7bfac840b01523 tests/
34612026-05-08T07:54:30.667Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6666d7ea5b691404 tests/
34622026-05-08T07:54:30.696Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-361ef26ca6cc0943 tests/
34632026-05-08T07:54:31.017Z+ 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/*)
34642026-05-08T07:54:31.021Z+ 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-7c7bfac840b01523 tests/commtest-6666d7ea5b691404 tests/dhcp_server-c0edd09eea9a4357 tests/end_to_end_tests-361ef26ca6cc0943 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
34652026-05-08T07:55:49.568ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34662026-05-08T07:55:49.569Za .github/buildomat/ci-env.sh 1K
34672026-05-08T07:55:49.569Za out/target/test 1K
34682026-05-08T07:55:49.569Za out/npuzone/npuzone 27402K
34692026-05-08T07:55:49.569Za package-manifest.toml 35K
34702026-05-08T07:55:49.569Za smf/sled-agent/non-gimlet/config.toml 6K
34712026-05-08T07:55:49.569Za target/release/omicron-package 45931K
34722026-05-08T07:55:49.569Za target/release/xtask 11449K
34732026-05-08T07:55:49.569Za target/debug/bootstrap 347567K
34742026-05-08T07:55:49.569Za tests/bootstrap-7c7bfac840b01523 31215K
34752026-05-08T07:55:49.569Za tests/commtest-6666d7ea5b691404 32299K
34762026-05-08T07:55:49.569Za tests/dhcp_server-c0edd09eea9a4357 31215K
34772026-05-08T07:55:49.569Za tests/end_to_end_tests-361ef26ca6cc0943 388682K
34782026-05-08T07:55:49.569Za out/clickhouse.tar.gz 317270K
34792026-05-08T07:55:49.569Za out/clickhouse_keeper.tar.gz 302639K
34802026-05-08T07:55:49.569Za out/clickhouse_server.tar.gz 317269K
34812026-05-08T07:55:49.569Za out/cockroachdb.tar.gz 162949K
34822026-05-08T07:55:49.569Za out/crucible-pantry-zone.tar.gz 42018K
34832026-05-08T07:55:49.569Za out/crucible-utils.tar 17744K
34842026-05-08T07:55:49.569Za out/crucible-zone.tar.gz 56156K
34852026-05-08T07:55:49.569Za out/external-dns.tar.gz 48135K
34862026-05-08T07:55:49.569Za out/internal-dns.tar.gz 48135K
34872026-05-08T07:55:49.569Za out/mg-ddm-gz.tar 96413K
34882026-05-08T07:55:49.569Za out/nexus.tar.gz 218516K
34892026-05-08T07:55:49.569Za out/ntp.tar.gz 29950K
34902026-05-08T07:55:49.569Za out/omicron-gateway-softnpu.tar.gz 29712K
34912026-05-08T07:55:49.569Za out/omicron-sled-agent.tar 201335K
34922026-05-08T07:55:49.569Za out/overlay.tar.gz 3K
34932026-05-08T07:55:49.569Za out/oximeter.tar.gz 65572K
34942026-05-08T07:55:49.569Za out/oxlog.tar 3782K
34952026-05-08T07:55:49.569Za out/probe.tar.gz 3037K
34962026-05-08T07:55:49.569Za out/propolis-server.tar.gz 38727K
34972026-05-08T07:55:49.569Za out/pumpkind-gz.tar 26647K
34982026-05-08T07:55:49.569Za out/switch-softnpu.tar.gz 390692K
34992026-05-08T07:55:49.573Z
35002026-05-08T07:55:49.573Zreal 1:18.548785279
35012026-05-08T07:55:49.573Zuser 1:15.872250922
35022026-05-08T07:55:49.573Zsys 4.406801194
35032026-05-08T07:55:49.573Ztrap 0.006842032
35042026-05-08T07:55:49.573Ztflt 0.000000000
35052026-05-08T07:55:49.573Zdflt 0.000000000
35062026-05-08T07:55:49.573Zkflt 0.000000000
35072026-05-08T07:55:49.573Zlock 0.000000000
35082026-05-08T07:55:49.573Zslp 1:15.763614042
35092026-05-08T07:55:49.573Zlat 1.042512141
35102026-05-08T07:55:49.573Zstop 0.000665600
35112026-05-08T07:55:49.573Zprocess exited: duration 892321 ms, exit code 0
 
35122026-05-08T07:55:49.587Zfound 1 output files
35132026-05-08T07:55:49.625Zuploading: /work/package.tar.gz (2413163579 bytes)
35142026-05-08T07:56:17.335Zuploaded: /work/package.tar.gz